01KRMAG24VNCTVGMC4WY3V220D: 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: 01KRMAGJ0Q4KAPWZ6REMSAZY8C

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-14T22:43:50.624Zjob assigned to worker 01KRMAGKZG833BJT9RHFDTFX97 [factory aws, i-07e93f7172a25a026] (queued for 52 s)
 
22026-05-14T22:43:57.240Zstarting task 0: "setup"
32026-05-14T22:43:57.243Z++ uname -s
42026-05-14T22:43:57.246Z+ kern=SunOS
52026-05-14T22:43:57.246Z+ build_user=build
62026-05-14T22:43:57.246Z+ build_uid=12345
72026-05-14T22:43:57.246Z+ work_dir=/work
82026-05-14T22:43:57.246Z+ input_dir=/input
92026-05-14T22:43:57.246Z+ [[ 0 == 12345 ]]
102026-05-14T22:43:57.246Z+ case "$kern" in
112026-05-14T22:43:57.246Z+ groupadd -g 12345 build
122026-05-14T22:43:57.257Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-14T22:43:59.262Z+ zfs create -o mountpoint=/work rpool/work
142026-05-14T22:43:59.334Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-14T22:43:59.337Z+ home_fs=zfs
162026-05-14T22:43:59.337Z+ [[ zfs == autofs ]]
172026-05-14T22:43:59.337Z+ mkdir -p /home/build
182026-05-14T22:43:59.337Z+ chown build:build /home/build /work
192026-05-14T22:44:01.338Z+ chmod 0700 /home/build /work
202026-05-14T22:44:01.341Zprocess exited: duration 4100 ms, exit code 0
 
212026-05-14T22:44:01.346Zstarting task 1: "rust-toolchain"
222026-05-14T22:44:01.349Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-14T22:44:01.349Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-14T22:44:01.349Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-14T22:44:01.349Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-14T22:44:01.352Z * rust toolchain channel = "1.94.0"
272026-05-14T22:44:01.352Z * rust toolchain profile = "default"
282026-05-14T22:44:01.352Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-14T22:44:01.352Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-14T22:44:01.453Zinfo: downloading installer
312026-05-14T22:44:02.837Zwarn: It looks like you have an existing rustup settings file at:
322026-05-14T22:44:02.837Zwarn: /home/build/.rustup/settings.toml
332026-05-14T22:44:02.838Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-14T22:44:02.838Zwarn: instead of the one inferred from the default host triple.
352026-05-14T22:44:02.849Zinfo: profile set to default
362026-05-14T22:44:02.849Zinfo: default host triple is x86_64-unknown-illumos
372026-05-14T22:44:02.852Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-14T22:44:02.986Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-14T22:44:02.988Zinfo: downloading 6 components
402026-05-14T22:44:17.408Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-14T22:44:17.408Z
422026-05-14T22:44:17.438Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-14T22:44:17.438Z
442026-05-14T22:44:17.438Z
452026-05-14T22:44:17.438ZRust is installed now. Great!
462026-05-14T22:44:17.438Z
472026-05-14T22:44:17.441ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-14T22:44:17.441Zenvironment variable. This has not been done automatically.
492026-05-14T22:44:17.441Z
502026-05-14T22:44:17.441ZTo configure your current shell, you need to source
512026-05-14T22:44:17.441Zthe corresponding env file under $HOME/.cargo.
522026-05-14T22:44:17.441Z
532026-05-14T22:44:17.441ZThis is usually done by running one of the following (note the leading DOT):
542026-05-14T22:44:17.441Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-14T22:44:17.442Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-14T22:44:17.442Zsource "~/.cargo/env.nu" # For nushell
572026-05-14T22:44:17.442Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-14T22:44:17.442Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-14T22:44:17.442Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-14T22:44:17.442Zwarn: no default linker (`cc`) was found in your PATH
612026-05-14T22:44:17.442Zwarn: many Rust crates require a system C toolchain to build
622026-05-14T22:44:17.541Z+ rustup --version
632026-05-14T22:44:17.550Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-14T22:44:17.553Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-14T22:44:17.572Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-14T22:44:17.574Z+ cargo --version
672026-05-14T22:44:17.587Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-14T22:44:17.590Z+ rustc --version
692026-05-14T22:44:17.610Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-14T22:44:17.613Zprocess exited: duration 16266 ms, exit code 0
 
712026-05-14T22:44:17.618Zstarting task 2: "authentication"
722026-05-14T22:44:17.634Zprocess exited: duration 15 ms, exit code 0
 
732026-05-14T22:44:17.639Zstarting task 3: "clone repository"
742026-05-14T22:44:17.643Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-14T22:44:17.646Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-14T22:44:17.675ZCloning into '/work/oxidecomputer/omicron'...
772026-05-14T22:44:27.775Z+ cd /work/oxidecomputer/omicron
782026-05-14T22:44:27.775Z+ git fetch origin 1f8b86ae6bbe2e4936e665e687741a8044496bce
792026-05-14T22:44:28.032ZFrom https://github.com/oxidecomputer/omicron
802026-05-14T22:44:28.032Z * branch 1f8b86ae6bbe2e4936e665e687741a8044496bce -> FETCH_HEAD
812026-05-14T22:44:28.042Z+ [[ -n ben/fix-db-usage-flake ]]
822026-05-14T22:44:28.044Z++ git branch --show-current
832026-05-14T22:44:28.046Z+ current=main
842026-05-14T22:44:28.046Z+ [[ main != ben/fix-db-usage-flake ]]
852026-05-14T22:44:28.046Z+ git branch -f ben/fix-db-usage-flake 1f8b86ae6bbe2e4936e665e687741a8044496bce
862026-05-14T22:44:28.050Z+ git checkout -f ben/fix-db-usage-flake
872026-05-14T22:44:28.281ZSwitched to branch 'ben/fix-db-usage-flake'
882026-05-14T22:44:28.284Z+ git reset --hard 1f8b86ae6bbe2e4936e665e687741a8044496bce
892026-05-14T22:44:28.517ZHEAD is now at 1f8b86ae6 Not like that either
902026-05-14T22:44:28.521Zprocess exited: duration 10878 ms, exit code 0
 
