01KSQ9SDBF47CSCT8RZDSE76DQ: 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: 01KSQ9SYY5DRWT1H3CS5AKYWJ4

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-28T12:44:50.239Zjob assigned to worker 01KSQ9T4F9XCJTJF1SQ1P4Q0BV [factory aws, i-0bdc17dfc2e408ea5] (queued for 47 s)
 
22026-05-28T12:44:56.793Zstarting task 0: "setup"
32026-05-28T12:44:56.800Z++ uname -s
42026-05-28T12:44:56.804Z+ kern=SunOS
52026-05-28T12:44:56.804Z+ build_user=build
62026-05-28T12:44:56.804Z+ build_uid=12345
72026-05-28T12:44:56.804Z+ work_dir=/work
82026-05-28T12:44:56.804Z+ input_dir=/input
92026-05-28T12:44:56.804Z+ [[ 0 == 12345 ]]
102026-05-28T12:44:56.804Z+ case "$kern" in
112026-05-28T12:44:56.804Z+ groupadd -g 12345 build
122026-05-28T12:44:56.804Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-28T12:44:58.812Z+ zfs create -o mountpoint=/work rpool/work
142026-05-28T12:44:58.902Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-28T12:44:58.905Z+ home_fs=zfs
162026-05-28T12:44:58.905Z+ [[ zfs == autofs ]]
172026-05-28T12:44:58.905Z+ mkdir -p /home/build
182026-05-28T12:44:58.905Z+ chown build:build /home/build /work
192026-05-28T12:44:59.908Z+ chmod 0700 /home/build /work
202026-05-28T12:44:59.923Zprocess exited: duration 3114 ms, exit code 0
 
212026-05-28T12:44:59.931Zstarting task 1: "rust-toolchain"
222026-05-28T12:44:59.936Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-28T12:44:59.936Z * rust toolchain channel = "1.94.0"
242026-05-28T12:44:59.936Z * rust toolchain profile = "default"
252026-05-28T12:44:59.936Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-28T12:44:59.936Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-28T12:44:59.936Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-28T12:44:59.940Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-28T12:44:59.940Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-28T12:45:00.040Zinfo: downloading installer
312026-05-28T12:45:01.353Zwarn: It looks like you have an existing rustup settings file at:
322026-05-28T12:45:01.353Zwarn: /home/build/.rustup/settings.toml
332026-05-28T12:45:01.353Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-28T12:45:01.353Zwarn: instead of the one inferred from the default host triple.
352026-05-28T12:45:01.365Zinfo: profile set to default
362026-05-28T12:45:01.365Zinfo: default host triple is x86_64-unknown-illumos
372026-05-28T12:45:01.368Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-28T12:45:01.504Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-28T12:45:01.508Zinfo: downloading 6 components
402026-05-28T12:45:15.400Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-28T12:45:15.400Z
422026-05-28T12:45:15.430Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-28T12:45:15.430Z
442026-05-28T12:45:15.430Z
452026-05-28T12:45:15.430ZRust is installed now. Great!
462026-05-28T12:45:15.430Z
472026-05-28T12:45:15.433ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-28T12:45:15.433Zenvironment variable. This has not been done automatically.
492026-05-28T12:45:15.433Z
502026-05-28T12:45:15.433ZTo configure your current shell, you need to source
512026-05-28T12:45:15.433Zthe corresponding env file under $HOME/.cargo.
522026-05-28T12:45:15.433Z
532026-05-28T12:45:15.433ZThis is usually done by running one of the following (note the leading DOT):
542026-05-28T12:45:15.433Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-28T12:45:15.433Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-28T12:45:15.433Zsource "~/.cargo/env.nu" # For nushell
572026-05-28T12:45:15.433Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-28T12:45:15.433Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-28T12:45:15.433Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-28T12:45:15.433Zwarn: no default linker (`cc`) was found in your PATH
612026-05-28T12:45:15.433Zwarn: many Rust crates require a system C toolchain to build
622026-05-28T12:45:15.527Z+ rustup --version
632026-05-28T12:45:15.536Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-28T12:45:15.539Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-28T12:45:15.557Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-28T12:45:15.561Z+ cargo --version
672026-05-28T12:45:15.573Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-28T12:45:15.576Z+ rustc --version
692026-05-28T12:45:15.595Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-28T12:45:15.598Zprocess exited: duration 15666 ms, exit code 0
 
712026-05-28T12:45:15.606Zstarting task 2: "authentication"
722026-05-28T12:45:15.622Zprocess exited: duration 16 ms, exit code 0
 
732026-05-28T12:45:15.628Zstarting task 3: "clone repository"
742026-05-28T12:45:15.631Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-28T12:45:15.635Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-28T12:45:15.675ZCloning into '/work/oxidecomputer/omicron'...
772026-05-28T12:45:25.979Z+ cd /work/oxidecomputer/omicron
782026-05-28T12:45:25.979Z+ git fetch origin 08d7141aa983083c7528aa81a9480f186f7d568b
792026-05-28T12:45:26.261ZFrom https://github.com/oxidecomputer/omicron
802026-05-28T12:45:26.261Z * branch 08d7141aa983083c7528aa81a9480f186f7d568b -> FETCH_HEAD
812026-05-28T12:45:26.270Z+ [[ -n multicast-e2e ]]
822026-05-28T12:45:26.274Z++ git branch --show-current
832026-05-28T12:45:26.274Z+ current=main
842026-05-28T12:45:26.274Z+ [[ main != multicast-e2e ]]
852026-05-28T12:45:26.274Z+ git branch -f multicast-e2e 08d7141aa983083c7528aa81a9480f186f7d568b
862026-05-28T12:45:26.277Z+ git checkout -f multicast-e2e
872026-05-28T12:45:26.383ZSwitched to branch 'multicast-e2e'
882026-05-28T12:45:26.387Z+ git reset --hard 08d7141aa983083c7528aa81a9480f186f7d568b
892026-05-28T12:45:26.492ZHEAD is now at 08d7141aa [merge+match] merge main + mag update
902026-05-28T12:45:26.495Zprocess exited: duration 10865 ms, exit code 0
 