912026-05-14T22:44:28.526Zstarting task 4: "build"
922026-05-14T22:44:28.533Z+ source .github/buildomat/ci-env.sh
932026-05-14T22:44:28.533Z++ export CARGO_TERM_COLOR=always
942026-05-14T22:44:28.533Z++ CARGO_TERM_COLOR=always
952026-05-14T22:44:28.533Z+ cargo --version
962026-05-14T22:44:28.540Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-14T22:44:28.545Z+ rustc --version
982026-05-14T22:44:28.563Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-14T22:44:28.568Z+ source ./env.sh
1002026-05-14T22:44:28.568Z++ OLD_SHELL_OPTS=ehxB
1012026-05-14T22:44:28.568Z++ set -o xtrace
1022026-05-14T22:44:28.568Z++++ dirname ./env.sh
1032026-05-14T22:44:28.579Z+++ readlink -f .
1042026-05-14T22:44:28.582Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-14T22:44:28.582Z++ 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-14T22:44:28.582Z++ 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-14T22:44:28.582Z++ 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-14T22:44:28.582Z++ 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-14T22:44:28.583Z++ 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-14T22:44:28.583Z++ 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-14T22:44:28.583Z++ 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-14T22:44:28.583Z++ 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-14T22:44:28.583Z++ case $OLD_SHELL_OPTS in
1142026-05-14T22:44:28.583Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-14T22:44:28.583Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-05-14T22:44:28.583Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1172026-05-14T22:44:28.583Z+ banner prerequisites
1182026-05-14T22:44:28.590Z
1192026-05-14T22:44:28.590Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-14T22:44:28.590Z # # # # # # # # # # # # # # #
1212026-05-14T22:44:28.590Z # # # # ##### # # ##### # # # # # #### #
1222026-05-14T22:44:28.590Z ##### ##### # ##### # # # # # # # # #
1232026-05-14T22:44:28.590Z # # # # # # # # # # # # # # #
1242026-05-14T22:44:28.590Z # # # ###### # # ###### ### # #### # #### #
1252026-05-14T22:44:28.590Z
1262026-05-14T22:44:28.590Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-14T22:44:30.184Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-14T22:44:30.241Z Startup: Caching catalogs ... Done
1292026-05-14T22:44:30.447ZPlanning: Solver setup ... Done (0.175s)
1302026-05-14T22:44:30.463ZPlanning: Running solver ... Done (0.016s)
1312026-05-14T22:44:30.468ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-14T22:44:30.479ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-14T22:44:30.494ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-14T22:44:30.507ZPlanning: Package planning ... Done (0.013s)
1352026-05-14T22:44:30.509ZPlanning: Merging actions ... Done (0.001s)
1362026-05-14T22:44:30.699ZPlanning: Checking for conflicting actions ... Done (0.190s)
1372026-05-14T22:44:30.702ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-14T22:44:31.440ZPlanning: Evaluating mediators ... Done (0.740s)
1392026-05-14T22:44:31.443ZPlanning: Planning completed in 1.18 seconds
1402026-05-14T22:44:31.477Z Packages to install: 2
1412026-05-14T22:44:31.477Z Estimated space available: 156.08 GB
1422026-05-14T22:44:31.477ZEstimated space to be consumed: 19.74 MB
1432026-05-14T22:44:31.477Z Create boot environment: No
1442026-05-14T22:44:31.477ZCreate backup boot environment: No
1452026-05-14T22:44:31.477Z Rebuild boot archive: No
1462026-05-14T22:44:31.477Z
1472026-05-14T22:44:31.477ZChanged packages:
1482026-05-14T22:44:31.477Zhelios
1492026-05-14T22:44:31.477Z developer/build-essential
1502026-05-14T22:44:31.477Z None -> 11-3.0
1512026-05-14T22:44:31.477Z library/libxmlsec1
1522026-05-14T22:44:31.477Z None -> 1.2.35-3.0
1532026-05-14T22:44:31.477Z
1542026-05-14T22:44:31.478ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-14T22:44:31.975ZDownload: Completed 1.28 MB in 0.50 seconds (2.5M/s)
1562026-05-14T22:44:32.034Z Actions: 1/268 actions (Installing new actions)
1572026-05-14T22:44:32.084Z Actions: Completed 268 actions in 0.05 seconds.
1582026-05-14T22:44:32.088ZFinalize: Updating package state database ... Done (0.006s)
1592026-05-14T22:44:32.088ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-14T22:44:32.104ZFinalize: Updating image state ... Done (0.015s)
1612026-05-14T22:44:34.509ZFinalize: Creating fast lookup database ... Done (2.384s)
1622026-05-14T22:44:34.578ZFinalize: Reading search index ... Done (0.012s)
1632026-05-14T22:44:34.581ZFinalize: Updating search index ... Done (0.000s)
1642026-05-14T22:44:34.674ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-14T22:44:34.968ZPlanning: Evaluating mediator changes ... Done
1662026-05-14T22:44:35.073ZPlanning: Checking for conflicting actions ... Done
1672026-05-14T22:44:35.076ZPlanning: Consolidating action changes ... Done
1682026-05-14T22:44:35.232ZPlanning: Evaluating mediators ... Done
1692026-05-14T22:44:35.235ZPlanning: Planning completed in 0.27 seconds
1702026-05-14T22:44:35.255Z Mediators to change: 2
1712026-05-14T22:44:35.255Z Create boot environment: No
1722026-05-14T22:44:35.258ZCreate backup boot environment: No
1732026-05-14T22:44:35.307ZFinalize: Updating package state database ... Done
1742026-05-14T22:44:35.307ZFinalize: Updating package cache ... Done
1752026-05-14T22:44:35.316ZFinalize: Updating image state ... Done
1762026-05-14T22:44:37.254ZFinalize: Creating fast lookup database ... Done
1772026-05-14T22:44:37.321ZFinalize: Reading search index ... Done
1782026-05-14T22:44:37.323ZFinalize: Updating search index ... Done
1792026-05-14T22:44:37.417ZFinalize: Updating package cache ... Done
1802026-05-14T22:44:37.699ZPlanning: Evaluating mediator changes ... Done
1812026-05-14T22:44:37.805ZPlanning: Checking for conflicting actions ... Done
1822026-05-14T22:44:37.808ZPlanning: Consolidating action changes ... Done
1832026-05-14T22:44:37.966ZPlanning: Evaluating mediators ... Done
1842026-05-14T22:44:37.969ZPlanning: Planning completed in 0.27 seconds
1852026-05-14T22:44:37.989Z Mediators to change: 1
1862026-05-14T22:44:37.989Z Create boot environment: No
1872026-05-14T22:44:37.992ZCreate backup boot environment: No
1882026-05-14T22:44:38.040ZFinalize: Updating package state database ... Done
1892026-05-14T22:44:38.040ZFinalize: Updating package cache ... Done
1902026-05-14T22:44:38.048ZFinalize: Updating image state ... Done
1912026-05-14T22:44:39.971ZFinalize: Creating fast lookup database ... Done
1922026-05-14T22:44:40.033ZFinalize: Reading search index ... Done
1932026-05-14T22:44:40.036ZFinalize: Updating search index ... Done
1942026-05-14T22:44:40.103ZFinalize: Updating package cache ... Done
1952026-05-14T22:44:40.411ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-14T22:44:40.411Zapache system 2.4 system
1972026-05-14T22:44:40.411Zclang system 15 system
1982026-05-14T22:44:40.411Zcsh system system illumos
1992026-05-14T22:44:40.411Zctags system system illumos
2002026-05-14T22:44:40.411Zfile vendor vendor darwinsys
2012026-05-14T22:44:40.411Zfile system system illumos
2022026-05-14T22:44:40.411Zgcc vendor 14 vendor
2032026-05-14T22:44:40.411Zgcc system 13 system
2042026-05-14T22:44:40.411Zgcc system 10 system
2052026-05-14T22:44:40.411Zgo system 1.25 system
2062026-05-14T22:44:40.411Zllvm system 15 system
2072026-05-14T22:44:40.411Zmariadb system 11.4 system
2082026-05-14T22:44:40.411Zmta vendor vendor dma
2092026-05-14T22:44:40.411Zopenjdk system 17 system
2102026-05-14T22:44:40.411Zopenjdk system 11 system
2112026-05-14T22:44:40.411Zopenssl vendor 3 vendor
2122026-05-14T22:44:40.412Zperl system 5.40 system
2132026-05-14T22:44:40.412Zpostgresql system 18 system
2142026-05-14T22:44:40.412Zpostgresql system 17 system
2152026-05-14T22:44:40.412Zpython vendor 3 vendor
2162026-05-14T22:44:40.412Zpython system 2 system
2172026-05-14T22:44:40.412Zpython3 vendor 3.13 vendor
2182026-05-14T22:44:40.412Zruby system 3.4 system
2192026-05-14T22:44:40.412Zruby system 3.0 system
2202026-05-14T22:44:40.412Zwords vendor vendor american-english
2212026-05-14T22:44:40.412Zwords system system australian-english
2222026-05-14T22:44:40.412Zwords system system british-english
2232026-05-14T22:44:40.412Zwords system system canadian-english
2242026-05-14T22:44:40.412Zwords system system french
2252026-05-14T22:44:40.412Zwords system system italian
2262026-05-14T22:44:40.412Zwords system system ngerman
2272026-05-14T22:44:40.412Zwords system system ogerman
2282026-05-14T22:44:40.412Zwords system system spanish
2292026-05-14T22:44:40.663ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-14T22:44:40.663Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-14T22:44:40.929ZFMRI IFO
2322026-05-14T22:44:40.929Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-14T22:44:40.929Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-14T22:44:40.929Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-14T22:44:40.929Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-14T22:44:40.929Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-14T22:44:40.929Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-14T22:44:40.929Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-14T22:44:40.929Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-14T22:44:40.929Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-14T22:44:41.162Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-14T22:44:41.391Z Updating crates.io index
2432026-05-14T22:44:41.424Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-14T22:44:41.634Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-14T22:44:42.514Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-14T22:44:43.031Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-14T22:44:43.822Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-14T22:44:44.506Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-14T22:44:45.830Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-14T22:44:46.572Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-14T22:44:46.855Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-14T22:44:47.724Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-14T22:44:48.085Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-14T22:44:48.412Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-14T22:44:48.766Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-14T22:44:49.736Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-14T22:44:50.287Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-05-14T22:44:50.613Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-05-14T22:44:50.923Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2602026-05-14T22:44:51.257Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-05-14T22:44:51.471Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-05-14T22:44:51.715Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-05-14T22:44:51.961Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-05-14T22:44:52.365Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-05-14T22:44:52.880Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2662026-05-14T22:44:53.363Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2672026-05-14T22:44:53.585Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2682026-05-14T22:44:53.902Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692026-05-14T22:44:54.972Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702026-05-14T22:44:55.692Z Updating git repository `https://github.com/oxidecomputer/crucible`
2712026-05-14T22:44:56.306Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722026-05-14T22:44:56.742Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732026-05-14T22:44:57.062Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742026-05-14T22:44:57.450Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-05-14T22:44:57.768Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-05-14T22:44:58.107Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2772026-05-14T22:44:58.684Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2782026-05-14T22:44:58.946Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2792026-05-14T22:44:59.263Z Updating git repository `https://github.com/illumos/smf-rs`
2802026-05-14T22:44:59.636Z Updating git repository `https://github.com/oxidecomputer/omicron`
2812026-05-14T22:45:11.870Z Downloading crates ...
2822026-05-14T22:45:11.917Z Downloaded block-buffer v0.10.4
2832026-05-14T22:45:11.925Z Downloaded idna_adapter v1.2.1
2842026-05-14T22:45:11.928Z Downloaded zmij v1.0.21
2852026-05-14T22:45:11.931Z Downloaded utf8parse v0.2.2
2862026-05-14T22:45:11.931Z Downloaded cargo-util-schemas v0.8.2
2872026-05-14T22:45:11.934Z Downloaded heck v0.5.0
2882026-05-14T22:45:11.934Z Downloaded fs-err v3.3.0
2892026-05-14T22:45:11.934Z Downloaded cargo-platform v0.2.0
2902026-05-14T22:45:11.934Z Downloaded camino v1.2.2
2912026-05-14T22:45:11.936Z Downloaded usdt-impl v0.5.0
2922026-05-14T22:45:11.936Z Downloaded thiserror-impl v2.0.18
2932026-05-14T22:45:11.939Z Downloaded cargo_toml v0.21.0
2942026-05-14T22:45:11.939Z Downloaded bytecount v0.6.9
2952026-05-14T22:45:11.942Z Downloaded camino-tempfile v1.4.1
2962026-05-14T22:45:11.944Z Downloaded typeid v1.0.3
2972026-05-14T22:45:11.944Z Downloaded writeable v0.6.2
2982026-05-14T22:45:11.944Z Downloaded unicode-xid v0.2.6
2992026-05-14T22:45:11.947Z Downloaded cargo_metadata v0.21.0
3002026-05-14T22:45:11.947Z Downloaded anstream v0.6.21
3012026-05-14T22:45:11.947Z Downloaded tempfile v3.25.0
3022026-05-14T22:45:11.949Z Downloaded toml_datetime v0.6.11
3032026-05-14T22:45:11.949Z Downloaded zerofrom v0.1.6
3042026-05-14T22:45:11.949Z Downloaded thiserror v1.0.69
3052026-05-14T22:45:11.952Z Downloaded form_urlencoded v1.2.2
3062026-05-14T22:45:11.955Z Downloaded displaydoc v0.2.5
3072026-05-14T22:45:11.955Z Downloaded dtrace-parser v0.2.0
3082026-05-14T22:45:11.957Z Downloaded version_check v0.9.5
3092026-05-14T22:45:11.957Z Downloaded toml_write v0.1.2
3102026-05-14T22:45:11.960Z Downloaded zerovec-derive v0.11.2
3112026-05-14T22:45:11.960Z Downloaded serde_derive v1.0.228
3122026-05-14T22:45:11.963Z Downloaded zerofrom-derive v0.1.6
3132026-05-14T22:45:11.963Z Downloaded utf8_iter v1.0.4
3142026-05-14T22:45:11.963Z Downloaded yoke-derive v0.8.1
3152026-05-14T22:45:11.966Z Downloaded usdt-macro v0.5.0
3162026-05-14T22:45:11.966Z Downloaded usdt-attr-macro v0.5.0
3172026-05-14T22:45:11.969Z Downloaded usdt v0.5.0
3182026-05-14T22:45:11.969Z Downloaded thread-id v4.2.2
3192026-05-14T22:45:11.972Z Downloaded thiserror-impl v1.0.69
3202026-05-14T22:45:11.972Z Downloaded thiserror v2.0.18
3212026-05-14T22:45:11.975Z Downloaded errno v0.3.14
3222026-05-14T22:45:11.978Z Downloaded cpufeatures v0.2.17
3232026-05-14T22:45:11.978Z Downloaded dof v0.3.0
3242026-05-14T22:45:11.981Z Downloaded yoke v0.8.1
3252026-05-14T22:45:11.981Z Downloaded ordered-float v2.10.1
3262026-05-14T22:45:11.984Z Downloaded equivalent v1.0.2
3272026-05-14T22:45:11.984Z Downloaded scroll_derive v0.12.1
3282026-05-14T22:45:11.984Z Downloaded toml v0.8.23
3292026-05-14T22:45:11.984Z Downloaded tinystr v0.8.2
3302026-05-14T22:45:11.986Z Downloaded proc-macro-error-attr v1.0.4
3312026-05-14T22:45:11.986Z Downloaded colorchoice v1.0.4
3322026-05-14T22:45:11.987Z Downloaded fnv v1.0.7
3332026-05-14T22:45:11.987Z Downloaded memmap v0.7.0
3342026-05-14T22:45:11.989Z Downloaded anstyle-query v1.1.5
3352026-05-14T22:45:11.989Z Downloaded clap_lex v1.0.0
3362026-05-14T22:45:11.992Z Downloaded zerocopy-derive v0.7.35
3372026-05-14T22:45:11.994Z Downloaded textwrap v0.16.2
3382026-05-14T22:45:11.994Z Downloaded pretty-hex v0.4.1
3392026-05-14T22:45:11.994Z Downloaded is_terminal_polyfill v1.70.2
3402026-05-14T22:45:11.997Z Downloaded crypto-common v0.1.7
3412026-05-14T22:45:11.997Z Downloaded serde-value v0.7.0
3422026-05-14T22:45:11.999Z Downloaded tabled_derive v0.7.0
3432026-05-14T22:45:12.003Z Downloaded serde_spanned v0.6.9
3442026-05-14T22:45:12.005Z Downloaded ucd-trie v0.1.7
3452026-05-14T22:45:12.005Z Downloaded typenum v1.19.0
3462026-05-14T22:45:12.008Z Downloaded terminal_size v0.4.3
3472026-05-14T22:45:12.008Z Downloaded macaddr v1.0.1
3482026-05-14T22:45:12.010Z Downloaded heck v0.4.1
3492026-05-14T22:45:12.010Z Downloaded cfg-if v1.0.4
3502026-05-14T22:45:12.012Z Downloaded zerotrie v0.2.3
3512026-05-14T22:45:12.012Z Downloaded generic-array v0.14.7
3522026-05-14T22:45:12.015Z Downloaded anstyle v1.0.13
3532026-05-14T22:45:12.015Z Downloaded unicode-ident v1.0.24
3542026-05-14T22:45:12.017Z Downloaded unicode-linebreak v0.1.5
3552026-05-14T22:45:12.020Z Downloaded toml_edit v0.22.27
3562026-05-14T22:45:12.023Z Downloaded url v2.5.8
3572026-05-14T22:45:12.023Z Downloaded potential_utf v0.1.4
3582026-05-14T22:45:12.025Z Downloaded fastrand v2.3.0
3592026-05-14T22:45:12.025Z Downloaded zerocopy v0.7.35
3602026-05-14T22:45:12.033Z Downloaded swrite v0.1.0
3612026-05-14T22:45:12.036Z Downloaded zerovec v0.11.5
3622026-05-14T22:45:12.038Z Downloaded strsim v0.11.1
3632026-05-14T22:45:12.038Z Downloaded stable_deref_trait v1.2.1
3642026-05-14T22:45:12.038Z Downloaded percent-encoding v2.3.2
3652026-05-14T22:45:12.038Z Downloaded itoa v1.0.17
3662026-05-14T22:45:12.041Z Downloaded winnow v0.7.14
3672026-05-14T22:45:12.046Z Downloaded smawk v0.3.2
3682026-05-14T22:45:12.049Z Downloaded serde-untagged v0.1.9
3692026-05-14T22:45:12.051Z Downloaded proc-macro-error v1.0.4
3702026-05-14T22:45:12.053Z Downloaded unicode-width v0.2.0
3712026-05-14T22:45:12.055Z Downloaded unicode-width v0.1.14
3722026-05-14T22:45:12.058Z Downloaded plain v0.2.3
3732026-05-14T22:45:12.065Z Downloaded clap_derive v4.5.55
3742026-05-14T22:45:12.068Z Downloaded serde v1.0.228
3752026-05-14T22:45:12.074Z Downloaded digest v0.10.7
3762026-05-14T22:45:12.074Z Downloaded serde_tokenstream v0.2.3
3772026-05-14T22:45:12.074Z Downloaded byteorder v1.5.0
3782026-05-14T22:45:12.074Z Downloaded quote v1.0.45
3792026-05-14T22:45:12.077Z Downloaded anstyle-parse v0.2.7
3802026-05-14T22:45:12.082Z Downloaded synstructure v0.13.2
3812026-05-14T22:45:12.085Z Downloaded sha2 v0.10.9
3822026-05-14T22:45:12.085Z Downloaded autocfg v1.5.0
3832026-05-14T22:45:12.092Z Downloaded icu_collections v2.1.1
3842026-05-14T22:45:12.099Z Downloaded once_cell v1.21.3
3852026-05-14T22:45:12.104Z Downloaded pest_generator v2.8.6
3862026-05-14T22:45:12.108Z Downloaded bitflags v2.11.0
3872026-05-14T22:45:12.111Z Downloaded anyhow v1.0.102
3882026-05-14T22:45:12.113Z Downloaded scroll v0.12.0
3892026-05-14T22:45:12.113Z Downloaded erased-serde v0.4.9
3902026-05-14T22:45:12.115Z Downloaded pest_derive v2.8.6
3912026-05-14T22:45:12.121Z Downloaded semver v1.0.28
3922026-05-14T22:45:12.128Z Downloaded num-traits v0.2.19
3932026-05-14T22:45:12.130Z Downloaded serde_core v1.0.228
3942026-05-14T22:45:12.133Z Downloaded proc-macro2 v1.0.106
3952026-05-14T22:45:12.136Z Downloaded log v0.4.29
3962026-05-14T22:45:12.141Z Downloaded litemap v0.8.1
3972026-05-14T22:45:12.147Z Downloaded icu_provider v2.1.1
3982026-05-14T22:45:12.150Z Downloaded clap v4.5.60
3992026-05-14T22:45:12.154Z Downloaded smallvec v1.15.1
4002026-05-14T22:45:12.157Z Downloaded getrandom v0.4.1
4012026-05-14T22:45:12.160Z Downloaded icu_normalizer_data v2.1.1
4022026-05-14T22:45:12.160Z Downloaded papergrid v0.11.0
4032026-05-14T22:45:12.163Z Downloaded pest_meta v2.8.6
4042026-05-14T22:45:12.167Z Downloaded icu_normalizer v2.1.1
4052026-05-14T22:45:12.170Z Downloaded icu_locale_core v2.1.1
4062026-05-14T22:45:12.173Z Downloaded icu_properties v2.1.2
4072026-05-14T22:45:12.178Z Downloaded memchr v2.8.0
4082026-05-14T22:45:12.191Z Downloaded indexmap v2.14.0
4092026-05-14T22:45:12.198Z Downloaded rustix v1.1.3
4102026-05-14T22:45:12.211Z Downloaded pest v2.8.6
4112026-05-14T22:45:12.214Z Downloaded hashbrown v0.17.0
4122026-05-14T22:45:12.220Z Downloaded idna v1.1.0
4132026-05-14T22:45:12.225Z Downloaded clap_builder v4.5.60
4142026-05-14T22:45:12.268Z Downloaded icu_properties_data v2.1.2
4152026-05-14T22:45:12.268Z Downloaded goblin v0.8.2
4162026-05-14T22:45:12.271Z Downloaded tabled v0.15.0
4172026-05-14T22:45:12.271Z Downloaded serde_json v1.0.149
4182026-05-14T22:45:12.271Z Downloaded syn v1.0.109
4192026-05-14T22:45:12.271Z Downloaded syn v2.0.117
4202026-05-14T22:45:12.286Z Downloaded libc v0.2.185
4212026-05-14T22:45:12.354Z Compiling proc-macro2 v1.0.106
4222026-05-14T22:45:12.354Z Compiling unicode-ident v1.0.24
4232026-05-14T22:45:12.354Z Compiling quote v1.0.45
4242026-05-14T22:45:12.357Z Compiling serde_core v1.0.228
4252026-05-14T22:45:12.357Z Compiling libc v0.2.185
4262026-05-14T22:45:12.357Z Compiling version_check v0.9.5
4272026-05-14T22:45:12.357Z Compiling memchr v2.8.0
4282026-05-14T22:45:12.357Z Compiling stable_deref_trait v1.2.1
4292026-05-14T22:45:12.675Z Compiling serde v1.0.228
4302026-05-14T22:45:12.690Z Compiling zmij v1.0.21
4312026-05-14T22:45:12.865Z Compiling thiserror v1.0.69
4322026-05-14T22:45:13.057Z Compiling ucd-trie v0.1.7
4332026-05-14T22:45:13.060Z Compiling autocfg v1.5.0
4342026-05-14T22:45:13.139Z Compiling itoa v1.0.17
4352026-05-14T22:45:13.330Z Compiling pest v2.8.6
4362026-05-14T22:45:13.382Z Compiling litemap v0.8.1
4372026-05-14T22:45:13.423Z Compiling writeable v0.6.2
4382026-05-14T22:45:13.539Z Compiling byteorder v1.5.0
4392026-05-14T22:45:13.586Z Compiling icu_properties_data v2.1.2
4402026-05-14T22:45:13.617Z Compiling icu_normalizer_data v2.1.1
4412026-05-14T22:45:13.779Z Compiling rustix v1.1.3
4422026-05-14T22:45:13.849Z Compiling errno v0.3.14
4432026-05-14T22:45:13.869Z Compiling bitflags v2.11.0
4442026-05-14T22:45:13.952Z Compiling syn v2.0.117
4452026-05-14T22:45:14.002Z Compiling serde_json v1.0.149
4462026-05-14T22:45:14.173Z Compiling num-traits v0.2.19
4472026-05-14T22:45:14.226Z Compiling hashbrown v0.17.0
4482026-05-14T22:45:14.348Z Compiling pest_meta v2.8.6
4492026-05-14T22:45:14.381Z Compiling equivalent v1.0.2
4502026-05-14T22:45:14.471Z Compiling smallvec v1.15.1
4512026-05-14T22:45:14.564Z Compiling typeid v1.0.3
4522026-05-14T22:45:14.702Z Compiling indexmap v2.14.0
4532026-05-14T22:45:14.880Z Compiling thread-id v4.2.2
4542026-05-14T22:45:14.922Z Compiling usdt-impl v0.5.0
4552026-05-14T22:45:14.938Z Compiling proc-macro-error-attr v1.0.4
4562026-05-14T22:45:14.963Z Compiling winnow v0.7.14
4572026-05-14T22:45:15.176Z Compiling syn v1.0.109
4582026-05-14T22:45:15.179Z Compiling erased-serde v0.4.9
4592026-05-14T22:45:15.417Z Compiling toml_write v0.1.2
4602026-05-14T22:45:15.657Z Compiling proc-macro-error v1.0.4
4612026-05-14T22:45:15.696Z Compiling thiserror v2.0.18
4622026-05-14T22:45:15.846Z Compiling percent-encoding v2.3.2
4632026-05-14T22:45:16.031Z Compiling plain v0.2.3
4642026-05-14T22:45:16.047Z Compiling getrandom v0.4.1
4652026-05-14T22:45:16.053Z Compiling camino v1.2.2
4662026-05-14T22:45:16.145Z Compiling utf8parse v0.2.2
4672026-05-14T22:45:16.210Z Compiling utf8_iter v1.0.4
4682026-05-14T22:45:16.265Z Compiling log v0.4.29
4692026-05-14T22:45:16.367Z Compiling anstyle-parse v0.2.7
4702026-05-14T22:45:16.431Z Compiling ordered-float v2.10.1
4712026-05-14T22:45:16.461Z Compiling form_urlencoded v1.2.2
4722026-05-14T22:45:16.638Z Compiling synstructure v0.13.2
4732026-05-14T22:45:16.655Z Compiling pest_generator v2.8.6
4742026-05-14T22:45:16.675Z Compiling terminal_size v0.4.3
4752026-05-14T22:45:16.820Z Compiling anstyle-query v1.1.5
4762026-05-14T22:45:16.908Z Compiling colorchoice v1.0.4
4772026-05-14T22:45:16.937Z Compiling cfg-if v1.0.4
4782026-05-14T22:45:16.961Z Compiling pretty-hex v0.4.1
4792026-05-14T22:45:16.977Z Compiling anstyle v1.0.13
4802026-05-14T22:45:17.013Z Compiling is_terminal_polyfill v1.70.2
4812026-05-14T22:45:17.119Z Compiling serde-untagged v0.1.9
4822026-05-14T22:45:17.211Z Compiling anstream v0.6.21
4832026-05-14T22:45:17.246Z Compiling semver v1.0.28
4842026-05-14T22:45:17.365Z Compiling fs-err v3.3.0
4852026-05-14T22:45:17.383Z Compiling unicode-width v0.1.14
4862026-05-14T22:45:17.529Z Compiling anyhow v1.0.102
4872026-05-14T22:45:17.553Z Compiling unicode-xid v0.2.6
4882026-05-14T22:45:17.570Z Compiling once_cell v1.21.3
4892026-05-14T22:45:17.588Z Compiling heck v0.5.0
4902026-05-14T22:45:17.657Z Compiling bytecount v0.6.9
4912026-05-14T22:45:17.680Z Compiling clap_lex v1.0.0
4922026-05-14T22:45:17.798Z Compiling fastrand v2.3.0
4932026-05-14T22:45:17.822Z Compiling strsim v0.11.1
4942026-05-14T22:45:17.839Z Compiling fnv v1.0.7
4952026-05-14T22:45:17.907Z Compiling heck v0.4.1
4962026-05-14T22:45:17.941Z Compiling papergrid v0.11.0
4972026-05-14T22:45:18.057Z Compiling clap_builder v4.5.60
4982026-05-14T22:45:18.083Z Compiling tempfile v3.25.0
4992026-05-14T22:45:18.268Z Compiling memmap v0.7.0
5002026-05-14T22:45:18.302Z Compiling serde_derive v1.0.228
5012026-05-14T22:45:18.345Z Compiling zerofrom-derive v0.1.6
5022026-05-14T22:45:18.449Z Compiling yoke-derive v0.8.1
5032026-05-14T22:45:18.466Z Compiling zerovec-derive v0.11.2
5042026-05-14T22:45:18.621Z Compiling displaydoc v0.2.5
5052026-05-14T22:45:19.354Z Compiling thiserror-impl v1.0.69
5062026-05-14T22:45:19.385Z Compiling zerocopy-derive v0.7.35
5072026-05-14T22:45:19.573Z Compiling pest_derive v2.8.6
5082026-05-14T22:45:19.623Z Compiling scroll_derive v0.12.1
5092026-05-14T22:45:19.703Z Compiling zerofrom v0.1.6
5102026-05-14T22:45:19.839Z Compiling yoke v0.8.1
5112026-05-14T22:45:19.991Z Compiling thiserror-impl v2.0.18
5122026-05-14T22:45:20.033Z Compiling zerovec v0.11.5
5132026-05-14T22:45:20.262Z Compiling zerotrie v0.2.3
5142026-05-14T22:45:20.310Z Compiling zerocopy v0.7.35
5152026-05-14T22:45:20.598Z Compiling tinystr v0.8.2
5162026-05-14T22:45:20.631Z Compiling potential_utf v0.1.4
5172026-05-14T22:45:20.727Z Compiling dtrace-parser v0.2.0
5182026-05-14T22:45:20.801Z Compiling icu_locale_core v2.1.1
5192026-05-14T22:45:20.819Z Compiling icu_collections v2.1.1
5202026-05-14T22:45:20.870Z Compiling scroll v0.12.0
5212026-05-14T22:45:21.077Z Compiling tabled_derive v0.7.0
5222026-05-14T22:45:21.147Z Compiling goblin v0.8.2
5232026-05-14T22:45:21.200Z Compiling clap_derive v4.5.55
5242026-05-14T22:45:21.488Z Compiling icu_provider v2.1.1
5252026-05-14T22:45:21.523Z Compiling unicode-width v0.2.0
5262026-05-14T22:45:21.691Z Compiling toml_datetime v0.6.11
5272026-05-14T22:45:21.745Z Compiling icu_properties v2.1.2
5282026-05-14T22:45:21.785Z Compiling icu_normalizer v2.1.1
5292026-05-14T22:45:21.803Z Compiling serde_spanned v0.6.9
5302026-05-14T22:45:21.823Z Compiling dof v0.3.0
5312026-05-14T22:45:21.954Z Compiling toml_edit v0.22.27
5322026-05-14T22:45:21.977Z Compiling serde_tokenstream v0.2.3
5332026-05-14T22:45:21.993Z Compiling serde-value v0.7.0
5342026-05-14T22:45:22.281Z Compiling cargo-platform v0.2.0
5352026-05-14T22:45:22.319Z Compiling smawk v0.3.2
5362026-05-14T22:45:22.350Z Compiling unicode-linebreak v0.1.5
5372026-05-14T22:45:22.459Z Compiling tabled v0.15.0
5382026-05-14T22:45:22.554Z Compiling textwrap v0.16.2
5392026-05-14T22:45:22.598Z Compiling idna_adapter v1.2.1
5402026-05-14T22:45:22.744Z Compiling idna v1.1.0
5412026-05-14T22:45:22.814Z Compiling usdt-macro v0.5.0
5422026-05-14T22:45:22.833Z Compiling usdt-attr-macro v0.5.0
5432026-05-14T22:45:22.947Z Compiling clap v4.5.60
5442026-05-14T22:45:23.011Z Compiling macaddr v1.0.1
5452026-05-14T22:45:23.035Z Compiling url v2.5.8
5462026-05-14T22:45:23.394Z Compiling toml v0.8.23
5472026-05-14T22:45:23.516Z Compiling camino-tempfile v1.4.1
5482026-05-14T22:45:23.749Z Compiling swrite v0.1.0
5492026-05-14T22:45:23.791Z Compiling cargo-util-schemas v0.8.2
5502026-05-14T22:45:23.903Z Compiling cargo_toml v0.21.0
5512026-05-14T22:45:24.009Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5522026-05-14T22:45:24.262Z Compiling usdt v0.5.0
5532026-05-14T22:45:24.708Z Compiling cargo_metadata v0.21.0
5542026-05-14T22:45:25.688Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5552026-05-14T22:45:27.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.75s
5562026-05-14T22:45:27.999Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5572026-05-14T22:45:28.559Z Downloading crates ...
5582026-05-14T22:45:28.652Z Downloaded aead v0.5.2
5592026-05-14T22:45:28.661Z Downloaded arrayvec v0.7.6
5602026-05-14T22:45:28.661Z Downloaded argon2 v0.5.3
5612026-05-14T22:45:28.661Z Downloaded atty v0.2.14
5622026-05-14T22:45:28.664Z Downloaded array-init v0.0.4
5632026-05-14T22:45:28.664Z Downloaded adler2 v2.0.1
5642026-05-14T22:45:28.664Z Downloaded cassowary v0.3.0
5652026-05-14T22:45:28.664Z Downloaded cookie v0.18.1
5662026-05-14T22:45:28.668Z Downloaded arrayref v0.3.9
5672026-05-14T22:45:28.672Z Downloaded bitfield-macros v0.19.4
5682026-05-14T22:45:28.678Z Downloaded crossbeam-epoch v0.9.18
5692026-05-14T22:45:28.678Z Downloaded aes v0.8.4
5702026-05-14T22:45:28.697Z Downloaded chacha20 v0.10.0
5712026-05-14T22:45:28.697Z Downloaded dyn-clone v1.0.20
5722026-05-14T22:45:28.697Z Downloaded dropshot-api-manager-types v0.7.1
5732026-05-14T22:45:28.697Z Downloaded crucible-workspace-hack v0.1.0
5742026-05-14T22:45:28.697Z Downloaded cfg_aliases v0.2.1
5752026-05-14T22:45:28.697Z Downloaded async-stream-impl v0.3.6
5762026-05-14T22:45:28.697Z Downloaded bit-set v0.5.3
5772026-05-14T22:45:28.697Z Downloaded ctr v0.9.2
5782026-05-14T22:45:28.701Z Downloaded filetime v0.2.27
5792026-05-14T22:45:28.701Z Downloaded blake2 v0.10.6
5802026-05-14T22:45:28.702Z Downloaded bit-vec v0.8.0
5812026-05-14T22:45:28.702Z Downloaded crossbeam-channel v0.5.15
5822026-05-14T22:45:28.702Z Downloaded base16ct v0.2.0
5832026-05-14T22:45:28.702Z Downloaded bit-vec v0.6.3
5842026-05-14T22:45:28.702Z Downloaded derive_more v0.99.20
5852026-05-14T22:45:28.706Z Downloaded critical-section v1.2.0
5862026-05-14T22:45:28.706Z Downloaded crc32fast v1.5.0
5872026-05-14T22:45:28.713Z Downloaded castaway v0.2.4
5882026-05-14T22:45:28.713Z Downloaded async-stream v0.3.6
5892026-05-14T22:45:28.713Z Downloaded env_filter v1.0.0
5902026-05-14T22:45:28.725Z Downloaded bcs v0.1.6
5912026-05-14T22:45:28.725Z Downloaded byte-wrapper v0.1.0
5922026-05-14T22:45:28.725Z Downloaded async-bb8-diesel v0.2.1
5932026-05-14T22:45:28.725Z Downloaded ed25519-dalek v2.2.0
5942026-05-14T22:45:28.730Z Downloaded bitfield-struct v0.6.2
5952026-05-14T22:45:28.730Z Downloaded crc v3.4.0
5962026-05-14T22:45:28.730Z Downloaded der_derive v0.7.3
5972026-05-14T22:45:28.730Z Downloaded crossbeam-utils v0.8.21
5982026-05-14T22:45:28.730Z Downloaded futures-core v0.3.32
5992026-05-14T22:45:28.730Z Downloaded dtrace-parser v0.3.0
6002026-05-14T22:45:28.730Z Downloaded debug-ignore v1.0.5
6012026-05-14T22:45:28.730Z Downloaded dirs-sys-next v0.1.2
6022026-05-14T22:45:28.730Z Downloaded defmt v0.3.100
6032026-05-14T22:45:28.730Z Downloaded crc-catalog v2.4.0
6042026-05-14T22:45:28.730Z Downloaded bit-set v0.8.0
6052026-05-14T22:45:28.736Z Downloaded foreign-types v0.3.2
6062026-05-14T22:45:28.736Z Downloaded crc8 v0.1.1
6072026-05-14T22:45:28.736Z Downloaded compression-core v0.4.31
6082026-05-14T22:45:28.736Z Downloaded dof v0.4.0
6092026-05-14T22:45:28.736Z Downloaded ciborium-ll v0.2.2
6102026-05-14T22:45:28.742Z Downloaded darling_macro v0.23.0
6112026-05-14T22:45:28.742Z Downloaded darling_macro v0.20.11
6122026-05-14T22:45:28.742Z Downloaded darling_macro v0.21.3
6132026-05-14T22:45:28.742Z Downloaded compression-codecs v0.4.37
6142026-05-14T22:45:28.742Z Downloaded crunchy v0.2.4
6152026-05-14T22:45:28.747Z Downloaded blowfish v0.9.1
6162026-05-14T22:45:28.748Z Downloaded derive_builder_macro v0.20.2
6172026-05-14T22:45:28.748Z Downloaded cargo-platform v0.1.9
6182026-05-14T22:45:28.748Z Downloaded fd-lock v4.0.4
6192026-05-14T22:45:28.748Z Downloaded downcast-rs v2.0.2
6202026-05-14T22:45:28.755Z Downloaded cpufeatures v0.3.0
6212026-05-14T22:45:28.755Z Downloaded ciborium-io v0.2.2
6222026-05-14T22:45:28.755Z Downloaded ascii-canvas v3.0.0
6232026-05-14T22:45:28.755Z Downloaded arc-swap v1.8.2
6242026-05-14T22:45:28.760Z Downloaded dunce v1.0.5
6252026-05-14T22:45:28.760Z Downloaded display-error-chain v0.2.2
6262026-05-14T22:45:28.760Z Downloaded cfg_aliases v0.1.1
6272026-05-14T22:45:28.760Z Downloaded assert_matches v1.5.0
6282026-05-14T22:45:28.761Z Downloaded derive_builder v0.20.2
6292026-05-14T22:45:28.761Z Downloaded float-cmp v0.10.0
6302026-05-14T22:45:28.761Z Downloaded embedded-io v0.6.1
6312026-05-14T22:45:28.761Z Downloaded convert_case v0.4.0
6322026-05-14T22:45:28.767Z Downloaded atomic-waker v1.1.2
6332026-05-14T22:45:28.767Z Downloaded daft v0.1.5
6342026-05-14T22:45:28.767Z Downloaded backoff v0.4.0
6352026-05-14T22:45:28.773Z Downloaded async-trait v0.1.89
6362026-05-14T22:45:28.773Z Downloaded document-features v0.2.12
6372026-05-14T22:45:28.773Z Downloaded cstr-argument v0.1.2
6382026-05-14T22:45:28.773Z Downloaded cobs v0.3.0
6392026-05-14T22:45:28.774Z Downloaded block-padding v0.3.3
6402026-05-14T22:45:28.774Z Downloaded atomicwrites v0.4.4
6412026-05-14T22:45:28.783Z Downloaded derive-ex v0.1.8
6422026-05-14T22:45:28.783Z Downloaded crossbeam-deque v0.8.6
6432026-05-14T22:45:28.783Z Downloaded endian-type v0.1.2
6442026-05-14T22:45:28.783Z Downloaded defmt-parser v1.0.0
6452026-05-14T22:45:28.783Z Downloaded bb8 v0.8.6
6462026-05-14T22:45:28.783Z Downloaded enum-as-inner v0.6.1
6472026-05-14T22:45:28.783Z Downloaded foreign-types-shared v0.3.1
6482026-05-14T22:45:28.788Z Downloaded foreign-types-macros v0.2.3
6492026-05-14T22:45:28.788Z Downloaded flagset v0.4.7
6502026-05-14T22:45:28.788Z Downloaded funty v2.0.0
6512026-05-14T22:45:28.788Z Downloaded foreign-types-shared v0.1.1
6522026-05-14T22:45:28.788Z Downloaded dirs-next v2.0.0
6532026-05-14T22:45:28.789Z Downloaded fxhash v0.2.1
6542026-05-14T22:45:28.795Z Downloaded futures-sink v0.3.32
6552026-05-14T22:45:28.795Z Downloaded camino-tempfile-ext v0.3.3
6562026-05-14T22:45:28.795Z Downloaded float-ord v0.3.2
6572026-05-14T22:45:28.795Z Downloaded diesel_table_macro_syntax v0.3.0
6582026-05-14T22:45:28.804Z Downloaded cbc v0.1.2
6592026-05-14T22:45:28.804Z Downloaded base64ct v1.8.3
6602026-05-14T22:45:28.804Z Downloaded futures-task v0.3.32
6612026-05-14T22:45:28.804Z Downloaded difflib v0.4.0
6622026-05-14T22:45:28.804Z Downloaded ed25519 v2.2.3
6632026-05-14T22:45:28.804Z Downloaded embedded-io v0.4.0
6642026-05-14T22:45:28.804Z Downloaded curve25519-dalek-derive v0.1.1
6652026-05-14T22:45:28.808Z Downloaded const_format_proc_macros v0.2.34
6662026-05-14T22:45:28.808Z Downloaded futures-io v0.3.32
6672026-05-14T22:45:28.808Z Downloaded fixedbitset v0.4.2
6682026-05-14T22:45:28.808Z Downloaded csv-core v0.1.13
6692026-05-14T22:45:28.808Z Downloaded bcrypt-pbkdf v0.10.0
6702026-05-14T22:45:28.808Z Downloaded hash32 v0.2.1
6712026-05-14T22:45:28.811Z Downloaded git-stub v1.0.0
6722026-05-14T22:45:28.811Z Downloaded ecdsa v0.16.9
6732026-05-14T22:45:28.811Z Downloaded globwalk v0.9.1
6742026-05-14T22:45:28.815Z Downloaded crossterm v0.29.0
6752026-05-14T22:45:28.820Z Downloaded hex-literal v0.4.1
6762026-05-14T22:45:28.820Z Downloaded headers-core v0.3.0
6772026-05-14T22:45:28.820Z Downloaded hash32 v0.3.1
6782026-05-14T22:45:28.820Z Downloaded foldhash v0.1.5
6792026-05-14T22:45:28.820Z Downloaded ena v0.14.4
6802026-05-14T22:45:28.825Z Downloaded ghash v0.5.1
6812026-05-14T22:45:28.825Z Downloaded http-body v1.0.1
6822026-05-14T22:45:28.825Z Downloaded deranged v0.5.8
6832026-05-14T22:45:28.835Z Downloaded http-range v0.1.5
6842026-05-14T22:45:28.835Z Downloaded home v0.5.12
6852026-05-14T22:45:28.835Z Downloaded cargo_metadata v0.19.2
6862026-05-14T22:45:28.835Z Downloaded bitfield v0.19.4
6872026-05-14T22:45:28.840Z Downloaded defmt-macros v1.0.1
6882026-05-14T22:45:28.840Z Downloaded env_logger v0.11.9
6892026-05-14T22:45:28.840Z Downloaded foreign-types v0.5.0
6902026-05-14T22:45:28.840Z Downloaded foldhash v0.2.0
6912026-05-14T22:45:28.840Z Downloaded drift v0.1.3
6922026-05-14T22:45:28.841Z Downloaded ff v0.13.1
6932026-05-14T22:45:28.845Z Downloaded corncobs v0.1.4
6942026-05-14T22:45:28.845Z Downloaded erased-serde v0.3.31
6952026-05-14T22:45:28.845Z Downloaded either v1.15.0
6962026-05-14T22:45:28.852Z Downloaded diesel-dtrace v0.5.0
6972026-05-14T22:45:28.852Z Downloaded dsl_auto_type v0.2.0
6982026-05-14T22:45:28.852Z Downloaded convert_case v0.10.0
6992026-05-14T22:45:28.852Z Downloaded constant_time_eq v0.4.2
7002026-05-14T22:45:28.856Z Downloaded cmake v0.1.57
7012026-05-14T22:45:28.857Z Downloaded cipher v0.4.4
7022026-05-14T22:45:28.857Z Downloaded hostname v0.4.2
7032026-05-14T22:45:28.857Z Downloaded data-encoding v2.10.0
7042026-05-14T22:45:28.857Z Downloaded fs_extra v1.3.0
7052026-05-14T22:45:28.861Z Downloaded hubpack_derive v0.1.1
7062026-05-14T22:45:28.861Z Downloaded hubpack v0.1.2
7072026-05-14T22:45:28.861Z Downloaded httpdate v1.0.3
7082026-05-14T22:45:28.861Z Downloaded gethostname v0.5.0
7092026-05-14T22:45:28.861Z Downloaded futures-executor v0.3.32
7102026-05-14T22:45:28.865Z Downloaded fs-err v2.11.0
7112026-05-14T22:45:28.865Z Downloaded fixedbitset v0.5.7
7122026-05-14T22:45:28.865Z Downloaded ident_case v1.0.1
7132026-05-14T22:45:28.865Z Downloaded cookie_store v0.22.1
7142026-05-14T22:45:28.869Z Downloaded derive_builder_core v0.20.2
7152026-05-14T22:45:28.869Z Downloaded cexpr v0.6.0
7162026-05-14T22:45:28.873Z Downloaded bitflags v1.3.2
7172026-05-14T22:45:28.873Z Downloaded hyper-tls v0.6.0
7182026-05-14T22:45:28.873Z Downloaded fallible-iterator v0.2.0
7192026-05-14T22:45:28.876Z Downloaded defmt v1.0.1
7202026-05-14T22:45:28.876Z Downloaded git-stub-vcs v0.1.0
7212026-05-14T22:45:28.880Z Downloaded futures-macro v0.3.32
7222026-05-14T22:45:28.880Z Downloaded instability v0.3.11
7232026-05-14T22:45:28.880Z Downloaded inout v0.1.4
7242026-05-14T22:45:28.880Z Downloaded group v0.13.0
7252026-05-14T22:45:28.884Z Downloaded hex v0.4.3
7262026-05-14T22:45:28.884Z Downloaded globset v0.4.18
7272026-05-14T22:45:28.884Z Downloaded glob v0.3.3
7282026-05-14T22:45:28.887Z Downloaded backon v1.6.0
7292026-05-14T22:45:28.887Z Downloaded hostname v0.3.1
7302026-05-14T22:45:28.891Z Downloaded is_ci v1.2.0
7312026-05-14T22:45:28.891Z Downloaded instant v0.1.13
7322026-05-14T22:45:28.891Z Downloaded indoc v1.0.9
7332026-05-14T22:45:28.891Z Downloaded indent_write v2.2.0
7342026-05-14T22:45:28.896Z Downloaded highway v1.3.0
7352026-05-14T22:45:28.896Z Downloaded keccak v0.1.6
7362026-05-14T22:45:28.896Z Downloaded ahash v0.8.12
7372026-05-14T22:45:28.900Z Downloaded humantime v2.3.0
7382026-05-14T22:45:28.900Z Downloaded lazy_static v1.5.0
7392026-05-14T22:45:28.900Z Downloaded kstat-rs v0.2.4
7402026-05-14T22:45:28.906Z Downloaded console v0.16.2
7412026-05-14T22:45:28.906Z Downloaded des v0.8.1
7422026-05-14T22:45:28.907Z Downloaded daft-derive v0.1.5
7432026-05-14T22:45:28.911Z Downloaded find-msvc-tools v0.1.9
7442026-05-14T22:45:28.911Z Downloaded darling v0.20.11
7452026-05-14T22:45:28.911Z Downloaded http-body-util v0.1.3
7462026-05-14T22:45:28.914Z Downloaded ciborium v0.2.2
7472026-05-14T22:45:28.914Z Downloaded chacha20 v0.9.1
7482026-05-14T22:45:28.917Z Downloaded linked-hash-map v0.5.6
7492026-05-14T22:45:28.917Z Downloaded console v0.15.11
7502026-05-14T22:45:28.921Z Downloaded colored v2.2.0
7512026-05-14T22:45:28.921Z Downloaded const-oid v0.9.6
7522026-05-14T22:45:28.921Z Downloaded colored v3.1.1
7532026-05-14T22:45:28.925Z Downloaded lru v0.12.5
7542026-05-14T22:45:28.925Z Downloaded futures-channel v0.3.32
7552026-05-14T22:45:28.925Z Downloaded bzip2 v0.6.1
7562026-05-14T22:45:28.931Z Downloaded libscf-sys v1.1.0
7572026-05-14T22:45:28.932Z Downloaded darling v0.21.3
7582026-05-14T22:45:28.932Z Downloaded async-compression v0.4.41
7592026-05-14T22:45:28.939Z Downloaded maplit v1.0.2
7602026-05-14T22:45:28.939Z Downloaded lru-slab v0.1.2
7612026-05-14T22:45:28.939Z Downloaded indoc v2.0.7
7622026-05-14T22:45:28.939Z Downloaded diff v0.1.13
7632026-05-14T22:45:28.943Z Downloaded ingot v0.1.1
7642026-05-14T22:45:28.943Z Downloaded match_cfg v0.1.0
7652026-05-14T22:45:28.943Z Downloaded maybe-uninit v2.0.0
7662026-05-14T22:45:28.943Z Downloaded managed v0.8.0
7672026-05-14T22:45:28.943Z Downloaded memoffset v0.9.1
7682026-05-14T22:45:28.943Z Downloaded md5 v0.7.0
7692026-05-14T22:45:28.946Z Downloaded md-5 v0.10.6
7702026-05-14T22:45:28.946Z Downloaded impl-trait-for-tuples v0.2.3
7712026-05-14T22:45:28.949Z Downloaded newtype-uuid-macros v0.1.0
7722026-05-14T22:45:28.949Z Downloaded half v1.8.3
7732026-05-14T22:45:28.949Z Downloaded lzss v0.8.2
7742026-05-14T22:45:28.954Z Downloaded lru-cache v0.1.2
7752026-05-14T22:45:28.954Z Downloaded fatfs v0.3.6
7762026-05-14T22:45:28.954Z Downloaded getrandom v0.2.17
7772026-05-14T22:45:28.954Z Downloaded is-terminal v0.4.17
7782026-05-14T22:45:28.957Z Downloaded newtype_derive v0.1.6
7792026-05-14T22:45:28.957Z Downloaded newline-converter v0.3.0
7802026-05-14T22:45:28.957Z Downloaded new_debug_unreachable v1.0.6
7812026-05-14T22:45:28.962Z Downloaded multimap v0.10.1
7822026-05-14T22:45:28.962Z Downloaded ipnetwork v0.21.1
7832026-05-14T22:45:28.962Z Downloaded internet-checksum v0.2.1
7842026-05-14T22:45:28.962Z Downloaded ingot-types v0.1.2
7852026-05-14T22:45:28.971Z Downloaded num_threads v0.1.7
7862026-05-14T22:45:28.971Z Downloaded ipnet v2.11.0
7872026-05-14T22:45:28.971Z Downloaded hmac v0.12.1
7882026-05-14T22:45:28.971Z Downloaded darling v0.23.0
7892026-05-14T22:45:28.977Z Downloaded nodrop v0.1.14
7902026-05-14T22:45:28.977Z Downloaded dropshot_endpoint v0.17.0
7912026-05-14T22:45:28.977Z Downloaded num v0.4.3
7922026-05-14T22:45:28.977Z Downloaded normalize-line-endings v0.3.0
7932026-05-14T22:45:28.977Z Downloaded jobserver v0.1.34
7942026-05-14T22:45:28.977Z Downloaded num-derive v0.3.3
7952026-05-14T22:45:28.977Z Downloaded libloading v0.8.9
7962026-05-14T22:45:28.980Z Downloaded libefi-sys v0.1.0
7972026-05-14T22:45:28.980Z Downloaded num-conv v0.2.0
7982026-05-14T22:45:28.980Z Downloaded derive-where v1.6.0
7992026-05-14T22:45:28.980Z Downloaded lock_api v0.4.14
8002026-05-14T22:45:28.986Z Downloaded allocator-api2 v0.2.21
8012026-05-14T22:45:28.986Z Downloaded openssl-macros v0.1.1
8022026-05-14T22:45:28.986Z Downloaded crc-any v2.5.0
8032026-05-14T22:45:28.986Z Downloaded nibble_vec v0.1.0
8042026-05-14T22:45:28.986Z Downloaded linear-map v1.2.0
8052026-05-14T22:45:28.990Z Downloaded libsw-core v0.3.2
8062026-05-14T22:45:28.990Z Downloaded iana-time-zone v0.1.65
8072026-05-14T22:45:28.990Z Downloaded hyper-rustls v0.27.7
8082026-05-14T22:45:28.996Z Downloaded num-iter v0.1.45
8092026-05-14T22:45:28.996Z Downloaded oso-derive v0.27.3
8102026-05-14T22:45:28.996Z Downloaded flume v0.11.1
8112026-05-14T22:45:29.004Z Downloaded darling_core v0.20.11
8122026-05-14T22:45:29.005Z Downloaded opaque-debug v0.3.1
8132026-05-14T22:45:29.005Z Downloaded olpc-cjson v0.1.4
8142026-05-14T22:45:29.005Z Downloaded num-derive v0.4.2
8152026-05-14T22:45:29.005Z Downloaded compact_str v0.8.1
8162026-05-14T22:45:29.008Z Downloaded chacha20poly1305 v0.10.1
8172026-05-14T22:45:29.008Z Downloaded nonempty v0.12.0
8182026-05-14T22:45:29.008Z Downloaded httparse v1.10.1
8192026-05-14T22:45:29.008Z Downloaded futures v0.3.32
8202026-05-14T22:45:29.018Z Downloaded openssl-probe v0.2.1
8212026-05-14T22:45:29.018Z Downloaded mime v0.3.17
8222026-05-14T22:45:29.019Z Downloaded openssl-probe v0.1.6
8232026-05-14T22:45:29.019Z Downloaded getrandom v0.3.4
8242026-05-14T22:45:29.034Z Downloaded ingot-macros v0.1.1
8252026-05-14T22:45:29.034Z Downloaded cc v1.2.56
8262026-05-14T22:45:29.034Z Downloaded packed_struct_codegen v0.10.1
8272026-05-14T22:45:29.034Z Downloaded parse-size v1.1.0
8282026-05-14T22:45:29.034Z Downloaded half v2.7.1
8292026-05-14T22:45:29.034Z Downloaded parse-display v0.10.0
8302026-05-14T22:45:29.034Z Downloaded newtype-uuid v1.3.2
8312026-05-14T22:45:29.035Z Downloaded num-complex v0.4.6
8322026-05-14T22:45:29.035Z Downloaded native-tls v0.2.18
8332026-05-14T22:45:29.035Z Downloaded nanorand v0.7.0
8342026-05-14T22:45:29.059Z Downloaded pbkdf2 v0.11.0
8352026-05-14T22:45:29.059Z Downloaded dropshot_endpoint v0.16.7
8362026-05-14T22:45:29.059Z Downloaded peg-runtime v0.8.5
8372026-05-14T22:45:29.059Z Downloaded darling_core v0.23.0
8382026-05-14T22:45:29.059Z Downloaded hyper-staticfile v0.10.1
8392026-05-14T22:45:29.059Z Downloaded clang-sys v1.8.1
8402026-05-14T22:45:29.059Z Downloaded cancel-safe-futures v0.1.5
8412026-05-14T22:45:29.059Z Downloaded mime_guess v2.0.5
8422026-05-14T22:45:29.059Z Downloaded elliptic-curve v0.13.8
8432026-05-14T22:45:29.059Z Downloaded bzip2 v0.4.4
8442026-05-14T22:45:29.059Z Downloaded lalrpop-util v0.19.12
8452026-05-14T22:45:29.059Z Downloaded path-slash v0.1.5
8462026-05-14T22:45:29.059Z Downloaded num_enum_derive v0.7.5
8472026-05-14T22:45:29.059Z Downloaded pin-utils v0.1.0
8482026-05-14T22:45:29.059Z Downloaded pbkdf2 v0.12.2
8492026-05-14T22:45:29.059Z Downloaded num_enum_derive v0.5.11
8502026-05-14T22:45:29.059Z Downloaded num_enum v0.7.5
8512026-05-14T22:45:29.059Z Downloaded libsw v3.5.0
8522026-05-14T22:45:29.059Z Downloaded phf_shared v0.13.1
8532026-05-14T22:45:29.065Z Downloaded phf_shared v0.11.3
8542026-05-14T22:45:29.065Z Downloaded oxnet v0.1.4
8552026-05-14T22:45:29.065Z Downloaded derive_more v2.1.1
8562026-05-14T22:45:29.065Z Downloaded bytes v1.11.1
8572026-05-14T22:45:29.065Z Downloaded der v0.7.10
8582026-05-14T22:45:29.081Z Downloaded predicates-tree v1.0.13
8592026-05-14T22:45:29.084Z Downloaded crypto-bigint v0.5.5
8602026-05-14T22:45:29.087Z Downloaded base64 v0.22.1
8612026-05-14T22:45:29.090Z Downloaded proc-macro-crate v1.3.1
8622026-05-14T22:45:29.090Z Downloaded packed_struct v0.10.1
8632026-05-14T22:45:29.090Z Downloaded owo-colors v4.3.0
8642026-05-14T22:45:29.095Z Downloaded oxide-tokio-rt v0.1.4
8652026-05-14T22:45:29.095Z Downloaded multer v3.1.0
8662026-05-14T22:45:29.095Z Downloaded predicates-core v1.0.10
8672026-05-14T22:45:29.095Z Downloaded precomputed-hash v0.1.1
8682026-05-14T22:45:29.103Z Downloaded powerfmt v0.2.0
8692026-05-14T22:45:29.103Z Downloaded psl-types v2.0.11
8702026-05-14T22:45:29.103Z Downloaded proc-macro-crate v3.4.0
8712026-05-14T22:45:29.103Z Downloaded progenitor-client v0.10.0
8722026-05-14T22:45:29.103Z Downloaded progenitor-macro v0.10.0
8732026-05-14T22:45:29.107Z Downloaded proc-macro-error-attr2 v2.0.0
8742026-05-14T22:45:29.107Z Downloaded progenitor-client v0.14.0
8752026-05-14T22:45:29.107Z Downloaded progenitor-client v0.11.2
8762026-05-14T22:45:29.107Z Downloaded phf_shared v0.12.1
8772026-05-14T22:45:29.108Z Downloaded num_enum v0.5.11
8782026-05-14T22:45:29.108Z Downloaded progenitor-macro v0.11.2
8792026-05-14T22:45:29.108Z Downloaded parking_lot_core v0.8.6
8802026-05-14T22:45:29.108Z Downloaded num-integer v0.1.46
8812026-05-14T22:45:29.113Z Downloaded nu-ansi-term v0.50.3
8822026-05-14T22:45:29.113Z Downloaded memmap2 v0.9.10
8832026-05-14T22:45:29.113Z Downloaded ignore v0.4.25
8842026-05-14T22:45:29.119Z Downloaded heapless v0.8.0
8852026-05-14T22:45:29.119Z Downloaded phf v0.12.1
8862026-05-14T22:45:29.120Z Downloaded headers v0.4.1
8872026-05-14T22:45:29.124Z Downloaded darling_core v0.21.3
8882026-05-14T22:45:29.124Z Downloaded buf-list v1.1.2
8892026-05-14T22:45:29.128Z Downloaded pin-project-internal v1.1.11
8902026-05-14T22:45:29.128Z Downloaded flate2 v1.1.9
8912026-05-14T22:45:29.128Z Downloaded progenitor-macro v0.13.0
8922026-05-14T22:45:29.131Z Downloaded peg-macros v0.8.5
8932026-05-14T22:45:29.131Z Downloaded paste v1.0.15
8942026-05-14T22:45:29.131Z Downloaded rand_xorshift v0.4.0
8952026-05-14T22:45:29.134Z Downloaded password-hash v0.5.0
8962026-05-14T22:45:29.134Z Downloaded parse-display-derive v0.10.0
8972026-05-14T22:45:29.135Z Downloaded async-recursion v1.1.1
8982026-05-14T22:45:29.139Z Downloaded rand_chacha v0.3.1
8992026-05-14T22:45:29.139Z Downloaded postgres-protocol v0.6.10
9002026-05-14T22:45:29.141Z Downloaded polyval v0.6.2
9012026-05-14T22:45:29.141Z Downloaded pkg-config v0.3.32
9022026-05-14T22:45:29.141Z Downloaded litrs v1.0.0
9032026-05-14T22:45:29.145Z Downloaded libbz2-rs-sys v0.2.2
9042026-05-14T22:45:29.145Z Downloaded const_format v0.2.35
9052026-05-14T22:45:29.150Z Downloaded pem-rfc7468 v0.7.0
9062026-05-14T22:45:29.151Z Downloaded predicates v3.1.4
9072026-05-14T22:45:29.158Z Downloaded primeorder v0.13.6
9082026-05-14T22:45:29.158Z Downloaded recursive-proc-macro-impl v0.1.1
9092026-05-14T22:45:29.158Z Downloaded bumpalo v3.20.2
9102026-05-14T22:45:29.158Z Downloaded num-rational v0.4.2
9112026-05-14T22:45:29.158Z Downloaded ref-cast v1.0.25
9122026-05-14T22:45:29.158Z Downloaded recursive v0.1.1
9132026-05-14T22:45:29.158Z Downloaded pkcs8 v0.10.2
9142026-05-14T22:45:29.166Z Downloaded ref-cast-impl v1.0.25
9152026-05-14T22:45:29.166Z Downloaded indicatif v0.18.4
9162026-05-14T22:45:29.166Z Downloaded indexmap v1.9.3
9172026-05-14T22:45:29.171Z Downloaded progenitor-macro v0.14.0
9182026-05-14T22:45:29.171Z Downloaded ppv-lite86 v0.2.21
9192026-05-14T22:45:29.172Z Downloaded progenitor v0.11.2
9202026-05-14T22:45:29.172Z Downloaded progenitor v0.10.0
9212026-05-14T22:45:29.172Z Downloaded poly1305 v0.8.0
9222026-05-14T22:45:29.172Z Downloaded progenitor v0.14.0
9232026-05-14T22:45:29.172Z Downloaded progenitor v0.13.0
9242026-05-14T22:45:29.172Z Downloaded parking_lot v0.12.5
9252026-05-14T22:45:29.176Z Downloaded rfc6979 v0.4.0
9262026-05-14T22:45:29.176Z Downloaded parking_lot_core v0.9.12
9272026-05-14T22:45:29.176Z Downloaded parking_lot v0.11.2
9282026-05-14T22:45:29.176Z Downloaded expectorate v1.2.0
9292026-05-14T22:45:29.179Z Downloaded omicron-zone-package v0.12.2
9302026-05-14T22:45:29.179Z Downloaded hickory-resolver v0.25.2
9312026-05-14T22:45:29.183Z Downloaded pem v3.0.6
9322026-05-14T22:45:29.183Z Downloaded heapless v0.7.17
9332026-05-14T22:45:29.186Z Downloaded progenitor-extras v0.2.0
9342026-05-14T22:45:29.186Z Downloaded peg v0.8.5
9352026-05-14T22:45:29.190Z Downloaded rtoolbox v0.0.3
9362026-05-14T22:45:29.199Z Downloaded psm v0.1.30
9372026-05-14T22:45:29.205Z Downloaded password-hash v0.4.2
9382026-05-14T22:45:29.205Z Downloaded quick-error v1.2.3
9392026-05-14T22:45:29.205Z Downloaded radium v0.7.0
9402026-05-14T22:45:29.205Z Downloaded oso v0.27.3
9412026-05-14T22:45:29.205Z Downloaded rand_chacha v0.9.0
9422026-05-14T22:45:29.205Z Downloaded r2d2 v0.8.10
9432026-05-14T22:45:29.205Z Downloaded rustc_version v0.4.1
9442026-05-14T22:45:29.205Z Downloaded rustc-hash v2.1.1
9452026-05-14T22:45:29.205Z Downloaded rand_core v0.10.0
9462026-05-14T22:45:29.212Z Downloaded rustc_version v0.1.7
9472026-05-14T22:45:29.212Z Downloaded russh-cryptovec v0.7.3
9482026-05-14T22:45:29.212Z Downloaded phf v0.13.1
9492026-05-14T22:45:29.234Z Downloaded rand_core v0.9.5
9502026-05-14T22:45:29.234Z Downloaded rand_core v0.6.4
9512026-05-14T22:45:29.237Z Downloaded base64 v0.21.7
9522026-05-14T22:45:29.237Z Downloaded miniz_oxide v0.8.9
9532026-05-14T22:45:29.237Z Downloaded ar_archive_writer v0.5.1
9542026-05-14T22:45:29.237Z Downloaded rand_seeder v0.4.0
9552026-05-14T22:45:29.237Z Downloaded pin-project-lite v0.2.17
9562026-05-14T22:45:29.237Z Downloaded pkcs5 v0.7.1
9572026-05-14T22:45:29.237Z Downloaded proc-macro-error2 v2.0.1
9582026-05-14T22:45:29.237Z Downloaded p256 v0.13.2
9592026-05-14T22:45:29.237Z Downloaded postgres-types v0.2.12
9602026-05-14T22:45:29.237Z Downloaded postcard v1.1.3
9612026-05-14T22:45:29.241Z Downloaded scheduled-thread-pool v0.2.7
9622026-05-14T22:45:29.241Z Downloaded progenitor-client v0.13.0
9632026-05-14T22:45:29.241Z Downloaded same-file v1.0.6
9642026-05-14T22:45:29.249Z Downloaded scrypt v0.11.0
9652026-05-14T22:45:29.249Z Downloaded sapling-renderdag v0.1.0
9662026-05-14T22:45:29.249Z Downloaded salsa20 v0.10.2
9672026-05-14T22:45:29.250Z Downloaded secrecy v0.8.0
9682026-05-14T22:45:29.261Z Downloaded scopeguard v1.2.0
9692026-05-14T22:45:29.261Z Downloaded serde-big-array v0.5.1
9702026-05-14T22:45:29.261Z Downloaded serde_urlencoded v0.7.1
9712026-05-14T22:45:29.261Z Downloaded hickory-resolver v0.24.4
9722026-05-14T22:45:29.266Z Downloaded scroll_derive v0.13.1
9732026-05-14T22:45:29.266Z Downloaded jiff-static v0.2.21
9742026-05-14T22:45:29.272Z Downloaded secrecy v0.10.3
9752026-05-14T22:45:29.279Z Downloaded resolv-conf v0.7.6
9762026-05-14T22:45:29.279Z Downloaded pkcs1 v0.7.5
9772026-05-14T22:45:29.279Z Downloaded rustls-pemfile v2.2.0
9782026-05-14T22:45:29.283Z Downloaded semver v0.1.20
9792026-05-14T22:45:29.283Z Downloaded shell-words v1.1.1
9802026-05-14T22:45:29.301Z Downloaded quinn-udp v0.5.14
9812026-05-14T22:45:29.301Z Downloaded serde_bytes v0.11.19
9822026-05-14T22:45:29.301Z Downloaded seq-macro v0.3.6
9832026-05-14T22:45:29.312Z Downloaded serde_repr v0.1.20
9842026-05-14T22:45:29.312Z Downloaded sha1 v0.10.6
9852026-05-14T22:45:29.312Z Downloaded signature v2.2.0
9862026-05-14T22:45:29.312Z Downloaded serde_spanned v1.0.4
9872026-05-14T22:45:29.312Z Downloaded diesel_derives v2.3.7
9882026-05-14T22:45:29.312Z Downloaded signal-hook-mio v0.2.5
9892026-05-14T22:45:29.312Z Downloaded prefix-trie v0.7.0
9902026-05-14T22:45:29.312Z Downloaded signal-hook-tokio v0.3.1
9912026-05-14T22:45:29.312Z Downloaded rustls-pemfile v1.0.4
9922026-05-14T22:45:29.312Z Downloaded rustls-native-certs v0.8.3
9932026-05-14T22:45:29.312Z Downloaded sigpipe v0.1.3
9942026-05-14T22:45:29.312Z Downloaded rusty-fork v0.3.1
9952026-05-14T22:45:29.312Z Downloaded http v1.4.0
9962026-05-14T22:45:29.312Z Downloaded slog-bunyan v2.5.0
9972026-05-14T22:45:29.312Z Downloaded rustversion v1.0.22
9982026-05-14T22:45:29.312Z Downloaded papergrid v0.17.0
9992026-05-14T22:45:29.316Z Downloaded progenitor-impl v0.13.0
10002026-05-14T22:45:29.319Z Downloaded slog-envlogger v2.2.0
10012026-05-14T22:45:29.323Z Downloaded sec1 v0.7.3
10022026-05-14T22:45:29.328Z Downloaded schemars_derive v0.8.22
10032026-05-14T22:45:29.328Z Downloaded derive_more-impl v2.1.1
10042026-05-14T22:45:29.342Z Downloaded dropshot-api-manager v0.7.1
10052026-05-14T22:45:29.342Z Downloaded progenitor-impl v0.10.0
10062026-05-14T22:45:29.342Z Downloaded ssh-cipher v0.2.0
10072026-05-14T22:45:29.346Z Downloaded serde_path_to_error v0.1.20
10082026-05-14T22:45:29.346Z Downloaded serde_derive_internals v0.29.1
10092026-05-14T22:45:29.346Z Downloaded progenitor-impl v0.14.0
10102026-05-14T22:45:29.346Z Downloaded sct v0.7.1
10112026-05-14T22:45:29.346Z Downloaded minimal-lexical v0.2.1
10122026-05-14T22:45:29.346Z Downloaded hashbrown v0.13.2
10132026-05-14T22:45:29.346Z Downloaded scroll v0.13.0
10142026-05-14T22:45:29.349Z Downloaded progenitor-impl v0.11.2
10152026-05-14T22:45:29.349Z Downloaded russh-keys v0.45.0
10162026-05-14T22:45:29.354Z Downloaded openssl-sys v0.9.114
10172026-05-14T22:45:29.354Z Downloaded serde-hex v0.1.0
10182026-05-14T22:45:29.358Z Downloaded crossterm v0.28.1
10192026-05-14T22:45:29.358Z Downloaded serde_plain v1.0.2
10202026-05-14T22:45:29.361Z Downloaded sqlparser_derive v0.5.0
10212026-05-14T22:45:29.361Z Downloaded rustls-pki-types v1.14.0
10222026-05-14T22:45:29.369Z Downloaded pin-project v1.1.11
10232026-05-14T22:45:29.374Z Downloaded structmeta v0.3.0
10242026-05-14T22:45:29.374Z Downloaded strip-ansi-escapes v0.2.1
10252026-05-14T22:45:29.379Z Downloaded signal-hook-registry v1.4.8
10262026-05-14T22:45:29.380Z Downloaded shlex v1.3.0
10272026-05-14T22:45:29.380Z Downloaded hyper-util v0.1.20
10282026-05-14T22:45:29.387Z Downloaded strum v0.27.2
10292026-05-14T22:45:29.388Z Downloaded structmeta-derive v0.3.0
10302026-05-14T22:45:29.388Z Downloaded slab v0.4.12
10312026-05-14T22:45:29.388Z Downloaded siphasher v1.0.2
10322026-05-14T22:45:29.388Z Downloaded supports-color v3.0.2
10332026-05-14T22:45:29.388Z Downloaded slog-dtrace v0.3.0
10342026-05-14T22:45:29.388Z Downloaded prettyplease v0.2.37
10352026-05-14T22:45:29.392Z Downloaded tagptr v0.2.0
10362026-05-14T22:45:29.392Z Downloaded sync_wrapper v1.0.2
10372026-05-14T22:45:29.392Z Downloaded sync-ptr v0.1.4
10382026-05-14T22:45:29.392Z Downloaded slog-stdlog v4.1.1
10392026-05-14T22:45:29.396Z Downloaded slog-json v2.6.1
10402026-05-14T22:45:29.396Z Downloaded smf v0.2.3
10412026-05-14T22:45:29.396Z Downloaded smallvec v0.6.14
10422026-05-14T22:45:29.396Z Downloaded slog-scope v4.4.1
10432026-05-14T22:45:29.399Z Downloaded slog-async v2.8.0
10442026-05-14T22:45:29.400Z Downloaded ssh-encoding v0.2.0
10452026-05-14T22:45:29.400Z Downloaded sqlformat v0.3.5
10462026-05-14T22:45:29.411Z Downloaded subtle v2.6.1
10472026-05-14T22:45:29.411Z Downloaded simd-adler32 v0.3.8
10482026-05-14T22:45:29.412Z Downloaded pretty_assertions v1.4.1
10492026-05-14T22:45:29.412Z Downloaded tap v1.0.1
10502026-05-14T22:45:29.412Z Downloaded tabwriter v1.4.1
10512026-05-14T22:45:29.412Z Downloaded rcgen v0.12.1
10522026-05-14T22:45:29.412Z Downloaded spki v0.7.3
10532026-05-14T22:45:29.412Z Downloaded snafu-derive v0.8.9
10542026-05-14T22:45:29.416Z Downloaded hashbrown v0.12.3
10552026-05-14T22:45:29.416Z Downloaded testing_table v0.3.0
10562026-05-14T22:45:29.416Z Downloaded tabled_derive v0.11.0
10572026-05-14T22:45:29.425Z Downloaded rustls-platform-verifier v0.6.2
10582026-05-14T22:45:29.429Z Downloaded stacker v0.1.23
10592026-05-14T22:45:29.429Z Downloaded termtree v0.5.1
10602026-05-14T22:45:29.429Z Downloaded hickory-server v0.25.2
10612026-05-14T22:45:29.435Z Downloaded thread-id v5.1.0
10622026-05-14T22:45:29.439Z Downloaded thiserror-impl-no-std v2.0.2
10632026-05-14T22:45:29.439Z Downloaded static_assertions v1.1.0
10642026-05-14T22:45:29.439Z Downloaded serde_with_macros v3.17.0
10652026-05-14T22:45:29.442Z Downloaded tinyvec_macros v0.1.1
10662026-05-14T22:45:29.442Z Downloaded serde_cbor v0.11.2
10672026-05-14T22:45:29.447Z Downloaded stringprep v0.1.5
10682026-05-14T22:45:29.447Z Downloaded string_cache v0.8.9
10692026-05-14T22:45:29.453Z Downloaded strum v0.26.3
10702026-05-14T22:45:29.453Z Downloaded mio v1.2.0
10712026-05-14T22:45:29.453Z Downloaded hashbrown v0.16.1
10722026-05-14T22:45:29.458Z Downloaded strum_macros v0.26.4
10732026-05-14T22:45:29.463Z Downloaded strum_macros v0.24.3
10742026-05-14T22:45:29.463Z Downloaded rayon-core v1.13.0
10752026-05-14T22:45:29.483Z Downloaded tokio-macros v2.7.0
10762026-05-14T22:45:29.487Z Downloaded support-bundle-viewer v0.1.2
10772026-05-14T22:45:29.487Z Downloaded num-bigint v0.4.6
10782026-05-14T22:45:29.487Z Downloaded strum_macros v0.27.2
10792026-05-14T22:45:29.487Z Downloaded ryu v1.0.23
10802026-05-14T22:45:29.487Z Downloaded itertools v0.10.5
10812026-05-14T22:45:29.487Z Downloaded slog-term v2.9.2
10822026-05-14T22:45:29.487Z Downloaded take_mut v0.2.2
10832026-05-14T22:45:29.499Z Downloaded quinn v0.11.9
10842026-05-14T22:45:29.499Z Downloaded spin v0.9.8
10852026-05-14T22:45:29.499Z Downloaded thiserror-no-std v2.0.2
10862026-05-14T22:45:29.499Z Downloaded hashbrown v0.15.5
10872026-05-14T22:45:29.505Z Downloaded ron v0.8.1
10882026-05-14T22:45:29.512Z Downloaded termios v0.3.3
10892026-05-14T22:45:29.512Z Downloaded tower-layer v0.3.3
10902026-05-14T22:45:29.512Z Downloaded topological-sort v0.2.2
10912026-05-14T22:45:29.513Z Downloaded tower-service v0.3.3
10922026-05-14T22:45:29.521Z Downloaded iddqd v0.3.18
10932026-05-14T22:45:29.524Z Downloaded try-lock v0.2.5
10942026-05-14T22:45:29.524Z Downloaded signal-hook v0.3.18
10952026-05-14T22:45:29.524Z Downloaded time-core v0.1.8
10962026-05-14T22:45:29.525Z Downloaded thread_local v1.1.9
10972026-05-14T22:45:29.525Z Downloaded tokio-dtrace v0.1.1
10982026-05-14T22:45:29.525Z Downloaded itertools v0.13.0
10992026-05-14T22:45:29.532Z Downloaded libxml v0.3.3
11002026-05-14T22:45:29.555Z Downloaded aho-corasick v1.1.4
11012026-05-14T22:45:29.556Z Downloaded tokio-tungstenite v0.23.1
11022026-05-14T22:45:29.556Z Downloaded typify-macro v0.6.2
11032026-05-14T22:45:29.556Z Downloaded usdt-attr-macro v0.6.0
11042026-05-14T22:45:29.556Z Downloaded untrusted v0.9.0
11052026-05-14T22:45:29.556Z Downloaded unarray v0.1.4
11062026-05-14T22:45:29.556Z Downloaded unit-prefix v0.5.2
11072026-05-14T22:45:29.556Z Downloaded trait-variant v0.1.2
11082026-05-14T22:45:29.556Z Downloaded similar v2.7.0
11092026-05-14T22:45:29.556Z Downloaded unicode-truncate v1.1.0
11102026-05-14T22:45:29.556Z Downloaded typify-macro v0.4.3
11112026-05-14T22:45:29.556Z Downloaded tls_codec_derive v0.4.2
11122026-05-14T22:45:29.556Z Downloaded tls_codec v0.4.2
11132026-05-14T22:45:29.556Z Downloaded time-macros v0.2.27
11142026-05-14T22:45:29.556Z Downloaded tiny-keccak v2.0.2
11152026-05-14T22:45:29.561Z Downloaded num-bigint-dig v0.8.6
11162026-05-14T22:45:29.561Z Downloaded schemars v0.9.0
11172026-05-14T22:45:29.569Z Downloaded utf-8 v0.7.6
11182026-05-14T22:45:29.569Z Downloaded usdt-macro v0.6.0
11192026-05-14T22:45:29.569Z Downloaded untrusted v0.7.1
11202026-05-14T22:45:29.569Z Downloaded socket2 v0.5.10
11212026-05-14T22:45:29.572Z Downloaded publicsuffix v2.3.0
11222026-05-14T22:45:29.572Z Downloaded rand v0.9.2
11232026-05-14T22:45:29.572Z Downloaded term v1.2.1
11242026-05-14T22:45:29.572Z Downloaded term v0.7.0
11252026-05-14T22:45:29.575Z Downloaded socket2 v0.6.3
11262026-05-14T22:45:29.575Z Downloaded rsa v0.9.10
11272026-05-14T22:45:29.599Z Downloaded wait-timeout v0.2.1
11282026-05-14T22:45:29.599Z Downloaded tui-tree-widget v0.23.1
11292026-05-14T22:45:29.599Z Downloaded rand v0.8.5
11302026-05-14T22:45:29.599Z Downloaded serde_yaml v0.9.34+deprecated
11312026-05-14T22:45:29.599Z Downloaded hyper v1.8.1
11322026-05-14T22:45:29.599Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11332026-05-14T22:45:29.599Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11342026-05-14T22:45:29.599Z Downloaded nom v7.1.3
11352026-05-14T22:45:29.605Z Downloaded qorb v0.4.1
11362026-05-14T22:45:29.605Z Downloaded itertools v0.12.1
11372026-05-14T22:45:29.605Z Downloaded itertools v0.14.0
11382026-05-14T22:45:29.605Z Downloaded slog v2.8.2
11392026-05-14T22:45:29.615Z Downloaded waitgroup v0.1.2
11402026-05-14T22:45:29.615Z Downloaded void v1.0.2
11412026-05-14T22:45:29.616Z Downloaded tokio-native-tls v0.3.1
11422026-05-14T22:45:29.616Z Downloaded rustls-webpki v0.103.9
11432026-05-14T22:45:29.620Z Downloaded bindgen v0.71.1
11442026-05-14T22:45:29.620Z Downloaded universal-hash v0.5.1
11452026-05-14T22:45:29.620Z Downloaded tokio-tungstenite v0.21.0
11462026-05-14T22:45:29.620Z Downloaded unicase v2.9.0
11472026-05-14T22:45:29.620Z Downloaded tokio-rustls v0.24.1
11482026-05-14T22:45:29.620Z Downloaded samael v0.0.19
11492026-05-14T22:45:29.623Z Downloaded libm v0.2.16
11502026-05-14T22:45:29.626Z Downloaded snafu v0.8.9
11512026-05-14T22:45:29.633Z Downloaded xshell-macros v0.2.7
11522026-05-14T22:45:29.636Z Downloaded usdt v0.6.0
11532026-05-14T22:45:29.636Z Downloaded tokio-rustls v0.25.0
11542026-05-14T22:45:29.636Z Downloaded subprocess v0.2.15
11552026-05-14T22:45:29.636Z Downloaded xattr v1.6.1
11562026-05-14T22:45:29.636Z Downloaded toml_parser v1.0.9+spec-1.1.0
11572026-05-14T22:45:29.640Z Downloaded vergen-gitcl v1.0.8
11582026-05-14T22:45:29.640Z Downloaded zone v0.3.1
11592026-05-14T22:45:29.640Z Downloaded uzers v0.12.2
11602026-05-14T22:45:29.643Z Downloaded rand v0.10.0
11612026-05-14T22:45:29.643Z Downloaded futures-util v0.3.32
11622026-05-14T22:45:29.650Z Downloaded zone_cfg_derive v0.3.1
11632026-05-14T22:45:29.651Z Downloaded tinyvec v1.10.0
11642026-05-14T22:45:29.651Z Downloaded vergen-lib v0.1.6
11652026-05-14T22:45:29.655Z Downloaded twox-hash v2.1.2
11662026-05-14T22:45:29.655Z Downloaded tokio-rustls v0.26.4
11672026-05-14T22:45:29.655Z Downloaded want v0.3.1
11682026-05-14T22:45:29.662Z Downloaded tokio-stream v0.1.18
11692026-05-14T22:45:29.662Z Downloaded walkdir v2.5.0
11702026-05-14T22:45:29.662Z Downloaded vsss-rs v3.3.4
11712026-05-14T22:45:29.665Z Downloaded vergen-git2 v1.0.7
11722026-05-14T22:45:29.665Z Downloaded test-strategy v0.4.5
11732026-05-14T22:45:29.666Z Downloaded h2 v0.4.13
11742026-05-14T22:45:29.678Z Downloaded whoami v1.6.1
11752026-05-14T22:45:29.678Z Downloaded aes-gcm v0.10.3
11762026-05-14T22:45:29.678Z Downloaded wyz v0.5.1
11772026-05-14T22:45:29.678Z Downloaded tracing-attributes v0.1.31
11782026-05-14T22:45:29.678Z Downloaded toml_writer v1.0.6+spec-1.1.0
11792026-05-14T22:45:29.687Z Downloaded toml v1.0.6+spec-1.1.0
11802026-05-14T22:45:29.687Z Downloaded whoami v2.1.0
11812026-05-14T22:45:29.687Z Downloaded iri-string v0.7.10
11822026-05-14T22:45:29.687Z Downloaded schemars v0.8.22
11832026-05-14T22:45:29.692Z Downloaded zeroize v1.8.2
11842026-05-14T22:45:29.692Z Downloaded tar v0.4.45
11852026-05-14T22:45:29.692Z Downloaded zeroize_derive v1.4.3
11862026-05-14T22:45:29.699Z Downloaded schemars v1.2.1
11872026-05-14T22:45:29.714Z Downloaded zstd-safe v7.2.4
11882026-05-14T22:45:29.715Z Downloaded typify v0.4.3
11892026-05-14T22:45:29.715Z Downloaded xshell v0.2.7
11902026-05-14T22:45:29.715Z Downloaded typify v0.6.2
11912026-05-14T22:45:29.715Z Downloaded tracing-core v0.1.36
11922026-05-14T22:45:29.715Z Downloaded usdt-impl v0.6.0
11932026-05-14T22:45:29.715Z Downloaded tungstenite v0.23.0
11942026-05-14T22:45:29.715Z Downloaded toml v0.9.12+spec-1.1.0
11952026-05-14T22:45:29.720Z Downloaded toml v0.7.8
11962026-05-14T22:45:29.720Z Downloaded russh v0.45.0
11972026-05-14T22:45:29.723Z Downloaded unicode-properties v0.1.4
11982026-05-14T22:45:29.723Z Downloaded p521 v0.13.3
11992026-05-14T22:45:29.728Z Downloaded yasna v0.5.2
12002026-05-14T22:45:29.734Z Downloaded vergen v9.0.6
12012026-05-14T22:45:29.734Z Downloaded zstd v0.13.3
12022026-05-14T22:45:29.742Z Downloaded zerocopy v0.6.6
12032026-05-14T22:45:29.742Z Downloaded hkdf v0.12.4
12042026-05-14T22:45:29.742Z Downloaded tungstenite v0.21.0
12052026-05-14T22:45:29.759Z Downloaded rpassword v7.4.0
12062026-05-14T22:45:29.759Z Downloaded steno v0.4.1
12072026-05-14T22:45:29.759Z Downloaded vte v0.14.1
12082026-05-14T22:45:29.759Z Downloaded reedline v0.40.0
12092026-05-14T22:45:29.759Z Downloaded tokio-postgres v0.7.16
12102026-05-14T22:45:29.762Z Downloaded rustyline v14.0.0
12112026-05-14T22:45:29.762Z Downloaded unsafe-libyaml v0.2.11
12122026-05-14T22:45:29.767Z Downloaded uuid v1.23.0
12132026-05-14T22:45:29.767Z Downloaded ssh-key v0.6.7
12142026-05-14T22:45:29.780Z Downloaded toml_edit v0.23.10+spec-1.0.0
12152026-05-14T22:45:29.786Z Downloaded unicode-bidi v0.3.18
12162026-05-14T22:45:29.793Z Downloaded reqwest v0.12.28
12172026-05-14T22:45:29.799Z Downloaded unicode_categories v0.1.1
12182026-05-14T22:45:29.811Z Downloaded yansi v1.0.1
12192026-05-14T22:45:29.816Z Downloaded dropshot v0.17.0
12202026-05-14T22:45:29.825Z Downloaded chrono v0.4.44
12212026-05-14T22:45:29.846Z Downloaded goblin v0.10.5
12222026-05-14T22:45:29.867Z Downloaded zopfli v0.8.3
12232026-05-14T22:45:29.867Z Downloaded rayon v1.11.0
12242026-05-14T22:45:29.870Z Downloaded blake3 v1.8.3
12252026-05-14T22:45:29.870Z Downloaded regex v1.12.3
12262026-05-14T22:45:29.870Z Downloaded lalrpop v0.19.12
12272026-05-14T22:45:29.877Z Downloaded zip v0.6.6
12282026-05-14T22:45:29.877Z Downloaded portable-atomic v1.13.1
12292026-05-14T22:45:29.888Z Downloaded unicode-segmentation v1.12.0
12302026-05-14T22:45:29.889Z Downloaded toml_edit v0.19.15
12312026-05-14T22:45:29.899Z Downloaded tower-http v0.6.8
12322026-05-14T22:45:29.909Z Downloaded reqwest v0.13.2
12332026-05-14T22:45:29.909Z Downloaded proptest v1.10.0
12342026-05-14T22:45:29.909Z Downloaded unicode-normalization v0.1.25
12352026-05-14T22:45:29.909Z Downloaded curve25519-dalek v4.1.3
12362026-05-14T22:45:29.914Z Downloaded p384 v0.13.1
12372026-05-14T22:45:29.914Z Downloaded git2 v0.20.4
12382026-05-14T22:45:29.922Z Downloaded serde_with v3.17.0
12392026-05-14T22:45:29.922Z Downloaded quick-xml v0.37.5
12402026-05-14T22:45:29.927Z Downloaded tower v0.5.3
12412026-05-14T22:45:29.931Z Downloaded bitvec v1.0.1
12422026-05-14T22:45:29.939Z Downloaded x509-cert v0.2.5
12432026-05-14T22:45:29.944Z Downloaded zerocopy-derive v0.8.40
12442026-05-14T22:45:29.947Z Downloaded openssl v0.10.78
12452026-05-14T22:45:29.956Z Downloaded salty v0.3.0
12462026-05-14T22:45:29.972Z Downloaded aws-lc-rs v1.16.0
12472026-05-14T22:45:29.983Z Downloaded winnow v0.6.26
12482026-05-14T22:45:29.983Z Downloaded typed-path v0.9.3
12492026-05-14T22:45:29.983Z Downloaded winnow v0.5.40
12502026-05-14T22:45:29.990Z Downloaded rustls-webpki v0.101.7
12512026-05-14T22:45:29.990Z Downloaded tokio-util v0.7.18
12522026-05-14T22:45:30.000Z Downloaded dropshot v0.16.7
12532026-05-14T22:45:30.004Z Downloaded tough v0.20.0
12542026-05-14T22:45:30.008Z Downloaded smoltcp v0.9.1
12552026-05-14T22:45:30.012Z Downloaded regex-syntax v0.6.29
12562026-05-14T22:45:30.017Z Downloaded time v0.3.47
12572026-05-14T22:45:30.022Z Downloaded tabled v0.20.0
12582026-05-14T22:45:30.033Z Downloaded vcpkg v0.2.15
12592026-05-14T22:45:30.054Z Downloaded quinn-proto v0.11.13
12602026-05-14T22:45:30.073Z Downloaded nix v0.31.2
12612026-05-14T22:45:30.077Z Downloaded zip v4.6.1
12622026-05-14T22:45:30.077Z Downloaded openapiv3 v2.2.0
12632026-05-14T22:45:30.077Z Downloaded rustls v0.23.37
12642026-05-14T22:45:30.085Z Downloaded regress v0.10.5
12652026-05-14T22:45:30.095Z Downloaded rustix v0.38.44
12662026-05-14T22:45:30.108Z Downloaded radix_trie v0.2.1
12672026-05-14T22:45:30.111Z Downloaded polar-core v0.27.3
12682026-05-14T22:45:30.118Z Downloaded regex-syntax v0.8.10
12692026-05-14T22:45:30.123Z Downloaded object v0.30.4
12702026-05-14T22:45:30.131Z Downloaded diesel v2.3.7
12712026-05-14T22:45:30.141Z Downloaded nix v0.27.1
12722026-05-14T22:45:30.144Z Downloaded rustls-webpki v0.102.8
12732026-05-14T22:45:30.154Z Downloaded nix v0.28.0
12742026-05-14T22:45:30.161Z Downloaded bstr v1.12.1
12752026-05-14T22:45:30.255Z Downloaded rustls v0.21.12
12762026-05-14T22:45:30.271Z Downloaded moka v0.12.13
12772026-05-14T22:45:30.271Z Downloaded petname v2.0.2
12782026-05-14T22:45:30.271Z Downloaded hickory-proto v0.24.4
12792026-05-14T22:45:30.271Z Downloaded nix v0.29.0
12802026-05-14T22:45:30.271Z Downloaded zlib-rs v0.6.2
12812026-05-14T22:45:30.271Z Downloaded petgraph v0.6.5
12822026-05-14T22:45:30.271Z Downloaded object v0.37.3
12832026-05-14T22:45:30.271Z Downloaded smoltcp v0.11.0
12842026-05-14T22:45:30.271Z Downloaded zerocopy v0.8.40
12852026-05-14T22:45:30.271Z Downloaded rustls v0.22.4
12862026-05-14T22:45:30.271Z Downloaded webpki-roots v1.0.6
12872026-05-14T22:45:30.271Z Downloaded hickory-proto v0.25.2
12882026-05-14T22:45:30.272Z Downloaded regress v0.11.1
12892026-05-14T22:45:30.298Z Downloaded petgraph v0.8.3
12902026-05-14T22:45:30.303Z Downloaded csv v1.4.0
12912026-05-14T22:45:30.303Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12922026-05-14T22:45:30.303Z Downloaded libz-sys v1.1.24
12932026-05-14T22:45:30.340Z Downloaded sqlparser v0.61.0
12942026-05-14T22:45:30.353Z Downloaded encoding_rs v0.8.35
12952026-05-14T22:45:30.381Z Downloaded sled v0.34.7
12962026-05-14T22:45:30.386Z Downloaded libgit2-sys v0.18.3+1.9.2
12972026-05-14T22:45:30.416Z Downloaded typify-impl v0.6.2
12982026-05-14T22:45:30.424Z Downloaded tracing v0.1.44
12992026-05-14T22:45:30.432Z Downloaded ratatui v0.29.0
13002026-05-14T22:45:30.443Z Downloaded typify-impl v0.4.3
13012026-05-14T22:45:30.451Z Downloaded bzip2-sys v0.1.13+1.0.8
13022026-05-14T22:45:30.471Z Downloaded regex-automata v0.4.14
13032026-05-14T22:45:30.480Z Downloaded zerocopy-derive v0.6.6
13042026-05-14T22:45:30.497Z Downloaded chrono-tz v0.10.4
13052026-05-14T22:45:30.507Z Downloaded jiff v0.2.21
13062026-05-14T22:45:30.552Z Downloaded sha3 v0.10.8
13072026-05-14T22:45:30.558Z Downloaded tokio v1.52.1
13082026-05-14T22:45:30.633Z Downloaded ring v0.17.14
13092026-05-14T22:45:31.159Z Downloaded aws-lc-sys v0.37.1
13102026-05-14T22:45:31.406Z Compiling libc v0.2.185
13112026-05-14T22:45:31.406Z Compiling serde v1.0.228
13122026-05-14T22:45:31.411Z Compiling log v0.4.29
13132026-05-14T22:45:31.411Z Compiling find-msvc-tools v0.1.9
13142026-05-14T22:45:31.411Z Compiling shlex v1.3.0
13152026-05-14T22:45:31.411Z Compiling smallvec v1.15.1
13162026-05-14T22:45:31.552Z Compiling syn v2.0.117
13172026-05-14T22:45:31.560Z Compiling typenum v1.19.0
13182026-05-14T22:45:31.729Z Compiling generic-array v0.14.7
13192026-05-14T22:45:31.770Z Compiling subtle v2.6.1
13202026-05-14T22:45:31.770Z Compiling scopeguard v1.2.0
13212026-05-14T22:45:31.833Z Compiling const-oid v0.9.6
13222026-05-14T22:45:31.860Z Compiling portable-atomic v1.13.1
13232026-05-14T22:45:31.903Z Compiling lock_api v0.4.14
13242026-05-14T22:45:31.956Z Compiling zerocopy v0.8.40
13252026-05-14T22:45:31.984Z Compiling serde_json v1.0.149
13262026-05-14T22:45:32.119Z Compiling critical-section v1.2.0
13272026-05-14T22:45:32.190Z Compiling pin-project-lite v0.2.17
13282026-05-14T22:45:32.225Z Compiling parking_lot_core v0.9.12
13292026-05-14T22:45:32.451Z Compiling getrandom v0.2.17
13302026-05-14T22:45:32.472Z Compiling jobserver v0.1.34
13312026-05-14T22:45:32.480Z Compiling errno v0.3.14
13322026-05-14T22:45:32.569Z Compiling rand_core v0.6.4
13332026-05-14T22:45:32.601Z Compiling pkg-config v0.3.32
13342026-05-14T22:45:32.624Z Compiling signal-hook-registry v1.4.8
13352026-05-14T22:45:32.825Z Compiling cc v1.2.56
13362026-05-14T22:45:32.828Z Compiling once_cell v1.21.3
13372026-05-14T22:45:32.855Z Compiling bitflags v2.11.0
13382026-05-14T22:45:32.881Z Compiling libm v0.2.16
13392026-05-14T22:45:32.881Z Compiling parking_lot v0.12.5
13402026-05-14T22:45:33.040Z Compiling mio v1.2.0
13412026-05-14T22:45:33.075Z Compiling num-traits v0.2.19
13422026-05-14T22:45:33.140Z Compiling futures-core v0.3.32
13432026-05-14T22:45:33.239Z Compiling percent-encoding v2.3.2
13442026-05-14T22:45:33.288Z Compiling socket2 v0.6.3
13452026-05-14T22:45:33.401Z Compiling futures-sink v0.3.32
13462026-05-14T22:45:33.418Z Compiling cpufeatures v0.2.17
13472026-05-14T22:45:33.437Z Compiling futures-io v0.3.32
13482026-05-14T22:45:33.496Z Compiling futures-channel v0.3.32
13492026-05-14T22:45:33.522Z Compiling getrandom v0.4.1
13502026-05-14T22:45:33.538Z Compiling slab v0.4.12
13512026-05-14T22:45:33.581Z Compiling futures-task v0.3.32
13522026-05-14T22:45:33.690Z Compiling rustversion v1.0.22
13532026-05-14T22:45:33.703Z Compiling rand_core v0.10.0
13542026-05-14T22:45:33.721Z Compiling getrandom v0.3.4
13552026-05-14T22:45:33.762Z Compiling indexmap v2.14.0
13562026-05-14T22:45:33.867Z Compiling cmake v0.1.57
13572026-05-14T22:45:34.260Z Compiling form_urlencoded v1.2.2
13582026-05-14T22:45:34.292Z Compiling ident_case v1.0.1
13592026-05-14T22:45:34.362Z Compiling synstructure v0.13.2
13602026-05-14T22:45:34.376Z Compiling base64ct v1.8.3
13612026-05-14T22:45:34.410Z Compiling fs_extra v1.3.0
13622026-05-14T22:45:34.439Z Compiling dunce v1.0.5
13632026-05-14T22:45:34.529Z Compiling flagset v0.4.7
13642026-05-14T22:45:34.726Z Compiling pem-rfc7468 v0.7.0
13652026-05-14T22:45:34.746Z Compiling rand_core v0.9.5
13662026-05-14T22:45:34.746Z Compiling rustix v1.1.3
13672026-05-14T22:45:34.746Z Compiling aws-lc-sys v0.37.1
13682026-05-14T22:45:34.746Z Compiling iana-time-zone v0.1.65
13692026-05-14T22:45:34.746Z Compiling ring v0.17.14
13702026-05-14T22:45:34.886Z Compiling uuid v1.23.0
13712026-05-14T22:45:34.916Z Compiling rustc_version v0.4.1
13722026-05-14T22:45:34.921Z Compiling vcpkg v0.2.15
13732026-05-14T22:45:34.921Z Compiling regex-syntax v0.8.10
13742026-05-14T22:45:35.262Z Compiling aws-lc-rs v1.16.0
13752026-05-14T22:45:35.552Z Compiling tracing-core v0.1.36
13762026-05-14T22:45:35.634Z Compiling pest_generator v2.8.6
13772026-05-14T22:45:35.708Z Compiling openssl-sys v0.9.114
13782026-05-14T22:45:36.097Z Compiling serde_derive_internals v0.29.1
13792026-05-14T22:45:36.118Z Compiling serde_derive v1.0.228
13802026-05-14T22:45:36.231Z Compiling zeroize_derive v1.4.3
13812026-05-14T22:45:36.343Z Compiling zerofrom-derive v0.1.6
13822026-05-14T22:45:36.467Z Compiling yoke-derive v0.8.1
13832026-05-14T22:45:36.875Z Compiling zeroize v1.8.2
13842026-05-14T22:45:37.008Z Compiling zerocopy-derive v0.8.40
13852026-05-14T22:45:37.372Z Compiling zerovec-derive v0.11.2
13862026-05-14T22:45:37.632Z Compiling crypto-common v0.1.7
13872026-05-14T22:45:37.637Z Compiling block-buffer v0.10.4
13882026-05-14T22:45:37.740Z Compiling zerofrom v0.1.6
13892026-05-14T22:45:37.788Z Compiling digest v0.10.7
13902026-05-14T22:45:37.804Z Compiling displaydoc v0.2.5
13912026-05-14T22:45:37.869Z Compiling yoke v0.8.1
13922026-05-14T22:45:38.033Z Compiling tokio-macros v2.7.0
13932026-05-14T22:45:38.046Z Compiling hmac v0.12.1
13942026-05-14T22:45:38.198Z Compiling futures-macro v0.3.32
13952026-05-14T22:45:38.477Z Compiling zerovec v0.11.5
13962026-05-14T22:45:38.527Z Compiling zerotrie v0.2.3
13972026-05-14T22:45:38.731Z Compiling block-padding v0.3.3
13982026-05-14T22:45:38.813Z Compiling sha2 v0.10.9
13992026-05-14T22:45:38.884Z Compiling inout v0.1.4
14002026-05-14T22:45:38.961Z Compiling tinystr v0.8.2
14012026-05-14T22:45:38.988Z Compiling potential_utf v0.1.4
14022026-05-14T22:45:39.047Z Compiling futures-util v0.3.32
14032026-05-14T22:45:39.142Z Compiling icu_locale_core v2.1.1
14042026-05-14T22:45:39.157Z Compiling icu_collections v2.1.1
14052026-05-14T22:45:39.560Z Compiling bytes v1.11.1
14062026-05-14T22:45:39.622Z Compiling cipher v0.4.4
14072026-05-14T22:45:39.876Z Compiling icu_provider v2.1.1
14082026-05-14T22:45:39.940Z Compiling der_derive v0.7.3
14092026-05-14T22:45:40.035Z Compiling tokio v1.52.1
14102026-05-14T22:45:40.177Z Compiling icu_normalizer v2.1.1
14112026-05-14T22:45:40.190Z Compiling icu_properties v2.1.2
14122026-05-14T22:45:40.216Z Compiling http v1.4.0
14132026-05-14T22:45:40.723Z Compiling salsa20 v0.10.2
14142026-05-14T22:45:40.859Z Compiling chrono v0.4.44
14152026-05-14T22:45:40.943Z Compiling der v0.7.10
14162026-05-14T22:45:41.131Z Compiling idna_adapter v1.2.1
14172026-05-14T22:45:41.270Z Compiling idna v1.1.0
14182026-05-14T22:45:41.301Z Compiling ppv-lite86 v0.2.21
14192026-05-14T22:45:41.413Z Compiling pbkdf2 v0.12.2
14202026-05-14T22:45:41.453Z Compiling thiserror-impl v2.0.18
14212026-05-14T22:45:41.469Z Compiling scrypt v0.11.0
14222026-05-14T22:45:41.598Z Compiling url v2.5.8
14232026-05-14T22:45:41.715Z Compiling rand_chacha v0.9.0
14242026-05-14T22:45:41.897Z Compiling spki v0.7.3
14252026-05-14T22:45:42.104Z Compiling cbc v0.1.2
14262026-05-14T22:45:42.135Z Compiling aes v0.8.4
14272026-05-14T22:45:42.217Z Compiling rustls-pki-types v1.14.0
14282026-05-14T22:45:42.247Z Compiling tracing-attributes v0.1.31
14292026-05-14T22:45:42.386Z Compiling rand v0.9.2
14302026-05-14T22:45:42.396Z Compiling http-body v1.0.1
14312026-05-14T22:45:42.548Z Compiling pkcs5 v0.7.1
14322026-05-14T22:45:42.737Z Compiling untrusted v0.7.1
14332026-05-14T22:45:42.755Z Compiling thiserror v2.0.18
14342026-05-14T22:45:42.855Z Compiling base64 v0.22.1
14352026-05-14T22:45:42.860Z Compiling httparse v1.10.1
14362026-05-14T22:45:43.064Z Compiling openssl-probe v0.2.1
14372026-05-14T22:45:43.132Z Compiling untrusted v0.9.0
14382026-05-14T22:45:43.145Z Compiling schemars v0.8.22
14392026-05-14T22:45:43.163Z Compiling pkcs8 v0.10.2
14402026-05-14T22:45:43.181Z Compiling schemars_derive v0.8.22
14412026-05-14T22:45:43.251Z Compiling pest_derive v2.8.6
14422026-05-14T22:45:43.358Z Compiling scroll_derive v0.13.1
14432026-05-14T22:45:43.461Z Compiling darling_core v0.20.11
14442026-05-14T22:45:43.537Z Compiling tracing v0.1.44
14452026-05-14T22:45:43.660Z Compiling rustls v0.23.37
14462026-05-14T22:45:43.791Z Compiling tokio-util v0.7.18
14472026-05-14T22:45:43.829Z Compiling dyn-clone v1.0.20
14482026-05-14T22:45:43.964Z Compiling atomic-waker v1.1.2
14492026-05-14T22:45:44.086Z Compiling tower-service v0.3.3
14502026-05-14T22:45:44.132Z Compiling tower-layer v0.3.3
14512026-05-14T22:45:44.174Z Compiling try-lock v0.2.5
14522026-05-14T22:45:44.282Z Compiling tinyvec_macros v0.1.1
14532026-05-14T22:45:44.294Z Compiling want v0.3.1
14542026-05-14T22:45:44.349Z Compiling tinyvec v1.10.0
14552026-05-14T22:45:44.456Z Compiling h2 v0.4.13
14562026-05-14T22:45:44.682Z Compiling scroll v0.13.0
14572026-05-14T22:45:44.943Z Compiling ipnet v2.11.0
14582026-05-14T22:45:44.982Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14592026-05-14T22:45:45.131Z Compiling spin v0.9.8
14602026-05-14T22:45:45.333Z Compiling aho-corasick v1.1.4
14612026-05-14T22:45:45.371Z Compiling foreign-types-shared v0.1.1
14622026-05-14T22:45:45.449Z Compiling httpdate v1.0.3
14632026-05-14T22:45:45.477Z Compiling crc32fast v1.5.0
14642026-05-14T22:45:45.675Z Compiling num-conv v0.2.0
14652026-05-14T22:45:45.699Z Compiling pin-utils v0.1.0
14662026-05-14T22:45:45.732Z Compiling powerfmt v0.2.0
14672026-05-14T22:45:45.753Z Compiling darling_macro v0.20.11
14682026-05-14T22:45:45.753Z Compiling time-core v0.1.8
14692026-05-14T22:45:45.769Z Compiling openssl v0.10.78
14702026-05-14T22:45:45.844Z Compiling foreign-types v0.3.2
14712026-05-14T22:45:45.905Z Compiling time-macros v0.2.27
14722026-05-14T22:45:45.912Z Compiling deranged v0.5.8
14732026-05-14T22:45:45.926Z Compiling tempfile v3.25.0
14742026-05-14T22:45:46.192Z Compiling darling v0.20.11
14752026-05-14T22:45:46.273Z Compiling regex-automata v0.4.14
14762026-05-14T22:45:46.292Z Compiling goblin v0.10.5
14772026-05-14T22:45:46.931Z Compiling openssl-macros v0.1.1
14782026-05-14T22:45:47.004Z Compiling wait-timeout v0.2.1
14792026-05-14T22:45:47.271Z Compiling simd-adler32 v0.3.8
14802026-05-14T22:45:47.314Z Compiling bit-vec v0.8.0
14812026-05-14T22:45:47.398Z Compiling crossbeam-utils v0.8.21
14822026-05-14T22:45:47.518Z Compiling hyper v1.8.1
14832026-05-14T22:45:47.537Z Compiling native-tls v0.2.18
14842026-05-14T22:45:47.677Z Compiling siphasher v1.0.2
14852026-05-14T22:45:47.754Z Compiling usdt-impl v0.6.0
14862026-05-14T22:45:47.857Z Compiling num_threads v0.1.7
14872026-05-14T22:45:47.931Z Compiling quick-error v1.2.3
14882026-05-14T22:45:47.953Z Compiling syn v1.0.109
14892026-05-14T22:45:48.037Z Compiling rusty-fork v0.3.1
14902026-05-14T22:45:48.316Z Compiling time v0.3.47
14912026-05-14T22:45:48.383Z Compiling bit-set v0.8.0
14922026-05-14T22:45:48.535Z Compiling hyper-util v0.1.20
14932026-05-14T22:45:49.050Z Compiling dof v0.4.0
14942026-05-14T22:45:49.875Z Compiling derive_builder_core v0.20.2
14952026-05-14T22:45:50.283Z Compiling unicode-normalization v0.1.25
14962026-05-14T22:45:50.297Z Compiling dtrace-parser v0.3.0
14972026-05-14T22:45:50.382Z Compiling rustls-native-certs v0.8.3
14982026-05-14T22:45:50.519Z Compiling signature v2.2.0
14992026-05-14T22:45:50.679Z Compiling scroll_derive v0.12.1
15002026-05-14T22:45:50.711Z Compiling thiserror-impl v1.0.69
15012026-05-14T22:45:50.774Z Compiling heapless v0.7.17
15022026-05-14T22:45:50.798Z Compiling rand_xorshift v0.4.0
15032026-05-14T22:45:50.934Z Compiling slog v2.8.2
15042026-05-14T22:45:50.977Z Compiling darling_core v0.21.3
15052026-05-14T22:45:51.057Z Compiling bzip2-sys v0.1.13+1.0.8
15062026-05-14T22:45:51.120Z Compiling sync_wrapper v1.0.2
15072026-05-14T22:45:51.218Z Compiling thread-id v5.1.0
15082026-05-14T22:45:51.301Z Compiling cookie v0.18.1
15092026-05-14T22:45:51.317Z Compiling unicode-bidi v0.3.18
15102026-05-14T22:45:51.340Z Compiling allocator-api2 v0.2.21
15112026-05-14T22:45:51.409Z Compiling paste v1.0.15
15122026-05-14T22:45:51.476Z Compiling unicode-properties v0.1.4
15132026-05-14T22:45:51.654Z Compiling unarray v0.1.4
15142026-05-14T22:45:51.667Z Compiling signal-hook v0.3.18
15152026-05-14T22:45:51.680Z Compiling zstd-safe v7.2.4
15162026-05-14T22:45:51.793Z Compiling adler2 v2.0.1
15172026-05-14T22:45:51.832Z Compiling anyhow v1.0.102
15182026-05-14T22:45:51.842Z Compiling miniz_oxide v0.8.9
15192026-05-14T22:45:51.882Z Compiling proptest v1.10.0
15202026-05-14T22:45:51.938Z Compiling thiserror v1.0.69
15212026-05-14T22:45:51.953Z Compiling stringprep v0.1.5
15222026-05-14T22:45:52.085Z Compiling scroll v0.12.0
15232026-05-14T22:45:52.388Z Compiling tower v0.5.3
15242026-05-14T22:45:52.508Z Compiling derive_builder_macro v0.20.2
15252026-05-14T22:45:52.944Z Compiling ipnetwork v0.21.1
15262026-05-14T22:45:52.964Z Compiling http-body-util v0.1.3
15272026-05-14T22:45:53.159Z Compiling webpki-roots v1.0.6
15282026-05-14T22:45:53.207Z Compiling rand_chacha v0.3.1
15292026-05-14T22:45:53.231Z Compiling serde_spanned v0.6.9
15302026-05-14T22:45:53.329Z Compiling serde_tokenstream v0.2.3
15312026-05-14T22:45:53.337Z Compiling toml_datetime v0.6.11
15322026-05-14T22:45:53.364Z Compiling erased-serde v0.3.31
15332026-05-14T22:45:53.427Z Compiling darling_macro v0.21.3
15342026-05-14T22:45:53.587Z Compiling md-5 v0.10.6
15352026-05-14T22:45:53.626Z Compiling zerocopy-derive v0.7.35
15362026-05-14T22:45:53.746Z Compiling curve25519-dalek v4.1.3
15372026-05-14T22:45:53.833Z Compiling vergen-lib v0.1.6
15382026-05-14T22:45:53.900Z Compiling num-integer v0.1.46
15392026-05-14T22:45:53.981Z Compiling hash32 v0.2.1
15402026-05-14T22:45:54.010Z Compiling ff v0.13.1
15412026-05-14T22:45:54.076Z Compiling memoffset v0.9.1
15422026-05-14T22:45:54.144Z Compiling rustix v0.38.44
15432026-05-14T22:45:54.165Z Compiling litrs v1.0.0
15442026-05-14T22:45:54.214Z Compiling iri-string v0.7.10
15452026-05-14T22:45:54.263Z Compiling smoltcp v0.9.1
15462026-05-14T22:45:54.474Z Compiling ref-cast v1.0.25
15472026-05-14T22:45:54.487Z Compiling cfg_aliases v0.2.1
15482026-05-14T22:45:54.560Z Compiling base16ct v0.2.0
15492026-05-14T22:45:54.607Z Compiling ryu v1.0.23
15502026-05-14T22:45:54.666Z Compiling fallible-iterator v0.2.0
15512026-05-14T22:45:54.740Z Compiling zlib-rs v0.6.2
15522026-05-14T22:45:54.829Z Compiling num-bigint-dig v0.8.6
15532026-05-14T22:45:54.867Z Compiling psl-types v2.0.11
15542026-05-14T22:45:54.909Z Compiling publicsuffix v2.3.0
15552026-05-14T22:45:55.041Z Compiling postgres-protocol v0.6.10
15562026-05-14T22:45:55.089Z Compiling serde_urlencoded v0.7.1
15572026-05-14T22:45:55.135Z Compiling sec1 v0.7.3
15582026-05-14T22:45:55.294Z Compiling document-features v0.2.12
15592026-05-14T22:45:55.458Z Compiling tower-http v0.6.8
15602026-05-14T22:45:55.614Z Compiling nix v0.31.2
15612026-05-14T22:45:59.728Z Compiling zerocopy v0.7.35
15622026-05-14T22:45:59.775Z Compiling newtype-uuid v1.3.2
15632026-05-14T22:45:59.775Z Compiling group v0.13.0
15642026-05-14T22:45:59.775Z Compiling num-iter v0.1.45
15652026-05-14T22:45:59.776Z Compiling darling v0.21.3
15662026-05-14T22:45:59.776Z Compiling rand v0.8.5
15672026-05-14T22:45:59.776Z Compiling oxnet v0.1.4
15682026-05-14T22:45:59.776Z Compiling derive_builder v0.20.2
15692026-05-14T22:45:59.776Z Compiling tokio-native-tls v0.3.1
15702026-05-14T22:45:59.776Z Compiling hubpack_derive v0.1.1
15712026-05-14T22:45:59.776Z Compiling goblin v0.8.2
15722026-05-14T22:45:59.776Z Compiling regex v1.12.3
15732026-05-14T22:45:59.809Z Compiling phf_shared v0.13.1
15742026-05-14T22:45:59.809Z Compiling lazy_static v1.5.0
15752026-05-14T22:45:59.810Z Compiling cargo-platform v0.1.9
15762026-05-14T22:45:59.810Z Compiling hkdf v0.12.4
15772026-05-14T22:45:59.810Z Compiling flate2 v1.1.9
15782026-05-14T22:45:59.810Z Compiling crypto-bigint v0.5.5
15792026-05-14T22:45:59.810Z Compiling terminal_size v0.4.3
15802026-05-14T22:45:59.810Z Compiling ref-cast-impl v1.0.25
15812026-05-14T22:45:59.810Z Compiling curve25519-dalek-derive v0.1.1
15822026-05-14T22:45:59.810Z Compiling daft-derive v0.1.5
15832026-05-14T22:45:59.810Z Compiling async-trait v0.1.89
15842026-05-14T22:45:59.810Z Compiling strum_macros v0.27.2
15852026-05-14T22:45:59.810Z Compiling vergen v9.0.6
15862026-05-14T22:45:59.810Z Compiling fs-err v3.3.0
15872026-05-14T22:45:59.810Z Compiling ahash v0.8.12
15882026-05-14T22:45:59.810Z Compiling winnow v0.5.40
15892026-05-14T22:45:59.810Z Compiling foldhash v0.1.5
15902026-05-14T22:45:59.810Z Compiling object v0.37.3
15912026-05-14T22:45:59.810Z Compiling bitflags v1.3.2
15922026-05-14T22:45:59.810Z Compiling foldhash v0.2.0
15932026-05-14T22:45:59.810Z Compiling managed v0.8.0
15942026-05-14T22:45:59.810Z Compiling unicode-segmentation v1.12.0
15952026-05-14T22:45:59.810Z Compiling libbz2-rs-sys v0.2.2
15962026-05-14T22:45:59.810Z Compiling bumpalo v3.20.2
15972026-05-14T22:45:59.810Z Compiling clap_builder v4.5.60
15982026-05-14T22:45:59.972Z Compiling bzip2 v0.6.1
15992026-05-14T22:46:00.221Z Compiling toml_edit v0.19.15
16002026-05-14T22:46:00.236Z Compiling zopfli v0.8.3
16012026-05-14T22:46:00.300Z Compiling hashbrown v0.16.1
16022026-05-14T22:46:00.316Z Compiling strum v0.27.2
16032026-05-14T22:46:00.490Z Compiling hashbrown v0.15.5
16042026-05-14T22:46:00.879Z Compiling dof v0.3.0
16052026-05-14T22:46:01.055Z Compiling daft v0.1.5
16062026-05-14T22:46:01.069Z Compiling elliptic-curve v0.13.8
16072026-05-14T22:46:01.429Z Compiling cargo_metadata v0.19.2
16082026-05-14T22:46:01.454Z Compiling phf v0.13.1
16092026-05-14T22:46:01.612Z Compiling signal-hook-mio v0.2.5
16102026-05-14T22:46:01.730Z Compiling cookie_store v0.22.1
16112026-05-14T22:46:02.368Z Compiling hubpack v0.1.2
16122026-05-14T22:46:02.737Z Compiling zstd v0.13.3
16132026-05-14T22:46:02.756Z Compiling hyper-tls v0.6.0
16142026-05-14T22:46:02.806Z Compiling bzip2 v0.4.4
16152026-05-14T22:46:02.834Z Compiling serde_with_macros v3.17.0
16162026-05-14T22:46:02.996Z Compiling postgres-types v0.2.12
16172026-05-14T22:46:03.009Z Compiling usdt-macro v0.6.0
16182026-05-14T22:46:03.045Z Compiling usdt-attr-macro v0.6.0
16192026-05-14T22:46:03.542Z Compiling dtrace-parser v0.2.0
16202026-05-14T22:46:03.742Z Compiling ed25519 v2.2.3
16212026-05-14T22:46:03.832Z Compiling bstr v1.12.1
16222026-05-14T22:46:03.945Z Compiling phf_shared v0.11.3
16232026-05-14T22:46:04.086Z Compiling pkcs1 v0.7.5
16242026-05-14T22:46:04.093Z Compiling hex v0.4.3
16252026-05-14T22:46:04.126Z Compiling serde-big-array v0.5.1
16262026-05-14T22:46:04.270Z Compiling rfc6979 v0.4.0
16272026-05-14T22:46:04.289Z Compiling strum_macros v0.26.4
16282026-05-14T22:46:04.343Z Compiling serde_repr v0.1.20
16292026-05-14T22:46:04.392Z Compiling enum-as-inner v0.6.1
16302026-05-14T22:46:04.460Z Compiling clap_derive v4.5.55
16312026-05-14T22:46:04.480Z Compiling float-cmp v0.10.0
16322026-05-14T22:46:04.640Z Compiling thread-id v4.2.2
16332026-05-14T22:46:04.643Z Compiling memmap2 v0.9.10
16342026-05-14T22:46:04.713Z Compiling env_filter v1.0.0
16352026-05-14T22:46:04.860Z Compiling encoding_rs v0.8.35
16362026-05-14T22:46:04.872Z Compiling static_assertions v1.1.0
16372026-05-14T22:46:04.885Z Compiling difflib v0.4.0
16382026-05-14T22:46:04.939Z Compiling rustc-hash v2.1.1
16392026-05-14T22:46:05.018Z Compiling keccak v0.1.6
16402026-05-14T22:46:05.065Z Compiling mime v0.3.17
16412026-05-14T22:46:05.392Z Compiling normalize-line-endings v0.3.0
16422026-05-14T22:46:05.483Z Compiling whoami v2.1.0
16432026-05-14T22:46:05.497Z Compiling fixedbitset v0.4.2
16442026-05-14T22:46:05.711Z Compiling jiff v0.2.21
16452026-05-14T22:46:05.850Z Compiling predicates-core v1.0.10
16462026-05-14T22:46:05.863Z Compiling fixedbitset v0.5.7
16472026-05-14T22:46:06.030Z Compiling either v1.15.0
16482026-05-14T22:46:06.046Z Compiling precomputed-hash v0.1.1
16492026-05-14T22:46:06.137Z Compiling new_debug_unreachable v1.0.6
16502026-05-14T22:46:06.168Z Compiling data-encoding v2.10.0
16512026-05-14T22:46:06.214Z Compiling itertools v0.13.0
16522026-05-14T22:46:06.237Z Compiling string_cache v0.8.9
16532026-05-14T22:46:06.241Z Compiling clap v4.5.60
16542026-05-14T22:46:06.333Z Compiling petgraph v0.8.3
16552026-05-14T22:46:06.413Z Compiling strum v0.26.3
16562026-05-14T22:46:06.467Z Compiling hickory-proto v0.25.2
16572026-05-14T22:46:06.542Z Compiling toml_edit v0.22.27
16582026-05-14T22:46:06.860Z Compiling predicates v3.1.4
16592026-05-14T22:46:07.220Z Compiling tokio-postgres v0.7.16
16602026-05-14T22:46:07.412Z Compiling petgraph v0.6.5
16612026-05-14T22:46:07.502Z Compiling sha3 v0.10.8
16622026-05-14T22:46:07.947Z Compiling iddqd v0.3.18
16632026-05-14T22:46:08.236Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16642026-05-14T22:46:08.871Z Compiling zip v4.6.1
16652026-05-14T22:46:09.102Z Compiling env_logger v0.11.9
16662026-05-14T22:46:09.248Z Compiling usdt v0.6.0
16672026-05-14T22:46:09.389Z Compiling usdt-impl v0.5.0
16682026-05-14T22:46:09.450Z Compiling ecdsa v0.16.9
16692026-05-14T22:46:09.510Z Compiling rsa v0.9.10
16702026-05-14T22:46:09.834Z Compiling serde_with v3.17.0
16712026-05-14T22:46:09.849Z Compiling similar v2.7.0
16722026-05-14T22:46:09.861Z Compiling ed25519-dalek v2.2.0
16732026-05-14T22:46:09.961Z Compiling crossterm v0.28.1
16742026-05-14T22:46:10.743Z Compiling zip v0.6.6
16752026-05-14T22:46:11.126Z Compiling toml v0.7.8
16762026-05-14T22:46:11.569Z Compiling toml_parser v1.0.9+spec-1.1.0
16772026-05-14T22:46:11.583Z Compiling heck v0.4.1
16782026-05-14T22:46:11.683Z Compiling crossbeam-epoch v0.9.18
16792026-05-14T22:46:11.723Z Compiling tokio-stream v0.1.18
16802026-05-14T22:46:11.804Z Compiling buf-list v1.1.2
16812026-05-14T22:46:11.955Z Compiling x509-cert v0.2.5
16822026-05-14T22:46:12.010Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16832026-05-14T22:46:12.079Z Compiling openapiv3 v2.2.0
16842026-05-14T22:46:12.188Z Compiling sha1 v0.10.6
16852026-05-14T22:46:12.202Z Compiling toml_datetime v0.7.5+spec-1.1.0
16862026-05-14T22:46:12.304Z Compiling lalrpop-util v0.19.12
16872026-05-14T22:46:12.407Z Compiling peg-runtime v0.8.5
16882026-05-14T22:46:12.487Z Compiling thread_local v1.1.9
16892026-05-14T22:46:12.504Z Compiling slog-async v2.8.0
16902026-05-14T22:46:12.683Z Compiling crossbeam-channel v0.5.15
16912026-05-14T22:46:12.742Z Compiling futures-executor v0.3.32
16922026-05-14T22:46:12.812Z Compiling filetime v0.2.27
16932026-05-14T22:46:12.829Z Compiling is-terminal v0.4.17
16942026-05-14T22:46:12.926Z Compiling take_mut v0.2.2
16952026-05-14T22:46:12.982Z Compiling term v1.2.1
16962026-05-14T22:46:12.996Z Compiling xattr v1.6.1
16972026-05-14T22:46:13.129Z Compiling tar v0.4.45
16982026-05-14T22:46:13.158Z Compiling futures v0.3.32
16992026-05-14T22:46:13.240Z Compiling slog-term v2.9.2
17002026-05-14T22:46:22.925Z Compiling rustls-webpki v0.103.9
17012026-05-14T22:46:25.750Z Compiling tokio-rustls v0.26.4
17022026-05-14T22:46:25.750Z Compiling rustls-platform-verifier v0.6.2
17032026-05-14T22:46:25.938Z Compiling hyper-rustls v0.27.7
17042026-05-14T22:46:26.137Z Compiling reqwest v0.13.2
17052026-05-14T22:46:26.137Z Compiling reqwest v0.12.28
17062026-05-14T22:46:28.168Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17072026-05-14T22:46:28.382Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17082026-05-14T22:46:31.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
17092026-05-14T22:46:31.327Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17102026-05-14T22:46:31.379ZMay 14 22:46:29.891 INFO Starting download, target: DendriteStub
17112026-05-14T22:46:31.379ZMay 14 22:46:29.891 INFO Starting download, target: Cockroach
17122026-05-14T22:46:31.384ZMay 14 22:46:29.891 INFO Starting download, target: Console
17132026-05-14T22:46:31.384ZMay 14 22:46:29.892 INFO Starting download, target: Clickhouse
17142026-05-14T22:46:31.384ZMay 14 22:46:29.892 INFO Starting download, target: MaghemiteMgd
17152026-05-14T22:46:31.384ZMay 14 22:46:29.892 INFO Starting download, target: TransceiverControl
17162026-05-14T22:46:31.384ZMay 14 22:46:29.892 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17172026-05-14T22:46:31.384ZMay 14 22:46:29.892 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17182026-05-14T22:46:31.385ZMay 14 22:46:29.892 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17192026-05-14T22:46:31.385ZMay 14 22:46:29.892 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17202026-05-14T22:46:31.385ZMay 14 22:46:29.892 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17212026-05-14T22:46:31.385ZMay 14 22:46:29.892 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17222026-05-14T22:46:31.900ZMay 14 22:46:30.409 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17232026-05-14T22:46:32.125ZMay 14 22:46:30.632 INFO Download complete, target: TransceiverControl
17242026-05-14T22:46:32.335ZMay 14 22:46:30.842 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17252026-05-14T22:46:32.600ZMay 14 22:46:31.111 INFO Download complete, target: Console
17262026-05-14T22:46:33.164ZMay 14 22:46:31.634 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17272026-05-14T22:46:33.538ZMay 14 22:46:32.042 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17282026-05-14T22:46:33.933ZMay 14 22:46:32.428 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17292026-05-14T22:46:34.356ZMay 14 22:46:32.858 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17302026-05-14T22:46:34.356ZMay 14 22:46:32.858 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17312026-05-14T22:46:35.870ZMay 14 22:46:34.382 INFO Download complete, target: DendriteStub
17322026-05-14T22:46:36.267ZMay 14 22:46:34.779 INFO Download complete, target: MaghemiteMgd
17332026-05-14T22:46:38.879ZMay 14 22:46:37.390 INFO Checking that binary works, target: Cockroach
17342026-05-14T22:46:39.051ZMay 14 22:46:37.563 INFO Download complete, target: Cockroach
17352026-05-14T22:46:39.796ZMay 14 22:46:38.307 INFO Checking that binary works, target: Clickhouse
17362026-05-14T22:46:39.917ZMay 14 22:46:38.429 INFO Download complete, target: Clickhouse
17372026-05-14T22:46:39.932ZAll builder prerequisites installed successfully, and PATH looks valid
17382026-05-14T22:46:39.935Z
17392026-05-14T22:46:39.935Zreal 2:11.334532783
17402026-05-14T22:46:39.935Zuser 6:43.368011287
17412026-05-14T22:46:39.935Zsys 1:20.231832878
17422026-05-14T22:46:39.935Ztrap 0.198735110
17432026-05-14T22:46:39.935Ztflt 0.956469047
17442026-05-14T22:46:39.935Zdflt 0.800957643
17452026-05-14T22:46:39.935Zkflt 0.035300765
17462026-05-14T22:46:39.935Zlock 20:50.108980325
17472026-05-14T22:46:39.935Zslp 20:40.753575581
17482026-05-14T22:46:39.935Zlat 42.996571355
17492026-05-14T22:46:39.935Zstop 1:53.246231101
17502026-05-14T22:46:39.935Z+ banner hack-check
17512026-05-14T22:46:39.936Z
17522026-05-14T22:46:39.936Z # # ## #### # # #### # # ###### #### # #
17532026-05-14T22:46:39.936Z # # # # # # # # # # # # # # # # #
17542026-05-14T22:46:39.936Z ###### # # # #### ##### # ###### ##### # ####
17552026-05-14T22:46:39.936Z # # ###### # # # # # # # # # #
17562026-05-14T22:46:39.936Z # # # # # # # # # # # # # # # # #
17572026-05-14T22:46:39.936Z # # # # #### # # #### # # ###### #### # #
17582026-05-14T22:46:39.936Z
17592026-05-14T22:46:39.936Z+ export CARGO_INCREMENTAL=0
17602026-05-14T22:46:39.936Z+ CARGO_INCREMENTAL=0
17612026-05-14T22:46:39.936Z+ ptime -m timeout 2h cargo xtask check-features --ci
17622026-05-14T22:46:40.457Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17632026-05-14T22:46:40.679Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17642026-05-14T22:46:42.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.63s
17652026-05-14T22:46:42.666Z Running `target/debug/xtask check-features --ci`
17662026-05-14T22:46:42.692Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17672026-05-14T22:46:42.695Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17682026-05-14T22:46:43.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17692026-05-14T22:46:43.201Z Running `target/debug/xtask download cargo-hack`
17702026-05-14T22:46:43.972Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17712026-05-14T22:46:44.281Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17722026-05-14T22:46:46.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s
17732026-05-14T22:46:46.900Z Running `target/debug/xtask-downloader cargo-hack`
17742026-05-14T22:46:46.937ZMay 14 22:46:45.448 INFO Starting download, target: CargoHack
17752026-05-14T22:46:46.940ZMay 14 22:46:45.449 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17762026-05-14T22:46:47.254ZMay 14 22:46:45.766 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17772026-05-14T22:46:47.303ZMay 14 22:46:45.815 INFO Download complete, target: CargoHack
17782026-05-14T22:46:47.308Zrunning: "/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"
17792026-05-14T22:46:47.319Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17802026-05-14T22:46:47.467Zinfo: running `cargo check --bins` on api_identity (1/274)
17812026-05-14T22:46:47.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17822026-05-14T22:46:47.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17832026-05-14T22:46:47.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17842026-05-14T22:46:47.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17852026-05-14T22:46:48.037Z
17862026-05-14T22:46:48.037Zinfo: running `cargo check --bins` on bootstore (2/274)
17872026-05-14T22:46:48.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17882026-05-14T22:46:48.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17892026-05-14T22:46:48.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17902026-05-14T22:46:48.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17912026-05-14T22:46:48.613Z
17922026-05-14T22:46:48.613Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
17932026-05-14T22:46:49.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17942026-05-14T22:46:49.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17952026-05-14T22:46:49.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17962026-05-14T22:46:49.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17972026-05-14T22:46:49.177Z
17982026-05-14T22:46:49.177Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
17992026-05-14T22:46:49.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18002026-05-14T22:46:49.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18012026-05-14T22:46:49.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18022026-05-14T22:46:49.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18032026-05-14T22:46:49.745Z
18042026-05-14T22:46:49.745Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18052026-05-14T22:46:50.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18062026-05-14T22:46:50.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18072026-05-14T22:46:50.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18082026-05-14T22:46:50.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18092026-05-14T22:46:50.309Z
18102026-05-14T22:46:50.309Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18112026-05-14T22:46:50.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18122026-05-14T22:46:50.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18132026-05-14T22:46:50.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18142026-05-14T22:46:50.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18152026-05-14T22:46:50.892Z
18162026-05-14T22:46:50.892Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18172026-05-14T22:46:51.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18182026-05-14T22:46:51.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18192026-05-14T22:46:51.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18202026-05-14T22:46:51.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18212026-05-14T22:46:51.478Z
18222026-05-14T22:46:51.478Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18232026-05-14T22:46:51.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242026-05-14T22:46:51.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252026-05-14T22:46:51.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262026-05-14T22:46:51.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18272026-05-14T22:46:52.059Z
18282026-05-14T22:46:52.059Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18292026-05-14T22:46:52.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-05-14T22:46:52.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-05-14T22:46:52.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-05-14T22:46:52.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18332026-05-14T22:46:52.515Z
18342026-05-14T22:46:52.515Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18352026-05-14T22:46:52.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-05-14T22:46:52.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-05-14T22:46:52.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-05-14T22:46:52.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18392026-05-14T22:46:52.979Z
18402026-05-14T22:46:52.979Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18412026-05-14T22:46:53.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-05-14T22:46:53.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-05-14T22:46:53.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-05-14T22:46:53.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18452026-05-14T22:46:53.443Z
18462026-05-14T22:46:53.443Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18472026-05-14T22:46:53.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-05-14T22:46:53.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-05-14T22:46:53.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-05-14T22:46:53.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18512026-05-14T22:46:53.900Z
18522026-05-14T22:46:53.900Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18532026-05-14T22:46:54.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-05-14T22:46:54.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-05-14T22:46:54.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-05-14T22:46:54.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18572026-05-14T22:46:54.359Z
18582026-05-14T22:46:54.359Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
18592026-05-14T22:46:54.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-05-14T22:46:54.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-05-14T22:46:54.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-05-14T22:46:54.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18632026-05-14T22:46:54.811Z
18642026-05-14T22:46:54.811Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
18652026-05-14T22:46:55.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-05-14T22:46:55.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-05-14T22:46:55.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-05-14T22:46:55.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18692026-05-14T22:46:55.268Z
18702026-05-14T22:46:55.268Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
18712026-05-14T22:46:55.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-05-14T22:46:55.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-05-14T22:46:55.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-05-14T22:46:55.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18752026-05-14T22:46:55.726Z
18762026-05-14T22:46:55.726Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
18772026-05-14T22:46:56.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-05-14T22:46:56.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-05-14T22:46:56.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-05-14T22:46:56.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18812026-05-14T22:46:56.186Z
18822026-05-14T22:46:56.186Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
18832026-05-14T22:46:56.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-05-14T22:46:56.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-05-14T22:46:56.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-05-14T22:46:56.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18872026-05-14T22:46:56.643Z
18882026-05-14T22:46:56.643Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
18892026-05-14T22:46:57.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-05-14T22:46:57.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-05-14T22:46:57.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-05-14T22:46:57.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18932026-05-14T22:46:57.103Z
18942026-05-14T22:46:57.103Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
18952026-05-14T22:46:57.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-05-14T22:46:57.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-05-14T22:46:57.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-05-14T22:46:57.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18992026-05-14T22:46:57.566Z
19002026-05-14T22:46:57.566Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19012026-05-14T22:46:57.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-05-14T22:46:57.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-05-14T22:46:57.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-05-14T22:46:57.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19052026-05-14T22:46:58.031Z
19062026-05-14T22:46:58.031Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19072026-05-14T22:46:58.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-05-14T22:46:58.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-05-14T22:46:58.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-05-14T22:46:58.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19112026-05-14T22:46:58.491Z
19122026-05-14T22:46:58.492Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19132026-05-14T22:46:58.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-05-14T22:46:58.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-05-14T22:46:58.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-05-14T22:46:58.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19172026-05-14T22:46:58.953Z
19182026-05-14T22:46:58.953Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19192026-05-14T22:46:59.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-05-14T22:46:59.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-05-14T22:46:59.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-05-14T22:46:59.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19232026-05-14T22:46:59.415Z
19242026-05-14T22:46:59.415Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19252026-05-14T22:46:59.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-05-14T22:46:59.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-05-14T22:46:59.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-05-14T22:46:59.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19292026-05-14T22:46:59.876Z
19302026-05-14T22:46:59.876Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19312026-05-14T22:47:00.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-05-14T22:47:00.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-05-14T22:47:00.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-05-14T22:47:00.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19352026-05-14T22:47:00.337Z
19362026-05-14T22:47:00.337Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19372026-05-14T22:47:00.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-05-14T22:47:00.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-05-14T22:47:00.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-05-14T22:47:00.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19412026-05-14T22:47:00.799Z
19422026-05-14T22:47:00.799Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19432026-05-14T22:47:01.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-05-14T22:47:01.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-05-14T22:47:01.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-05-14T22:47:01.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19472026-05-14T22:47:01.263Z
19482026-05-14T22:47:01.263Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19492026-05-14T22:47:01.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-05-14T22:47:01.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-05-14T22:47:01.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-05-14T22:47:01.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19532026-05-14T22:47:01.723Z
19542026-05-14T22:47:01.723Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19552026-05-14T22:47:02.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-05-14T22:47:02.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-05-14T22:47:02.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-05-14T22:47:02.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19592026-05-14T22:47:02.181Z
19602026-05-14T22:47:02.181Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
19612026-05-14T22:47:02.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-05-14T22:47:02.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-05-14T22:47:02.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-05-14T22:47:02.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19652026-05-14T22:47:02.641Z
19662026-05-14T22:47:02.641Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
19672026-05-14T22:47:03.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-05-14T22:47:03.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-05-14T22:47:03.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-05-14T22:47:03.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19712026-05-14T22:47:03.097Z
19722026-05-14T22:47:03.097Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
19732026-05-14T22:47:03.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-05-14T22:47:03.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-05-14T22:47:03.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-05-14T22:47:03.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19772026-05-14T22:47:03.559Z
19782026-05-14T22:47:03.559Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
19792026-05-14T22:47:03.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-05-14T22:47:03.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-05-14T22:47:03.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-05-14T22:47:03.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19832026-05-14T22:47:04.017Z
19842026-05-14T22:47:04.017Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
19852026-05-14T22:47:04.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-05-14T22:47:04.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-05-14T22:47:04.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-05-14T22:47:04.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19892026-05-14T22:47:04.477Z
19902026-05-14T22:47:04.477Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
19912026-05-14T22:47:04.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-05-14T22:47:04.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-05-14T22:47:04.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-05-14T22:47:04.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19952026-05-14T22:47:04.941Z
19962026-05-14T22:47:04.941Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
19972026-05-14T22:47:05.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-05-14T22:47:05.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-05-14T22:47:05.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-05-14T22:47:05.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20012026-05-14T22:47:05.398Z
20022026-05-14T22:47:05.398Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20032026-05-14T22:47:05.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-05-14T22:47:05.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-05-14T22:47:05.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-05-14T22:47:05.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20072026-05-14T22:47:05.857Z
20082026-05-14T22:47:05.857Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20092026-05-14T22:47:06.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-05-14T22:47:06.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-05-14T22:47:06.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-05-14T22:47:06.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20132026-05-14T22:47:06.322Z
20142026-05-14T22:47:06.322Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20152026-05-14T22:47:06.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-05-14T22:47:06.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-05-14T22:47:06.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-05-14T22:47:06.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20192026-05-14T22:47:06.788Z
20202026-05-14T22:47:06.788Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20212026-05-14T22:47:07.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-05-14T22:47:07.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-05-14T22:47:07.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-05-14T22:47:07.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20252026-05-14T22:47:07.247Z
20262026-05-14T22:47:07.247Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20272026-05-14T22:47:07.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-05-14T22:47:07.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-05-14T22:47:07.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-05-14T22:47:07.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20312026-05-14T22:47:07.712Z
20322026-05-14T22:47:07.712Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20332026-05-14T22:47:08.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-05-14T22:47:08.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-05-14T22:47:08.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-05-14T22:47:08.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20372026-05-14T22:47:08.172Z
20382026-05-14T22:47:08.172Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20392026-05-14T22:47:08.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-05-14T22:47:08.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-05-14T22:47:08.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-05-14T22:47:08.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20432026-05-14T22:47:08.707Z
20442026-05-14T22:47:08.707Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20452026-05-14T22:47:09.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-05-14T22:47:09.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-05-14T22:47:09.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-05-14T22:47:09.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20492026-05-14T22:47:09.100Z
20502026-05-14T22:47:09.100Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20512026-05-14T22:47:09.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-05-14T22:47:09.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-05-14T22:47:09.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-05-14T22:47:09.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20552026-05-14T22:47:09.567Z
20562026-05-14T22:47:09.567Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
20572026-05-14T22:47:09.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-05-14T22:47:09.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-05-14T22:47:09.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-05-14T22:47:09.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20612026-05-14T22:47:10.028Z
20622026-05-14T22:47:10.028Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
20632026-05-14T22:47:10.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-05-14T22:47:10.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-05-14T22:47:10.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-05-14T22:47:10.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20672026-05-14T22:47:10.489Z
20682026-05-14T22:47:10.489Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
20692026-05-14T22:47:11.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-05-14T22:47:11.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-05-14T22:47:11.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-05-14T22:47:11.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20732026-05-14T22:47:11.117Z
20742026-05-14T22:47:11.117Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
20752026-05-14T22:47:11.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-05-14T22:47:11.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-05-14T22:47:11.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-05-14T22:47:11.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20792026-05-14T22:47:11.747Z
20802026-05-14T22:47:11.747Zinfo: running `cargo check --bins` on nexus-config (51/274)
20812026-05-14T22:47:12.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-05-14T22:47:12.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-05-14T22:47:12.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-05-14T22:47:12.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20852026-05-14T22:47:12.377Z
20862026-05-14T22:47:12.377Zinfo: running `cargo check --bins` on nexus-types (52/274)
20872026-05-14T22:47:12.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-05-14T22:47:12.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-05-14T22:47:12.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-05-14T22:47:12.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20912026-05-14T22:47:13.002Z
20922026-05-14T22:47:13.002Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
20932026-05-14T22:47:13.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-05-14T22:47:13.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-05-14T22:47:13.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-05-14T22:47:13.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
20972026-05-14T22:47:13.595Z
20982026-05-14T22:47:13.595Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
20992026-05-14T22:47:14.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-05-14T22:47:14.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-05-14T22:47:14.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-05-14T22:47:14.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21032026-05-14T22:47:14.165Z
21042026-05-14T22:47:14.165Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21052026-05-14T22:47:14.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-05-14T22:47:14.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-05-14T22:47:14.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-05-14T22:47:14.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21092026-05-14T22:47:14.759Z
21102026-05-14T22:47:14.759Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21112026-05-14T22:47:15.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-05-14T22:47:15.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-05-14T22:47:15.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-05-14T22:47:15.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21152026-05-14T22:47:15.346Z
21162026-05-14T22:47:15.346Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21172026-05-14T22:47:15.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-05-14T22:47:15.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-05-14T22:47:15.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-05-14T22:47:15.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21212026-05-14T22:47:15.939Z
21222026-05-14T22:47:15.939Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21232026-05-14T22:47:16.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-05-14T22:47:16.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-05-14T22:47:16.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-05-14T22:47:16.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21272026-05-14T22:47:16.530Z
21282026-05-14T22:47:16.530Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21292026-05-14T22:47:17.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-05-14T22:47:17.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-05-14T22:47:17.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-05-14T22:47:17.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21332026-05-14T22:47:17.101Z
21342026-05-14T22:47:17.101Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21352026-05-14T22:47:17.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-05-14T22:47:17.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-05-14T22:47:17.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-05-14T22:47:17.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21392026-05-14T22:47:17.672Z
21402026-05-14T22:47:17.672Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21412026-05-14T22:47:18.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-05-14T22:47:18.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-05-14T22:47:18.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-05-14T22:47:18.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21452026-05-14T22:47:18.298Z
21462026-05-14T22:47:18.298Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21472026-05-14T22:47:18.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-05-14T22:47:18.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-05-14T22:47:18.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-05-14T22:47:18.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21512026-05-14T22:47:18.814Z
21522026-05-14T22:47:18.814Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21532026-05-14T22:47:19.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-05-14T22:47:19.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-05-14T22:47:19.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-05-14T22:47:19.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21572026-05-14T22:47:19.396Z
21582026-05-14T22:47:19.396Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
21592026-05-14T22:47:19.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-05-14T22:47:19.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-05-14T22:47:19.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-05-14T22:47:19.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21632026-05-14T22:47:19.983Z
21642026-05-14T22:47:19.983Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
21652026-05-14T22:47:20.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-05-14T22:47:20.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-05-14T22:47:20.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-05-14T22:47:20.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21692026-05-14T22:47:20.556Z
21702026-05-14T22:47:20.556Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
21712026-05-14T22:47:21.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-05-14T22:47:21.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-05-14T22:47:21.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-05-14T22:47:21.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21752026-05-14T22:47:21.127Z
21762026-05-14T22:47:21.127Zinfo: running `cargo check --bins` on ereport-types (67/274)
21772026-05-14T22:47:21.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-05-14T22:47:21.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-05-14T22:47:21.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-05-14T22:47:21.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21812026-05-14T22:47:21.711Z
21822026-05-14T22:47:21.711Zinfo: running `cargo check --bins` on gateway-client (68/274)
21832026-05-14T22:47:22.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-05-14T22:47:22.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-05-14T22:47:22.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-05-14T22:47:22.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21872026-05-14T22:47:22.297Z
21882026-05-14T22:47:22.297Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
21892026-05-14T22:47:22.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-05-14T22:47:22.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-05-14T22:47:22.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-05-14T22:47:22.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21932026-05-14T22:47:22.878Z
21942026-05-14T22:47:22.878Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
21952026-05-14T22:47:23.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-05-14T22:47:23.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-05-14T22:47:23.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-05-14T22:47:23.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21992026-05-14T22:47:23.456Z
22002026-05-14T22:47:23.456Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22012026-05-14T22:47:23.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-05-14T22:47:23.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-05-14T22:47:23.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-05-14T22:47:23.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22052026-05-14T22:47:24.033Z
22062026-05-14T22:47:24.033Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22072026-05-14T22:47:24.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-05-14T22:47:24.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-05-14T22:47:24.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-05-14T22:47:24.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22112026-05-14T22:47:24.613Z
22122026-05-14T22:47:24.613Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22132026-05-14T22:47:25.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-05-14T22:47:25.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-05-14T22:47:25.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-05-14T22:47:25.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22172026-05-14T22:47:25.207Z
22182026-05-14T22:47:25.207Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22192026-05-14T22:47:25.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-05-14T22:47:25.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-05-14T22:47:25.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-05-14T22:47:25.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22232026-05-14T22:47:25.805Z
22242026-05-14T22:47:25.805Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22252026-05-14T22:47:26.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-05-14T22:47:26.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-05-14T22:47:26.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-05-14T22:47:26.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22292026-05-14T22:47:26.376Z
22302026-05-14T22:47:26.376Zinfo: running `cargo check --bins` on oxlog (76/274)
22312026-05-14T22:47:26.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-05-14T22:47:26.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-05-14T22:47:26.973Z Checking cfg-if v1.0.4
22342026-05-14T22:47:26.976Z Checking libc v0.2.185
22352026-05-14T22:47:26.976Z Checking serde_core v1.0.228
22362026-05-14T22:47:27.090Z Checking zeroize v1.8.2
22372026-05-14T22:47:27.098Z Checking memchr v2.8.0
22382026-05-14T22:47:27.107Z Checking log v0.4.29
22392026-05-14T22:47:27.110Z Checking smallvec v1.15.1
22402026-05-14T22:47:27.128Z Checking typenum v1.19.0
22412026-05-14T22:47:27.128Z Checking subtle v2.6.1
22422026-05-14T22:47:27.229Z Checking itoa v1.0.17
22432026-05-14T22:47:27.266Z Checking scopeguard v1.2.0
22442026-05-14T22:47:27.278Z Checking const-oid v0.9.6
22452026-05-14T22:47:27.289Z Checking stable_deref_trait v1.2.1
22462026-05-14T22:47:27.360Z Checking portable-atomic v1.13.1
22472026-05-14T22:47:27.373Z Checking lock_api v0.4.14
22482026-05-14T22:47:27.373Z Checking zerofrom v0.1.6
22492026-05-14T22:47:27.466Z Checking critical-section v1.2.0
22502026-05-14T22:47:27.479Z Checking getrandom v0.2.17
22512026-05-14T22:47:27.493Z Checking errno v0.3.14
22522026-05-14T22:47:27.562Z Checking yoke v0.8.1
22532026-05-14T22:47:27.575Z Checking parking_lot_core v0.9.12
22542026-05-14T22:47:27.604Z Checking signal-hook-registry v1.4.8
22552026-05-14T22:47:27.616Z Checking rand_core v0.6.4
22562026-05-14T22:47:27.656Z Checking generic-array v0.14.7
22572026-05-14T22:47:27.723Z Checking zerovec v0.11.5
22582026-05-14T22:47:27.781Z Checking once_cell v1.21.3
22592026-05-14T22:47:27.781Z Checking zerocopy v0.8.40
22602026-05-14T22:47:27.781Z Checking pin-project-lite v0.2.17
22612026-05-14T22:47:27.786Z Checking parking_lot v0.12.5
22622026-05-14T22:47:27.860Z Checking mio v1.2.0
22632026-05-14T22:47:27.920Z Checking socket2 v0.6.3
22642026-05-14T22:47:27.943Z Checking libm v0.2.16
22652026-05-14T22:47:27.964Z Checking zmij v1.0.21
22662026-05-14T22:47:28.090Z Checking crypto-common v0.1.7
22672026-05-14T22:47:28.135Z Checking block-buffer v0.10.4
22682026-05-14T22:47:28.147Z Checking tinystr v0.8.2
22692026-05-14T22:47:28.157Z Checking writeable v0.6.2
22702026-05-14T22:47:28.168Z Checking percent-encoding v2.3.2
22712026-05-14T22:47:28.212Z Checking equivalent v1.0.2
22722026-05-14T22:47:28.267Z Checking digest v0.10.7
22732026-05-14T22:47:28.294Z Checking litemap v0.8.1
22742026-05-14T22:47:28.305Z Checking futures-core v0.3.32
22752026-05-14T22:47:28.316Z Checking potential_utf v0.1.4
22762026-05-14T22:47:28.319Z Checking zerotrie v0.2.3
22772026-05-14T22:47:28.422Z Checking cpufeatures v0.2.17
22782026-05-14T22:47:28.439Z Checking icu_collections v2.1.1
22792026-05-14T22:47:28.453Z Checking icu_locale_core v2.1.1
22802026-05-14T22:47:28.457Z Checking hmac v0.12.1
22812026-05-14T22:47:28.492Z Checking block-padding v0.3.3
22822026-05-14T22:47:28.551Z Checking serde v1.0.228
22832026-05-14T22:47:28.564Z Checking bitflags v2.11.0
22842026-05-14T22:47:28.593Z Checking serde_json v1.0.149
22852026-05-14T22:47:28.622Z Checking icu_properties_data v2.1.2
22862026-05-14T22:47:28.639Z Checking num-traits v0.2.19
22872026-05-14T22:47:28.723Z Checking icu_normalizer_data v2.1.1
22882026-05-14T22:47:28.749Z Checking hashbrown v0.17.0
22892026-05-14T22:47:28.760Z Checking rand_core v0.10.0
22902026-05-14T22:47:28.796Z Checking futures-sink v0.3.32
22912026-05-14T22:47:28.893Z Checking futures-channel v0.3.32
22922026-05-14T22:47:28.897Z Checking getrandom v0.4.1
22932026-05-14T22:47:28.945Z Checking bytes v1.11.1
22942026-05-14T22:47:29.010Z Checking icu_provider v2.1.1
22952026-05-14T22:47:29.044Z Checking inout v0.1.4
22962026-05-14T22:47:29.080Z Checking futures-task v0.3.32
22972026-05-14T22:47:29.178Z Checking slab v0.4.12
22982026-05-14T22:47:29.190Z Checking futures-io v0.3.32
22992026-05-14T22:47:29.202Z Checking indexmap v2.14.0
23002026-05-14T22:47:29.215Z Checking cipher v0.4.4
23012026-05-14T22:47:29.237Z Checking icu_properties v2.1.2
23022026-05-14T22:47:29.249Z Checking icu_normalizer v2.1.1
23032026-05-14T22:47:29.296Z Checking sha2 v0.10.9
23042026-05-14T22:47:29.330Z Checking futures-util v0.3.32
23052026-05-14T22:47:29.387Z Checking tokio v1.52.1
23062026-05-14T22:47:29.418Z Checking getrandom v0.3.4
23072026-05-14T22:47:29.547Z Checking utf8_iter v1.0.4
23082026-05-14T22:47:29.560Z Checking base64ct v1.8.3
23092026-05-14T22:47:29.573Z Checking byteorder v1.5.0
23102026-05-14T22:47:29.668Z Checking form_urlencoded v1.2.2
23112026-05-14T22:47:29.753Z Checking fnv v1.0.7
23122026-05-14T22:47:29.769Z Checking flagset v0.4.7
23132026-05-14T22:47:29.788Z Checking pem-rfc7468 v0.7.0
23142026-05-14T22:47:29.801Z Checking rand_core v0.9.5
23152026-05-14T22:47:29.844Z Checking salsa20 v0.10.2
23162026-05-14T22:47:29.888Z Checking http v1.4.0
23172026-05-14T22:47:29.944Z Checking der v0.7.10
23182026-05-14T22:47:29.970Z Checking uuid v1.23.0
23192026-05-14T22:47:29.973Z Checking pbkdf2 v0.12.2
23202026-05-14T22:47:30.048Z Checking idna_adapter v1.2.1
23212026-05-14T22:47:30.089Z Checking scrypt v0.11.0
23222026-05-14T22:47:30.164Z Checking idna v1.1.0
23232026-05-14T22:47:30.226Z Checking cbc v0.1.2
23242026-05-14T22:47:30.275Z Checking aes v0.8.4
23252026-05-14T22:47:30.351Z Checking rustix v1.1.3
23262026-05-14T22:47:30.409Z Checking url v2.5.8
23272026-05-14T22:47:30.442Z Checking tracing-core v0.1.36
23282026-05-14T22:47:30.504Z Checking ppv-lite86 v0.2.21
23292026-05-14T22:47:30.660Z Checking rustls-pki-types v1.14.0
23302026-05-14T22:47:30.673Z Checking spki v0.7.3
23312026-05-14T22:47:30.742Z Checking iana-time-zone v0.1.65
23322026-05-14T22:47:30.796Z Checking rand_chacha v0.9.0
23332026-05-14T22:47:30.833Z Checking regex-syntax v0.8.10
23342026-05-14T22:47:30.846Z Checking chrono v0.4.44
23352026-05-14T22:47:30.857Z Checking pkcs5 v0.7.1
23362026-05-14T22:47:30.941Z Checking tracing v0.1.44
23372026-05-14T22:47:30.991Z Checking rand v0.9.2
23382026-05-14T22:47:31.109Z Checking http-body v1.0.1
23392026-05-14T22:47:31.147Z Checking aws-lc-sys v0.37.1
23402026-05-14T22:47:31.173Z Checking untrusted v0.7.1
23412026-05-14T22:47:31.276Z Checking untrusted v0.9.0
23422026-05-14T22:47:31.281Z Checking base64 v0.22.1
23432026-05-14T22:47:31.288Z Checking openssl-probe v0.2.1
23442026-05-14T22:47:31.353Z Checking ring v0.17.14
23452026-05-14T22:47:31.389Z Checking pkcs8 v0.10.2
23462026-05-14T22:47:31.479Z Checking tower-service v0.3.3
23472026-05-14T22:47:31.493Z Checking plain v0.2.3
23482026-05-14T22:47:31.570Z Checking tinyvec_macros v0.1.1
23492026-05-14T22:47:31.570Z Checking try-lock v0.2.5
23502026-05-14T22:47:31.596Z Checking tower-layer v0.3.3
23512026-05-14T22:47:31.647Z Checking atomic-waker v1.1.2
23522026-05-14T22:47:31.665Z Checking aws-lc-rs v1.16.0
23532026-05-14T22:47:31.677Z Checking want v0.3.1
23542026-05-14T22:47:31.710Z Checking tinyvec v1.10.0
23552026-05-14T22:47:31.743Z Checking ipnet v2.11.0
23562026-05-14T22:47:31.743Z Checking semver v1.0.28
23572026-05-14T22:47:31.797Z Checking httparse v1.10.1
23582026-05-14T22:47:31.958Z Checking spin v0.9.8
23592026-05-14T22:47:31.995Z Checking ucd-trie v0.1.7
23602026-05-14T22:47:32.007Z Checking httpdate v1.0.3
23612026-05-14T22:47:32.022Z Checking unicode-ident v1.0.24
23622026-05-14T22:47:32.125Z Checking pin-utils v0.1.0
23632026-05-14T22:47:32.138Z Checking fastrand v2.3.0
23642026-05-14T22:47:32.138Z Checking dyn-clone v1.0.20
23652026-05-14T22:47:32.160Z Checking foreign-types-shared v0.1.1
23662026-05-14T22:47:32.173Z Checking proc-macro2 v1.0.106
23672026-05-14T22:47:32.191Z Checking pest v2.8.6
23682026-05-14T22:47:32.235Z Checking schemars v0.8.22
23692026-05-14T22:47:32.238Z Checking foreign-types v0.3.2
23702026-05-14T22:47:32.316Z Checking openssl-sys v0.9.114
23712026-05-14T22:47:32.328Z Checking tempfile v3.25.0
23722026-05-14T22:47:32.361Z Checking thiserror v2.0.18
23732026-05-14T22:47:32.464Z Checking wait-timeout v0.2.1
23742026-05-14T22:47:32.479Z Checking aho-corasick v1.1.4
23752026-05-14T22:47:32.504Z Checking rustls-webpki v0.103.9
23762026-05-14T22:47:32.523Z Checking utf8parse v0.2.2
23772026-05-14T22:47:32.585Z Checking powerfmt v0.2.0
23782026-05-14T22:47:32.618Z Checking tokio-util v0.7.18
23792026-05-14T22:47:32.630Z Checking anstyle v1.0.13
23802026-05-14T22:47:32.732Z Checking simd-adler32 v0.3.8
23812026-05-14T22:47:32.810Z Checking bit-vec v0.8.0
23822026-05-14T22:47:32.823Z Checking pretty-hex v0.4.1
23832026-05-14T22:47:32.883Z Checking siphasher v1.0.2
23842026-05-14T22:47:32.901Z Checking quick-error v1.2.3
23852026-05-14T22:47:32.924Z Checking rustls v0.23.37
23862026-05-14T22:47:32.938Z Checking openssl v0.10.78
23872026-05-14T22:47:32.996Z Checking rusty-fork v0.3.1
23882026-05-14T22:47:32.996Z Checking bit-set v0.8.0
23892026-05-14T22:47:33.033Z Checking deranged v0.5.8
23902026-05-14T22:47:33.143Z Checking anstyle-parse v0.2.7
23912026-05-14T22:47:33.155Z Checking regex-automata v0.4.14
23922026-05-14T22:47:33.171Z Checking quote v1.0.45
23932026-05-14T22:47:33.225Z Checking h2 v0.4.13
23942026-05-14T22:47:33.245Z Compiling newtype-uuid v1.3.2
23952026-05-14T22:47:33.290Z Checking unicode-normalization v0.1.25
23962026-05-14T22:47:33.339Z Checking rustls-native-certs v0.8.3
23972026-05-14T22:47:33.419Z Checking crossbeam-utils v0.8.21
23982026-05-14T22:47:33.464Z Checking rand_xorshift v0.4.0
23992026-05-14T22:47:33.587Z Checking crc32fast v1.5.0
24002026-05-14T22:47:33.685Z Checking scroll v0.13.0
24012026-05-14T22:47:33.726Z Checking signature v2.2.0
24022026-05-14T22:47:33.747Z Checking sync_wrapper v1.0.2
24032026-05-14T22:47:33.849Z Checking adler2 v2.0.1
24042026-05-14T22:47:33.849Z Checking unarray v0.1.4
24052026-05-14T22:47:33.910Z Checking time-core v0.1.8
24062026-05-14T22:47:33.995Z Checking num-conv v0.2.0
24072026-05-14T22:47:34.001Z Checking allocator-api2 v0.2.21
24082026-05-14T22:47:34.002Z Checking colorchoice v1.0.4
24092026-05-14T22:47:34.048Z Checking unicode-bidi v0.3.18
24102026-05-14T22:47:34.069Z Checking num_threads v0.1.7
24112026-05-14T22:47:34.081Z Checking is_terminal_polyfill v1.70.2
24122026-05-14T22:47:34.151Z Checking anstyle-query v1.1.5
24132026-05-14T22:47:34.167Z Checking unicode-properties v0.1.4
24142026-05-14T22:47:34.239Z Checking time v0.3.47
24152026-05-14T22:47:34.250Z Checking anstream v0.6.21
24162026-05-14T22:47:34.332Z Checking miniz_oxide v0.8.9
24172026-05-14T22:47:34.350Z Checking stringprep v0.1.5
24182026-05-14T22:47:34.447Z Checking proptest v1.10.0
24192026-05-14T22:47:34.502Z Checking goblin v0.10.5
24202026-05-14T22:47:34.677Z Checking tower v0.5.3
24212026-05-14T22:47:34.920Z Checking native-tls v0.2.18
24222026-05-14T22:47:34.955Z Checking crossbeam-epoch v0.9.18
24232026-05-14T22:47:35.059Z Compiling daft v0.1.5
24242026-05-14T22:47:35.096Z Checking syn v2.0.117
24252026-05-14T22:47:35.176Z Checking ipnetwork v0.21.1
24262026-05-14T22:47:35.251Z Checking tokio-rustls v0.26.4
24272026-05-14T22:47:35.334Z Checking http-body-util v0.1.3
24282026-05-14T22:47:35.348Z Checking webpki-roots v1.0.6
24292026-05-14T22:47:35.389Z Checking rand_chacha v0.3.1
24302026-05-14T22:47:35.462Z Checking thiserror v1.0.69
24312026-05-14T22:47:35.478Z Checking scroll v0.12.0
24322026-05-14T22:47:35.553Z Checking zstd-sys v2.0.16+zstd.1.5.7
24332026-05-14T22:47:35.568Z Checking hash32 v0.2.1
24342026-05-14T22:47:35.594Z Checking num-integer v0.1.46
24352026-05-14T22:47:36.666Z Checking serde_spanned v0.6.9
24362026-05-14T22:47:36.669Z Checking toml_datetime v0.6.11
24372026-05-14T22:47:36.669Z Checking md-5 v0.10.6
24382026-05-14T22:47:36.669Z Checking ff v0.13.1
24392026-05-14T22:47:36.669Z Checking zlib-rs v0.6.2
24402026-05-14T22:47:36.669Z Checking psl-types v2.0.11
24412026-05-14T22:47:36.669Z Checking fallible-iterator v0.2.0
24422026-05-14T22:47:36.669Z Checking hyper v1.8.1
24432026-05-14T22:47:36.669Z Checking iri-string v0.7.10
24442026-05-14T22:47:36.669Z Checking ryu v1.0.23
24452026-05-14T22:47:36.670Z Checking base16ct v0.2.0
24462026-05-14T22:47:36.670Z Checking postgres-protocol v0.6.10
24472026-05-14T22:47:36.670Z Checking sec1 v0.7.3
24482026-05-14T22:47:36.670Z Checking serde_urlencoded v0.7.1
24492026-05-14T22:47:36.670Z Checking publicsuffix v2.3.0
24502026-05-14T22:47:36.670Z Compiling iddqd v0.3.18
24512026-05-14T22:47:36.670Z Checking group v0.13.0
24522026-05-14T22:47:36.670Z Checking num-iter v0.1.45
24532026-05-14T22:47:36.702Z Checking flate2 v1.1.9
24542026-05-14T22:47:36.726Z Checking heapless v0.7.17
24552026-05-14T22:47:36.726Z Checking goblin v0.8.2
24562026-05-14T22:47:36.802Z Checking hyper-util v0.1.20
24572026-05-14T22:47:36.820Z Checking dof v0.4.0
24582026-05-14T22:47:36.947Z Checking tower-http v0.6.8
24592026-05-14T22:47:36.991Z Checking zstd-safe v7.2.4
24602026-05-14T22:47:37.147Z Checking rand v0.8.5
24612026-05-14T22:47:37.159Z Checking oxnet v0.1.4
24622026-05-14T22:47:37.260Z Checking cookie v0.18.1
24632026-05-14T22:47:37.377Z Checking tokio-native-tls v0.3.1
24642026-05-14T22:47:37.392Z Checking dtrace-parser v0.3.0
24652026-05-14T22:47:37.436Z Checking phf_shared v0.13.1
24662026-05-14T22:47:37.449Z Checking lazy_static v1.5.0
24672026-05-14T22:47:37.535Z Checking zerocopy v0.7.35
24682026-05-14T22:47:37.545Z Checking terminal_size v0.4.3
24692026-05-14T22:47:37.608Z Checking bzip2-sys v0.1.13+1.0.8
24702026-05-14T22:47:37.626Z Checking signal-hook v0.3.18
24712026-05-14T22:47:37.639Z Checking hkdf v0.12.4
24722026-05-14T22:47:37.654Z Checking crypto-bigint v0.5.5
24732026-05-14T22:47:37.666Z Checking thread-id v5.1.0
24742026-05-14T22:47:37.690Z Checking bumpalo v3.20.2
24752026-05-14T22:47:37.742Z Checking foldhash v0.1.5
24762026-05-14T22:47:37.764Z Checking foldhash v0.2.0
24772026-05-14T22:47:37.810Z Checking libbz2-rs-sys v0.2.2
24782026-05-14T22:47:37.873Z Checking strsim v0.11.1
24792026-05-14T22:47:37.886Z Checking managed v0.8.0
24802026-05-14T22:47:37.914Z Checking winnow v0.7.14
24812026-05-14T22:47:38.016Z Checking clap_lex v1.0.0
24822026-05-14T22:47:38.034Z Checking bitflags v1.3.2
24832026-05-14T22:47:38.059Z Checking hyper-rustls v0.27.7
24842026-05-14T22:47:38.072Z Checking either v1.15.0
24852026-05-14T22:47:38.103Z Checking winnow v0.5.40
24862026-05-14T22:47:38.162Z Compiling rayon-core v1.13.0
24872026-05-14T22:47:38.192Z Checking bzip2 v0.6.1
24882026-05-14T22:47:38.248Z Checking clap_builder v4.5.60
24892026-05-14T22:47:38.261Z Checking smoltcp v0.9.1
24902026-05-14T22:47:38.351Z Checking hyper-tls v0.6.0
24912026-05-14T22:47:38.366Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24922026-05-14T22:47:38.520Z Checking hashbrown v0.16.1
24932026-05-14T22:47:38.545Z Checking elliptic-curve v0.13.8
24942026-05-14T22:47:38.560Z Checking zopfli v0.8.3
24952026-05-14T22:47:38.635Z Checking dof v0.3.0
24962026-05-14T22:47:38.838Z Checking hashbrown v0.15.5
24972026-05-14T22:47:38.854Z Checking signal-hook-mio v0.2.5
24982026-05-14T22:47:38.875Z Checking usdt-impl v0.6.0
24992026-05-14T22:47:38.914Z Checking bzip2 v0.4.4
25002026-05-14T22:47:38.950Z Checking num-bigint-dig v0.8.6
25012026-05-14T22:47:39.012Z Checking phf v0.13.1
25022026-05-14T22:47:39.073Z Checking cookie_store v0.22.1
25032026-05-14T22:47:39.150Z Checking zstd v0.13.3
25042026-05-14T22:47:39.163Z Checking postgres-types v0.2.12
25052026-05-14T22:47:39.232Z Checking toml_edit v0.19.15
25062026-05-14T22:47:39.301Z Checking dtrace-parser v0.2.0
25072026-05-14T22:47:39.316Z Checking rustls-platform-verifier v0.6.2
25082026-05-14T22:47:39.335Z Checking crossbeam-deque v0.8.6
25092026-05-14T22:47:39.398Z Checking regex v1.12.3
25102026-05-14T22:47:39.452Z Checking bstr v1.12.1
25112026-05-14T22:47:39.455Z Checking ed25519 v2.2.3
25122026-05-14T22:47:39.475Z Checking phf_shared v0.11.3
25132026-05-14T22:47:39.506Z Checking ref-cast v1.0.25
25142026-05-14T22:47:39.528Z Checking curve25519-dalek v4.1.3
25152026-05-14T22:47:39.603Z Checking strum v0.27.2
25162026-05-14T22:47:39.614Z Checking hubpack v0.1.2
25172026-05-14T22:47:39.635Z Checking memoffset v0.9.1
25182026-05-14T22:47:39.673Z Checking rustix v0.38.44
25192026-05-14T22:47:39.711Z Checking pkcs1 v0.7.5
25202026-05-14T22:47:39.714Z Checking float-cmp v0.10.0
25212026-05-14T22:47:39.745Z Checking hex v0.4.3
25222026-05-14T22:47:39.778Z Checking erased-serde v0.3.31
25232026-05-14T22:47:39.840Z Checking serde-big-array v0.5.1
25242026-05-14T22:47:39.850Z Checking rfc6979 v0.4.0
25252026-05-14T22:47:39.933Z Checking thread-id v4.2.2
25262026-05-14T22:47:39.959Z Checking memmap2 v0.9.10
25272026-05-14T22:47:39.972Z Checking env_filter v1.0.0
25282026-05-14T22:47:39.975Z Checking encoding_rs v0.8.35
25292026-05-14T22:47:40.008Z Checking data-encoding v2.10.0
25302026-05-14T22:47:40.106Z Checking new_debug_unreachable v1.0.6
25312026-05-14T22:47:40.119Z Checking fixedbitset v0.5.7
25322026-05-14T22:47:40.154Z Checking mime v0.3.17
25332026-05-14T22:47:40.173Z Checking normalize-line-endings v0.3.0
25342026-05-14T22:47:40.257Z Checking toml_write v0.1.2
25352026-05-14T22:47:40.265Z Checking static_assertions v1.1.0
25362026-05-14T22:47:40.276Z Checking rustc-hash v2.1.1
25372026-05-14T22:47:40.290Z Checking unicode-segmentation v1.12.0
25382026-05-14T22:47:40.306Z Checking keccak v0.1.6
25392026-05-14T22:47:40.322Z Checking precomputed-hash v0.1.1
25402026-05-14T22:47:40.335Z Checking fixedbitset v0.4.2
25412026-05-14T22:47:40.384Z Checking difflib v0.4.0
25422026-05-14T22:47:40.450Z Checking predicates-core v1.0.10
25432026-05-14T22:47:40.457Z Checking jiff v0.2.21
25442026-05-14T22:47:40.469Z Checking whoami v2.1.0
25452026-05-14T22:47:40.481Z Checking petgraph v0.6.5
25462026-05-14T22:47:40.492Z Checking crossterm v0.28.1
25472026-05-14T22:47:40.523Z Checking sha3 v0.10.8
25482026-05-14T22:47:40.558Z Checking predicates v3.1.4
25492026-05-14T22:47:40.600Z Checking similar v2.7.0
25502026-05-14T22:47:40.661Z Checking tokio-postgres v0.7.16
25512026-05-14T22:47:40.727Z Checking toml_edit v0.22.27
25522026-05-14T22:47:40.856Z Checking string_cache v0.8.9
25532026-05-14T22:47:40.927Z Checking reqwest v0.12.28
25542026-05-14T22:47:41.016Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25552026-05-14T22:47:41.189Z Checking petgraph v0.8.3
25562026-05-14T22:47:41.739Z Checking ed25519-dalek v2.2.0
25572026-05-14T22:47:41.782Z Checking hickory-proto v0.25.2
25582026-05-14T22:47:41.804Z Checking toml v0.7.8
25592026-05-14T22:47:41.836Z Checking slog v2.8.2
25602026-05-14T22:47:41.921Z Checking usdt v0.6.0
25612026-05-14T22:47:41.964Z Checking env_logger v0.11.9
25622026-05-14T22:47:42.083Z Checking usdt-impl v0.5.0
25632026-05-14T22:47:42.095Z Checking ecdsa v0.16.9
25642026-05-14T22:47:42.110Z Checking serde_with v3.17.0
25652026-05-14T22:47:42.152Z Checking rsa v0.9.10
25662026-05-14T22:47:42.360Z Checking nix v0.31.2
25672026-05-14T22:47:42.627Z Checking clap v4.5.60
25682026-05-14T22:47:42.652Z Checking zip v4.6.1
25692026-05-14T22:47:42.706Z Checking reqwest v0.13.2
25702026-05-14T22:47:42.751Z Checking toml_parser v1.0.9+spec-1.1.0
25712026-05-14T22:47:42.771Z Checking zip v0.6.6
25722026-05-14T22:47:43.097Z Checking itertools v0.13.0
25732026-05-14T22:47:43.100Z Checking strum v0.26.3
25742026-05-14T22:47:43.215Z Checking tokio-stream v0.1.18
25752026-05-14T22:47:43.227Z Checking fs-err v3.3.0
25762026-05-14T22:47:43.286Z Checking ahash v0.8.12
25772026-05-14T22:47:43.343Z Checking object v0.37.3
25782026-05-14T22:47:43.479Z Checking buf-list v1.1.2
25792026-05-14T22:47:43.499Z Checking camino v1.2.2
25802026-05-14T22:47:43.516Z Checking anyhow v1.0.102
25812026-05-14T22:47:43.530Z Checking x509-cert v0.2.5
25822026-05-14T22:47:43.604Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25832026-05-14T22:47:43.659Z Checking openapiv3 v2.2.0
25842026-05-14T22:47:43.710Z Checking toml_datetime v0.7.5+spec-1.1.0
25852026-05-14T22:47:43.746Z Checking sha1 v0.10.6
25862026-05-14T22:47:43.861Z Checking lalrpop-util v0.19.12
25872026-05-14T22:47:43.901Z Checking peg-runtime v0.8.5
25882026-05-14T22:47:43.914Z Checking rayon v1.11.0
25892026-05-14T22:47:44.020Z Checking sigpipe v0.1.3
25902026-05-14T22:47:44.042Z Checking glob v0.3.3
25912026-05-14T22:47:45.528Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25922026-05-14T22:47:45.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.42s
25932026-05-14T22:47:45.970Z
25942026-05-14T22:47:45.970Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
25952026-05-14T22:47:46.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962026-05-14T22:47:46.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972026-05-14T22:47:46.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25982026-05-14T22:47:46.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25992026-05-14T22:47:46.566Z
26002026-05-14T22:47:46.566Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26012026-05-14T22:47:47.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022026-05-14T22:47:47.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032026-05-14T22:47:47.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26042026-05-14T22:47:47.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26052026-05-14T22:47:47.156Z
26062026-05-14T22:47:47.156Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26072026-05-14T22:47:47.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082026-05-14T22:47:47.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092026-05-14T22:47:47.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26102026-05-14T22:47:47.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26112026-05-14T22:47:47.765Z
26122026-05-14T22:47:47.765Zinfo: running `cargo check --bins` on oxql-types (80/274)
26132026-05-14T22:47:48.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142026-05-14T22:47:48.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152026-05-14T22:47:48.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26162026-05-14T22:47:48.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26172026-05-14T22:47:48.361Z
26182026-05-14T22:47:48.361Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26192026-05-14T22:47:48.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202026-05-14T22:47:48.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212026-05-14T22:47:48.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222026-05-14T22:47:48.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26232026-05-14T22:47:48.960Z
26242026-05-14T22:47:48.960Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26252026-05-14T22:47:49.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262026-05-14T22:47:49.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272026-05-14T22:47:49.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282026-05-14T22:47:49.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26292026-05-14T22:47:49.558Z
26302026-05-14T22:47:49.558Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26312026-05-14T22:47:50.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322026-05-14T22:47:50.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332026-05-14T22:47:50.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342026-05-14T22:47:50.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26352026-05-14T22:47:50.148Z
26362026-05-14T22:47:50.148Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26372026-05-14T22:47:50.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382026-05-14T22:47:50.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392026-05-14T22:47:50.815Z Compiling structmeta-derive v0.3.0
26402026-05-14T22:47:50.930Z Compiling rustls v0.22.4
26412026-05-14T22:47:50.940Z Compiling multer v3.1.0
26422026-05-14T22:47:50.951Z Compiling async-stream-impl v0.3.6
26432026-05-14T22:47:50.954Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26442026-05-14T22:47:50.970Z Compiling dropshot v0.17.0
26452026-05-14T22:47:50.988Z Compiling newtype-uuid-macros v0.1.0
26462026-05-14T22:47:50.988Z Compiling dropshot_endpoint v0.17.0
26472026-05-14T22:47:51.106Z Checking newtype-uuid v1.3.2
26482026-05-14T22:47:51.167Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26492026-05-14T22:47:51.236Z Checking rustls-webpki v0.102.8
26502026-05-14T22:47:51.302Z Checking daft v0.1.5
26512026-05-14T22:47:51.336Z Checking futures-executor v0.3.32
26522026-05-14T22:47:51.491Z Checking thread_local v1.1.9
26532026-05-14T22:47:51.526Z Checking compression-core v0.4.31
26542026-05-14T22:47:51.548Z Checking match_cfg v0.1.0
26552026-05-14T22:47:51.574Z Checking iddqd v0.3.18
26562026-05-14T22:47:51.626Z Checking hostname v0.3.1
26572026-05-14T22:47:51.653Z Checking compression-codecs v0.4.37
26582026-05-14T22:47:51.665Z Checking futures v0.3.32
26592026-05-14T22:47:51.719Z Checking crossbeam-channel v0.5.15
26602026-05-14T22:47:51.732Z Checking slog-json v2.6.1
26612026-05-14T22:47:51.745Z Checking toml_datetime v1.0.0+spec-1.1.0
26622026-05-14T22:47:51.828Z Checking is-terminal v0.4.17
26632026-05-14T22:47:51.885Z Checking serde_spanned v1.0.4
26642026-05-14T22:47:51.909Z Checking toml_writer v1.0.6+spec-1.1.0
26652026-05-14T22:47:51.939Z Checking take_mut v0.2.2
26662026-05-14T22:47:51.980Z Compiling structmeta v0.3.0
26672026-05-14T22:47:52.010Z Checking debug-ignore v1.0.5
26682026-05-14T22:47:52.044Z Checking term v1.2.1
26692026-05-14T22:47:52.055Z Checking slog-async v2.8.0
26702026-05-14T22:47:52.089Z Checking toml v1.0.6+spec-1.1.0
26712026-05-14T22:47:52.105Z Checking slog-bunyan v2.5.0
26722026-05-14T22:47:52.193Z Compiling derive-ex v0.1.8
26732026-05-14T22:47:52.216Z Compiling parse-display-derive v0.10.0
26742026-05-14T22:47:52.228Z Checking async-compression v0.4.41
26752026-05-14T22:47:52.259Z Checking slog-term v2.9.2
26762026-05-14T22:47:52.435Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26772026-05-14T22:47:52.473Z Checking async-stream v0.3.6
26782026-05-14T22:47:52.508Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26792026-05-14T22:47:52.523Z Checking progenitor-client v0.14.0
26802026-05-14T22:47:52.593Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
26812026-05-14T22:47:52.654Z Checking waitgroup v0.1.2
26822026-05-14T22:47:52.734Z Checking backon v1.6.0
26832026-05-14T22:47:52.749Z Checking rustls-pemfile v2.2.0
26842026-05-14T22:47:52.762Z Checking serde_path_to_error v0.1.20
26852026-05-14T22:47:52.833Z Checking hostname v0.4.2
26862026-05-14T22:47:52.895Z Checking instant v0.1.13
26872026-05-14T22:47:52.979Z Checking backoff v0.4.0
26882026-05-14T22:47:53.056Z Checking tokio-rustls v0.25.0
26892026-05-14T22:47:53.084Z Checking progenitor-extras v0.2.0
26902026-05-14T22:47:53.117Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26912026-05-14T22:47:53.286Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26922026-05-14T22:47:53.301Z Checking progenitor-client v0.10.0
26932026-05-14T22:47:53.318Z Checking itertools v0.14.0
26942026-05-14T22:47:53.500Z Checking regress v0.10.5
26952026-05-14T22:47:53.526Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
26962026-05-14T22:47:53.833Z Checking macaddr v1.0.1
26972026-05-14T22:47:53.867Z Checking parse-display v0.10.0
26982026-05-14T22:47:53.881Z Compiling test-strategy v0.4.5
26992026-05-14T22:47:55.101Z Compiling prettyplease v0.2.37
27002026-05-14T22:47:55.335Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27012026-05-14T22:47:55.521Z Checking num-rational v0.4.2
27022026-05-14T22:47:55.699Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27032026-05-14T22:47:55.986Z Checking num-complex v0.4.6
27042026-05-14T22:47:56.467Z Checking num v0.4.3
27052026-05-14T22:47:56.543Z Compiling usdt-attr-macro v0.5.0
27062026-05-14T22:47:56.659Z Compiling usdt-macro v0.5.0
27072026-05-14T22:47:56.804Z Checking memmap v0.7.0
27082026-05-14T22:47:56.807Z Compiling float-ord v0.3.2
27092026-05-14T22:47:56.934Z Compiling convert_case v0.4.0
27102026-05-14T22:47:56.937Z Checking unicode-width v0.2.0
27112026-05-14T22:47:57.206Z Checking console v0.15.11
27122026-05-14T22:47:57.331Z Compiling derive_more v0.99.20
27132026-05-14T22:47:57.341Z Checking newline-converter v0.3.0
27142026-05-14T22:47:57.391Z Checking usdt v0.5.0
27152026-05-14T22:47:57.451Z Checking atomicwrites v0.4.4
27162026-05-14T22:47:57.490Z Compiling toml v0.8.23
27172026-05-14T22:47:57.560Z Checking linked-hash-map v0.5.6
27182026-05-14T22:47:57.581Z Compiling minimal-lexical v0.2.1
27192026-05-14T22:47:57.728Z Checking lru-cache v0.1.2
27202026-05-14T22:47:57.834Z Compiling nom v7.1.3
27212026-05-14T22:47:57.851Z Checking expectorate v1.2.0
27222026-05-14T22:47:58.489Z Checking camino-tempfile v1.4.1
27232026-05-14T22:47:58.509Z Checking hickory-proto v0.24.4
27242026-05-14T22:47:58.654Z Checking phf_shared v0.12.1
27252026-05-14T22:47:58.799Z Compiling slog-dtrace v0.3.0
27262026-05-14T22:47:58.902Z Checking heck v0.5.0
27272026-05-14T22:47:58.989Z Compiling chrono-tz v0.10.4
27282026-05-14T22:47:59.031Z Checking resolv-conf v0.7.6
27292026-05-14T22:47:59.156Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27302026-05-14T22:47:59.189Z Compiling const_format_proc_macros v0.2.34
27312026-05-14T22:47:59.262Z Checking phf v0.12.1
27322026-05-14T22:47:59.406Z Checking tokio-dtrace v0.1.1
27332026-05-14T22:47:59.572Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27342026-05-14T22:47:59.595Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27352026-05-14T22:47:59.622Z Compiling derive-where v1.6.0
27362026-05-14T22:47:59.838Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27372026-05-14T22:48:00.114Z Checking highway v1.3.0
27382026-05-14T22:48:00.306Z Checking hickory-resolver v0.24.4
27392026-05-14T22:48:00.347Z Checking const_format v0.2.35
27402026-05-14T22:48:00.579Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27412026-05-14T22:48:00.643Z Checking oxide-tokio-rt v0.1.4
27422026-05-14T22:48:01.012Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27432026-05-14T22:48:01.031Z Checking qorb v0.4.1
27442026-05-14T22:48:01.065Z Checking gethostname v0.5.0
27452026-05-14T22:48:01.081Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27462026-05-14T22:48:01.154Z Checking bcs v0.1.6
27472026-05-14T22:48:01.167Z Compiling async-recursion v1.1.1
27482026-05-14T22:48:01.202Z Checking termtree v0.5.1
27492026-05-14T22:48:01.270Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27502026-05-14T22:48:01.270Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27512026-05-14T22:48:04.862Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27522026-05-14T22:48:07.406Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27532026-05-14T22:48:09.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.35s
27542026-05-14T22:48:09.663Z
27552026-05-14T22:48:09.663Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27562026-05-14T22:48:10.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572026-05-14T22:48:10.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582026-05-14T22:48:10.335Z Compiling ar_archive_writer v0.5.1
27592026-05-14T22:48:10.446Z Compiling stacker v0.1.23
27602026-05-14T22:48:10.453Z Compiling cfg_aliases v0.1.1
27612026-05-14T22:48:10.457Z Compiling convert_case v0.10.0
27622026-05-14T22:48:10.460Z Checking unicode-width v0.1.14
27632026-05-14T22:48:10.472Z Compiling proc-macro-error v1.0.4
27642026-05-14T22:48:10.484Z Checking fd-lock v4.0.4
27652026-05-14T22:48:10.487Z Checking nibble_vec v0.1.0
27662026-05-14T22:48:10.506Z Compiling nix v0.28.0
27672026-05-14T22:48:10.596Z Checking vte v0.14.1
27682026-05-14T22:48:10.610Z Compiling recursive-proc-macro-impl v0.1.1
27692026-05-14T22:48:10.692Z Checking bytecount v0.6.9
27702026-05-14T22:48:10.708Z Checking endian-type v0.1.2
27712026-05-14T22:48:10.743Z Checking strip-ansi-escapes v0.2.1
27722026-05-14T22:48:10.756Z Compiling derive_more-impl v2.1.1
27732026-05-14T22:48:10.767Z Compiling tabled_derive v0.7.0
27742026-05-14T22:48:10.790Z Checking papergrid v0.11.0
27752026-05-14T22:48:10.827Z Checking radix_trie v0.2.1
27762026-05-14T22:48:10.840Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27772026-05-14T22:48:11.003Z Compiling peg-macros v0.8.5
27782026-05-14T22:48:11.027Z Checking winnow v0.6.26
27792026-05-14T22:48:11.282Z Compiling psm v0.1.30
27802026-05-14T22:48:11.389Z Compiling sqlparser_derive v0.5.0
27812026-05-14T22:48:11.434Z Checking unicode_categories v0.1.1
27822026-05-14T22:48:11.575Z Checking derive_more v2.1.1
27832026-05-14T22:48:11.590Z Checking home v0.5.12
27842026-05-14T22:48:11.652Z Checking nu-ansi-term v0.50.3
27852026-05-14T22:48:11.695Z Checking crossterm v0.29.0
27862026-05-14T22:48:11.756Z Checking tabled v0.15.0
27872026-05-14T22:48:11.864Z Checking reedline v0.40.0
27882026-05-14T22:48:11.867Z Checking rustyline v14.0.0
27892026-05-14T22:48:12.113Z Checking recursive v0.1.1
27902026-05-14T22:48:12.170Z Checking display-error-chain v0.2.2
27912026-05-14T22:48:12.195Z Checking sqlformat v0.3.5
27922026-05-14T22:48:12.207Z Checking sqlparser v0.61.0
27932026-05-14T22:48:12.413Z Checking peg v0.8.5
27942026-05-14T22:48:23.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.76s
27952026-05-14T22:48:23.612Z
27962026-05-14T22:48:23.612Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
27972026-05-14T22:48:24.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982026-05-14T22:48:24.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992026-05-14T22:48:24.297Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28002026-05-14T22:48:27.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
28012026-05-14T22:48:27.918Z
28022026-05-14T22:48:27.918Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28032026-05-14T22:48:28.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042026-05-14T22:48:28.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052026-05-14T22:48:28.581Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28062026-05-14T22:48:30.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
28072026-05-14T22:48:31.175Z
28082026-05-14T22:48:31.175Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28092026-05-14T22:48:31.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102026-05-14T22:48:31.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112026-05-14T22:48:31.840Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28122026-05-14T22:48:35.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
28132026-05-14T22:48:35.229Z
28142026-05-14T22:48:35.229Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28152026-05-14T22:48:35.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162026-05-14T22:48:35.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172026-05-14T22:48:35.901Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28182026-05-14T22:48:39.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28192026-05-14T22:48:39.326Z
28202026-05-14T22:48:39.326Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28212026-05-14T22:48:39.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-05-14T22:48:39.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-05-14T22:48:39.997Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28242026-05-14T22:48:42.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
28252026-05-14T22:48:42.743Z
28262026-05-14T22:48:42.743Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28272026-05-14T22:48:43.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-05-14T22:48:43.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-05-14T22:48:43.418Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28302026-05-14T22:48:45.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28312026-05-14T22:48:46.179Z
28322026-05-14T22:48:46.179Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28332026-05-14T22:48:46.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-05-14T22:48:46.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-05-14T22:48:46.851Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-05-14T22:48:50.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
28372026-05-14T22:48:50.413Z
28382026-05-14T22:48:50.413Zinfo: running `cargo check --bins` on oximeter (93/274)
28392026-05-14T22:48:50.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-05-14T22:48:50.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-05-14T22:48:50.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422026-05-14T22:48:50.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28432026-05-14T22:48:51.013Z
28442026-05-14T22:48:51.013Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28452026-05-14T22:48:51.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-05-14T22:48:51.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-05-14T22:48:51.650Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28482026-05-14T22:48:51.811Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28492026-05-14T22:48:51.814Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28502026-05-14T22:48:52.145Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28512026-05-14T22:48:55.190Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28522026-05-14T22:48:56.387Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28532026-05-14T22:48:56.550Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28542026-05-14T22:48:57.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.19s
28552026-05-14T22:48:57.397Z
28562026-05-14T22:48:57.397Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28572026-05-14T22:48:57.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-05-14T22:48:57.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-05-14T22:48:57.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602026-05-14T22:48:57.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28612026-05-14T22:48:58.004Z
28622026-05-14T22:48:58.004Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
28632026-05-14T22:48:58.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-05-14T22:48:58.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-05-14T22:48:58.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662026-05-14T22:48:58.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28672026-05-14T22:48:58.660Z
28682026-05-14T22:48:58.660Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
28692026-05-14T22:48:59.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-05-14T22:48:59.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-05-14T22:48:59.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722026-05-14T22:48:59.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28732026-05-14T22:48:59.270Z
28742026-05-14T22:48:59.270Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
28752026-05-14T22:48:59.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-05-14T22:48:59.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-05-14T22:48:59.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-05-14T22:48:59.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28792026-05-14T22:48:59.876Z
28802026-05-14T22:48:59.876Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
28812026-05-14T22:49:00.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-05-14T22:49:00.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-05-14T22:49:00.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-05-14T22:49:00.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28852026-05-14T22:49:00.487Z
28862026-05-14T22:49:00.487Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
28872026-05-14T22:49:00.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-05-14T22:49:00.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-05-14T22:49:00.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-05-14T22:49:00.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28912026-05-14T22:49:01.087Z
28922026-05-14T22:49:01.087Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
28932026-05-14T22:49:01.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-05-14T22:49:01.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-05-14T22:49:01.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-05-14T22:49:01.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28972026-05-14T22:49:01.672Z
28982026-05-14T22:49:01.672Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
28992026-05-14T22:49:02.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-05-14T22:49:02.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-05-14T22:49:02.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-05-14T22:49:02.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29032026-05-14T22:49:02.263Z
29042026-05-14T22:49:02.263Zinfo: running `cargo check --bins` on update-engine (103/274)
29052026-05-14T22:49:02.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-05-14T22:49:02.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-05-14T22:49:02.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-05-14T22:49:02.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29092026-05-14T22:49:02.847Z
29102026-05-14T22:49:02.847Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29112026-05-14T22:49:03.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-05-14T22:49:03.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-05-14T22:49:03.560Z Compiling crucible-workspace-hack v0.1.0
29142026-05-14T22:49:03.676Z Checking secrecy v0.10.3
29152026-05-14T22:49:03.682Z Compiling heapless v0.8.0
29162026-05-14T22:49:03.688Z Compiling ingot-macros v0.1.1
29172026-05-14T22:49:03.694Z Compiling toml_edit v0.23.10+spec-1.0.0
29182026-05-14T22:49:03.697Z Checking hash32 v0.3.1
29192026-05-14T22:49:03.714Z Compiling smoltcp v0.11.0
29202026-05-14T22:49:03.716Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29212026-05-14T22:49:03.776Z Checking cobs v0.3.0
29222026-05-14T22:49:03.819Z Compiling thiserror-impl-no-std v2.0.2
29232026-05-14T22:49:03.914Z Checking half v2.7.1
29242026-05-14T22:49:03.927Z Checking universal-hash v0.5.1
29252026-05-14T22:49:03.967Z Checking opaque-debug v0.3.1
29262026-05-14T22:49:04.035Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29272026-05-14T22:49:04.059Z Checking ciborium-io v0.2.2
29282026-05-14T22:49:04.075Z Checking poly1305 v0.8.0
29292026-05-14T22:49:04.148Z Checking postcard v1.1.3
29302026-05-14T22:49:04.171Z Checking ciborium-ll v0.2.2
29312026-05-14T22:49:04.218Z Compiling proc-macro-crate v3.4.0
29322026-05-14T22:49:04.345Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29332026-05-14T22:49:04.362Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29342026-05-14T22:49:04.448Z Checking password-hash v0.5.0
29352026-05-14T22:49:04.630Z Checking chacha20 v0.9.1
29362026-05-14T22:49:04.644Z Compiling proc-macro-crate v1.3.1
29372026-05-14T22:49:04.698Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29382026-05-14T22:49:04.725Z Checking blake2 v0.10.6
29392026-05-14T22:49:04.765Z Compiling num_enum_derive v0.7.5
29402026-05-14T22:49:04.821Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29412026-05-14T22:49:04.928Z Checking aead v0.5.2
29422026-05-14T22:49:04.962Z Compiling foreign-types-macros v0.2.3
29432026-05-14T22:49:04.975Z Checking thiserror-no-std v2.0.2
29442026-05-14T22:49:05.027Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29452026-05-14T22:49:05.048Z Checking foreign-types-shared v0.3.1
29462026-05-14T22:49:05.061Z Checking cpufeatures v0.3.0
29472026-05-14T22:49:05.073Z Checking chacha20poly1305 v0.10.1
29482026-05-14T22:49:05.131Z Checking chacha20 v0.10.0
29492026-05-14T22:49:05.146Z Checking vsss-rs v3.3.4
29502026-05-14T22:49:05.193Z Compiling num_enum_derive v0.5.11
29512026-05-14T22:49:05.263Z Checking argon2 v0.5.3
29522026-05-14T22:49:05.344Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29532026-05-14T22:49:05.541Z Checking foreign-types v0.5.0
29542026-05-14T22:49:05.620Z Checking ciborium v0.2.2
29552026-05-14T22:49:05.706Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29562026-05-14T22:49:05.771Z Checking tabwriter v1.4.1
29572026-05-14T22:49:05.804Z Checking num_enum v0.7.5
29582026-05-14T22:49:05.911Z Checking byte-wrapper v0.1.0
29592026-05-14T22:49:05.925Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29602026-05-14T22:49:05.984Z Checking cstr-argument v0.1.2
29612026-05-14T22:49:06.036Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29622026-05-14T22:49:06.107Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29632026-05-14T22:49:06.120Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29642026-05-14T22:49:06.217Z Checking num_enum v0.5.11
29652026-05-14T22:49:06.245Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29662026-05-14T22:49:06.318Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29672026-05-14T22:49:06.378Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29682026-05-14T22:49:06.390Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29692026-05-14T22:49:06.465Z Checking ingot-types v0.1.2
29702026-05-14T22:49:06.485Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29712026-05-14T22:49:06.496Z Checking rand v0.10.0
29722026-05-14T22:49:06.534Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29732026-05-14T22:49:06.548Z Checking indent_write v2.2.0
29742026-05-14T22:49:06.677Z Checking colored v3.1.1
29752026-05-14T22:49:06.693Z Compiling zone_cfg_derive v0.3.1
29762026-05-14T22:49:06.797Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29772026-05-14T22:49:06.814Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29782026-05-14T22:49:06.826Z Checking ingot v0.1.1
29792026-05-14T22:49:06.877Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29802026-05-14T22:49:06.882Z Checking itertools v0.12.1
29812026-05-14T22:49:06.895Z Compiling num-derive v0.4.2
29822026-05-14T22:49:06.991Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29832026-05-14T22:49:07.013Z Checking swrite v0.1.0
29842026-05-14T22:49:07.105Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29852026-05-14T22:49:07.192Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29862026-05-14T22:49:07.334Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
29872026-05-14T22:49:07.347Z Checking dropshot-api-manager-types v0.7.1
29882026-05-14T22:49:07.380Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29892026-05-14T22:49:07.420Z Checking smf v0.2.3
29902026-05-14T22:49:07.441Z Checking nanorand v0.7.0
29912026-05-14T22:49:07.508Z Checking whoami v1.6.1
29922026-05-14T22:49:07.641Z Checking flume v0.11.1
29932026-05-14T22:49:07.655Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29942026-05-14T22:49:07.815Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29952026-05-14T22:49:07.889Z Checking zone v0.3.1
29962026-05-14T22:49:08.395Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29972026-05-14T22:49:09.343Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29982026-05-14T22:49:10.213Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29992026-05-14T22:49:13.246Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30002026-05-14T22:49:15.253Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30012026-05-14T22:49:16.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.50s
30022026-05-14T22:49:16.543Z
30032026-05-14T22:49:16.543Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30042026-05-14T22:49:17.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052026-05-14T22:49:17.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062026-05-14T22:49:17.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30072026-05-14T22:49:17.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30082026-05-14T22:49:17.146Z
30092026-05-14T22:49:17.146Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30102026-05-14T22:49:17.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112026-05-14T22:49:17.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122026-05-14T22:49:17.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30132026-05-14T22:49:17.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30142026-05-14T22:49:17.753Z
30152026-05-14T22:49:17.753Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30162026-05-14T22:49:18.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172026-05-14T22:49:18.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182026-05-14T22:49:18.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30192026-05-14T22:49:18.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30202026-05-14T22:49:18.363Z
30212026-05-14T22:49:18.363Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30222026-05-14T22:49:18.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232026-05-14T22:49:18.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242026-05-14T22:49:18.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30252026-05-14T22:49:18.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30262026-05-14T22:49:18.976Z
30272026-05-14T22:49:18.976Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30282026-05-14T22:49:19.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-05-14T22:49:19.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-05-14T22:49:19.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-05-14T22:49:19.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30322026-05-14T22:49:19.585Z
30332026-05-14T22:49:19.585Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30342026-05-14T22:49:20.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-05-14T22:49:20.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-05-14T22:49:20.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-05-14T22:49:20.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30382026-05-14T22:49:20.194Z
30392026-05-14T22:49:20.194Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30402026-05-14T22:49:20.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-05-14T22:49:20.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-05-14T22:49:20.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-05-14T22:49:20.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30442026-05-14T22:49:20.805Z
30452026-05-14T22:49:20.805Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30462026-05-14T22:49:21.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-05-14T22:49:21.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-05-14T22:49:21.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-05-14T22:49:21.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30502026-05-14T22:49:21.393Z
30512026-05-14T22:49:21.393Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30522026-05-14T22:49:21.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-05-14T22:49:21.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-05-14T22:49:21.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-05-14T22:49:21.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30562026-05-14T22:49:21.998Z
30572026-05-14T22:49:21.998Zinfo: running `cargo check --bins` on dns-service-client (114/274)
30582026-05-14T22:49:22.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-05-14T22:49:22.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-05-14T22:49:22.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-05-14T22:49:22.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30622026-05-14T22:49:22.607Z
30632026-05-14T22:49:22.607Zinfo: running `cargo check --bins` on installinator-client (115/274)
30642026-05-14T22:49:23.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-05-14T22:49:23.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-05-14T22:49:23.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-05-14T22:49:23.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30682026-05-14T22:49:23.218Z
30692026-05-14T22:49:23.218Zinfo: running `cargo check --bins` on nexus-client (116/274)
30702026-05-14T22:49:23.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-05-14T22:49:23.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-05-14T22:49:23.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-05-14T22:49:23.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30742026-05-14T22:49:23.863Z
30752026-05-14T22:49:23.863Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
30762026-05-14T22:49:24.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-05-14T22:49:24.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-05-14T22:49:24.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-05-14T22:49:24.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30802026-05-14T22:49:24.510Z
30812026-05-14T22:49:24.510Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
30822026-05-14T22:49:25.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-05-14T22:49:25.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-05-14T22:49:25.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-05-14T22:49:25.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30862026-05-14T22:49:25.102Z
30872026-05-14T22:49:25.102Zinfo: running `cargo check --bins` on oxide-client (119/274)
30882026-05-14T22:49:25.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-05-14T22:49:25.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-05-14T22:49:25.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-05-14T22:49:25.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30922026-05-14T22:49:25.698Z
30932026-05-14T22:49:25.698Zinfo: running `cargo check --bins` on oximeter-client (120/274)
30942026-05-14T22:49:26.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-05-14T22:49:26.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-05-14T22:49:26.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-05-14T22:49:26.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30982026-05-14T22:49:26.308Z
30992026-05-14T22:49:26.308Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
31002026-05-14T22:49:26.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-05-14T22:49:26.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-05-14T22:49:26.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-05-14T22:49:26.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31042026-05-14T22:49:26.881Z
31052026-05-14T22:49:26.881Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31062026-05-14T22:49:27.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-05-14T22:49:27.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-05-14T22:49:27.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-05-14T22:49:27.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31102026-05-14T22:49:27.492Z
31112026-05-14T22:49:27.492Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31122026-05-14T22:49:28.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-05-14T22:49:28.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-05-14T22:49:28.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-05-14T22:49:28.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31162026-05-14T22:49:28.115Z
31172026-05-14T22:49:28.115Zinfo: running `cargo check --bins` on installinator-common (124/274)
31182026-05-14T22:49:28.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-05-14T22:49:28.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-05-14T22:49:28.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-05-14T22:49:28.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31222026-05-14T22:49:28.734Z
31232026-05-14T22:49:28.734Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31242026-05-14T22:49:29.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-05-14T22:49:29.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-05-14T22:49:29.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-05-14T22:49:29.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31282026-05-14T22:49:29.325Z
31292026-05-14T22:49:29.325Zinfo: running `cargo check --bins` on wicket-common (126/274)
31302026-05-14T22:49:29.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-05-14T22:49:29.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-05-14T22:49:29.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-05-14T22:49:29.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31342026-05-14T22:49:29.948Z
31352026-05-14T22:49:29.948Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31362026-05-14T22:49:30.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-05-14T22:49:30.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-05-14T22:49:30.643Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31392026-05-14T22:49:30.758Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31402026-05-14T22:49:30.767Z Checking csv-core v0.1.13
31412026-05-14T22:49:30.775Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31422026-05-14T22:49:30.778Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31432026-05-14T22:49:30.792Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31442026-05-14T22:49:30.805Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31452026-05-14T22:49:30.816Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31462026-05-14T22:49:30.923Z Checking csv v1.4.0
31472026-05-14T22:49:30.942Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31482026-05-14T22:49:30.985Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31492026-05-14T22:49:31.014Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31502026-05-14T22:49:31.252Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31512026-05-14T22:49:31.616Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31522026-05-14T22:49:31.616Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31532026-05-14T22:49:31.944Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31542026-05-14T22:49:37.589Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31552026-05-14T22:49:38.112Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31562026-05-14T22:49:40.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.48s
31572026-05-14T22:49:40.627Z
31582026-05-14T22:49:40.627Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
31592026-05-14T22:49:41.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-05-14T22:49:41.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-05-14T22:49:41.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-05-14T22:49:41.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31632026-05-14T22:49:41.231Z
31642026-05-14T22:49:41.231Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
31652026-05-14T22:49:41.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-05-14T22:49:41.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-05-14T22:49:41.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-05-14T22:49:41.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31692026-05-14T22:49:41.914Z
31702026-05-14T22:49:41.914Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
31712026-05-14T22:49:42.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-05-14T22:49:42.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-05-14T22:49:42.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-05-14T22:49:42.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31752026-05-14T22:49:42.605Z
31762026-05-14T22:49:42.605Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
31772026-05-14T22:49:43.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-05-14T22:49:43.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-05-14T22:49:43.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31802026-05-14T22:49:43.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31812026-05-14T22:49:43.264Z
31822026-05-14T22:49:43.264Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
31832026-05-14T22:49:43.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31842026-05-14T22:49:43.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31852026-05-14T22:49:44.035Z Compiling regress v0.11.1
31862026-05-14T22:49:44.173Z Compiling unsafe-libyaml v0.2.11
31872026-05-14T22:49:44.187Z Compiling semver v0.1.20
31882026-05-14T22:49:44.198Z Compiling radium v0.7.0
31892026-05-14T22:49:44.212Z Compiling pin-project-internal v1.1.11
31902026-05-14T22:49:44.224Z Checking tap v1.0.1
31912026-05-14T22:49:44.227Z Compiling maybe-uninit v2.0.0
31922026-05-14T22:49:44.323Z Checking wyz v0.5.1
31932026-05-14T22:49:44.463Z Compiling rustc_version v0.1.7
31942026-05-14T22:49:44.512Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31952026-05-14T22:49:44.544Z Checking progenitor-client v0.13.0
31962026-05-14T22:49:44.642Z Compiling snafu-derive v0.8.9
31972026-05-14T22:49:44.684Z Compiling serde_yaml v0.9.34+deprecated
31982026-05-14T22:49:44.775Z Compiling newtype_derive v0.1.6
31992026-05-14T22:49:44.911Z Compiling zerocopy-derive v0.6.6
32002026-05-14T22:49:44.965Z Compiling cancel-safe-futures v0.1.5
32012026-05-14T22:49:45.181Z Checking funty v2.0.0
32022026-05-14T22:49:45.318Z Checking pin-project v1.1.11
32032026-05-14T22:49:45.418Z Compiling owo-colors v4.3.0
32042026-05-14T22:49:45.508Z Checking same-file v1.0.6
32052026-05-14T22:49:45.592Z Checking typify-impl v0.6.2
32062026-05-14T22:49:45.626Z Checking crc-catalog v2.4.0
32072026-05-14T22:49:45.739Z Compiling packed_struct v0.10.1
32082026-05-14T22:49:45.787Z Checking zerocopy v0.6.6
32092026-05-14T22:49:46.021Z Checking crc v3.4.0
32102026-05-14T22:49:46.057Z Checking walkdir v2.5.0
32112026-05-14T22:49:46.081Z Checking bitvec v1.0.1
32122026-05-14T22:49:46.210Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32132026-05-14T22:49:46.224Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32142026-05-14T22:49:46.266Z Checking globset v0.4.18
32152026-05-14T22:49:46.528Z Checking olpc-cjson v0.1.4
32162026-05-14T22:49:46.546Z Checking snafu v0.8.9
32172026-05-14T22:49:46.590Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32182026-05-14T22:49:46.672Z Checking pem v3.0.6
32192026-05-14T22:49:46.752Z Compiling packed_struct_codegen v0.10.1
32202026-05-14T22:49:46.781Z Checking libsw-core v0.3.2
32212026-05-14T22:49:46.795Z Checking serde_plain v1.0.2
32222026-05-14T22:49:46.835Z Compiling bitfield-macros v0.19.4
32232026-05-14T22:49:46.850Z Compiling indexmap v1.9.3
32242026-05-14T22:49:46.928Z Checking typed-path v0.9.3
32252026-05-14T22:49:46.942Z Checking nodrop v0.1.14
32262026-05-14T22:49:47.034Z Checking array-init v0.0.4
32272026-05-14T22:49:47.069Z Checking libsw v3.5.0
32282026-05-14T22:49:47.219Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32292026-05-14T22:49:47.332Z Checking smallvec v0.6.14
32302026-05-14T22:49:47.409Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32312026-05-14T22:49:47.544Z Checking bitfield v0.19.4
32322026-05-14T22:49:47.613Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32332026-05-14T22:49:47.688Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32342026-05-14T22:49:47.703Z Checking tough v0.20.0
32352026-05-14T22:49:47.784Z Checking base64 v0.21.7
32362026-05-14T22:49:47.807Z Checking unicode-linebreak v0.1.5
32372026-05-14T22:49:47.822Z Checking tagptr v0.2.0
32382026-05-14T22:49:47.847Z Checking hashbrown v0.12.3
32392026-05-14T22:49:47.971Z Checking smawk v0.3.2
32402026-05-14T22:49:48.016Z Checking linear-map v1.2.0
32412026-05-14T22:49:48.030Z Checking ron v0.8.1
32422026-05-14T22:49:48.078Z Checking moka v0.12.13
32432026-05-14T22:49:48.101Z Checking textwrap v0.16.2
32442026-05-14T22:49:48.187Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32452026-05-14T22:49:48.312Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32462026-05-14T22:49:48.487Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32472026-05-14T22:49:48.543Z Checking serde-hex v0.1.0
32482026-05-14T22:49:48.581Z Checking steno v0.4.1
32492026-05-14T22:49:48.699Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32502026-05-14T22:49:48.862Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32512026-05-14T22:49:48.876Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32522026-05-14T22:49:49.282Z Checking hashbrown v0.13.2
32532026-05-14T22:49:49.431Z Checking crc-any v2.5.0
32542026-05-14T22:49:49.447Z Checking humantime v2.3.0
32552026-05-14T22:49:49.567Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32562026-05-14T22:49:49.611Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32572026-05-14T22:49:49.627Z Checking hickory-resolver v0.25.2
32582026-05-14T22:49:49.674Z Checking half v1.8.3
32592026-05-14T22:49:49.712Z Checking object v0.30.4
32602026-05-14T22:49:49.771Z Checking utf-8 v0.7.6
32612026-05-14T22:49:49.788Z Checking path-slash v0.1.5
32622026-05-14T22:49:49.870Z Checking void v1.0.2
32632026-05-14T22:49:49.894Z Checking serde_cbor v0.11.2
32642026-05-14T22:49:49.906Z Checking tungstenite v0.23.0
32652026-05-14T22:49:49.975Z Checking lzss v0.8.2
32662026-05-14T22:49:50.158Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32672026-05-14T22:49:50.162Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32682026-05-14T22:49:50.265Z Compiling typify-macro v0.6.2
32692026-05-14T22:49:50.281Z Checking nix v0.27.1
32702026-05-14T22:49:50.317Z Checking kstat-rs v0.2.4
32712026-05-14T22:49:50.363Z Checking fxhash v0.2.1
32722026-05-14T22:49:50.445Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32732026-05-14T22:49:50.452Z Checking serde_bytes v0.11.19
32742026-05-14T22:49:50.452Z Checking tokio-tungstenite v0.23.1
32752026-05-14T22:49:50.496Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32762026-05-14T22:49:50.576Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32772026-05-14T22:49:50.700Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32782026-05-14T22:49:50.747Z Checking signal-hook-tokio v0.3.1
32792026-05-14T22:49:51.640Z Compiling typify v0.6.2
32802026-05-14T22:49:51.724Z Compiling progenitor-impl v0.13.0
32812026-05-14T22:49:51.725Z Compiling progenitor-impl v0.14.0
32822026-05-14T22:49:51.798Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32832026-05-14T22:49:52.713Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32842026-05-14T22:49:53.040Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
32852026-05-14T22:49:53.307Z Compiling progenitor-macro v0.13.0
32862026-05-14T22:49:53.343Z Compiling progenitor-macro v0.14.0
32872026-05-14T22:49:55.830Z Checking progenitor v0.13.0
32882026-05-14T22:49:55.955Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32892026-05-14T22:49:56.090Z Checking progenitor v0.14.0
32902026-05-14T22:49:56.206Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32912026-05-14T22:49:58.989Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32922026-05-14T22:50:06.322Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32932026-05-14T22:50:12.554Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32942026-05-14T22:50:13.910Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32952026-05-14T22:50:14.415Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32962026-05-14T22:50:16.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.21s
32972026-05-14T22:50:16.687Z
32982026-05-14T22:50:16.687Zinfo: running `cargo check --bins` on gateway-api (133/274)
32992026-05-14T22:50:17.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002026-05-14T22:50:17.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012026-05-14T22:50:17.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33022026-05-14T22:50:17.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33032026-05-14T22:50:17.290Z
33042026-05-14T22:50:17.290Zinfo: running `cargo check --bins` on ipcc (134/274)
33052026-05-14T22:50:17.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33062026-05-14T22:50:17.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33072026-05-14T22:50:17.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33082026-05-14T22:50:17.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33092026-05-14T22:50:17.896Z
33102026-05-14T22:50:17.896Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33112026-05-14T22:50:18.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122026-05-14T22:50:18.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132026-05-14T22:50:18.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142026-05-14T22:50:18.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33152026-05-14T22:50:18.486Z
33162026-05-14T22:50:18.486Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33172026-05-14T22:50:18.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-05-14T22:50:18.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-05-14T22:50:18.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-05-14T22:50:18.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33212026-05-14T22:50:19.080Z
33222026-05-14T22:50:19.080Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33232026-05-14T22:50:19.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-05-14T22:50:19.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-05-14T22:50:19.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-05-14T22:50:19.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33272026-05-14T22:50:19.683Z
33282026-05-14T22:50:19.683Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33292026-05-14T22:50:20.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-05-14T22:50:20.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-05-14T22:50:20.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-05-14T22:50:20.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33332026-05-14T22:50:20.288Z
33342026-05-14T22:50:20.288Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33352026-05-14T22:50:20.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-05-14T22:50:20.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-05-14T22:50:20.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-05-14T22:50:20.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33392026-05-14T22:50:20.893Z
33402026-05-14T22:50:20.893Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33412026-05-14T22:50:21.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-05-14T22:50:21.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-05-14T22:50:21.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-05-14T22:50:21.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33452026-05-14T22:50:21.499Z
33462026-05-14T22:50:21.500Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33472026-05-14T22:50:22.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-05-14T22:50:22.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-05-14T22:50:22.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-05-14T22:50:22.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33512026-05-14T22:50:22.108Z
33522026-05-14T22:50:22.109Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33532026-05-14T22:50:22.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-05-14T22:50:22.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-05-14T22:50:22.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-05-14T22:50:22.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33572026-05-14T22:50:22.720Z
33582026-05-14T22:50:22.720Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
33592026-05-14T22:50:23.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-05-14T22:50:23.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-05-14T22:50:23.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-05-14T22:50:23.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33632026-05-14T22:50:23.324Z
33642026-05-14T22:50:23.324Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
33652026-05-14T22:50:23.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-05-14T22:50:23.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-05-14T22:50:23.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-05-14T22:50:23.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33692026-05-14T22:50:23.916Z
33702026-05-14T22:50:23.916Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
33712026-05-14T22:50:24.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-05-14T22:50:24.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-05-14T22:50:24.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-05-14T22:50:24.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33752026-05-14T22:50:24.519Z
33762026-05-14T22:50:24.520Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
33772026-05-14T22:50:25.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-05-14T22:50:25.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-05-14T22:50:25.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-05-14T22:50:25.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33812026-05-14T22:50:25.120Z
33822026-05-14T22:50:25.120Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
33832026-05-14T22:50:25.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-14T22:50:25.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-14T22:50:25.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-14T22:50:25.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33872026-05-14T22:50:25.711Z
33882026-05-14T22:50:25.711Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
33892026-05-14T22:50:26.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-14T22:50:26.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-14T22:50:26.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-14T22:50:26.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33932026-05-14T22:50:26.316Z
33942026-05-14T22:50:26.316Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
33952026-05-14T22:50:26.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-14T22:50:26.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-14T22:50:26.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-14T22:50:26.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33992026-05-14T22:50:26.921Z
34002026-05-14T22:50:26.921Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34012026-05-14T22:50:27.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-14T22:50:27.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-14T22:50:27.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-14T22:50:27.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34052026-05-14T22:50:27.530Z
34062026-05-14T22:50:27.530Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34072026-05-14T22:50:28.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-14T22:50:28.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-14T22:50:28.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-14T22:50:28.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34112026-05-14T22:50:28.135Z
34122026-05-14T22:50:28.135Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34132026-05-14T22:50:28.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-14T22:50:28.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-14T22:50:28.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-14T22:50:28.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34172026-05-14T22:50:28.744Z
34182026-05-14T22:50:28.744Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34192026-05-14T22:50:29.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-14T22:50:29.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-14T22:50:29.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-14T22:50:29.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34232026-05-14T22:50:29.345Z
34242026-05-14T22:50:29.345Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34252026-05-14T22:50:29.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-14T22:50:29.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-14T22:50:29.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-14T22:50:29.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34292026-05-14T22:50:29.994Z
34302026-05-14T22:50:29.994Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34312026-05-14T22:50:30.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-14T22:50:30.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-14T22:50:30.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-05-14T22:50:30.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34352026-05-14T22:50:30.600Z
34362026-05-14T22:50:30.600Zinfo: running `cargo check --bins` on dns-server (156/274)
34372026-05-14T22:50:31.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-05-14T22:50:31.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-05-14T22:50:31.254Z Compiling parking_lot_core v0.8.6
34402026-05-14T22:50:31.255Z Compiling git-stub v1.0.0
34412026-05-14T22:50:31.257Z Compiling atomicwrites v0.4.4
34422026-05-14T22:50:31.258Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34432026-05-14T22:50:31.258Z Checking prefix-trie v0.7.0
34442026-05-14T22:50:31.512Z Compiling git-stub-vcs v0.1.0
34452026-05-14T22:50:31.659Z Checking hickory-server v0.25.2
34462026-05-14T22:50:31.764Z Checking parking_lot v0.11.2
34472026-05-14T22:50:31.786Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34482026-05-14T22:50:31.845Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34492026-05-14T22:50:31.845Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34502026-05-14T22:50:31.933Z Checking sled v0.34.7
34512026-05-14T22:50:33.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
34522026-05-14T22:50:34.004Z
34532026-05-14T22:50:34.004Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34542026-05-14T22:50:34.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-05-14T22:50:34.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-05-14T22:50:34.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-05-14T22:50:34.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34582026-05-14T22:50:34.606Z
34592026-05-14T22:50:34.606Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
34602026-05-14T22:50:35.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-05-14T22:50:35.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-05-14T22:50:35.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-05-14T22:50:35.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34642026-05-14T22:50:35.213Z
34652026-05-14T22:50:35.213Zinfo: running `cargo check --bins` on sp-sim (159/274)
34662026-05-14T22:50:35.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-05-14T22:50:35.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-05-14T22:50:35.944Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34692026-05-14T22:50:37.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
34702026-05-14T22:50:37.903Z
34712026-05-14T22:50:37.903Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
34722026-05-14T22:50:38.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-05-14T22:50:38.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-05-14T22:50:38.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-05-14T22:50:38.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34762026-05-14T22:50:38.559Z
34772026-05-14T22:50:38.559Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
34782026-05-14T22:50:39.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-05-14T22:50:39.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-05-14T22:50:39.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-05-14T22:50:39.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34822026-05-14T22:50:39.213Z
34832026-05-14T22:50:39.213Zinfo: running `cargo check --bins` on db-macros (162/274)
34842026-05-14T22:50:39.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-05-14T22:50:39.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-05-14T22:50:39.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-05-14T22:50:39.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34882026-05-14T22:50:39.795Z
34892026-05-14T22:50:39.795Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
34902026-05-14T22:50:40.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-05-14T22:50:40.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-05-14T22:50:40.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-05-14T22:50:40.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34942026-05-14T22:50:40.383Z
34952026-05-14T22:50:40.383Zinfo: running `cargo check --bins` on nexus-auth (164/274)
34962026-05-14T22:50:40.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-05-14T22:50:40.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-05-14T22:50:40.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-05-14T22:50:40.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35002026-05-14T22:50:41.042Z
35012026-05-14T22:50:41.042Zinfo: running `cargo check --bins` on authz-macros (165/274)
35022026-05-14T22:50:41.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-05-14T22:50:41.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-05-14T22:50:41.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-05-14T22:50:41.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35062026-05-14T22:50:41.628Z
35072026-05-14T22:50:41.628Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35082026-05-14T22:50:42.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-05-14T22:50:42.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-05-14T22:50:42.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-05-14T22:50:42.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35122026-05-14T22:50:42.272Z
35132026-05-14T22:50:42.272Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35142026-05-14T22:50:42.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-05-14T22:50:42.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-05-14T22:50:42.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-05-14T22:50:42.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35182026-05-14T22:50:42.922Z
35192026-05-14T22:50:42.922Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35202026-05-14T22:50:43.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-05-14T22:50:43.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-05-14T22:50:43.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-05-14T22:50:43.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35242026-05-14T22:50:43.506Z
35252026-05-14T22:50:43.507Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35262026-05-14T22:50:43.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-05-14T22:50:44.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-05-14T22:50:44.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-05-14T22:50:44.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35302026-05-14T22:50:44.090Z
35312026-05-14T22:50:44.091Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35322026-05-14T22:50:44.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-05-14T22:50:44.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-05-14T22:50:44.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-05-14T22:50:44.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35362026-05-14T22:50:44.691Z
35372026-05-14T22:50:44.691Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35382026-05-14T22:50:45.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-05-14T22:50:45.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-05-14T22:50:45.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-05-14T22:50:45.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35422026-05-14T22:50:45.267Z
35432026-05-14T22:50:45.267Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35442026-05-14T22:50:45.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-05-14T22:50:45.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-05-14T22:50:45.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-05-14T22:50:45.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35482026-05-14T22:50:45.849Z
35492026-05-14T22:50:45.849Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35502026-05-14T22:50:46.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-05-14T22:50:46.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-05-14T22:50:46.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-05-14T22:50:46.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35542026-05-14T22:50:46.507Z
35552026-05-14T22:50:46.507Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
35562026-05-14T22:50:47.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-05-14T22:50:47.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-05-14T22:50:47.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-05-14T22:50:47.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35602026-05-14T22:50:47.163Z
35612026-05-14T22:50:47.163Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
35622026-05-14T22:50:47.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-05-14T22:50:47.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-05-14T22:50:47.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-05-14T22:50:47.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35662026-05-14T22:50:47.802Z
35672026-05-14T22:50:47.802Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
35682026-05-14T22:50:48.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-05-14T22:50:48.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-05-14T22:50:48.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-05-14T22:50:48.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35722026-05-14T22:50:48.420Z
35732026-05-14T22:50:48.420Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
35742026-05-14T22:50:48.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-05-14T22:50:48.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-05-14T22:50:48.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-05-14T22:50:48.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35782026-05-14T22:50:49.038Z
35792026-05-14T22:50:49.038Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
35802026-05-14T22:50:49.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-14T22:50:49.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-14T22:50:49.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-14T22:50:49.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35842026-05-14T22:50:49.661Z
35852026-05-14T22:50:49.661Zinfo: running `cargo check --bins` on key-manager (179/274)
35862026-05-14T22:50:50.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-14T22:50:50.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-14T22:50:50.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-05-14T22:50:50.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35902026-05-14T22:50:50.260Z
35912026-05-14T22:50:50.260Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
35922026-05-14T22:50:50.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-14T22:50:50.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-14T22:50:50.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-05-14T22:50:50.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35962026-05-14T22:50:50.877Z
35972026-05-14T22:50:50.877Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
35982026-05-14T22:50:51.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-14T22:50:51.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-14T22:50:51.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-14T22:50:51.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36022026-05-14T22:50:51.488Z
36032026-05-14T22:50:51.488Zinfo: running `cargo check --bins` on typed-rng (182/274)
36042026-05-14T22:50:51.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-14T22:50:51.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-14T22:50:51.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-05-14T22:50:51.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36082026-05-14T22:50:52.068Z
36092026-05-14T22:50:52.069Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36102026-05-14T22:50:52.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-05-14T22:50:52.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-05-14T22:50:52.911Z Compiling typify-impl v0.4.3
36132026-05-14T22:50:52.915Z Compiling libefi-sys v0.1.0
36142026-05-14T22:50:53.057Z Compiling bitfield-struct v0.6.2
36152026-05-14T22:50:53.076Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36162026-05-14T22:50:53.079Z Compiling xshell-macros v0.2.7
36172026-05-14T22:50:53.087Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36182026-05-14T22:50:53.128Z Compiling salty v0.3.0
36192026-05-14T22:50:53.131Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36202026-05-14T22:50:53.290Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36212026-05-14T22:50:53.404Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36222026-05-14T22:50:53.433Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36232026-05-14T22:50:53.448Z Checking xshell v0.2.7
36242026-05-14T22:50:53.631Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36252026-05-14T22:50:53.666Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36262026-05-14T22:50:53.717Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36272026-05-14T22:50:53.799Z Checking primeorder v0.13.6
36282026-05-14T22:50:53.821Z Compiling proc-macro-error-attr2 v2.0.0
36292026-05-14T22:50:53.901Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36302026-05-14T22:50:53.943Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36312026-05-14T22:50:54.036Z Checking tungstenite v0.21.0
36322026-05-14T22:50:54.052Z Checking p384 v0.13.1
36332026-05-14T22:50:54.174Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36342026-05-14T22:50:54.204Z Compiling proc-macro-error2 v2.0.1
36352026-05-14T22:50:54.278Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36362026-05-14T22:50:54.460Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36372026-05-14T22:50:54.475Z Compiling num-derive v0.3.3
36382026-05-14T22:50:54.513Z Compiling tabled_derive v0.11.0
36392026-05-14T22:50:54.792Z Checking tokio-tungstenite v0.21.0
36402026-05-14T22:50:54.981Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36412026-05-14T22:50:55.070Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36422026-05-14T22:50:55.072Z Checking papergrid v0.17.0
36432026-05-14T22:50:55.351Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36442026-05-14T22:50:55.445Z Checking libscf-sys v1.1.0
36452026-05-14T22:50:55.581Z Checking testing_table v0.3.0
36462026-05-14T22:50:55.650Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36472026-05-14T22:50:55.670Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36482026-05-14T22:50:55.685Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36492026-05-14T22:50:55.859Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36502026-05-14T22:50:56.069Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36512026-05-14T22:50:56.085Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36522026-05-14T22:50:56.125Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36532026-05-14T22:50:56.171Z Checking corncobs v0.1.4
36542026-05-14T22:50:56.258Z Compiling unicase v2.9.0
36552026-05-14T22:50:56.301Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36562026-05-14T22:50:56.318Z Checking tabled v0.20.0
36572026-05-14T22:50:56.365Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36582026-05-14T22:50:56.476Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36592026-05-14T22:50:56.492Z Compiling mime_guess v2.0.5
36602026-05-14T22:50:56.559Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36612026-05-14T22:50:56.575Z Checking progenitor-client v0.11.2
36622026-05-14T22:50:56.785Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36632026-05-14T22:50:56.819Z Checking secrecy v0.8.0
36642026-05-14T22:50:56.874Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36652026-05-14T22:50:56.899Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36662026-05-14T22:50:57.055Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36672026-05-14T22:50:57.115Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36682026-05-14T22:50:57.364Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36692026-05-14T22:50:57.484Z Compiling typify-macro v0.4.3
36702026-05-14T22:50:57.511Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36712026-05-14T22:50:57.566Z Checking filetime v0.2.27
36722026-05-14T22:50:57.590Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36732026-05-14T22:50:57.642Z Checking http-range v0.1.5
36742026-05-14T22:50:57.769Z Checking crc8 v0.1.1
36752026-05-14T22:50:57.862Z Checking xattr v1.6.1
36762026-05-14T22:50:57.996Z Checking tar v0.4.45
36772026-05-14T22:50:58.138Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36782026-05-14T22:50:58.213Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36792026-05-14T22:50:58.397Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36802026-05-14T22:50:58.416Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36812026-05-14T22:50:58.523Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36822026-05-14T22:50:58.624Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36832026-05-14T22:50:58.787Z Checking atty v0.2.14
36842026-05-14T22:50:58.886Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36852026-05-14T22:50:58.902Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36862026-05-14T22:50:59.115Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36872026-05-14T22:50:59.178Z Compiling typify v0.4.3
36882026-05-14T22:50:59.294Z Compiling progenitor-impl v0.11.2
36892026-05-14T22:50:59.449Z Compiling progenitor-impl v0.10.0
36902026-05-14T22:50:59.593Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36912026-05-14T22:50:59.719Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36922026-05-14T22:50:59.834Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36932026-05-14T22:51:00.243Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36942026-05-14T22:51:00.688Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36952026-05-14T22:51:00.723Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36962026-05-14T22:51:00.742Z Checking hyper-staticfile v0.10.1
36972026-05-14T22:51:00.947Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36982026-05-14T22:51:01.026Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36992026-05-14T22:51:01.069Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37002026-05-14T22:51:01.208Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37012026-05-14T22:51:01.437Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37022026-05-14T22:51:01.551Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37032026-05-14T22:51:01.722Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37042026-05-14T22:51:01.848Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37052026-05-14T22:51:01.934Z Compiling progenitor-macro v0.11.2
37062026-05-14T22:51:02.019Z Compiling progenitor-macro v0.10.0
37072026-05-14T22:51:04.483Z Checking progenitor v0.11.2
37082026-05-14T22:51:04.617Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37092026-05-14T22:51:04.904Z Checking progenitor v0.10.0
37102026-05-14T22:51:05.020Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37112026-05-14T22:51:09.239Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37122026-05-14T22:51:10.338Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37132026-05-14T22:51:20.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.54s
37142026-05-14T22:51:20.832Z
37152026-05-14T22:51:20.832Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37162026-05-14T22:51:21.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-05-14T22:51:21.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-05-14T22:51:21.611Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37192026-05-14T22:51:32.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.19s
37202026-05-14T22:51:32.248Z
37212026-05-14T22:51:32.248Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37222026-05-14T22:51:32.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-05-14T22:51:32.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-05-14T22:51:33.037Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37252026-05-14T22:51:43.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.14s
37262026-05-14T22:51:43.610Z
37272026-05-14T22:51:43.610Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37282026-05-14T22:51:44.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-05-14T22:51:44.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-05-14T22:51:44.394Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37312026-05-14T22:51:54.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
37322026-05-14T22:51:55.118Z
37332026-05-14T22:51:55.118Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37342026-05-14T22:51:55.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-05-14T22:51:55.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-05-14T22:51:55.896Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37372026-05-14T22:52:06.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.14s
37382026-05-14T22:52:06.477Z
37392026-05-14T22:52:06.477Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37402026-05-14T22:52:07.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-05-14T22:52:07.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-05-14T22:52:07.260Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37432026-05-14T22:52:17.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s
37442026-05-14T22:52:17.923Z
37452026-05-14T22:52:17.923Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37462026-05-14T22:52:18.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-05-14T22:52:18.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-05-14T22:52:18.713Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37492026-05-14T22:52:29.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.17s
37502026-05-14T22:52:29.314Z
37512026-05-14T22:52:29.314Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37522026-05-14T22:52:29.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-05-14T22:52:29.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-05-14T22:52:30.095Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37552026-05-14T22:52:40.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.18s
37562026-05-14T22:52:40.719Z
37572026-05-14T22:52:40.719Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
37582026-05-14T22:52:41.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-05-14T22:52:41.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-05-14T22:52:41.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37612026-05-14T22:52:41.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37622026-05-14T22:52:41.326Z
37632026-05-14T22:52:41.326Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
37642026-05-14T22:52:41.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-05-14T22:52:41.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-05-14T22:52:41.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37672026-05-14T22:52:41.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37682026-05-14T22:52:41.922Z
37692026-05-14T22:52:41.922Zinfo: running `cargo check --bins` on range-requests (193/274)
37702026-05-14T22:52:42.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-05-14T22:52:42.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-05-14T22:52:42.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37732026-05-14T22:52:42.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37742026-05-14T22:52:42.515Z
37752026-05-14T22:52:42.515Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
37762026-05-14T22:52:43.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-05-14T22:52:43.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-05-14T22:52:43.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37792026-05-14T22:52:43.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37802026-05-14T22:52:43.115Z
37812026-05-14T22:52:43.115Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
37822026-05-14T22:52:43.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-05-14T22:52:43.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-05-14T22:52:43.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37852026-05-14T22:52:43.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37862026-05-14T22:52:43.739Z
37872026-05-14T22:52:43.739Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
37882026-05-14T22:52:44.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-05-14T22:52:44.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-05-14T22:52:44.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37912026-05-14T22:52:44.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37922026-05-14T22:52:44.352Z
37932026-05-14T22:52:44.352Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
37942026-05-14T22:52:44.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-05-14T22:52:44.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-05-14T22:52:44.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-05-14T22:52:44.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37982026-05-14T22:52:44.973Z
37992026-05-14T22:52:44.973Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
38002026-05-14T22:52:45.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-05-14T22:52:45.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-05-14T22:52:45.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-05-14T22:52:45.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38042026-05-14T22:52:45.599Z
38052026-05-14T22:52:45.599Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38062026-05-14T22:52:46.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-05-14T22:52:46.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-05-14T22:52:46.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-05-14T22:52:46.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38102026-05-14T22:52:46.227Z
38112026-05-14T22:52:46.227Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38122026-05-14T22:52:46.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-05-14T22:52:46.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-05-14T22:52:46.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-05-14T22:52:46.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38162026-05-14T22:52:46.848Z
38172026-05-14T22:52:46.848Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38182026-05-14T22:52:47.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-05-14T22:52:47.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-05-14T22:52:47.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-05-14T22:52:47.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38222026-05-14T22:52:47.474Z
38232026-05-14T22:52:47.474Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38242026-05-14T22:52:48.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-05-14T22:52:48.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-05-14T22:52:48.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-05-14T22:52:48.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38282026-05-14T22:52:48.102Z
38292026-05-14T22:52:48.102Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38302026-05-14T22:52:48.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-05-14T22:52:48.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-05-14T22:52:48.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-05-14T22:52:48.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38342026-05-14T22:52:48.729Z
38352026-05-14T22:52:48.729Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38362026-05-14T22:52:49.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-05-14T22:52:49.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-05-14T22:52:49.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-05-14T22:52:49.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38402026-05-14T22:52:49.384Z
38412026-05-14T22:52:49.384Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38422026-05-14T22:52:49.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-05-14T22:52:49.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-05-14T22:52:49.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-05-14T22:52:49.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38462026-05-14T22:52:50.014Z
38472026-05-14T22:52:50.014Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38482026-05-14T22:52:50.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-05-14T22:52:50.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-05-14T22:52:50.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-05-14T22:52:50.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38522026-05-14T22:52:50.655Z
38532026-05-14T22:52:50.655Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38542026-05-14T22:52:51.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-05-14T22:52:51.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-05-14T22:52:51.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-05-14T22:52:51.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38582026-05-14T22:52:51.308Z
38592026-05-14T22:52:51.308Zinfo: running `cargo check --bins` on update-common (208/274)
38602026-05-14T22:52:51.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-05-14T22:52:51.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-05-14T22:52:51.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-05-14T22:52:51.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38642026-05-14T22:52:51.912Z
38652026-05-14T22:52:51.912Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
38662026-05-14T22:52:52.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-05-14T22:52:52.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-05-14T22:52:52.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-05-14T22:52:52.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38702026-05-14T22:52:52.564Z
38712026-05-14T22:52:52.564Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
38722026-05-14T22:52:53.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-05-14T22:52:53.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-05-14T22:52:53.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38752026-05-14T22:52:53.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38762026-05-14T22:52:53.143Z
38772026-05-14T22:52:53.143Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
38782026-05-14T22:52:53.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-05-14T22:52:53.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-05-14T22:52:53.912Z Compiling fs-err v2.11.0
38812026-05-14T22:52:53.917Z Checking ignore v0.4.25
38822026-05-14T22:52:53.917Z Checking arc-swap v1.8.2
38832026-05-14T22:52:54.045Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38842026-05-14T22:52:54.052Z Checking predicates-tree v1.0.13
38852026-05-14T22:52:54.062Z Checking parse-size v1.1.0
38862026-05-14T22:52:54.075Z Checking rand_seeder v0.4.0
38872026-05-14T22:52:54.079Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38882026-05-14T22:52:54.152Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38892026-05-14T22:52:54.174Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38902026-05-14T22:52:54.238Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38912026-05-14T22:52:54.241Z Checking slog-scope v4.4.1
38922026-05-14T22:52:54.359Z Compiling petname v2.0.2
38932026-05-14T22:52:54.384Z Checking slog-stdlog v4.1.1
38942026-05-14T22:52:54.400Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38952026-05-14T22:52:54.415Z Checking globwalk v0.9.1
38962026-05-14T22:52:54.491Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38972026-05-14T22:52:54.507Z Checking slog-envlogger v2.2.0
38982026-05-14T22:52:54.592Z Checking camino-tempfile-ext v0.3.3
38992026-05-14T22:52:54.606Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39002026-05-14T22:52:54.653Z Checking sapling-renderdag v0.1.0
39012026-05-14T22:52:54.768Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39022026-05-14T22:52:54.782Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39032026-05-14T22:52:54.891Z Checking subprocess v0.2.15
39042026-05-14T22:52:54.950Z Checking sync-ptr v0.1.4
39052026-05-14T22:52:55.015Z Checking colored v2.2.0
39062026-05-14T22:52:55.070Z Checking assert_matches v1.5.0
39072026-05-14T22:52:55.171Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39082026-05-14T22:52:55.245Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39092026-05-14T22:52:55.296Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39102026-05-14T22:52:55.296Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39112026-05-14T22:52:55.923Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39122026-05-14T22:52:57.237Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39132026-05-14T22:52:59.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.31s
39142026-05-14T22:52:59.654Z
39152026-05-14T22:52:59.654Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39162026-05-14T22:53:00.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-05-14T22:53:00.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-05-14T22:53:00.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39192026-05-14T22:53:00.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39202026-05-14T22:53:00.239Z
39212026-05-14T22:53:00.239Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39222026-05-14T22:53:00.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39232026-05-14T22:53:00.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39242026-05-14T22:53:00.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39252026-05-14T22:53:00.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39262026-05-14T22:53:00.850Z
39272026-05-14T22:53:00.850Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39282026-05-14T22:53:01.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39292026-05-14T22:53:01.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39302026-05-14T22:53:01.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39312026-05-14T22:53:01.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39322026-05-14T22:53:01.503Z
39332026-05-14T22:53:01.503Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39342026-05-14T22:53:02.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39352026-05-14T22:53:02.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39362026-05-14T22:53:02.229Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39372026-05-14T22:53:02.229Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39382026-05-14T22:53:02.878Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39392026-05-14T22:53:04.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s
39402026-05-14T22:53:04.653Z
39412026-05-14T22:53:04.653Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39422026-05-14T22:53:05.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-05-14T22:53:05.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-05-14T22:53:05.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39452026-05-14T22:53:05.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39462026-05-14T22:53:05.256Z
39472026-05-14T22:53:05.256Zinfo: running `cargo check --bins` on cert-dev (217/274)
39482026-05-14T22:53:05.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-05-14T22:53:05.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-05-14T22:53:05.850Z Checking yasna v0.5.2
39512026-05-14T22:53:06.250Z Checking rcgen v0.12.1
39522026-05-14T22:53:06.500Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39532026-05-14T22:53:06.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
39542026-05-14T22:53:06.846Z
39552026-05-14T22:53:06.847Zinfo: running `cargo check --bins` on clickana (218/274)
39562026-05-14T22:53:07.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-05-14T22:53:07.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-05-14T22:53:07.481Z Compiling darling_core v0.23.0
39592026-05-14T22:53:07.590Z Compiling instability v0.3.11
39602026-05-14T22:53:07.594Z Checking castaway v0.2.4
39612026-05-14T22:53:07.604Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39622026-05-14T22:53:07.609Z Compiling indoc v2.0.7
39632026-05-14T22:53:07.609Z Checking unicode-truncate v1.1.0
39642026-05-14T22:53:07.628Z Checking lru v0.12.5
39652026-05-14T22:53:07.628Z Checking cassowary v0.3.0
39662026-05-14T22:53:07.684Z Checking compact_str v0.8.1
39672026-05-14T22:53:08.632Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39682026-05-14T22:53:08.823Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39692026-05-14T22:53:09.013Z Compiling darling_macro v0.23.0
39702026-05-14T22:53:09.426Z Compiling darling v0.23.0
39712026-05-14T22:53:10.035Z Checking ratatui v0.29.0
39722026-05-14T22:53:11.091Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39732026-05-14T22:53:11.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.92s
39742026-05-14T22:53:11.946Z
39752026-05-14T22:53:11.946Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
39762026-05-14T22:53:12.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-05-14T22:53:12.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-05-14T22:53:12.663Z Checking headers-core v0.3.0
39792026-05-14T22:53:12.666Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39802026-05-14T22:53:12.861Z Checking headers v0.4.1
39812026-05-14T22:53:13.226Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39822026-05-14T22:53:14.084Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39832026-05-14T22:53:14.575Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39842026-05-14T22:53:14.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
39852026-05-14T22:53:15.183Z
39862026-05-14T22:53:15.183Zinfo: running `cargo check --bins` on ch-dev (220/274)
39872026-05-14T22:53:15.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-05-14T22:53:15.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-05-14T22:53:15.895Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39902026-05-14T22:53:16.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
39912026-05-14T22:53:16.838Z
39922026-05-14T22:53:16.838Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
39932026-05-14T22:53:17.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-05-14T22:53:17.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-05-14T22:53:17.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-05-14T22:53:17.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
39972026-05-14T22:53:17.305Z
39982026-05-14T22:53:17.305Zinfo: running `cargo check --bins` on crdb-seed (222/274)
39992026-05-14T22:53:17.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-05-14T22:53:17.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-05-14T22:53:18.009Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40022026-05-14T22:53:18.998Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40032026-05-14T22:53:19.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
40042026-05-14T22:53:19.552Z
40052026-05-14T22:53:19.552Zinfo: running `cargo check --bins` on db-dev (223/274)
40062026-05-14T22:53:20.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-05-14T22:53:20.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-05-14T22:53:20.263Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40092026-05-14T22:53:21.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40102026-05-14T22:53:21.215Z
40112026-05-14T22:53:21.215Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40122026-05-14T22:53:21.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-05-14T22:53:21.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-05-14T22:53:21.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40152026-05-14T22:53:21.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40162026-05-14T22:53:21.864Z
40172026-05-14T22:53:21.864Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40182026-05-14T22:53:22.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-05-14T22:53:22.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-05-14T22:53:22.462Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40212026-05-14T22:53:23.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
40222026-05-14T22:53:23.309Z
40232026-05-14T22:53:23.309Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40242026-05-14T22:53:23.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-05-14T22:53:23.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-05-14T22:53:24.054Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40272026-05-14T22:53:24.054Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40282026-05-14T22:53:24.054Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40292026-05-14T22:53:24.057Z Checking git-stub v1.0.0
40302026-05-14T22:53:24.057Z Compiling trait-variant v0.1.2
40312026-05-14T22:53:24.057Z Checking is_ci v1.2.0
40322026-05-14T22:53:24.057Z Checking maplit v1.0.2
40332026-05-14T22:53:24.180Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40342026-05-14T22:53:24.237Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40352026-05-14T22:53:24.254Z Checking supports-color v3.0.2
40362026-05-14T22:53:24.334Z Checking git-stub-vcs v0.1.0
40372026-05-14T22:53:24.376Z Checking drift v0.1.3
40382026-05-14T22:53:24.410Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40392026-05-14T22:53:24.442Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40402026-05-14T22:53:24.526Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40412026-05-14T22:53:24.603Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40422026-05-14T22:53:24.659Z Checking dropshot-api-manager v0.7.1
40432026-05-14T22:53:24.701Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40442026-05-14T22:53:24.727Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40452026-05-14T22:53:24.942Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40462026-05-14T22:53:24.978Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40472026-05-14T22:53:25.100Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40482026-05-14T22:53:25.440Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40492026-05-14T22:53:30.333Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40502026-05-14T22:53:31.423Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40512026-05-14T22:53:31.988Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40522026-05-14T22:53:32.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.11s
40532026-05-14T22:53:32.627Z
40542026-05-14T22:53:32.627Zinfo: running `cargo check --bins` on installinator-api (227/274)
40552026-05-14T22:53:33.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-05-14T22:53:33.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-05-14T22:53:33.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40582026-05-14T22:53:33.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40592026-05-14T22:53:33.234Z
40602026-05-14T22:53:33.234Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
40612026-05-14T22:53:33.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-05-14T22:53:33.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-05-14T22:53:33.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40642026-05-14T22:53:33.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40652026-05-14T22:53:33.889Z
40662026-05-14T22:53:33.889Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
40672026-05-14T22:53:34.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-05-14T22:53:34.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-05-14T22:53:34.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40702026-05-14T22:53:34.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40712026-05-14T22:53:34.541Z
40722026-05-14T22:53:34.541Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
40732026-05-14T22:53:35.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40742026-05-14T22:53:35.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40752026-05-14T22:53:35.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40762026-05-14T22:53:35.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40772026-05-14T22:53:35.187Z
40782026-05-14T22:53:35.187Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
40792026-05-14T22:53:35.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-05-14T22:53:35.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-05-14T22:53:35.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40822026-05-14T22:53:35.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40832026-05-14T22:53:35.798Z
40842026-05-14T22:53:35.798Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
40852026-05-14T22:53:36.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-05-14T22:53:36.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-05-14T22:53:36.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40882026-05-14T22:53:36.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40892026-05-14T22:53:36.380Z
40902026-05-14T22:53:36.380Zinfo: running `cargo check --bins` on wicketd-api (233/274)
40912026-05-14T22:53:36.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-05-14T22:53:36.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-05-14T22:53:36.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40942026-05-14T22:53:36.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40952026-05-14T22:53:36.992Z
40962026-05-14T22:53:36.992Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
40972026-05-14T22:53:37.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40982026-05-14T22:53:37.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40992026-05-14T22:53:37.602Z Checking typeid v1.0.3
41002026-05-14T22:53:37.711Z Checking ordered-float v2.10.1
41012026-05-14T22:53:37.732Z Checking unicode-xid v0.2.6
41022026-05-14T22:53:37.745Z Checking cargo-platform v0.2.0
41032026-05-14T22:53:37.754Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41042026-05-14T22:53:37.779Z Checking erased-serde v0.4.9
41052026-05-14T22:53:37.914Z Checking serde-value v0.7.0
41062026-05-14T22:53:38.092Z Checking serde-untagged v0.1.9
41072026-05-14T22:53:38.246Z Checking cargo-util-schemas v0.8.2
41082026-05-14T22:53:38.925Z Checking cargo_metadata v0.21.0
41092026-05-14T22:53:39.522Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41102026-05-14T22:53:40.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
41112026-05-14T22:53:40.375Z
41122026-05-14T22:53:40.375Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41132026-05-14T22:53:40.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-05-14T22:53:40.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-05-14T22:53:41.109Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41162026-05-14T22:53:41.730Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41172026-05-14T22:53:42.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
41182026-05-14T22:53:42.437Z
41192026-05-14T22:53:42.437Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41202026-05-14T22:53:43.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-05-14T22:53:43.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-05-14T22:53:43.297Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41232026-05-14T22:53:43.297Z Compiling vergen-gitcl v1.0.8
41242026-05-14T22:53:43.297Z Compiling dirs-sys-next v0.1.2
41252026-05-14T22:53:43.297Z Compiling diesel_derives v2.3.7
41262026-05-14T22:53:43.300Z Compiling glob v0.3.3
41272026-05-14T22:53:43.300Z Compiling crunchy v0.2.4
41282026-05-14T22:53:43.300Z Compiling dsl_auto_type v0.2.0
41292026-05-14T22:53:43.300Z Checking scheduled-thread-pool v0.2.7
41302026-05-14T22:53:43.564Z Compiling diesel_table_macro_syntax v0.3.0
41312026-05-14T22:53:43.646Z Compiling dirs-next v2.0.0
41322026-05-14T22:53:43.735Z Compiling tiny-keccak v2.0.2
41332026-05-14T22:53:43.769Z Compiling term v0.7.0
41342026-05-14T22:53:43.769Z Checking r2d2 v0.8.10
41352026-05-14T22:53:43.833Z Checking downcast-rs v2.0.2
41362026-05-14T22:53:43.847Z Compiling clang-sys v1.8.1
41372026-05-14T22:53:43.940Z Compiling bit-vec v0.6.3
41382026-05-14T22:53:43.973Z Compiling itertools v0.10.5
41392026-05-14T22:53:44.158Z Compiling bit-set v0.5.3
41402026-05-14T22:53:44.215Z Compiling ascii-canvas v3.0.0
41412026-05-14T22:53:44.317Z Compiling ena v0.14.4
41422026-05-14T22:53:44.335Z Compiling libloading v0.8.9
41432026-05-14T22:53:44.337Z Compiling diff v0.1.13
41442026-05-14T22:53:44.364Z Compiling bindgen v0.71.1
41452026-05-14T22:53:44.454Z Compiling regex-syntax v0.6.29
41462026-05-14T22:53:44.554Z Compiling cexpr v0.6.0
41472026-05-14T22:53:44.598Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41482026-05-14T22:53:44.796Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41492026-05-14T22:53:44.839Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41502026-05-14T22:53:44.950Z Compiling libxml v0.3.3
41512026-05-14T22:53:45.027Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41522026-05-14T22:53:45.203Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41532026-05-14T22:53:45.225Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41542026-05-14T22:53:45.359Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41552026-05-14T22:53:45.410Z Compiling strum_macros v0.24.3
41562026-05-14T22:53:45.426Z Compiling indoc v1.0.9
41572026-05-14T22:53:45.854Z Compiling lalrpop v0.19.12
41582026-05-14T22:53:46.487Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41592026-05-14T22:53:46.548Z Checking derive_builder v0.20.2
41602026-05-14T22:53:46.669Z Compiling oso-derive v0.27.3
41612026-05-14T22:53:46.684Z Checking quick-xml v0.37.5
41622026-05-14T22:53:46.780Z Compiling impl-trait-for-tuples v0.2.3
41632026-05-14T22:53:47.172Z Checking openssl-probe v0.1.6
41642026-05-14T22:53:47.316Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41652026-05-14T22:53:47.577Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41662026-05-14T22:53:47.774Z Checking bb8 v0.8.6
41672026-05-14T22:53:48.064Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41682026-05-14T22:53:48.083Z Checking nonempty v0.12.0
41692026-05-14T22:53:48.194Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41702026-05-14T22:53:48.249Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41712026-05-14T22:53:48.286Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41722026-05-14T22:53:48.308Z Checking console v0.16.2
41732026-05-14T22:53:48.405Z Checking unit-prefix v0.5.2
41742026-05-14T22:53:48.461Z Checking support-bundle-viewer v0.1.2
41752026-05-14T22:53:48.537Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41762026-05-14T22:53:48.613Z Checking indicatif v0.18.4
41772026-05-14T22:53:48.707Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41782026-05-14T22:53:48.850Z Checking multimap v0.10.1
41792026-05-14T22:53:49.331Z Checking diesel v2.3.7
41802026-05-14T22:53:51.018Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41812026-05-14T22:53:51.730Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41822026-05-14T22:53:52.284Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41832026-05-14T22:53:52.763Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41842026-05-14T22:53:53.499Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41852026-05-14T22:53:53.834Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41862026-05-14T22:53:53.875Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41872026-05-14T22:53:54.149Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41882026-05-14T22:53:56.212Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41892026-05-14T22:54:01.179Z Compiling samael v0.0.19
41902026-05-14T22:54:05.003Z Checking async-bb8-diesel v0.2.1
41912026-05-14T22:54:05.357Z Checking diesel-dtrace v0.5.0
41922026-05-14T22:54:06.063Z Compiling polar-core v0.27.3
41932026-05-14T22:54:10.475Z Checking oso v0.27.3
41942026-05-14T22:54:47.132Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41952026-05-14T22:55:20.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
41962026-05-14T22:55:20.720Z
41972026-05-14T22:55:20.720Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
41982026-05-14T22:55:21.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-05-14T22:55:21.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-05-14T22:55:21.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-05-14T22:55:21.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42022026-05-14T22:55:21.382Z
42032026-05-14T22:55:21.382Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
42042026-05-14T22:55:21.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-05-14T22:55:21.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-05-14T22:55:21.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-05-14T22:55:21.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42082026-05-14T22:55:22.046Z
42092026-05-14T22:55:22.046Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42102026-05-14T22:55:22.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-05-14T22:55:22.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-05-14T22:55:22.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-05-14T22:55:22.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42142026-05-14T22:55:22.625Z
42152026-05-14T22:55:22.626Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42162026-05-14T22:55:23.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-05-14T22:55:23.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-05-14T22:55:23.489Z Compiling libz-sys v1.1.24
42192026-05-14T22:55:23.619Z Compiling libgit2-sys v0.18.3+1.9.2
42202026-05-14T22:55:23.629Z Compiling vergen-git2 v1.0.7
42212026-05-14T22:55:23.655Z Compiling rustls v0.21.12
42222026-05-14T22:55:23.664Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42232026-05-14T22:55:23.667Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42242026-05-14T22:55:23.667Z Checking sct v0.7.1
42252026-05-14T22:55:23.667Z Checking rustls-webpki v0.101.7
42262026-05-14T22:55:23.815Z Compiling nix v0.29.0
42272026-05-14T22:55:23.830Z Compiling dropshot v0.16.7
42282026-05-14T22:55:23.878Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42292026-05-14T22:55:23.921Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42302026-05-14T22:55:23.992Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42312026-05-14T22:55:24.075Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42322026-05-14T22:55:24.101Z Checking toml v0.9.12+spec-1.1.0
42332026-05-14T22:55:24.157Z Compiling dropshot_endpoint v0.16.7
42342026-05-14T22:55:24.287Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42352026-05-14T22:55:24.436Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42362026-05-14T22:55:24.642Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42372026-05-14T22:55:24.674Z Checking rustls-pemfile v1.0.4
42382026-05-14T22:55:24.811Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42392026-05-14T22:55:25.003Z Checking twox-hash v2.1.2
42402026-05-14T22:55:25.038Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42412026-05-14T22:55:25.336Z Checking tokio-rustls v0.24.1
42422026-05-14T22:55:25.778Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42432026-05-14T22:55:25.906Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42442026-05-14T22:55:25.988Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42452026-05-14T22:55:26.488Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42462026-05-14T22:55:26.568Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42472026-05-14T22:55:26.617Z Checking fatfs v0.3.6
42482026-05-14T22:55:26.669Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42492026-05-14T22:55:26.708Z Compiling seq-macro v0.3.6
42502026-05-14T22:55:30.495Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42512026-05-14T22:55:30.622Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42522026-05-14T22:55:30.980Z Compiling git2 v0.20.4
42532026-05-14T22:55:33.184Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42542026-05-14T22:56:20.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.62s
42552026-05-14T22:56:20.475Z
42562026-05-14T22:56:20.475Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
42572026-05-14T22:56:21.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-05-14T22:56:21.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-05-14T22:56:21.364Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42602026-05-14T22:56:59.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.21s
42612026-05-14T22:56:59.905Z
42622026-05-14T22:56:59.906Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
42632026-05-14T22:57:00.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-05-14T22:57:00.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-05-14T22:57:00.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42662026-05-14T22:57:00.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42672026-05-14T22:57:00.496Z
42682026-05-14T22:57:00.496Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
42692026-05-14T22:57:01.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-05-14T22:57:01.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-05-14T22:57:01.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42722026-05-14T22:57:01.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42732026-05-14T22:57:01.137Z
42742026-05-14T22:57:01.137Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
42752026-05-14T22:57:01.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-05-14T22:57:01.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-05-14T22:57:01.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42782026-05-14T22:57:01.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42792026-05-14T22:57:01.798Z
42802026-05-14T22:57:01.798Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
42812026-05-14T22:57:02.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-05-14T22:57:02.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-05-14T22:57:02.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42842026-05-14T22:57:02.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42852026-05-14T22:57:02.451Z
42862026-05-14T22:57:02.451Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
42872026-05-14T22:57:02.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-05-14T22:57:02.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-05-14T22:57:02.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-05-14T22:57:03.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42912026-05-14T22:57:03.094Z
42922026-05-14T22:57:03.094Zinfo: running `cargo check --bins` on nexus-networking (247/274)
42932026-05-14T22:57:03.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-05-14T22:57:03.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-05-14T22:57:03.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-05-14T22:57:03.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42972026-05-14T22:57:03.753Z
42982026-05-14T22:57:03.753Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
42992026-05-14T22:57:04.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-05-14T22:57:04.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-05-14T22:57:04.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-05-14T22:57:04.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43032026-05-14T22:57:04.420Z
43042026-05-14T22:57:04.420Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
43052026-05-14T22:57:04.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-05-14T22:57:04.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-05-14T22:57:04.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-05-14T22:57:04.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43092026-05-14T22:57:05.087Z
43102026-05-14T22:57:05.087Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43112026-05-14T22:57:05.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-05-14T22:57:06.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-05-14T22:57:06.154Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43142026-05-14T22:57:06.154Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43152026-05-14T22:57:06.177Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43162026-05-14T22:57:06.206Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43172026-05-14T22:57:06.227Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43182026-05-14T22:57:06.230Z Checking yansi v1.0.1
43192026-05-14T22:57:06.230Z Checking diff v0.1.13
43202026-05-14T22:57:06.230Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43212026-05-14T22:57:06.309Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43222026-05-14T22:57:06.504Z Checking pretty_assertions v1.4.1
43232026-05-14T22:57:07.131Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43242026-05-14T22:57:07.471Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43252026-05-14T22:57:30.608Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43262026-05-14T22:57:30.612Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43272026-05-14T22:57:30.612Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43282026-05-14T22:57:30.612Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43292026-05-14T22:57:30.612Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43302026-05-14T22:57:30.612Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43312026-05-14T22:57:31.427Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43322026-05-14T22:57:32.504Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43332026-05-14T22:58:10.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43342026-05-14T22:58:10.936Z
43352026-05-14T22:58:10.936Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43362026-05-14T22:58:11.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43372026-05-14T22:58:11.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43382026-05-14T22:58:11.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43392026-05-14T22:58:11.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43402026-05-14T22:58:11.521Z
43412026-05-14T22:58:11.521Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43422026-05-14T22:58:12.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43432026-05-14T22:58:12.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43442026-05-14T22:58:12.299Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43452026-05-14T22:58:12.424Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43462026-05-14T22:58:12.427Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43472026-05-14T22:58:38.071Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43482026-05-14T22:58:38.456Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43492026-05-14T22:58:40.173Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43502026-05-14T22:58:40.629Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43512026-05-14T22:58:43.568Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43522026-05-14T22:59:06.023Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43532026-05-14T22:59:06.729Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43542026-05-14T22:59:08.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.82s
43552026-05-14T22:59:08.558Z
43562026-05-14T22:59:08.558Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
43572026-05-14T22:59:09.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43582026-05-14T22:59:09.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43592026-05-14T22:59:09.286Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43602026-05-14T22:59:09.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
43612026-05-14T22:59:10.166Z
43622026-05-14T22:59:10.166Zinfo: running `cargo check --bins` on omicron-releng (254/274)
43632026-05-14T22:59:10.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43642026-05-14T22:59:10.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43652026-05-14T22:59:10.826Z Compiling blake3 v1.8.3
43662026-05-14T22:59:10.935Z Checking constant_time_eq v0.4.2
43672026-05-14T22:59:10.938Z Checking arrayvec v0.7.6
43682026-05-14T22:59:10.938Z Checking arrayref v0.3.9
43692026-05-14T22:59:10.962Z Checking topological-sort v0.2.2
43702026-05-14T22:59:10.967Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43712026-05-14T22:59:10.967Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43722026-05-14T22:59:10.967Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43732026-05-14T22:59:11.015Z Checking shell-words v1.1.1
43742026-05-14T22:59:11.726Z Checking omicron-zone-package v0.12.2
43752026-05-14T22:59:12.444Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43762026-05-14T22:59:13.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
43772026-05-14T22:59:13.444Z
43782026-05-14T22:59:13.444Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
43792026-05-14T22:59:13.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43802026-05-14T22:59:13.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43812026-05-14T22:59:14.088Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43822026-05-14T22:59:14.408Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43832026-05-14T22:59:14.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
43842026-05-14T22:59:14.985Z
43852026-05-14T22:59:14.986Zinfo: running `cargo check --bins` on schema (256/274)
43862026-05-14T22:59:15.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43872026-05-14T22:59:15.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43882026-05-14T22:59:15.717Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43892026-05-14T22:59:16.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
43902026-05-14T22:59:16.624Z
43912026-05-14T22:59:16.624Zinfo: running `cargo check --bins` on xtask (257/274)
43922026-05-14T22:59:17.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43932026-05-14T22:59:17.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43942026-05-14T22:59:17.084Z Checking libc v0.2.185
43952026-05-14T22:59:17.165Z Checking serde v1.0.228
43962026-05-14T22:59:17.172Z Checking zerofrom v0.1.6
43972026-05-14T22:59:17.175Z Checking bitflags v2.11.0
43982026-05-14T22:59:17.180Z Checking smallvec v1.15.1
43992026-05-14T22:59:17.187Z Checking indexmap v2.14.0
44002026-05-14T22:59:17.197Z Checking serde_json v1.0.149
44012026-05-14T22:59:17.200Z Checking scroll v0.12.0
44022026-05-14T22:59:17.268Z Checking yoke v0.8.1
44032026-05-14T22:59:17.317Z Checking num-traits v0.2.19
44042026-05-14T22:59:17.354Z Checking thiserror v1.0.69
44052026-05-14T22:59:17.424Z Checking log v0.4.29
44062026-05-14T22:59:17.435Z Checking zerovec v0.11.5
44072026-05-14T22:59:17.449Z Checking zerotrie v0.2.3
44082026-05-14T22:59:17.452Z Checking errno v0.3.14
44092026-05-14T22:59:17.552Z Checking toml_datetime v0.6.11
44102026-05-14T22:59:17.575Z Checking serde_spanned v0.6.9
44112026-05-14T22:59:17.584Z Checking rustix v1.1.3
44122026-05-14T22:59:17.687Z Checking percent-encoding v2.3.2
44132026-05-14T22:59:17.698Z Checking goblin v0.8.2
44142026-05-14T22:59:17.708Z Checking zerocopy v0.7.35
44152026-05-14T22:59:17.730Z Checking toml_edit v0.22.27
44162026-05-14T22:59:17.804Z Checking getrandom v0.4.1
44172026-05-14T22:59:17.823Z Checking form_urlencoded v1.2.2
44182026-05-14T22:59:17.837Z Checking ordered-float v2.10.1
44192026-05-14T22:59:17.868Z Checking tinystr v0.8.2
44202026-05-14T22:59:17.930Z Checking potential_utf v0.1.4
44212026-05-14T22:59:17.950Z Checking thiserror v2.0.18
44222026-05-14T22:59:18.046Z Checking syn v2.0.117
44232026-05-14T22:59:18.049Z Checking icu_locale_core v2.1.1
44242026-05-14T22:59:18.066Z Checking serde-value v0.7.0
44252026-05-14T22:59:18.069Z Checking icu_collections v2.1.1
44262026-05-14T22:59:18.188Z Checking dtrace-parser v0.2.0
44272026-05-14T22:59:18.265Z Checking thread-id v4.2.2
44282026-05-14T22:59:18.349Z Checking once_cell v1.21.3
44292026-05-14T22:59:18.378Z Checking terminal_size v0.4.3
44302026-05-14T22:59:18.386Z Checking cargo-platform v0.2.0
44312026-05-14T22:59:18.422Z Checking memmap v0.7.0
44322026-05-14T22:59:18.514Z Checking clap_builder v4.5.60
44332026-05-14T22:59:18.522Z Checking tempfile v3.25.0
44342026-05-14T22:59:18.551Z Checking textwrap v0.16.2
44352026-05-14T22:59:18.576Z Checking fs-err v3.3.0
44362026-05-14T22:59:18.608Z Checking icu_provider v2.1.1
44372026-05-14T22:59:18.710Z Checking camino-tempfile v1.4.1
44382026-05-14T22:59:18.750Z Checking anyhow v1.0.102
44392026-05-14T22:59:18.761Z Checking tabled v0.15.0
44402026-05-14T22:59:18.810Z Checking toml v0.8.23
44412026-05-14T22:59:18.841Z Checking icu_normalizer v2.1.1
44422026-05-14T22:59:18.862Z Checking icu_properties v2.1.2
44432026-05-14T22:59:18.946Z Checking macaddr v1.0.1
44442026-05-14T22:59:19.129Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44452026-05-14T22:59:19.139Z Checking cargo_toml v0.21.0
44462026-05-14T22:59:19.590Z Checking dof v0.3.0
44472026-05-14T22:59:19.671Z Checking idna_adapter v1.2.1
44482026-05-14T22:59:19.718Z Checking clap v4.5.60
44492026-05-14T22:59:19.788Z Checking idna v1.1.0
44502026-05-14T22:59:19.864Z Checking usdt-impl v0.5.0
44512026-05-14T22:59:20.005Z Checking url v2.5.8
44522026-05-14T22:59:20.111Z Checking usdt v0.5.0
44532026-05-14T22:59:20.342Z Checking cargo-util-schemas v0.8.2
44542026-05-14T22:59:21.019Z Checking cargo_metadata v0.21.0
44552026-05-14T22:59:21.616Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44562026-05-14T22:59:22.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s
44572026-05-14T22:59:22.146Z
44582026-05-14T22:59:22.146Zinfo: running `cargo check --bins` on dnsadm (258/274)
44592026-05-14T22:59:22.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44602026-05-14T22:59:22.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44612026-05-14T22:59:22.781Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44622026-05-14T22:59:23.255Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44632026-05-14T22:59:23.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
44642026-05-14T22:59:23.845Z
44652026-05-14T22:59:23.845Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
44662026-05-14T22:59:24.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-05-14T22:59:24.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-05-14T22:59:24.630Z Checking polyval v0.6.2
44692026-05-14T22:59:24.754Z Checking ctr v0.9.2
44702026-05-14T22:59:24.764Z Checking ssh-encoding v0.2.0
44712026-05-14T22:59:24.772Z Checking blowfish v0.9.1
44722026-05-14T22:59:24.784Z Checking password-hash v0.4.2
44732026-05-14T22:59:24.799Z Checking p256 v0.13.2
44742026-05-14T22:59:24.799Z Checking p521 v0.13.3
44752026-05-14T22:59:24.829Z Checking russh-cryptovec v0.7.3
44762026-05-14T22:59:24.895Z Checking ghash v0.5.1
44772026-05-14T22:59:24.908Z Checking bcrypt-pbkdf v0.10.0
44782026-05-14T22:59:24.908Z Checking md5 v0.7.0
44792026-05-14T22:59:24.936Z Checking num-bigint v0.4.6
44802026-05-14T22:59:24.955Z Checking des v0.8.1
44812026-05-14T22:59:24.994Z Checking pbkdf2 v0.11.0
44822026-05-14T22:59:25.007Z Checking aes-gcm v0.10.3
44832026-05-14T22:59:25.062Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44842026-05-14T22:59:25.077Z Checking hex-literal v0.4.1
44852026-05-14T22:59:25.092Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44862026-05-14T22:59:25.108Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44872026-05-14T22:59:25.152Z Checking socket2 v0.5.10
44882026-05-14T22:59:25.169Z Checking internet-checksum v0.2.1
44892026-05-14T22:59:25.193Z Checking ssh-cipher v0.2.0
44902026-05-14T22:59:25.398Z Checking ssh-key v0.6.7
44912026-05-14T22:59:25.445Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44922026-05-14T22:59:25.978Z Checking russh-keys v0.45.0
44932026-05-14T22:59:26.520Z Checking russh v0.45.0
44942026-05-14T22:59:41.267Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44952026-05-14T22:59:42.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.64s
44962026-05-14T22:59:42.707Z
44972026-05-14T22:59:42.707Zinfo: running `cargo check --bins` on gateway-cli (260/274)
44982026-05-14T22:59:46.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44992026-05-14T22:59:46.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45002026-05-14T22:59:46.251Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45012026-05-14T22:59:46.251Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45022026-05-14T22:59:46.251Z Checking termios v0.3.3
45032026-05-14T22:59:46.251Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45042026-05-14T22:59:46.251Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45052026-05-14T22:59:46.568Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45062026-05-14T22:59:47.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
45072026-05-14T22:59:47.314Z
45082026-05-14T22:59:47.314Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45092026-05-14T22:59:47.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45102026-05-14T22:59:47.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45112026-05-14T22:59:48.033Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45122026-05-14T22:59:48.146Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45132026-05-14T22:59:48.160Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45142026-05-14T22:59:48.164Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45152026-05-14T22:59:48.169Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45162026-05-14T22:59:48.173Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45172026-05-14T22:59:48.884Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45182026-05-14T22:59:49.223Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45192026-05-14T22:59:49.226Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45202026-05-14T22:59:49.860Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45212026-05-14T22:59:51.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
45222026-05-14T22:59:51.692Z
45232026-05-14T22:59:51.692Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45242026-05-14T22:59:52.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45252026-05-14T22:59:52.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45262026-05-14T22:59:52.327Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45272026-05-14T22:59:52.776Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45282026-05-14T22:59:53.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45292026-05-14T22:59:53.272Z
45302026-05-14T22:59:53.272Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45312026-05-14T22:59:53.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45322026-05-14T22:59:53.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45332026-05-14T22:59:53.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45342026-05-14T22:59:53.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45352026-05-14T22:59:53.855Z
45362026-05-14T22:59:53.855Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45372026-05-14T22:59:54.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45382026-05-14T22:59:54.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45392026-05-14T22:59:54.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45402026-05-14T22:59:54.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45412026-05-14T22:59:54.435Z
45422026-05-14T22:59:54.435Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45432026-05-14T22:59:54.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-05-14T22:59:54.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-05-14T22:59:55.182Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45462026-05-14T22:59:55.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45472026-05-14T22:59:55.978Z
45482026-05-14T22:59:55.978Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45492026-05-14T22:59:56.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-05-14T22:59:56.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-05-14T22:59:56.622Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45522026-05-14T22:59:56.626Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45532026-05-14T22:59:56.874Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45542026-05-14T22:59:56.874Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45552026-05-14T22:59:57.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
45562026-05-14T22:59:57.850Z
45572026-05-14T22:59:57.850Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
45582026-05-14T22:59:58.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45592026-05-14T22:59:58.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45602026-05-14T22:59:58.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45612026-05-14T22:59:58.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45622026-05-14T22:59:58.432Z
45632026-05-14T22:59:58.433Zinfo: running `cargo check --bins` on omicron-package (268/274)
45642026-05-14T22:59:58.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45652026-05-14T22:59:58.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45662026-05-14T22:59:59.111Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45672026-05-14T23:00:00.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
45682026-05-14T23:00:00.376Z
45692026-05-14T23:00:00.376Zinfo: running `cargo check --bins` on tqdb (269/274)
45702026-05-14T23:00:00.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45712026-05-14T23:00:00.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45722026-05-14T23:00:01.159Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45732026-05-14T23:00:01.510Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45742026-05-14T23:00:02.014Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45752026-05-14T23:00:02.014Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45762026-05-14T23:00:07.753Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45772026-05-14T23:00:07.757Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45782026-05-14T23:00:08.324Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45792026-05-14T23:00:08.327Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45802026-05-14T23:00:08.327Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45812026-05-14T23:00:08.327Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45822026-05-14T23:00:09.127Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45832026-05-14T23:00:10.045Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45842026-05-14T23:00:10.803Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45852026-05-14T23:00:11.411Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45862026-05-14T23:00:15.415Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45872026-05-14T23:00:21.644Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45882026-05-14T23:00:21.648Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45892026-05-14T23:00:21.648Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45902026-05-14T23:00:21.648Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45912026-05-14T23:00:23.098Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45922026-05-14T23:00:24.413Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45932026-05-14T23:00:25.085Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45942026-05-14T23:00:26.349Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45952026-05-14T23:00:26.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.49s
45962026-05-14T23:00:27.093Z
45972026-05-14T23:00:27.093Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
45982026-05-14T23:00:27.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45992026-05-14T23:00:27.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46002026-05-14T23:00:27.796Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46012026-05-14T23:00:27.801Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46022026-05-14T23:00:27.801Z Checking rtoolbox v0.0.3
46032026-05-14T23:00:27.923Z Checking tui-tree-widget v0.23.1
46042026-05-14T23:00:28.023Z Checking rpassword v7.4.0
46052026-05-14T23:00:29.051Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46062026-05-14T23:00:32.009Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46072026-05-14T23:00:33.835Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46082026-05-14T23:00:34.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.65s
46092026-05-14T23:00:34.940Z
46102026-05-14T23:00:34.940Zinfo: running `cargo check --bins` on wicket (271/274)
46112026-05-14T23:00:35.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46122026-05-14T23:00:35.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46132026-05-14T23:00:35.630Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46142026-05-14T23:00:35.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
46152026-05-14T23:00:36.201Z
46162026-05-14T23:00:36.201Zinfo: running `cargo check --bins` on wicketd (272/274)
46172026-05-14T23:00:36.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46182026-05-14T23:00:36.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46192026-05-14T23:00:36.926Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46202026-05-14T23:00:36.931Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46212026-05-14T23:00:36.931Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46222026-05-14T23:00:36.931Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46232026-05-14T23:00:37.914Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46242026-05-14T23:00:38.476Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46252026-05-14T23:00:41.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s
46262026-05-14T23:00:41.644Z
46272026-05-14T23:00:41.644Zinfo: running `cargo check --bins` on omicron-workspace-hack (273/274)
46282026-05-14T23:00:42.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46292026-05-14T23:00:42.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46302026-05-14T23:00:42.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46312026-05-14T23:00:42.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46322026-05-14T23:00:42.227Z
46332026-05-14T23:00:42.227Zinfo: running `cargo check --bins` on zone-setup (274/274)
46342026-05-14T23:00:42.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46352026-05-14T23:00:42.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46362026-05-14T23:00:42.928Z Checking uzers v0.12.2
46372026-05-14T23:00:43.196Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46382026-05-14T23:00:43.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
46392026-05-14T23:00:44.147Z
46402026-05-14T23:00:44.147Zreal 14:04.199038291
46412026-05-14T23:00:44.147Zuser 20:30.396123156
46422026-05-14T23:00:44.147Zsys 4:13.976899858
46432026-05-14T23:00:44.147Ztrap 0.333586801
46442026-05-14T23:00:44.147Ztflt 1.231627553
46452026-05-14T23:00:44.147Zdflt 1.591415845
46462026-05-14T23:00:44.147Zkflt 0.024446256
46472026-05-14T23:00:44.147Zlock 1:16:40.842409382
46482026-05-14T23:00:44.147Zslp 1:38:09.394863651
46492026-05-14T23:00:44.147Zlat 54.061931052
46502026-05-14T23:00:44.147Zstop 3:26.922788042
46512026-05-14T23:00:44.191Zprocess exited: duration 975608 ms, exit code 0
 
46522026-05-14T23:00:44.233Zfound 0 output files