912026-05-28T12:45:26.502Zstarting task 4: "build"
922026-05-28T12:45:26.506Z+ source .github/buildomat/ci-env.sh
932026-05-28T12:45:26.506Z++ export CARGO_TERM_COLOR=always
942026-05-28T12:45:26.506Z++ CARGO_TERM_COLOR=always
952026-05-28T12:45:26.506Z+ cargo --version
962026-05-28T12:45:26.516Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-28T12:45:26.519Z+ rustc --version
982026-05-28T12:45:26.539Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-28T12:45:26.542Z+ source ./env.sh
1002026-05-28T12:45:26.542Z++ OLD_SHELL_OPTS=ehxB
1012026-05-28T12:45:26.543Z++ set -o xtrace
1022026-05-28T12:45:26.546Z++++ dirname ./env.sh
1032026-05-28T12:45:26.546Z+++ readlink -f .
1042026-05-28T12:45:26.550Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-28T12:45:26.550Z++ 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-28T12:45:26.550Z++ 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-28T12:45:26.550Z++ 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-28T12:45:26.550Z++ 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-28T12:45:26.550Z++ 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-28T12:45:26.550Z++ 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-28T12:45:26.550Z++ 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-28T12:45:26.550Z++ 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-28T12:45:26.550Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-05-28T12:45:26.550Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-05-28T12:45:26.550Z++ case $OLD_SHELL_OPTS in
1162026-05-28T12:45:26.550Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-05-28T12:45:26.550Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1182026-05-28T12:45:26.550Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1192026-05-28T12:45:26.550Z+ banner prerequisites
1202026-05-28T12:45:26.554Z
1212026-05-28T12:45:26.554Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-05-28T12:45:26.554Z # # # # # # # # # # # # # # #
1232026-05-28T12:45:26.554Z # # # # ##### # # ##### # # # # # #### #
1242026-05-28T12:45:26.554Z ##### ##### # ##### # # # # # # # # #
1252026-05-28T12:45:26.554Z # # # # # # # # # # # # # # #
1262026-05-28T12:45:26.554Z # # # ###### # # ###### ### # #### # #### #
1272026-05-28T12:45:26.554Z
1282026-05-28T12:45:26.554Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-05-28T12:45:27.967Z Startup: Refreshing catalog 'helios' ... Done
1302026-05-28T12:45:28.036Z Startup: Caching catalogs ... Done
1312026-05-28T12:45:28.296ZPlanning: Solver setup ... Done (0.225s)
1322026-05-28T12:45:28.314ZPlanning: Running solver ... Done (0.019s)
1332026-05-28T12:45:28.320ZPlanning: Finding local manifests ... Done (0.003s)
1342026-05-28T12:45:28.330ZPlanning: Fetching manifests: 0/2 0% complete
1352026-05-28T12:45:28.351ZPlanning: Fetching manifests: 2/2 100% complete
1362026-05-28T12:45:28.364ZPlanning: Package planning ... Done (0.013s)
1372026-05-28T12:45:28.367ZPlanning: Merging actions ... Done (0.002s)
1382026-05-28T12:45:28.551ZPlanning: Checking for conflicting actions ... Done (0.185s)
1392026-05-28T12:45:28.554ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-05-28T12:45:29.378ZPlanning: Evaluating mediators ... Done (0.826s)
1412026-05-28T12:45:29.382ZPlanning: Planning completed in 1.32 seconds
1422026-05-28T12:45:29.387Z Packages to install: 2
1432026-05-28T12:45:29.391Z Estimated space available: 156.07 GB
1442026-05-28T12:45:29.391ZEstimated space to be consumed: 22.53 MB
1452026-05-28T12:45:29.391Z Create boot environment: No
1462026-05-28T12:45:29.391ZCreate backup boot environment: No
1472026-05-28T12:45:29.391Z Rebuild boot archive: No
1482026-05-28T12:45:29.391Z
1492026-05-28T12:45:29.391ZChanged packages:
1502026-05-28T12:45:29.391Zhelios
1512026-05-28T12:45:29.391Z developer/build-essential
1522026-05-28T12:45:29.391Z None -> 11-3.0
1532026-05-28T12:45:29.391Z library/libxmlsec1
1542026-05-28T12:45:29.391Z None -> 1.2.35-3.0
1552026-05-28T12:45:29.412Z
1562026-05-28T12:45:29.412ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-05-28T12:45:30.598ZDownload: Completed 1.28 MB in 1.18 seconds (1.1M/s)
1582026-05-28T12:45:30.660Z Actions: 1/268 actions (Installing new actions)
1592026-05-28T12:45:30.699Z Actions: Completed 268 actions in 0.04 seconds.
1602026-05-28T12:45:30.732ZFinalize: Updating package state database ... Done (0.033s)
1612026-05-28T12:45:30.732ZFinalize: Updating package cache ... Done (0.000s)
1622026-05-28T12:45:30.751ZFinalize: Updating image state ... Done (0.019s)
1632026-05-28T12:45:33.103ZFinalize: Creating fast lookup database ... Done (2.329s)
1642026-05-28T12:45:33.168ZFinalize: Reading search index ... Done (0.013s)
1652026-05-28T12:45:33.172ZFinalize: Updating search index ... Done (0.000s)
1662026-05-28T12:45:33.251ZFinalize: Updating package cache ... Done (0.000s)
1672026-05-28T12:45:33.547ZPlanning: Evaluating mediator changes ... Done
1682026-05-28T12:45:33.651ZPlanning: Checking for conflicting actions ... Done
1692026-05-28T12:45:33.655ZPlanning: Consolidating action changes ... Done
1702026-05-28T12:45:33.810ZPlanning: Evaluating mediators ... Done
1712026-05-28T12:45:33.813ZPlanning: Planning completed in 0.26 seconds
1722026-05-28T12:45:33.833Z Mediators to change: 2
1732026-05-28T12:45:33.834Z Create boot environment: No
1742026-05-28T12:45:33.834ZCreate backup boot environment: No
1752026-05-28T12:45:33.890ZFinalize: Updating package state database ... Done
1762026-05-28T12:45:33.890ZFinalize: Updating package cache ... Done
1772026-05-28T12:45:33.901ZFinalize: Updating image state ... Done
1782026-05-28T12:45:35.835ZFinalize: Creating fast lookup database ... Done
1792026-05-28T12:45:35.904ZFinalize: Reading search index ... Done
1802026-05-28T12:45:35.907ZFinalize: Updating search index ... Done
1812026-05-28T12:45:35.978ZFinalize: Updating package cache ... Done
1822026-05-28T12:45:36.261ZPlanning: Evaluating mediator changes ... Done
1832026-05-28T12:45:36.364ZPlanning: Checking for conflicting actions ... Done
1842026-05-28T12:45:36.367ZPlanning: Consolidating action changes ... Done
1852026-05-28T12:45:36.523ZPlanning: Evaluating mediators ... Done
1862026-05-28T12:45:36.526ZPlanning: Planning completed in 0.26 seconds
1872026-05-28T12:45:36.546Z Mediators to change: 1
1882026-05-28T12:45:36.546Z Create boot environment: No
1892026-05-28T12:45:36.547ZCreate backup boot environment: No
1902026-05-28T12:45:36.596ZFinalize: Updating package state database ... Done
1912026-05-28T12:45:36.596ZFinalize: Updating package cache ... Done
1922026-05-28T12:45:36.607ZFinalize: Updating image state ... Done
1932026-05-28T12:45:38.539ZFinalize: Creating fast lookup database ... Done
1942026-05-28T12:45:38.601ZFinalize: Reading search index ... Done
1952026-05-28T12:45:38.605ZFinalize: Updating search index ... Done
1962026-05-28T12:45:38.679ZFinalize: Updating package cache ... Done
1972026-05-28T12:45:38.985ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-05-28T12:45:38.985Zapache system 2.4 system
1992026-05-28T12:45:38.985Zclang system 15 system
2002026-05-28T12:45:38.985Zcsh system system illumos
2012026-05-28T12:45:38.985Zctags system system illumos
2022026-05-28T12:45:38.985Zfile vendor vendor darwinsys
2032026-05-28T12:45:38.986Zfile system system illumos
2042026-05-28T12:45:38.986Zgcc vendor 14 vendor
2052026-05-28T12:45:38.986Zgcc system 13 system
2062026-05-28T12:45:38.986Zgcc system 10 system
2072026-05-28T12:45:38.986Zgo system 1.25 system
2082026-05-28T12:45:38.986Zllvm system 15 system
2092026-05-28T12:45:38.986Zmariadb system 11.4 system
2102026-05-28T12:45:38.986Zmta vendor vendor dma
2112026-05-28T12:45:38.986Zopenjdk system 17 system
2122026-05-28T12:45:38.986Zopenjdk system 11 system
2132026-05-28T12:45:38.986Zopenssl vendor 3 vendor
2142026-05-28T12:45:38.986Zperl system 5.40 system
2152026-05-28T12:45:38.986Zpostgresql system 18 system
2162026-05-28T12:45:38.986Zpostgresql system 17 system
2172026-05-28T12:45:38.986Zpython vendor 3 vendor
2182026-05-28T12:45:38.986Zpython system 2 system
2192026-05-28T12:45:38.986Zpython3 vendor 3.13 vendor
2202026-05-28T12:45:38.986Zruby system 3.4 system
2212026-05-28T12:45:38.986Zruby system 3.0 system
2222026-05-28T12:45:38.986Zwords vendor vendor american-english
2232026-05-28T12:45:38.986Zwords system system australian-english
2242026-05-28T12:45:38.986Zwords system system british-english
2252026-05-28T12:45:38.986Zwords system system canadian-english
2262026-05-28T12:45:38.986Zwords system system french
2272026-05-28T12:45:38.986Zwords system system italian
2282026-05-28T12:45:38.986Zwords system system ngerman
2292026-05-28T12:45:38.986Zwords system system ogerman
2302026-05-28T12:45:38.986Zwords system system spanish
2312026-05-28T12:45:39.239ZPUBLISHER TYPE STATUS P LOCATION
2322026-05-28T12:45:39.239Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-05-28T12:45:39.514ZFMRI IFO
2342026-05-28T12:45:39.514Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-05-28T12:45:39.514Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-05-28T12:45:39.514Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-05-28T12:45:39.515Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-05-28T12:45:39.515Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-05-28T12:45:39.515Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-05-28T12:45:39.515Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-05-28T12:45:39.515Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-05-28T12:45:39.515Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-05-28T12:45:39.765Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-05-28T12:45:40.090Z Updating crates.io index
2452026-05-28T12:45:40.094Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-05-28T12:45:40.368Z Updating git repository `https://github.com/oxidecomputer/lldp`
2472026-05-28T12:45:41.181Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-05-28T12:45:41.714Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-05-28T12:45:42.896Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-05-28T12:45:43.468Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-05-28T12:45:45.036Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-05-28T12:45:45.953Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-05-28T12:45:46.315Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-05-28T12:45:47.342Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-05-28T12:45:47.768Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-05-28T12:45:48.210Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-05-28T12:45:48.509Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-05-28T12:45:49.622Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-05-28T12:45:50.108Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-05-28T12:45:50.386Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-05-28T12:45:50.771Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-05-28T12:45:51.046Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-05-28T12:45:51.456Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-05-28T12:45:51.822Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-05-28T12:45:52.093Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-05-28T12:45:52.439Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-05-28T12:45:52.844Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-05-28T12:45:53.243Z Updating git repository `https://github.com/oxidecomputer/erebor`
2692026-05-28T12:45:53.679Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2702026-05-28T12:45:54.216Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2712026-05-28T12:45:54.546Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-05-28T12:45:54.868Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-05-28T12:45:55.197Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742026-05-28T12:45:56.284Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-05-28T12:45:57.041Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-05-28T12:45:57.465Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-05-28T12:45:57.779Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-05-28T12:45:58.194Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-05-28T12:45:58.505Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-05-28T12:45:58.889Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2812026-05-28T12:45:59.435Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822026-05-28T12:46:00.002Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832026-05-28T12:46:00.286Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842026-05-28T12:46:00.546Z Updating git repository `https://github.com/oxidecomputer/omicron`
2852026-05-28T12:46:13.064Z Updating git repository `https://github.com/illumos/smf-rs`
2862026-05-28T12:46:15.203Z Downloading crates ...
2872026-05-28T12:46:15.255Z Downloaded camino v1.2.2
2882026-05-28T12:46:15.259Z Downloaded block-buffer v0.10.4
2892026-05-28T12:46:15.259Z Downloaded byteorder v1.5.0
2902026-05-28T12:46:15.259Z Downloaded anstream v1.0.0
2912026-05-28T12:46:15.262Z Downloaded bitflags v2.11.0
2922026-05-28T12:46:15.266Z Downloaded cargo-util-schemas v0.8.2
2932026-05-28T12:46:15.269Z Downloaded icu_provider v2.1.1
2942026-05-28T12:46:15.273Z Downloaded is_terminal_polyfill v1.70.2
2952026-05-28T12:46:15.273Z Downloaded equivalent v1.0.2
2962026-05-28T12:46:15.276Z Downloaded displaydoc v0.2.5
2972026-05-28T12:46:15.276Z Downloaded serde-untagged v0.1.9
2982026-05-28T12:46:15.279Z Downloaded zerofrom v0.1.6
2992026-05-28T12:46:15.282Z Downloaded toml_datetime v0.6.11
3002026-05-28T12:46:15.282Z Downloaded toml_write v0.1.2
3012026-05-28T12:46:15.282Z Downloaded pest_derive v2.8.6
3022026-05-28T12:46:15.285Z Downloaded percent-encoding v2.3.2
3032026-05-28T12:46:15.285Z Downloaded pretty-hex v0.4.1
3042026-05-28T12:46:15.285Z Downloaded smawk v0.3.2
3052026-05-28T12:46:15.289Z Downloaded idna_adapter v1.2.1
3062026-05-28T12:46:15.289Z Downloaded colorchoice v1.0.4
3072026-05-28T12:46:15.289Z Downloaded yoke-derive v0.8.1
3082026-05-28T12:46:15.292Z Downloaded zerofrom-derive v0.1.6
3092026-05-28T12:46:15.295Z Downloaded memmap v0.7.0
3102026-05-28T12:46:15.295Z Downloaded version_check v0.9.5
3112026-05-28T12:46:15.295Z Downloaded proc-macro2 v1.0.106
3122026-05-28T12:46:15.298Z Downloaded zmij v1.0.21
3132026-05-28T12:46:15.298Z Downloaded writeable v0.6.2
3142026-05-28T12:46:15.298Z Downloaded utf8_iter v1.0.4
3152026-05-28T12:46:15.302Z Downloaded autocfg v1.5.0
3162026-05-28T12:46:15.302Z Downloaded fs-err v3.3.0
3172026-05-28T12:46:15.305Z Downloaded usdt-attr-macro v0.5.0
3182026-05-28T12:46:15.305Z Downloaded usdt-macro v0.5.0
3192026-05-28T12:46:15.305Z Downloaded thread-id v4.2.2
3202026-05-28T12:46:15.311Z Downloaded usdt v0.5.0
3212026-05-28T12:46:15.314Z Downloaded utf8parse v0.2.2
3222026-05-28T12:46:15.314Z Downloaded thiserror v2.0.18
3232026-05-28T12:46:15.317Z Downloaded serde_spanned v0.6.9
3242026-05-28T12:46:15.317Z Downloaded plain v0.2.3
3252026-05-28T12:46:15.317Z Downloaded dtrace-parser v0.2.0
3262026-05-28T12:46:15.320Z Downloaded typeid v1.0.3
3272026-05-28T12:46:15.320Z Downloaded clap_lex v1.0.0
3282026-05-28T12:46:15.320Z Downloaded yoke v0.8.1
3292026-05-28T12:46:15.320Z Downloaded usdt-impl v0.5.0
3302026-05-28T12:46:15.320Z Downloaded thiserror-impl v1.0.69
3312026-05-28T12:46:15.323Z Downloaded unicode-xid v0.2.6
3322026-05-28T12:46:15.323Z Downloaded serde-value v0.7.0
3332026-05-28T12:46:15.323Z Downloaded form_urlencoded v1.2.2
3342026-05-28T12:46:15.324Z Downloaded fastrand v2.3.0
3352026-05-28T12:46:15.324Z Downloaded crypto-common v0.1.7
3362026-05-28T12:46:15.327Z Downloaded url v2.5.8
3372026-05-28T12:46:15.327Z Downloaded zerovec-derive v0.11.2
3382026-05-28T12:46:15.327Z Downloaded stable_deref_trait v1.2.1
3392026-05-28T12:46:15.327Z Downloaded proc-macro-error-attr v1.0.4
3402026-05-28T12:46:15.327Z Downloaded dof v0.3.0
3412026-05-28T12:46:15.330Z Downloaded itoa v1.0.17
3422026-05-28T12:46:15.330Z Downloaded errno v0.3.14
3432026-05-28T12:46:15.330Z Downloaded unicode-linebreak v0.1.5
3442026-05-28T12:46:15.330Z Downloaded zerocopy-derive v0.7.35
3452026-05-28T12:46:15.333Z Downloaded tinystr v0.8.2
3462026-05-28T12:46:15.333Z Downloaded ucd-trie v0.1.7
3472026-05-28T12:46:15.337Z Downloaded tabled_derive v0.7.0
3482026-05-28T12:46:15.337Z Downloaded scroll_derive v0.12.1
3492026-05-28T12:46:15.337Z Downloaded thiserror-impl v2.0.18
3502026-05-28T12:46:15.337Z Downloaded thiserror v1.0.69
3512026-05-28T12:46:15.340Z Downloaded toml v0.8.23
3522026-05-28T12:46:15.340Z Downloaded textwrap v0.16.2
3532026-05-28T12:46:15.343Z Downloaded strsim v0.11.1
3542026-05-28T12:46:15.343Z Downloaded potential_utf v0.1.4
3552026-05-28T12:46:15.346Z Downloaded generic-array v0.14.7
3562026-05-28T12:46:15.349Z Downloaded typenum v1.19.0
3572026-05-28T12:46:15.349Z Downloaded heck v0.5.0
3582026-05-28T12:46:15.349Z Downloaded zerotrie v0.2.3
3592026-05-28T12:46:15.353Z Downloaded toml_edit v0.22.27
3602026-05-28T12:46:15.353Z Downloaded unicode-ident v1.0.24
3612026-05-28T12:46:15.356Z Downloaded terminal_size v0.4.3
3622026-05-28T12:46:15.356Z Downloaded anstyle-parse v1.0.0
3632026-05-28T12:46:15.359Z Downloaded anstyle v1.0.14
3642026-05-28T12:46:15.359Z Downloaded proc-macro-error v1.0.4
3652026-05-28T12:46:15.359Z Downloaded cargo_metadata v0.21.0
3662026-05-28T12:46:15.362Z Downloaded heck v0.4.1
3672026-05-28T12:46:15.362Z Downloaded cpufeatures v0.2.17
3682026-05-28T12:46:15.362Z Downloaded anstyle-query v1.1.5
3692026-05-28T12:46:15.362Z Downloaded cfg-if v1.0.4
3702026-05-28T12:46:15.365Z Downloaded zerovec v0.11.5
3712026-05-28T12:46:15.368Z Downloaded cargo-platform v0.2.0
3722026-05-28T12:46:15.372Z Downloaded swrite v0.1.0
3732026-05-28T12:46:15.372Z Downloaded fnv v1.0.7
3742026-05-28T12:46:15.375Z Downloaded zerocopy v0.7.35
3752026-05-28T12:46:15.383Z Downloaded winnow v0.7.14
3762026-05-28T12:46:15.388Z Downloaded camino-tempfile v1.4.1
3772026-05-28T12:46:15.391Z Downloaded sha2 v0.10.9
3782026-05-28T12:46:15.391Z Downloaded quote v1.0.45
3792026-05-28T12:46:15.394Z Downloaded ordered-float v2.10.1
3802026-05-28T12:46:15.394Z Downloaded unicode-width v0.2.0
3812026-05-28T12:46:15.399Z Downloaded unicode-width v0.1.14
3822026-05-28T12:46:15.402Z Downloaded synstructure v0.13.2
3832026-05-28T12:46:15.403Z Downloaded icu_normalizer v2.1.1
3842026-05-28T12:46:15.406Z Downloaded bytecount v0.6.9
3852026-05-28T12:46:15.413Z Downloaded cargo_toml v0.21.0
3862026-05-28T12:46:15.416Z Downloaded smallvec v1.15.1
3872026-05-28T12:46:15.420Z Downloaded litemap v0.8.1
3882026-05-28T12:46:15.420Z Downloaded clap_derive v4.6.1
3892026-05-28T12:46:15.420Z Downloaded serde_tokenstream v0.2.3
3902026-05-28T12:46:15.423Z Downloaded scroll v0.12.0
3912026-05-28T12:46:15.423Z Downloaded macaddr v1.0.1
3922026-05-28T12:46:15.423Z Downloaded erased-serde v0.4.9
3932026-05-28T12:46:15.423Z Downloaded tempfile v3.25.0
3942026-05-28T12:46:15.428Z Downloaded anyhow v1.0.102
3952026-05-28T12:46:15.433Z Downloaded once_cell v1.21.3
3962026-05-28T12:46:15.446Z Downloaded digest v0.10.7
3972026-05-28T12:46:15.449Z Downloaded getrandom v0.4.1
3982026-05-28T12:46:15.452Z Downloaded pest_generator v2.8.6
3992026-05-28T12:46:15.452Z Downloaded icu_properties v2.1.2
4002026-05-28T12:46:15.455Z Downloaded serde_derive v1.0.228
4012026-05-28T12:46:15.458Z Downloaded semver v1.0.28
4022026-05-28T12:46:15.461Z Downloaded num-traits v0.2.19
4032026-05-28T12:46:15.461Z Downloaded icu_locale_core v2.1.1
4042026-05-28T12:46:15.465Z Downloaded log v0.4.29
4052026-05-28T12:46:15.468Z Downloaded papergrid v0.11.0
4062026-05-28T12:46:15.472Z Downloaded clap v4.6.1
4072026-05-28T12:46:15.477Z Downloaded serde_core v1.0.228
4082026-05-28T12:46:15.480Z Downloaded pest_meta v2.8.6
4092026-05-28T12:46:15.485Z Downloaded icu_normalizer_data v2.1.1
4102026-05-28T12:46:15.494Z Downloaded memchr v2.8.0
4112026-05-28T12:46:15.497Z Downloaded idna v1.1.0
4122026-05-28T12:46:15.500Z Downloaded icu_properties_data v2.1.2
4132026-05-28T12:46:15.504Z Downloaded serde v1.0.228
4142026-05-28T12:46:15.507Z Downloaded icu_collections v2.1.1
4152026-05-28T12:46:15.510Z Downloaded indexmap v2.14.0
4162026-05-28T12:46:15.513Z Downloaded clap_builder v4.6.0
4172026-05-28T12:46:15.529Z Downloaded pest v2.8.6
4182026-05-28T12:46:15.542Z Downloaded hashbrown v0.17.0
4192026-05-28T12:46:15.550Z Downloaded goblin v0.8.2
4202026-05-28T12:46:15.553Z Downloaded serde_json v1.0.149
4212026-05-28T12:46:15.570Z Downloaded tabled v0.15.0
4222026-05-28T12:46:15.579Z Downloaded syn v1.0.109
4232026-05-28T12:46:15.584Z Downloaded syn v2.0.117
4242026-05-28T12:46:15.596Z Downloaded rustix v1.1.3
4252026-05-28T12:46:15.622Z Downloaded libc v0.2.185
4262026-05-28T12:46:15.691Z Compiling proc-macro2 v1.0.106
4272026-05-28T12:46:15.691Z Compiling unicode-ident v1.0.24
4282026-05-28T12:46:15.691Z Compiling quote v1.0.45
4292026-05-28T12:46:15.695Z Compiling serde_core v1.0.228
4302026-05-28T12:46:15.695Z Compiling libc v0.2.185
4312026-05-28T12:46:15.695Z Compiling version_check v0.9.5
4322026-05-28T12:46:15.695Z Compiling serde v1.0.228
4332026-05-28T12:46:15.695Z Compiling memchr v2.8.0
4342026-05-28T12:46:16.031Z Compiling stable_deref_trait v1.2.1
4352026-05-28T12:46:16.111Z Compiling zmij v1.0.21
4362026-05-28T12:46:16.266Z Compiling ucd-trie v0.1.7
4372026-05-28T12:46:16.317Z Compiling itoa v1.0.17
4382026-05-28T12:46:16.512Z Compiling autocfg v1.5.0
4392026-05-28T12:46:16.528Z Compiling thiserror v1.0.69
4402026-05-28T12:46:16.561Z Compiling pest v2.8.6
4412026-05-28T12:46:16.640Z Compiling litemap v0.8.1
4422026-05-28T12:46:16.682Z Compiling writeable v0.6.2
4432026-05-28T12:46:16.834Z Compiling icu_normalizer_data v2.1.1
4442026-05-28T12:46:16.880Z Compiling icu_properties_data v2.1.2
4452026-05-28T12:46:17.019Z Compiling byteorder v1.5.0
4462026-05-28T12:46:17.062Z Compiling rustix v1.1.3
4472026-05-28T12:46:17.174Z Compiling syn v2.0.117
4482026-05-28T12:46:17.243Z Compiling errno v0.3.14
4492026-05-28T12:46:17.263Z Compiling bitflags v2.11.0
4502026-05-28T12:46:17.334Z Compiling serde_json v1.0.149
4512026-05-28T12:46:17.494Z Compiling num-traits v0.2.19
4522026-05-28T12:46:17.544Z Compiling hashbrown v0.17.0
4532026-05-28T12:46:17.609Z Compiling pest_meta v2.8.6
4542026-05-28T12:46:17.675Z Compiling equivalent v1.0.2
4552026-05-28T12:46:17.786Z Compiling typeid v1.0.3
4562026-05-28T12:46:17.956Z Compiling smallvec v1.15.1
4572026-05-28T12:46:18.082Z Compiling indexmap v2.14.0
4582026-05-28T12:46:18.165Z Compiling thread-id v4.2.2
4592026-05-28T12:46:18.190Z Compiling proc-macro-error-attr v1.0.4
4602026-05-28T12:46:18.251Z Compiling usdt-impl v0.5.0
4612026-05-28T12:46:18.283Z Compiling erased-serde v0.4.9
4622026-05-28T12:46:18.460Z Compiling syn v1.0.109
4632026-05-28T12:46:18.509Z Compiling winnow v0.7.14
4642026-05-28T12:46:18.542Z Compiling toml_write v0.1.2
4652026-05-28T12:46:18.853Z Compiling proc-macro-error v1.0.4
4662026-05-28T12:46:18.973Z Compiling percent-encoding v2.3.2
4672026-05-28T12:46:19.068Z Compiling camino v1.2.2
4682026-05-28T12:46:19.186Z Compiling log v0.4.29
4692026-05-28T12:46:19.288Z Compiling getrandom v0.4.1
4702026-05-28T12:46:19.378Z Compiling utf8parse v0.2.2
4712026-05-28T12:46:19.397Z Compiling thiserror v2.0.18
4722026-05-28T12:46:19.426Z Compiling utf8_iter v1.0.4
4732026-05-28T12:46:19.474Z Compiling plain v0.2.3
4742026-05-28T12:46:19.499Z Compiling anstyle-parse v1.0.0
4752026-05-28T12:46:19.602Z Compiling ordered-float v2.10.1
4762026-05-28T12:46:19.635Z Compiling form_urlencoded v1.2.2
4772026-05-28T12:46:19.862Z Compiling synstructure v0.13.2
4782026-05-28T12:46:19.882Z Compiling pest_generator v2.8.6
4792026-05-28T12:46:19.948Z Compiling terminal_size v0.4.3
4802026-05-28T12:46:20.089Z Compiling cfg-if v1.0.4
4812026-05-28T12:46:20.168Z Compiling is_terminal_polyfill v1.70.2
4822026-05-28T12:46:20.171Z Compiling pretty-hex v0.4.1
4832026-05-28T12:46:20.208Z Compiling anstyle v1.0.14
4842026-05-28T12:46:20.272Z Compiling colorchoice v1.0.4
4852026-05-28T12:46:20.290Z Compiling anstyle-query v1.1.5
4862026-05-28T12:46:20.394Z Compiling anstream v1.0.0
4872026-05-28T12:46:20.437Z Compiling serde-untagged v0.1.9
4882026-05-28T12:46:20.478Z Compiling semver v1.0.28
4892026-05-28T12:46:20.619Z Compiling fs-err v3.3.0
4902026-05-28T12:46:20.687Z Compiling once_cell v1.21.3
4912026-05-28T12:46:20.704Z Compiling strsim v0.11.1
4922026-05-28T12:46:20.808Z Compiling heck v0.5.0
4932026-05-28T12:46:20.825Z Compiling fnv v1.0.7
4942026-05-28T12:46:20.843Z Compiling clap_lex v1.0.0
4952026-05-28T12:46:20.929Z Compiling unicode-xid v0.2.6
4962026-05-28T12:46:21.048Z Compiling fastrand v2.3.0
4972026-05-28T12:46:21.064Z Compiling anyhow v1.0.102
4982026-05-28T12:46:21.068Z Compiling bytecount v0.6.9
4992026-05-28T12:46:21.099Z Compiling unicode-width v0.1.14
5002026-05-28T12:46:21.200Z Compiling heck v0.4.1
5012026-05-28T12:46:21.223Z Compiling tempfile v3.25.0
5022026-05-28T12:46:21.309Z Compiling clap_builder v4.6.0
5032026-05-28T12:46:21.369Z Compiling papergrid v0.11.0
5042026-05-28T12:46:21.527Z Compiling serde_derive v1.0.228
5052026-05-28T12:46:21.544Z Compiling zerofrom-derive v0.1.6
5062026-05-28T12:46:21.586Z Compiling yoke-derive v0.8.1
5072026-05-28T12:46:21.605Z Compiling zerovec-derive v0.11.2
5082026-05-28T12:46:21.822Z Compiling displaydoc v0.2.5
5092026-05-28T12:46:22.545Z Compiling thiserror-impl v1.0.69
5102026-05-28T12:46:22.698Z Compiling zerocopy-derive v0.7.35
5112026-05-28T12:46:22.715Z Compiling pest_derive v2.8.6
5122026-05-28T12:46:22.808Z Compiling scroll_derive v0.12.1
5132026-05-28T12:46:22.898Z Compiling zerofrom v0.1.6
5142026-05-28T12:46:23.034Z Compiling yoke v0.8.1
5152026-05-28T12:46:23.138Z Compiling thiserror-impl v2.0.18
5162026-05-28T12:46:23.234Z Compiling zerovec v0.11.5
5172026-05-28T12:46:23.450Z Compiling zerotrie v0.2.3
5182026-05-28T12:46:23.536Z Compiling zerocopy v0.7.35
5192026-05-28T12:46:23.766Z Compiling tinystr v0.8.2
5202026-05-28T12:46:23.817Z Compiling potential_utf v0.1.4
5212026-05-28T12:46:23.965Z Compiling icu_locale_core v2.1.1
5222026-05-28T12:46:23.983Z Compiling icu_collections v2.1.1
5232026-05-28T12:46:24.001Z Compiling dtrace-parser v0.2.0
5242026-05-28T12:46:24.142Z Compiling scroll v0.12.0
5252026-05-28T12:46:24.350Z Compiling tabled_derive v0.7.0
5262026-05-28T12:46:24.425Z Compiling goblin v0.8.2
5272026-05-28T12:46:24.485Z Compiling clap_derive v4.6.1
5282026-05-28T12:46:24.624Z Compiling icu_provider v2.1.1
5292026-05-28T12:46:24.752Z Compiling memmap v0.7.0
5302026-05-28T12:46:24.844Z Compiling smawk v0.3.2
5312026-05-28T12:46:24.932Z Compiling serde_spanned v0.6.9
5322026-05-28T12:46:24.950Z Compiling toml_datetime v0.6.11
5332026-05-28T12:46:24.969Z Compiling icu_properties v2.1.2
5342026-05-28T12:46:24.987Z Compiling icu_normalizer v2.1.1
5352026-05-28T12:46:24.990Z Compiling dof v0.3.0
5362026-05-28T12:46:25.080Z Compiling serde_tokenstream v0.2.3
5372026-05-28T12:46:25.229Z Compiling toml_edit v0.22.27
5382026-05-28T12:46:25.411Z Compiling serde-value v0.7.0
5392026-05-28T12:46:25.411Z Compiling cargo-platform v0.2.0
5402026-05-28T12:46:25.544Z Compiling unicode-width v0.2.0
5412026-05-28T12:46:25.699Z Compiling unicode-linebreak v0.1.5
5422026-05-28T12:46:25.770Z Compiling tabled v0.15.0
5432026-05-28T12:46:25.821Z Compiling idna_adapter v1.2.1
5442026-05-28T12:46:25.899Z Compiling usdt-attr-macro v0.5.0
5452026-05-28T12:46:25.941Z Compiling idna v1.1.0
5462026-05-28T12:46:25.966Z Compiling usdt-macro v0.5.0
5472026-05-28T12:46:26.074Z Compiling textwrap v0.16.2
5482026-05-28T12:46:26.254Z Compiling url v2.5.8
5492026-05-28T12:46:26.612Z Compiling clap v4.6.1
5502026-05-28T12:46:26.715Z Compiling macaddr v1.0.1
5512026-05-28T12:46:26.715Z Compiling toml v0.8.23
5522026-05-28T12:46:26.989Z Compiling camino-tempfile v1.4.1
5532026-05-28T12:46:27.102Z Compiling cargo-util-schemas v0.8.2
5542026-05-28T12:46:27.102Z Compiling cargo_toml v0.21.0
5552026-05-28T12:46:27.275Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5562026-05-28T12:46:27.521Z Compiling usdt v0.5.0
5572026-05-28T12:46:27.629Z Compiling swrite v0.1.0
5582026-05-28T12:46:27.884Z Compiling cargo_metadata v0.21.0
5592026-05-28T12:46:28.818Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5602026-05-28T12:46:30.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.30s
5612026-05-28T12:46:31.144Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5622026-05-28T12:46:31.729Z Downloading crates ...
5632026-05-28T12:46:31.820Z Downloaded adler2 v2.0.1
5642026-05-28T12:46:31.824Z Downloaded anstyle-parse v0.2.7
5652026-05-28T12:46:31.824Z Downloaded anstream v0.6.21
5662026-05-28T12:46:31.827Z Downloaded camino-tempfile-ext v0.3.3
5672026-05-28T12:46:31.827Z Downloaded block-padding v0.3.3
5682026-05-28T12:46:31.827Z Downloaded async-stream v0.3.6
5692026-05-28T12:46:31.827Z Downloaded cfg_aliases v0.1.1
5702026-05-28T12:46:31.831Z Downloaded atomic-waker v1.1.2
5712026-05-28T12:46:31.831Z Downloaded array-init v0.0.4
5722026-05-28T12:46:31.834Z Downloaded compression-core v0.4.31
5732026-05-28T12:46:31.834Z Downloaded crc-catalog v2.4.0
5742026-05-28T12:46:31.841Z Downloaded crunchy v0.2.4
5752026-05-28T12:46:31.844Z Downloaded crucible-workspace-hack v0.1.0
5762026-05-28T12:46:31.844Z Downloaded ciborium-ll v0.2.2
5772026-05-28T12:46:31.844Z Downloaded float-ord v0.3.2
5782026-05-28T12:46:31.848Z Downloaded aead v0.5.2
5792026-05-28T12:46:31.848Z Downloaded constant_time_eq v0.4.2
5802026-05-28T12:46:31.851Z Downloaded enum-as-inner v0.6.1
5812026-05-28T12:46:31.851Z Downloaded crossbeam-deque v0.8.6
5822026-05-28T12:46:31.851Z Downloaded castaway v0.2.4
5832026-05-28T12:46:31.854Z Downloaded bitfield-macros v0.19.4
5842026-05-28T12:46:31.854Z Downloaded cobs v0.3.0
5852026-05-28T12:46:31.854Z Downloaded buf-list v1.1.2
5862026-05-28T12:46:31.857Z Downloaded backoff v0.4.0
5872026-05-28T12:46:31.858Z Downloaded crossterm v0.29.0
5882026-05-28T12:46:31.861Z Downloaded cpufeatures v0.3.0
5892026-05-28T12:46:31.864Z Downloaded fallible-iterator v0.2.0
5902026-05-28T12:46:31.864Z Downloaded ciborium-io v0.2.2
5912026-05-28T12:46:31.864Z Downloaded diesel-dtrace v0.5.0
5922026-05-28T12:46:31.864Z Downloaded atomicwrites v0.4.4
5932026-05-28T12:46:31.868Z Downloaded darling_core v0.13.4
5942026-05-28T12:46:31.868Z Downloaded data-encoding v2.10.0
5952026-05-28T12:46:31.871Z Downloaded csv-core v0.1.13
5962026-05-28T12:46:31.871Z Downloaded ctr v0.9.2
5972026-05-28T12:46:31.871Z Downloaded colored v3.1.1
5982026-05-28T12:46:31.875Z Downloaded derive_builder v0.20.2
5992026-05-28T12:46:31.878Z Downloaded elliptic-curve v0.13.8
6002026-05-28T12:46:31.881Z Downloaded clang-sys v1.8.1
6012026-05-28T12:46:31.882Z Downloaded diesel_table_macro_syntax v0.3.0
6022026-05-28T12:46:31.882Z Downloaded bzip2 v0.4.4
6032026-05-28T12:46:31.885Z Downloaded cfg_aliases v0.2.1
6042026-05-28T12:46:31.885Z Downloaded assert_matches v1.5.0
6052026-05-28T12:46:31.885Z Downloaded float-cmp v0.10.0
6062026-05-28T12:46:31.885Z Downloaded arrayref v0.3.9
6072026-05-28T12:46:31.890Z Downloaded cargo-platform v0.3.2
6082026-05-28T12:46:31.890Z Downloaded downcast-rs v2.0.2
6092026-05-28T12:46:31.890Z Downloaded dropshot-api-manager-types v0.7.2
6102026-05-28T12:46:31.890Z Downloaded bit-set v0.8.0
6112026-05-28T12:46:31.893Z Downloaded base16ct v0.2.0
6122026-05-28T12:46:31.893Z Downloaded display-error-chain v0.2.2
6132026-05-28T12:46:31.894Z Downloaded foreign-types-macros v0.2.3
6142026-05-28T12:46:31.894Z Downloaded difflib v0.4.0
6152026-05-28T12:46:31.894Z Downloaded debug-ignore v1.0.5
6162026-05-28T12:46:31.897Z Downloaded darling_macro v0.23.0
6172026-05-28T12:46:31.897Z Downloaded bit-set v0.5.3
6182026-05-28T12:46:31.897Z Downloaded corncobs v0.1.4
6192026-05-28T12:46:31.897Z Downloaded erased-serde v0.3.31
6202026-05-28T12:46:31.901Z Downloaded critical-section v1.2.0
6212026-05-28T12:46:31.901Z Downloaded crc v3.4.0
6222026-05-28T12:46:31.901Z Downloaded bitflags v1.3.2
6232026-05-28T12:46:31.904Z Downloaded bit-vec v0.6.3
6242026-05-28T12:46:31.904Z Downloaded crossbeam-channel v0.5.15
6252026-05-28T12:46:31.907Z Downloaded embedded-io v0.6.1
6262026-05-28T12:46:31.907Z Downloaded bitfield-struct v0.6.2
6272026-05-28T12:46:31.908Z Downloaded crc-any v2.5.0
6282026-05-28T12:46:31.911Z Downloaded chacha20 v0.9.1
6292026-05-28T12:46:31.911Z Downloaded cargo_metadata v0.23.1
6302026-05-28T12:46:31.915Z Downloaded dtrace-parser v0.3.0
6312026-05-28T12:46:31.915Z Downloaded bb8 v0.8.6
6322026-05-28T12:46:31.915Z Downloaded ascii-canvas v3.0.0
6332026-05-28T12:46:31.915Z Downloaded async-recursion v1.1.1
6342026-05-28T12:46:31.918Z Downloaded cbc v0.1.2
6352026-05-28T12:46:31.918Z Downloaded fixedbitset v0.4.2
6362026-05-28T12:46:31.918Z Downloaded foreign-types-shared v0.1.1
6372026-05-28T12:46:31.922Z Downloaded atty v0.2.14
6382026-05-28T12:46:31.922Z Downloaded foreign-types-shared v0.3.1
6392026-05-28T12:46:31.922Z Downloaded convert_case v0.4.0
6402026-05-28T12:46:31.922Z Downloaded async-stream-impl v0.3.6
6412026-05-28T12:46:31.922Z Downloaded dirs-sys-next v0.1.2
6422026-05-28T12:46:31.922Z Downloaded crc8 v0.1.1
6432026-05-28T12:46:31.926Z Downloaded document-features v0.2.12
6442026-05-28T12:46:31.926Z Downloaded bitfield v0.19.4
6452026-05-28T12:46:31.929Z Downloaded dyn-clone v1.0.20
6462026-05-28T12:46:31.932Z Downloaded dirs-next v2.0.0
6472026-05-28T12:46:31.932Z Downloaded env_filter v1.0.0
6482026-05-28T12:46:31.932Z Downloaded bcrypt-pbkdf v0.10.0
6492026-05-28T12:46:31.936Z Downloaded darling_macro v0.20.11
6502026-05-28T12:46:31.936Z Downloaded curve25519-dalek-derive v0.1.1
6512026-05-28T12:46:31.939Z Downloaded fd-lock v4.0.4
6522026-05-28T12:46:31.939Z Downloaded foreign-types v0.5.0
6532026-05-28T12:46:31.939Z Downloaded foreign-types v0.3.2
6542026-05-28T12:46:31.939Z Downloaded ed25519 v2.2.3
6552026-05-28T12:46:31.943Z Downloaded flagset v0.4.7
6562026-05-28T12:46:31.943Z Downloaded diff v0.1.13
6572026-05-28T12:46:31.947Z Downloaded cstr-argument v0.1.2
6582026-05-28T12:46:31.947Z Downloaded der_derive v0.7.3
6592026-05-28T12:46:31.947Z Downloaded futures-task v0.3.32
6602026-05-28T12:46:31.947Z Downloaded bzip2 v0.6.1
6612026-05-28T12:46:31.951Z Downloaded dsl_auto_type v0.2.0
6622026-05-28T12:46:31.951Z Downloaded cexpr v0.6.0
6632026-05-28T12:46:31.951Z Downloaded dunce v1.0.5
6642026-05-28T12:46:31.951Z Downloaded defmt v0.3.100
6652026-05-28T12:46:31.951Z Downloaded derive_builder_macro v0.20.2
6662026-05-28T12:46:31.954Z Downloaded cipher v0.4.4
6672026-05-28T12:46:31.954Z Downloaded darling_macro v0.21.3
6682026-05-28T12:46:31.954Z Downloaded dof v0.4.0
6692026-05-28T12:46:31.954Z Downloaded cmake v0.1.57
6702026-05-28T12:46:31.957Z Downloaded funty v2.0.0
6712026-05-28T12:46:31.958Z Downloaded embedded-io v0.4.0
6722026-05-28T12:46:31.958Z Downloaded fxhash v0.2.1
6732026-05-28T12:46:31.958Z Downloaded defmt-parser v1.0.0
6742026-05-28T12:46:31.961Z Downloaded futures-sink v0.3.32
6752026-05-28T12:46:31.961Z Downloaded git-stub v1.0.0
6762026-05-28T12:46:31.961Z Downloaded futures-io v0.3.32
6772026-05-28T12:46:31.961Z Downloaded darling_macro v0.13.4
6782026-05-28T12:46:31.965Z Downloaded futures-macro v0.3.32
6792026-05-28T12:46:31.965Z Downloaded futures-core v0.3.32
6802026-05-28T12:46:31.965Z Downloaded hash32 v0.2.1
6812026-05-28T12:46:31.965Z Downloaded hash32 v0.3.1
6822026-05-28T12:46:31.968Z Downloaded compression-codecs v0.4.37
6832026-05-28T12:46:31.968Z Downloaded headers-core v0.3.0
6842026-05-28T12:46:31.972Z Downloaded globwalk v0.9.1
6852026-05-28T12:46:31.972Z Downloaded ghash v0.5.1
6862026-05-28T12:46:31.972Z Downloaded cassowary v0.3.0
6872026-05-28T12:46:31.972Z Downloaded gethostname v0.5.0
6882026-05-28T12:46:31.972Z Downloaded arrayvec v0.7.6
6892026-05-28T12:46:31.977Z Downloaded hex v0.4.3
6902026-05-28T12:46:31.977Z Downloaded bcs v0.1.6
6912026-05-28T12:46:31.980Z Downloaded daft v0.1.7
6922026-05-28T12:46:31.983Z Downloaded derive-ex v0.1.8
6932026-05-28T12:46:31.987Z Downloaded endian-type v0.1.2
6942026-05-28T12:46:31.987Z Downloaded either v1.15.0
6952026-05-28T12:46:31.987Z Downloaded find-msvc-tools v0.1.9
6962026-05-28T12:46:31.990Z Downloaded ecdsa v0.16.9
6972026-05-28T12:46:31.993Z Downloaded ff v0.13.1
6982026-05-28T12:46:31.994Z Downloaded hex-literal v0.4.1
6992026-05-28T12:46:31.994Z Downloaded daft-derive v0.1.7
7002026-05-28T12:46:31.997Z Downloaded darling v0.13.4
7012026-05-28T12:46:31.997Z Downloaded http-range v0.1.5
7022026-05-28T12:46:32.001Z Downloaded derive-where v1.6.0
7032026-05-28T12:46:32.002Z Downloaded hostname v0.4.2
7042026-05-28T12:46:32.005Z Downloaded hostname v0.3.1
7052026-05-28T12:46:32.005Z Downloaded httpdate v1.0.3
7062026-05-28T12:46:32.005Z Downloaded home v0.5.12
7072026-05-28T12:46:32.005Z Downloaded hubpack v0.1.2
7082026-05-28T12:46:32.005Z Downloaded async-trait v0.1.89
7092026-05-28T12:46:32.009Z Downloaded base64ct v1.8.3
7102026-05-28T12:46:32.009Z Downloaded indent_write v2.2.0
7112026-05-28T12:46:32.012Z Downloaded ena v0.14.4
7122026-05-28T12:46:32.012Z Downloaded foldhash v0.1.5
7132026-05-28T12:46:32.012Z Downloaded deranged v0.5.8
7142026-05-28T12:46:32.016Z Downloaded futures-executor v0.3.32
7152026-05-28T12:46:32.016Z Downloaded hubpack_derive v0.1.1
7162026-05-28T12:46:32.016Z Downloaded http-body v1.0.1
7172026-05-28T12:46:32.016Z Downloaded hyper-tls v0.6.0
7182026-05-28T12:46:32.016Z Downloaded filetime v0.2.27
7192026-05-28T12:46:32.020Z Downloaded fs-err v2.11.0
7202026-05-28T12:46:32.020Z Downloaded foldhash v0.2.0
7212026-05-28T12:46:32.020Z Downloaded async-compression v0.4.41
7222026-05-28T12:46:32.023Z Downloaded globset v0.4.18
7232026-05-28T12:46:32.026Z Downloaded group v0.13.0
7242026-05-28T12:46:32.027Z Downloaded defmt-macros v1.0.1
7252026-05-28T12:46:32.030Z Downloaded glob v0.3.3
7262026-05-28T12:46:32.030Z Downloaded ident_case v1.0.1
7272026-05-28T12:46:32.030Z Downloaded chacha20poly1305 v0.10.1
7282026-05-28T12:46:32.033Z Downloaded indoc v1.0.9
7292026-05-28T12:46:32.033Z Downloaded git-stub-vcs v0.1.0
7302026-05-28T12:46:32.033Z Downloaded ahash v0.8.12
7312026-05-28T12:46:32.037Z Downloaded is-terminal v0.4.17
7322026-05-28T12:46:32.037Z Downloaded illumos-nvpair v0.3.0
7332026-05-28T12:46:32.037Z Downloaded inout v0.1.4
7342026-05-28T12:46:32.037Z Downloaded instability v0.3.11
7352026-05-28T12:46:32.040Z Downloaded keccak v0.1.6
7362026-05-28T12:46:32.040Z Downloaded crossbeam-utils v0.8.21
7372026-05-28T12:46:32.040Z Downloaded is_ci v1.2.0
7382026-05-28T12:46:32.045Z Downloaded internet-checksum v0.2.1
7392026-05-28T12:46:32.045Z Downloaded blake2 v0.10.6
7402026-05-28T12:46:32.045Z Downloaded instant v0.1.13
7412026-05-28T12:46:32.049Z Downloaded illumos-nvpair-sys v0.2.0
7422026-05-28T12:46:32.049Z Downloaded cancel-safe-futures v0.1.5
7432026-05-28T12:46:32.049Z Downloaded cookie v0.18.1
7442026-05-28T12:46:32.049Z Downloaded chacha20 v0.10.0
7452026-05-28T12:46:32.052Z Downloaded crossbeam-epoch v0.9.18
7462026-05-28T12:46:32.052Z Downloaded crypto-bigint v0.5.5
7472026-05-28T12:46:32.056Z Downloaded env_logger v0.11.9
7482026-05-28T12:46:32.059Z Downloaded backon v1.6.0
7492026-05-28T12:46:32.059Z Downloaded crc32fast v1.5.0
7502026-05-28T12:46:32.062Z Downloaded lalrpop-util v0.19.12
7512026-05-28T12:46:32.062Z Downloaded kstat-rs v0.2.4
7522026-05-28T12:46:32.062Z Downloaded libscf-sys v1.1.0
7532026-05-28T12:46:32.067Z Downloaded darling v0.20.11
7542026-05-28T12:46:32.067Z Downloaded console v0.16.2
7552026-05-28T12:46:32.070Z Downloaded console v0.15.11
7562026-05-28T12:46:32.071Z Downloaded hyper-staticfile v0.10.1
7572026-05-28T12:46:32.071Z Downloaded cookie_store v0.22.1
7582026-05-28T12:46:32.079Z Downloaded convert_case v0.10.0
7592026-05-28T12:46:32.079Z Downloaded http-body-util v0.1.3
7602026-05-28T12:46:32.079Z Downloaded lazy_static v1.5.0
7612026-05-28T12:46:32.079Z Downloaded humantime v2.3.0
7622026-05-28T12:46:32.083Z Downloaded maplit v1.0.2
7632026-05-28T12:46:32.083Z Downloaded lru-slab v0.1.2
7642026-05-28T12:46:32.083Z Downloaded lru-cache v0.1.2
7652026-05-28T12:46:32.083Z Downloaded linked-hash-map v0.5.6
7662026-05-28T12:46:32.083Z Downloaded lzss v0.8.2
7672026-05-28T12:46:32.083Z Downloaded md-5 v0.10.6
7682026-05-28T12:46:32.083Z Downloaded memoffset v0.9.1
7692026-05-28T12:46:32.083Z Downloaded maybe-uninit v2.0.0
7702026-05-28T12:46:32.083Z Downloaded highway v1.3.0
7712026-05-28T12:46:32.087Z Downloaded byte-wrapper v0.1.0
7722026-05-28T12:46:32.087Z Downloaded async-bb8-diesel v0.2.1
7732026-05-28T12:46:32.087Z Downloaded futures-channel v0.3.32
7742026-05-28T12:46:32.090Z Downloaded fixedbitset v0.5.7
7752026-05-28T12:46:32.090Z Downloaded bit-vec v0.8.0
7762026-05-28T12:46:32.090Z Downloaded des v0.8.1
7772026-05-28T12:46:32.094Z Downloaded managed v0.8.0
7782026-05-28T12:46:32.094Z Downloaded arc-swap v1.8.2
7792026-05-28T12:46:32.097Z Downloaded darling v0.21.3
7802026-05-28T12:46:32.097Z Downloaded half v1.8.3
7812026-05-28T12:46:32.101Z Downloaded ingot-types v0.1.2
7822026-05-28T12:46:32.101Z Downloaded ipnetwork v0.21.1
7832026-05-28T12:46:32.104Z Downloaded mime v0.3.17
7842026-05-28T12:46:32.104Z Downloaded md5 v0.7.0
7852026-05-28T12:46:32.104Z Downloaded multimap v0.10.1
7862026-05-28T12:46:32.104Z Downloaded match_cfg v0.1.0
7872026-05-28T12:46:32.107Z Downloaded newtype-uuid-macros v0.1.0
7882026-05-28T12:46:32.107Z Downloaded indoc v2.0.7
7892026-05-28T12:46:32.108Z Downloaded normalize-line-endings v0.3.0
7902026-05-28T12:46:32.108Z Downloaded nodrop v0.1.14
7912026-05-28T12:46:32.111Z Downloaded jobserver v0.1.34
7922026-05-28T12:46:32.111Z Downloaded newline-converter v0.3.0
7932026-05-28T12:46:32.111Z Downloaded new_debug_unreachable v1.0.6
7942026-05-28T12:46:32.114Z Downloaded ciborium v0.2.2
7952026-05-28T12:46:32.114Z Downloaded allocator-api2 v0.2.21
7962026-05-28T12:46:32.114Z Downloaded drift v0.2.0
7972026-05-28T12:46:32.120Z Downloaded newtype_derive v0.1.6
7982026-05-28T12:46:32.124Z Downloaded darling_core v0.23.0
7992026-05-28T12:46:32.127Z Downloaded nibble_vec v0.1.0
8002026-05-28T12:46:32.127Z Downloaded libloading v0.8.9
8012026-05-28T12:46:32.128Z Downloaded num-conv v0.2.0
8022026-05-28T12:46:32.128Z Downloaded num-derive v0.3.3
8032026-05-28T12:46:32.131Z Downloaded num v0.4.3
8042026-05-28T12:46:32.131Z Downloaded fatfs v0.3.6
8052026-05-28T12:46:32.131Z Downloaded num_enum_derive v0.5.11
8062026-05-28T12:46:32.134Z Downloaded bytes v1.11.1
8072026-05-28T12:46:32.135Z Downloaded num-derive v0.4.2
8082026-05-28T12:46:32.138Z Downloaded httparse v1.10.1
8092026-05-28T12:46:32.138Z Downloaded fs_extra v1.3.0
8102026-05-28T12:46:32.142Z Downloaded libsw-core v0.3.2
8112026-05-28T12:46:32.142Z Downloaded lru v0.12.5
8122026-05-28T12:46:32.142Z Downloaded openssl-probe v0.2.1
8132026-05-28T12:46:32.142Z Downloaded num-iter v0.1.45
8142026-05-28T12:46:32.145Z Downloaded openssl-probe v0.1.6
8152026-05-28T12:46:32.145Z Downloaded hyper-rustls v0.27.7
8162026-05-28T12:46:32.145Z Downloaded openssl-macros v0.1.1
8172026-05-28T12:46:32.145Z Downloaded lock_api v0.4.14
8182026-05-28T12:46:32.149Z Downloaded libefi-sys v0.1.0
8192026-05-28T12:46:32.149Z Downloaded opaque-debug v0.3.1
8202026-05-28T12:46:32.149Z Downloaded dropshot_endpoint v0.17.0
8212026-05-28T12:46:32.152Z Downloaded libsw v3.5.0
8222026-05-28T12:46:32.152Z Downloaded compact_str v0.8.1
8232026-05-28T12:46:32.156Z Downloaded derive_more v0.99.20
8242026-05-28T12:46:32.156Z Downloaded olpc-cjson v0.1.4
8252026-05-28T12:46:32.159Z Downloaded oso-derive v0.27.3
8262026-05-28T12:46:32.159Z Downloaded futures v0.3.32
8272026-05-28T12:46:32.163Z Downloaded iana-time-zone v0.1.65
8282026-05-28T12:46:32.163Z Downloaded ingot-macros v0.1.1
8292026-05-28T12:46:32.163Z Downloaded half v2.7.1
8302026-05-28T12:46:32.166Z Downloaded ipnet v2.11.0
8312026-05-28T12:46:32.166Z Downloaded darling v0.23.0
8322026-05-28T12:46:32.170Z Downloaded multer v3.1.0
8332026-05-28T12:46:32.170Z Downloaded ingot v0.1.1
8342026-05-28T12:46:32.173Z Downloaded impl-trait-for-tuples v0.2.3
8352026-05-28T12:46:32.173Z Downloaded parse-size v1.1.0
8362026-05-28T12:46:32.177Z Downloaded parse-display v0.10.0
8372026-05-28T12:46:32.177Z Downloaded packed_struct_codegen v0.10.1
8382026-05-28T12:46:32.177Z Downloaded newtype-uuid v1.3.2
8392026-05-28T12:46:32.177Z Downloaded nanorand v0.7.0
8402026-05-28T12:46:32.180Z Downloaded darling_core v0.21.3
8412026-05-28T12:46:32.180Z Downloaded pbkdf2 v0.11.0
8422026-05-28T12:46:32.184Z Downloaded path-slash v0.1.5
8432026-05-28T12:46:32.184Z Downloaded native-tls v0.2.18
8442026-05-28T12:46:32.187Z Downloaded der v0.7.10
8452026-05-28T12:46:32.187Z Downloaded getrandom v0.2.17
8462026-05-28T12:46:32.190Z Downloaded const_format_proc_macros v0.2.34
8472026-05-28T12:46:32.190Z Downloaded blowfish v0.9.1
8482026-05-28T12:46:32.194Z Downloaded num-complex v0.4.6
8492026-05-28T12:46:32.194Z Downloaded nu-ansi-term v0.50.3
8502026-05-28T12:46:32.194Z Downloaded defmt v1.0.1
8512026-05-28T12:46:32.197Z Downloaded argon2 v0.5.3
8522026-05-28T12:46:32.197Z Downloaded const-oid v0.9.6
8532026-05-28T12:46:32.201Z Downloaded peg-runtime v0.8.5
8542026-05-28T12:46:32.201Z Downloaded nonempty v0.12.0
8552026-05-28T12:46:32.201Z Downloaded colored v2.2.0
8562026-05-28T12:46:32.204Z Downloaded phf_shared v0.13.1
8572026-05-28T12:46:32.204Z Downloaded phf_shared v0.12.1
8582026-05-28T12:46:32.204Z Downloaded num-integer v0.1.46
8592026-05-28T12:46:32.204Z Downloaded base64 v0.21.7
8602026-05-28T12:46:32.208Z Downloaded num-rational v0.4.2
8612026-05-28T12:46:32.208Z Downloaded derive_builder_core v0.20.2
8622026-05-28T12:46:32.211Z Downloaded num_threads v0.1.7
8632026-05-28T12:46:32.211Z Downloaded num_enum v0.7.6
8642026-05-28T12:46:32.228Z Downloaded predicates-tree v1.0.13
8652026-05-28T12:46:32.231Z Downloaded darling_core v0.20.11
8662026-05-28T12:46:32.231Z Downloaded predicates-core v1.0.10
8672026-05-28T12:46:32.235Z Downloaded precomputed-hash v0.1.1
8682026-05-28T12:46:32.235Z Downloaded powerfmt v0.2.0
8692026-05-28T12:46:32.235Z Downloaded pin-utils v0.1.0
8702026-05-28T12:46:32.235Z Downloaded num_enum_derive v0.7.6
8712026-05-28T12:46:32.238Z Downloaded memmap2 v0.9.10
8722026-05-28T12:46:32.238Z Downloaded litrs v1.0.0
8732026-05-28T12:46:32.238Z Downloaded flume v0.11.1
8742026-05-28T12:46:32.242Z Downloaded base64 v0.22.1
8752026-05-28T12:46:32.245Z Downloaded proc-macro-crate v1.3.1
8762026-05-28T12:46:32.245Z Downloaded packed_struct v0.10.1
8772026-05-28T12:46:32.245Z Downloaded oxnet v0.1.5
8782026-05-28T12:46:32.250Z Downloaded ignore v0.4.25
8792026-05-28T12:46:32.250Z Downloaded mime_guess v2.0.5
8802026-05-28T12:46:32.250Z Downloaded proc-macro-crate v3.4.0
8812026-05-28T12:46:32.253Z Downloaded heapless v0.7.17
8822026-05-28T12:46:32.253Z Downloaded oxide-tokio-rt v0.1.4
8832026-05-28T12:46:32.253Z Downloaded owo-colors v4.3.0
8842026-05-28T12:46:32.257Z Downloaded paste v1.0.15
8852026-05-28T12:46:32.257Z Downloaded progenitor-client v0.14.0
8862026-05-28T12:46:32.260Z Downloaded progenitor-client v0.11.2
8872026-05-28T12:46:32.260Z Downloaded password-hash v0.4.2
8882026-05-28T12:46:32.260Z Downloaded flate2 v1.1.9
8892026-05-28T12:46:32.264Z Downloaded progenitor-macro v0.14.0
8902026-05-28T12:46:32.264Z Downloaded quick-error v1.2.3
8912026-05-28T12:46:32.264Z Downloaded pem v3.0.6
8922026-05-28T12:46:32.267Z Downloaded progenitor-macro v0.13.0
8932026-05-28T12:46:32.267Z Downloaded parse-display-derive v0.10.0
8942026-05-28T12:46:32.267Z Downloaded parking_lot_core v0.8.6
8952026-05-28T12:46:32.267Z Downloaded indexmap v1.9.3
8962026-05-28T12:46:32.271Z Downloaded pbkdf2 v0.12.2
8972026-05-28T12:46:32.271Z Downloaded peg-macros v0.8.5
8982026-05-28T12:46:32.274Z Downloaded heapless v0.8.0
8992026-05-28T12:46:32.274Z Downloaded cc v1.2.56
9002026-05-28T12:46:32.278Z Downloaded pin-project-internal v1.1.11
9012026-05-28T12:46:32.278Z Downloaded phf v0.13.1
9022026-05-28T12:46:32.278Z Downloaded hmac v0.12.1
9032026-05-28T12:46:32.281Z Downloaded phf_shared v0.11.3
9042026-05-28T12:46:32.281Z Downloaded phf v0.12.1
9052026-05-28T12:46:32.281Z Downloaded peg v0.8.5
9062026-05-28T12:46:32.285Z Downloaded libbz2-rs-sys v0.2.2
9072026-05-28T12:46:32.285Z Downloaded poly1305 v0.8.0
9082026-05-28T12:46:32.289Z Downloaded pkg-config v0.3.32
9092026-05-28T12:46:32.289Z Downloaded pkcs8 v0.10.2
9102026-05-28T12:46:32.289Z Downloaded getrandom v0.3.4
9112026-05-28T12:46:32.292Z Downloaded rand_chacha v0.3.1
9122026-05-28T12:46:32.292Z Downloaded predicates v3.1.4
9132026-05-28T12:46:32.295Z Downloaded radium v0.7.0
9142026-05-28T12:46:32.295Z Downloaded recursive v0.1.1
9152026-05-28T12:46:32.296Z Downloaded const_format v0.2.35
9162026-05-28T12:46:32.299Z Downloaded ppv-lite86 v0.2.21
9172026-05-28T12:46:32.299Z Downloaded polyval v0.6.2
9182026-05-28T12:46:32.299Z Downloaded num_enum v0.5.11
9192026-05-28T12:46:32.303Z Downloaded pin-project-lite v0.2.17
9202026-05-28T12:46:32.306Z Downloaded rand_xorshift v0.4.0
9212026-05-28T12:46:32.306Z Downloaded indicatif v0.18.4
9222026-05-28T12:46:32.309Z Downloaded headers v0.4.1
9232026-05-28T12:46:32.313Z Downloaded primeorder v0.13.6
9242026-05-28T12:46:32.313Z Downloaded proc-macro-error-attr2 v2.0.0
9252026-05-28T12:46:32.313Z Downloaded parking_lot v0.11.2
9262026-05-28T12:46:32.316Z Downloaded ar_archive_writer v0.5.1
9272026-05-28T12:46:32.316Z Downloaded ref-cast-impl v1.0.25
9282026-05-28T12:46:32.320Z Downloaded omicron-zone-package v0.12.2
9292026-05-28T12:46:32.320Z Downloaded recursive-proc-macro-impl v0.1.1
9302026-05-28T12:46:32.320Z Downloaded proc-macro-error2 v2.0.1
9312026-05-28T12:46:32.323Z Downloaded ref-cast v1.0.25
9322026-05-28T12:46:32.326Z Downloaded progenitor-macro v0.11.2
9332026-05-28T12:46:32.326Z Downloaded derive_more v2.1.1
9342026-05-28T12:46:32.330Z Downloaded progenitor-client v0.13.0
9352026-05-28T12:46:32.334Z Downloaded progenitor v0.11.2
9362026-05-28T12:46:32.334Z Downloaded parking_lot_core v0.9.12
9372026-05-28T12:46:32.334Z Downloaded parking_lot v0.12.5
9382026-05-28T12:46:32.337Z Downloaded psm v0.1.30
9392026-05-28T12:46:32.337Z Downloaded psl-types v2.0.11
9402026-05-28T12:46:32.340Z Downloaded progenitor v0.14.0
9412026-05-28T12:46:32.341Z Downloaded password-hash v0.5.0
9422026-05-28T12:46:32.341Z Downloaded hickory-resolver v0.24.4
9432026-05-28T12:46:32.344Z Downloaded expectorate v1.2.0
9442026-05-28T12:46:32.344Z Downloaded linear-map v1.2.0
9452026-05-28T12:46:32.348Z Downloaded russh-cryptovec v0.7.3
9462026-05-28T12:46:32.348Z Downloaded rtoolbox v0.0.3
9472026-05-28T12:46:32.351Z Downloaded hickory-resolver v0.25.2
9482026-05-28T12:46:32.351Z Downloaded pem-rfc7468 v0.7.0
9492026-05-28T12:46:32.357Z Downloaded rustc-hash v2.1.1
9502026-05-28T12:46:32.361Z Downloaded rustc_version v0.4.1
9512026-05-28T12:46:32.361Z Downloaded rfc6979 v0.4.0
9522026-05-28T12:46:32.361Z Downloaded rand_seeder v0.4.0
9532026-05-28T12:46:32.364Z Downloaded rustc_version v0.1.7
9542026-05-28T12:46:32.367Z Downloaded scheduled-thread-pool v0.2.7
9552026-05-28T12:46:32.367Z Downloaded sapling-renderdag v0.1.0
9562026-05-28T12:46:32.367Z Downloaded r2d2 v0.8.10
9572026-05-28T12:46:32.371Z Downloaded p256 v0.13.2
9582026-05-28T12:46:32.371Z Downloaded postcard v1.1.3
9592026-05-28T12:46:32.374Z Downloaded ed25519-dalek v2.2.0
9602026-05-28T12:46:32.375Z Downloaded pkcs5 v0.7.1
9612026-05-28T12:46:32.378Z Downloaded pkcs1 v0.7.5
9622026-05-28T12:46:32.381Z Downloaded rand_core v0.6.4
9632026-05-28T12:46:32.381Z Downloaded rand_chacha v0.9.0
9642026-05-28T12:46:32.381Z Downloaded miniz_oxide v0.8.9
9652026-05-28T12:46:32.385Z Downloaded scopeguard v1.2.0
9662026-05-28T12:46:32.388Z Downloaded postgres-types v0.2.12
9672026-05-28T12:46:32.392Z Downloaded salsa20 v0.10.2
9682026-05-28T12:46:32.392Z Downloaded progenitor-extras v0.2.0
9692026-05-28T12:46:32.392Z Downloaded same-file v1.0.6
9702026-05-28T12:46:32.395Z Downloaded diesel_derives v2.3.7
9712026-05-28T12:46:32.398Z Downloaded aes v0.8.4
9722026-05-28T12:46:32.402Z Downloaded progenitor v0.13.0
9732026-05-28T12:46:32.405Z Downloaded serde-big-array v0.5.1
9742026-05-28T12:46:32.405Z Downloaded scrypt v0.11.0
9752026-05-28T12:46:32.405Z Downloaded scroll_derive v0.13.1
9762026-05-28T12:46:32.409Z Downloaded serde_repr v0.1.20
9772026-05-28T12:46:32.413Z Downloaded bumpalo v3.20.2
9782026-05-28T12:46:32.416Z Downloaded quinn-udp v0.5.14
9792026-05-28T12:46:32.421Z Downloaded seq-macro v0.3.6
9802026-05-28T12:46:32.421Z Downloaded secrecy v0.8.0
9812026-05-28T12:46:32.421Z Downloaded semver v0.1.20
9822026-05-28T12:46:32.421Z Downloaded secrecy v0.10.3
9832026-05-28T12:46:32.424Z Downloaded serde_bytes v0.11.19
9842026-05-28T12:46:32.424Z Downloaded serde_spanned v1.0.4
9852026-05-28T12:46:32.425Z Downloaded serde_plain v1.0.2
9862026-05-28T12:46:32.425Z Downloaded resolv-conf v0.7.6
9872026-05-28T12:46:32.428Z Downloaded serde_urlencoded v0.7.1
9882026-05-28T12:46:32.432Z Downloaded shell-words v1.1.1
9892026-05-28T12:46:32.432Z Downloaded sha1 v0.10.6
9902026-05-28T12:46:32.437Z Downloaded rand_core v0.10.0
9912026-05-28T12:46:32.437Z Downloaded pin-project v1.1.11
9922026-05-28T12:46:32.442Z Downloaded rusty-fork v0.3.1
9932026-05-28T12:46:32.449Z Downloaded signature v2.2.0
9942026-05-28T12:46:32.449Z Downloaded sigpipe v0.1.3
9952026-05-28T12:46:32.449Z Downloaded signal-hook-mio v0.2.5
9962026-05-28T12:46:32.449Z Downloaded rustversion v1.0.22
9972026-05-28T12:46:32.449Z Downloaded siphasher v1.0.2
9982026-05-28T12:46:32.449Z Downloaded rustls-pemfile v2.2.0
9992026-05-28T12:46:32.454Z Downloaded postgres-protocol v0.6.10
10002026-05-28T12:46:32.454Z Downloaded derive_more-impl v2.1.1
10012026-05-28T12:46:32.454Z Downloaded minimal-lexical v0.2.1
10022026-05-28T12:46:32.458Z Downloaded openssl-sys v0.9.115
10032026-05-28T12:46:32.461Z Downloaded oso v0.27.3
10042026-05-28T12:46:32.464Z Downloaded rustls-pemfile v1.0.4
10052026-05-28T12:46:32.464Z Downloaded rustls-native-certs v0.8.3
10062026-05-28T12:46:32.464Z Downloaded schemars_derive v0.8.22
10072026-05-28T12:46:32.467Z Downloaded rand_core v0.9.5
10082026-05-28T12:46:32.467Z Downloaded sec1 v0.7.3
10092026-05-28T12:46:32.470Z Downloaded papergrid v0.17.0
10102026-05-28T12:46:32.476Z Downloaded progenitor-impl v0.14.0
10112026-05-28T12:46:32.476Z Downloaded serde_derive_internals v0.29.1
10122026-05-28T12:46:32.476Z Downloaded serde-hex v0.1.0
10132026-05-28T12:46:32.480Z Downloaded progenitor-impl v0.13.0
10142026-05-28T12:46:32.480Z Downloaded crossterm v0.28.1
10152026-05-28T12:46:32.480Z Downloaded slog-envlogger v2.2.0
10162026-05-28T12:46:32.484Z Downloaded sct v0.7.1
10172026-05-28T12:46:32.484Z Downloaded hashbrown v0.12.3
10182026-05-28T12:46:32.487Z Downloaded scroll v0.13.0
10192026-05-28T12:46:32.487Z Downloaded hashbrown v0.13.2
10202026-05-28T12:46:32.490Z Downloaded hickory-server v0.25.2
10212026-05-28T12:46:32.498Z Downloaded serde_path_to_error v0.1.20
10222026-05-28T12:46:32.501Z Downloaded ssh-encoding v0.2.0
10232026-05-28T12:46:32.501Z Downloaded jiff-static v0.2.21
10242026-05-28T12:46:32.505Z Downloaded ssh-cipher v0.2.0
10252026-05-28T12:46:32.509Z Downloaded http v1.4.0
10262026-05-28T12:46:32.509Z Downloaded serde_with_macros v1.5.2
10272026-05-28T12:46:32.511Z Downloaded rustls-pki-types v1.14.0
10282026-05-28T12:46:32.514Z Downloaded sqlparser_derive v0.5.0
10292026-05-28T12:46:32.514Z Downloaded signal-hook-tokio v0.3.1
10302026-05-28T12:46:32.517Z Downloaded signal-hook-registry v1.4.8
10312026-05-28T12:46:32.520Z Downloaded strip-ansi-escapes v0.2.1
10322026-05-28T12:46:32.520Z Downloaded shlex v1.3.0
10332026-05-28T12:46:32.523Z Downloaded prettyplease v0.2.37
10342026-05-28T12:46:32.525Z Downloaded simd-adler32 v0.3.8
10352026-05-28T12:46:32.525Z Downloaded hyper-util v0.1.20
10362026-05-28T12:46:32.529Z Downloaded structmeta v0.3.0
10372026-05-28T12:46:32.532Z Downloaded strum v0.26.3
10382026-05-28T12:46:32.532Z Downloaded strsim v0.10.0
10392026-05-28T12:46:32.532Z Downloaded rcgen v0.12.1
10402026-05-28T12:46:32.534Z Downloaded subtle v2.6.1
10412026-05-28T12:46:32.534Z Downloaded strum v0.27.2
10422026-05-28T12:46:32.535Z Downloaded prefix-trie v0.7.0
10432026-05-28T12:46:32.538Z Downloaded sync_wrapper v1.0.2
10442026-05-28T12:46:32.538Z Downloaded slog-async v2.8.0
10452026-05-28T12:46:32.538Z Downloaded slab v0.4.12
10462026-05-28T12:46:32.541Z Downloaded progenitor-impl v0.11.2
10472026-05-28T12:46:32.544Z Downloaded smallvec v0.6.14
10482026-05-28T12:46:32.548Z Downloaded slog-scope v4.4.1
10492026-05-28T12:46:32.548Z Downloaded slog-json v2.6.1
10502026-05-28T12:46:32.548Z Downloaded take_mut v0.2.2
10512026-05-28T12:46:32.551Z Downloaded tabwriter v1.4.1
10522026-05-28T12:46:32.551Z Downloaded tap v1.0.1
10532026-05-28T12:46:32.551Z Downloaded termtree v0.5.1
10542026-05-28T12:46:32.551Z Downloaded tabled_derive v0.11.0
10552026-05-28T12:46:32.554Z Downloaded tagptr v0.2.0
10562026-05-28T12:46:32.554Z Downloaded sync-ptr v0.1.4
10572026-05-28T12:46:32.554Z Downloaded supports-color v3.0.2
10582026-05-28T12:46:32.554Z Downloaded thiserror-impl-no-std v2.0.2
10592026-05-28T12:46:32.558Z Downloaded snafu-derive v0.8.9
10602026-05-28T12:46:32.558Z Downloaded serde_cbor v0.11.2
10612026-05-28T12:46:32.558Z Downloaded slog-term v2.9.2
10622026-05-28T12:46:32.562Z Downloaded slog-stdlog v4.1.1
10632026-05-28T12:46:32.562Z Downloaded slog-dtrace v0.3.0
10642026-05-28T12:46:32.562Z Downloaded slog-bunyan v2.5.0
10652026-05-28T12:46:32.565Z Downloaded spki v0.7.3
10662026-05-28T12:46:32.565Z Downloaded thread-id v5.1.0
10672026-05-28T12:46:32.565Z Downloaded testing_table v0.3.0
10682026-05-28T12:46:32.569Z Downloaded itertools v0.10.5
10692026-05-28T12:46:32.572Z Downloaded rayon-core v1.13.0
10702026-05-28T12:46:32.576Z Downloaded russh-keys v0.45.0
10712026-05-28T12:46:32.576Z Downloaded serde_with_macros v3.17.0
10722026-05-28T12:46:32.581Z Downloaded string_cache v0.8.9
10732026-05-28T12:46:32.581Z Downloaded sqlformat v0.3.5
10742026-05-28T12:46:32.581Z Downloaded tinyvec_macros v0.1.1
10752026-05-28T12:46:32.585Z Downloaded time-core v0.1.8
10762026-05-28T12:46:32.588Z Downloaded rustls-platform-verifier v0.6.2
10772026-05-28T12:46:32.588Z Downloaded stringprep v0.1.5
10782026-05-28T12:46:32.589Z Downloaded static_assertions v1.1.0
10792026-05-28T12:46:32.592Z Downloaded pretty_assertions v1.4.1
10802026-05-28T12:46:32.592Z Downloaded strum_macros v0.26.4
10812026-05-28T12:46:32.592Z Downloaded strum_macros v0.24.3
10822026-05-28T12:46:32.596Z Downloaded structmeta-derive v0.3.0
10832026-05-28T12:46:32.596Z Downloaded strum_macros v0.27.2
10842026-05-28T12:46:32.601Z Downloaded schemars v0.8.22
10852026-05-28T12:46:32.608Z Downloaded tokio-macros v2.7.0
10862026-05-28T12:46:32.628Z Downloaded publicsuffix v2.3.0
10872026-05-28T12:46:32.628Z Downloaded ryu v1.0.23
10882026-05-28T12:46:32.628Z Downloaded support-bundle-viewer v0.1.2
10892026-05-28T12:46:32.628Z Downloaded quinn v0.11.9
10902026-05-28T12:46:32.628Z Downloaded spin v0.9.8
10912026-05-28T12:46:32.632Z Downloaded nom v7.1.3
10922026-05-28T12:46:32.632Z Downloaded thiserror-no-std v2.0.2
10932026-05-28T12:46:32.635Z Downloaded thread_local v1.1.9
10942026-05-28T12:46:32.635Z Downloaded hashbrown v0.16.1
10952026-05-28T12:46:32.641Z Downloaded signal-hook v0.3.18
10962026-05-28T12:46:32.644Z Downloaded ron v0.8.1
10972026-05-28T12:46:32.644Z Downloaded serde_yaml v0.9.34+deprecated
10982026-05-28T12:46:32.647Z Downloaded tower-service v0.3.3
10992026-05-28T12:46:32.647Z Downloaded tower-layer v0.3.3
11002026-05-28T12:46:32.647Z Downloaded topological-sort v0.2.2
11012026-05-28T12:46:32.650Z Downloaded tiny-keccak v2.0.2
11022026-05-28T12:46:32.650Z Downloaded stacker v0.1.23
11032026-05-28T12:46:32.654Z Downloaded similar v2.7.0
11042026-05-28T12:46:32.657Z Downloaded time-macros v0.2.27
11052026-05-28T12:46:32.657Z Downloaded try-lock v0.2.5
11062026-05-28T12:46:32.657Z Downloaded trait-variant v0.1.2
11072026-05-28T12:46:32.657Z Downloaded num-bigint v0.4.6
11082026-05-28T12:46:32.660Z Downloaded iri-string v0.7.10
11092026-05-28T12:46:32.663Z Downloaded typify-macro v0.6.2
11102026-05-28T12:46:32.667Z Downloaded typify-macro v0.4.3
11112026-05-28T12:46:32.667Z Downloaded tokio-dtrace v0.1.1
11122026-05-28T12:46:32.667Z Downloaded rand v0.8.6
11132026-05-28T12:46:32.673Z Downloaded unarray v0.1.4
11142026-05-28T12:46:32.673Z Downloaded dropshot-api-manager v0.7.2
11152026-05-28T12:46:32.673Z Downloaded libxml v0.3.3
11162026-05-28T12:46:32.677Z Downloaded term v0.7.0
11172026-05-28T12:46:32.681Z Downloaded tokio-native-tls v0.3.1
11182026-05-28T12:46:32.681Z Downloaded tokio-rustls v0.25.0
11192026-05-28T12:46:32.681Z Downloaded untrusted v0.7.1
11202026-05-28T12:46:32.681Z Downloaded tls_codec_derive v0.4.2
11212026-05-28T12:46:32.686Z Downloaded usdt-macro v0.6.0
11222026-05-28T12:46:32.686Z Downloaded universal-hash v0.5.1
11232026-05-28T12:46:32.686Z Downloaded unit-prefix v0.5.2
11242026-05-28T12:46:32.686Z Downloaded unicode-truncate v1.1.0
11252026-05-28T12:46:32.686Z Downloaded tokio-tungstenite v0.21.0
11262026-05-28T12:46:32.689Z Downloaded untrusted v0.9.0
11272026-05-28T12:46:32.689Z Downloaded smf v0.2.3
11282026-05-28T12:46:32.689Z Downloaded mio v1.2.0
11292026-05-28T12:46:32.693Z Downloaded termios v0.3.3
11302026-05-28T12:46:32.693Z Downloaded term v1.2.1
11312026-05-28T12:46:32.696Z Downloaded slog v2.8.2
11322026-05-28T12:46:32.699Z Downloaded toml_writer v1.0.6+spec-1.1.0
11332026-05-28T12:46:32.699Z Downloaded rsa v0.9.10
11342026-05-28T12:46:32.705Z Downloaded utf-8 v0.7.6
11352026-05-28T12:46:32.705Z Downloaded usdt-attr-macro v0.6.0
11362026-05-28T12:46:32.705Z Downloaded usdt v0.6.0
11372026-05-28T12:46:32.705Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11382026-05-28T12:46:32.705Z Downloaded qorb v0.4.1
11392026-05-28T12:46:32.709Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11402026-05-28T12:46:32.709Z Downloaded rand v0.9.2
11412026-05-28T12:46:32.712Z Downloaded hashbrown v0.15.5
11422026-05-28T12:46:32.715Z Downloaded tls_codec v0.4.2
11432026-05-28T12:46:32.719Z Downloaded socket2 v0.6.3
11442026-05-28T12:46:32.719Z Downloaded socket2 v0.5.10
11452026-05-28T12:46:32.719Z Downloaded wait-timeout v0.2.1
11462026-05-28T12:46:32.719Z Downloaded void v1.0.2
11472026-05-28T12:46:32.723Z Downloaded aes-gcm v0.10.3
11482026-05-28T12:46:32.726Z Downloaded num-bigint-dig v0.8.6
11492026-05-28T12:46:32.729Z Downloaded tui-tree-widget v0.23.1
11502026-05-28T12:46:32.732Z Downloaded schemars v0.9.0
11512026-05-28T12:46:32.739Z Downloaded want v0.3.1
11522026-05-28T12:46:32.742Z Downloaded waitgroup v0.1.2
11532026-05-28T12:46:32.742Z Downloaded unicase v2.9.0
11542026-05-28T12:46:32.742Z Downloaded tokio-rustls v0.24.1
11552026-05-28T12:46:32.746Z Downloaded hyper v1.8.1
11562026-05-28T12:46:32.750Z Downloaded samael v0.0.19
11572026-05-28T12:46:32.753Z Downloaded tokio-rustls v0.26.4
11582026-05-28T12:46:32.753Z Downloaded schemars v1.2.1
11592026-05-28T12:46:32.758Z Downloaded xshell-macros v0.2.7
11602026-05-28T12:46:32.762Z Downloaded xattr v1.6.1
11612026-05-28T12:46:32.762Z Downloaded snafu v0.8.9
11622026-05-28T12:46:32.765Z Downloaded vergen-gitcl v1.0.8
11632026-05-28T12:46:32.765Z Downloaded test-strategy v0.4.5
11642026-05-28T12:46:32.768Z Downloaded tokio-tungstenite v0.23.1
11652026-05-28T12:46:32.768Z Downloaded vergen-git2 v9.1.0
11662026-05-28T12:46:32.772Z Downloaded zone_cfg_derive v0.3.1
11672026-05-28T12:46:32.772Z Downloaded uzers v0.12.2
11682026-05-28T12:46:32.772Z Downloaded usdt-impl v0.6.0
11692026-05-28T12:46:32.772Z Downloaded tokio-stream v0.1.18
11702026-05-28T12:46:32.775Z Downloaded zeroize_derive v1.4.3
11712026-05-28T12:46:32.775Z Downloaded toml_parser v1.0.9+spec-1.1.0
11722026-05-28T12:46:32.779Z Downloaded subprocess v0.2.15
11732026-05-28T12:46:32.779Z Downloaded itertools v0.14.0
11742026-05-28T12:46:32.783Z Downloaded twox-hash v2.1.2
11752026-05-28T12:46:32.786Z Downloaded tracing-attributes v0.1.31
11762026-05-28T12:46:32.786Z Downloaded libm v0.2.16
11772026-05-28T12:46:32.790Z Downloaded vergen-lib v9.1.0
11782026-05-28T12:46:32.793Z Downloaded nom v8.0.0
11792026-05-28T12:46:32.797Z Downloaded tinyvec v1.10.0
11802026-05-28T12:46:32.797Z Downloaded rand v0.10.1
11812026-05-28T12:46:32.801Z Downloaded h2 v0.4.13
11822026-05-28T12:46:32.804Z Downloaded walkdir v2.5.0
11832026-05-28T12:46:32.804Z Downloaded rustls-webpki v0.103.9
11842026-05-28T12:46:32.807Z Downloaded vsss-rs v3.3.4
11852026-05-28T12:46:32.807Z Downloaded blake3 v1.8.3
11862026-05-28T12:46:32.811Z Downloaded aho-corasick v1.1.4
11872026-05-28T12:46:32.814Z Downloaded unicode-properties v0.1.4
11882026-05-28T12:46:32.817Z Downloaded wyz v0.5.1
11892026-05-28T12:46:32.817Z Downloaded itertools v0.13.0
11902026-05-28T12:46:32.820Z Downloaded itertools v0.12.1
11912026-05-28T12:46:32.823Z Downloaded toml v1.0.6+spec-1.1.0
11922026-05-28T12:46:32.826Z Downloaded xshell v0.2.7
11932026-05-28T12:46:32.830Z Downloaded toml v0.7.8
11942026-05-28T12:46:32.830Z Downloaded tar v0.4.45
11952026-05-28T12:46:32.833Z Downloaded zeroize v1.8.2
11962026-05-28T12:46:32.833Z Downloaded p521 v0.13.3
11972026-05-28T12:46:32.836Z Downloaded zone v0.3.1
11982026-05-28T12:46:32.836Z Downloaded hkdf v0.12.4
11992026-05-28T12:46:32.848Z Downloaded vergen-lib v0.1.6
12002026-05-28T12:46:32.852Z Downloaded vergen v9.1.0
12012026-05-28T12:46:32.855Z Downloaded futures-util v0.3.32
12022026-05-28T12:46:32.858Z Downloaded zstd-safe v7.2.4
12032026-05-28T12:46:32.862Z Downloaded whoami v1.6.1
12042026-05-28T12:46:32.862Z Downloaded zstd v0.13.3
12052026-05-28T12:46:32.865Z Downloaded rustyline v14.0.0
12062026-05-28T12:46:32.868Z Downloaded typify v0.4.3
12072026-05-28T12:46:32.868Z Downloaded iddqd v0.4.2
12082026-05-28T12:46:32.872Z Downloaded whoami v2.1.0
12092026-05-28T12:46:32.875Z Downloaded uuid v1.23.0
12102026-05-28T12:46:32.875Z Downloaded unsafe-libyaml v0.2.11
12112026-05-28T12:46:32.878Z Downloaded toml_edit v0.23.10+spec-1.0.0
12122026-05-28T12:46:32.881Z Downloaded zerocopy v0.6.6
12132026-05-28T12:46:32.884Z Downloaded yasna v0.5.2
12142026-05-28T12:46:32.884Z Downloaded tungstenite v0.21.0
12152026-05-28T12:46:32.887Z Downloaded tracing-core v0.1.36
12162026-05-28T12:46:32.887Z Downloaded rpassword v7.4.0
12172026-05-28T12:46:32.891Z Downloaded russh v0.45.0
12182026-05-28T12:46:32.891Z Downloaded unicode-bidi v0.3.18
12192026-05-28T12:46:32.897Z Downloaded steno v0.4.1
12202026-05-28T12:46:32.908Z Downloaded tungstenite v0.23.0
12212026-05-28T12:46:32.911Z Downloaded vte v0.14.1
12222026-05-28T12:46:32.914Z Downloaded bitvec v1.0.1
12232026-05-28T12:46:32.923Z Downloaded typify v0.6.2
12242026-05-28T12:46:32.926Z Downloaded ssh-key v0.6.7
12252026-05-28T12:46:32.929Z Downloaded chrono v0.4.44
12262026-05-28T12:46:32.932Z Downloaded unicode_categories v0.1.1
12272026-05-28T12:46:32.936Z Downloaded reedline v0.40.0
12282026-05-28T12:46:32.944Z Downloaded aws-lc-rs v1.16.3
12292026-05-28T12:46:32.949Z Downloaded reqwest v0.13.2
12302026-05-28T12:46:32.953Z Downloaded zopfli v0.8.3
12312026-05-28T12:46:32.956Z Downloaded reqwest v0.12.28
12322026-05-28T12:46:32.970Z Downloaded p384 v0.13.1
12332026-05-28T12:46:32.973Z Downloaded git2 v0.20.4
12342026-05-28T12:46:32.978Z Downloaded regex v1.12.3
12352026-05-28T12:46:32.981Z Downloaded quick-xml v0.37.5
12362026-05-28T12:46:32.987Z Downloaded toml_edit v0.19.15
12372026-05-28T12:46:32.996Z Downloaded zip v0.6.6
12382026-05-28T12:46:33.000Z Downloaded moka v0.12.13
12392026-05-28T12:46:33.003Z Downloaded zerocopy-derive v0.8.40
12402026-05-28T12:46:33.008Z Downloaded yansi v1.0.1
12412026-05-28T12:46:33.011Z Downloaded rustls-webpki v0.101.7
12422026-05-28T12:46:33.017Z Downloaded tokio-postgres v0.7.16
12432026-05-28T12:46:33.020Z Downloaded goblin v0.10.5
12442026-05-28T12:46:33.024Z Downloaded bindgen v0.71.1
12452026-05-28T12:46:33.028Z Downloaded serde_with v3.17.0
12462026-05-28T12:46:33.034Z Downloaded salty v0.3.0
12472026-05-28T12:46:33.038Z Downloaded tower v0.5.3
12482026-05-28T12:46:33.043Z Downloaded unicode-normalization v0.1.25
12492026-05-28T12:46:33.046Z Downloaded curve25519-dalek v4.1.3
12502026-05-28T12:46:33.050Z Downloaded rayon v1.11.0
12512026-05-28T12:46:33.054Z Downloaded x509-cert v0.2.5
12522026-05-28T12:46:33.058Z Downloaded rustls-webpki v0.102.8
12532026-05-28T12:46:33.068Z Downloaded portable-atomic v1.13.1
12542026-05-28T12:46:33.072Z Downloaded proptest v1.10.0
12552026-05-28T12:46:33.077Z Downloaded lalrpop v0.19.12
12562026-05-28T12:46:33.086Z Downloaded nix v0.27.1
12572026-05-28T12:46:33.089Z Downloaded tokio-util v0.7.18
12582026-05-28T12:46:33.093Z Downloaded quinn-proto v0.11.13
12592026-05-28T12:46:33.097Z Downloaded petname v2.0.2
12602026-05-28T12:46:33.101Z Downloaded zip v4.6.1
12612026-05-28T12:46:33.104Z Downloaded tower-http v0.6.8
12622026-05-28T12:46:33.108Z Downloaded tough v0.22.0
12632026-05-28T12:46:33.111Z Downloaded unicode-segmentation v1.12.0
12642026-05-28T12:46:33.114Z Downloaded typed-path v0.9.3
12652026-05-28T12:46:33.117Z Downloaded serde_with v1.14.0
12662026-05-28T12:46:33.121Z Downloaded rustls v0.21.12
12672026-05-28T12:46:33.128Z Downloaded tabled v0.20.0
12682026-05-28T12:46:33.137Z Downloaded winnow v1.0.3
12692026-05-28T12:46:33.143Z Downloaded bstr v1.12.1
12702026-05-28T12:46:33.150Z Downloaded smoltcp v0.9.1
12712026-05-28T12:46:33.173Z Downloaded webpki-roots v1.0.6
12722026-05-28T12:46:33.184Z Downloaded rustls v0.22.4
12732026-05-28T12:46:33.190Z Downloaded object v0.30.4
12742026-05-28T12:46:33.195Z Downloaded zerocopy v0.8.40
12752026-05-28T12:46:33.201Z Downloaded radix_trie v0.2.1
12762026-05-28T12:46:33.204Z Downloaded polar-core v0.27.3
12772026-05-28T12:46:33.216Z Downloaded smoltcp v0.11.0
12782026-05-28T12:46:33.223Z Downloaded openssl v0.10.79
12792026-05-28T12:46:33.229Z Downloaded winnow v0.6.26
12802026-05-28T12:46:33.233Z Downloaded winnow v0.5.40
12812026-05-28T12:46:33.237Z Downloaded rustls v0.23.37
12822026-05-28T12:46:33.272Z Downloaded nix v0.28.0
12832026-05-28T12:46:33.280Z Downloaded sqlparser v0.61.0
12842026-05-28T12:46:33.284Z Downloaded time v0.3.47
12852026-05-28T12:46:33.291Z Downloaded regex-syntax v0.6.29
12862026-05-28T12:46:33.294Z Downloaded vcpkg v0.2.15
12872026-05-28T12:46:33.316Z Downloaded zlib-rs v0.6.2
12882026-05-28T12:46:33.319Z Downloaded nix v0.31.2
12892026-05-28T12:46:33.326Z Downloaded hickory-proto v0.24.4
12902026-05-28T12:46:33.334Z Downloaded ratatui v0.29.0
12912026-05-28T12:46:33.346Z Downloaded object v0.37.3
12922026-05-28T12:46:33.352Z Downloaded openapiv3 v2.2.0
12932026-05-28T12:46:33.360Z Downloaded regress v0.10.5
12942026-05-28T12:46:33.365Z Downloaded regex-syntax v0.8.10
12952026-05-28T12:46:33.371Z Downloaded zerocopy-derive v0.6.6
12962026-05-28T12:46:33.377Z Downloaded diesel v2.3.7
12972026-05-28T12:46:33.390Z Downloaded regex-automata v0.4.14
12982026-05-28T12:46:33.399Z Downloaded rustix v0.38.44
12992026-05-28T12:46:33.414Z Downloaded regress v0.11.1
13002026-05-28T12:46:33.419Z Downloaded bzip2-sys v0.1.13+1.0.8
13012026-05-28T12:46:33.426Z Downloaded chrono-tz v0.10.4
13022026-05-28T12:46:33.438Z Downloaded hickory-proto v0.25.2
13032026-05-28T12:46:33.448Z Downloaded dropshot v0.17.0
13042026-05-28T12:46:33.459Z Downloaded jiff v0.2.21
13052026-05-28T12:46:33.471Z Downloaded sled v0.34.7
13062026-05-28T12:46:33.485Z Downloaded libz-sys v1.1.24
13072026-05-28T12:46:33.498Z Downloaded tracing v0.1.44
13082026-05-28T12:46:33.517Z Downloaded typify-impl v0.6.2
13092026-05-28T12:46:33.530Z Downloaded typify-impl v0.4.3
13102026-05-28T12:46:33.571Z Downloaded petgraph v0.6.5
13112026-05-28T12:46:33.611Z Downloaded petgraph v0.8.3
13122026-05-28T12:46:33.640Z Downloaded ring v0.17.14
13132026-05-28T12:46:33.680Z Downloaded csv v1.4.0
13142026-05-28T12:46:33.691Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13152026-05-28T12:46:33.702Z Downloaded sha3 v0.10.8
13162026-05-28T12:46:33.705Z Downloaded tokio v1.52.1
13172026-05-28T12:46:33.737Z Downloaded encoding_rs v0.8.35
13182026-05-28T12:46:33.750Z Downloaded libgit2-sys v0.18.3+1.9.2
13192026-05-28T12:46:34.215Z Downloaded aws-lc-sys v0.40.0
13202026-05-28T12:46:34.457Z Compiling libc v0.2.185
13212026-05-28T12:46:34.457Z Compiling serde v1.0.228
13222026-05-28T12:46:34.460Z Compiling log v0.4.29
13232026-05-28T12:46:34.460Z Compiling shlex v1.3.0
13242026-05-28T12:46:34.622Z Compiling find-msvc-tools v0.1.9
13252026-05-28T12:46:34.632Z Compiling syn v2.0.117
13262026-05-28T12:46:34.636Z Compiling smallvec v1.15.1
13272026-05-28T12:46:34.637Z Compiling typenum v1.19.0
13282026-05-28T12:46:34.798Z Compiling generic-array v0.14.7
13292026-05-28T12:46:34.815Z Compiling subtle v2.6.1
13302026-05-28T12:46:34.851Z Compiling scopeguard v1.2.0
13312026-05-28T12:46:34.901Z Compiling const-oid v0.9.6
13322026-05-28T12:46:34.933Z Compiling lock_api v0.4.14
13332026-05-28T12:46:34.964Z Compiling serde_json v1.0.149
13342026-05-28T12:46:34.994Z Compiling zerocopy v0.8.40
13352026-05-28T12:46:35.054Z Compiling pin-project-lite v0.2.17
13362026-05-28T12:46:35.160Z Compiling portable-atomic v1.13.1
13372026-05-28T12:46:35.173Z Compiling parking_lot_core v0.9.12
13382026-05-28T12:46:35.426Z Compiling pkg-config v0.3.32
13392026-05-28T12:46:35.439Z Compiling bitflags v2.11.0
13402026-05-28T12:46:35.518Z Compiling getrandom v0.2.17
13412026-05-28T12:46:35.610Z Compiling jobserver v0.1.34
13422026-05-28T12:46:35.624Z Compiling errno v0.3.14
13432026-05-28T12:46:35.694Z Compiling rand_core v0.6.4
13442026-05-28T12:46:35.755Z Compiling signal-hook-registry v1.4.8
13452026-05-28T12:46:35.975Z Compiling cc v1.2.56
13462026-05-28T12:46:35.992Z Compiling critical-section v1.2.0
13472026-05-28T12:46:35.996Z Compiling libm v0.2.16
13482026-05-28T12:46:36.037Z Compiling futures-core v0.3.32
13492026-05-28T12:46:36.076Z Compiling parking_lot v0.12.5
13502026-05-28T12:46:36.100Z Compiling mio v1.2.0
13512026-05-28T12:46:36.189Z Compiling once_cell v1.21.3
13522026-05-28T12:46:36.221Z Compiling num-traits v0.2.19
13532026-05-28T12:46:36.346Z Compiling percent-encoding v2.3.2
13542026-05-28T12:46:36.400Z Compiling socket2 v0.6.3
13552026-05-28T12:46:36.449Z Compiling futures-sink v0.3.32
13562026-05-28T12:46:36.534Z Compiling futures-task v0.3.32
13572026-05-28T12:46:36.553Z Compiling futures-channel v0.3.32
13582026-05-28T12:46:36.572Z Compiling futures-io v0.3.32
13592026-05-28T12:46:36.586Z Compiling slab v0.4.12
13602026-05-28T12:46:36.706Z Compiling cpufeatures v0.2.17
13612026-05-28T12:46:36.728Z Compiling getrandom v0.4.1
13622026-05-28T12:46:36.760Z Compiling rand_core v0.10.0
13632026-05-28T12:46:36.775Z Compiling indexmap v2.14.0
13642026-05-28T12:46:36.789Z Compiling getrandom v0.3.4
13652026-05-28T12:46:36.804Z Compiling rustversion v1.0.22
13662026-05-28T12:46:36.935Z Compiling cmake v0.1.57
13672026-05-28T12:46:37.377Z Compiling form_urlencoded v1.2.2
13682026-05-28T12:46:37.390Z Compiling dunce v1.0.5
13692026-05-28T12:46:37.419Z Compiling fs_extra v1.3.0
13702026-05-28T12:46:37.484Z Compiling synstructure v0.13.2
13712026-05-28T12:46:37.547Z Compiling base64ct v1.8.3
13722026-05-28T12:46:37.552Z Compiling ident_case v1.0.1
13732026-05-28T12:46:37.673Z Compiling regex-syntax v0.8.10
13742026-05-28T12:46:37.685Z Compiling aws-lc-sys v0.40.0
13752026-05-28T12:46:37.685Z Compiling iana-time-zone v0.1.65
13762026-05-28T12:46:37.726Z Compiling rustix v1.1.3
13772026-05-28T12:46:37.848Z Compiling pem-rfc7468 v0.7.0
13782026-05-28T12:46:37.900Z Compiling flagset v0.4.7
13792026-05-28T12:46:37.992Z Compiling rand_core v0.9.5
13802026-05-28T12:46:38.034Z Compiling ring v0.17.14
13812026-05-28T12:46:38.076Z Compiling vcpkg v0.2.15
13822026-05-28T12:46:38.148Z Compiling aws-lc-rs v1.16.3
13832026-05-28T12:46:38.262Z Compiling uuid v1.23.0
13842026-05-28T12:46:38.426Z Compiling rustc_version v0.4.1
13852026-05-28T12:46:38.772Z Compiling tracing-core v0.1.36
13862026-05-28T12:46:38.864Z Compiling openssl-sys v0.9.115
13872026-05-28T12:46:39.007Z Compiling base64 v0.22.1
13882026-05-28T12:46:39.198Z Compiling serde_derive v1.0.228
13892026-05-28T12:46:39.322Z Compiling zeroize_derive v1.4.3
13902026-05-28T12:46:39.337Z Compiling zerofrom-derive v0.1.6
13912026-05-28T12:46:39.388Z Compiling yoke-derive v0.8.1
13922026-05-28T12:46:39.463Z Compiling zerocopy-derive v0.8.40
13932026-05-28T12:46:39.963Z Compiling zeroize v1.8.2
13942026-05-28T12:46:40.051Z Compiling zerovec-derive v0.11.2
13952026-05-28T12:46:40.546Z Compiling displaydoc v0.2.5
13962026-05-28T12:46:40.713Z Compiling crypto-common v0.1.7
13972026-05-28T12:46:40.728Z Compiling zerofrom v0.1.6
13982026-05-28T12:46:40.849Z Compiling yoke v0.8.1
13992026-05-28T12:46:40.864Z Compiling block-buffer v0.10.4
14002026-05-28T12:46:41.021Z Compiling digest v0.10.7
14012026-05-28T12:46:41.037Z Compiling tokio-macros v2.7.0
14022026-05-28T12:46:41.149Z Compiling zerovec v0.11.5
14032026-05-28T12:46:41.267Z Compiling futures-macro v0.3.32
14042026-05-28T12:46:41.270Z Compiling zerotrie v0.2.3
14052026-05-28T12:46:41.568Z Compiling hmac v0.12.1
14062026-05-28T12:46:41.639Z Compiling tinystr v0.8.2
14072026-05-28T12:46:41.723Z Compiling potential_utf v0.1.4
14082026-05-28T12:46:41.737Z Compiling block-padding v0.3.3
14092026-05-28T12:46:41.840Z Compiling icu_locale_core v2.1.1
14102026-05-28T12:46:41.881Z Compiling icu_collections v2.1.1
14112026-05-28T12:46:41.896Z Compiling inout v0.1.4
14122026-05-28T12:46:42.049Z Compiling futures-util v0.3.32
14132026-05-28T12:46:42.063Z Compiling cipher v0.4.4
14142026-05-28T12:46:42.320Z Compiling sha2 v0.10.9
14152026-05-28T12:46:42.351Z Compiling der_derive v0.7.3
14162026-05-28T12:46:42.613Z Compiling bytes v1.11.1
14172026-05-28T12:46:42.691Z Compiling icu_provider v2.1.1
14182026-05-28T12:46:42.757Z Compiling chrono v0.4.44
14192026-05-28T12:46:43.000Z Compiling icu_normalizer v2.1.1
14202026-05-28T12:46:43.229Z Compiling tokio v1.52.1
14212026-05-28T12:46:43.301Z Compiling icu_properties v2.1.2
14222026-05-28T12:46:43.532Z Compiling der v0.7.10
14232026-05-28T12:46:43.737Z Compiling ppv-lite86 v0.2.21
14242026-05-28T12:46:43.842Z Compiling http v1.4.0
14252026-05-28T12:46:44.055Z Compiling salsa20 v0.10.2
14262026-05-28T12:46:44.147Z Compiling pbkdf2 v0.12.2
14272026-05-28T12:46:44.196Z Compiling idna_adapter v1.2.1
14282026-05-28T12:46:44.272Z Compiling rustls-pki-types v1.14.0
14292026-05-28T12:46:44.338Z Compiling idna v1.1.0
14302026-05-28T12:46:44.349Z Compiling tracing-attributes v0.1.31
14312026-05-28T12:46:44.428Z Compiling spki v0.7.3
14322026-05-28T12:46:44.637Z Compiling url v2.5.8
14332026-05-28T12:46:44.718Z Compiling thiserror-impl v2.0.18
14342026-05-28T12:46:44.750Z Compiling http-body v1.0.1
14352026-05-28T12:46:44.786Z Compiling scrypt v0.11.0
14362026-05-28T12:46:44.908Z Compiling rand_chacha v0.9.0
14372026-05-28T12:46:44.978Z Compiling cbc v0.1.2
14382026-05-28T12:46:45.039Z Compiling aes v0.8.4
14392026-05-28T12:46:45.196Z Compiling untrusted v0.9.0
14402026-05-28T12:46:45.318Z Compiling openssl-probe v0.2.1
14412026-05-28T12:46:45.420Z Compiling httparse v1.10.1
14422026-05-28T12:46:45.495Z Compiling tinyvec_macros v0.1.1
14432026-05-28T12:46:45.567Z Compiling untrusted v0.7.1
14442026-05-28T12:46:45.590Z Compiling tinyvec v1.10.0
14452026-05-28T12:46:45.644Z Compiling tracing v0.1.44
14462026-05-28T12:46:45.690Z Compiling pkcs5 v0.7.1
14472026-05-28T12:46:45.903Z Compiling pest_generator v2.8.6
14482026-05-28T12:46:45.935Z Compiling rand v0.9.2
14492026-05-28T12:46:46.028Z Compiling thiserror v2.0.18
14502026-05-28T12:46:46.074Z Compiling serde_derive_internals v0.29.1
14512026-05-28T12:46:46.134Z Compiling aho-corasick v1.1.4
14522026-05-28T12:46:46.163Z Compiling tower-service v0.3.3
14532026-05-28T12:46:46.259Z Compiling tower-layer v0.3.3
14542026-05-28T12:46:46.416Z Compiling schemars v0.8.22
14552026-05-28T12:46:46.593Z Compiling atomic-waker v1.1.2
14562026-05-28T12:46:46.616Z Compiling rustls v0.23.37
14572026-05-28T12:46:46.715Z Compiling dyn-clone v1.0.20
14582026-05-28T12:46:46.718Z Compiling try-lock v0.2.5
14592026-05-28T12:46:46.801Z Compiling pest_derive v2.8.6
14602026-05-28T12:46:46.837Z Compiling want v0.3.1
14612026-05-28T12:46:46.851Z Compiling pkcs8 v0.10.2
14622026-05-28T12:46:46.955Z Compiling schemars_derive v0.8.22
14632026-05-28T12:46:46.999Z Compiling tokio-util v0.7.18
14642026-05-28T12:46:47.152Z Compiling regex-automata v0.4.14
14652026-05-28T12:46:47.506Z Compiling ipnet v2.11.0
14662026-05-28T12:46:47.558Z Compiling scroll_derive v0.13.1
14672026-05-28T12:46:47.786Z Compiling h2 v0.4.13
14682026-05-28T12:46:47.990Z Compiling darling_core v0.20.11
14692026-05-28T12:46:48.030Z Compiling httpdate v1.0.3
14702026-05-28T12:46:48.169Z Compiling openssl v0.10.79
14712026-05-28T12:46:48.251Z Compiling pin-utils v0.1.0
14722026-05-28T12:46:48.326Z Compiling foreign-types-shared v0.1.1
14732026-05-28T12:46:48.353Z Compiling scroll v0.13.0
14742026-05-28T12:46:48.412Z Compiling foreign-types v0.3.2
14752026-05-28T12:46:48.427Z Compiling tempfile v3.25.0
14762026-05-28T12:46:48.615Z Compiling unicode-normalization v0.1.25
14772026-05-28T12:46:48.906Z Compiling openssl-macros v0.1.1
14782026-05-28T12:46:49.125Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14792026-05-28T12:46:49.257Z Compiling socket2 v0.5.10
14802026-05-28T12:46:49.294Z Compiling spin v0.9.8
14812026-05-28T12:46:49.500Z Compiling powerfmt v0.2.0
14822026-05-28T12:46:49.514Z Compiling time-core v0.1.8
14832026-05-28T12:46:49.658Z Compiling crc32fast v1.5.0
14842026-05-28T12:46:49.679Z Compiling num-conv v0.2.0
14852026-05-28T12:46:49.705Z Compiling native-tls v0.2.18
14862026-05-28T12:46:49.803Z Compiling time-macros v0.2.27
14872026-05-28T12:46:49.823Z Compiling deranged v0.5.8
14882026-05-28T12:46:50.304Z Compiling darling_macro v0.20.11
14892026-05-28T12:46:50.761Z Compiling hyper v1.8.1
14902026-05-28T12:46:50.776Z Compiling darling v0.20.11
14912026-05-28T12:46:50.841Z Compiling goblin v0.10.5
14922026-05-28T12:46:50.856Z Compiling rustls-native-certs v0.8.3
14932026-05-28T12:46:51.142Z Compiling sync_wrapper v1.0.2
14942026-05-28T12:46:51.231Z Compiling wait-timeout v0.2.1
14952026-05-28T12:46:51.250Z Compiling quick-error v1.2.3
14962026-05-28T12:46:51.357Z Compiling usdt-impl v0.6.0
14972026-05-28T12:46:51.493Z Compiling siphasher v1.0.2
14982026-05-28T12:46:51.562Z Compiling bit-vec v0.8.0
14992026-05-28T12:46:51.679Z Compiling crossbeam-utils v0.8.21
15002026-05-28T12:46:51.737Z Compiling num_threads v0.1.7
15012026-05-28T12:46:51.785Z Compiling hyper-util v0.1.20
15022026-05-28T12:46:51.832Z Compiling syn v1.0.109
15032026-05-28T12:46:51.955Z Compiling unicode-segmentation v1.12.0
15042026-05-28T12:46:52.135Z Compiling simd-adler32 v0.3.8
15052026-05-28T12:46:52.391Z Compiling time v0.3.47
15062026-05-28T12:46:52.409Z Compiling bit-set v0.8.0
15072026-05-28T12:46:52.590Z Compiling rusty-fork v0.3.1
15082026-05-28T12:46:52.621Z Compiling tower v0.5.3
15092026-05-28T12:46:52.902Z Compiling derive_builder_core v0.20.2
15102026-05-28T12:46:53.084Z Compiling dtrace-parser v0.3.0
15112026-05-28T12:46:53.102Z Compiling http-body-util v0.1.3
15122026-05-28T12:46:53.350Z Compiling webpki-roots v1.0.6
15132026-05-28T12:46:53.473Z Compiling signature v2.2.0
15142026-05-28T12:46:53.488Z Compiling dof v0.4.0
15152026-05-28T12:46:53.705Z Compiling scroll_derive v0.12.1
15162026-05-28T12:46:53.794Z Compiling thiserror-impl v1.0.69
15172026-05-28T12:46:53.865Z Compiling heapless v0.7.17
15182026-05-28T12:46:53.971Z Compiling rand_xorshift v0.4.0
15192026-05-28T12:46:54.103Z Compiling slog v2.8.2
15202026-05-28T12:46:54.133Z Compiling darling_core v0.21.3
15212026-05-28T12:46:54.285Z Compiling bzip2-sys v0.1.13+1.0.8
15222026-05-28T12:46:54.365Z Compiling thread-id v5.1.0
15232026-05-28T12:46:54.450Z Compiling cookie v0.18.1
15242026-05-28T12:46:54.559Z Compiling zstd-safe v7.2.4
15252026-05-28T12:46:54.632Z Compiling unicode-properties v0.1.4
15262026-05-28T12:46:54.681Z Compiling ryu v1.0.23
15272026-05-28T12:46:54.754Z Compiling paste v1.0.15
15282026-05-28T12:46:54.842Z Compiling unarray v0.1.4
15292026-05-28T12:46:54.864Z Compiling anyhow v1.0.102
15302026-05-28T12:46:54.952Z Compiling unicode-bidi v0.3.18
15312026-05-28T12:46:55.025Z Compiling iri-string v0.7.10
15322026-05-28T12:46:55.041Z Compiling adler2 v2.0.1
15332026-05-28T12:46:55.067Z Compiling allocator-api2 v0.2.21
15342026-05-28T12:46:55.162Z Compiling signal-hook v0.3.18
15352026-05-28T12:46:55.348Z Compiling stringprep v0.1.5
15362026-05-28T12:46:55.379Z Compiling miniz_oxide v0.8.9
15372026-05-28T12:46:55.393Z Compiling thiserror v1.0.69
15382026-05-28T12:46:55.494Z Compiling proptest v1.10.0
15392026-05-28T12:46:55.527Z Compiling serde_urlencoded v0.7.1
15402026-05-28T12:46:55.979Z Compiling scroll v0.12.0
15412026-05-28T12:46:56.241Z Compiling tower-http v0.6.8
15422026-05-28T12:46:56.470Z Compiling derive_builder_macro v0.20.2
15432026-05-28T12:46:56.494Z Compiling tokio-native-tls v0.3.1
15442026-05-28T12:46:56.622Z Compiling darling_macro v0.21.3
15452026-05-28T12:46:56.637Z Compiling heck v0.4.1
15462026-05-28T12:46:56.660Z Compiling bstr v1.12.1
15472026-05-28T12:46:56.860Z Compiling ipnetwork v0.21.1
15482026-05-28T12:46:56.913Z Compiling rand_chacha v0.3.1
15492026-05-28T12:46:57.003Z Compiling serde_spanned v0.6.9
15502026-05-28T12:46:57.092Z Compiling serde_tokenstream v0.2.3
15512026-05-28T12:46:57.150Z Compiling erased-serde v0.3.31
15522026-05-28T12:46:57.255Z Compiling toml_datetime v0.6.11
15532026-05-28T12:46:57.302Z Compiling md-5 v0.10.6
15542026-05-28T12:46:57.400Z Compiling async-trait v0.1.89
15552026-05-28T12:46:57.464Z Compiling zerocopy-derive v0.7.35
15562026-05-28T12:46:57.507Z Compiling pin-project-internal v1.1.11
15572026-05-28T12:46:57.629Z Compiling curve25519-dalek v4.1.3
15582026-05-28T12:46:57.709Z Compiling vergen-lib v9.1.0
15592026-05-28T12:46:57.893Z Compiling num-integer v0.1.46
15602026-05-28T12:46:57.959Z Compiling hash32 v0.2.1
15612026-05-28T12:46:58.155Z Compiling ff v0.13.1
15622026-05-28T12:46:58.215Z Compiling memoffset v0.9.1
15632026-05-28T12:46:58.293Z Compiling encoding_rs v0.8.35
15642026-05-28T12:46:58.320Z Compiling litrs v1.0.0
15652026-05-28T12:46:58.402Z Compiling smoltcp v0.9.1
15662026-05-28T12:46:58.418Z Compiling cfg_aliases v0.2.1
15672026-05-28T12:46:58.493Z Compiling rustix v0.38.44
15682026-05-28T12:46:58.595Z Compiling ref-cast v1.0.25
15692026-05-28T12:46:58.764Z Compiling base16ct v0.2.0
15702026-05-28T12:46:58.888Z Compiling zlib-rs v0.6.2
15712026-05-28T12:46:58.903Z Compiling mime v0.3.17
15722026-05-28T12:46:58.935Z Compiling num-bigint-dig v0.8.6
15732026-05-28T12:46:58.949Z Compiling fallible-iterator v0.2.0
15742026-05-28T12:46:59.125Z Compiling psl-types v2.0.11
15752026-05-28T12:46:59.229Z Compiling postgres-protocol v0.6.10
15762026-05-28T12:46:59.250Z Compiling publicsuffix v2.3.0
15772026-05-28T12:46:59.264Z Compiling document-features v0.2.12
15782026-05-28T12:46:59.515Z Compiling sec1 v0.7.3
15792026-05-28T12:46:59.804Z Compiling pin-project v1.1.11
15802026-05-28T12:46:59.819Z Compiling nix v0.31.2
15812026-05-28T12:46:59.849Z Compiling zerocopy v0.7.35
15822026-05-28T12:46:59.904Z Compiling group v0.13.0
15832026-05-28T12:46:59.932Z Compiling num-iter v0.1.45
15842026-05-28T12:47:00.174Z Compiling newtype-uuid v1.3.2
15852026-05-28T12:47:00.394Z Compiling rand v0.8.6
15862026-05-28T12:47:00.449Z Compiling hubpack_derive v0.1.1
15872026-05-28T12:47:00.499Z Compiling darling v0.21.3
15882026-05-28T12:47:00.515Z Compiling oxnet v0.1.5
15892026-05-28T12:47:00.564Z Compiling derive_builder v0.20.2
15902026-05-28T12:47:00.582Z Compiling snafu-derive v0.8.9
15912026-05-28T12:47:00.690Z Compiling hyper-tls v0.6.0
15922026-05-28T12:47:00.918Z Compiling goblin v0.8.2
15932026-05-28T12:47:01.580Z Compiling phf_shared v0.13.1
15942026-05-28T12:47:01.595Z Compiling lazy_static v1.5.0
15952026-05-28T12:47:01.687Z Compiling regex v1.12.3
15962026-05-28T12:47:01.821Z Compiling flate2 v1.1.9
15972026-05-28T12:47:01.821Z Compiling anstyle-parse v0.2.7
15982026-05-28T12:47:02.007Z Compiling strum_macros v0.27.2
15992026-05-28T12:47:02.078Z Compiling futures-executor v0.3.32
16002026-05-28T12:47:02.118Z Compiling hex v0.4.3
16012026-05-28T12:47:02.237Z Compiling hkdf v0.12.4
16022026-05-28T12:47:02.335Z Compiling crypto-bigint v0.5.5
16032026-05-28T12:47:02.384Z Compiling daft-derive v0.1.7
16042026-05-28T12:47:02.405Z Compiling curve25519-dalek-derive v0.1.1
16052026-05-28T12:47:02.450Z Compiling ref-cast-impl v1.0.25
16062026-05-28T12:47:02.985Z Compiling terminal_size v0.4.3
16072026-05-28T12:47:03.037Z Compiling vergen v9.1.0
16082026-05-28T12:47:03.104Z Compiling fs-err v3.3.0
16092026-05-28T12:47:03.128Z Compiling cargo-platform v0.3.2
16102026-05-28T12:47:03.218Z Compiling ahash v0.8.12
16112026-05-28T12:47:03.292Z Compiling winnow v0.5.40
16122026-05-28T12:47:03.400Z Compiling libbz2-rs-sys v0.2.2
16132026-05-28T12:47:03.424Z Compiling same-file v1.0.6
16142026-05-28T12:47:03.591Z Compiling object v0.37.3
16152026-05-28T12:47:03.898Z Compiling bitflags v1.3.2
16162026-05-28T12:47:03.979Z Compiling managed v0.8.0
16172026-05-28T12:47:03.993Z Compiling foldhash v0.2.0
16182026-05-28T12:47:04.154Z Compiling foldhash v0.1.5
16192026-05-28T12:47:04.196Z Compiling bumpalo v3.20.2
16202026-05-28T12:47:04.329Z Compiling hashbrown v0.15.5
16212026-05-28T12:47:04.456Z Compiling zopfli v0.8.3
16222026-05-28T12:47:04.471Z Compiling hashbrown v0.16.1
16232026-05-28T12:47:04.492Z Compiling strum v0.27.2
16242026-05-28T12:47:04.629Z Compiling toml_edit v0.19.15
16252026-05-28T12:47:04.775Z Compiling bzip2 v0.6.1
16262026-05-28T12:47:04.889Z Compiling walkdir v2.5.0
16272026-05-28T12:47:05.031Z Compiling cargo_metadata v0.23.1
16282026-05-28T12:47:05.035Z Compiling clap_builder v4.6.0
16292026-05-28T12:47:05.114Z Compiling elliptic-curve v0.13.8
16302026-05-28T12:47:05.175Z Compiling dof v0.3.0
16312026-05-28T12:47:05.199Z Compiling daft v0.1.7
16322026-05-28T12:47:05.616Z Compiling snafu v0.8.9
16332026-05-28T12:47:05.885Z Compiling futures v0.3.32
16342026-05-28T12:47:05.965Z Compiling anstream v0.6.21
16352026-05-28T12:47:05.980Z Compiling phf v0.13.1
16362026-05-28T12:47:06.159Z Compiling signal-hook-mio v0.2.5
16372026-05-28T12:47:06.373Z Compiling cookie_store v0.22.1
16382026-05-28T12:47:06.443Z Compiling zstd v0.13.3
16392026-05-28T12:47:06.629Z Compiling bzip2 v0.4.4
16402026-05-28T12:47:06.702Z Compiling hubpack v0.1.2
16412026-05-28T12:47:06.836Z Compiling serde_with_macros v3.17.0
16422026-05-28T12:47:07.013Z Compiling postgres-types v0.2.12
16432026-05-28T12:47:07.244Z Compiling usdt-attr-macro v0.6.0
16442026-05-28T12:47:07.561Z Compiling usdt-macro v0.6.0
16452026-05-28T12:47:07.962Z Compiling globset v0.4.18
16462026-05-28T12:47:07.996Z Compiling dtrace-parser v0.2.0
16472026-05-28T12:47:08.032Z Compiling ed25519 v2.2.3
16482026-05-28T12:47:08.123Z Compiling phf_shared v0.11.3
16492026-05-28T12:47:08.277Z Compiling olpc-cjson v0.1.4
16502026-05-28T12:47:08.311Z Compiling pkcs1 v0.7.5
16512026-05-28T12:47:08.435Z Compiling clap_derive v4.6.1
16522026-05-28T12:47:08.449Z Compiling strum_macros v0.26.4
16532026-05-28T12:47:08.650Z Compiling enum-as-inner v0.6.1
16542026-05-28T12:47:08.740Z Compiling serde_plain v1.0.2
16552026-05-28T12:47:08.775Z Compiling serde-big-array v0.5.1
16562026-05-28T12:47:08.922Z Compiling rfc6979 v0.4.0
16572026-05-28T12:47:08.941Z Compiling pem v3.0.6
16582026-05-28T12:47:08.975Z Compiling async-recursion v1.1.1
16592026-05-28T12:47:09.048Z Compiling serde_repr v0.1.20
16602026-05-28T12:47:09.183Z Compiling float-cmp v0.10.0
16612026-05-28T12:47:09.276Z Compiling memmap2 v0.9.10
16622026-05-28T12:47:09.334Z Compiling thread-id v4.2.2
16632026-05-28T12:47:09.421Z Compiling env_filter v1.0.0
16642026-05-28T12:47:09.494Z Compiling jiff v0.2.21
16652026-05-28T12:47:09.583Z Compiling keccak v0.1.6
16662026-05-28T12:47:09.633Z Compiling precomputed-hash v0.1.1
16672026-05-28T12:47:09.723Z Compiling whoami v2.1.0
16682026-05-28T12:47:09.738Z Compiling typed-path v0.9.3
16692026-05-28T12:47:10.097Z Compiling normalize-line-endings v0.3.0
16702026-05-28T12:47:10.197Z Compiling difflib v0.4.0
16712026-05-28T12:47:10.226Z Compiling fixedbitset v0.4.2
16722026-05-28T12:47:10.240Z Compiling fixedbitset v0.5.7
16732026-05-28T12:47:10.386Z Compiling data-encoding v2.10.0
16742026-05-28T12:47:10.440Z Compiling predicates-core v1.0.10
16752026-05-28T12:47:10.538Z Compiling static_assertions v1.1.0
16762026-05-28T12:47:10.614Z Compiling new_debug_unreachable v1.0.6
16772026-05-28T12:47:10.628Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16782026-05-28T12:47:10.690Z Compiling string_cache v0.8.9
16792026-05-28T12:47:10.749Z Compiling hickory-proto v0.25.2
16802026-05-28T12:47:10.915Z Compiling predicates v3.1.4
16812026-05-28T12:47:10.947Z Compiling petgraph v0.8.3
16822026-05-28T12:47:11.075Z Compiling petgraph v0.6.5
16832026-05-28T12:47:11.557Z Compiling clap v4.6.1
16842026-05-28T12:47:11.648Z Compiling strum v0.26.3
16852026-05-28T12:47:11.786Z Compiling tokio-postgres v0.7.16
16862026-05-28T12:47:11.849Z Compiling sha3 v0.10.8
16872026-05-28T12:47:12.303Z Compiling zip v4.6.1
16882026-05-28T12:47:12.548Z Compiling toml_edit v0.22.27
16892026-05-28T12:47:12.857Z Compiling env_logger v0.11.9
16902026-05-28T12:47:13.213Z Compiling usdt v0.6.0
16912026-05-28T12:47:13.248Z Compiling usdt-impl v0.5.0
16922026-05-28T12:47:13.391Z Compiling ecdsa v0.16.9
16932026-05-28T12:47:13.475Z Compiling rsa v0.9.10
16942026-05-28T12:47:13.650Z Compiling ed25519-dalek v2.2.0
16952026-05-28T12:47:13.836Z Compiling serde_with v3.17.0
16962026-05-28T12:47:13.864Z Compiling crossterm v0.28.1
16972026-05-28T12:47:14.344Z Compiling zip v0.6.6
16982026-05-28T12:47:15.170Z Compiling toml v0.7.8
16992026-05-28T12:47:15.292Z Compiling iddqd v0.4.2
17002026-05-28T12:47:15.570Z Compiling toml_parser v1.0.9+spec-1.1.0
17012026-05-28T12:47:15.637Z Compiling similar v2.7.0
17022026-05-28T12:47:15.746Z Compiling crossbeam-epoch v0.9.18
17032026-05-28T12:47:15.772Z Compiling tokio-stream v0.1.18
17042026-05-28T12:47:16.074Z Compiling buf-list v1.1.2
17052026-05-28T12:47:16.200Z Compiling x509-cert v0.2.5
17062026-05-28T12:47:16.246Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17072026-05-28T12:47:16.355Z Compiling openapiv3 v2.2.0
17082026-05-28T12:47:16.506Z Compiling sha1 v0.10.6
17092026-05-28T12:47:16.549Z Compiling either v1.15.0
17102026-05-28T12:47:16.566Z Compiling lalrpop-util v0.19.12
17112026-05-28T12:47:16.729Z Compiling peg-runtime v0.8.5
17122026-05-28T12:47:16.759Z Compiling thread_local v1.1.9
17132026-05-28T12:47:16.763Z Compiling slog-async v2.8.0
17142026-05-28T12:47:16.813Z Compiling crossbeam-channel v0.5.15
17152026-05-28T12:47:17.007Z Compiling filetime v0.2.27
17162026-05-28T12:47:17.007Z Compiling is-terminal v0.4.17
17172026-05-28T12:47:17.084Z Compiling term v1.2.1
17182026-05-28T12:47:17.113Z Compiling take_mut v0.2.2
17192026-05-28T12:47:17.182Z Compiling xattr v1.6.1
17202026-05-28T12:47:17.348Z Compiling slog-term v2.9.2
17212026-05-28T12:47:17.659Z Compiling tar v0.4.45
17222026-05-28T12:47:27.354Z Compiling rustls-webpki v0.103.9
17232026-05-28T12:47:30.135Z Compiling tokio-rustls v0.26.4
17242026-05-28T12:47:30.135Z Compiling rustls-platform-verifier v0.6.2
17252026-05-28T12:47:30.334Z Compiling hyper-rustls v0.27.7
17262026-05-28T12:47:30.533Z Compiling reqwest v0.12.28
17272026-05-28T12:47:30.533Z Compiling reqwest v0.13.2
17282026-05-28T12:47:31.847Z Compiling tough v0.22.0
17292026-05-28T12:47:34.338Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17302026-05-28T12:47:34.554Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17312026-05-28T12:47:37.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17322026-05-28T12:47:37.575Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17332026-05-28T12:47:37.632ZMay 28 12:47:36.774 INFO Starting download, target: Cockroach
17342026-05-28T12:47:37.632ZMay 28 12:47:36.775 INFO Starting download, target: Clickhouse
17352026-05-28T12:47:37.635ZMay 28 12:47:36.775 INFO Starting download, target: Console
17362026-05-28T12:47:37.635ZMay 28 12:47:36.775 INFO Starting download, target: DendriteStub
17372026-05-28T12:47:37.635ZMay 28 12:47:36.775 INFO Starting download, target: MaghemiteMgd
17382026-05-28T12:47:37.635ZMay 28 12:47:36.775 INFO Starting download, target: TransceiverControl
17392026-05-28T12:47:37.635ZMay 28 12:47:36.775 INFO Starting download, target: MaghemiteDdmd
17402026-05-28T12:47:37.635ZMay 28 12:47:36.775 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17412026-05-28T12:47:37.635ZMay 28 12:47:36.775 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17422026-05-28T12:47:37.635ZMay 28 12:47:36.775 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17432026-05-28T12:47:37.635ZMay 28 12:47:36.775 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17442026-05-28T12:47:37.635ZMay 28 12:47:36.775 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17452026-05-28T12:47:37.635ZMay 28 12:47:36.775 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17462026-05-28T12:47:37.635ZMay 28 12:47:36.775 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17472026-05-28T12:47:37.985ZMay 28 12:47:37.119 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17482026-05-28T12:47:38.183ZMay 28 12:47:37.326 INFO Download complete, target: TransceiverControl
17492026-05-28T12:47:38.733ZMay 28 12:47:37.876 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17502026-05-28T12:47:38.969ZMay 28 12:47:38.108 INFO Download complete, target: Console
17512026-05-28T12:47:39.384ZMay 28 12:47:38.527 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17522026-05-28T12:47:39.766ZMay 28 12:47:38.907 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17532026-05-28T12:47:39.951ZMay 28 12:47:39.084 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17542026-05-28T12:47:40.127ZMay 28 12:47:39.265 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17552026-05-28T12:47:40.367ZMay 28 12:47:39.511 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17562026-05-28T12:47:40.367ZMay 28 12:47:39.511 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17572026-05-28T12:47:41.754ZMay 28 12:47:40.897 INFO Download complete, target: MaghemiteDdmd
17582026-05-28T12:47:42.616ZMay 28 12:47:41.759 INFO Download complete, target: MaghemiteMgd
17592026-05-28T12:47:42.632ZMay 28 12:47:41.774 INFO Download complete, target: DendriteStub
17602026-05-28T12:47:45.111ZMay 28 12:47:44.254 INFO Checking that binary works, target: Cockroach
17612026-05-28T12:47:45.240ZMay 28 12:47:44.371 INFO Download complete, target: Cockroach
17622026-05-28T12:47:46.157ZMay 28 12:47:45.300 INFO Checking that binary works, target: Clickhouse
17632026-05-28T12:47:46.290ZMay 28 12:47:45.434 INFO Download complete, target: Clickhouse
17642026-05-28T12:47:46.309ZAll builder prerequisites installed successfully, and PATH looks valid
17652026-05-28T12:47:46.313Z
17662026-05-28T12:47:46.313Zreal 2:19.756112801
17672026-05-28T12:47:46.313Zuser 6:56.830769422
17682026-05-28T12:47:46.313Zsys 1:23.739485984
17692026-05-28T12:47:46.313Ztrap 0.221991938
17702026-05-28T12:47:46.313Ztflt 0.648461843
17712026-05-28T12:47:46.313Zdflt 0.565097583
17722026-05-28T12:47:46.313Zkflt 0.027832570
17732026-05-28T12:47:46.313Zlock 22:51.223418106
17742026-05-28T12:47:46.313Zslp 21:14.584981987
17752026-05-28T12:47:46.313Zlat 43.350642834
17762026-05-28T12:47:46.313Zstop 2:01.079411955
17772026-05-28T12:47:46.313Z+ banner hack-check
17782026-05-28T12:47:46.313Z
17792026-05-28T12:47:46.313Z # # ## #### # # #### # # ###### #### # #
17802026-05-28T12:47:46.314Z # # # # # # # # # # # # # # # # #
17812026-05-28T12:47:46.314Z ###### # # # #### ##### # ###### ##### # ####
17822026-05-28T12:47:46.314Z # # ###### # # # # # # # # # #
17832026-05-28T12:47:46.314Z # # # # # # # # # # # # # # # # #
17842026-05-28T12:47:46.314Z # # # # #### # # #### # # ###### #### # #
17852026-05-28T12:47:46.314Z
17862026-05-28T12:47:46.314Z+ export CARGO_INCREMENTAL=0
17872026-05-28T12:47:46.314Z+ CARGO_INCREMENTAL=0
17882026-05-28T12:47:46.314Z+ ptime -m timeout 2h cargo xtask check-features --ci
17892026-05-28T12:47:46.883Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17902026-05-28T12:47:47.102Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17912026-05-28T12:47:48.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.63s
17922026-05-28T12:47:49.056Z Running `target/debug/xtask check-features --ci`
17932026-05-28T12:47:49.087Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17942026-05-28T12:47:49.087Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17952026-05-28T12:47:49.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17962026-05-28T12:47:49.629Z Running `target/debug/xtask download cargo-hack`
17972026-05-28T12:47:50.448Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17982026-05-28T12:47:50.768Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17992026-05-28T12:47:53.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.65s
18002026-05-28T12:47:53.489Z Running `target/debug/xtask-downloader cargo-hack`
18012026-05-28T12:47:53.527ZMay 28 12:47:52.670 INFO Starting download, target: CargoHack
18022026-05-28T12:47:53.531ZMay 28 12:47:52.671 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18032026-05-28T12:47:53.956ZMay 28 12:47:53.099 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18042026-05-28T12:47:54.005ZMay 28 12:47:53.148 INFO Download complete, target: CargoHack
18052026-05-28T12:47:54.008Zrunning: "/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"
18062026-05-28T12:47:54.020Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18072026-05-28T12:47:54.173Zinfo: running `cargo check --bins` on api_identity (1/298)
18082026-05-28T12:47:54.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-05-28T12:47:54.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-05-28T12:47:54.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-05-28T12:47:54.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18122026-05-28T12:47:54.779Z
18132026-05-28T12:47:54.779Zinfo: running `cargo check --bins` on bootstore (2/298)
18142026-05-28T12:47:55.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-05-28T12:47:55.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-05-28T12:47:55.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-05-28T12:47:55.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18182026-05-28T12:47:55.383Z
18192026-05-28T12:47:55.383Zinfo: running `cargo check --bins` on omicron-ledger (3/298)
18202026-05-28T12:47:55.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-05-28T12:47:55.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-05-28T12:47:55.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-05-28T12:47:55.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18242026-05-28T12:47:55.984Z
18252026-05-28T12:47:55.984Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/298)
18262026-05-28T12:47:56.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-05-28T12:47:56.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-05-28T12:47:56.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-05-28T12:47:56.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18302026-05-28T12:47:56.583Z
18312026-05-28T12:47:56.583Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/298)
18322026-05-28T12:47:57.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-05-28T12:47:57.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-05-28T12:47:57.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-05-28T12:47:57.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18362026-05-28T12:47:57.188Z
18372026-05-28T12:47:57.188Zinfo: running `cargo check --bins` on omicron-certificates (6/298)
18382026-05-28T12:47:57.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-05-28T12:47:57.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-05-28T12:47:57.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-05-28T12:47:57.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18422026-05-28T12:47:57.804Z
18432026-05-28T12:47:57.804Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/298)
18442026-05-28T12:47:58.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-05-28T12:47:58.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-05-28T12:47:58.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-05-28T12:47:58.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18482026-05-28T12:47:58.425Z
18492026-05-28T12:47:58.425Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/298)
18502026-05-28T12:47:58.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-05-28T12:47:58.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-05-28T12:47:58.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-05-28T12:47:58.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18542026-05-28T12:47:59.039Z
18552026-05-28T12:47:59.039Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/298)
18562026-05-28T12:47:59.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-05-28T12:47:59.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-05-28T12:47:59.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-05-28T12:47:59.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18602026-05-28T12:47:59.523Z
18612026-05-28T12:47:59.523Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/298)
18622026-05-28T12:47:59.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-05-28T12:47:59.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-05-28T12:47:59.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-05-28T12:47:59.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18662026-05-28T12:48:00.014Z
18672026-05-28T12:48:00.014Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/298)
18682026-05-28T12:48:00.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-05-28T12:48:00.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-05-28T12:48:00.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-05-28T12:48:00.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18722026-05-28T12:48:00.502Z
18732026-05-28T12:48:00.502Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/298)
18742026-05-28T12:48:00.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-05-28T12:48:00.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-05-28T12:48:00.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-05-28T12:48:00.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18782026-05-28T12:48:00.993Z
18792026-05-28T12:48:00.994Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/298)
18802026-05-28T12:48:01.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-05-28T12:48:01.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-05-28T12:48:01.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-05-28T12:48:01.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18842026-05-28T12:48:01.479Z
18852026-05-28T12:48:01.479Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/298)
18862026-05-28T12:48:01.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-05-28T12:48:01.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-05-28T12:48:01.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-05-28T12:48:01.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18902026-05-28T12:48:01.967Z
18912026-05-28T12:48:01.967Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/298)
18922026-05-28T12:48:02.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-05-28T12:48:02.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-05-28T12:48:02.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-05-28T12:48:02.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18962026-05-28T12:48:02.458Z
18972026-05-28T12:48:02.458Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/298)
18982026-05-28T12:48:02.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-05-28T12:48:02.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-05-28T12:48:02.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-05-28T12:48:02.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19022026-05-28T12:48:02.951Z
19032026-05-28T12:48:02.951Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/298)
19042026-05-28T12:48:03.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-05-28T12:48:03.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-05-28T12:48:03.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-05-28T12:48:03.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19082026-05-28T12:48:03.438Z
19092026-05-28T12:48:03.438Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/298)
19102026-05-28T12:48:03.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-05-28T12:48:03.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-05-28T12:48:03.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-05-28T12:48:03.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19142026-05-28T12:48:03.929Z
19152026-05-28T12:48:03.929Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/298)
19162026-05-28T12:48:04.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-05-28T12:48:04.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-05-28T12:48:04.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-05-28T12:48:04.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19202026-05-28T12:48:04.421Z
19212026-05-28T12:48:04.421Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/298)
19222026-05-28T12:48:04.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-05-28T12:48:04.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-05-28T12:48:04.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-05-28T12:48:04.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19262026-05-28T12:48:04.915Z
19272026-05-28T12:48:04.915Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/298)
19282026-05-28T12:48:05.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-05-28T12:48:05.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-05-28T12:48:05.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-05-28T12:48:05.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19322026-05-28T12:48:05.406Z
19332026-05-28T12:48:05.406Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/298)
19342026-05-28T12:48:05.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-05-28T12:48:05.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-05-28T12:48:05.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-05-28T12:48:05.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19382026-05-28T12:48:05.903Z
19392026-05-28T12:48:05.903Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/298)
19402026-05-28T12:48:06.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-05-28T12:48:06.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-05-28T12:48:06.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-05-28T12:48:06.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19442026-05-28T12:48:06.397Z
19452026-05-28T12:48:06.397Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/298)
19462026-05-28T12:48:06.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-05-28T12:48:06.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-05-28T12:48:06.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-05-28T12:48:06.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19502026-05-28T12:48:06.891Z
19512026-05-28T12:48:06.891Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/298)
19522026-05-28T12:48:07.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-05-28T12:48:07.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-05-28T12:48:07.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-05-28T12:48:07.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19562026-05-28T12:48:07.383Z
19572026-05-28T12:48:07.384Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/298)
19582026-05-28T12:48:07.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-05-28T12:48:07.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-05-28T12:48:07.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-05-28T12:48:07.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19622026-05-28T12:48:07.878Z
19632026-05-28T12:48:07.878Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/298)
19642026-05-28T12:48:08.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-05-28T12:48:08.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-05-28T12:48:08.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-05-28T12:48:08.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19682026-05-28T12:48:08.372Z
19692026-05-28T12:48:08.373Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/298)
19702026-05-28T12:48:08.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-05-28T12:48:08.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-05-28T12:48:08.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-05-28T12:48:08.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19742026-05-28T12:48:08.862Z
19752026-05-28T12:48:08.862Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/298)
19762026-05-28T12:48:09.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-05-28T12:48:09.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-05-28T12:48:09.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-05-28T12:48:09.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19802026-05-28T12:48:09.351Z
19812026-05-28T12:48:09.351Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/298)
19822026-05-28T12:48:09.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-05-28T12:48:09.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-05-28T12:48:09.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-05-28T12:48:09.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19862026-05-28T12:48:09.839Z
19872026-05-28T12:48:09.839Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/298)
19882026-05-28T12:48:10.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-05-28T12:48:10.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-05-28T12:48:10.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-05-28T12:48:10.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19922026-05-28T12:48:10.328Z
19932026-05-28T12:48:10.328Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/298)
19942026-05-28T12:48:10.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-05-28T12:48:10.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-05-28T12:48:10.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-05-28T12:48:10.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19982026-05-28T12:48:10.821Z
19992026-05-28T12:48:10.821Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/298)
20002026-05-28T12:48:11.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-05-28T12:48:11.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-05-28T12:48:11.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-05-28T12:48:11.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20042026-05-28T12:48:11.312Z
20052026-05-28T12:48:11.312Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/298)
20062026-05-28T12:48:11.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-05-28T12:48:11.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-05-28T12:48:11.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-05-28T12:48:11.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20102026-05-28T12:48:11.804Z
20112026-05-28T12:48:11.804Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/298)
20122026-05-28T12:48:12.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-05-28T12:48:12.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-05-28T12:48:12.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-05-28T12:48:12.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20162026-05-28T12:48:12.297Z
20172026-05-28T12:48:12.297Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/298)
20182026-05-28T12:48:12.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-05-28T12:48:12.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-05-28T12:48:12.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-05-28T12:48:12.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20222026-05-28T12:48:12.788Z
20232026-05-28T12:48:12.788Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/298)
20242026-05-28T12:48:13.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-05-28T12:48:13.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-05-28T12:48:13.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-05-28T12:48:13.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20282026-05-28T12:48:13.281Z
20292026-05-28T12:48:13.281Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/298)
20302026-05-28T12:48:13.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-05-28T12:48:13.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-05-28T12:48:13.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-05-28T12:48:13.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20342026-05-28T12:48:13.774Z
20352026-05-28T12:48:13.774Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/298)
20362026-05-28T12:48:14.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-05-28T12:48:14.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-05-28T12:48:14.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-05-28T12:48:14.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20402026-05-28T12:48:14.268Z
20412026-05-28T12:48:14.268Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/298)
20422026-05-28T12:48:14.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-05-28T12:48:14.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-05-28T12:48:14.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-05-28T12:48:14.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20462026-05-28T12:48:14.757Z
20472026-05-28T12:48:14.757Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/298)
20482026-05-28T12:48:15.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-05-28T12:48:15.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-05-28T12:48:15.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-05-28T12:48:15.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20522026-05-28T12:48:15.249Z
20532026-05-28T12:48:15.249Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/298)
20542026-05-28T12:48:15.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-05-28T12:48:15.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-05-28T12:48:15.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-05-28T12:48:15.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20582026-05-28T12:48:15.744Z
20592026-05-28T12:48:15.744Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/298)
20602026-05-28T12:48:16.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-05-28T12:48:16.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-05-28T12:48:16.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-05-28T12:48:16.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20642026-05-28T12:48:16.242Z
20652026-05-28T12:48:16.242Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/298)
20662026-05-28T12:48:16.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-05-28T12:48:16.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-05-28T12:48:16.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-05-28T12:48:16.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20702026-05-28T12:48:16.733Z
20712026-05-28T12:48:16.733Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/298)
20722026-05-28T12:48:17.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-05-28T12:48:17.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-05-28T12:48:17.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-05-28T12:48:17.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20762026-05-28T12:48:17.225Z
20772026-05-28T12:48:17.225Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/298)
20782026-05-28T12:48:17.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-05-28T12:48:17.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-05-28T12:48:17.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-05-28T12:48:17.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20822026-05-28T12:48:17.716Z
20832026-05-28T12:48:17.716Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/298)
20842026-05-28T12:48:18.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-05-28T12:48:18.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-05-28T12:48:18.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-05-28T12:48:18.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20882026-05-28T12:48:18.203Z
20892026-05-28T12:48:18.204Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/298)
20902026-05-28T12:48:18.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-05-28T12:48:18.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-05-28T12:48:18.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-05-28T12:48:18.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20942026-05-28T12:48:18.691Z
20952026-05-28T12:48:18.691Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/298)
20962026-05-28T12:48:19.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-05-28T12:48:19.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-05-28T12:48:19.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-05-28T12:48:19.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21002026-05-28T12:48:19.353Z
21012026-05-28T12:48:19.353Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/298)
21022026-05-28T12:48:19.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-05-28T12:48:19.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-05-28T12:48:19.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-05-28T12:48:19.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21062026-05-28T12:48:20.019Z
21072026-05-28T12:48:20.019Zinfo: running `cargo check --bins` on nexus-config (51/298)
21082026-05-28T12:48:20.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-05-28T12:48:20.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-05-28T12:48:20.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-05-28T12:48:20.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21122026-05-28T12:48:20.680Z
21132026-05-28T12:48:20.680Zinfo: running `cargo check --bins` on nexus-types (52/298)
21142026-05-28T12:48:21.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-05-28T12:48:21.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-05-28T12:48:21.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-05-28T12:48:21.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21182026-05-28T12:48:21.338Z
21192026-05-28T12:48:21.338Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/298)
21202026-05-28T12:48:21.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-05-28T12:48:21.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-05-28T12:48:21.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-05-28T12:48:21.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21242026-05-28T12:48:21.964Z
21252026-05-28T12:48:21.964Zinfo: running `cargo check --bins` on omicron-passwords (54/298)
21262026-05-28T12:48:22.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-05-28T12:48:22.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-05-28T12:48:22.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-05-28T12:48:22.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21302026-05-28T12:48:22.568Z
21312026-05-28T12:48:22.568Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/298)
21322026-05-28T12:48:23.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-05-28T12:48:23.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-05-28T12:48:23.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-05-28T12:48:23.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21362026-05-28T12:48:23.201Z
21372026-05-28T12:48:23.201Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/298)
21382026-05-28T12:48:23.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-05-28T12:48:23.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-05-28T12:48:23.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-05-28T12:48:23.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21422026-05-28T12:48:23.823Z
21432026-05-28T12:48:23.823Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/298)
21442026-05-28T12:48:24.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-05-28T12:48:24.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-05-28T12:48:24.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-05-28T12:48:24.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21482026-05-28T12:48:24.448Z
21492026-05-28T12:48:24.449Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/298)
21502026-05-28T12:48:24.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-05-28T12:48:24.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-05-28T12:48:24.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-05-28T12:48:24.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21542026-05-28T12:48:25.079Z
21552026-05-28T12:48:25.079Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/298)
21562026-05-28T12:48:25.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-05-28T12:48:25.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-05-28T12:48:25.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-05-28T12:48:25.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21602026-05-28T12:48:25.691Z
21612026-05-28T12:48:25.691Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/298)
21622026-05-28T12:48:26.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-05-28T12:48:26.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-05-28T12:48:26.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-05-28T12:48:26.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21662026-05-28T12:48:26.302Z
21672026-05-28T12:48:26.302Zinfo: running `cargo check --bins --no-default-features` on gfss (61/298)
21682026-05-28T12:48:26.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-05-28T12:48:26.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-05-28T12:48:26.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-05-28T12:48:26.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21722026-05-28T12:48:26.904Z
21732026-05-28T12:48:26.904Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/298)
21742026-05-28T12:48:27.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-05-28T12:48:27.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-05-28T12:48:27.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-05-28T12:48:27.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21782026-05-28T12:48:27.508Z
21792026-05-28T12:48:27.508Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/298)
21802026-05-28T12:48:28.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-05-28T12:48:28.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-05-28T12:48:28.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-05-28T12:48:28.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21842026-05-28T12:48:28.130Z
21852026-05-28T12:48:28.130Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/298)
21862026-05-28T12:48:28.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-05-28T12:48:28.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-05-28T12:48:28.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-05-28T12:48:28.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21902026-05-28T12:48:28.751Z
21912026-05-28T12:48:28.751Zinfo: running `cargo check --bins` on cockroach-admin-types (65/298)
21922026-05-28T12:48:29.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-05-28T12:48:29.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-05-28T12:48:29.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-05-28T12:48:29.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21962026-05-28T12:48:29.357Z
21972026-05-28T12:48:29.357Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/298)
21982026-05-28T12:48:29.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-05-28T12:48:29.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-05-28T12:48:29.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-05-28T12:48:29.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22022026-05-28T12:48:29.960Z
22032026-05-28T12:48:29.960Zinfo: running `cargo check --bins` on ereport-types (67/298)
22042026-05-28T12:48:30.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-05-28T12:48:30.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-05-28T12:48:30.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-05-28T12:48:30.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22082026-05-28T12:48:30.572Z
22092026-05-28T12:48:30.572Zinfo: running `cargo check --bins` on gateway-client (68/298)
22102026-05-28T12:48:31.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-05-28T12:48:31.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-05-28T12:48:31.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-05-28T12:48:31.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22142026-05-28T12:48:31.181Z
22152026-05-28T12:48:31.181Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/298)
22162026-05-28T12:48:31.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-05-28T12:48:31.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-05-28T12:48:31.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-05-28T12:48:31.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22202026-05-28T12:48:31.794Z
22212026-05-28T12:48:31.794Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/298)
22222026-05-28T12:48:32.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-05-28T12:48:32.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-05-28T12:48:32.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-05-28T12:48:32.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22262026-05-28T12:48:32.411Z
22272026-05-28T12:48:32.411Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/298)
22282026-05-28T12:48:32.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-05-28T12:48:32.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-05-28T12:48:32.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-05-28T12:48:32.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22322026-05-28T12:48:33.025Z
22332026-05-28T12:48:33.025Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/298)
22342026-05-28T12:48:33.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-05-28T12:48:33.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-05-28T12:48:33.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-05-28T12:48:33.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22382026-05-28T12:48:33.636Z
22392026-05-28T12:48:33.636Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/298)
22402026-05-28T12:48:34.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-05-28T12:48:34.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-05-28T12:48:34.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-05-28T12:48:34.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22442026-05-28T12:48:34.276Z
22452026-05-28T12:48:34.276Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/298)
22462026-05-28T12:48:34.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-05-28T12:48:34.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-05-28T12:48:34.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-05-28T12:48:34.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22502026-05-28T12:48:34.911Z
22512026-05-28T12:48:34.911Zinfo: running `cargo check --bins` on key-manager-types (75/298)
22522026-05-28T12:48:35.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-05-28T12:48:35.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-05-28T12:48:35.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-05-28T12:48:35.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22562026-05-28T12:48:35.519Z
22572026-05-28T12:48:35.519Zinfo: running `cargo check --bins` on oxlog (76/298)
22582026-05-28T12:48:36.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-05-28T12:48:36.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-05-28T12:48:36.155Z Checking cfg-if v1.0.4
22612026-05-28T12:48:36.158Z Checking libc v0.2.185
22622026-05-28T12:48:36.158Z Checking serde_core v1.0.228
22632026-05-28T12:48:36.278Z Checking zeroize v1.8.2
22642026-05-28T12:48:36.286Z Checking memchr v2.8.0
22652026-05-28T12:48:36.295Z Checking log v0.4.29
22662026-05-28T12:48:36.298Z Checking smallvec v1.15.1
22672026-05-28T12:48:36.319Z Checking typenum v1.19.0
22682026-05-28T12:48:36.319Z Checking subtle v2.6.1
22692026-05-28T12:48:36.414Z Checking itoa v1.0.17
22702026-05-28T12:48:36.453Z Checking scopeguard v1.2.0
22712026-05-28T12:48:36.475Z Checking stable_deref_trait v1.2.1
22722026-05-28T12:48:36.479Z Checking const-oid v0.9.6
22732026-05-28T12:48:36.549Z Checking lock_api v0.4.14
22742026-05-28T12:48:36.562Z Checking zerofrom v0.1.6
22752026-05-28T12:48:36.575Z Checking pin-project-lite v0.2.17
22762026-05-28T12:48:36.655Z Checking portable-atomic v1.13.1
22772026-05-28T12:48:36.668Z Checking yoke v0.8.1
22782026-05-28T12:48:36.671Z Checking getrandom v0.2.17
22792026-05-28T12:48:36.671Z Checking errno v0.3.14
22802026-05-28T12:48:36.742Z Checking parking_lot_core v0.9.12
22812026-05-28T12:48:36.827Z Checking generic-array v0.14.7
22822026-05-28T12:48:36.830Z Checking signal-hook-registry v1.4.8
22832026-05-28T12:48:36.861Z Checking rand_core v0.6.4
22842026-05-28T12:48:36.865Z Checking zerovec v0.11.5
22852026-05-28T12:48:36.925Z Checking critical-section v1.2.0
22862026-05-28T12:48:36.995Z Checking futures-core v0.3.32
22872026-05-28T12:48:37.022Z Checking parking_lot v0.12.5
22882026-05-28T12:48:37.034Z Checking mio v1.2.0
22892026-05-28T12:48:37.048Z Checking once_cell v1.21.3
22902026-05-28T12:48:37.114Z Checking zerocopy v0.8.40
22912026-05-28T12:48:37.155Z Checking zmij v1.0.21
22922026-05-28T12:48:37.205Z Checking socket2 v0.6.3
22932026-05-28T12:48:37.218Z Checking libm v0.2.16
22942026-05-28T12:48:37.261Z Checking crypto-common v0.1.7
22952026-05-28T12:48:37.296Z Checking block-buffer v0.10.4
22962026-05-28T12:48:37.299Z Checking tinystr v0.8.2
22972026-05-28T12:48:37.367Z Checking litemap v0.8.1
22982026-05-28T12:48:37.411Z Checking equivalent v1.0.2
22992026-05-28T12:48:37.434Z Checking digest v0.10.7
23002026-05-28T12:48:37.457Z Checking percent-encoding v2.3.2
23012026-05-28T12:48:37.463Z Checking writeable v0.6.2
23022026-05-28T12:48:37.482Z Checking potential_utf v0.1.4
23032026-05-28T12:48:37.544Z Checking zerotrie v0.2.3
23042026-05-28T12:48:37.586Z Checking futures-sink v0.3.32
23052026-05-28T12:48:37.610Z Checking icu_collections v2.1.1
23062026-05-28T12:48:37.624Z Checking icu_locale_core v2.1.1
23072026-05-28T12:48:37.636Z Checking cpufeatures v0.2.17
23082026-05-28T12:48:37.684Z Checking futures-channel v0.3.32
23092026-05-28T12:48:37.704Z Checking futures-task v0.3.32
23102026-05-28T12:48:37.744Z Checking serde v1.0.228
23112026-05-28T12:48:37.788Z Checking bitflags v2.11.0
23122026-05-28T12:48:37.838Z Checking serde_json v1.0.149
23132026-05-28T12:48:37.870Z Checking slab v0.4.12
23142026-05-28T12:48:37.917Z Checking futures-io v0.3.32
23152026-05-28T12:48:37.920Z Checking num-traits v0.2.19
23162026-05-28T12:48:37.952Z Checking hmac v0.12.1
23172026-05-28T12:48:38.023Z Checking icu_normalizer_data v2.1.1
23182026-05-28T12:48:38.036Z Checking futures-util v0.3.32
23192026-05-28T12:48:38.080Z Checking icu_properties_data v2.1.2
23202026-05-28T12:48:38.094Z Checking hashbrown v0.17.0
23212026-05-28T12:48:38.142Z Checking bytes v1.11.1
23222026-05-28T12:48:38.162Z Checking icu_provider v2.1.1
23232026-05-28T12:48:38.204Z Checking rand_core v0.10.0
23242026-05-28T12:48:38.344Z Checking getrandom v0.4.1
23252026-05-28T12:48:38.388Z Checking icu_normalizer v2.1.1
23262026-05-28T12:48:38.450Z Checking icu_properties v2.1.2
23272026-05-28T12:48:38.485Z Checking block-padding v0.3.3
23282026-05-28T12:48:38.500Z Checking utf8_iter v1.0.4
23292026-05-28T12:48:38.543Z Checking indexmap v2.14.0
23302026-05-28T12:48:38.574Z Checking tokio v1.52.1
23312026-05-28T12:48:38.613Z Checking inout v0.1.4
23322026-05-28T12:48:38.627Z Checking sha2 v0.10.9
23332026-05-28T12:48:38.686Z Checking form_urlencoded v1.2.2
23342026-05-28T12:48:38.750Z Checking cipher v0.4.4
23352026-05-28T12:48:38.811Z Checking getrandom v0.3.4
23362026-05-28T12:48:38.893Z Checking fnv v1.0.7
23372026-05-28T12:48:38.951Z Checking byteorder v1.5.0
23382026-05-28T12:48:38.954Z Checking base64ct v1.8.3
23392026-05-28T12:48:38.986Z Checking flagset v0.4.7
23402026-05-28T12:48:39.090Z Checking rand_core v0.9.5
23412026-05-28T12:48:39.109Z Checking http v1.4.0
23422026-05-28T12:48:39.151Z Checking regex-syntax v0.8.10
23432026-05-28T12:48:39.190Z Checking pem-rfc7468 v0.7.0
23442026-05-28T12:48:39.262Z Checking salsa20 v0.10.2
23452026-05-28T12:48:39.275Z Checking idna_adapter v1.2.1
23462026-05-28T12:48:39.344Z Checking der v0.7.10
23472026-05-28T12:48:39.391Z Checking uuid v1.23.0
23482026-05-28T12:48:39.394Z Checking idna v1.1.0
23492026-05-28T12:48:39.642Z Checking url v2.5.8
23502026-05-28T12:48:39.663Z Checking pbkdf2 v0.12.2
23512026-05-28T12:48:39.699Z Checking rustix v1.1.3
23522026-05-28T12:48:39.773Z Checking tracing-core v0.1.36
23532026-05-28T12:48:39.862Z Checking ppv-lite86 v0.2.21
23542026-05-28T12:48:39.905Z Checking rustls-pki-types v1.14.0
23552026-05-28T12:48:40.065Z Checking spki v0.7.3
23562026-05-28T12:48:40.068Z Checking iana-time-zone v0.1.65
23572026-05-28T12:48:40.090Z Checking base64 v0.22.1
23582026-05-28T12:48:40.153Z Checking rand_chacha v0.9.0
23592026-05-28T12:48:40.179Z Checking chrono v0.4.44
23602026-05-28T12:48:40.193Z Checking tracing v0.1.44
23612026-05-28T12:48:40.226Z Checking scrypt v0.11.0
23622026-05-28T12:48:40.325Z Checking http-body v1.0.1
23632026-05-28T12:48:40.347Z Checking cbc v0.1.2
23642026-05-28T12:48:40.363Z Checking aes v0.8.4
23652026-05-28T12:48:40.392Z Checking aws-lc-sys v0.40.0
23662026-05-28T12:48:40.452Z Checking untrusted v0.9.0
23672026-05-28T12:48:40.455Z Checking openssl-probe v0.2.1
23682026-05-28T12:48:40.477Z Checking tinyvec_macros v0.1.1
23692026-05-28T12:48:40.528Z Checking untrusted v0.7.1
23702026-05-28T12:48:40.543Z Checking tinyvec v1.10.0
23712026-05-28T12:48:40.560Z Checking ring v0.17.14
23722026-05-28T12:48:40.574Z Checking rand v0.9.2
23732026-05-28T12:48:40.638Z Checking atomic-waker v1.1.2
23742026-05-28T12:48:40.734Z Checking tower-layer v0.3.3
23752026-05-28T12:48:40.747Z Checking pkcs5 v0.7.1
23762026-05-28T12:48:40.839Z Checking try-lock v0.2.5
23772026-05-28T12:48:40.879Z Checking tower-service v0.3.3
23782026-05-28T12:48:40.895Z Checking aws-lc-rs v1.16.3
23792026-05-28T12:48:40.935Z Checking want v0.3.1
23802026-05-28T12:48:40.969Z Checking ipnet v2.11.0
23812026-05-28T12:48:40.995Z Checking pkcs8 v0.10.2
23822026-05-28T12:48:41.053Z Checking httparse v1.10.1
23832026-05-28T12:48:41.059Z Checking aho-corasick v1.1.4
23842026-05-28T12:48:41.060Z Checking pin-utils v0.1.0
23852026-05-28T12:48:41.121Z Checking dyn-clone v1.0.20
23862026-05-28T12:48:41.170Z Checking foreign-types-shared v0.1.1
23872026-05-28T12:48:41.221Z Checking httpdate v1.0.3
23882026-05-28T12:48:41.236Z Checking fastrand v2.3.0
23892026-05-28T12:48:41.246Z Checking plain v0.2.3
23902026-05-28T12:48:41.258Z Checking utf8parse v0.2.2
23912026-05-28T12:48:41.345Z Checking foreign-types v0.3.2
23922026-05-28T12:48:41.360Z Checking unicode-normalization v0.1.25
23932026-05-28T12:48:41.375Z Checking semver v1.0.28
23942026-05-28T12:48:41.409Z Checking openssl-sys v0.9.115
23952026-05-28T12:48:41.412Z Checking tempfile v3.25.0
23962026-05-28T12:48:41.544Z Checking spin v0.9.8
23972026-05-28T12:48:41.583Z Checking socket2 v0.5.10
23982026-05-28T12:48:41.600Z Checking ucd-trie v0.1.7
23992026-05-28T12:48:41.707Z Checking regex-automata v0.4.14
24002026-05-28T12:48:41.731Z Checking unicode-ident v1.0.24
24012026-05-28T12:48:41.735Z Checking anstyle v1.0.14
24022026-05-28T12:48:41.744Z Checking rustls-webpki v0.103.9
24032026-05-28T12:48:41.770Z Checking pest v2.8.6
24042026-05-28T12:48:41.785Z Checking tokio-util v0.7.18
24052026-05-28T12:48:41.805Z Checking openssl v0.10.79
24062026-05-28T12:48:41.822Z Checking schemars v0.8.22
24072026-05-28T12:48:41.840Z Checking proc-macro2 v1.0.106
24082026-05-28T12:48:41.916Z Checking rustls-native-certs v0.8.3
24092026-05-28T12:48:42.047Z Checking thiserror v2.0.18
24102026-05-28T12:48:42.143Z Checking sync_wrapper v1.0.2
24112026-05-28T12:48:42.157Z Checking wait-timeout v0.2.1
24122026-05-28T12:48:42.181Z Checking rustls v0.23.37
24132026-05-28T12:48:42.244Z Checking anstyle-query v1.1.5
24142026-05-28T12:48:42.273Z Checking siphasher v1.0.2
24152026-05-28T12:48:42.335Z Checking powerfmt v0.2.0
24162026-05-28T12:48:42.393Z Checking h2 v0.4.13
24172026-05-28T12:48:42.428Z Checking quick-error v1.2.3
24182026-05-28T12:48:42.460Z Checking is_terminal_polyfill v1.70.2
24192026-05-28T12:48:42.484Z Checking pretty-hex v0.4.1
24202026-05-28T12:48:42.531Z Checking bit-vec v0.8.0
24212026-05-28T12:48:42.549Z Checking colorchoice v1.0.4
24222026-05-28T12:48:42.601Z Checking simd-adler32 v0.3.8
24232026-05-28T12:48:42.648Z Checking rusty-fork v0.3.1
24242026-05-28T12:48:42.723Z Checking bit-set v0.8.0
24252026-05-28T12:48:42.774Z Checking deranged v0.5.8
24262026-05-28T12:48:42.818Z Checking tower v0.5.3
24272026-05-28T12:48:42.851Z Checking quote v1.0.45
24282026-05-28T12:48:42.870Z Compiling newtype-uuid v1.3.2
24292026-05-28T12:48:43.027Z Checking http-body-util v0.1.3
24302026-05-28T12:48:43.053Z Checking webpki-roots v1.0.6
24312026-05-28T12:48:43.170Z Checking crossbeam-utils v0.8.21
24322026-05-28T12:48:43.213Z Checking rand_xorshift v0.4.0
24332026-05-28T12:48:43.243Z Checking crc32fast v1.5.0
24342026-05-28T12:48:43.334Z Checking scroll v0.13.0
24352026-05-28T12:48:43.382Z Checking signature v2.2.0
24362026-05-28T12:48:43.495Z Checking num-conv v0.2.0
24372026-05-28T12:48:43.512Z Checking unarray v0.1.4
24382026-05-28T12:48:43.549Z Checking num_threads v0.1.7
24392026-05-28T12:48:43.563Z Checking allocator-api2 v0.2.21
24402026-05-28T12:48:43.610Z Checking unicode-bidi v0.3.18
24412026-05-28T12:48:43.611Z Checking adler2 v2.0.1
24422026-05-28T12:48:43.637Z Checking time-core v0.1.8
24432026-05-28T12:48:43.697Z Checking ryu v1.0.23
24442026-05-28T12:48:43.719Z Checking iri-string v0.7.10
24452026-05-28T12:48:43.774Z Checking unicode-properties v0.1.4
24462026-05-28T12:48:43.832Z Checking serde_urlencoded v0.7.1
24472026-05-28T12:48:43.846Z Checking time v0.3.47
24482026-05-28T12:48:43.849Z Checking native-tls v0.2.18
24492026-05-28T12:48:43.911Z Checking miniz_oxide v0.8.9
24502026-05-28T12:48:43.957Z Checking stringprep v0.1.5
24512026-05-28T12:48:44.021Z Checking tokio-native-tls v0.3.1
24522026-05-28T12:48:44.035Z Checking proptest v1.10.0
24532026-05-28T12:48:44.108Z Checking goblin v0.10.5
24542026-05-28T12:48:44.176Z Checking bstr v1.12.1
24552026-05-28T12:48:44.260Z Checking crossbeam-epoch v0.9.18
24562026-05-28T12:48:44.483Z Checking syn v2.0.117
24572026-05-28T12:48:44.560Z Compiling daft v0.1.7
24582026-05-28T12:48:44.574Z Checking tokio-rustls v0.26.4
24592026-05-28T12:48:44.725Z Checking tower-http v0.6.8
24602026-05-28T12:48:44.801Z Checking ipnetwork v0.21.1
24612026-05-28T12:48:44.839Z Checking anstyle-parse v1.0.0
24622026-05-28T12:48:44.992Z Checking rand_chacha v0.3.1
24632026-05-28T12:48:44.993Z Checking thiserror v1.0.69
24642026-05-28T12:48:45.019Z Checking scroll v0.12.0
24652026-05-28T12:48:45.019Z Checking hash32 v0.2.1
24662026-05-28T12:48:45.098Z Checking zstd-sys v2.0.16+zstd.1.5.7
24672026-05-28T12:48:45.100Z Checking hyper v1.8.1
24682026-05-28T12:48:45.184Z Checking num-integer v0.1.46
24692026-05-28T12:48:45.197Z Checking toml_datetime v0.6.11
24702026-05-28T12:48:45.209Z Checking serde_spanned v0.6.9
24712026-05-28T12:48:45.239Z Checking md-5 v0.10.6
24722026-05-28T12:48:45.330Z Checking ff v0.13.1
24732026-05-28T12:48:45.371Z Checking encoding_rs v0.8.35
24742026-05-28T12:48:45.386Z Checking psl-types v2.0.11
24752026-05-28T12:48:45.400Z Checking base16ct v0.2.0
24762026-05-28T12:48:45.457Z Checking mime v0.3.17
24772026-05-28T12:48:45.501Z Checking zlib-rs v0.6.2
24782026-05-28T12:48:45.523Z Checking fallible-iterator v0.2.0
24792026-05-28T12:48:45.630Z Checking sec1 v0.7.3
24802026-05-28T12:48:45.791Z Checking postgres-protocol v0.6.10
24812026-05-28T12:48:45.834Z Checking publicsuffix v2.3.0
24822026-05-28T12:48:45.956Z Checking group v0.13.0
24832026-05-28T12:48:45.994Z Checking num-iter v0.1.45
24842026-05-28T12:48:46.019Z Checking hyper-util v0.1.20
24852026-05-28T12:48:46.097Z Checking goblin v0.8.2
24862026-05-28T12:48:46.111Z Checking zstd-safe v7.2.4
24872026-05-28T12:48:46.114Z Checking rand v0.8.6
24882026-05-28T12:48:46.276Z Checking heapless v0.7.17
24892026-05-28T12:48:46.303Z Checking oxnet v0.1.5
24902026-05-28T12:48:46.375Z Checking flate2 v1.1.9
24912026-05-28T12:48:46.404Z Checking dof v0.4.0
24922026-05-28T12:48:46.543Z Checking cookie v0.18.1
24932026-05-28T12:48:46.633Z Checking anstream v1.0.0
24942026-05-28T12:48:46.663Z Compiling iddqd v0.4.2
24952026-05-28T12:48:46.687Z Checking dtrace-parser v0.3.0
24962026-05-28T12:48:46.742Z Checking phf_shared v0.13.1
24972026-05-28T12:48:46.773Z Checking lazy_static v1.5.0
24982026-05-28T12:48:46.827Z Checking anstyle-parse v0.2.7
24992026-05-28T12:48:46.862Z Checking zerocopy v0.7.35
25002026-05-28T12:48:46.920Z Checking pin-project v1.1.11
25012026-05-28T12:48:46.935Z Checking bzip2-sys v0.1.13+1.0.8
25022026-05-28T12:48:46.980Z Checking signal-hook v0.3.18
25032026-05-28T12:48:47.013Z Checking terminal_size v0.4.3
25042026-05-28T12:48:47.015Z Checking futures-executor v0.3.32
25052026-05-28T12:48:47.039Z Checking hex v0.4.3
25062026-05-28T12:48:47.125Z Checking hkdf v0.12.4
25072026-05-28T12:48:47.160Z Checking crypto-bigint v0.5.5
25082026-05-28T12:48:47.174Z Checking thread-id v5.1.0
25092026-05-28T12:48:47.249Z Checking foldhash v0.2.0
25102026-05-28T12:48:47.264Z Checking managed v0.8.0
25112026-05-28T12:48:47.267Z Checking winnow v0.5.40
25122026-05-28T12:48:47.284Z Checking hyper-rustls v0.27.7
25132026-05-28T12:48:47.349Z Checking hyper-tls v0.6.0
25142026-05-28T12:48:47.400Z Checking clap_lex v1.0.0
25152026-05-28T12:48:47.440Z Checking foldhash v0.1.5
25162026-05-28T12:48:47.485Z Checking bitflags v1.3.2
25172026-05-28T12:48:47.532Z Checking bumpalo v3.20.2
25182026-05-28T12:48:47.557Z Checking winnow v0.7.14
25192026-05-28T12:48:47.571Z Checking strsim v0.11.1
25202026-05-28T12:48:47.583Z Compiling rayon-core v1.13.0
25212026-05-28T12:48:47.730Z Checking libbz2-rs-sys v0.2.2
25222026-05-28T12:48:47.743Z Checking same-file v1.0.6
25232026-05-28T12:48:47.784Z Checking zopfli v0.8.3
25242026-05-28T12:48:47.860Z Checking walkdir v2.5.0
25252026-05-28T12:48:47.943Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25262026-05-28T12:48:48.017Z Checking clap_builder v4.6.0
25272026-05-28T12:48:48.021Z Checking dof v0.3.0
25282026-05-28T12:48:48.081Z Checking elliptic-curve v0.13.8
25292026-05-28T12:48:48.117Z Checking hashbrown v0.15.5
25302026-05-28T12:48:48.131Z Checking bzip2 v0.6.1
25312026-05-28T12:48:48.146Z Checking smoltcp v0.9.1
25322026-05-28T12:48:48.291Z Checking reqwest v0.12.28
25332026-05-28T12:48:48.311Z Checking hashbrown v0.16.1
25342026-05-28T12:48:48.381Z Checking usdt-impl v0.6.0
25352026-05-28T12:48:48.419Z Checking toml_edit v0.19.15
25362026-05-28T12:48:48.581Z Checking futures v0.3.32
25372026-05-28T12:48:48.657Z Checking signal-hook-mio v0.2.5
25382026-05-28T12:48:48.670Z Checking snafu v0.8.9
25392026-05-28T12:48:48.726Z Checking bzip2 v0.4.4
25402026-05-28T12:48:48.747Z Checking anstream v0.6.21
25412026-05-28T12:48:48.760Z Checking phf v0.13.1
25422026-05-28T12:48:48.806Z Checking num-bigint-dig v0.8.6
25432026-05-28T12:48:48.885Z Checking cookie_store v0.22.1
25442026-05-28T12:48:48.916Z Checking zstd v0.13.3
25452026-05-28T12:48:48.942Z Checking postgres-types v0.2.12
25462026-05-28T12:48:49.100Z Checking dtrace-parser v0.2.0
25472026-05-28T12:48:49.132Z Checking rustls-platform-verifier v0.6.2
25482026-05-28T12:48:49.145Z Checking globset v0.4.18
25492026-05-28T12:48:49.254Z Checking crossbeam-deque v0.8.6
25502026-05-28T12:48:49.260Z Checking regex v1.12.3
25512026-05-28T12:48:49.260Z Checking ed25519 v2.2.3
25522026-05-28T12:48:49.265Z Checking phf_shared v0.11.3
25532026-05-28T12:48:49.329Z Checking olpc-cjson v0.1.4
25542026-05-28T12:48:49.385Z Checking ref-cast v1.0.25
25552026-05-28T12:48:49.398Z Checking curve25519-dalek v4.1.3
25562026-05-28T12:48:49.410Z Checking strum v0.27.2
25572026-05-28T12:48:49.431Z Checking hubpack v0.1.2
25582026-05-28T12:48:49.444Z Checking memoffset v0.9.1
25592026-05-28T12:48:49.462Z Checking rustix v0.38.44
25602026-05-28T12:48:49.478Z Checking pkcs1 v0.7.5
25612026-05-28T12:48:49.514Z Checking pem v3.0.6
25622026-05-28T12:48:49.517Z Checking float-cmp v0.10.0
25632026-05-28T12:48:49.517Z Checking erased-serde v0.3.31
25642026-05-28T12:48:49.590Z Checking serde-big-array v0.5.1
25652026-05-28T12:48:49.620Z Checking serde_plain v1.0.2
25662026-05-28T12:48:49.651Z Checking rfc6979 v0.4.0
25672026-05-28T12:48:49.667Z Checking memmap2 v0.9.10
25682026-05-28T12:48:49.683Z Checking thread-id v4.2.2
25692026-05-28T12:48:49.717Z Checking env_filter v1.0.0
25702026-05-28T12:48:49.755Z Checking static_assertions v1.1.0
25712026-05-28T12:48:49.755Z Checking normalize-line-endings v0.3.0
25722026-05-28T12:48:49.780Z Checking keccak v0.1.6
25732026-05-28T12:48:49.822Z Checking unicode-segmentation v1.12.0
25742026-05-28T12:48:49.835Z Checking predicates-core v1.0.10
25752026-05-28T12:48:49.851Z Checking precomputed-hash v0.1.1
25762026-05-28T12:48:49.864Z Checking new_debug_unreachable v1.0.6
25772026-05-28T12:48:49.919Z Checking jiff v0.2.21
25782026-05-28T12:48:49.932Z Checking typed-path v0.9.3
25792026-05-28T12:48:49.932Z Checking fixedbitset v0.4.2
25802026-05-28T12:48:49.955Z Checking data-encoding v2.10.0
25812026-05-28T12:48:49.959Z Checking fixedbitset v0.5.7
25822026-05-28T12:48:50.076Z Checking toml_write v0.1.2
25832026-05-28T12:48:50.132Z Checking difflib v0.4.0
25842026-05-28T12:48:50.147Z Checking whoami v2.1.0
25852026-05-28T12:48:50.163Z Checking either v1.15.0
25862026-05-28T12:48:50.231Z Checking hickory-proto v0.25.2
25872026-05-28T12:48:50.243Z Checking toml_edit v0.22.27
25882026-05-28T12:48:50.255Z Checking crossterm v0.28.1
25892026-05-28T12:48:50.303Z Checking predicates v3.1.4
25902026-05-28T12:48:50.340Z Checking tokio-postgres v0.7.16
25912026-05-28T12:48:50.352Z Checking ed25519-dalek v2.2.0
25922026-05-28T12:48:50.577Z Checking petgraph v0.8.3
25932026-05-28T12:48:50.597Z Checking similar v2.7.0
25942026-05-28T12:48:50.709Z Checking tough v0.22.0
25952026-05-28T12:48:50.944Z Checking petgraph v0.6.5
25962026-05-28T12:48:50.975Z Checking sha3 v0.10.8
25972026-05-28T12:48:51.180Z Checking string_cache v0.8.9
25982026-05-28T12:48:51.316Z Checking slog v2.8.2
25992026-05-28T12:48:51.347Z Checking env_logger v0.11.9
26002026-05-28T12:48:51.535Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26012026-05-28T12:48:51.574Z Checking usdt v0.6.0
26022026-05-28T12:48:51.577Z Checking ecdsa v0.16.9
26032026-05-28T12:48:51.749Z Checking usdt-impl v0.5.0
26042026-05-28T12:48:51.906Z Checking rsa v0.9.10
26052026-05-28T12:48:52.031Z Checking nix v0.31.2
26062026-05-28T12:48:52.139Z Checking zip v4.6.1
26072026-05-28T12:48:52.185Z Checking toml v0.7.8
26082026-05-28T12:48:52.493Z Checking reqwest v0.13.2
26092026-05-28T12:48:52.710Z Checking clap v4.6.1
26102026-05-28T12:48:52.725Z Checking zip v0.6.6
26112026-05-28T12:48:52.739Z Checking toml_parser v1.0.9+spec-1.1.0
26122026-05-28T12:48:52.812Z Checking serde_with v3.17.0
26132026-05-28T12:48:52.988Z Checking strum v0.26.3
26142026-05-28T12:48:53.044Z Checking fs-err v3.3.0
26152026-05-28T12:48:53.058Z Checking ahash v0.8.12
26162026-05-28T12:48:53.069Z Checking object v0.37.3
26172026-05-28T12:48:53.099Z Checking tokio-stream v0.1.18
26182026-05-28T12:48:53.112Z Checking buf-list v1.1.2
26192026-05-28T12:48:53.250Z Checking anyhow v1.0.102
26202026-05-28T12:48:53.292Z Checking camino v1.2.2
26212026-05-28T12:48:53.334Z Checking x509-cert v0.2.5
26222026-05-28T12:48:53.367Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26232026-05-28T12:48:53.444Z Checking openapiv3 v2.2.0
26242026-05-28T12:48:53.487Z Checking sha1 v0.10.6
26252026-05-28T12:48:53.537Z Checking peg-runtime v0.8.5
26262026-05-28T12:48:53.628Z Checking lalrpop-util v0.19.12
26272026-05-28T12:48:53.650Z Checking rayon v1.11.0
26282026-05-28T12:48:53.678Z Checking sigpipe v0.1.3
26292026-05-28T12:48:53.758Z Checking glob v0.3.3
26302026-05-28T12:48:55.277Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26312026-05-28T12:48:55.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.03s
26322026-05-28T12:48:55.728Z
26332026-05-28T12:48:55.728Zinfo: running `cargo check --bins` on internal-dns-types (77/298)
26342026-05-28T12:48:56.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352026-05-28T12:48:56.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362026-05-28T12:48:56.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372026-05-28T12:48:56.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26382026-05-28T12:48:56.357Z
26392026-05-28T12:48:56.357Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/298)
26402026-05-28T12:48:56.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-05-28T12:48:56.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-05-28T12:48:56.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-05-28T12:48:56.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26442026-05-28T12:48:56.981Z
26452026-05-28T12:48:56.982Zinfo: running `cargo check --bins` on nexus-types-versions (79/298)
26462026-05-28T12:48:57.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-05-28T12:48:57.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-05-28T12:48:57.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-05-28T12:48:57.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26502026-05-28T12:48:57.648Z
26512026-05-28T12:48:57.648Zinfo: running `cargo check --bins` on oxql-types (80/298)
26522026-05-28T12:48:58.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-05-28T12:48:58.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-05-28T12:48:58.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-05-28T12:48:58.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26562026-05-28T12:48:58.280Z
26572026-05-28T12:48:58.280Zinfo: running `cargo check --bins` on oximeter-types (81/298)
26582026-05-28T12:48:58.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-05-28T12:48:58.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-05-28T12:48:58.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-05-28T12:48:58.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26622026-05-28T12:48:58.895Z
26632026-05-28T12:48:58.895Zinfo: running `cargo check --bins` on oximeter-types-versions (82/298)
26642026-05-28T12:48:59.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-05-28T12:48:59.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-05-28T12:48:59.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-05-28T12:48:59.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26682026-05-28T12:48:59.506Z
26692026-05-28T12:48:59.506Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/298)
26702026-05-28T12:49:00.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-05-28T12:49:00.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-05-28T12:49:00.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732026-05-28T12:49:00.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26742026-05-28T12:49:00.110Z
26752026-05-28T12:49:00.110Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/298)
26762026-05-28T12:49:00.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772026-05-28T12:49:00.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782026-05-28T12:49:00.815Z Compiling structmeta-derive v0.3.0
26792026-05-28T12:49:00.937Z Compiling rustls v0.22.4
26802026-05-28T12:49:00.946Z Compiling multer v3.1.0
26812026-05-28T12:49:00.956Z Compiling async-stream-impl v0.3.6
26822026-05-28T12:49:00.959Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26832026-05-28T12:49:00.978Z Compiling dropshot v0.17.0
26842026-05-28T12:49:00.994Z Compiling newtype-uuid-macros v0.1.0
26852026-05-28T12:49:00.994Z Compiling dropshot_endpoint v0.17.0
26862026-05-28T12:49:01.111Z Checking newtype-uuid v1.3.2
26872026-05-28T12:49:01.175Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26882026-05-28T12:49:01.238Z Checking rustls-webpki v0.102.8
26892026-05-28T12:49:01.306Z Checking daft v0.1.7
26902026-05-28T12:49:01.325Z Checking thread_local v1.1.9
26912026-05-28T12:49:01.490Z Checking compression-core v0.4.31
26922026-05-28T12:49:01.540Z Checking match_cfg v0.1.0
26932026-05-28T12:49:01.555Z Checking iddqd v0.4.2
26942026-05-28T12:49:01.606Z Checking hostname v0.3.1
26952026-05-28T12:49:01.621Z Checking compression-codecs v0.4.37
26962026-05-28T12:49:01.637Z Checking crossbeam-channel v0.5.15
26972026-05-28T12:49:01.703Z Checking slog-json v2.6.1
26982026-05-28T12:49:01.729Z Checking serde_spanned v1.0.4
26992026-05-28T12:49:01.784Z Checking toml_datetime v1.0.0+spec-1.1.0
27002026-05-28T12:49:01.857Z Checking is-terminal v0.4.17
27012026-05-28T12:49:01.861Z Checking term v1.2.1
27022026-05-28T12:49:01.951Z Checking toml_writer v1.0.6+spec-1.1.0
27032026-05-28T12:49:01.972Z Checking debug-ignore v1.0.5
27042026-05-28T12:49:01.983Z Checking take_mut v0.2.2
27052026-05-28T12:49:01.996Z Compiling structmeta v0.3.0
27062026-05-28T12:49:02.068Z Checking slog-bunyan v2.5.0
27072026-05-28T12:49:02.083Z Checking slog-async v2.8.0
27082026-05-28T12:49:02.096Z Checking slog-term v2.9.2
27092026-05-28T12:49:02.123Z Checking toml v1.0.6+spec-1.1.0
27102026-05-28T12:49:02.179Z Checking async-compression v0.4.41
27112026-05-28T12:49:02.209Z Compiling derive-ex v0.1.8
27122026-05-28T12:49:02.251Z Compiling parse-display-derive v0.10.0
27132026-05-28T12:49:02.348Z Checking async-stream v0.3.6
27142026-05-28T12:49:02.420Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27152026-05-28T12:49:02.450Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27162026-05-28T12:49:02.477Z Checking progenitor-client v0.14.0
27172026-05-28T12:49:02.531Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27182026-05-28T12:49:02.676Z Checking waitgroup v0.1.2
27192026-05-28T12:49:02.712Z Checking backon v1.6.0
27202026-05-28T12:49:02.727Z Checking rustls-pemfile v2.2.0
27212026-05-28T12:49:02.766Z Checking serde_path_to_error v0.1.20
27222026-05-28T12:49:02.792Z Checking hostname v0.4.2
27232026-05-28T12:49:02.866Z Checking instant v0.1.13
27242026-05-28T12:49:02.952Z Checking backoff v0.4.0
27252026-05-28T12:49:03.051Z Checking progenitor-extras v0.2.0
27262026-05-28T12:49:03.067Z Checking tokio-rustls v0.25.0
27272026-05-28T12:49:03.089Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27282026-05-28T12:49:03.141Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27292026-05-28T12:49:03.288Z Checking itertools v0.14.0
27302026-05-28T12:49:03.302Z Checking regress v0.10.5
27312026-05-28T12:49:03.499Z Checking progenitor-client v0.13.0
27322026-05-28T12:49:03.533Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27332026-05-28T12:49:03.888Z Compiling test-strategy v0.4.5
27342026-05-28T12:49:03.939Z Checking macaddr v1.0.1
27352026-05-28T12:49:03.963Z Checking parse-display v0.10.0
27362026-05-28T12:49:04.121Z Checking humantime v2.3.0
27372026-05-28T12:49:05.131Z Compiling prettyplease v0.2.37
27382026-05-28T12:49:05.363Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27392026-05-28T12:49:05.534Z Checking num-rational v0.4.2
27402026-05-28T12:49:05.740Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27412026-05-28T12:49:06.109Z Checking num-complex v0.4.6
27422026-05-28T12:49:06.787Z Compiling num v0.4.3
27432026-05-28T12:49:06.850Z Compiling usdt-macro v0.5.0
27442026-05-28T12:49:06.866Z Compiling usdt-attr-macro v0.5.0
27452026-05-28T12:49:06.879Z Checking memmap v0.7.0
27462026-05-28T12:49:06.893Z Compiling float-ord v0.3.2
27472026-05-28T12:49:07.005Z Compiling convert_case v0.4.0
27482026-05-28T12:49:07.008Z Checking unicode-width v0.2.0
27492026-05-28T12:49:07.270Z Checking console v0.15.11
27502026-05-28T12:49:07.387Z Compiling derive_more v0.99.20
27512026-05-28T12:49:07.583Z Checking newline-converter v0.3.0
27522026-05-28T12:49:07.597Z Checking atomicwrites v0.4.4
27532026-05-28T12:49:07.689Z Checking usdt v0.5.0
27542026-05-28T12:49:07.703Z Compiling toml v0.8.23
27552026-05-28T12:49:07.726Z Checking linked-hash-map v0.5.6
27562026-05-28T12:49:07.859Z Compiling minimal-lexical v0.2.1
27572026-05-28T12:49:07.903Z Checking lru-cache v0.1.2
27582026-05-28T12:49:08.029Z Checking expectorate v1.2.0
27592026-05-28T12:49:08.165Z Compiling nom v7.1.3
27602026-05-28T12:49:08.668Z Checking camino-tempfile v1.4.1
27612026-05-28T12:49:08.757Z Checking hickory-proto v0.24.4
27622026-05-28T12:49:08.832Z Checking phf_shared v0.12.1
27632026-05-28T12:49:08.865Z Compiling slog-dtrace v0.3.0
27642026-05-28T12:49:08.977Z Checking heck v0.5.0
27652026-05-28T12:49:09.058Z Checking resolv-conf v0.7.6
27662026-05-28T12:49:09.105Z Compiling chrono-tz v0.10.4
27672026-05-28T12:49:09.243Z Compiling const_format_proc_macros v0.2.34
27682026-05-28T12:49:09.341Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27692026-05-28T12:49:09.357Z Checking phf v0.12.1
27702026-05-28T12:49:09.499Z Checking tokio-dtrace v0.1.1
27712026-05-28T12:49:09.514Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27722026-05-28T12:49:09.687Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27732026-05-28T12:49:09.992Z Compiling derive-where v1.6.0
27742026-05-28T12:49:10.009Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27752026-05-28T12:49:10.046Z Checking highway v1.3.0
27762026-05-28T12:49:10.278Z Checking const_format v0.2.35
27772026-05-28T12:49:10.512Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27782026-05-28T12:49:10.556Z Checking hickory-resolver v0.24.4
27792026-05-28T12:49:10.723Z Checking oxide-tokio-rt v0.1.4
27802026-05-28T12:49:10.878Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27812026-05-28T12:49:11.136Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27822026-05-28T12:49:11.232Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27832026-05-28T12:49:11.280Z Checking gethostname v0.5.0
27842026-05-28T12:49:11.305Z Checking qorb v0.4.1
27852026-05-28T12:49:11.373Z Checking bcs v0.1.6
27862026-05-28T12:49:11.506Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27872026-05-28T12:49:11.521Z Checking termtree v0.5.1
27882026-05-28T12:49:14.668Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27892026-05-28T12:49:17.245Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27902026-05-28T12:49:19.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.27s
27912026-05-28T12:49:19.573Z
27922026-05-28T12:49:19.573Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/298)
27932026-05-28T12:49:20.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942026-05-28T12:49:20.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952026-05-28T12:49:20.278Z Compiling ar_archive_writer v0.5.1
27962026-05-28T12:49:20.394Z Compiling stacker v0.1.23
27972026-05-28T12:49:20.401Z Compiling cfg_aliases v0.1.1
27982026-05-28T12:49:20.408Z Compiling convert_case v0.10.0
27992026-05-28T12:49:20.411Z Checking unicode-width v0.1.14
28002026-05-28T12:49:20.426Z Compiling proc-macro-error v1.0.4
28012026-05-28T12:49:20.437Z Checking fd-lock v4.0.4
28022026-05-28T12:49:20.440Z Checking nibble_vec v0.1.0
28032026-05-28T12:49:20.460Z Compiling nix v0.28.0
28042026-05-28T12:49:20.548Z Checking vte v0.14.1
28052026-05-28T12:49:20.564Z Compiling recursive-proc-macro-impl v0.1.1
28062026-05-28T12:49:20.645Z Checking endian-type v0.1.2
28072026-05-28T12:49:20.658Z Checking bytecount v0.6.9
28082026-05-28T12:49:20.712Z Compiling derive_more-impl v2.1.1
28092026-05-28T12:49:20.715Z Checking strip-ansi-escapes v0.2.1
28102026-05-28T12:49:20.738Z Compiling tabled_derive v0.7.0
28112026-05-28T12:49:20.765Z Checking radix_trie v0.2.1
28122026-05-28T12:49:20.805Z Checking papergrid v0.11.0
28132026-05-28T12:49:20.835Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28142026-05-28T12:49:20.956Z Checking itertools v0.13.0
28152026-05-28T12:49:20.970Z Compiling peg-macros v0.8.5
28162026-05-28T12:49:21.227Z Compiling psm v0.1.30
28172026-05-28T12:49:21.294Z Checking winnow v0.6.26
28182026-05-28T12:49:21.420Z Compiling sqlparser_derive v0.5.0
28192026-05-28T12:49:21.516Z Checking derive_more v2.1.1
28202026-05-28T12:49:21.596Z Checking unicode_categories v0.1.1
28212026-05-28T12:49:21.694Z Checking home v0.5.12
28222026-05-28T12:49:21.744Z Checking nu-ansi-term v0.50.3
28232026-05-28T12:49:21.757Z Checking tabled v0.15.0
28242026-05-28T12:49:21.796Z Checking rustyline v14.0.0
28252026-05-28T12:49:21.956Z Checking crossterm v0.29.0
28262026-05-28T12:49:21.987Z Checking reedline v0.40.0
28272026-05-28T12:49:22.003Z Checking recursive v0.1.1
28282026-05-28T12:49:22.121Z Checking display-error-chain v0.2.2
28292026-05-28T12:49:22.172Z Checking sqlparser v0.61.0
28302026-05-28T12:49:22.318Z Checking peg v0.8.5
28312026-05-28T12:49:22.428Z Checking sqlformat v0.3.5
28322026-05-28T12:49:33.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.81s
28332026-05-28T12:49:33.602Z
28342026-05-28T12:49:33.602Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/298)
28352026-05-28T12:49:34.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362026-05-28T12:49:34.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372026-05-28T12:49:34.300Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28382026-05-28T12:49:37.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
28392026-05-28T12:49:37.934Z
28402026-05-28T12:49:37.934Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/298)
28412026-05-28T12:49:38.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-05-28T12:49:38.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-05-28T12:49:38.629Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28442026-05-28T12:49:41.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
28452026-05-28T12:49:41.277Z
28462026-05-28T12:49:41.277Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/298)
28472026-05-28T12:49:41.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-05-28T12:49:41.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-05-28T12:49:41.971Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28502026-05-28T12:49:45.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28512026-05-28T12:49:45.394Z
28522026-05-28T12:49:45.395Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/298)
28532026-05-28T12:49:45.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-05-28T12:49:45.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-05-28T12:49:46.100Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28562026-05-28T12:49:49.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
28572026-05-28T12:49:49.571Z
28582026-05-28T12:49:49.571Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/298)
28592026-05-28T12:49:50.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602026-05-28T12:49:50.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612026-05-28T12:49:50.264Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28622026-05-28T12:49:52.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28632026-05-28T12:49:53.039Z
28642026-05-28T12:49:53.039Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/298)
28652026-05-28T12:49:53.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-05-28T12:49:53.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-05-28T12:49:53.736Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28682026-05-28T12:49:56.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s
28692026-05-28T12:49:56.571Z
28702026-05-28T12:49:56.571Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/298)
28712026-05-28T12:49:57.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722026-05-28T12:49:57.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732026-05-28T12:49:57.276Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28742026-05-28T12:50:00.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
28752026-05-28T12:50:00.909Z
28762026-05-28T12:50:00.909Zinfo: running `cargo check --bins` on oximeter (93/298)
28772026-05-28T12:50:01.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782026-05-28T12:50:01.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792026-05-28T12:50:01.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802026-05-28T12:50:01.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28812026-05-28T12:50:01.535Z
28822026-05-28T12:50:01.535Zinfo: running `cargo check --bins` on oximeter-schema (94/298)
28832026-05-28T12:50:02.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842026-05-28T12:50:02.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852026-05-28T12:50:02.197Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28862026-05-28T12:50:02.365Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28872026-05-28T12:50:02.380Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28882026-05-28T12:50:02.704Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28892026-05-28T12:50:05.598Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28902026-05-28T12:50:06.809Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28912026-05-28T12:50:07.020Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28922026-05-28T12:50:07.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.14s
28932026-05-28T12:50:07.870Z
28942026-05-28T12:50:07.871Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/298)
28952026-05-28T12:50:08.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962026-05-28T12:50:08.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972026-05-28T12:50:08.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982026-05-28T12:50:08.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28992026-05-28T12:50:08.494Z
29002026-05-28T12:50:08.494Zinfo: running `cargo check --bins` on oximeter-test-utils (96/298)
29012026-05-28T12:50:09.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022026-05-28T12:50:09.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032026-05-28T12:50:09.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042026-05-28T12:50:09.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29052026-05-28T12:50:09.169Z
29062026-05-28T12:50:09.169Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/298)
29072026-05-28T12:50:09.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082026-05-28T12:50:09.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092026-05-28T12:50:09.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102026-05-28T12:50:09.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29112026-05-28T12:50:09.795Z
29122026-05-28T12:50:09.796Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/298)
29132026-05-28T12:50:10.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-05-28T12:50:10.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-05-28T12:50:10.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162026-05-28T12:50:10.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29172026-05-28T12:50:10.425Z
29182026-05-28T12:50:10.425Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/298)
29192026-05-28T12:50:10.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-05-28T12:50:10.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-05-28T12:50:10.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29222026-05-28T12:50:10.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29232026-05-28T12:50:11.059Z
29242026-05-28T12:50:11.059Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/298)
29252026-05-28T12:50:11.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262026-05-28T12:50:11.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272026-05-28T12:50:11.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282026-05-28T12:50:11.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29292026-05-28T12:50:11.692Z
29302026-05-28T12:50:11.692Zinfo: running `cargo check --bins` on trust-quorum-types (101/298)
29312026-05-28T12:50:12.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322026-05-28T12:50:12.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332026-05-28T12:50:12.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29342026-05-28T12:50:12.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29352026-05-28T12:50:12.304Z
29362026-05-28T12:50:12.304Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/298)
29372026-05-28T12:50:12.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382026-05-28T12:50:12.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392026-05-28T12:50:12.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29402026-05-28T12:50:12.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29412026-05-28T12:50:12.939Z
29422026-05-28T12:50:12.940Zinfo: running `cargo check --bins` on update-engine (103/298)
29432026-05-28T12:50:13.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442026-05-28T12:50:13.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452026-05-28T12:50:13.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29462026-05-28T12:50:13.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29472026-05-28T12:50:13.554Z
29482026-05-28T12:50:13.554Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/298)
29492026-05-28T12:50:14.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502026-05-28T12:50:14.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512026-05-28T12:50:14.300Z Compiling crucible-workspace-hack v0.1.0
29522026-05-28T12:50:14.422Z Checking secrecy v0.10.3
29532026-05-28T12:50:14.429Z Compiling heapless v0.8.0
29542026-05-28T12:50:14.432Z Compiling toml_datetime v0.7.5+spec-1.1.0
29552026-05-28T12:50:14.444Z Compiling ingot-macros v0.1.1
29562026-05-28T12:50:14.454Z Checking hash32 v0.3.1
29572026-05-28T12:50:14.466Z Compiling smoltcp v0.11.0
29582026-05-28T12:50:14.466Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29592026-05-28T12:50:14.525Z Checking cobs v0.3.0
29602026-05-28T12:50:14.572Z Compiling thiserror-impl-no-std v2.0.2
29612026-05-28T12:50:14.662Z Compiling toml_edit v0.23.10+spec-1.0.0
29622026-05-28T12:50:14.665Z Checking universal-hash v0.5.1
29632026-05-28T12:50:14.671Z Checking half v2.7.1
29642026-05-28T12:50:14.767Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
29652026-05-28T12:50:14.823Z Checking ciborium-io v0.2.2
29662026-05-28T12:50:14.861Z Checking opaque-debug v0.3.1
29672026-05-28T12:50:14.914Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29682026-05-28T12:50:14.934Z Checking poly1305 v0.8.0
29692026-05-28T12:50:14.968Z Checking postcard v1.1.3
29702026-05-28T12:50:14.981Z Checking ciborium-ll v0.2.2
29712026-05-28T12:50:15.150Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29722026-05-28T12:50:15.194Z Checking password-hash v0.5.0
29732026-05-28T12:50:15.250Z Checking chacha20 v0.9.1
29742026-05-28T12:50:15.311Z Compiling proc-macro-crate v3.4.0
29752026-05-28T12:50:15.415Z Compiling proc-macro-crate v1.3.1
29762026-05-28T12:50:15.434Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
29772026-05-28T12:50:15.450Z Checking blake2 v0.10.6
29782026-05-28T12:50:15.670Z Checking aead v0.5.2
29792026-05-28T12:50:15.684Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29802026-05-28T12:50:15.754Z Checking thiserror-no-std v2.0.2
29812026-05-28T12:50:15.814Z Compiling foreign-types-macros v0.2.3
29822026-05-28T12:50:15.820Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29832026-05-28T12:50:15.839Z Checking cpufeatures v0.3.0
29842026-05-28T12:50:15.853Z Checking foreign-types-shared v0.3.1
29852026-05-28T12:50:15.866Z Compiling num_enum_derive v0.7.6
29862026-05-28T12:50:15.890Z Checking vsss-rs v3.3.4
29872026-05-28T12:50:15.910Z Checking chacha20 v0.10.0
29882026-05-28T12:50:15.939Z Compiling num_enum_derive v0.5.11
29892026-05-28T12:50:16.065Z Checking chacha20poly1305 v0.10.1
29902026-05-28T12:50:16.127Z Checking argon2 v0.5.3
29912026-05-28T12:50:16.193Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
29922026-05-28T12:50:16.397Z Checking foreign-types v0.5.0
29932026-05-28T12:50:16.450Z Checking ciborium v0.2.2
29942026-05-28T12:50:16.573Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29952026-05-28T12:50:16.594Z Checking tabwriter v1.4.1
29962026-05-28T12:50:16.737Z Checking byte-wrapper v0.1.0
29972026-05-28T12:50:16.857Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29982026-05-28T12:50:16.871Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29992026-05-28T12:50:16.904Z Checking num_enum v0.7.6
30002026-05-28T12:50:16.950Z Checking cstr-argument v0.1.2
30012026-05-28T12:50:16.964Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#201992c3)
30022026-05-28T12:50:16.996Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30032026-05-28T12:50:17.021Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
30042026-05-28T12:50:17.077Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30052026-05-28T12:50:17.198Z Checking num_enum v0.5.11
30062026-05-28T12:50:17.235Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30072026-05-28T12:50:17.240Z Checking ingot-types v0.1.2
30082026-05-28T12:50:17.252Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30092026-05-28T12:50:17.278Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30102026-05-28T12:50:17.291Z Checking rand v0.10.1
30112026-05-28T12:50:17.315Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
30122026-05-28T12:50:17.385Z Checking winnow v1.0.3
30132026-05-28T12:50:17.470Z Checking indent_write v2.2.0
30142026-05-28T12:50:17.665Z Checking colored v3.1.1
30152026-05-28T12:50:17.779Z Checking ingot v0.1.1
30162026-05-28T12:50:17.779Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30172026-05-28T12:50:17.779Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
30182026-05-28T12:50:17.788Z Compiling zone_cfg_derive v0.3.1
30192026-05-28T12:50:17.813Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
30202026-05-28T12:50:17.827Z Checking itertools v0.12.1
30212026-05-28T12:50:17.840Z Compiling num-derive v0.4.2
30222026-05-28T12:50:17.879Z Checking swrite v0.1.0
30232026-05-28T12:50:17.960Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30242026-05-28T12:50:17.988Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
30252026-05-28T12:50:18.120Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30262026-05-28T12:50:18.143Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30272026-05-28T12:50:18.351Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30282026-05-28T12:50:18.373Z Checking dropshot-api-manager-types v0.7.2
30292026-05-28T12:50:18.431Z Checking smf v0.2.3
30302026-05-28T12:50:18.448Z Checking nanorand v0.7.0
30312026-05-28T12:50:18.510Z Checking whoami v1.6.1
30322026-05-28T12:50:18.651Z Checking flume v0.11.1
30332026-05-28T12:50:18.666Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30342026-05-28T12:50:18.784Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30352026-05-28T12:50:18.840Z Checking zone v0.3.1
30362026-05-28T12:50:19.219Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30372026-05-28T12:50:20.191Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30382026-05-28T12:50:21.073Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30392026-05-28T12:50:24.265Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30402026-05-28T12:50:26.310Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30412026-05-28T12:50:27.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.84s
30422026-05-28T12:50:27.601Z
30432026-05-28T12:50:27.602Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/298)
30442026-05-28T12:50:28.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-05-28T12:50:28.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-05-28T12:50:28.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-05-28T12:50:28.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30482026-05-28T12:50:28.233Z
30492026-05-28T12:50:28.233Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/298)
30502026-05-28T12:50:28.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-05-28T12:50:28.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-05-28T12:50:28.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-05-28T12:50:28.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30542026-05-28T12:50:28.859Z
30552026-05-28T12:50:28.859Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/298)
30562026-05-28T12:50:29.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-05-28T12:50:29.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-05-28T12:50:29.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-05-28T12:50:29.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30602026-05-28T12:50:29.487Z
30612026-05-28T12:50:29.487Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/298)
30622026-05-28T12:50:30.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-05-28T12:50:30.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-05-28T12:50:30.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652026-05-28T12:50:30.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30662026-05-28T12:50:30.125Z
30672026-05-28T12:50:30.126Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/298)
30682026-05-28T12:50:30.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692026-05-28T12:50:30.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702026-05-28T12:50:30.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712026-05-28T12:50:30.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30722026-05-28T12:50:30.761Z
30732026-05-28T12:50:30.761Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/298)
30742026-05-28T12:50:31.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752026-05-28T12:50:31.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762026-05-28T12:50:31.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772026-05-28T12:50:31.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30782026-05-28T12:50:31.392Z
30792026-05-28T12:50:31.392Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/298)
30802026-05-28T12:50:31.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812026-05-28T12:50:31.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822026-05-28T12:50:31.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832026-05-28T12:50:31.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30842026-05-28T12:50:32.027Z
30852026-05-28T12:50:32.027Zinfo: running `cargo check --bins` on cockroach-admin-client (112/298)
30862026-05-28T12:50:32.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872026-05-28T12:50:32.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882026-05-28T12:50:32.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30892026-05-28T12:50:32.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30902026-05-28T12:50:32.644Z
30912026-05-28T12:50:32.645Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/298)
30922026-05-28T12:50:33.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932026-05-28T12:50:33.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942026-05-28T12:50:33.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952026-05-28T12:50:33.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30962026-05-28T12:50:33.273Z
30972026-05-28T12:50:33.273Zinfo: running `cargo check --bins` on dns-service-client (114/298)
30982026-05-28T12:50:33.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992026-05-28T12:50:33.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002026-05-28T12:50:33.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31012026-05-28T12:50:33.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31022026-05-28T12:50:33.901Z
31032026-05-28T12:50:33.901Zinfo: running `cargo check --bins` on installinator-client (115/298)
31042026-05-28T12:50:34.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052026-05-28T12:50:34.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062026-05-28T12:50:34.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31072026-05-28T12:50:34.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31082026-05-28T12:50:34.537Z
31092026-05-28T12:50:34.537Zinfo: running `cargo check --bins` on nexus-client (116/298)
31102026-05-28T12:50:35.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112026-05-28T12:50:35.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122026-05-28T12:50:35.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31132026-05-28T12:50:35.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31142026-05-28T12:50:35.206Z
31152026-05-28T12:50:35.206Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/298)
31162026-05-28T12:50:35.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172026-05-28T12:50:35.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182026-05-28T12:50:35.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31192026-05-28T12:50:35.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31202026-05-28T12:50:35.884Z
31212026-05-28T12:50:35.884Zinfo: running `cargo check --bins` on ntp-admin-client (118/298)
31222026-05-28T12:50:36.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-05-28T12:50:36.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-05-28T12:50:36.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-05-28T12:50:36.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31262026-05-28T12:50:36.502Z
31272026-05-28T12:50:36.503Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/298)
31282026-05-28T12:50:37.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-05-28T12:50:37.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-05-28T12:50:37.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-05-28T12:50:37.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31322026-05-28T12:50:37.119Z
31332026-05-28T12:50:37.119Zinfo: running `cargo check --bins` on oxide-client (120/298)
31342026-05-28T12:50:37.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-05-28T12:50:37.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-05-28T12:50:37.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-05-28T12:50:37.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31382026-05-28T12:50:37.736Z
31392026-05-28T12:50:37.737Zinfo: running `cargo check --bins` on oximeter-client (121/298)
31402026-05-28T12:50:38.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-05-28T12:50:38.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-05-28T12:50:38.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-05-28T12:50:38.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31442026-05-28T12:50:38.366Z
31452026-05-28T12:50:38.366Zinfo: running `cargo check --bins` on repo-depot-client (122/298)
31462026-05-28T12:50:38.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-05-28T12:50:38.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-05-28T12:50:38.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-05-28T12:50:38.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31502026-05-28T12:50:38.987Z
31512026-05-28T12:50:38.987Zinfo: running `cargo check --bins` on sled-agent-client (123/298)
31522026-05-28T12:50:39.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-05-28T12:50:39.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-05-28T12:50:39.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-05-28T12:50:39.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31562026-05-28T12:50:39.626Z
31572026-05-28T12:50:39.626Zinfo: running `cargo check --bins` on wicketd-client (124/298)
31582026-05-28T12:50:40.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-05-28T12:50:40.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-05-28T12:50:40.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612026-05-28T12:50:40.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31622026-05-28T12:50:40.282Z
31632026-05-28T12:50:40.282Zinfo: running `cargo check --bins` on installinator-common (125/298)
31642026-05-28T12:50:40.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-05-28T12:50:40.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-05-28T12:50:40.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672026-05-28T12:50:40.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31682026-05-28T12:50:40.932Z
31692026-05-28T12:50:40.932Zinfo: running `cargo check --bins` on installinator-common-versions (126/298)
31702026-05-28T12:50:41.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712026-05-28T12:50:41.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722026-05-28T12:50:41.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732026-05-28T12:50:41.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31742026-05-28T12:50:41.551Z
31752026-05-28T12:50:41.551Zinfo: running `cargo check --bins` on wicket-common (127/298)
31762026-05-28T12:50:42.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772026-05-28T12:50:42.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782026-05-28T12:50:42.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792026-05-28T12:50:42.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31802026-05-28T12:50:42.189Z
31812026-05-28T12:50:42.189Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/298)
31822026-05-28T12:50:46.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832026-05-28T12:50:46.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842026-05-28T12:50:46.176Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31852026-05-28T12:50:46.176Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31862026-05-28T12:50:46.176Z Checking csv-core v0.1.13
31872026-05-28T12:50:46.176Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31882026-05-28T12:50:46.176Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31892026-05-28T12:50:46.176Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31902026-05-28T12:50:46.176Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31912026-05-28T12:50:46.176Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31922026-05-28T12:50:46.176Z Checking csv v1.4.0
31932026-05-28T12:50:46.176Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31942026-05-28T12:50:46.176Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31952026-05-28T12:50:46.176Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31962026-05-28T12:50:46.176Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31972026-05-28T12:50:46.176Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31982026-05-28T12:50:46.176Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31992026-05-28T12:50:46.176Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32002026-05-28T12:50:46.176Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32012026-05-28T12:50:50.141Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32022026-05-28T12:50:50.673Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32032026-05-28T12:50:53.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.83s
32042026-05-28T12:50:53.227Z
32052026-05-28T12:50:53.227Zinfo: running `cargo check --bins` on cockroach-admin-api (129/298)
32062026-05-28T12:50:53.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-05-28T12:50:53.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-05-28T12:50:53.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092026-05-28T12:50:53.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32102026-05-28T12:50:53.853Z
32112026-05-28T12:50:53.853Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/298)
32122026-05-28T12:50:54.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-05-28T12:50:54.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-05-28T12:50:54.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-05-28T12:50:54.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32162026-05-28T12:50:54.571Z
32172026-05-28T12:50:54.571Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/298)
32182026-05-28T12:50:55.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-05-28T12:50:55.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-05-28T12:50:55.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212026-05-28T12:50:55.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32222026-05-28T12:50:55.288Z
32232026-05-28T12:50:55.288Zinfo: running `cargo check --bins` on gateway-test-utils (132/298)
32242026-05-28T12:50:55.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-05-28T12:50:55.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-05-28T12:50:55.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32272026-05-28T12:50:55.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32282026-05-28T12:50:55.981Z
32292026-05-28T12:50:55.982Zinfo: running `cargo check --bins` on omicron-gateway (133/298)
32302026-05-28T12:50:56.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-05-28T12:50:56.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-05-28T12:50:56.861Z Compiling regress v0.11.1
32332026-05-28T12:50:57.037Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32342026-05-28T12:50:57.040Z Compiling unsafe-libyaml v0.2.11
32352026-05-28T12:50:57.040Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32362026-05-28T12:50:57.040Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
32372026-05-28T12:50:57.041Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32382026-05-28T12:50:57.041Z Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32392026-05-28T12:50:57.270Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32402026-05-28T12:50:57.321Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
32412026-05-28T12:50:57.401Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32422026-05-28T12:50:57.470Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32432026-05-28T12:50:57.869Z Compiling serde_yaml v0.9.34+deprecated
32442026-05-28T12:50:58.015Z Compiling semver v0.1.20
32452026-05-28T12:50:58.300Z Compiling rustc_version v0.1.7
32462026-05-28T12:50:58.530Z Compiling typify-impl v0.6.2
32472026-05-28T12:50:58.564Z Compiling cancel-safe-futures v0.1.5
32482026-05-28T12:50:58.581Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32492026-05-28T12:50:58.757Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
32502026-05-28T12:50:58.774Z Compiling owo-colors v4.3.0
32512026-05-28T12:50:58.860Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32522026-05-28T12:50:58.877Z Compiling newtype_derive v0.1.6
32532026-05-28T12:50:59.069Z Checking libsw-core v0.3.2
32542026-05-28T12:50:59.226Z Checking libsw v3.5.0
32552026-05-28T12:50:59.381Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32562026-05-28T12:50:59.721Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32572026-05-28T12:50:59.891Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32582026-05-28T12:51:00.188Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32592026-05-28T12:51:00.205Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32602026-05-28T12:51:00.221Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32612026-05-28T12:51:00.467Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32622026-05-28T12:51:00.668Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
32632026-05-28T12:51:00.744Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32642026-05-28T12:51:00.818Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32652026-05-28T12:51:00.847Z Checking linear-map v1.2.0
32662026-05-28T12:51:00.992Z Checking tagptr v0.2.0
32672026-05-28T12:51:01.009Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32682026-05-28T12:51:01.024Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
32692026-05-28T12:51:01.118Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32702026-05-28T12:51:01.136Z Checking moka v0.12.13
32712026-05-28T12:51:01.180Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32722026-05-28T12:51:01.320Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32732026-05-28T12:51:01.336Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32742026-05-28T12:51:01.468Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32752026-05-28T12:51:01.579Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32762026-05-28T12:51:01.596Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32772026-05-28T12:51:01.689Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32782026-05-28T12:51:01.732Z Checking smawk v0.3.2
32792026-05-28T12:51:01.777Z Checking unicode-linebreak v0.1.5
32802026-05-28T12:51:01.864Z Checking hickory-resolver v0.25.2
32812026-05-28T12:51:01.881Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32822026-05-28T12:51:01.929Z Checking steno v0.4.1
32832026-05-28T12:51:01.995Z Checking textwrap v0.16.2
32842026-05-28T12:51:02.012Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32852026-05-28T12:51:02.056Z Compiling num-derive v0.3.3
32862026-05-28T12:51:02.215Z Compiling radium v0.7.0
32872026-05-28T12:51:02.536Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32882026-05-28T12:51:02.582Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32892026-05-28T12:51:02.789Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605)
32902026-05-28T12:51:02.968Z Checking nom v8.0.0
32912026-05-28T12:51:02.997Z Checking libscf-sys v1.1.0
32922026-05-28T12:51:03.025Z Compiling maybe-uninit v2.0.0
32932026-05-28T12:51:03.114Z Compiling typify-macro v0.6.2
32942026-05-28T12:51:03.136Z Checking tap v1.0.1
32952026-05-28T12:51:03.190Z Checking ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605)
32962026-05-28T12:51:03.250Z Checking wyz v0.5.1
32972026-05-28T12:51:03.294Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
32982026-05-28T12:51:03.369Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32992026-05-28T12:51:03.440Z Compiling zerocopy-derive v0.6.6
33002026-05-28T12:51:03.505Z Checking funty v2.0.0
33012026-05-28T12:51:03.532Z Checking crc-catalog v2.4.0
33022026-05-28T12:51:03.630Z Compiling packed_struct v0.10.1
33032026-05-28T12:51:03.646Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33042026-05-28T12:51:03.831Z Checking bitvec v1.0.1
33052026-05-28T12:51:03.919Z Checking crc v3.4.0
33062026-05-28T12:51:04.178Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33072026-05-28T12:51:04.285Z Checking zerocopy v0.6.6
33082026-05-28T12:51:04.585Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33092026-05-28T12:51:04.717Z Compiling packed_struct_codegen v0.10.1
33102026-05-28T12:51:04.854Z Compiling typify v0.6.2
33112026-05-28T12:51:04.904Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605)
33122026-05-28T12:51:04.933Z Compiling bitfield-macros v0.19.4
33132026-05-28T12:51:04.970Z Compiling progenitor-impl v0.13.0
33142026-05-28T12:51:04.997Z Compiling progenitor-impl v0.14.0
33152026-05-28T12:51:05.721Z Compiling indexmap v1.9.3
33162026-05-28T12:51:05.811Z Checking nodrop v0.1.14
33172026-05-28T12:51:05.912Z Checking array-init v0.0.4
33182026-05-28T12:51:06.040Z Checking bitfield v0.19.4
33192026-05-28T12:51:06.067Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33202026-05-28T12:51:06.215Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33212026-05-28T12:51:06.309Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33222026-05-28T12:51:06.400Z Checking smallvec v0.6.14
33232026-05-28T12:51:06.549Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33242026-05-28T12:51:06.598Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33252026-05-28T12:51:06.684Z Checking hashbrown v0.12.3
33262026-05-28T12:51:06.715Z Checking base64 v0.21.7
33272026-05-28T12:51:06.734Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33282026-05-28T12:51:06.991Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33292026-05-28T12:51:07.024Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33302026-05-28T12:51:07.202Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33312026-05-28T12:51:07.309Z Checking ron v0.8.1
33322026-05-28T12:51:07.423Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33332026-05-28T12:51:07.643Z Compiling progenitor-macro v0.13.0
33342026-05-28T12:51:07.660Z Compiling progenitor-macro v0.14.0
33352026-05-28T12:51:07.796Z Checking serde-hex v0.1.0
33362026-05-28T12:51:07.905Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33372026-05-28T12:51:08.074Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33382026-05-28T12:51:08.243Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605)
33392026-05-28T12:51:08.290Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33402026-05-28T12:51:08.353Z Checking hashbrown v0.13.2
33412026-05-28T12:51:08.662Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33422026-05-28T12:51:08.793Z Checking crc-any v2.5.0
33432026-05-28T12:51:08.883Z Checking object v0.30.4
33442026-05-28T12:51:08.947Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33452026-05-28T12:51:08.977Z Checking utf-8 v0.7.6
33462026-05-28T12:51:09.118Z Checking path-slash v0.1.5
33472026-05-28T12:51:09.122Z Checking void v1.0.2
33482026-05-28T12:51:09.232Z Checking half v1.8.3
33492026-05-28T12:51:09.249Z Checking lzss v0.8.2
33502026-05-28T12:51:09.307Z Checking tungstenite v0.23.0
33512026-05-28T12:51:09.434Z Checking serde_cbor v0.11.2
33522026-05-28T12:51:09.574Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33532026-05-28T12:51:09.591Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33542026-05-28T12:51:09.729Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33552026-05-28T12:51:09.757Z Checking nix v0.27.1
33562026-05-28T12:51:09.820Z Checking kstat-rs v0.2.4
33572026-05-28T12:51:09.983Z Checking fxhash v0.2.1
33582026-05-28T12:51:10.005Z Checking serde_bytes v0.11.19
33592026-05-28T12:51:10.021Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33602026-05-28T12:51:10.111Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33612026-05-28T12:51:10.185Z Checking tokio-tungstenite v0.23.1
33622026-05-28T12:51:10.271Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33632026-05-28T12:51:10.381Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33642026-05-28T12:51:10.425Z Checking signal-hook-tokio v0.3.1
33652026-05-28T12:51:11.331Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33662026-05-28T12:51:11.648Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33672026-05-28T12:51:11.969Z Checking progenitor v0.13.0
33682026-05-28T12:51:12.014Z Checking progenitor v0.14.0
33692026-05-28T12:51:12.092Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33702026-05-28T12:51:12.138Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33712026-05-28T12:51:12.141Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33722026-05-28T12:51:15.218Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33732026-05-28T12:51:22.799Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33742026-05-28T12:51:29.189Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33752026-05-28T12:51:30.604Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33762026-05-28T12:51:31.117Z Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605)
33772026-05-28T12:51:31.718Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605)
33782026-05-28T12:51:34.595Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33792026-05-28T12:51:42.624Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33802026-05-28T12:51:49.115Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33812026-05-28T12:51:50.636Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33822026-05-28T12:51:51.217Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33832026-05-28T12:51:53.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.49s
33842026-05-28T12:51:53.694Z
33852026-05-28T12:51:53.694Zinfo: running `cargo check --bins` on gateway-api (134/298)
33862026-05-28T12:51:54.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872026-05-28T12:51:54.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882026-05-28T12:51:54.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892026-05-28T12:51:54.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33902026-05-28T12:51:54.328Z
33912026-05-28T12:51:54.328Zinfo: running `cargo check --bins` on ipcc (135/298)
33922026-05-28T12:51:54.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932026-05-28T12:51:54.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942026-05-28T12:51:54.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952026-05-28T12:51:54.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33962026-05-28T12:51:54.963Z
33972026-05-28T12:51:54.963Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/298)
33982026-05-28T12:51:55.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992026-05-28T12:51:55.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002026-05-28T12:51:55.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012026-05-28T12:51:55.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34022026-05-28T12:51:55.582Z
34032026-05-28T12:51:55.582Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/298)
34042026-05-28T12:51:56.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052026-05-28T12:51:56.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062026-05-28T12:51:56.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072026-05-28T12:51:56.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34082026-05-28T12:51:56.234Z
34092026-05-28T12:51:56.234Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/298)
34102026-05-28T12:51:56.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112026-05-28T12:51:56.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122026-05-28T12:51:56.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132026-05-28T12:51:56.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34142026-05-28T12:51:56.865Z
34152026-05-28T12:51:56.865Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/298)
34162026-05-28T12:51:57.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172026-05-28T12:51:57.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182026-05-28T12:51:57.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34192026-05-28T12:51:57.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34202026-05-28T12:51:57.500Z
34212026-05-28T12:51:57.500Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/298)
34222026-05-28T12:51:58.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232026-05-28T12:51:58.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242026-05-28T12:51:58.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252026-05-28T12:51:58.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34262026-05-28T12:51:58.141Z
34272026-05-28T12:51:58.141Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/298)
34282026-05-28T12:51:58.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292026-05-28T12:51:58.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302026-05-28T12:51:58.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34312026-05-28T12:51:58.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34322026-05-28T12:51:58.790Z
34332026-05-28T12:51:58.790Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/298)
34342026-05-28T12:51:59.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352026-05-28T12:51:59.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362026-05-28T12:51:59.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34372026-05-28T12:51:59.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34382026-05-28T12:51:59.415Z
34392026-05-28T12:51:59.415Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/298)
34402026-05-28T12:51:59.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412026-05-28T12:51:59.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422026-05-28T12:51:59.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432026-05-28T12:51:59.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34442026-05-28T12:52:00.045Z
34452026-05-28T12:52:00.045Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/298)
34462026-05-28T12:52:00.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472026-05-28T12:52:00.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482026-05-28T12:52:00.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34492026-05-28T12:52:00.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34502026-05-28T12:52:00.677Z
34512026-05-28T12:52:00.677Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/298)
34522026-05-28T12:52:01.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532026-05-28T12:52:01.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542026-05-28T12:52:01.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34552026-05-28T12:52:01.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34562026-05-28T12:52:01.307Z
34572026-05-28T12:52:01.308Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/298)
34582026-05-28T12:52:01.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592026-05-28T12:52:01.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602026-05-28T12:52:01.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34612026-05-28T12:52:01.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34622026-05-28T12:52:01.944Z
34632026-05-28T12:52:01.944Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/298)
34642026-05-28T12:52:02.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-05-28T12:52:02.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-05-28T12:52:02.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672026-05-28T12:52:02.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34682026-05-28T12:52:02.578Z
34692026-05-28T12:52:02.578Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/298)
34702026-05-28T12:52:03.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-05-28T12:52:03.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-05-28T12:52:03.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732026-05-28T12:52:03.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34742026-05-28T12:52:03.223Z
34752026-05-28T12:52:03.223Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/298)
34762026-05-28T12:52:03.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-05-28T12:52:03.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-05-28T12:52:03.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34792026-05-28T12:52:03.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34802026-05-28T12:52:03.874Z
34812026-05-28T12:52:03.874Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/298)
34822026-05-28T12:52:04.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-05-28T12:52:04.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-05-28T12:52:04.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852026-05-28T12:52:04.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34862026-05-28T12:52:04.522Z
34872026-05-28T12:52:04.522Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/298)
34882026-05-28T12:52:05.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892026-05-28T12:52:05.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902026-05-28T12:52:05.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912026-05-28T12:52:05.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34922026-05-28T12:52:05.175Z
34932026-05-28T12:52:05.175Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/298)
34942026-05-28T12:52:05.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952026-05-28T12:52:05.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962026-05-28T12:52:05.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972026-05-28T12:52:05.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34982026-05-28T12:52:05.831Z
34992026-05-28T12:52:05.831Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/298)
35002026-05-28T12:52:06.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-05-28T12:52:06.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-05-28T12:52:06.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-05-28T12:52:06.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35042026-05-28T12:52:06.487Z
35052026-05-28T12:52:06.487Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/298)
35062026-05-28T12:52:07.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-05-28T12:52:07.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-05-28T12:52:07.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-05-28T12:52:07.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35102026-05-28T12:52:07.148Z
35112026-05-28T12:52:07.149Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/298)
35122026-05-28T12:52:07.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-05-28T12:52:07.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-05-28T12:52:07.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-05-28T12:52:07.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35162026-05-28T12:52:07.807Z
35172026-05-28T12:52:07.807Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/298)
35182026-05-28T12:52:08.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-05-28T12:52:08.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-05-28T12:52:08.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-05-28T12:52:08.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35222026-05-28T12:52:08.465Z
35232026-05-28T12:52:08.465Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/298)
35242026-05-28T12:52:09.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-05-28T12:52:09.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-05-28T12:52:09.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-05-28T12:52:09.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35282026-05-28T12:52:09.123Z
35292026-05-28T12:52:09.123Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/298)
35302026-05-28T12:52:09.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-05-28T12:52:09.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-05-28T12:52:09.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-05-28T12:52:09.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35342026-05-28T12:52:09.759Z
35352026-05-28T12:52:09.759Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/298)
35362026-05-28T12:52:10.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-05-28T12:52:10.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-05-28T12:52:10.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-05-28T12:52:10.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35402026-05-28T12:52:10.400Z
35412026-05-28T12:52:10.400Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/298)
35422026-05-28T12:52:10.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-05-28T12:52:10.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-05-28T12:52:10.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-05-28T12:52:10.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35462026-05-28T12:52:11.033Z
35472026-05-28T12:52:11.033Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/298)
35482026-05-28T12:52:11.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-05-28T12:52:11.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-05-28T12:52:11.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-05-28T12:52:11.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35522026-05-28T12:52:11.672Z
35532026-05-28T12:52:11.673Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/298)
35542026-05-28T12:52:12.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-05-28T12:52:12.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-05-28T12:52:12.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-05-28T12:52:12.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35582026-05-28T12:52:12.310Z
35592026-05-28T12:52:12.310Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/298)
35602026-05-28T12:52:12.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-05-28T12:52:12.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-05-28T12:52:12.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-05-28T12:52:12.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35642026-05-28T12:52:12.948Z
35652026-05-28T12:52:12.948Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/298)
35662026-05-28T12:52:13.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-05-28T12:52:13.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-05-28T12:52:13.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-05-28T12:52:13.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35702026-05-28T12:52:13.586Z
35712026-05-28T12:52:13.586Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/298)
35722026-05-28T12:52:14.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-05-28T12:52:14.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-05-28T12:52:14.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752026-05-28T12:52:14.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35762026-05-28T12:52:14.218Z
35772026-05-28T12:52:14.218Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/298)
35782026-05-28T12:52:14.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-05-28T12:52:14.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-05-28T12:52:14.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-05-28T12:52:14.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35822026-05-28T12:52:14.871Z
35832026-05-28T12:52:14.871Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/298)
35842026-05-28T12:52:15.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-05-28T12:52:15.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-05-28T12:52:15.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-05-28T12:52:15.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35882026-05-28T12:52:15.530Z
35892026-05-28T12:52:15.530Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/298)
35902026-05-28T12:52:16.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-05-28T12:52:16.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-05-28T12:52:16.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-05-28T12:52:16.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35942026-05-28T12:52:16.182Z
35952026-05-28T12:52:16.182Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/298)
35962026-05-28T12:52:16.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-05-28T12:52:16.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-05-28T12:52:16.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-05-28T12:52:16.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36002026-05-28T12:52:16.840Z
36012026-05-28T12:52:16.840Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/298)
36022026-05-28T12:52:17.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-05-28T12:52:17.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-05-28T12:52:17.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-05-28T12:52:17.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36062026-05-28T12:52:17.495Z
36072026-05-28T12:52:17.495Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/298)
36082026-05-28T12:52:18.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-05-28T12:52:18.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-05-28T12:52:18.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-05-28T12:52:18.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36122026-05-28T12:52:18.146Z
36132026-05-28T12:52:18.146Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/298)
36142026-05-28T12:52:18.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-05-28T12:52:18.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-05-28T12:52:18.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-05-28T12:52:18.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36182026-05-28T12:52:18.800Z
36192026-05-28T12:52:18.800Zinfo: running `cargo check --bins` on oximeter-producer (173/298)
36202026-05-28T12:52:19.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-05-28T12:52:19.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-05-28T12:52:19.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-05-28T12:52:19.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
36242026-05-28T12:52:19.482Z
36252026-05-28T12:52:19.482Zinfo: running `cargo check --bins` on internal-dns-resolver (174/298)
36262026-05-28T12:52:20.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-05-28T12:52:20.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-05-28T12:52:20.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-05-28T12:52:20.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36302026-05-28T12:52:20.124Z
36312026-05-28T12:52:20.124Zinfo: running `cargo check --bins` on dns-server (175/298)
36322026-05-28T12:52:20.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-05-28T12:52:20.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-05-28T12:52:20.814Z Compiling parking_lot_core v0.8.6
36352026-05-28T12:52:20.814Z Compiling atomicwrites v0.4.4
36362026-05-28T12:52:20.817Z Compiling git-stub v1.0.0
36372026-05-28T12:52:20.817Z Checking prefix-trie v0.7.0
36382026-05-28T12:52:20.817Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
36392026-05-28T12:52:21.064Z Compiling git-stub-vcs v0.1.0
36402026-05-28T12:52:21.244Z Checking hickory-server v0.25.2
36412026-05-28T12:52:21.329Z Checking parking_lot v0.11.2
36422026-05-28T12:52:21.344Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36432026-05-28T12:52:21.417Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36442026-05-28T12:52:21.417Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
36452026-05-28T12:52:21.499Z Checking sled v0.34.7
36462026-05-28T12:52:23.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
36472026-05-28T12:52:23.582Z
36482026-05-28T12:52:23.582Zinfo: running `cargo check --bins` on dns-server-api (176/298)
36492026-05-28T12:52:24.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502026-05-28T12:52:24.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512026-05-28T12:52:24.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36522026-05-28T12:52:24.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36532026-05-28T12:52:24.216Z
36542026-05-28T12:52:24.216Zinfo: running `cargo check --bins` on oximeter-producer-api (177/298)
36552026-05-28T12:52:24.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562026-05-28T12:52:24.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572026-05-28T12:52:24.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36582026-05-28T12:52:24.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36592026-05-28T12:52:24.850Z
36602026-05-28T12:52:24.850Zinfo: running `cargo check --bins` on sp-sim (178/298)
36612026-05-28T12:52:25.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36622026-05-28T12:52:25.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36632026-05-28T12:52:25.629Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36642026-05-28T12:52:27.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.73s
36652026-05-28T12:52:27.804Z
36662026-05-28T12:52:27.804Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/298)
36672026-05-28T12:52:28.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36682026-05-28T12:52:28.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36692026-05-28T12:52:28.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36702026-05-28T12:52:28.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
36712026-05-28T12:52:28.490Z
36722026-05-28T12:52:28.490Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/298)
36732026-05-28T12:52:29.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36742026-05-28T12:52:29.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36752026-05-28T12:52:29.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36762026-05-28T12:52:29.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
36772026-05-28T12:52:29.185Z
36782026-05-28T12:52:29.185Zinfo: running `cargo check --bins` on db-macros (181/298)
36792026-05-28T12:52:29.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36802026-05-28T12:52:29.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36812026-05-28T12:52:29.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36822026-05-28T12:52:29.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36832026-05-28T12:52:29.801Z
36842026-05-28T12:52:29.801Zinfo: running `cargo check --bins` on nexus-macros-common (182/298)
36852026-05-28T12:52:30.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36862026-05-28T12:52:30.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36872026-05-28T12:52:30.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36882026-05-28T12:52:30.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36892026-05-28T12:52:30.423Z
36902026-05-28T12:52:30.423Zinfo: running `cargo check --bins` on nexus-auth (183/298)
36912026-05-28T12:52:31.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36922026-05-28T12:52:31.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36932026-05-28T12:52:31.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36942026-05-28T12:52:31.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
36952026-05-28T12:52:31.113Z
36962026-05-28T12:52:31.113Zinfo: running `cargo check --bins` on authz-macros (184/298)
36972026-05-28T12:52:31.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36982026-05-28T12:52:31.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36992026-05-28T12:52:31.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37002026-05-28T12:52:31.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37012026-05-28T12:52:31.732Z
37022026-05-28T12:52:31.733Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/298)
37032026-05-28T12:52:32.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37042026-05-28T12:52:32.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37052026-05-28T12:52:32.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37062026-05-28T12:52:32.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
37072026-05-28T12:52:32.416Z
37082026-05-28T12:52:32.416Zinfo: running `cargo check --bins` on nexus-db-model (186/298)
37092026-05-28T12:52:32.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37102026-05-28T12:52:32.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37112026-05-28T12:52:32.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37122026-05-28T12:52:33.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
37132026-05-28T12:52:33.102Z
37142026-05-28T12:52:33.102Zinfo: running `cargo check --bins` on nexus-db-schema (187/298)
37152026-05-28T12:52:33.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162026-05-28T12:52:33.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172026-05-28T12:52:33.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37182026-05-28T12:52:33.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37192026-05-28T12:52:33.721Z
37202026-05-28T12:52:33.721Zinfo: running `cargo check --bins` on omicron-rpaths (188/298)
37212026-05-28T12:52:34.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-05-28T12:52:34.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-05-28T12:52:34.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37242026-05-28T12:52:34.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37252026-05-28T12:52:34.341Z
37262026-05-28T12:52:34.341Zinfo: running `cargo check --bins` on nexus-defaults (189/298)
37272026-05-28T12:52:34.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-05-28T12:52:34.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-05-28T12:52:34.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37302026-05-28T12:52:34.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37312026-05-28T12:52:34.976Z
37322026-05-28T12:52:34.976Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/298)
37332026-05-28T12:52:35.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-05-28T12:52:35.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-05-28T12:52:35.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37362026-05-28T12:52:35.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37372026-05-28T12:52:35.598Z
37382026-05-28T12:52:35.598Zinfo: running `cargo check --bins` on parallel-task-set (191/298)
37392026-05-28T12:52:36.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-05-28T12:52:36.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-05-28T12:52:36.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37422026-05-28T12:52:36.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37432026-05-28T12:52:36.217Z
37442026-05-28T12:52:36.217Zinfo: running `cargo check --bins` on nexus-db-errors (192/298)
37452026-05-28T12:52:36.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462026-05-28T12:52:36.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472026-05-28T12:52:36.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37482026-05-28T12:52:36.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
37492026-05-28T12:52:36.897Z
37502026-05-28T12:52:36.898Zinfo: running `cargo check --bins` on nexus-db-lookup (193/298)
37512026-05-28T12:52:37.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37522026-05-28T12:52:37.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37532026-05-28T12:52:37.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37542026-05-28T12:52:37.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
37552026-05-28T12:52:37.587Z
37562026-05-28T12:52:37.587Zinfo: running `cargo check --bins` on nexus-inventory (194/298)
37572026-05-28T12:52:38.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-05-28T12:52:38.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-05-28T12:52:38.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37602026-05-28T12:52:38.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
37612026-05-28T12:52:38.269Z
37622026-05-28T12:52:38.269Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/298)
37632026-05-28T12:52:38.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-05-28T12:52:38.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-05-28T12:52:38.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37662026-05-28T12:52:38.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
37672026-05-28T12:52:38.915Z
37682026-05-28T12:52:38.915Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/298)
37692026-05-28T12:52:39.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-05-28T12:52:39.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-05-28T12:52:39.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37722026-05-28T12:52:39.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
37732026-05-28T12:52:39.568Z
37742026-05-28T12:52:39.568Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/298)
37752026-05-28T12:52:40.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762026-05-28T12:52:40.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772026-05-28T12:52:40.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37782026-05-28T12:52:40.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
37792026-05-28T12:52:40.213Z
37802026-05-28T12:52:40.213Zinfo: running `cargo check --bins` on key-manager (198/298)
37812026-05-28T12:52:40.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37822026-05-28T12:52:40.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37832026-05-28T12:52:40.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37842026-05-28T12:52:40.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37852026-05-28T12:52:40.837Z
37862026-05-28T12:52:40.837Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/298)
37872026-05-28T12:52:41.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37882026-05-28T12:52:41.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37892026-05-28T12:52:41.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37902026-05-28T12:52:41.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
37912026-05-28T12:52:41.486Z
37922026-05-28T12:52:41.486Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/298)
37932026-05-28T12:52:42.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37942026-05-28T12:52:42.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37952026-05-28T12:52:42.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37962026-05-28T12:52:42.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
37972026-05-28T12:52:42.134Z
37982026-05-28T12:52:42.134Zinfo: running `cargo check --bins` on typed-rng (201/298)
37992026-05-28T12:52:42.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38002026-05-28T12:52:42.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38012026-05-28T12:52:42.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38022026-05-28T12:52:42.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38032026-05-28T12:52:42.749Z
38042026-05-28T12:52:42.749Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/298)
38052026-05-28T12:52:43.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38062026-05-28T12:52:43.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38072026-05-28T12:52:43.646Z Compiling libefi-sys v0.1.0
38082026-05-28T12:52:43.649Z Compiling bitfield-struct v0.6.2
38092026-05-28T12:52:43.786Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38102026-05-28T12:52:43.804Z Compiling xshell-macros v0.2.7
38112026-05-28T12:52:43.813Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38122026-05-28T12:52:43.828Z Compiling typify-impl v0.4.3
38132026-05-28T12:52:43.831Z Compiling salty v0.3.0
38142026-05-28T12:52:43.858Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
38152026-05-28T12:52:43.872Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
38162026-05-28T12:52:43.985Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38172026-05-28T12:52:44.142Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38182026-05-28T12:52:44.156Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
38192026-05-28T12:52:44.171Z Checking xshell v0.2.7
38202026-05-28T12:52:44.313Z Checking primeorder v0.13.6
38212026-05-28T12:52:44.329Z Compiling proc-macro-error-attr2 v2.0.0
38222026-05-28T12:52:44.344Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
38232026-05-28T12:52:44.358Z Checking tungstenite v0.21.0
38242026-05-28T12:52:44.395Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38252026-05-28T12:52:44.549Z Checking p384 v0.13.1
38262026-05-28T12:52:44.565Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38272026-05-28T12:52:44.631Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38282026-05-28T12:52:44.695Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38292026-05-28T12:52:44.711Z Compiling proc-macro-error2 v2.0.1
38302026-05-28T12:52:44.773Z Checking tokio-tungstenite v0.21.0
38312026-05-28T12:52:44.866Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38322026-05-28T12:52:45.022Z Compiling tabled_derive v0.11.0
38332026-05-28T12:52:45.049Z Checking papergrid v0.17.0
38342026-05-28T12:52:45.067Z Checking testing_table v0.3.0
38352026-05-28T12:52:45.092Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
38362026-05-28T12:52:45.163Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
38372026-05-28T12:52:45.210Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38382026-05-28T12:52:45.368Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
38392026-05-28T12:52:45.406Z Compiling illumos-nvpair-sys v0.2.0
38402026-05-28T12:52:45.567Z Compiling unicase v2.9.0
38412026-05-28T12:52:45.595Z Checking corncobs v0.1.4
38422026-05-28T12:52:45.719Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38432026-05-28T12:52:45.736Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38442026-05-28T12:52:45.768Z Compiling mime_guess v2.0.5
38452026-05-28T12:52:45.838Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38462026-05-28T12:52:45.853Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605)
38472026-05-28T12:52:45.868Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
38482026-05-28T12:52:45.986Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38492026-05-28T12:52:46.168Z Checking tabled v0.20.0
38502026-05-28T12:52:46.185Z Checking progenitor-client v0.11.2
38512026-05-28T12:52:46.199Z Checking secrecy v0.8.0
38522026-05-28T12:52:46.304Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38532026-05-28T12:52:46.382Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38542026-05-28T12:52:46.419Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38552026-05-28T12:52:46.462Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38562026-05-28T12:52:46.644Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
38572026-05-28T12:52:46.732Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38582026-05-28T12:52:46.773Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38592026-05-28T12:52:46.826Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38602026-05-28T12:52:46.881Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38612026-05-28T12:52:46.999Z Checking filetime v0.2.27
38622026-05-28T12:52:47.140Z Checking crc8 v0.1.1
38632026-05-28T12:52:47.215Z Checking xattr v1.6.1
38642026-05-28T12:52:47.232Z Checking http-range v0.1.5
38652026-05-28T12:52:47.344Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-05-28T12:52:47.361Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38672026-05-28T12:52:47.367Z Checking tar v0.4.45
38682026-05-28T12:52:47.540Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38692026-05-28T12:52:47.563Z Checking illumos-nvpair v0.3.0
38702026-05-28T12:52:47.726Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38712026-05-28T12:52:47.748Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38722026-05-28T12:52:47.800Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38732026-05-28T12:52:48.040Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38742026-05-28T12:52:48.119Z Checking atty v0.2.14
38752026-05-28T12:52:48.155Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38762026-05-28T12:52:48.224Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
38772026-05-28T12:52:48.245Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38782026-05-28T12:52:48.300Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38792026-05-28T12:52:48.330Z Compiling typify-macro v0.4.3
38802026-05-28T12:52:48.412Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38812026-05-28T12:52:48.502Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38822026-05-28T12:52:48.573Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38832026-05-28T12:52:48.631Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38842026-05-28T12:52:48.799Z Checking hyper-staticfile v0.10.1
38852026-05-28T12:52:48.839Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38862026-05-28T12:52:48.862Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38872026-05-28T12:52:49.095Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38882026-05-28T12:52:49.113Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38892026-05-28T12:52:49.368Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38902026-05-28T12:52:49.391Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38912026-05-28T12:52:49.656Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38922026-05-28T12:52:49.929Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38932026-05-28T12:52:50.022Z Compiling typify v0.4.3
38942026-05-28T12:52:50.144Z Compiling progenitor-impl v0.11.2
38952026-05-28T12:52:50.457Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38962026-05-28T12:52:50.966Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38972026-05-28T12:52:51.379Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38982026-05-28T12:52:51.722Z Compiling progenitor-macro v0.11.2
38992026-05-28T12:52:53.865Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
39002026-05-28T12:52:54.165Z Checking progenitor v0.11.2
39012026-05-28T12:52:54.294Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
39022026-05-28T12:52:58.970Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
39032026-05-28T12:53:10.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.51s
39042026-05-28T12:53:10.501Z
39052026-05-28T12:53:10.501Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/298)
39062026-05-28T12:53:11.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39072026-05-28T12:53:11.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39082026-05-28T12:53:11.352Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39092026-05-28T12:53:22.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.74s
39102026-05-28T12:53:22.475Z
39112026-05-28T12:53:22.475Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/298)
39122026-05-28T12:53:23.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39132026-05-28T12:53:23.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39142026-05-28T12:53:23.314Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39152026-05-28T12:53:34.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.86s
39162026-05-28T12:53:34.566Z
39172026-05-28T12:53:34.566Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/298)
39182026-05-28T12:53:35.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39192026-05-28T12:53:35.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39202026-05-28T12:53:35.413Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39212026-05-28T12:53:46.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.80s
39222026-05-28T12:53:46.599Z
39232026-05-28T12:53:46.599Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/298)
39242026-05-28T12:53:47.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39252026-05-28T12:53:47.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39262026-05-28T12:53:47.446Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39272026-05-28T12:53:58.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.80s
39282026-05-28T12:53:58.631Z
39292026-05-28T12:53:58.631Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/298)
39302026-05-28T12:53:59.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39312026-05-28T12:53:59.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39322026-05-28T12:53:59.465Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39332026-05-28T12:54:10.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.72s
39342026-05-28T12:54:10.580Z
39352026-05-28T12:54:10.580Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/298)
39362026-05-28T12:54:11.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39372026-05-28T12:54:11.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39382026-05-28T12:54:11.425Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39392026-05-28T12:54:22.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.73s
39402026-05-28T12:54:22.545Z
39412026-05-28T12:54:22.545Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/298)
39422026-05-28T12:54:23.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-05-28T12:54:23.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-05-28T12:54:23.392Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39452026-05-28T12:54:34.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.73s
39462026-05-28T12:54:34.514Z
39472026-05-28T12:54:34.515Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/298)
39482026-05-28T12:54:35.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-05-28T12:54:35.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-05-28T12:54:35.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39512026-05-28T12:54:35.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39522026-05-28T12:54:35.158Z
39532026-05-28T12:54:35.159Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/298)
39542026-05-28T12:54:35.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39552026-05-28T12:54:35.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39562026-05-28T12:54:35.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39572026-05-28T12:54:35.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39582026-05-28T12:54:35.814Z
39592026-05-28T12:54:35.814Zinfo: running `cargo check --bins` on range-requests (212/298)
39602026-05-28T12:54:36.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39612026-05-28T12:54:36.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39622026-05-28T12:54:36.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39632026-05-28T12:54:36.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39642026-05-28T12:54:36.446Z
39652026-05-28T12:54:36.446Zinfo: running `cargo check --bins` on repo-depot-api (213/298)
39662026-05-28T12:54:36.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39672026-05-28T12:54:36.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39682026-05-28T12:54:36.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39692026-05-28T12:54:36.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39702026-05-28T12:54:37.085Z
39712026-05-28T12:54:37.085Zinfo: running `cargo check --bins` on sled-agent-api (214/298)
39722026-05-28T12:54:37.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39732026-05-28T12:54:37.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39742026-05-28T12:54:37.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39752026-05-28T12:54:37.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39762026-05-28T12:54:37.750Z
39772026-05-28T12:54:37.750Zinfo: running `cargo check --bins` on sled-diagnostics (215/298)
39782026-05-28T12:54:38.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39792026-05-28T12:54:38.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39802026-05-28T12:54:38.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39812026-05-28T12:54:38.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39822026-05-28T12:54:38.404Z
39832026-05-28T12:54:38.404Zinfo: running `cargo check --bins` on zfs-test-harness (216/298)
39842026-05-28T12:54:38.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39852026-05-28T12:54:38.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39862026-05-28T12:54:38.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39872026-05-28T12:54:38.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39882026-05-28T12:54:39.072Z
39892026-05-28T12:54:39.072Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/298)
39902026-05-28T12:54:39.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39912026-05-28T12:54:39.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39922026-05-28T12:54:39.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39932026-05-28T12:54:39.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39942026-05-28T12:54:39.744Z
39952026-05-28T12:54:39.744Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/298)
39962026-05-28T12:54:40.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39972026-05-28T12:54:40.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39982026-05-28T12:54:40.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39992026-05-28T12:54:40.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40002026-05-28T12:54:40.415Z
40012026-05-28T12:54:40.415Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/298)
40022026-05-28T12:54:40.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40032026-05-28T12:54:40.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40042026-05-28T12:54:40.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40052026-05-28T12:54:41.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
40062026-05-28T12:54:41.107Z
40072026-05-28T12:54:41.107Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/298)
40082026-05-28T12:54:41.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40092026-05-28T12:54:41.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40102026-05-28T12:54:41.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40112026-05-28T12:54:41.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40122026-05-28T12:54:41.772Z
40132026-05-28T12:54:41.772Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/298)
40142026-05-28T12:54:42.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40152026-05-28T12:54:42.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40162026-05-28T12:54:42.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40172026-05-28T12:54:42.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40182026-05-28T12:54:42.448Z
40192026-05-28T12:54:42.448Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/298)
40202026-05-28T12:54:43.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40212026-05-28T12:54:43.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40222026-05-28T12:54:43.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40232026-05-28T12:54:43.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
40242026-05-28T12:54:43.123Z
40252026-05-28T12:54:43.123Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/298)
40262026-05-28T12:54:43.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40272026-05-28T12:54:43.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40282026-05-28T12:54:43.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40292026-05-28T12:54:43.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40302026-05-28T12:54:43.794Z
40312026-05-28T12:54:43.794Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/298)
40322026-05-28T12:54:44.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40332026-05-28T12:54:44.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40342026-05-28T12:54:44.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40352026-05-28T12:54:44.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
40362026-05-28T12:54:44.496Z
40372026-05-28T12:54:44.496Zinfo: running `cargo check --bins` on trust-quorum (225/298)
40382026-05-28T12:54:45.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40392026-05-28T12:54:45.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40402026-05-28T12:54:45.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40412026-05-28T12:54:45.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40422026-05-28T12:54:45.170Z
40432026-05-28T12:54:45.170Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/298)
40442026-05-28T12:54:45.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40452026-05-28T12:54:45.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40462026-05-28T12:54:45.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40472026-05-28T12:54:45.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
40482026-05-28T12:54:45.862Z
40492026-05-28T12:54:45.862Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/298)
40502026-05-28T12:54:46.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40512026-05-28T12:54:46.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40522026-05-28T12:54:46.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40532026-05-28T12:54:46.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
40542026-05-28T12:54:46.569Z
40552026-05-28T12:54:46.569Zinfo: running `cargo check --bins` on update-common (228/298)
40562026-05-28T12:54:47.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-05-28T12:54:47.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-05-28T12:54:47.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40592026-05-28T12:54:47.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40602026-05-28T12:54:47.221Z
40612026-05-28T12:54:47.221Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/298)
40622026-05-28T12:54:47.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-05-28T12:54:47.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-05-28T12:54:47.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-05-28T12:54:47.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
40662026-05-28T12:54:47.929Z
40672026-05-28T12:54:47.929Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/298)
40682026-05-28T12:54:48.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-05-28T12:54:48.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-05-28T12:54:48.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40712026-05-28T12:54:48.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40722026-05-28T12:54:48.556Z
40732026-05-28T12:54:48.556Zinfo: running `cargo check --bins` on reconfigurator-cli (231/298)
40742026-05-28T12:54:49.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-05-28T12:54:49.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-05-28T12:54:49.395Z Compiling fs-err v2.11.0
40772026-05-28T12:54:49.398Z Checking ignore v0.4.25
40782026-05-28T12:54:49.398Z Checking arc-swap v1.8.2
40792026-05-28T12:54:49.538Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40802026-05-28T12:54:49.541Z Checking predicates-tree v1.0.13
40812026-05-28T12:54:49.541Z Checking parse-size v1.1.0
40822026-05-28T12:54:49.557Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40832026-05-28T12:54:49.570Z Checking rand_seeder v0.4.0
40842026-05-28T12:54:49.647Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40852026-05-28T12:54:49.668Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40862026-05-28T12:54:49.722Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40872026-05-28T12:54:49.736Z Checking slog-scope v4.4.1
40882026-05-28T12:54:49.773Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40892026-05-28T12:54:49.858Z Compiling petname v2.0.2
40902026-05-28T12:54:49.873Z Checking slog-stdlog v4.1.1
40912026-05-28T12:54:49.889Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40922026-05-28T12:54:49.911Z Checking globwalk v0.9.1
40932026-05-28T12:54:49.962Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40942026-05-28T12:54:49.992Z Checking slog-envlogger v2.2.0
40952026-05-28T12:54:50.089Z Checking camino-tempfile-ext v0.3.3
40962026-05-28T12:54:50.143Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40972026-05-28T12:54:50.186Z Checking sapling-renderdag v0.1.0
40982026-05-28T12:54:50.285Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40992026-05-28T12:54:50.348Z Checking subprocess v0.2.15
41002026-05-28T12:54:50.421Z Checking sync-ptr v0.1.4
41012026-05-28T12:54:50.565Z Checking colored v2.2.0
41022026-05-28T12:54:50.598Z Checking assert_matches v1.5.0
41032026-05-28T12:54:50.634Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41042026-05-28T12:54:50.784Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
41052026-05-28T12:54:50.785Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
41062026-05-28T12:54:51.602Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41072026-05-28T12:54:53.023Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
41082026-05-28T12:54:55.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.87s
41092026-05-28T12:54:55.658Z
41102026-05-28T12:54:55.658Zinfo: running `cargo check --bins` on omicron-repl-utils (232/298)
41112026-05-28T12:54:56.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41122026-05-28T12:54:56.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41132026-05-28T12:54:56.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41142026-05-28T12:54:56.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41152026-05-28T12:54:56.292Z
41162026-05-28T12:54:56.292Zinfo: running `cargo check --bins` on transient-dns-server (233/298)
41172026-05-28T12:54:56.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41182026-05-28T12:54:56.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41192026-05-28T12:54:56.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41202026-05-28T12:54:56.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41212026-05-28T12:54:56.947Z
41222026-05-28T12:54:56.947Zinfo: running `cargo check --bins` on nexus-test-interface (234/298)
41232026-05-28T12:54:57.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41242026-05-28T12:54:57.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41252026-05-28T12:54:57.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41262026-05-28T12:54:57.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
41272026-05-28T12:54:57.648Z
41282026-05-28T12:54:57.648Zinfo: running `cargo check --bins` on oximeter-collector (235/298)
41292026-05-28T12:54:58.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41302026-05-28T12:54:58.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41312026-05-28T12:54:58.437Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
41322026-05-28T12:54:58.438Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
41332026-05-28T12:54:59.090Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41342026-05-28T12:55:00.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
41352026-05-28T12:55:01.033Z
41362026-05-28T12:55:01.033Zinfo: running `cargo check --bins` on oximeter-api (236/298)
41372026-05-28T12:55:01.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-05-28T12:55:01.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-05-28T12:55:01.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41402026-05-28T12:55:01.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41412026-05-28T12:55:01.683Z
41422026-05-28T12:55:01.683Zinfo: running `cargo check --bins` on cert-dev (237/298)
41432026-05-28T12:55:02.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-05-28T12:55:02.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-05-28T12:55:02.335Z Checking yasna v0.5.2
41462026-05-28T12:55:02.743Z Checking rcgen v0.12.1
41472026-05-28T12:55:02.995Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41482026-05-28T12:55:03.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
41492026-05-28T12:55:03.359Z
41502026-05-28T12:55:03.359Zinfo: running `cargo check --bins` on clickana (238/298)
41512026-05-28T12:55:03.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-05-28T12:55:03.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-05-28T12:55:04.053Z Compiling darling_core v0.23.0
41542026-05-28T12:55:04.165Z Compiling instability v0.3.11
41552026-05-28T12:55:04.173Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41562026-05-28T12:55:04.174Z Checking castaway v0.2.4
41572026-05-28T12:55:04.177Z Compiling indoc v2.0.7
41582026-05-28T12:55:04.197Z Checking unicode-truncate v1.1.0
41592026-05-28T12:55:04.200Z Checking lru v0.12.5
41602026-05-28T12:55:04.201Z Checking cassowary v0.3.0
41612026-05-28T12:55:04.278Z Checking compact_str v0.8.1
41622026-05-28T12:55:05.488Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41632026-05-28T12:55:05.597Z Compiling darling_macro v0.23.0
41642026-05-28T12:55:05.673Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41652026-05-28T12:55:06.011Z Compiling darling v0.23.0
41662026-05-28T12:55:06.635Z Checking ratatui v0.29.0
41672026-05-28T12:55:07.704Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41682026-05-28T12:55:08.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.01s
41692026-05-28T12:55:08.565Z
41702026-05-28T12:55:08.565Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/298)
41712026-05-28T12:55:09.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41722026-05-28T12:55:09.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41732026-05-28T12:55:09.361Z Checking headers-core v0.3.0
41742026-05-28T12:55:09.367Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41752026-05-28T12:55:09.561Z Checking headers v0.4.1
41762026-05-28T12:55:09.934Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41772026-05-28T12:55:10.885Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41782026-05-28T12:55:11.451Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41792026-05-28T12:55:11.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s
41802026-05-28T12:55:12.139Z
41812026-05-28T12:55:12.139Zinfo: running `cargo check --bins` on ch-dev (240/298)
41822026-05-28T12:55:12.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41832026-05-28T12:55:12.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41842026-05-28T12:55:12.920Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41852026-05-28T12:55:13.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
41862026-05-28T12:55:13.974Z
41872026-05-28T12:55:13.974Zinfo: running `cargo check --bins` on dev-tools-common (241/298)
41882026-05-28T12:55:14.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41892026-05-28T12:55:14.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41902026-05-28T12:55:14.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41912026-05-28T12:55:14.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
41922026-05-28T12:55:14.482Z
41932026-05-28T12:55:14.482Zinfo: running `cargo check --bins` on crdb-seed (242/298)
41942026-05-28T12:55:15.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41952026-05-28T12:55:15.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41962026-05-28T12:55:15.266Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41972026-05-28T12:55:16.356Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41982026-05-28T12:55:16.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s
41992026-05-28T12:55:16.974Z
42002026-05-28T12:55:16.974Zinfo: running `cargo check --bins` on db-dev (243/298)
42012026-05-28T12:55:17.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42022026-05-28T12:55:17.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42032026-05-28T12:55:17.761Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42042026-05-28T12:55:18.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
42052026-05-28T12:55:18.828Z
42062026-05-28T12:55:18.828Zinfo: running `cargo check --bins` on omicron-dev-lib (244/298)
42072026-05-28T12:55:19.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-05-28T12:55:19.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-05-28T12:55:19.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42102026-05-28T12:55:19.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
42112026-05-28T12:55:19.522Z
42122026-05-28T12:55:19.522Zinfo: running `cargo check --bins` on xtask-downloader (245/298)
42132026-05-28T12:55:20.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-05-28T12:55:20.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-05-28T12:55:20.179Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
42162026-05-28T12:55:20.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
42172026-05-28T12:55:21.076Z
42182026-05-28T12:55:21.076Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/298)
42192026-05-28T12:55:21.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-05-28T12:55:21.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-05-28T12:55:21.894Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42222026-05-28T12:55:21.894Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42232026-05-28T12:55:21.898Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
42242026-05-28T12:55:21.898Z Checking git-stub v1.0.0
42252026-05-28T12:55:21.898Z Compiling trait-variant v0.1.2
42262026-05-28T12:55:21.898Z Checking is_ci v1.2.0
42272026-05-28T12:55:21.898Z Checking maplit v1.0.2
42282026-05-28T12:55:22.053Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
42292026-05-28T12:55:22.105Z Checking supports-color v3.0.2
42302026-05-28T12:55:22.109Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
42312026-05-28T12:55:22.201Z Checking git-stub-vcs v0.1.0
42322026-05-28T12:55:22.231Z Checking drift v0.2.0
42332026-05-28T12:55:22.298Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42342026-05-28T12:55:22.324Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
42352026-05-28T12:55:22.398Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42362026-05-28T12:55:22.547Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
42372026-05-28T12:55:22.568Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42382026-05-28T12:55:22.589Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42392026-05-28T12:55:22.608Z Checking dropshot-api-manager v0.7.2
42402026-05-28T12:55:22.770Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42412026-05-28T12:55:22.805Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42422026-05-28T12:55:23.001Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
42432026-05-28T12:55:23.309Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42442026-05-28T12:55:28.301Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42452026-05-28T12:55:29.387Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42462026-05-28T12:55:29.950Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42472026-05-28T12:55:30.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.40s
42482026-05-28T12:55:30.704Z
42492026-05-28T12:55:30.704Zinfo: running `cargo check --bins` on installinator-api (247/298)
42502026-05-28T12:55:31.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42512026-05-28T12:55:31.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42522026-05-28T12:55:31.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42532026-05-28T12:55:31.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42542026-05-28T12:55:31.342Z
42552026-05-28T12:55:31.342Zinfo: running `cargo check --bins` on nexus-external-api (248/298)
42562026-05-28T12:55:31.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42572026-05-28T12:55:31.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42582026-05-28T12:55:31.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42592026-05-28T12:55:31.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
42602026-05-28T12:55:32.030Z
42612026-05-28T12:55:32.030Zinfo: running `cargo check --bins` on nexus-internal-api (249/298)
42622026-05-28T12:55:32.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42632026-05-28T12:55:32.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42642026-05-28T12:55:32.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42652026-05-28T12:55:32.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
42662026-05-28T12:55:32.712Z
42672026-05-28T12:55:32.712Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/298)
42682026-05-28T12:55:33.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42692026-05-28T12:55:33.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42702026-05-28T12:55:33.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42712026-05-28T12:55:33.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
42722026-05-28T12:55:33.395Z
42732026-05-28T12:55:33.395Zinfo: running `cargo check --bins` on ntp-admin-api (251/298)
42742026-05-28T12:55:33.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42752026-05-28T12:55:33.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42762026-05-28T12:55:33.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42772026-05-28T12:55:33.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42782026-05-28T12:55:34.035Z
42792026-05-28T12:55:34.035Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/298)
42802026-05-28T12:55:34.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42812026-05-28T12:55:34.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42822026-05-28T12:55:34.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42832026-05-28T12:55:34.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42842026-05-28T12:55:34.659Z
42852026-05-28T12:55:34.659Zinfo: running `cargo check --bins` on wicketd-api (253/298)
42862026-05-28T12:55:35.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42872026-05-28T12:55:35.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42882026-05-28T12:55:35.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42892026-05-28T12:55:35.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42902026-05-28T12:55:35.309Z
42912026-05-28T12:55:35.309Zinfo: running `cargo check --bins` on omicron-ls-apis (254/298)
42922026-05-28T12:55:35.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-05-28T12:55:35.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-05-28T12:55:35.954Z Checking typeid v1.0.3
42952026-05-28T12:55:36.071Z Checking ordered-float v2.10.1
42962026-05-28T12:55:36.091Z Checking unicode-xid v0.2.6
42972026-05-28T12:55:36.105Z Checking cargo-platform v0.2.0
42982026-05-28T12:55:36.113Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42992026-05-28T12:55:36.137Z Checking erased-serde v0.4.9
43002026-05-28T12:55:36.277Z Checking serde-value v0.7.0
43012026-05-28T12:55:36.448Z Checking serde-untagged v0.1.9
43022026-05-28T12:55:36.602Z Checking cargo-util-schemas v0.8.2
43032026-05-28T12:55:37.296Z Checking cargo_metadata v0.21.0
43042026-05-28T12:55:37.913Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
43052026-05-28T12:55:38.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
43062026-05-28T12:55:38.790Z
43072026-05-28T12:55:38.790Zinfo: running `cargo check --bins` on mgs-dev (255/298)
43082026-05-28T12:55:39.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43092026-05-28T12:55:39.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43102026-05-28T12:55:39.579Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43112026-05-28T12:55:40.276Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
43122026-05-28T12:55:40.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
43132026-05-28T12:55:41.067Z
43142026-05-28T12:55:41.067Zinfo: running `cargo check --bins --no-default-features` on omicron-omdb (256/298)
43152026-05-28T12:55:41.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43162026-05-28T12:55:41.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43172026-05-28T12:55:42.099Z Compiling itertools v0.10.5
43182026-05-28T12:55:42.099Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43192026-05-28T12:55:42.099Z Compiling vergen-lib v0.1.6
43202026-05-28T12:55:42.102Z Compiling vergen-gitcl v1.0.8
43212026-05-28T12:55:42.102Z Compiling dirs-sys-next v0.1.2
43222026-05-28T12:55:42.102Z Compiling glob v0.3.3
43232026-05-28T12:55:42.102Z Compiling crunchy v0.2.4
43242026-05-28T12:55:42.102Z Compiling diesel_derives v2.3.7
43252026-05-28T12:55:42.464Z Compiling dirs-next v2.0.0
43262026-05-28T12:55:42.566Z Compiling dsl_auto_type v0.2.0
43272026-05-28T12:55:42.569Z Checking scheduled-thread-pool v0.2.7
43282026-05-28T12:55:42.599Z Compiling diesel_table_macro_syntax v0.3.0
43292026-05-28T12:55:42.604Z Compiling tiny-keccak v2.0.2
43302026-05-28T12:55:42.632Z Compiling clang-sys v1.8.1
43312026-05-28T12:55:42.726Z Checking r2d2 v0.8.10
43322026-05-28T12:55:42.893Z Compiling term v0.7.0
43332026-05-28T12:55:42.911Z Compiling bit-vec v0.6.3
43342026-05-28T12:55:42.936Z Checking downcast-rs v2.0.2
43352026-05-28T12:55:43.039Z Compiling ena v0.14.4
43362026-05-28T12:55:43.134Z Compiling bit-set v0.5.3
43372026-05-28T12:55:43.256Z Compiling ascii-canvas v3.0.0
43382026-05-28T12:55:43.297Z Compiling libloading v0.8.9
43392026-05-28T12:55:43.388Z Compiling bindgen v0.71.1
43402026-05-28T12:55:43.413Z Compiling regex-syntax v0.6.29
43412026-05-28T12:55:43.431Z Compiling diff v0.1.13
43422026-05-28T12:55:43.499Z Compiling cexpr v0.6.0
43432026-05-28T12:55:43.516Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
43442026-05-28T12:55:43.696Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43452026-05-28T12:55:43.716Z Compiling rustc-hash v2.1.1
43462026-05-28T12:55:43.859Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43472026-05-28T12:55:43.862Z Compiling libxml v0.3.3
43482026-05-28T12:55:43.892Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43492026-05-28T12:55:44.134Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43502026-05-28T12:55:44.173Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43512026-05-28T12:55:44.369Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43522026-05-28T12:55:44.454Z Compiling strum_macros v0.24.3
43532026-05-28T12:55:44.525Z Compiling indoc v1.0.9
43542026-05-28T12:55:44.977Z Compiling lalrpop v0.19.12
43552026-05-28T12:55:45.261Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43562026-05-28T12:55:45.458Z Checking derive_builder v0.20.2
43572026-05-28T12:55:45.526Z Compiling oso-derive v0.27.3
43582026-05-28T12:55:45.578Z Checking quick-xml v0.37.5
43592026-05-28T12:55:45.814Z Compiling impl-trait-for-tuples v0.2.3
43602026-05-28T12:55:46.022Z Checking openssl-probe v0.1.6
43612026-05-28T12:55:46.168Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43622026-05-28T12:55:46.460Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43632026-05-28T12:55:46.658Z Checking bb8 v0.8.6
43642026-05-28T12:55:46.927Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43652026-05-28T12:55:46.946Z Compiling libz-sys v1.1.24
43662026-05-28T12:55:47.141Z Checking nonempty v0.12.0
43672026-05-28T12:55:47.162Z Compiling strsim v0.10.0
43682026-05-28T12:55:47.314Z Compiling libgit2-sys v0.18.3+1.9.2
43692026-05-28T12:55:47.390Z Compiling darling_core v0.13.4
43702026-05-28T12:55:47.508Z Compiling vergen-git2 v9.1.0
43712026-05-28T12:55:47.584Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43722026-05-28T12:55:47.799Z Compiling rustls v0.21.12
43732026-05-28T12:55:47.817Z Compiling base64 v0.21.7
43742026-05-28T12:55:48.042Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43752026-05-28T12:55:48.147Z Compiling ron v0.8.1
43762026-05-28T12:55:48.513Z Checking diesel v2.3.7
43772026-05-28T12:55:49.044Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43782026-05-28T12:55:49.137Z Checking rustls-webpki v0.101.7
43792026-05-28T12:55:49.236Z Checking sct v0.7.1
43802026-05-28T12:55:49.313Z Compiling darling_macro v0.13.4
43812026-05-28T12:55:49.403Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43822026-05-28T12:55:49.785Z Compiling darling v0.13.4
43832026-05-28T12:55:49.880Z Compiling serde_with_macros v1.5.2
43842026-05-28T12:55:50.335Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43852026-05-28T12:55:50.735Z Compiling serde_with v1.14.0
43862026-05-28T12:55:50.766Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43872026-05-28T12:55:51.868Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43882026-05-28T12:55:52.175Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43892026-05-28T12:55:52.721Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43902026-05-28T12:55:53.441Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43912026-05-28T12:55:53.490Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43922026-05-28T12:55:53.637Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43932026-05-28T12:55:53.686Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43942026-05-28T12:55:53.832Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43952026-05-28T12:55:53.879Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43962026-05-28T12:55:53.944Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43972026-05-28T12:55:54.049Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43982026-05-28T12:55:54.276Z Checking tokio-rustls v0.24.1
43992026-05-28T12:55:54.485Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
44002026-05-28T12:55:55.002Z Checking rustls-pemfile v1.0.4
44012026-05-28T12:55:55.100Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
44022026-05-28T12:55:55.148Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44032026-05-28T12:55:55.234Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
44042026-05-28T12:55:55.338Z Checking twox-hash v2.1.2
44052026-05-28T12:55:55.614Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44062026-05-28T12:55:55.645Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
44072026-05-28T12:55:55.700Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44082026-05-28T12:55:55.856Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
44092026-05-28T12:55:56.009Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
44102026-05-28T12:55:57.273Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
44112026-05-28T12:55:57.480Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44122026-05-28T12:55:57.807Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44132026-05-28T12:55:57.955Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44142026-05-28T12:55:58.646Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
44152026-05-28T12:55:58.777Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
44162026-05-28T12:55:59.155Z Checking console v0.16.2
44172026-05-28T12:55:59.473Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
44182026-05-28T12:55:59.626Z Checking fatfs v0.3.6
44192026-05-28T12:55:59.766Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
44202026-05-28T12:56:00.084Z Checking unit-prefix v0.5.2
44212026-05-28T12:56:00.224Z Compiling seq-macro v0.3.6
44222026-05-28T12:56:00.441Z Checking indicatif v0.18.4
44232026-05-28T12:56:00.823Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44242026-05-28T12:56:00.859Z Checking support-bundle-viewer v0.1.2
44252026-05-28T12:56:01.084Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
44262026-05-28T12:56:01.107Z Checking multimap v0.10.1
44272026-05-28T12:56:07.295Z Checking diesel-dtrace v0.5.0
44282026-05-28T12:56:07.541Z Checking async-bb8-diesel v0.2.1
44292026-05-28T12:56:09.833Z Compiling samael v0.0.19
44302026-05-28T12:56:14.623Z Compiling git2 v0.20.4
44312026-05-28T12:56:16.770Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
44322026-05-28T12:56:17.185Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
44332026-05-28T12:56:17.356Z Compiling polar-core v0.27.3
44342026-05-28T12:56:22.010Z Checking oso v0.27.3
44352026-05-28T12:56:49.824Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44362026-05-28T12:58:01.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s
44372026-05-28T12:58:02.146Z
44382026-05-28T12:58:02.146Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-omdb (257/298)
44392026-05-28T12:58:02.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44402026-05-28T12:58:02.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44412026-05-28T12:58:03.108Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
44422026-05-28T12:58:11.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.97s
44432026-05-28T12:58:11.364Z
44442026-05-28T12:58:11.364Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-omdb (258/298)
44452026-05-28T12:58:11.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-05-28T12:58:11.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-05-28T12:58:12.262Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
44482026-05-28T12:58:20.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.93s
44492026-05-28T12:58:20.524Z
44502026-05-28T12:58:20.524Zinfo: running `cargo check --bins` on nexus-networking (259/298)
44512026-05-28T12:58:21.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-05-28T12:58:21.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-05-28T12:58:21.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44542026-05-28T12:58:21.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
44552026-05-28T12:58:21.230Z
44562026-05-28T12:58:21.230Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (260/298)
44572026-05-28T12:58:21.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44582026-05-28T12:58:21.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44592026-05-28T12:58:21.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44602026-05-28T12:58:21.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
44612026-05-28T12:58:21.935Z
44622026-05-28T12:58:21.935Zinfo: running `cargo check --bins` on nexus-saga-recovery (261/298)
44632026-05-28T12:58:22.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44642026-05-28T12:58:22.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44652026-05-28T12:58:22.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44662026-05-28T12:58:22.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
44672026-05-28T12:58:22.641Z
44682026-05-28T12:58:22.641Zinfo: running `cargo check --bins` on nexus-test-utils-macros (262/298)
44692026-05-28T12:58:23.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-05-28T12:58:23.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-05-28T12:58:23.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44722026-05-28T12:58:23.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44732026-05-28T12:58:23.272Z
44742026-05-28T12:58:23.272Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (263/298)
44752026-05-28T12:58:23.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44762026-05-28T12:58:23.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44772026-05-28T12:58:24.159Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44782026-05-28T12:59:01.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.80s
44792026-05-28T12:59:01.317Z
44802026-05-28T12:59:01.317Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (264/298)
44812026-05-28T12:59:01.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44822026-05-28T12:59:01.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44832026-05-28T12:59:02.204Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44842026-05-28T12:59:38.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.54s
44852026-05-28T12:59:39.099Z
44862026-05-28T12:59:39.099Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-nexus (265/298)
44872026-05-28T12:59:39.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44882026-05-28T12:59:39.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44892026-05-28T12:59:39.975Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44902026-05-28T12:59:40.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
44912026-05-28T12:59:41.032Z
44922026-05-28T12:59:41.032Zinfo: running `cargo check --bins` on nexus-background-task-interface (266/298)
44932026-05-28T12:59:41.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44942026-05-28T12:59:41.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44952026-05-28T12:59:41.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44962026-05-28T12:59:41.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44972026-05-28T12:59:41.663Z
44982026-05-28T12:59:41.663Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (267/298)
44992026-05-28T12:59:42.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45002026-05-28T12:59:42.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45012026-05-28T12:59:42.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45022026-05-28T12:59:42.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
45032026-05-28T12:59:42.353Z
45042026-05-28T12:59:42.353Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (268/298)
45052026-05-28T12:59:42.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45062026-05-28T12:59:42.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45072026-05-28T12:59:42.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45082026-05-28T12:59:42.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
45092026-05-28T12:59:43.056Z
45102026-05-28T12:59:43.056Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (269/298)
45112026-05-28T12:59:43.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45122026-05-28T12:59:43.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45132026-05-28T12:59:43.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45142026-05-28T12:59:43.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
45152026-05-28T12:59:43.754Z
45162026-05-28T12:59:43.754Zinfo: running `cargo check --bins` on nexus-mgs-updates (270/298)
45172026-05-28T12:59:44.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45182026-05-28T12:59:44.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45192026-05-28T12:59:44.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45202026-05-28T12:59:44.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
45212026-05-28T12:59:44.450Z
45222026-05-28T12:59:44.450Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (271/298)
45232026-05-28T12:59:45.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45242026-05-28T12:59:45.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45252026-05-28T12:59:45.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45262026-05-28T12:59:45.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
45272026-05-28T12:59:45.157Z
45282026-05-28T12:59:45.157Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (272/298)
45292026-05-28T12:59:45.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-05-28T12:59:45.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-05-28T12:59:45.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45322026-05-28T12:59:45.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
45332026-05-28T12:59:45.866Z
45342026-05-28T12:59:45.866Zinfo: running `cargo check --bins` on support-bundle-collection (273/298)
45352026-05-28T12:59:46.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-05-28T12:59:46.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-05-28T12:59:46.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45382026-05-28T12:59:46.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
45392026-05-28T12:59:46.572Z
45402026-05-28T12:59:46.572Zinfo: running `cargo check --bins` on omicron-dev (274/298)
45412026-05-28T12:59:47.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-05-28T12:59:47.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-05-28T12:59:47.535Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45442026-05-28T12:59:47.535Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45452026-05-28T12:59:47.731Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45462026-05-28T12:59:47.761Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
45472026-05-28T12:59:47.780Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45482026-05-28T12:59:47.798Z Checking diff v0.1.13
45492026-05-28T12:59:47.801Z Checking yansi v1.0.1
45502026-05-28T12:59:47.832Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45512026-05-28T12:59:47.881Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45522026-05-28T12:59:48.052Z Checking pretty_assertions v1.4.1
45532026-05-28T12:59:48.843Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45542026-05-28T12:59:48.950Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45552026-05-28T13:00:12.877Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45562026-05-28T13:00:12.881Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45572026-05-28T13:00:12.881Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45582026-05-28T13:00:12.881Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45592026-05-28T13:00:12.881Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45602026-05-28T13:00:12.881Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45612026-05-28T13:00:13.749Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45622026-05-28T13:00:13.753Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45632026-05-28T13:00:15.063Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45642026-05-28T13:00:51.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
45652026-05-28T13:00:51.901Z
45662026-05-28T13:00:51.901Zinfo: running `cargo check --bins` on omicron-pins (275/298)
45672026-05-28T13:00:52.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45682026-05-28T13:00:52.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45692026-05-28T13:00:52.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45702026-05-28T13:00:52.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45712026-05-28T13:00:52.532Z
45722026-05-28T13:00:52.532Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (276/298)
45732026-05-28T13:00:53.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45742026-05-28T13:00:53.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45752026-05-28T13:00:53.366Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45762026-05-28T13:00:53.496Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45772026-05-28T13:00:53.499Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45782026-05-28T13:01:19.727Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45792026-05-28T13:01:20.203Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45802026-05-28T13:01:22.056Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45812026-05-28T13:01:22.596Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45822026-05-28T13:01:25.625Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45832026-05-28T13:01:49.113Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45842026-05-28T13:01:49.899Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45852026-05-28T13:01:51.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.14s
45862026-05-28T13:01:51.913Z
45872026-05-28T13:01:51.913Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (277/298)
45882026-05-28T13:01:52.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45892026-05-28T13:01:52.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45902026-05-28T13:01:52.688Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45912026-05-28T13:01:53.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
45922026-05-28T13:01:53.660Z
45932026-05-28T13:01:53.660Zinfo: running `cargo check --bins` on omicron-releng (278/298)
45942026-05-28T13:01:54.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45952026-05-28T13:01:54.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45962026-05-28T13:01:54.355Z Compiling blake3 v1.8.3
45972026-05-28T13:01:54.469Z Checking constant_time_eq v0.4.2
45982026-05-28T13:01:54.472Z Checking arrayref v0.3.9
45992026-05-28T13:01:54.475Z Checking arrayvec v0.7.6
46002026-05-28T13:01:54.490Z Checking topological-sort v0.2.2
46012026-05-28T13:01:54.493Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46022026-05-28T13:01:54.493Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
46032026-05-28T13:01:54.493Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
46042026-05-28T13:01:54.536Z Checking shell-words v1.1.1
46052026-05-28T13:01:55.374Z Checking omicron-zone-package v0.12.2
46062026-05-28T13:01:56.114Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
46072026-05-28T13:01:56.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s
46082026-05-28T13:01:57.206Z
46092026-05-28T13:01:57.206Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (279/298)
46102026-05-28T13:01:57.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46112026-05-28T13:01:57.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46122026-05-28T13:01:57.892Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
46132026-05-28T13:01:58.229Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
46142026-05-28T13:01:58.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
46152026-05-28T13:01:58.844Z
46162026-05-28T13:01:58.844Zinfo: running `cargo check --bins` on schema (280/298)
46172026-05-28T13:01:59.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46182026-05-28T13:01:59.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46192026-05-28T13:01:59.637Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
46202026-05-28T13:02:00.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
46212026-05-28T13:02:00.670Z
46222026-05-28T13:02:00.670Zinfo: running `cargo check --bins` on xtask (281/298)
46232026-05-28T13:02:01.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46242026-05-28T13:02:01.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46252026-05-28T13:02:01.160Z Checking libc v0.2.185
46262026-05-28T13:02:01.163Z Checking serde v1.0.228
46272026-05-28T13:02:01.251Z Checking zerofrom v0.1.6
46282026-05-28T13:02:01.256Z Checking bitflags v2.11.0
46292026-05-28T13:02:01.262Z Checking smallvec v1.15.1
46302026-05-28T13:02:01.269Z Checking indexmap v2.14.0
46312026-05-28T13:02:01.279Z Checking serde_json v1.0.149
46322026-05-28T13:02:01.282Z Checking scroll v0.12.0
46332026-05-28T13:02:01.350Z Checking yoke v0.8.1
46342026-05-28T13:02:01.406Z Checking num-traits v0.2.19
46352026-05-28T13:02:01.441Z Checking thiserror v1.0.69
46362026-05-28T13:02:01.505Z Checking percent-encoding v2.3.2
46372026-05-28T13:02:01.520Z Checking zerovec v0.11.5
46382026-05-28T13:02:01.536Z Checking zerotrie v0.2.3
46392026-05-28T13:02:01.547Z Checking errno v0.3.14
46402026-05-28T13:02:01.631Z Checking serde_spanned v0.6.9
46412026-05-28T13:02:01.650Z Checking toml_datetime v0.6.11
46422026-05-28T13:02:01.663Z Checking rustix v1.1.3
46432026-05-28T13:02:01.760Z Checking log v0.4.29
46442026-05-28T13:02:01.783Z Checking zerocopy v0.7.35
46452026-05-28T13:02:01.808Z Checking form_urlencoded v1.2.2
46462026-05-28T13:02:01.830Z Checking toml_edit v0.22.27
46472026-05-28T13:02:01.901Z Checking getrandom v0.4.1
46482026-05-28T13:02:01.912Z Checking goblin v0.8.2
46492026-05-28T13:02:01.928Z Checking ordered-float v2.10.1
46502026-05-28T13:02:01.939Z Checking thiserror v2.0.18
46512026-05-28T13:02:01.949Z Checking tinystr v0.8.2
46522026-05-28T13:02:02.034Z Checking potential_utf v0.1.4
46532026-05-28T13:02:02.046Z Checking syn v2.0.117
46542026-05-28T13:02:02.127Z Checking icu_locale_core v2.1.1
46552026-05-28T13:02:02.149Z Checking serde-value v0.7.0
46562026-05-28T13:02:02.183Z Checking icu_collections v2.1.1
46572026-05-28T13:02:02.277Z Checking dtrace-parser v0.2.0
46582026-05-28T13:02:02.379Z Checking thread-id v4.2.2
46592026-05-28T13:02:02.464Z Checking once_cell v1.21.3
46602026-05-28T13:02:02.481Z Checking terminal_size v0.4.3
46612026-05-28T13:02:02.499Z Checking cargo-platform v0.2.0
46622026-05-28T13:02:02.513Z Checking memmap v0.7.0
46632026-05-28T13:02:02.594Z Checking clap_builder v4.6.0
46642026-05-28T13:02:02.635Z Checking tempfile v3.25.0
46652026-05-28T13:02:02.647Z Checking textwrap v0.16.2
46662026-05-28T13:02:02.674Z Checking icu_provider v2.1.1
46672026-05-28T13:02:02.674Z Checking fs-err v3.3.0
46682026-05-28T13:02:02.832Z Checking camino-tempfile v1.4.1
46692026-05-28T13:02:02.855Z Checking tabled v0.15.0
46702026-05-28T13:02:02.867Z Checking anyhow v1.0.102
46712026-05-28T13:02:02.919Z Checking icu_normalizer v2.1.1
46722026-05-28T13:02:02.931Z Checking icu_properties v2.1.2
46732026-05-28T13:02:02.988Z Checking toml v0.8.23
46742026-05-28T13:02:03.065Z Checking macaddr v1.0.1
46752026-05-28T13:02:03.226Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46762026-05-28T13:02:03.311Z Checking cargo_toml v0.21.0
46772026-05-28T13:02:03.739Z Checking idna_adapter v1.2.1
46782026-05-28T13:02:03.805Z Checking dof v0.3.0
46792026-05-28T13:02:03.811Z Checking clap v4.6.1
46802026-05-28T13:02:03.860Z Checking idna v1.1.0
46812026-05-28T13:02:04.068Z Checking usdt-impl v0.5.0
46822026-05-28T13:02:04.083Z Checking url v2.5.8
46832026-05-28T13:02:04.318Z Checking usdt v0.5.0
46842026-05-28T13:02:04.430Z Checking cargo-util-schemas v0.8.2
46852026-05-28T13:02:05.134Z Checking cargo_metadata v0.21.0
46862026-05-28T13:02:05.749Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46872026-05-28T13:02:06.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.51s
46882026-05-28T13:02:06.315Z
46892026-05-28T13:02:06.315Zinfo: running `cargo check --bins` on dnsadm (282/298)
46902026-05-28T13:02:06.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46912026-05-28T13:02:06.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46922026-05-28T13:02:06.993Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46932026-05-28T13:02:07.486Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46942026-05-28T13:02:07.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
46952026-05-28T13:02:08.091Z
46962026-05-28T13:02:08.091Zinfo: running `cargo check --bins` on end-to-end-tests (283/298)
46972026-05-28T13:02:08.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46982026-05-28T13:02:08.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46992026-05-28T13:02:08.950Z Checking polyval v0.6.2
47002026-05-28T13:02:09.082Z Checking ctr v0.9.2
47012026-05-28T13:02:09.093Z Checking ssh-encoding v0.2.0
47022026-05-28T13:02:09.093Z Checking blowfish v0.9.1
47032026-05-28T13:02:09.117Z Checking password-hash v0.4.2
47042026-05-28T13:02:09.158Z Checking p521 v0.13.3
47052026-05-28T13:02:09.162Z Checking p256 v0.13.2
47062026-05-28T13:02:09.162Z Checking russh-cryptovec v0.7.3
47072026-05-28T13:02:09.227Z Checking ghash v0.5.1
47082026-05-28T13:02:09.244Z Checking md5 v0.7.0
47092026-05-28T13:02:09.261Z Checking bcrypt-pbkdf v0.10.0
47102026-05-28T13:02:09.278Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47112026-05-28T13:02:09.317Z Checking num-bigint v0.4.6
47122026-05-28T13:02:09.336Z Checking pbkdf2 v0.11.0
47132026-05-28T13:02:09.347Z Checking aes-gcm v0.10.3
47142026-05-28T13:02:09.413Z Checking des v0.8.1
47152026-05-28T13:02:09.417Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47162026-05-28T13:02:09.452Z Checking hex-literal v0.4.1
47172026-05-28T13:02:09.494Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47182026-05-28T13:02:09.509Z Checking ssh-cipher v0.2.0
47192026-05-28T13:02:09.509Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47202026-05-28T13:02:09.549Z Checking internet-checksum v0.2.1
47212026-05-28T13:02:09.680Z Checking ssh-key v0.6.7
47222026-05-28T13:02:09.776Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47232026-05-28T13:02:10.325Z Checking russh-keys v0.45.0
47242026-05-28T13:02:10.885Z Checking russh v0.45.0
47252026-05-28T13:02:27.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.33s
47262026-05-28T13:02:27.649Z
47272026-05-28T13:02:27.649Zinfo: running `cargo check --bins` on gateway-cli (284/298)
47282026-05-28T13:02:28.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47292026-05-28T13:02:28.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47302026-05-28T13:02:28.334Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47312026-05-28T13:02:28.450Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47322026-05-28T13:02:28.458Z Checking termios v0.3.3
47332026-05-28T13:02:29.666Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47342026-05-28T13:02:29.821Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
47352026-05-28T13:02:31.635Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47362026-05-28T13:02:32.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s
47372026-05-28T13:02:32.403Z
47382026-05-28T13:02:32.403Zinfo: running `cargo check --bins --no-default-features` on installinator (285/298)
47392026-05-28T13:02:32.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47402026-05-28T13:02:32.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47412026-05-28T13:02:33.150Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47422026-05-28T13:02:33.153Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47432026-05-28T13:02:33.153Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47442026-05-28T13:02:33.270Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47452026-05-28T13:02:33.294Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47462026-05-28T13:02:33.304Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47472026-05-28T13:02:34.029Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47482026-05-28T13:02:34.378Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47492026-05-28T13:02:34.381Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47502026-05-28T13:02:35.022Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47512026-05-28T13:02:36.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s
47522026-05-28T13:02:36.879Z
47532026-05-28T13:02:36.879Zinfo: running `cargo check --bins` on internal-dns-cli (286/298)
47542026-05-28T13:02:37.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47552026-05-28T13:02:37.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47562026-05-28T13:02:37.553Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47572026-05-28T13:02:38.016Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47582026-05-28T13:02:38.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
47592026-05-28T13:02:38.535Z
47602026-05-28T13:02:38.535Zinfo: running `cargo check --bins` on omicron-live-tests (287/298)
47612026-05-28T13:02:39.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47622026-05-28T13:02:39.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47632026-05-28T13:02:39.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47642026-05-28T13:02:39.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47652026-05-28T13:02:39.165Z
47662026-05-28T13:02:39.165Zinfo: running `cargo check --bins` on live-tests-macros (288/298)
47672026-05-28T13:02:39.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47682026-05-28T13:02:39.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47692026-05-28T13:02:39.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47702026-05-28T13:02:39.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47712026-05-28T13:02:39.789Z
47722026-05-28T13:02:39.789Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (289/298)
47732026-05-28T13:02:40.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47742026-05-28T13:02:40.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47752026-05-28T13:02:40.598Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47762026-05-28T13:02:41.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
47772026-05-28T13:02:41.488Z
47782026-05-28T13:02:41.488Zinfo: running `cargo check --bins` on omicron-ntp-admin (290/298)
47792026-05-28T13:02:42.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47802026-05-28T13:02:42.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47812026-05-28T13:02:42.179Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47822026-05-28T13:02:42.182Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47832026-05-28T13:02:42.470Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47842026-05-28T13:02:42.473Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47852026-05-28T13:02:43.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
47862026-05-28T13:02:43.492Z
47872026-05-28T13:02:43.492Zinfo: running `cargo check --bins` on ntp-admin-types (291/298)
47882026-05-28T13:02:44.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47892026-05-28T13:02:44.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47902026-05-28T13:02:44.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47912026-05-28T13:02:44.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47922026-05-28T13:02:44.131Z
47932026-05-28T13:02:44.131Zinfo: running `cargo check --bins` on omicron-package (292/298)
47942026-05-28T13:02:44.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47952026-05-28T13:02:44.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47962026-05-28T13:02:44.857Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47972026-05-28T13:02:45.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
47982026-05-28T13:02:46.182Z
47992026-05-28T13:02:46.182Zinfo: running `cargo check --bins` on tqdb (293/298)
48002026-05-28T13:02:46.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48012026-05-28T13:02:46.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48022026-05-28T13:02:47.032Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
48032026-05-28T13:02:47.400Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
48042026-05-28T13:02:47.921Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
48052026-05-28T13:02:47.927Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
48062026-05-28T13:02:53.947Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
48072026-05-28T13:02:53.952Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
48082026-05-28T13:02:54.514Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
48092026-05-28T13:02:54.519Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
48102026-05-28T13:02:54.519Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48112026-05-28T13:02:54.519Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
48122026-05-28T13:02:55.291Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48132026-05-28T13:02:56.287Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
48142026-05-28T13:02:57.065Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
48152026-05-28T13:02:57.686Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48162026-05-28T13:03:02.311Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48172026-05-28T13:03:08.923Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48182026-05-28T13:03:09.240Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48192026-05-28T13:03:09.240Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48202026-05-28T13:03:09.240Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48212026-05-28T13:03:13.254Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48222026-05-28T13:03:13.274Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48232026-05-28T13:03:13.274Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48242026-05-28T13:03:14.076Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48252026-05-28T13:03:14.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.52s
48262026-05-28T13:03:14.932Z
48272026-05-28T13:03:14.932Zinfo: running `cargo check --bins` on wicket-dbg (294/298)
48282026-05-28T13:03:15.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48292026-05-28T13:03:15.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48302026-05-28T13:03:15.692Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48312026-05-28T13:03:15.692Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48322026-05-28T13:03:15.695Z Checking rtoolbox v0.0.3
48332026-05-28T13:03:15.829Z Checking tui-tree-widget v0.23.1
48342026-05-28T13:03:15.933Z Checking rpassword v7.4.0
48352026-05-28T13:03:16.945Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48362026-05-28T13:03:19.956Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48372026-05-28T13:03:21.817Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48382026-05-28T13:03:22.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.79s
48392026-05-28T13:03:22.926Z
48402026-05-28T13:03:22.927Zinfo: running `cargo check --bins` on wicket (295/298)
48412026-05-28T13:03:23.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48422026-05-28T13:03:23.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48432026-05-28T13:03:23.671Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48442026-05-28T13:03:24.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
48452026-05-28T13:03:24.263Z
48462026-05-28T13:03:24.263Zinfo: running `cargo check --bins` on wicketd (296/298)
48472026-05-28T13:03:24.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48482026-05-28T13:03:24.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48492026-05-28T13:03:25.037Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48502026-05-28T13:03:25.040Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48512026-05-28T13:03:25.040Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48522026-05-28T13:03:25.040Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48532026-05-28T13:03:26.052Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48542026-05-28T13:03:26.636Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48552026-05-28T13:03:29.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s
48562026-05-28T13:03:29.825Z
48572026-05-28T13:03:29.825Zinfo: running `cargo check --bins` on omicron-workspace-hack (297/298)
48582026-05-28T13:03:30.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48592026-05-28T13:03:30.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48602026-05-28T13:03:30.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48612026-05-28T13:03:30.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
48622026-05-28T13:03:30.455Z
48632026-05-28T13:03:30.455Zinfo: running `cargo check --bins` on zone-setup (298/298)
48642026-05-28T13:03:31.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48652026-05-28T13:03:31.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48662026-05-28T13:03:31.173Z Checking uzers v0.12.2
48672026-05-28T13:03:31.454Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48682026-05-28T13:03:32.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
48692026-05-28T13:03:32.431Z
48702026-05-28T13:03:32.431Zreal 15:46.109773161
48712026-05-28T13:03:32.431Zuser 22:59.876633565
48722026-05-28T13:03:32.431Zsys 4:45.243062291
48732026-05-28T13:03:32.431Ztrap 0.351273527
48742026-05-28T13:03:32.431Ztflt 0.597761047
48752026-05-28T13:03:32.431Zdflt 1.061165553
48762026-05-28T13:03:32.431Zkflt 0.005515024
48772026-05-28T13:03:32.431Zlock 1:27:10.856223296
48782026-05-28T13:03:32.431Zslp 1:51:39.359982263
48792026-05-28T13:03:32.435Zlat 1:11.568948135
48802026-05-28T13:03:32.435Zstop 4:18.837698582
48812026-05-28T13:03:32.435Zprocess exited: duration 1085921 ms, exit code 0
 
48822026-05-28T13:03:32.442Zfound 0 output files