01KR4TSNK41K5HXSVA9C5Z2KH4: 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: 01KR4TT2TS29VFHPV1YFXZ6YGC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-08T22:20:43.541Zjob assigned to worker 01KR4TT8CBHGZZ7RFFKNF69TW7 [factory aws, i-0db1e6e34f65d81cf] (queued for 47 s)
 
22026-05-08T22:20:50.504Zstarting task 0: "setup"
32026-05-08T22:20:50.508Z++ uname -s
42026-05-08T22:20:50.508Z+ kern=SunOS
52026-05-08T22:20:50.508Z+ build_user=build
62026-05-08T22:20:50.508Z+ build_uid=12345
72026-05-08T22:20:50.508Z+ work_dir=/work
82026-05-08T22:20:50.508Z+ input_dir=/input
92026-05-08T22:20:50.508Z+ [[ 0 == 12345 ]]
102026-05-08T22:20:50.508Z+ case "$kern" in
112026-05-08T22:20:50.508Z+ groupadd -g 12345 build
122026-05-08T22:20:50.521Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-08T22:20:52.564Z+ zfs create -o mountpoint=/work rpool/work
142026-05-08T22:20:52.614Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-08T22:20:52.622Z+ home_fs=zfs
162026-05-08T22:20:52.622Z+ [[ zfs == autofs ]]
172026-05-08T22:20:52.622Z+ mkdir -p /home/build
182026-05-08T22:20:52.622Z+ chown build:build /home/build /work
192026-05-08T22:20:54.613Z+ chmod 0700 /home/build /work
202026-05-08T22:20:54.616Zprocess exited: duration 4114 ms, exit code 0
 
212026-05-08T22:20:54.625Zstarting task 1: "rust-toolchain"
222026-05-08T22:20:54.632Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-08T22:20:54.632Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-08T22:20:54.632Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-08T22:20:54.632Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-08T22:20:54.632Z * rust toolchain channel = "1.94.0"
272026-05-08T22:20:54.633Z * rust toolchain profile = "default"
282026-05-08T22:20:54.633Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-08T22:20:54.633Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-08T22:20:54.730Zinfo: downloading installer
312026-05-08T22:20:56.233Zwarn: It looks like you have an existing rustup settings file at:
322026-05-08T22:20:56.234Zwarn: /home/build/.rustup/settings.toml
332026-05-08T22:20:56.234Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-08T22:20:56.234Zwarn: instead of the one inferred from the default host triple.
352026-05-08T22:20:56.246Zinfo: profile set to default
362026-05-08T22:20:56.246Zinfo: default host triple is x86_64-unknown-illumos
372026-05-08T22:20:56.248Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-08T22:20:56.404Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-08T22:20:56.407Zinfo: downloading 6 components
402026-05-08T22:21:11.775Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-08T22:21:11.776Z
422026-05-08T22:21:11.803Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-08T22:21:11.804Z
442026-05-08T22:21:11.804Z
452026-05-08T22:21:11.804ZRust is installed now. Great!
462026-05-08T22:21:11.804Z
472026-05-08T22:21:11.804ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-08T22:21:11.804Zenvironment variable. This has not been done automatically.
492026-05-08T22:21:11.804Z
502026-05-08T22:21:11.804ZTo configure your current shell, you need to source
512026-05-08T22:21:11.804Zthe corresponding env file under $HOME/.cargo.
522026-05-08T22:21:11.804Z
532026-05-08T22:21:11.804ZThis is usually done by running one of the following (note the leading DOT):
542026-05-08T22:21:11.804Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-08T22:21:11.804Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-08T22:21:11.804Zsource "~/.cargo/env.nu" # For nushell
572026-05-08T22:21:11.804Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-08T22:21:11.804Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-08T22:21:11.807Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-08T22:21:11.807Zwarn: no default linker (`cc`) was found in your PATH
612026-05-08T22:21:11.807Zwarn: many Rust crates require a system C toolchain to build
622026-05-08T22:21:11.885Z+ rustup --version
632026-05-08T22:21:11.894Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-08T22:21:11.896Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-08T22:21:11.915Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-08T22:21:11.918Z+ cargo --version
672026-05-08T22:21:11.930Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-08T22:21:11.933Z+ rustc --version
692026-05-08T22:21:11.952Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-08T22:21:11.954Zprocess exited: duration 17330 ms, exit code 0
 
712026-05-08T22:21:11.960Zstarting task 2: "authentication"
722026-05-08T22:21:11.977Zprocess exited: duration 16 ms, exit code 0
 
732026-05-08T22:21:11.984Zstarting task 3: "clone repository"
742026-05-08T22:21:11.987Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-08T22:21:11.990Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-08T22:21:12.022ZCloning into '/work/oxidecomputer/omicron'...
772026-05-08T22:21:21.647Z+ cd /work/oxidecomputer/omicron
782026-05-08T22:21:21.647Z+ git fetch origin 9fdd037cefea890ab024a64102e8a1eca747dbb6
792026-05-08T22:21:21.910ZFrom https://github.com/oxidecomputer/omicron
802026-05-08T22:21:21.910Z * branch 9fdd037cefea890ab024a64102e8a1eca747dbb6 -> FETCH_HEAD
812026-05-08T22:21:21.921Z+ [[ -n sunshowers/spr/2n-reconfigurator-check-for-stale-inventory-in-mupdate-override-set-path ]]
822026-05-08T22:21:21.924Z++ git branch --show-current
832026-05-08T22:21:21.924Z+ current=main
842026-05-08T22:21:21.924Z+ [[ main != sunshowers/spr/2n-reconfigurator-check-for-stale-inventory-in-mupdate-override-set-path ]]
852026-05-08T22:21:21.924Z+ git branch -f sunshowers/spr/2n-reconfigurator-check-for-stale-inventory-in-mupdate-override-set-path 9fdd037cefea890ab024a64102e8a1eca747dbb6
862026-05-08T22:21:21.927Z+ git checkout -f sunshowers/spr/2n-reconfigurator-check-for-stale-inventory-in-mupdate-override-set-path
872026-05-08T22:21:22.158ZSwitched to branch 'sunshowers/spr/2n-reconfigurator-check-for-stale-inventory-in-mupdate-override-set-path'
882026-05-08T22:21:22.161Z+ git reset --hard 9fdd037cefea890ab024a64102e8a1eca747dbb6
892026-05-08T22:21:22.174ZHEAD is now at 9fdd037ce clippy
902026-05-08T22:21:22.176Zprocess exited: duration 10191 ms, exit code 0
 
912026-05-08T22:21:22.182Zstarting task 4: "build"
922026-05-08T22:21:22.187Z+ source .github/buildomat/ci-env.sh
932026-05-08T22:21:22.187Z++ export CARGO_TERM_COLOR=always
942026-05-08T22:21:22.187Z++ CARGO_TERM_COLOR=always
952026-05-08T22:21:22.189Z+ cargo --version
962026-05-08T22:21:22.197Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-08T22:21:22.200Z+ rustc --version
982026-05-08T22:21:22.220Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-08T22:21:22.223Z+ source ./env.sh
1002026-05-08T22:21:22.223Z++ OLD_SHELL_OPTS=ehxB
1012026-05-08T22:21:22.223Z++ set -o xtrace
1022026-05-08T22:21:22.226Z++++ dirname ./env.sh
1032026-05-08T22:21:22.235Z+++ readlink -f .
1042026-05-08T22:21:22.238Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-08T22:21:22.238Z++ 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-08T22:21:22.238Z++ 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-08T22:21:22.238Z++ 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-08T22:21:22.238Z++ 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-08T22:21:22.239Z++ 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-08T22:21:22.239Z++ 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-08T22:21:22.239Z++ 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-08T22:21:22.239Z++ 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-08T22:21:22.239Z++ case $OLD_SHELL_OPTS in
1142026-05-08T22:21:22.239Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-08T22:21:22.239Z+ 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-08T22:21:22.239Z+ 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-08T22:21:22.239Z+ banner prerequisites
1182026-05-08T22:21:22.242Z
1192026-05-08T22:21:22.242Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-08T22:21:22.242Z # # # # # # # # # # # # # # #
1212026-05-08T22:21:22.242Z # # # # ##### # # ##### # # # # # #### #
1222026-05-08T22:21:22.242Z ##### ##### # ##### # # # # # # # # #
1232026-05-08T22:21:22.242Z # # # # # # # # # # # # # # #
1242026-05-08T22:21:22.242Z # # # ###### # # ###### ### # #### # #### #
1252026-05-08T22:21:22.242Z
1262026-05-08T22:21:22.242Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-08T22:21:23.845Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-08T22:21:23.890Z Startup: Caching catalogs ... Done
1292026-05-08T22:21:24.040ZPlanning: Solver setup ... Done (0.121s)
1302026-05-08T22:21:24.049ZPlanning: Running solver ... Done (0.009s)
1312026-05-08T22:21:24.053ZPlanning: Finding local manifests ... Done (0.002s)
1322026-05-08T22:21:24.063ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-08T22:21:24.082ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-08T22:21:24.095ZPlanning: Package planning ... Done (0.013s)
1352026-05-08T22:21:24.097ZPlanning: Merging actions ... Done (0.002s)
1362026-05-08T22:21:24.284ZPlanning: Checking for conflicting actions ... Done (0.187s)
1372026-05-08T22:21:24.287ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-08T22:21:24.993ZPlanning: Evaluating mediators ... Done (0.709s)
1392026-05-08T22:21:24.996ZPlanning: Planning completed in 1.09 seconds
1402026-05-08T22:21:25.002Z Packages to install: 2
1412026-05-08T22:21:25.005Z Estimated space available: 156.08 GB
1422026-05-08T22:21:25.005ZEstimated space to be consumed: 16.95 MB
1432026-05-08T22:21:25.005Z Create boot environment: No
1442026-05-08T22:21:25.005ZCreate backup boot environment: No
1452026-05-08T22:21:25.006Z Rebuild boot archive: No
1462026-05-08T22:21:25.006Z
1472026-05-08T22:21:25.006ZChanged packages:
1482026-05-08T22:21:25.006Zhelios
1492026-05-08T22:21:25.006Z developer/build-essential
1502026-05-08T22:21:25.006Z None -> 11-3.0
1512026-05-08T22:21:25.006Z library/libxmlsec1
1522026-05-08T22:21:25.006Z None -> 1.2.35-3.0
1532026-05-08T22:21:25.025Z
1542026-05-08T22:21:25.026ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-08T22:21:25.526ZDownload: Completed 1.28 MB in 0.50 seconds (2.6M/s)
1562026-05-08T22:21:25.579Z Actions: 1/268 actions (Installing new actions)
1572026-05-08T22:21:25.626Z Actions: Completed 268 actions in 0.05 seconds.
1582026-05-08T22:21:25.632ZFinalize: Updating package state database ... Done (0.004s)
1592026-05-08T22:21:25.632ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-08T22:21:25.642ZFinalize: Updating image state ... Done (0.011s)
1612026-05-08T22:21:28.037ZFinalize: Creating fast lookup database ... Done (2.374s)
1622026-05-08T22:21:28.105ZFinalize: Reading search index ... Done (0.012s)
1632026-05-08T22:21:28.108ZFinalize: Updating search index ... Done (0.000s)
1642026-05-08T22:21:28.198ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-08T22:21:28.493ZPlanning: Evaluating mediator changes ... Done
1662026-05-08T22:21:28.596ZPlanning: Checking for conflicting actions ... Done
1672026-05-08T22:21:28.599ZPlanning: Consolidating action changes ... Done
1682026-05-08T22:21:28.756ZPlanning: Evaluating mediators ... Done
1692026-05-08T22:21:28.760ZPlanning: Planning completed in 0.27 seconds
1702026-05-08T22:21:28.779Z Mediators to change: 2
1712026-05-08T22:21:28.779Z Create boot environment: No
1722026-05-08T22:21:28.779ZCreate backup boot environment: No
1732026-05-08T22:21:28.834ZFinalize: Updating package state database ... Done
1742026-05-08T22:21:28.834ZFinalize: Updating package cache ... Done
1752026-05-08T22:21:28.841ZFinalize: Updating image state ... Done
1762026-05-08T22:21:30.810ZFinalize: Creating fast lookup database ... Done
1772026-05-08T22:21:30.872ZFinalize: Reading search index ... Done
1782026-05-08T22:21:30.875ZFinalize: Updating search index ... Done
1792026-05-08T22:21:30.954ZFinalize: Updating package cache ... Done
1802026-05-08T22:21:31.240ZPlanning: Evaluating mediator changes ... Done
1812026-05-08T22:21:31.346ZPlanning: Checking for conflicting actions ... Done
1822026-05-08T22:21:31.350ZPlanning: Consolidating action changes ... Done
1832026-05-08T22:21:31.506ZPlanning: Evaluating mediators ... Done
1842026-05-08T22:21:31.509ZPlanning: Planning completed in 0.27 seconds
1852026-05-08T22:21:31.529Z Mediators to change: 1
1862026-05-08T22:21:31.529Z Create boot environment: No
1872026-05-08T22:21:31.532ZCreate backup boot environment: No
1882026-05-08T22:21:31.583ZFinalize: Updating package state database ... Done
1892026-05-08T22:21:31.583ZFinalize: Updating package cache ... Done
1902026-05-08T22:21:31.590ZFinalize: Updating image state ... Done
1912026-05-08T22:21:33.537ZFinalize: Creating fast lookup database ... Done
1922026-05-08T22:21:33.600ZFinalize: Reading search index ... Done
1932026-05-08T22:21:33.603ZFinalize: Updating search index ... Done
1942026-05-08T22:21:33.671ZFinalize: Updating package cache ... Done
1952026-05-08T22:21:33.985ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-08T22:21:33.985Zapache system 2.4 system
1972026-05-08T22:21:33.985Zclang system 15 system
1982026-05-08T22:21:33.986Zcsh system system illumos
1992026-05-08T22:21:33.986Zctags system system illumos
2002026-05-08T22:21:33.986Zfile vendor vendor darwinsys
2012026-05-08T22:21:33.986Zfile system system illumos
2022026-05-08T22:21:33.986Zgcc vendor 14 vendor
2032026-05-08T22:21:33.986Zgcc system 13 system
2042026-05-08T22:21:33.986Zgcc system 10 system
2052026-05-08T22:21:33.986Zgo system 1.25 system
2062026-05-08T22:21:33.986Zllvm system 15 system
2072026-05-08T22:21:33.986Zmariadb system 11.4 system
2082026-05-08T22:21:33.986Zmta vendor vendor dma
2092026-05-08T22:21:33.986Zopenjdk system 17 system
2102026-05-08T22:21:33.986Zopenjdk system 11 system
2112026-05-08T22:21:33.986Zopenssl vendor 3 vendor
2122026-05-08T22:21:33.986Zperl system 5.40 system
2132026-05-08T22:21:33.986Zpostgresql system 18 system
2142026-05-08T22:21:33.986Zpostgresql system 17 system
2152026-05-08T22:21:33.986Zpython vendor 3 vendor
2162026-05-08T22:21:33.986Zpython system 2 system
2172026-05-08T22:21:33.986Zpython3 vendor 3.13 vendor
2182026-05-08T22:21:33.986Zruby system 3.4 system
2192026-05-08T22:21:33.986Zruby system 3.0 system
2202026-05-08T22:21:33.986Zwords vendor vendor american-english
2212026-05-08T22:21:33.987Zwords system system australian-english
2222026-05-08T22:21:33.987Zwords system system british-english
2232026-05-08T22:21:33.987Zwords system system canadian-english
2242026-05-08T22:21:33.987Zwords system system french
2252026-05-08T22:21:33.987Zwords system system italian
2262026-05-08T22:21:33.987Zwords system system ngerman
2272026-05-08T22:21:33.987Zwords system system ogerman
2282026-05-08T22:21:33.987Zwords system system spanish
2292026-05-08T22:21:34.238ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-08T22:21:34.239Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-08T22:21:34.503ZFMRI IFO
2322026-05-08T22:21:34.503Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-08T22:21:34.503Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-08T22:21:34.503Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-08T22:21:34.503Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-08T22:21:34.503Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-08T22:21:34.503Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-08T22:21:34.503Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-08T22:21:34.503Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-08T22:21:34.503Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-08T22:21:34.731Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-08T22:21:35.023Z Updating crates.io index
2432026-05-08T22:21:35.026Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-08T22:21:35.312Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-08T22:21:36.278Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-08T22:21:37.136Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-08T22:21:37.953Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-08T22:21:38.483Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-08T22:21:39.818Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-08T22:21:40.784Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-08T22:21:41.416Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-08T22:21:42.133Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-08T22:21:43.001Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-08T22:21:43.314Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-08T22:21:43.818Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-08T22:21:45.511Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-08T22:21:46.099Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-05-08T22:21:46.494Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-05-08T22:21:47.071Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2602026-05-08T22:21:47.741Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-05-08T22:21:48.080Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-05-08T22:21:48.498Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-05-08T22:21:49.073Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-05-08T22:21:49.509Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-05-08T22:21:50.072Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2662026-05-08T22:21:50.971Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2672026-05-08T22:21:51.579Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2682026-05-08T22:21:51.879Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692026-05-08T22:21:52.174Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702026-05-08T22:21:53.973Z Updating git repository `https://github.com/oxidecomputer/crucible`
2712026-05-08T22:21:54.653Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722026-05-08T22:21:55.145Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732026-05-08T22:21:55.493Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742026-05-08T22:21:56.073Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-05-08T22:21:56.636Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-05-08T22:21:57.223Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2772026-05-08T22:21:57.739Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2782026-05-08T22:21:58.018Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2792026-05-08T22:21:58.261Z Updating git repository `https://github.com/illumos/smf-rs`
2802026-05-08T22:21:58.719Z Updating git repository `https://github.com/oxidecomputer/omicron`
2812026-05-08T22:22:10.671Z Downloading crates ...
2822026-05-08T22:22:10.751Z Downloaded thread-id v4.2.2
2832026-05-08T22:22:10.754Z Downloaded errno v0.3.14
2842026-05-08T22:22:10.757Z Downloaded thiserror-impl v2.0.18
2852026-05-08T22:22:10.759Z Downloaded zerofrom v0.1.6
2862026-05-08T22:22:10.764Z Downloaded tinystr v0.8.2
2872026-05-08T22:22:10.767Z Downloaded yoke-derive v0.8.1
2882026-05-08T22:22:10.767Z Downloaded usdt-macro v0.5.0
2892026-05-08T22:22:10.769Z Downloaded typeid v1.0.3
2902026-05-08T22:22:10.770Z Downloaded thiserror-impl v1.0.69
2912026-05-08T22:22:10.772Z Downloaded crypto-common v0.1.7
2922026-05-08T22:22:10.772Z Downloaded cpufeatures v0.2.17
2932026-05-08T22:22:10.777Z Downloaded generic-array v0.14.7
2942026-05-08T22:22:10.777Z Downloaded textwrap v0.16.2
2952026-05-08T22:22:10.780Z Downloaded colorchoice v1.0.4
2962026-05-08T22:22:10.780Z Downloaded fnv v1.0.7
2972026-05-08T22:22:10.780Z Downloaded usdt v0.5.0
2982026-05-08T22:22:10.780Z Downloaded smawk v0.3.2
2992026-05-08T22:22:10.780Z Downloaded is_terminal_polyfill v1.70.2
3002026-05-08T22:22:10.780Z Downloaded dtrace-parser v0.2.0
3012026-05-08T22:22:10.783Z Downloaded dof v0.3.0
3022026-05-08T22:22:10.783Z Downloaded anstyle-parse v0.2.7
3032026-05-08T22:22:10.783Z Downloaded digest v0.10.7
3042026-05-08T22:22:10.786Z Downloaded zerofrom-derive v0.1.6
3052026-05-08T22:22:10.786Z Downloaded zmij v1.0.21
3062026-05-08T22:22:10.786Z Downloaded displaydoc v0.2.5
3072026-05-08T22:22:10.789Z Downloaded heck v0.4.1
3082026-05-08T22:22:10.789Z Downloaded camino-tempfile v1.4.1
3092026-05-08T22:22:10.789Z Downloaded autocfg v1.5.0
3102026-05-08T22:22:10.792Z Downloaded utf8_iter v1.0.4
3112026-05-08T22:22:10.792Z Downloaded unicode-linebreak v0.1.5
3122026-05-08T22:22:10.792Z Downloaded anstream v0.6.21
3132026-05-08T22:22:10.833Z Downloaded quote v1.0.45
3142026-05-08T22:22:10.833Z Downloaded unicode-xid v0.2.6
3152026-05-08T22:22:10.833Z Downloaded tempfile v3.25.0
3162026-05-08T22:22:10.833Z Downloaded litemap v0.8.1
3172026-05-08T22:22:10.833Z Downloaded toml_datetime v0.6.11
3182026-05-08T22:22:10.833Z Downloaded once_cell v1.21.3
3192026-05-08T22:22:10.833Z Downloaded usdt-attr-macro v0.5.0
3202026-05-08T22:22:10.833Z Downloaded fs-err v3.3.0
3212026-05-08T22:22:10.833Z Downloaded toml_write v0.1.2
3222026-05-08T22:22:10.833Z Downloaded serde-value v0.7.0
3232026-05-08T22:22:10.833Z Downloaded proc-macro-error-attr v1.0.4
3242026-05-08T22:22:10.833Z Downloaded utf8parse v0.2.2
3252026-05-08T22:22:10.833Z Downloaded strsim v0.11.1
3262026-05-08T22:22:10.833Z Downloaded memchr v2.8.0
3272026-05-08T22:22:10.833Z Downloaded zerovec-derive v0.11.2
3282026-05-08T22:22:10.833Z Downloaded version_check v0.9.5
3292026-05-08T22:22:10.833Z Downloaded icu_properties_data v2.1.2
3302026-05-08T22:22:10.834Z Downloaded writeable v0.6.2
3312026-05-08T22:22:10.837Z Downloaded thiserror v2.0.18
3322026-05-08T22:22:10.837Z Downloaded usdt-impl v0.5.0
3332026-05-08T22:22:10.837Z Downloaded thiserror v1.0.69
3342026-05-08T22:22:10.837Z Downloaded block-buffer v0.10.4
3352026-05-08T22:22:10.837Z Downloaded serde-untagged v0.1.9
3362026-05-08T22:22:10.837Z Downloaded percent-encoding v2.3.2
3372026-05-08T22:22:10.837Z Downloaded plain v0.2.3
3382026-05-08T22:22:10.837Z Downloaded anstyle-query v1.1.5
3392026-05-08T22:22:10.837Z Downloaded zerocopy-derive v0.7.35
3402026-05-08T22:22:10.841Z Downloaded scroll_derive v0.12.1
3412026-05-08T22:22:10.841Z Downloaded synstructure v0.13.2
3422026-05-08T22:22:10.841Z Downloaded yoke v0.8.1
3432026-05-08T22:22:10.843Z Downloaded toml v0.8.23
3442026-05-08T22:22:10.843Z Downloaded ucd-trie v0.1.7
3452026-05-08T22:22:10.850Z Downloaded tabled_derive v0.7.0
3462026-05-08T22:22:10.853Z Downloaded unicode-ident v1.0.24
3472026-05-08T22:22:10.857Z Downloaded swrite v0.1.0
3482026-05-08T22:22:10.857Z Downloaded stable_deref_trait v1.2.1
3492026-05-08T22:22:10.857Z Downloaded potential_utf v0.1.4
3502026-05-08T22:22:10.861Z Downloaded zerotrie v0.2.3
3512026-05-08T22:22:10.865Z Downloaded idna_adapter v1.2.1
3522026-05-08T22:22:10.871Z Downloaded terminal_size v0.4.3
3532026-05-08T22:22:10.871Z Downloaded sha2 v0.10.9
3542026-05-08T22:22:10.875Z Downloaded memmap v0.7.0
3552026-05-08T22:22:10.875Z Downloaded cargo-platform v0.2.0
3562026-05-08T22:22:10.880Z Downloaded toml_edit v0.22.27
3572026-05-08T22:22:10.880Z Downloaded url v2.5.8
3582026-05-08T22:22:10.884Z Downloaded typenum v1.19.0
3592026-05-08T22:22:10.884Z Downloaded equivalent v1.0.2
3602026-05-08T22:22:10.888Z Downloaded cargo_toml v0.21.0
3612026-05-08T22:22:10.888Z Downloaded byteorder v1.5.0
3622026-05-08T22:22:10.888Z Downloaded bytecount v0.6.9
3632026-05-08T22:22:10.891Z Downloaded form_urlencoded v1.2.2
3642026-05-08T22:22:10.894Z Downloaded serde_tokenstream v0.2.3
3652026-05-08T22:22:10.898Z Downloaded scroll v0.12.0
3662026-05-08T22:22:10.898Z Downloaded zerovec v0.11.5
3672026-05-08T22:22:10.901Z Downloaded zerocopy v0.7.35
3682026-05-08T22:22:10.909Z Downloaded fastrand v2.3.0
3692026-05-08T22:22:10.913Z Downloaded winnow v0.7.14
3702026-05-08T22:22:10.915Z Downloaded ordered-float v2.10.1
3712026-05-08T22:22:10.919Z Downloaded pretty-hex v0.4.1
3722026-05-08T22:22:10.919Z Downloaded unicode-width v0.2.0
3732026-05-08T22:22:10.921Z Downloaded unicode-width v0.1.14
3742026-05-08T22:22:10.924Z Downloaded heck v0.5.0
3752026-05-08T22:22:10.924Z Downloaded camino v1.2.2
3762026-05-08T22:22:10.927Z Downloaded cfg-if v1.0.4
3772026-05-08T22:22:10.927Z Downloaded erased-serde v0.4.9
3782026-05-08T22:22:10.927Z Downloaded pest_generator v2.8.6
3792026-05-08T22:22:10.930Z Downloaded bitflags v2.11.0
3802026-05-08T22:22:10.938Z Downloaded itoa v1.0.17
3812026-05-08T22:22:10.942Z Downloaded serde_spanned v0.6.9
3822026-05-08T22:22:10.946Z Downloaded log v0.4.29
3832026-05-08T22:22:10.949Z Downloaded clap_lex v1.0.0
3842026-05-08T22:22:10.952Z Downloaded pest_derive v2.8.6
3852026-05-08T22:22:10.956Z Downloaded macaddr v1.0.1
3862026-05-08T22:22:10.956Z Downloaded hashbrown v0.17.0
3872026-05-08T22:22:10.959Z Downloaded num-traits v0.2.19
3882026-05-08T22:22:10.961Z Downloaded clap_derive v4.5.55
3892026-05-08T22:22:10.964Z Downloaded proc-macro2 v1.0.106
3902026-05-08T22:22:10.964Z Downloaded icu_provider v2.1.1
3912026-05-08T22:22:10.967Z Downloaded icu_properties v2.1.2
3922026-05-08T22:22:10.970Z Downloaded papergrid v0.11.0
3932026-05-08T22:22:10.979Z Downloaded anstyle v1.0.13
3942026-05-08T22:22:10.989Z Downloaded cargo-util-schemas v0.8.2
3952026-05-08T22:22:10.997Z Downloaded proc-macro-error v1.0.4
3962026-05-08T22:22:11.003Z Downloaded serde_derive v1.0.228
3972026-05-08T22:22:11.007Z Downloaded smallvec v1.15.1
3982026-05-08T22:22:11.010Z Downloaded semver v1.0.28
3992026-05-08T22:22:11.010Z Downloaded icu_normalizer v2.1.1
4002026-05-08T22:22:11.015Z Downloaded cargo_metadata v0.21.0
4012026-05-08T22:22:11.015Z Downloaded getrandom v0.4.1
4022026-05-08T22:22:11.018Z Downloaded icu_locale_core v2.1.1
4032026-05-08T22:22:11.018Z Downloaded clap v4.5.60
4042026-05-08T22:22:11.027Z Downloaded serde_core v1.0.228
4052026-05-08T22:22:11.041Z Downloaded indexmap v2.14.0
4062026-05-08T22:22:11.050Z Downloaded anyhow v1.0.102
4072026-05-08T22:22:11.053Z Downloaded pest_meta v2.8.6
4082026-05-08T22:22:11.053Z Downloaded icu_normalizer_data v2.1.1
4092026-05-08T22:22:11.056Z Downloaded serde v1.0.228
4102026-05-08T22:22:11.087Z Downloaded serde_json v1.0.149
4112026-05-08T22:22:11.091Z Downloaded icu_collections v2.1.1
4122026-05-08T22:22:11.107Z Downloaded clap_builder v4.5.60
4132026-05-08T22:22:11.110Z Downloaded idna v1.1.0
4142026-05-08T22:22:11.114Z Downloaded pest v2.8.6
4152026-05-08T22:22:11.125Z Downloaded goblin v0.8.2
4162026-05-08T22:22:11.134Z Downloaded tabled v0.15.0
4172026-05-08T22:22:11.153Z Downloaded syn v1.0.109
4182026-05-08T22:22:11.158Z Downloaded syn v2.0.117
4192026-05-08T22:22:11.177Z Downloaded rustix v1.1.3
4202026-05-08T22:22:11.210Z Downloaded libc v0.2.185
4212026-05-08T22:22:11.278Z Compiling proc-macro2 v1.0.106
4222026-05-08T22:22:11.278Z Compiling quote v1.0.45
4232026-05-08T22:22:11.278Z Compiling unicode-ident v1.0.24
4242026-05-08T22:22:11.281Z Compiling serde_core v1.0.228
4252026-05-08T22:22:11.282Z Compiling libc v0.2.185
4262026-05-08T22:22:11.282Z Compiling version_check v0.9.5
4272026-05-08T22:22:11.282Z Compiling serde v1.0.228
4282026-05-08T22:22:11.282Z Compiling stable_deref_trait v1.2.1
4292026-05-08T22:22:11.595Z Compiling memchr v2.8.0
4302026-05-08T22:22:11.610Z Compiling zmij v1.0.21
4312026-05-08T22:22:11.819Z Compiling thiserror v1.0.69
4322026-05-08T22:22:11.983Z Compiling ucd-trie v0.1.7
4332026-05-08T22:22:11.986Z Compiling autocfg v1.5.0
4342026-05-08T22:22:12.214Z Compiling itoa v1.0.17
4352026-05-08T22:22:12.256Z Compiling pest v2.8.6
4362026-05-08T22:22:12.374Z Compiling litemap v0.8.1
4372026-05-08T22:22:12.396Z Compiling writeable v0.6.2
4382026-05-08T22:22:12.429Z Compiling icu_properties_data v2.1.2
4392026-05-08T22:22:12.475Z Compiling rustix v1.1.3
4402026-05-08T22:22:12.567Z Compiling icu_normalizer_data v2.1.1
4412026-05-08T22:22:12.609Z Compiling byteorder v1.5.0
4422026-05-08T22:22:12.906Z Compiling errno v0.3.14
4432026-05-08T22:22:12.921Z Compiling serde_json v1.0.149
4442026-05-08T22:22:12.936Z Compiling syn v2.0.117
4452026-05-08T22:22:13.031Z Compiling bitflags v2.11.0
4462026-05-08T22:22:13.118Z Compiling num-traits v0.2.19
4472026-05-08T22:22:13.171Z Compiling hashbrown v0.17.0
4482026-05-08T22:22:13.312Z Compiling pest_meta v2.8.6
4492026-05-08T22:22:13.322Z Compiling equivalent v1.0.2
4502026-05-08T22:22:13.412Z Compiling smallvec v1.15.1
4512026-05-08T22:22:13.497Z Compiling typeid v1.0.3
4522026-05-08T22:22:13.791Z Compiling indexmap v2.14.0
4532026-05-08T22:22:13.824Z Compiling thread-id v4.2.2
4542026-05-08T22:22:13.856Z Compiling proc-macro-error-attr v1.0.4
4552026-05-08T22:22:13.876Z Compiling usdt-impl v0.5.0
4562026-05-08T22:22:13.909Z Compiling winnow v0.7.14
4572026-05-08T22:22:14.043Z Compiling syn v1.0.109
4582026-05-08T22:22:14.095Z Compiling erased-serde v0.4.9
4592026-05-08T22:22:14.352Z Compiling toml_write v0.1.2
4602026-05-08T22:22:14.564Z Compiling proc-macro-error v1.0.4
4612026-05-08T22:22:14.594Z Compiling thiserror v2.0.18
4622026-05-08T22:22:14.751Z Compiling percent-encoding v2.3.2
4632026-05-08T22:22:14.931Z Compiling log v0.4.29
4642026-05-08T22:22:14.947Z Compiling utf8parse v0.2.2
4652026-05-08T22:22:15.053Z Compiling camino v1.2.2
4662026-05-08T22:22:15.089Z Compiling plain v0.2.3
4672026-05-08T22:22:15.115Z Compiling getrandom v0.4.1
4682026-05-08T22:22:15.132Z Compiling utf8_iter v1.0.4
4692026-05-08T22:22:15.203Z Compiling anstyle-parse v0.2.7
4702026-05-08T22:22:15.286Z Compiling ordered-float v2.10.1
4712026-05-08T22:22:15.411Z Compiling form_urlencoded v1.2.2
4722026-05-08T22:22:15.553Z Compiling terminal_size v0.4.3
4732026-05-08T22:22:15.607Z Compiling is_terminal_polyfill v1.70.2
4742026-05-08T22:22:15.626Z Compiling anstyle-query v1.1.5
4752026-05-08T22:22:15.693Z Compiling synstructure v0.13.2
4762026-05-08T22:22:15.693Z Compiling pest_generator v2.8.6
4772026-05-08T22:22:15.720Z Compiling pretty-hex v0.4.1
4782026-05-08T22:22:15.785Z Compiling colorchoice v1.0.4
4792026-05-08T22:22:15.865Z Compiling cfg-if v1.0.4
4802026-05-08T22:22:15.897Z Compiling anstyle v1.0.13
4812026-05-08T22:22:15.908Z Compiling serde-untagged v0.1.9
4822026-05-08T22:22:16.093Z Compiling anstream v0.6.21
4832026-05-08T22:22:16.124Z Compiling semver v1.0.28
4842026-05-08T22:22:16.303Z Compiling fs-err v3.3.0
4852026-05-08T22:22:16.386Z Compiling heck v0.4.1
4862026-05-08T22:22:16.403Z Compiling fastrand v2.3.0
4872026-05-08T22:22:16.418Z Compiling unicode-xid v0.2.6
4882026-05-08T22:22:16.434Z Compiling unicode-width v0.1.14
4892026-05-08T22:22:16.489Z Compiling strsim v0.11.1
4902026-05-08T22:22:16.542Z Compiling anyhow v1.0.102
4912026-05-08T22:22:16.605Z Compiling once_cell v1.21.3
4922026-05-08T22:22:16.709Z Compiling bytecount v0.6.9
4932026-05-08T22:22:16.818Z Compiling heck v0.5.0
4942026-05-08T22:22:16.835Z Compiling clap_lex v1.0.0
4952026-05-08T22:22:16.851Z Compiling fnv v1.0.7
4962026-05-08T22:22:16.953Z Compiling papergrid v0.11.0
4972026-05-08T22:22:16.989Z Compiling tempfile v3.25.0
4982026-05-08T22:22:17.053Z Compiling clap_builder v4.5.60
4992026-05-08T22:22:17.086Z Compiling memmap v0.7.0
5002026-05-08T22:22:17.154Z Compiling unicode-linebreak v0.1.5
5012026-05-08T22:22:17.264Z Compiling smawk v0.3.2
5022026-05-08T22:22:17.336Z Compiling unicode-width v0.2.0
5032026-05-08T22:22:17.339Z Compiling serde_derive v1.0.228
5042026-05-08T22:22:17.396Z Compiling zerofrom-derive v0.1.6
5052026-05-08T22:22:17.412Z Compiling yoke-derive v0.8.1
5062026-05-08T22:22:17.534Z Compiling zerovec-derive v0.11.2
5072026-05-08T22:22:17.609Z Compiling displaydoc v0.2.5
5082026-05-08T22:22:18.341Z Compiling thiserror-impl v1.0.69
5092026-05-08T22:22:18.357Z Compiling zerocopy-derive v0.7.35
5102026-05-08T22:22:18.550Z Compiling pest_derive v2.8.6
5112026-05-08T22:22:18.640Z Compiling scroll_derive v0.12.1
5122026-05-08T22:22:18.815Z Compiling zerofrom v0.1.6
5132026-05-08T22:22:18.951Z Compiling yoke v0.8.1
5142026-05-08T22:22:19.001Z Compiling thiserror-impl v2.0.18
5152026-05-08T22:22:19.145Z Compiling zerovec v0.11.5
5162026-05-08T22:22:19.270Z Compiling zerotrie v0.2.3
5172026-05-08T22:22:19.361Z Compiling zerocopy v0.7.35
5182026-05-08T22:22:19.576Z Compiling scroll v0.12.0
5192026-05-08T22:22:19.656Z Compiling tinystr v0.8.2
5202026-05-08T22:22:19.781Z Compiling potential_utf v0.1.4
5212026-05-08T22:22:19.852Z Compiling icu_locale_core v2.1.1
5222026-05-08T22:22:19.869Z Compiling dtrace-parser v0.2.0
5232026-05-08T22:22:19.926Z Compiling icu_collections v2.1.1
5242026-05-08T22:22:19.959Z Compiling goblin v0.8.2
5252026-05-08T22:22:20.082Z Compiling tabled_derive v0.7.0
5262026-05-08T22:22:20.116Z Compiling clap_derive v4.5.55
5272026-05-08T22:22:20.515Z Compiling icu_provider v2.1.1
5282026-05-08T22:22:20.629Z Compiling textwrap v0.16.2
5292026-05-08T22:22:20.739Z Compiling toml_datetime v0.6.11
5302026-05-08T22:22:20.800Z Compiling icu_properties v2.1.2
5312026-05-08T22:22:20.818Z Compiling icu_normalizer v2.1.1
5322026-05-08T22:22:20.866Z Compiling serde_spanned v0.6.9
5332026-05-08T22:22:21.006Z Compiling toml_edit v0.22.27
5342026-05-08T22:22:21.022Z Compiling dof v0.3.0
5352026-05-08T22:22:21.024Z Compiling serde_tokenstream v0.2.3
5362026-05-08T22:22:21.111Z Compiling serde-value v0.7.0
5372026-05-08T22:22:21.383Z Compiling cargo-platform v0.2.0
5382026-05-08T22:22:21.419Z Compiling tabled v0.15.0
5392026-05-08T22:22:21.473Z Compiling macaddr v1.0.1
5402026-05-08T22:22:21.652Z Compiling camino-tempfile v1.4.1
5412026-05-08T22:22:21.699Z Compiling idna_adapter v1.2.1
5422026-05-08T22:22:21.848Z Compiling idna v1.1.0
5432026-05-08T22:22:21.868Z Compiling clap v4.5.60
5442026-05-08T22:22:21.951Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5452026-05-08T22:22:21.975Z Compiling usdt-macro v0.5.0
5462026-05-08T22:22:22.207Z Compiling url v2.5.8
5472026-05-08T22:22:22.247Z Compiling usdt-attr-macro v0.5.0
5482026-05-08T22:22:22.489Z Compiling toml v0.8.23
5492026-05-08T22:22:22.859Z Compiling cargo-util-schemas v0.8.2
5502026-05-08T22:22:22.916Z Compiling usdt v0.5.0
5512026-05-08T22:22:22.949Z Compiling cargo_toml v0.21.0
5522026-05-08T22:22:23.117Z Compiling swrite v0.1.0
5532026-05-08T22:22:23.775Z Compiling cargo_metadata v0.21.0
5542026-05-08T22:22:24.723Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5552026-05-08T22:22:26.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.22s
5562026-05-08T22:22:27.051Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5572026-05-08T22:22:27.616Z Downloading crates ...
5582026-05-08T22:22:27.715Z Downloaded base64ct v1.8.3
5592026-05-08T22:22:27.719Z Downloaded bitfield-struct v0.6.2
5602026-05-08T22:22:27.721Z Downloaded blake2 v0.10.6
5612026-05-08T22:22:27.724Z Downloaded assert_matches v1.5.0
5622026-05-08T22:22:27.724Z Downloaded bcrypt-pbkdf v0.10.0
5632026-05-08T22:22:27.727Z Downloaded cstr-argument v0.1.2
5642026-05-08T22:22:27.727Z Downloaded atty v0.2.14
5652026-05-08T22:22:27.727Z Downloaded crunchy v0.2.4
5662026-05-08T22:22:27.727Z Downloaded dunce v1.0.5
5672026-05-08T22:22:27.730Z Downloaded async-trait v0.1.89
5682026-05-08T22:22:27.733Z Downloaded backon v1.6.0
5692026-05-08T22:22:27.735Z Downloaded ecdsa v0.16.9
5702026-05-08T22:22:27.738Z Downloaded aead v0.5.2
5712026-05-08T22:22:27.742Z Downloaded crc32fast v1.5.0
5722026-05-08T22:22:27.745Z Downloaded darling v0.20.11
5732026-05-08T22:22:27.748Z Downloaded expectorate v1.2.0
5742026-05-08T22:22:27.751Z Downloaded drift v0.1.4
5752026-05-08T22:22:27.757Z Downloaded derive_builder_macro v0.20.2
5762026-05-08T22:22:27.778Z Downloaded async-stream-impl v0.3.6
5772026-05-08T22:22:27.781Z Downloaded foreign-types-shared v0.1.1
5782026-05-08T22:22:27.781Z Downloaded atomic-waker v1.1.2
5792026-05-08T22:22:27.786Z Downloaded buf-list v1.1.2
5802026-05-08T22:22:27.790Z Downloaded atomicwrites v0.4.4
5812026-05-08T22:22:27.793Z Downloaded cfg_aliases v0.1.1
5822026-05-08T22:22:27.795Z Downloaded funty v2.0.0
5832026-05-08T22:22:27.795Z Downloaded embedded-io v0.4.0
5842026-05-08T22:22:27.798Z Downloaded cfg_aliases v0.2.1
5852026-05-08T22:22:27.798Z Downloaded display-error-chain v0.2.2
5862026-05-08T22:22:27.798Z Downloaded cpufeatures v0.3.0
5872026-05-08T22:22:27.801Z Downloaded darling_macro v0.21.3
5882026-05-08T22:22:27.801Z Downloaded bitfield-macros v0.19.4
5892026-05-08T22:22:27.801Z Downloaded base16ct v0.2.0
5902026-05-08T22:22:27.804Z Downloaded dirs-next v2.0.0
5912026-05-08T22:22:27.804Z Downloaded darling_macro v0.23.0
5922026-05-08T22:22:27.804Z Downloaded embedded-io v0.6.1
5932026-05-08T22:22:27.807Z Downloaded async-stream v0.3.6
5942026-05-08T22:22:27.810Z Downloaded ciborium-ll v0.2.2
5952026-05-08T22:22:27.813Z Downloaded dyn-clone v1.0.20
5962026-05-08T22:22:27.813Z Downloaded dropshot-api-manager-types v0.7.1
5972026-05-08T22:22:27.813Z Downloaded bit-set v0.8.0
5982026-05-08T22:22:27.816Z Downloaded dirs-sys-next v0.1.2
5992026-05-08T22:22:27.816Z Downloaded bitfield v0.19.4
6002026-05-08T22:22:27.816Z Downloaded base64 v0.22.1
6012026-05-08T22:22:27.819Z Downloaded dsl_auto_type v0.2.0
6022026-05-08T22:22:27.819Z Downloaded difflib v0.4.0
6032026-05-08T22:22:27.822Z Downloaded defmt-parser v1.0.0
6042026-05-08T22:22:27.822Z Downloaded bit-vec v0.8.0
6052026-05-08T22:22:27.822Z Downloaded adler2 v2.0.1
6062026-05-08T22:22:27.826Z Downloaded dof v0.4.0
6072026-05-08T22:22:27.829Z Downloaded float-ord v0.3.2
6082026-05-08T22:22:27.829Z Downloaded float-cmp v0.10.0
6092026-05-08T22:22:27.829Z Downloaded convert_case v0.4.0
6102026-05-08T22:22:27.832Z Downloaded arrayref v0.3.9
6112026-05-08T22:22:27.832Z Downloaded diesel_table_macro_syntax v0.3.0
6122026-05-08T22:22:27.832Z Downloaded darling_macro v0.20.11
6132026-05-08T22:22:27.832Z Downloaded env_filter v1.0.0
6142026-05-08T22:22:27.835Z Downloaded cobs v0.3.0
6152026-05-08T22:22:27.835Z Downloaded crc8 v0.1.1
6162026-05-08T22:22:27.835Z Downloaded flagset v0.4.7
6172026-05-08T22:22:27.839Z Downloaded foreign-types-macros v0.2.3
6182026-05-08T22:22:27.842Z Downloaded bit-set v0.5.3
6192026-05-08T22:22:27.842Z Downloaded compression-core v0.4.31
6202026-05-08T22:22:27.842Z Downloaded bb8 v0.8.6
6212026-05-08T22:22:27.845Z Downloaded fd-lock v4.0.4
6222026-05-08T22:22:27.845Z Downloaded crc v3.4.0
6232026-05-08T22:22:27.847Z Downloaded endian-type v0.1.2
6242026-05-08T22:22:27.847Z Downloaded dtrace-parser v0.3.0
6252026-05-08T22:22:27.850Z Downloaded ciborium-io v0.2.2
6262026-05-08T22:22:27.850Z Downloaded block-padding v0.3.3
6272026-05-08T22:22:27.850Z Downloaded array-init v0.0.4
6282026-05-08T22:22:27.853Z Downloaded fixedbitset v0.4.2
6292026-05-08T22:22:27.853Z Downloaded foreign-types v0.5.0
6302026-05-08T22:22:27.856Z Downloaded defmt v0.3.100
6312026-05-08T22:22:27.859Z Downloaded futures-core v0.3.32
6322026-05-08T22:22:27.859Z Downloaded downcast-rs v2.0.2
6332026-05-08T22:22:27.863Z Downloaded castaway v0.2.4
6342026-05-08T22:22:27.863Z Downloaded foreign-types v0.3.2
6352026-05-08T22:22:27.863Z Downloaded curve25519-dalek-derive v0.1.1
6362026-05-08T22:22:27.865Z Downloaded document-features v0.2.12
6372026-05-08T22:22:27.868Z Downloaded enum-as-inner v0.6.1
6382026-05-08T22:22:27.868Z Downloaded ascii-canvas v3.0.0
6392026-05-08T22:22:27.871Z Downloaded crucible-workspace-hack v0.1.0
6402026-05-08T22:22:27.871Z Downloaded cargo-platform v0.1.9
6412026-05-08T22:22:27.874Z Downloaded futures-macro v0.3.32
6422026-05-08T22:22:27.875Z Downloaded futures-sink v0.3.32
6432026-05-08T22:22:27.877Z Downloaded futures-io v0.3.32
6442026-05-08T22:22:27.877Z Downloaded foreign-types-shared v0.3.1
6452026-05-08T22:22:27.880Z Downloaded fxhash v0.2.1
6462026-05-08T22:22:27.880Z Downloaded chacha20 v0.9.1
6472026-05-08T22:22:27.883Z Downloaded hash32 v0.2.1
6482026-05-08T22:22:27.883Z Downloaded globwalk v0.9.1
6492026-05-08T22:22:27.883Z Downloaded arrayvec v0.7.6
6502026-05-08T22:22:27.886Z Downloaded constant_time_eq v0.4.2
6512026-05-08T22:22:27.886Z Downloaded cassowary v0.3.0
6522026-05-08T22:22:27.889Z Downloaded blowfish v0.9.1
6532026-05-08T22:22:27.889Z Downloaded bitflags v1.3.2
6542026-05-08T22:22:27.891Z Downloaded headers-core v0.3.0
6552026-05-08T22:22:27.891Z Downloaded futures-executor v0.3.32
6562026-05-08T22:22:27.891Z Downloaded fixedbitset v0.5.7
6572026-05-08T22:22:27.894Z Downloaded ghash v0.5.1
6582026-05-08T22:22:27.894Z Downloaded gethostname v0.5.0
6592026-05-08T22:22:27.894Z Downloaded colored v2.2.0
6602026-05-08T22:22:27.897Z Downloaded git-stub v1.0.0
6612026-05-08T22:22:27.897Z Downloaded find-msvc-tools v0.1.9
6622026-05-08T22:22:27.900Z Downloaded erased-serde v0.3.31
6632026-05-08T22:22:27.900Z Downloaded bcs v0.1.6
6642026-05-08T22:22:27.902Z Downloaded deranged v0.5.8
6652026-05-08T22:22:27.902Z Downloaded defmt-macros v1.0.1
6662026-05-08T22:22:27.905Z Downloaded filetime v0.2.27
6672026-05-08T22:22:27.905Z Downloaded hex v0.4.3
6682026-05-08T22:22:27.908Z Downloaded foldhash v0.2.0
6692026-05-08T22:22:27.908Z Downloaded cmake v0.1.57
6702026-05-08T22:22:27.908Z Downloaded cipher v0.4.4
6712026-05-08T22:22:27.911Z Downloaded ed25519 v2.2.3
6722026-05-08T22:22:27.911Z Downloaded corncobs v0.1.4
6732026-05-08T22:22:27.914Z Downloaded byte-wrapper v0.1.0
6742026-05-08T22:22:27.914Z Downloaded fallible-iterator v0.2.0
6752026-05-08T22:22:27.914Z Downloaded diesel-dtrace v0.5.0
6762026-05-08T22:22:27.916Z Downloaded defmt v1.0.1
6772026-05-08T22:22:27.919Z Downloaded convert_case v0.10.0
6782026-05-08T22:22:27.919Z Downloaded debug-ignore v1.0.5
6792026-05-08T22:22:27.922Z Downloaded daft-derive v0.1.5
6802026-05-08T22:22:27.922Z Downloaded cargo_metadata v0.19.2
6812026-05-08T22:22:27.925Z Downloaded ena v0.14.4
6822026-05-08T22:22:27.925Z Downloaded bit-vec v0.6.3
6832026-05-08T22:22:27.927Z Downloaded csv-core v0.1.13
6842026-05-08T22:22:27.928Z Downloaded env_logger v0.11.9
6852026-05-08T22:22:27.928Z Downloaded ctr v0.9.2
6862026-05-08T22:22:27.930Z Downloaded async-recursion v1.1.1
6872026-05-08T22:22:27.933Z Downloaded crossbeam-deque v0.8.6
6882026-05-08T22:22:27.933Z Downloaded cexpr v0.6.0
6892026-05-08T22:22:27.936Z Downloaded crc-catalog v2.4.0
6902026-05-08T22:22:27.936Z Downloaded compression-codecs v0.4.37
6912026-05-08T22:22:27.939Z Downloaded argon2 v0.5.3
6922026-05-08T22:22:27.939Z Downloaded hex-literal v0.4.1
6932026-05-08T22:22:27.939Z Downloaded critical-section v1.2.0
6942026-05-08T22:22:27.942Z Downloaded fs_extra v1.3.0
6952026-05-08T22:22:27.942Z Downloaded fs-err v2.11.0
6962026-05-08T22:22:27.945Z Downloaded hostname v0.4.2
6972026-05-08T22:22:27.945Z Downloaded hostname v0.3.1
6982026-05-08T22:22:27.945Z Downloaded cancel-safe-futures v0.1.5
6992026-05-08T22:22:27.948Z Downloaded home v0.5.12
7002026-05-08T22:22:27.948Z Downloaded console v0.16.2
7012026-05-08T22:22:27.948Z Downloaded futures-channel v0.3.32
7022026-05-08T22:22:27.951Z Downloaded ahash v0.8.12
7032026-05-08T22:22:27.951Z Downloaded backoff v0.4.0
7042026-05-08T22:22:27.955Z Downloaded hash32 v0.3.1
7052026-05-08T22:22:27.955Z Downloaded globset v0.4.18
7062026-05-08T22:22:27.958Z Downloaded http-body v1.0.1
7072026-05-08T22:22:27.958Z Downloaded hubpack_derive v0.1.1
7082026-05-08T22:22:27.958Z Downloaded ident_case v1.0.1
7092026-05-08T22:22:27.958Z Downloaded hyper-tls v0.6.0
7102026-05-08T22:22:27.961Z Downloaded hubpack v0.1.2
7112026-05-08T22:22:27.961Z Downloaded http-range v0.1.5
7122026-05-08T22:22:27.961Z Downloaded git-stub-vcs v0.1.0
7132026-05-08T22:22:27.961Z Downloaded glob v0.3.3
7142026-05-08T22:22:27.964Z Downloaded indoc v1.0.9
7152026-05-08T22:22:27.964Z Downloaded group v0.13.0
7162026-05-08T22:22:27.964Z Downloaded inout v0.1.4
7172026-05-08T22:22:27.967Z Downloaded indent_write v2.2.0
7182026-05-08T22:22:27.967Z Downloaded data-encoding v2.10.0
7192026-05-08T22:22:27.968Z Downloaded const_format_proc_macros v0.2.34
7202026-05-08T22:22:27.971Z Downloaded daft v0.1.5
7212026-05-08T22:22:27.971Z Downloaded futures-task v0.3.32
7222026-05-08T22:22:27.975Z Downloaded derive_builder_core v0.20.2
7232026-05-08T22:22:27.975Z Downloaded des v0.8.1
7242026-05-08T22:22:27.975Z Downloaded crossbeam-utils v0.8.21
7252026-05-08T22:22:27.980Z Downloaded is-terminal v0.4.17
7262026-05-08T22:22:27.980Z Downloaded instant v0.1.13
7272026-05-08T22:22:27.980Z Downloaded colored v3.1.1
7282026-05-08T22:22:27.983Z Downloaded async-bb8-diesel v0.2.1
7292026-05-08T22:22:27.985Z Downloaded ff v0.13.1
7302026-05-08T22:22:27.986Z Downloaded derive-ex v0.1.8
7312026-05-08T22:22:27.986Z Downloaded console v0.15.11
7322026-05-08T22:22:27.989Z Downloaded either v1.15.0
7332026-05-08T22:22:27.989Z Downloaded derive_builder v0.20.2
7342026-05-08T22:22:27.991Z Downloaded camino-tempfile-ext v0.3.3
7352026-05-08T22:22:27.994Z Downloaded darling v0.21.3
7362026-05-08T22:22:27.997Z Downloaded diff v0.1.13
7372026-05-08T22:22:27.997Z Downloaded cookie v0.18.1
7382026-05-08T22:22:28.001Z Downloaded crossbeam-epoch v0.9.18
7392026-05-08T22:22:28.001Z Downloaded bzip2 v0.6.1
7402026-05-08T22:22:28.001Z Downloaded instability v0.3.11
7412026-05-08T22:22:28.004Z Downloaded is_ci v1.2.0
7422026-05-08T22:22:28.005Z Downloaded cbc v0.1.2
7432026-05-08T22:22:28.005Z Downloaded clang-sys v1.8.1
7442026-05-08T22:22:28.009Z Downloaded internet-checksum v0.2.1
7452026-05-08T22:22:28.009Z Downloaded ciborium v0.2.2
7462026-05-08T22:22:28.009Z Downloaded der_derive v0.7.3
7472026-05-08T22:22:28.012Z Downloaded kstat-rs v0.2.4
7482026-05-08T22:22:28.012Z Downloaded linked-hash-map v0.5.6
7492026-05-08T22:22:28.012Z Downloaded libscf-sys v1.1.0
7502026-05-08T22:22:28.018Z Downloaded lalrpop-util v0.19.12
7512026-05-08T22:22:28.022Z Downloaded foldhash v0.1.5
7522026-05-08T22:22:28.025Z Downloaded lazy_static v1.5.0
7532026-05-08T22:22:28.025Z Downloaded httpdate v1.0.3
7542026-05-08T22:22:28.028Z Downloaded arc-swap v1.8.2
7552026-05-08T22:22:28.028Z Downloaded highway v1.3.0
7562026-05-08T22:22:28.034Z Downloaded hyper-staticfile v0.10.1
7572026-05-08T22:22:28.039Z Downloaded humantime v2.3.0
7582026-05-08T22:22:28.039Z Downloaded half v1.8.3
7592026-05-08T22:22:28.043Z Downloaded lzss v0.8.2
7602026-05-08T22:22:28.043Z Downloaded mime v0.3.17
7612026-05-08T22:22:28.043Z Downloaded md5 v0.7.0
7622026-05-08T22:22:28.048Z Downloaded match_cfg v0.1.0
7632026-05-08T22:22:28.048Z Downloaded lru-slab v0.1.2
7642026-05-08T22:22:28.048Z Downloaded maplit v1.0.2
7652026-05-08T22:22:28.048Z Downloaded managed v0.8.0
7662026-05-08T22:22:28.048Z Downloaded lru-cache v0.1.2
7672026-05-08T22:22:28.052Z Downloaded nibble_vec v0.1.0
7682026-05-08T22:22:28.052Z Downloaded ingot-types v0.1.2
7692026-05-08T22:22:28.055Z Downloaded cookie_store v0.22.1
7702026-05-08T22:22:28.055Z Downloaded chacha20 v0.10.0
7712026-05-08T22:22:28.055Z Downloaded bzip2 v0.4.4
7722026-05-08T22:22:28.059Z Downloaded indoc v2.0.7
7732026-05-08T22:22:28.059Z Downloaded allocator-api2 v0.2.21
7742026-05-08T22:22:28.062Z Downloaded crc-any v2.5.0
7752026-05-08T22:22:28.070Z Downloaded dropshot_endpoint v0.17.0
7762026-05-08T22:22:28.074Z Downloaded maybe-uninit v2.0.0
7772026-05-08T22:22:28.077Z Downloaded nodrop v0.1.14
7782026-05-08T22:22:28.077Z Downloaded newtype-uuid-macros v0.1.0
7792026-05-08T22:22:28.078Z Downloaded derive_more v0.99.20
7802026-05-08T22:22:28.081Z Downloaded newline-converter v0.3.0
7812026-05-08T22:22:28.081Z Downloaded new_debug_unreachable v1.0.6
7822026-05-08T22:22:28.081Z Downloaded chacha20poly1305 v0.10.1
7832026-05-08T22:22:28.084Z Downloaded keccak v0.1.6
7842026-05-08T22:22:28.084Z Downloaded ipnetwork v0.21.1
7852026-05-08T22:22:28.084Z Downloaded derive-where v1.6.0
7862026-05-08T22:22:28.087Z Downloaded libefi-sys v0.1.0
7872026-05-08T22:22:28.087Z Downloaded num-derive v0.3.3
7882026-05-08T22:22:28.090Z Downloaded num v0.4.3
7892026-05-08T22:22:28.090Z Downloaded num-iter v0.1.45
7902026-05-08T22:22:28.090Z Downloaded num-derive v0.4.2
7912026-05-08T22:22:28.093Z Downloaded newtype_derive v0.1.6
7922026-05-08T22:22:28.093Z Downloaded jobserver v0.1.34
7932026-05-08T22:22:28.094Z Downloaded darling v0.23.0
7942026-05-08T22:22:28.096Z Downloaded opaque-debug v0.3.1
7952026-05-08T22:22:28.099Z Downloaded olpc-cjson v0.1.4
7962026-05-08T22:22:28.099Z Downloaded num_threads v0.1.7
7972026-05-08T22:22:28.100Z Downloaded num-conv v0.2.0
7982026-05-08T22:22:28.100Z Downloaded multimap v0.10.1
7992026-05-08T22:22:28.103Z Downloaded md-5 v0.10.6
8002026-05-08T22:22:28.103Z Downloaded futures v0.3.32
8012026-05-08T22:22:28.106Z Downloaded num_enum_derive v0.5.11
8022026-05-08T22:22:28.106Z Downloaded normalize-line-endings v0.3.0
8032026-05-08T22:22:28.106Z Downloaded nonempty v0.12.0
8042026-05-08T22:22:28.109Z Downloaded linear-map v1.2.0
8052026-05-08T22:22:28.109Z Downloaded libsw-core v0.3.2
8062026-05-08T22:22:28.109Z Downloaded httparse v1.10.1
8072026-05-08T22:22:28.112Z Downloaded hmac v0.12.1
8082026-05-08T22:22:28.112Z Downloaded getrandom v0.2.17
8092026-05-08T22:22:28.115Z Downloaded hyper-rustls v0.27.7
8102026-05-08T22:22:28.115Z Downloaded impl-trait-for-tuples v0.2.3
8112026-05-08T22:22:28.130Z Downloaded packed_struct_codegen v0.10.1
8122026-05-08T22:22:28.135Z Downloaded oso-derive v0.27.3
8132026-05-08T22:22:28.135Z Downloaded openssl-probe v0.2.1
8142026-05-08T22:22:28.135Z Downloaded openssl-probe v0.1.6
8152026-05-08T22:22:28.138Z Downloaded openssl-macros v0.1.1
8162026-05-08T22:22:28.138Z Downloaded ingot-macros v0.1.1
8172026-05-08T22:22:28.138Z Downloaded iana-time-zone v0.1.65
8182026-05-08T22:22:28.138Z Downloaded http-body-util v0.1.3
8192026-05-08T22:22:28.141Z Downloaded bytes v1.11.1
8202026-05-08T22:22:28.141Z Downloaded native-tls v0.2.18
8212026-05-08T22:22:28.145Z Downloaded ingot v0.1.1
8222026-05-08T22:22:28.145Z Downloaded fatfs v0.3.6
8232026-05-08T22:22:28.150Z Downloaded dropshot_endpoint v0.16.7
8242026-05-08T22:22:28.150Z Downloaded darling_core v0.23.0
8252026-05-08T22:22:28.154Z Downloaded lru v0.12.5
8262026-05-08T22:22:28.154Z Downloaded lock_api v0.4.14
8272026-05-08T22:22:28.155Z Downloaded const_format v0.2.35
8282026-05-08T22:22:28.159Z Downloaded nanorand v0.7.0
8292026-05-08T22:22:28.159Z Downloaded multer v3.1.0
8302026-05-08T22:22:28.164Z Downloaded mime_guess v2.0.5
8312026-05-08T22:22:28.164Z Downloaded darling_core v0.21.3
8322026-05-08T22:22:28.164Z Downloaded parse-size v1.1.0
8332026-05-08T22:22:28.167Z Downloaded parse-display v0.10.0
8342026-05-08T22:22:28.167Z Downloaded num_enum v0.7.5
8352026-05-08T22:22:28.167Z Downloaded num_enum v0.5.11
8362026-05-08T22:22:28.170Z Downloaded pbkdf2 v0.12.2
8372026-05-08T22:22:28.175Z Downloaded peg-runtime v0.8.5
8382026-05-08T22:22:28.175Z Downloaded pbkdf2 v0.11.0
8392026-05-08T22:22:28.175Z Downloaded path-slash v0.1.5
8402026-05-08T22:22:28.178Z Downloaded num_enum_derive v0.7.5
8412026-05-08T22:22:28.178Z Downloaded num-integer v0.1.46
8422026-05-08T22:22:28.178Z Downloaded num-complex v0.4.6
8432026-05-08T22:22:28.178Z Downloaded phf_shared v0.12.1
8442026-05-08T22:22:28.178Z Downloaded elliptic-curve v0.13.8
8452026-05-08T22:22:28.181Z Downloaded phf_shared v0.11.3
8462026-05-08T22:22:28.181Z Downloaded memoffset v0.9.1
8472026-05-08T22:22:28.186Z Downloaded nu-ansi-term v0.50.3
8482026-05-08T22:22:28.186Z Downloaded newtype-uuid v1.3.2
8492026-05-08T22:22:28.186Z Downloaded base64 v0.21.7
8502026-05-08T22:22:28.189Z Downloaded memmap2 v0.9.10
8512026-05-08T22:22:28.189Z Downloaded darling_core v0.20.11
8522026-05-08T22:22:28.192Z Downloaded indexmap v1.9.3
8532026-05-08T22:22:28.195Z Downloaded owo-colors v4.3.0
8542026-05-08T22:22:28.195Z Downloaded oxide-tokio-rt v0.1.4
8552026-05-08T22:22:28.195Z Downloaded pin-utils v0.1.0
8562026-05-08T22:22:28.198Z Downloaded packed_struct v0.10.1
8572026-05-08T22:22:28.198Z Downloaded oxnet v0.1.4
8582026-05-08T22:22:28.198Z Downloaded ignore v0.4.25
8592026-05-08T22:22:28.201Z Downloaded half v2.7.1
8602026-05-08T22:22:28.205Z Downloaded proc-macro-crate v3.4.0
8612026-05-08T22:22:28.205Z Downloaded flume v0.11.1
8622026-05-08T22:22:28.211Z Downloaded heapless v0.7.17
8632026-05-08T22:22:28.211Z Downloaded bumpalo v3.20.2
8642026-05-08T22:22:28.211Z Downloaded cc v1.2.56
8652026-05-08T22:22:28.214Z Downloaded ed25519-dalek v2.2.0
8662026-05-08T22:22:28.214Z Downloaded crossbeam-channel v0.5.15
8672026-05-08T22:22:28.217Z Downloaded derive_more v2.1.1
8682026-05-08T22:22:28.221Z Downloaded precomputed-hash v0.1.1
8692026-05-08T22:22:28.224Z Downloaded phf_shared v0.13.1
8702026-05-08T22:22:28.224Z Downloaded crypto-bigint v0.5.5
8712026-05-08T22:22:28.229Z Downloaded predicates-tree v1.0.13
8722026-05-08T22:22:28.229Z Downloaded parking_lot_core v0.8.6
8732026-05-08T22:22:28.232Z Downloaded proc-macro-crate v1.3.1
8742026-05-08T22:22:28.232Z Downloaded ipnet v2.11.0
8752026-05-08T22:22:28.232Z Downloaded compact_str v0.8.1
8762026-05-08T22:22:28.235Z Downloaded progenitor-client v0.11.2
8772026-05-08T22:22:28.235Z Downloaded peg v0.8.5
8782026-05-08T22:22:28.238Z Downloaded parse-display-derive v0.10.0
8792026-05-08T22:22:28.239Z Downloaded num-rational v0.4.2
8802026-05-08T22:22:28.239Z Downloaded flate2 v1.1.9
8812026-05-08T22:22:28.242Z Downloaded password-hash v0.5.0
8822026-05-08T22:22:28.245Z Downloaded progenitor-client v0.14.0
8832026-05-08T22:22:28.245Z Downloaded progenitor-macro v0.14.0
8842026-05-08T22:22:28.245Z Downloaded progenitor-client v0.10.0
8852026-05-08T22:22:28.245Z Downloaded der v0.7.10
8862026-05-08T22:22:28.248Z Downloaded psl-types v2.0.11
8872026-05-08T22:22:28.248Z Downloaded paste v1.0.15
8882026-05-08T22:22:28.251Z Downloaded predicates-core v1.0.10
8892026-05-08T22:22:28.251Z Downloaded pem-rfc7468 v0.7.0
8902026-05-08T22:22:28.256Z Downloaded peg-macros v0.8.5
8912026-05-08T22:22:28.256Z Downloaded headers v0.4.1
8922026-05-08T22:22:28.259Z Downloaded phf v0.13.1
8932026-05-08T22:22:28.259Z Downloaded phf v0.12.1
8942026-05-08T22:22:28.259Z Downloaded progenitor-macro v0.10.0
8952026-05-08T22:22:28.259Z Downloaded pem v3.0.6
8962026-05-08T22:22:28.263Z Downloaded powerfmt v0.2.0
8972026-05-08T22:22:28.263Z Downloaded getrandom v0.3.4
8982026-05-08T22:22:28.300Z Downloaded progenitor-macro v0.13.0
8992026-05-08T22:22:28.300Z Downloaded omicron-zone-package v0.12.2
9002026-05-08T22:22:28.300Z Downloaded libbz2-rs-sys v0.2.2
9012026-05-08T22:22:28.300Z Downloaded quick-error v1.2.3
9022026-05-08T22:22:28.300Z Downloaded const-oid v0.9.6
9032026-05-08T22:22:28.300Z Downloaded pin-project-lite v0.2.17
9042026-05-08T22:22:28.300Z Downloaded libsw v3.5.0
9052026-05-08T22:22:28.300Z Downloaded libloading v0.8.9
9062026-05-08T22:22:28.301Z Downloaded pkg-config v0.3.32
9072026-05-08T22:22:28.301Z Downloaded radium v0.7.0
9082026-05-08T22:22:28.301Z Downloaded diesel_derives v2.3.7
9092026-05-08T22:22:28.301Z Downloaded rand_chacha v0.3.1
9102026-05-08T22:22:28.301Z Downloaded dropshot-api-manager v0.7.1
9112026-05-08T22:22:28.305Z Downloaded rand_xorshift v0.4.0
9122026-05-08T22:22:28.305Z Downloaded postgres-protocol v0.6.10
9132026-05-08T22:22:28.305Z Downloaded polyval v0.6.2
9142026-05-08T22:22:28.305Z Downloaded ppv-lite86 v0.2.21
9152026-05-08T22:22:28.305Z Downloaded heapless v0.8.0
9162026-05-08T22:22:28.305Z Downloaded recursive-proc-macro-impl v0.1.1
9172026-05-08T22:22:28.305Z Downloaded recursive v0.1.1
9182026-05-08T22:22:28.305Z Downloaded parking_lot v0.11.2
9192026-05-08T22:22:28.308Z Downloaded progenitor-client v0.13.0
9202026-05-08T22:22:28.308Z Downloaded password-hash v0.4.2
9212026-05-08T22:22:28.309Z Downloaded proc-macro-error2 v2.0.1
9222026-05-08T22:22:28.309Z Downloaded predicates v3.1.4
9232026-05-08T22:22:28.312Z Downloaded ref-cast v1.0.25
9242026-05-08T22:22:28.312Z Downloaded pkcs8 v0.10.2
9252026-05-08T22:22:28.315Z Downloaded ref-cast-impl v1.0.25
9262026-05-08T22:22:28.315Z Downloaded hickory-resolver v0.24.4
9272026-05-08T22:22:28.318Z Downloaded progenitor-extras v0.2.0
9282026-05-08T22:22:28.318Z Downloaded rtoolbox v0.0.3
9292026-05-08T22:22:28.321Z Downloaded progenitor v0.14.0
9302026-05-08T22:22:28.321Z Downloaded progenitor v0.13.0
9312026-05-08T22:22:28.321Z Downloaded async-compression v0.4.41
9322026-05-08T22:22:28.324Z Downloaded proc-macro-error-attr2 v2.0.0
9332026-05-08T22:22:28.329Z Downloaded litrs v1.0.0
9342026-05-08T22:22:28.332Z Downloaded hickory-resolver v0.25.2
9352026-05-08T22:22:28.332Z Downloaded progenitor-macro v0.11.2
9362026-05-08T22:22:28.335Z Downloaded papergrid v0.17.0
9372026-05-08T22:22:28.339Z Downloaded rustc_version v0.1.7
9382026-05-08T22:22:28.342Z Downloaded russh-cryptovec v0.7.3
9392026-05-08T22:22:28.342Z Downloaded p256 v0.13.2
9402026-05-08T22:22:28.345Z Downloaded parking_lot v0.12.5
9412026-05-08T22:22:28.348Z Downloaded pkcs1 v0.7.5
9422026-05-08T22:22:28.351Z Downloaded indicatif v0.18.4
9432026-05-08T22:22:28.351Z Downloaded derive_more-impl v2.1.1
9442026-05-08T22:22:28.354Z Downloaded psm v0.1.30
9452026-05-08T22:22:28.358Z Downloaded rfc6979 v0.4.0
9462026-05-08T22:22:28.361Z Downloaded rand_seeder v0.4.0
9472026-05-08T22:22:28.364Z Downloaded pkcs5 v0.7.1
9482026-05-08T22:22:28.364Z Downloaded rand_core v0.6.4
9492026-05-08T22:22:28.366Z Downloaded rand_chacha v0.9.0
9502026-05-08T22:22:28.367Z Downloaded pin-project-internal v1.1.11
9512026-05-08T22:22:28.369Z Downloaded rustc_version v0.4.1
9522026-05-08T22:22:28.378Z Downloaded sapling-renderdag v0.1.0
9532026-05-08T22:22:28.381Z Downloaded salsa20 v0.10.2
9542026-05-08T22:22:28.381Z Downloaded rand_core v0.9.5
9552026-05-08T22:22:28.384Z Downloaded parking_lot_core v0.9.12
9562026-05-08T22:22:28.384Z Downloaded progenitor v0.10.0
9572026-05-08T22:22:28.388Z Downloaded scopeguard v1.2.0
9582026-05-08T22:22:28.388Z Downloaded postgres-types v0.2.12
9592026-05-08T22:22:28.391Z Downloaded poly1305 v0.8.0
9602026-05-08T22:22:28.391Z Downloaded jiff-static v0.2.21
9612026-05-08T22:22:28.394Z Downloaded resolv-conf v0.7.6
9622026-05-08T22:22:28.398Z Downloaded scheduled-thread-pool v0.2.7
9632026-05-08T22:22:28.401Z Downloaded same-file v1.0.6
9642026-05-08T22:22:28.404Z Downloaded secrecy v0.10.3
9652026-05-08T22:22:28.404Z Downloaded scrypt v0.11.0
9662026-05-08T22:22:28.404Z Downloaded seq-macro v0.3.6
9672026-05-08T22:22:28.407Z Downloaded semver v0.1.20
9682026-05-08T22:22:28.407Z Downloaded serde_bytes v0.11.19
9692026-05-08T22:22:28.407Z Downloaded serde-big-array v0.5.1
9702026-05-08T22:22:28.410Z Downloaded rand_core v0.10.0
9712026-05-08T22:22:28.410Z Downloaded secrecy v0.8.0
9722026-05-08T22:22:28.415Z Downloaded minimal-lexical v0.2.1
9732026-05-08T22:22:28.424Z Downloaded rustc-hash v2.1.1
9742026-05-08T22:22:28.430Z Downloaded serde_plain v1.0.2
9752026-05-08T22:22:28.433Z Downloaded hyper-util v0.1.20
9762026-05-08T22:22:28.436Z Downloaded miniz_oxide v0.8.9
9772026-05-08T22:22:28.441Z Downloaded hashbrown v0.13.2
9782026-05-08T22:22:28.441Z Downloaded serde_urlencoded v0.7.1
9792026-05-08T22:22:28.445Z Downloaded serde_spanned v1.0.4
9802026-05-08T22:22:28.445Z Downloaded rusty-fork v0.3.1
9812026-05-08T22:22:28.445Z Downloaded serde_repr v0.1.20
9822026-05-08T22:22:28.445Z Downloaded rustls-pemfile v1.0.4
9832026-05-08T22:22:28.450Z Downloaded rustls-pemfile v2.2.0
9842026-05-08T22:22:28.450Z Downloaded shell-words v1.1.1
9852026-05-08T22:22:28.450Z Downloaded sha1 v0.10.6
9862026-05-08T22:22:28.450Z Downloaded primeorder v0.13.6
9872026-05-08T22:22:28.453Z Downloaded prefix-trie v0.7.0
9882026-05-08T22:22:28.453Z Downloaded sigpipe v0.1.3
9892026-05-08T22:22:28.453Z Downloaded signal-hook-tokio v0.3.1
9902026-05-08T22:22:28.453Z Downloaded signal-hook-mio v0.2.5
9912026-05-08T22:22:28.455Z Downloaded postcard v1.1.3
9922026-05-08T22:22:28.456Z Downloaded r2d2 v0.8.10
9932026-05-08T22:22:28.459Z Downloaded openssl-sys v0.9.114
9942026-05-08T22:22:28.462Z Downloaded rustls-native-certs v0.8.3
9952026-05-08T22:22:28.462Z Downloaded ar_archive_writer v0.5.1
9962026-05-08T22:22:28.465Z Downloaded signature v2.2.0
9972026-05-08T22:22:28.465Z Downloaded hashbrown v0.12.3
9982026-05-08T22:22:28.471Z Downloaded schemars_derive v0.8.22
9992026-05-08T22:22:28.474Z Downloaded progenitor-impl v0.14.0
10002026-05-08T22:22:28.474Z Downloaded progenitor-impl v0.13.0
10012026-05-08T22:22:28.478Z Downloaded progenitor v0.11.2
10022026-05-08T22:22:28.480Z Downloaded scroll_derive v0.13.1
10032026-05-08T22:22:28.485Z Downloaded sct v0.7.1
10042026-05-08T22:22:28.485Z Downloaded scroll v0.13.0
10052026-05-08T22:22:28.490Z Downloaded slog-bunyan v2.5.0
10062026-05-08T22:22:28.490Z Downloaded slog-envlogger v2.2.0
10072026-05-08T22:22:28.497Z Downloaded progenitor-impl v0.10.0
10082026-05-08T22:22:28.497Z Downloaded hickory-server v0.25.2
10092026-05-08T22:22:28.500Z Downloaded oso v0.27.3
10102026-05-08T22:22:28.500Z Downloaded pin-project v1.1.11
10112026-05-08T22:22:28.506Z Downloaded sec1 v0.7.3
10122026-05-08T22:22:28.509Z Downloaded russh-keys v0.45.0
10132026-05-08T22:22:28.512Z Downloaded http v1.4.0
10142026-05-08T22:22:28.516Z Downloaded serde_path_to_error v0.1.20
10152026-05-08T22:22:28.519Z Downloaded serde_derive_internals v0.29.1
10162026-05-08T22:22:28.519Z Downloaded crossterm v0.28.1
10172026-05-08T22:22:28.523Z Downloaded ssh-cipher v0.2.0
10182026-05-08T22:22:28.526Z Downloaded structmeta-derive v0.3.0
10192026-05-08T22:22:28.529Z Downloaded sqlparser_derive v0.5.0
10202026-05-08T22:22:28.529Z Downloaded ssh-encoding v0.2.0
10212026-05-08T22:22:28.532Z Downloaded structmeta v0.3.0
10222026-05-08T22:22:28.535Z Downloaded strip-ansi-escapes v0.2.1
10232026-05-08T22:22:28.535Z Downloaded shlex v1.3.0
10242026-05-08T22:22:28.535Z Downloaded signal-hook-registry v1.4.8
10252026-05-08T22:22:28.541Z Downloaded rcgen v0.12.1
10262026-05-08T22:22:28.541Z Downloaded rustversion v1.0.22
10272026-05-08T22:22:28.541Z Downloaded rustls-pki-types v1.14.0
10282026-05-08T22:22:28.545Z Downloaded mio v1.2.0
10292026-05-08T22:22:28.547Z Downloaded strum v0.26.3
10302026-05-08T22:22:28.548Z Downloaded slab v0.4.12
10312026-05-08T22:22:28.548Z Downloaded siphasher v1.0.2
10322026-05-08T22:22:28.551Z Downloaded simd-adler32 v0.3.8
10332026-05-08T22:22:28.551Z Downloaded prettyplease v0.2.37
10342026-05-08T22:22:28.554Z Downloaded progenitor-impl v0.11.2
10352026-05-08T22:22:28.554Z Downloaded itertools v0.10.5
10362026-05-08T22:22:28.557Z Downloaded strum v0.27.2
10372026-05-08T22:22:28.560Z Downloaded slog-dtrace v0.3.0
10382026-05-08T22:22:28.563Z Downloaded slog-async v2.8.0
10392026-05-08T22:22:28.566Z Downloaded aes v0.8.4
10402026-05-08T22:22:28.569Z Downloaded slog-stdlog v4.1.1
10412026-05-08T22:22:28.569Z Downloaded subtle v2.6.1
10422026-05-08T22:22:28.569Z Downloaded slog-json v2.6.1
10432026-05-08T22:22:28.572Z Downloaded slog-scope v4.4.1
10442026-05-08T22:22:28.572Z Downloaded tabwriter v1.4.1
10452026-05-08T22:22:28.575Z Downloaded sync_wrapper v1.0.2
10462026-05-08T22:22:28.575Z Downloaded tabled_derive v0.11.0
10472026-05-08T22:22:28.577Z Downloaded quinn-udp v0.5.14
10482026-05-08T22:22:28.580Z Downloaded sync-ptr v0.1.4
10492026-05-08T22:22:28.584Z Downloaded smf v0.2.3
10502026-05-08T22:22:28.584Z Downloaded thiserror-impl-no-std v2.0.2
10512026-05-08T22:22:28.584Z Downloaded snafu-derive v0.8.9
10522026-05-08T22:22:28.587Z Downloaded crossterm v0.29.0
10532026-05-08T22:22:28.590Z Downloaded take_mut v0.2.2
10542026-05-08T22:22:28.590Z Downloaded tagptr v0.2.0
10552026-05-08T22:22:28.593Z Downloaded sqlformat v0.3.5
10562026-05-08T22:22:28.593Z Downloaded ron v0.8.1
10572026-05-08T22:22:28.596Z Downloaded hashbrown v0.15.5
10582026-05-08T22:22:28.599Z Downloaded time-core v0.1.8
10592026-05-08T22:22:28.602Z Downloaded testing_table v0.3.0
10602026-05-08T22:22:28.602Z Downloaded termtree v0.5.1
10612026-05-08T22:22:28.602Z Downloaded supports-color v3.0.2
10622026-05-08T22:22:28.605Z Downloaded spki v0.7.3
10632026-05-08T22:22:28.605Z Downloaded stacker v0.1.23
10642026-05-08T22:22:28.610Z Downloaded rustls-platform-verifier v0.6.2
10652026-05-08T22:22:28.610Z Downloaded serde_with_macros v3.17.0
10662026-05-08T22:22:28.614Z Downloaded ryu v1.0.23
10672026-05-08T22:22:28.614Z Downloaded tinyvec_macros v0.1.1
10682026-05-08T22:22:28.614Z Downloaded thread-id v5.1.0
10692026-05-08T22:22:28.617Z Downloaded strum_macros v0.24.3
10702026-05-08T22:22:28.617Z Downloaded tokio-macros v2.7.0
10712026-05-08T22:22:28.617Z Downloaded pretty_assertions v1.4.1
10722026-05-08T22:22:28.620Z Downloaded stringprep v0.1.5
10732026-05-08T22:22:28.620Z Downloaded static_assertions v1.1.0
10742026-05-08T22:22:28.620Z Downloaded string_cache v0.8.9
10752026-05-08T22:22:28.634Z Downloaded rayon-core v1.13.0
10762026-05-08T22:22:28.640Z Downloaded slog-term v2.9.2
10772026-05-08T22:22:28.644Z Downloaded aes-gcm v0.10.3
10782026-05-08T22:22:28.648Z Downloaded quinn v0.11.9
10792026-05-08T22:22:28.653Z Downloaded smallvec v0.6.14
10802026-05-08T22:22:28.653Z Downloaded support-bundle-viewer v0.1.2
10812026-05-08T22:22:28.653Z Downloaded strum_macros v0.27.2
10822026-05-08T22:22:28.657Z Downloaded strum_macros v0.26.4
10832026-05-08T22:22:28.657Z Downloaded publicsuffix v2.3.0
10842026-05-08T22:22:28.657Z Downloaded serde-hex v0.1.0
10852026-05-08T22:22:28.660Z Downloaded termios v0.3.3
10862026-05-08T22:22:28.660Z Downloaded topological-sort v0.2.2
10872026-05-08T22:22:28.660Z Downloaded num-bigint v0.4.6
10882026-05-08T22:22:28.664Z Downloaded thiserror-no-std v2.0.2
10892026-05-08T22:22:28.667Z Downloaded serde_cbor v0.11.2
10902026-05-08T22:22:28.671Z Downloaded tower-service v0.3.3
10912026-05-08T22:22:28.680Z Downloaded libxml v0.3.3
10922026-05-08T22:22:28.682Z Downloaded tls_codec v0.4.2
10932026-05-08T22:22:28.685Z Downloaded iddqd v0.3.18
10942026-05-08T22:22:28.688Z Downloaded tower-layer v0.3.3
10952026-05-08T22:22:28.688Z Downloaded trait-variant v0.1.2
10962026-05-08T22:22:28.692Z Downloaded spin v0.9.8
10972026-05-08T22:22:28.692Z Downloaded signal-hook v0.3.18
10982026-05-08T22:22:28.697Z Downloaded rand v0.8.5
10992026-05-08T22:22:28.697Z Downloaded tokio-dtrace v0.1.1
11002026-05-08T22:22:28.701Z Downloaded unarray v0.1.4
11012026-05-08T22:22:28.702Z Downloaded typify-macro v0.4.3
11022026-05-08T22:22:28.702Z Downloaded try-lock v0.2.5
11032026-05-08T22:22:28.702Z Downloaded num-bigint-dig v0.8.6
11042026-05-08T22:22:28.704Z Downloaded tiny-keccak v2.0.2
11052026-05-08T22:22:28.705Z Downloaded thread_local v1.1.9
11062026-05-08T22:22:28.707Z Downloaded tokio-rustls v0.25.0
11072026-05-08T22:22:28.713Z Downloaded itertools v0.12.1
11082026-05-08T22:22:28.716Z Downloaded similar v2.7.0
11092026-05-08T22:22:28.719Z Downloaded unicode-truncate v1.1.0
11102026-05-08T22:22:28.719Z Downloaded slog v2.8.2
11112026-05-08T22:22:28.722Z Downloaded universal-hash v0.5.1
11122026-05-08T22:22:28.722Z Downloaded futures-util v0.3.32
11132026-05-08T22:22:28.726Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11142026-05-08T22:22:28.730Z Downloaded tokio-native-tls v0.3.1
11152026-05-08T22:22:28.730Z Downloaded usdt-macro v0.6.0
11162026-05-08T22:22:28.733Z Downloaded schemars v0.9.0
11172026-05-08T22:22:28.739Z Downloaded utf-8 v0.7.6
11182026-05-08T22:22:28.743Z Downloaded usdt-attr-macro v0.6.0
11192026-05-08T22:22:28.743Z Downloaded nom v7.1.3
11202026-05-08T22:22:28.743Z Downloaded usdt v0.6.0
11212026-05-08T22:22:28.747Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11222026-05-08T22:22:28.747Z Downloaded socket2 v0.5.10
11232026-05-08T22:22:28.747Z Downloaded untrusted v0.7.1
11242026-05-08T22:22:28.747Z Downloaded unit-prefix v0.5.2
11252026-05-08T22:22:28.747Z Downloaded untrusted v0.9.0
11262026-05-08T22:22:28.750Z Downloaded toml_writer v1.0.6+spec-1.1.0
11272026-05-08T22:22:28.750Z Downloaded tokio-tungstenite v0.21.0
11282026-05-08T22:22:28.750Z Downloaded tap v1.0.1
11292026-05-08T22:22:28.751Z Downloaded schemars v0.8.22
11302026-05-08T22:22:28.757Z Downloaded void v1.0.2
11312026-05-08T22:22:28.760Z Downloaded qorb v0.4.1
11322026-05-08T22:22:28.764Z Downloaded wait-timeout v0.2.1
11332026-05-08T22:22:28.764Z Downloaded time-macros v0.2.27
11342026-05-08T22:22:28.764Z Downloaded rand v0.9.2
11352026-05-08T22:22:28.767Z Downloaded serde_yaml v0.9.34+deprecated
11362026-05-08T22:22:28.770Z Downloaded itertools v0.13.0
11372026-05-08T22:22:28.773Z Downloaded rustls-webpki v0.103.9
11382026-05-08T22:22:28.778Z Downloaded want v0.3.1
11392026-05-08T22:22:28.778Z Downloaded rand v0.10.0
11402026-05-08T22:22:28.780Z Downloaded waitgroup v0.1.2
11412026-05-08T22:22:28.780Z Downloaded hashbrown v0.16.1
11422026-05-08T22:22:28.783Z Downloaded rsa v0.9.10
11432026-05-08T22:22:28.787Z Downloaded samael v0.0.19
11442026-05-08T22:22:28.791Z Downloaded tui-tree-widget v0.23.1
11452026-05-08T22:22:28.791Z Downloaded tokio-stream v0.1.18
11462026-05-08T22:22:28.794Z Downloaded typify-macro v0.6.2
11472026-05-08T22:22:28.795Z Downloaded tokio-tungstenite v0.23.1
11482026-05-08T22:22:28.797Z Downloaded tls_codec_derive v0.4.2
11492026-05-08T22:22:28.798Z Downloaded tokio-rustls v0.26.4
11502026-05-08T22:22:28.798Z Downloaded tokio-rustls v0.24.1
11512026-05-08T22:22:28.801Z Downloaded iri-string v0.7.10
11522026-05-08T22:22:28.805Z Downloaded xattr v1.6.1
11532026-05-08T22:22:28.805Z Downloaded subprocess v0.2.15
11542026-05-08T22:22:28.810Z Downloaded xshell-macros v0.2.7
11552026-05-08T22:22:28.810Z Downloaded itertools v0.14.0
11562026-05-08T22:22:28.812Z Downloaded term v0.7.0
11572026-05-08T22:22:28.812Z Downloaded term v1.2.1
11582026-05-08T22:22:28.815Z Downloaded hkdf v0.12.4
11592026-05-08T22:22:28.818Z Downloaded unicase v2.9.0
11602026-05-08T22:22:28.823Z Downloaded zeroize_derive v1.4.3
11612026-05-08T22:22:28.826Z Downloaded toml_parser v1.0.9+spec-1.1.0
11622026-05-08T22:22:28.826Z Downloaded usdt-impl v0.6.0
11632026-05-08T22:22:28.829Z Downloaded vergen-gitcl v1.0.8
11642026-05-08T22:22:28.832Z Downloaded uzers v0.12.2
11652026-05-08T22:22:28.832Z Downloaded snafu v0.8.9
11662026-05-08T22:22:28.835Z Downloaded zone_cfg_derive v0.3.1
11672026-05-08T22:22:28.838Z Downloaded test-strategy v0.4.5
11682026-05-08T22:22:28.841Z Downloaded socket2 v0.6.3
11692026-05-08T22:22:28.841Z Downloaded vergen-lib v0.1.6
11702026-05-08T22:22:28.846Z Downloaded vergen-git2 v1.0.7
11712026-05-08T22:22:28.846Z Downloaded tracing-attributes v0.1.31
11722026-05-08T22:22:28.850Z Downloaded h2 v0.4.13
11732026-05-08T22:22:28.853Z Downloaded whoami v2.1.0
11742026-05-08T22:22:28.858Z Downloaded walkdir v2.5.0
11752026-05-08T22:22:28.860Z Downloaded tinyvec v1.10.0
11762026-05-08T22:22:28.863Z Downloaded blake3 v1.8.3
11772026-05-08T22:22:28.868Z Downloaded p521 v0.13.3
11782026-05-08T22:22:28.870Z Downloaded unicode-properties v0.1.4
11792026-05-08T22:22:28.873Z Downloaded whoami v1.6.1
11802026-05-08T22:22:28.873Z Downloaded schemars v1.2.1
11812026-05-08T22:22:28.906Z Downloaded wyz v0.5.1
11822026-05-08T22:22:28.919Z Downloaded xshell v0.2.7
11832026-05-08T22:22:28.919Z Downloaded libm v0.2.16
11842026-05-08T22:22:28.919Z Downloaded toml v0.7.8
11852026-05-08T22:22:28.919Z Downloaded tar v0.4.45
11862026-05-08T22:22:28.919Z Downloaded zeroize v1.8.2
11872026-05-08T22:22:28.919Z Downloaded zone v0.3.1
11882026-05-08T22:22:28.919Z Downloaded zstd v0.13.3
11892026-05-08T22:22:28.919Z Downloaded vergen v9.0.6
11902026-05-08T22:22:28.922Z Downloaded tungstenite v0.23.0
11912026-05-08T22:22:28.922Z Downloaded vsss-rs v3.3.4
11922026-05-08T22:22:28.922Z Downloaded rustyline v14.0.0
11932026-05-08T22:22:28.922Z Downloaded twox-hash v2.1.2
11942026-05-08T22:22:28.922Z Downloaded russh v0.45.0
11952026-05-08T22:22:28.922Z Downloaded zstd-safe v7.2.4
11962026-05-08T22:22:28.925Z Downloaded steno v0.4.1
11972026-05-08T22:22:28.925Z Downloaded aho-corasick v1.1.4
11982026-05-08T22:22:28.928Z Downloaded tungstenite v0.21.0
11992026-05-08T22:22:28.931Z Downloaded typify v0.4.3
12002026-05-08T22:22:28.941Z Downloaded unsafe-libyaml v0.2.11
12012026-05-08T22:22:28.944Z Downloaded hyper v1.8.1
12022026-05-08T22:22:28.956Z Downloaded toml_edit v0.23.10+spec-1.0.0
12032026-05-08T22:22:28.960Z Downloaded toml v1.0.6+spec-1.1.0
12042026-05-08T22:22:28.964Z Downloaded yasna v0.5.2
12052026-05-08T22:22:28.974Z Downloaded vte v0.14.1
12062026-05-08T22:22:28.976Z Downloaded bitvec v1.0.1
12072026-05-08T22:22:28.984Z Downloaded aws-lc-rs v1.16.0
12082026-05-08T22:22:28.989Z Downloaded typify v0.6.2
12092026-05-08T22:22:28.992Z Downloaded tracing-core v0.1.36
12102026-05-08T22:22:28.995Z Downloaded toml v0.9.12+spec-1.1.0
12112026-05-08T22:22:28.999Z Downloaded rpassword v7.4.0
12122026-05-08T22:22:29.007Z Downloaded uuid v1.23.0
12132026-05-08T22:22:29.007Z Downloaded tokio-postgres v0.7.16
12142026-05-08T22:22:29.013Z Downloaded unicode-bidi v0.3.18
12152026-05-08T22:22:29.013Z Downloaded toml_edit v0.19.15
12162026-05-08T22:22:29.019Z Downloaded git2 v0.20.4
12172026-05-08T22:22:29.023Z Downloaded regex v1.12.3
12182026-05-08T22:22:29.037Z Downloaded reedline v0.40.0
12192026-05-08T22:22:29.043Z Downloaded zerocopy v0.6.6
12202026-05-08T22:22:29.049Z Downloaded zip v0.6.6
12212026-05-08T22:22:29.053Z Downloaded zopfli v0.8.3
12222026-05-08T22:22:29.053Z Downloaded ssh-key v0.6.7
12232026-05-08T22:22:29.056Z Downloaded p384 v0.13.1
12242026-05-08T22:22:29.063Z Downloaded bindgen v0.71.1
12252026-05-08T22:22:29.068Z Downloaded chrono v0.4.44
12262026-05-08T22:22:29.072Z Downloaded rayon v1.11.0
12272026-05-08T22:22:29.086Z Downloaded reqwest v0.12.28
12282026-05-08T22:22:29.090Z Downloaded unicode_categories v0.1.1
12292026-05-08T22:22:29.102Z Downloaded portable-atomic v1.13.1
12302026-05-08T22:22:29.106Z Downloaded x509-cert v0.2.5
12312026-05-08T22:22:29.108Z Downloaded tower v0.5.3
12322026-05-08T22:22:29.114Z Downloaded moka v0.12.13
12332026-05-08T22:22:29.122Z Downloaded goblin v0.10.5
12342026-05-08T22:22:29.126Z Downloaded typed-path v0.9.3
12352026-05-08T22:22:29.134Z Downloaded unicode-segmentation v1.12.0
12362026-05-08T22:22:29.140Z Downloaded quick-xml v0.37.5
12372026-05-08T22:22:29.150Z Downloaded yansi v1.0.1
12382026-05-08T22:22:29.155Z Downloaded zip v4.6.1
12392026-05-08T22:22:29.158Z Downloaded zerocopy-derive v0.8.40
12402026-05-08T22:22:29.162Z Downloaded rustls-webpki v0.101.7
12412026-05-08T22:22:29.173Z Downloaded reqwest v0.13.2
12422026-05-08T22:22:29.177Z Downloaded salty v0.3.0
12432026-05-08T22:22:29.180Z Downloaded petname v2.0.2
12442026-05-08T22:22:29.180Z Downloaded proptest v1.10.0
12452026-05-08T22:22:29.184Z Downloaded object v0.30.4
12462026-05-08T22:22:29.190Z Downloaded lalrpop v0.19.12
12472026-05-08T22:22:29.216Z Downloaded quinn-proto v0.11.13
12482026-05-08T22:22:29.237Z Downloaded unicode-normalization v0.1.25
12492026-05-08T22:22:29.245Z Downloaded winnow v0.6.26
12502026-05-08T22:22:29.250Z Downloaded bstr v1.12.1
12512026-05-08T22:22:29.263Z Downloaded tower-http v0.6.8
12522026-05-08T22:22:29.267Z Downloaded radix_trie v0.2.1
12532026-05-08T22:22:29.282Z Downloaded tabled v0.20.0
12542026-05-08T22:22:29.291Z Downloaded tokio-util v0.7.18
12552026-05-08T22:22:29.295Z Downloaded serde_with v3.17.0
12562026-05-08T22:22:29.303Z Downloaded rustls-webpki v0.102.8
12572026-05-08T22:22:29.313Z Downloaded tough v0.20.0
12582026-05-08T22:22:29.317Z Downloaded smoltcp v0.9.1
12592026-05-08T22:22:29.323Z Downloaded nix v0.27.1
12602026-05-08T22:22:29.329Z Downloaded nix v0.31.2
12612026-05-08T22:22:29.336Z Downloaded object v0.37.3
12622026-05-08T22:22:29.342Z Downloaded curve25519-dalek v4.1.3
12632026-05-08T22:22:29.350Z Downloaded zlib-rs v0.6.2
12642026-05-08T22:22:29.354Z Downloaded winnow v0.5.40
12652026-05-08T22:22:29.388Z Downloaded openssl v0.10.78
12662026-05-08T22:22:29.393Z Downloaded regex-syntax v0.8.10
12672026-05-08T22:22:29.401Z Downloaded regress v0.11.1
12682026-05-08T22:22:29.406Z Downloaded polar-core v0.27.3
12692026-05-08T22:22:29.411Z Downloaded regress v0.10.5
12702026-05-08T22:22:29.416Z Downloaded hickory-proto v0.25.2
12712026-05-08T22:22:29.424Z Downloaded nix v0.28.0
12722026-05-08T22:22:29.430Z Downloaded dropshot v0.17.0
12732026-05-08T22:22:29.442Z Downloaded rustls v0.21.12
12742026-05-08T22:22:29.448Z Downloaded dropshot v0.16.7
12752026-05-08T22:22:29.461Z Downloaded regex-syntax v0.6.29
12762026-05-08T22:22:29.465Z Downloaded time v0.3.47
12772026-05-08T22:22:29.472Z Downloaded hickory-proto v0.24.4
12782026-05-08T22:22:29.481Z Downloaded nix v0.29.0
12792026-05-08T22:22:29.488Z Downloaded vcpkg v0.2.15
12802026-05-08T22:22:29.513Z Downloaded openapiv3 v2.2.0
12812026-05-08T22:22:29.529Z Downloaded webpki-roots v1.0.6
12822026-05-08T22:22:29.532Z Downloaded rustls v0.22.4
12832026-05-08T22:22:29.539Z Downloaded sled v0.34.7
12842026-05-08T22:22:29.546Z Downloaded zerocopy v0.8.40
12852026-05-08T22:22:29.552Z Downloaded smoltcp v0.11.0
12862026-05-08T22:22:29.559Z Downloaded ratatui v0.29.0
12872026-05-08T22:22:29.570Z Downloaded rustix v0.38.44
12882026-05-08T22:22:29.583Z Downloaded rustls v0.23.37
12892026-05-08T22:22:29.590Z Downloaded bzip2-sys v0.1.13+1.0.8
12902026-05-08T22:22:29.598Z Downloaded diesel v2.3.7
12912026-05-08T22:22:29.623Z Downloaded regex-automata v0.4.14
12922026-05-08T22:22:29.633Z Downloaded sqlparser v0.61.0
12932026-05-08T22:22:29.644Z Downloaded zerocopy-derive v0.6.6
12942026-05-08T22:22:29.659Z Downloaded tracing v0.1.44
12952026-05-08T22:22:29.672Z Downloaded typify-impl v0.4.3
12962026-05-08T22:22:29.682Z Downloaded typify-impl v0.6.2
12972026-05-08T22:22:29.691Z Downloaded jiff v0.2.21
12982026-05-08T22:22:29.702Z Downloaded petgraph v0.6.5
12992026-05-08T22:22:29.716Z Downloaded chrono-tz v0.10.4
13002026-05-08T22:22:29.726Z Downloaded petgraph v0.8.3
13012026-05-08T22:22:29.739Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13022026-05-08T22:22:29.755Z Downloaded sha3 v0.10.8
13032026-05-08T22:22:29.762Z Downloaded csv v1.4.0
13042026-05-08T22:22:29.776Z Downloaded libz-sys v1.1.24
13052026-05-08T22:22:29.814Z Downloaded tokio v1.52.1
13062026-05-08T22:22:29.847Z Downloaded ring v0.17.14
13072026-05-08T22:22:29.872Z Downloaded encoding_rs v0.8.35
13082026-05-08T22:22:29.911Z Downloaded libgit2-sys v0.18.3+1.9.2
13092026-05-08T22:22:30.454Z Downloaded aws-lc-sys v0.37.1
13102026-05-08T22:22:30.703Z Compiling libc v0.2.185
13112026-05-08T22:22:30.703Z Compiling serde v1.0.228
13122026-05-08T22:22:30.706Z Compiling shlex v1.3.0
13132026-05-08T22:22:30.706Z Compiling find-msvc-tools v0.1.9
13142026-05-08T22:22:30.845Z Compiling log v0.4.29
13152026-05-08T22:22:30.847Z Compiling smallvec v1.15.1
13162026-05-08T22:22:30.854Z Compiling syn v2.0.117
13172026-05-08T22:22:30.862Z Compiling typenum v1.19.0
13182026-05-08T22:22:31.035Z Compiling generic-array v0.14.7
13192026-05-08T22:22:31.058Z Compiling subtle v2.6.1
13202026-05-08T22:22:31.092Z Compiling scopeguard v1.2.0
13212026-05-08T22:22:31.114Z Compiling const-oid v0.9.6
13222026-05-08T22:22:31.178Z Compiling portable-atomic v1.13.1
13232026-05-08T22:22:31.206Z Compiling lock_api v0.4.14
13242026-05-08T22:22:31.241Z Compiling zerocopy v0.8.40
13252026-05-08T22:22:31.291Z Compiling serde_json v1.0.149
13262026-05-08T22:22:31.426Z Compiling critical-section v1.2.0
13272026-05-08T22:22:31.493Z Compiling parking_lot_core v0.9.12
13282026-05-08T22:22:31.532Z Compiling pin-project-lite v0.2.17
13292026-05-08T22:22:31.671Z Compiling getrandom v0.2.17
13302026-05-08T22:22:31.697Z Compiling jobserver v0.1.34
13312026-05-08T22:22:31.722Z Compiling errno v0.3.14
13322026-05-08T22:22:31.847Z Compiling rand_core v0.6.4
13332026-05-08T22:22:31.875Z Compiling pkg-config v0.3.32
13342026-05-08T22:22:31.888Z Compiling cc v1.2.56
13352026-05-08T22:22:32.067Z Compiling signal-hook-registry v1.4.8
13362026-05-08T22:22:32.128Z Compiling once_cell v1.21.3
13372026-05-08T22:22:32.184Z Compiling bitflags v2.11.0
13382026-05-08T22:22:32.222Z Compiling libm v0.2.16
13392026-05-08T22:22:32.339Z Compiling parking_lot v0.12.5
13402026-05-08T22:22:32.343Z Compiling mio v1.2.0
13412026-05-08T22:22:32.403Z Compiling num-traits v0.2.19
13422026-05-08T22:22:32.419Z Compiling futures-core v0.3.32
13432026-05-08T22:22:32.572Z Compiling percent-encoding v2.3.2
13442026-05-08T22:22:32.697Z Compiling socket2 v0.6.3
13452026-05-08T22:22:32.742Z Compiling futures-sink v0.3.32
13462026-05-08T22:22:32.756Z Compiling cpufeatures v0.2.17
13472026-05-08T22:22:32.759Z Compiling slab v0.4.12
13482026-05-08T22:22:32.805Z Compiling futures-io v0.3.32
13492026-05-08T22:22:32.830Z Compiling futures-channel v0.3.32
13502026-05-08T22:22:32.856Z Compiling getrandom v0.4.1
13512026-05-08T22:22:32.941Z Compiling futures-task v0.3.32
13522026-05-08T22:22:32.955Z Compiling getrandom v0.3.4
13532026-05-08T22:22:33.053Z Compiling rustversion v1.0.22
13542026-05-08T22:22:33.091Z Compiling rand_core v0.10.0
13552026-05-08T22:22:33.107Z Compiling indexmap v2.14.0
13562026-05-08T22:22:33.206Z Compiling form_urlencoded v1.2.2
13572026-05-08T22:22:33.418Z Compiling cmake v0.1.57
13582026-05-08T22:22:33.491Z Compiling base64ct v1.8.3
13592026-05-08T22:22:33.665Z Compiling synstructure v0.13.2
13602026-05-08T22:22:33.800Z Compiling fs_extra v1.3.0
13612026-05-08T22:22:33.894Z Compiling ident_case v1.0.1
13622026-05-08T22:22:33.921Z Compiling dunce v1.0.5
13632026-05-08T22:22:34.000Z Compiling pem-rfc7468 v0.7.0
13642026-05-08T22:22:34.016Z Compiling flagset v0.4.7
13652026-05-08T22:22:34.029Z Compiling rand_core v0.9.5
13662026-05-08T22:22:34.057Z Compiling iana-time-zone v0.1.65
13672026-05-08T22:22:34.076Z Compiling aws-lc-sys v0.37.1
13682026-05-08T22:22:34.128Z Compiling rustix v1.1.3
13692026-05-08T22:22:34.144Z Compiling ring v0.17.14
13702026-05-08T22:22:34.258Z Compiling uuid v1.23.0
13712026-05-08T22:22:34.309Z Compiling rustc_version v0.4.1
13722026-05-08T22:22:34.322Z Compiling vcpkg v0.2.15
13732026-05-08T22:22:34.364Z Compiling regex-syntax v0.8.10
13742026-05-08T22:22:34.647Z Compiling aws-lc-rs v1.16.0
13752026-05-08T22:22:34.969Z Compiling tracing-core v0.1.36
13762026-05-08T22:22:34.985Z Compiling pest_generator v2.8.6
13772026-05-08T22:22:35.077Z Compiling openssl-sys v0.9.114
13782026-05-08T22:22:35.494Z Compiling serde_derive v1.0.228
13792026-05-08T22:22:35.520Z Compiling zeroize_derive v1.4.3
13802026-05-08T22:22:35.603Z Compiling zerofrom-derive v0.1.6
13812026-05-08T22:22:35.698Z Compiling yoke-derive v0.8.1
13822026-05-08T22:22:35.901Z Compiling zerocopy-derive v0.8.40
13832026-05-08T22:22:36.177Z Compiling zeroize v1.8.2
13842026-05-08T22:22:36.768Z Compiling zerovec-derive v0.11.2
13852026-05-08T22:22:36.891Z Compiling displaydoc v0.2.5
13862026-05-08T22:22:36.966Z Compiling crypto-common v0.1.7
13872026-05-08T22:22:37.036Z Compiling zerofrom v0.1.6
13882026-05-08T22:22:37.111Z Compiling block-buffer v0.10.4
13892026-05-08T22:22:37.161Z Compiling yoke v0.8.1
13902026-05-08T22:22:37.280Z Compiling digest v0.10.7
13912026-05-08T22:22:37.349Z Compiling tokio-macros v2.7.0
13922026-05-08T22:22:37.532Z Compiling hmac v0.12.1
13932026-05-08T22:22:37.636Z Compiling zerotrie v0.2.3
13942026-05-08T22:22:37.685Z Compiling futures-macro v0.3.32
13952026-05-08T22:22:37.894Z Compiling zerovec v0.11.5
13962026-05-08T22:22:37.939Z Compiling block-padding v0.3.3
13972026-05-08T22:22:38.058Z Compiling inout v0.1.4
13982026-05-08T22:22:38.100Z Compiling sha2 v0.10.9
13992026-05-08T22:22:38.224Z Compiling cipher v0.4.4
14002026-05-08T22:22:38.410Z Compiling tinystr v0.8.2
14012026-05-08T22:22:38.486Z Compiling potential_utf v0.1.4
14022026-05-08T22:22:38.514Z Compiling futures-util v0.3.32
14032026-05-08T22:22:38.606Z Compiling icu_locale_core v2.1.1
14042026-05-08T22:22:38.707Z Compiling icu_collections v2.1.1
14052026-05-08T22:22:39.061Z Compiling bytes v1.11.1
14062026-05-08T22:22:39.188Z Compiling der_derive v0.7.3
14072026-05-08T22:22:39.391Z Compiling icu_provider v2.1.1
14082026-05-08T22:22:39.521Z Compiling chrono v0.4.44
14092026-05-08T22:22:39.535Z Compiling salsa20 v0.10.2
14102026-05-08T22:22:39.676Z Compiling tokio v1.52.1
14112026-05-08T22:22:39.690Z Compiling icu_properties v2.1.2
14122026-05-08T22:22:39.693Z Compiling icu_normalizer v2.1.1
14132026-05-08T22:22:40.143Z Compiling der v0.7.10
14142026-05-08T22:22:40.231Z Compiling http v1.4.0
14152026-05-08T22:22:40.444Z Compiling ppv-lite86 v0.2.21
14162026-05-08T22:22:40.741Z Compiling idna_adapter v1.2.1
14172026-05-08T22:22:40.757Z Compiling pbkdf2 v0.12.2
14182026-05-08T22:22:40.821Z Compiling thiserror-impl v2.0.18
14192026-05-08T22:22:40.868Z Compiling idna v1.1.0
14202026-05-08T22:22:40.882Z Compiling scrypt v0.11.0
14212026-05-08T22:22:40.896Z Compiling rand_chacha v0.9.0
14222026-05-08T22:22:41.122Z Compiling spki v0.7.3
14232026-05-08T22:22:41.141Z Compiling cbc v0.1.2
14242026-05-08T22:22:41.281Z Compiling url v2.5.8
14252026-05-08T22:22:41.316Z Compiling aes v0.8.4
14262026-05-08T22:22:41.327Z Compiling rustls-pki-types v1.14.0
14272026-05-08T22:22:41.507Z Compiling tracing-attributes v0.1.31
14282026-05-08T22:22:41.571Z Compiling rand v0.9.2
14292026-05-08T22:22:41.769Z Compiling pkcs5 v0.7.1
14302026-05-08T22:22:42.072Z Compiling http-body v1.0.1
14312026-05-08T22:22:42.138Z Compiling thiserror v2.0.18
14322026-05-08T22:22:42.243Z Compiling serde_derive_internals v0.29.1
14332026-05-08T22:22:42.246Z Compiling openssl-probe v0.2.1
14342026-05-08T22:22:42.315Z Compiling httparse v1.10.1
14352026-05-08T22:22:42.352Z Compiling untrusted v0.7.1
14362026-05-08T22:22:42.366Z Compiling base64 v0.22.1
14372026-05-08T22:22:42.430Z Compiling untrusted v0.9.0
14382026-05-08T22:22:42.473Z Compiling schemars v0.8.22
14392026-05-08T22:22:42.682Z Compiling pkcs8 v0.10.2
14402026-05-08T22:22:42.697Z Compiling pest_derive v2.8.6
14412026-05-08T22:22:42.710Z Compiling scroll_derive v0.13.1
14422026-05-08T22:22:42.792Z Compiling tracing v0.1.44
14432026-05-08T22:22:42.988Z Compiling darling_core v0.20.11
14442026-05-08T22:22:43.056Z Compiling tinyvec_macros v0.1.1
14452026-05-08T22:22:43.113Z Compiling dyn-clone v1.0.20
14462026-05-08T22:22:43.127Z Compiling try-lock v0.2.5
14472026-05-08T22:22:43.130Z Compiling schemars_derive v0.8.22
14482026-05-08T22:22:43.233Z Compiling atomic-waker v1.1.2
14492026-05-08T22:22:43.247Z Compiling tower-service v0.3.3
14502026-05-08T22:22:43.338Z Compiling rustls v0.23.37
14512026-05-08T22:22:43.355Z Compiling tower-layer v0.3.3
14522026-05-08T22:22:43.497Z Compiling tokio-util v0.7.18
14532026-05-08T22:22:43.510Z Compiling scroll v0.13.0
14542026-05-08T22:22:43.524Z Compiling want v0.3.1
14552026-05-08T22:22:43.724Z Compiling tinyvec v1.10.0
14562026-05-08T22:22:44.069Z Compiling ipnet v2.11.0
14572026-05-08T22:22:44.104Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14582026-05-08T22:22:44.346Z Compiling h2 v0.4.13
14592026-05-08T22:22:44.483Z Compiling spin v0.9.8
14602026-05-08T22:22:44.569Z Compiling aho-corasick v1.1.4
14612026-05-08T22:22:44.586Z Compiling openssl v0.10.78
14622026-05-08T22:22:44.690Z Compiling powerfmt v0.2.0
14632026-05-08T22:22:44.814Z Compiling num-conv v0.2.0
14642026-05-08T22:22:44.896Z Compiling crc32fast v1.5.0
14652026-05-08T22:22:44.947Z Compiling httpdate v1.0.3
14662026-05-08T22:22:45.160Z Compiling time-core v0.1.8
14672026-05-08T22:22:45.174Z Compiling foreign-types-shared v0.1.1
14682026-05-08T22:22:45.262Z Compiling pin-utils v0.1.0
14692026-05-08T22:22:45.287Z Compiling darling_macro v0.20.11
14702026-05-08T22:22:45.307Z Compiling time-macros v0.2.27
14712026-05-08T22:22:45.335Z Compiling foreign-types v0.3.2
14722026-05-08T22:22:45.391Z Compiling regex-automata v0.4.14
14732026-05-08T22:22:45.406Z Compiling tempfile v3.25.0
14742026-05-08T22:22:45.756Z Compiling darling v0.20.11
14752026-05-08T22:22:45.771Z Compiling deranged v0.5.8
14762026-05-08T22:22:45.838Z Compiling goblin v0.10.5
14772026-05-08T22:22:46.349Z Compiling openssl-macros v0.1.1
14782026-05-08T22:22:46.717Z Compiling wait-timeout v0.2.1
14792026-05-08T22:22:46.732Z Compiling crossbeam-utils v0.8.21
14802026-05-08T22:22:46.797Z Compiling native-tls v0.2.18
14812026-05-08T22:22:46.973Z Compiling num_threads v0.1.7
14822026-05-08T22:22:47.001Z Compiling siphasher v1.0.2
14832026-05-08T22:22:47.017Z Compiling simd-adler32 v0.3.8
14842026-05-08T22:22:47.066Z Compiling syn v1.0.109
14852026-05-08T22:22:47.182Z Compiling usdt-impl v0.6.0
14862026-05-08T22:22:47.255Z Compiling hyper v1.8.1
14872026-05-08T22:22:47.367Z Compiling quick-error v1.2.3
14882026-05-08T22:22:47.385Z Compiling bit-vec v0.8.0
14892026-05-08T22:22:47.480Z Compiling rusty-fork v0.3.1
14902026-05-08T22:22:47.616Z Compiling bit-set v0.8.0
14912026-05-08T22:22:47.806Z Compiling time v0.3.47
14922026-05-08T22:22:48.254Z Compiling derive_builder_core v0.20.2
14932026-05-08T22:22:48.862Z Compiling dof v0.4.0
14942026-05-08T22:22:49.130Z Compiling hyper-util v0.1.20
14952026-05-08T22:22:49.497Z Compiling unicode-normalization v0.1.25
14962026-05-08T22:22:49.617Z Compiling dtrace-parser v0.3.0
14972026-05-08T22:22:49.957Z Compiling rustls-native-certs v0.8.3
14982026-05-08T22:22:50.092Z Compiling signature v2.2.0
14992026-05-08T22:22:50.107Z Compiling scroll_derive v0.12.1
15002026-05-08T22:22:50.228Z Compiling thiserror-impl v1.0.69
15012026-05-08T22:22:50.243Z Compiling heapless v0.7.17
15022026-05-08T22:22:50.365Z Compiling rand_xorshift v0.4.0
15032026-05-08T22:22:50.475Z Compiling slog v2.8.2
15042026-05-08T22:22:50.531Z Compiling darling_core v0.21.3
15052026-05-08T22:22:50.659Z Compiling bzip2-sys v0.1.13+1.0.8
15062026-05-08T22:22:50.749Z Compiling sync_wrapper v1.0.2
15072026-05-08T22:22:50.858Z Compiling thread-id v5.1.0
15082026-05-08T22:22:50.873Z Compiling cookie v0.18.1
15092026-05-08T22:22:50.876Z Compiling unarray v0.1.4
15102026-05-08T22:22:50.928Z Compiling paste v1.0.15
15112026-05-08T22:22:50.941Z Compiling zstd-safe v7.2.4
15122026-05-08T22:22:50.998Z Compiling anyhow v1.0.102
15132026-05-08T22:22:51.052Z Compiling adler2 v2.0.1
15142026-05-08T22:22:51.126Z Compiling unicode-bidi v0.3.18
15152026-05-08T22:22:51.180Z Compiling signal-hook v0.3.18
15162026-05-08T22:22:51.195Z Compiling unicode-properties v0.1.4
15172026-05-08T22:22:51.294Z Compiling allocator-api2 v0.2.21
15182026-05-08T22:22:51.447Z Compiling stringprep v0.1.5
15192026-05-08T22:22:51.479Z Compiling thiserror v1.0.69
15202026-05-08T22:22:51.580Z Compiling miniz_oxide v0.8.9
15212026-05-08T22:22:51.618Z Compiling proptest v1.10.0
15222026-05-08T22:22:51.882Z Compiling tower v0.5.3
15232026-05-08T22:22:52.178Z Compiling scroll v0.12.0
15242026-05-08T22:22:52.360Z Compiling derive_builder_macro v0.20.2
15252026-05-08T22:22:52.467Z Compiling ipnetwork v0.21.1
15262026-05-08T22:22:52.596Z Compiling http-body-util v0.1.3
15272026-05-08T22:22:52.806Z Compiling webpki-roots v1.0.6
15282026-05-08T22:22:52.839Z Compiling rand_chacha v0.3.1
15292026-05-08T22:22:52.863Z Compiling serde_tokenstream v0.2.3
15302026-05-08T22:22:52.877Z Compiling toml_datetime v0.6.11
15312026-05-08T22:22:52.928Z Compiling erased-serde v0.3.31
15322026-05-08T22:22:53.015Z Compiling darling_macro v0.21.3
15332026-05-08T22:22:53.132Z Compiling serde_spanned v0.6.9
15342026-05-08T22:22:53.171Z Compiling md-5 v0.10.6
15352026-05-08T22:22:53.276Z Compiling zerocopy-derive v0.7.35
15362026-05-08T22:22:53.337Z Compiling curve25519-dalek v4.1.3
15372026-05-08T22:22:53.409Z Compiling vergen-lib v0.1.6
15382026-05-08T22:22:53.489Z Compiling num-integer v0.1.46
15392026-05-08T22:22:53.588Z Compiling hash32 v0.2.1
15402026-05-08T22:22:53.689Z Compiling ff v0.13.1
15412026-05-08T22:22:53.712Z Compiling memoffset v0.9.1
15422026-05-08T22:22:53.831Z Compiling smoltcp v0.9.1
15432026-05-08T22:22:53.845Z Compiling fallible-iterator v0.2.0
15442026-05-08T22:22:53.859Z Compiling zlib-rs v0.6.2
15452026-05-08T22:22:53.908Z Compiling litrs v1.0.0
15462026-05-08T22:22:54.169Z Compiling num-bigint-dig v0.8.6
15472026-05-08T22:22:54.186Z Compiling rustix v0.38.44
15482026-05-08T22:22:54.199Z Compiling iri-string v0.7.10
15492026-05-08T22:22:54.359Z Compiling ryu v1.0.23
15502026-05-08T22:22:54.433Z Compiling ref-cast v1.0.25
15512026-05-08T22:22:54.532Z Compiling base16ct v0.2.0
15522026-05-08T22:22:54.550Z Compiling cfg_aliases v0.2.1
15532026-05-08T22:22:54.627Z Compiling psl-types v2.0.11
15542026-05-08T22:22:54.716Z Compiling sec1 v0.7.3
15552026-05-08T22:22:54.758Z Compiling publicsuffix v2.3.0
15562026-05-08T22:22:54.792Z Compiling nix v0.31.2
15572026-05-08T22:22:54.995Z Compiling serde_urlencoded v0.7.1
15582026-05-08T22:22:55.021Z Compiling document-features v0.2.12
15592026-05-08T22:22:55.178Z Compiling zerocopy v0.7.35
15602026-05-08T22:22:55.263Z Compiling postgres-protocol v0.6.10
15612026-05-08T22:22:55.604Z Compiling tower-http v0.6.8
15622026-05-08T22:22:55.714Z Compiling newtype-uuid v1.3.2
15632026-05-08T22:22:55.828Z Compiling group v0.13.0
15642026-05-08T22:22:55.997Z Compiling num-iter v0.1.45
15652026-05-08T22:22:56.057Z Compiling darling v0.21.3
15662026-05-08T22:22:56.110Z Compiling rand v0.8.5
15672026-05-08T22:22:56.139Z Compiling derive_builder v0.20.2
15682026-05-08T22:22:56.266Z Compiling oxnet v0.1.4
15692026-05-08T22:22:56.290Z Compiling tokio-native-tls v0.3.1
15702026-05-08T22:22:56.313Z Compiling hubpack_derive v0.1.1
15712026-05-08T22:22:56.466Z Compiling goblin v0.8.2
15722026-05-08T22:22:56.747Z Compiling flate2 v1.1.9
15732026-05-08T22:22:57.134Z Compiling regex v1.12.3
15742026-05-08T22:22:57.163Z Compiling phf_shared v0.13.1
15752026-05-08T22:22:57.201Z Compiling lazy_static v1.5.0
15762026-05-08T22:22:57.299Z Compiling cargo-platform v0.1.9
15772026-05-08T22:22:57.374Z Compiling hkdf v0.12.4
15782026-05-08T22:22:57.405Z Compiling crypto-bigint v0.5.5
15792026-05-08T22:22:57.452Z Compiling terminal_size v0.4.3
15802026-05-08T22:22:57.544Z Compiling ref-cast-impl v1.0.25
15812026-05-08T22:22:57.557Z Compiling async-trait v0.1.89
15822026-05-08T22:22:57.574Z Compiling strum_macros v0.27.2
15832026-05-08T22:22:57.591Z Compiling daft-derive v0.1.5
15842026-05-08T22:22:58.074Z Compiling curve25519-dalek-derive v0.1.1
15852026-05-08T22:22:58.294Z Compiling vergen v9.0.6
15862026-05-08T22:22:58.486Z Compiling fs-err v3.3.0
15872026-05-08T22:22:58.585Z Compiling ahash v0.8.12
15882026-05-08T22:22:58.707Z Compiling foldhash v0.2.0
15892026-05-08T22:22:58.744Z Compiling winnow v0.5.40
15902026-05-08T22:22:58.805Z Compiling object v0.37.3
15912026-05-08T22:22:58.937Z Compiling libbz2-rs-sys v0.2.2
15922026-05-08T22:22:59.083Z Compiling bumpalo v3.20.2
15932026-05-08T22:22:59.341Z Compiling bitflags v1.3.2
15942026-05-08T22:22:59.422Z Compiling unicode-segmentation v1.12.0
15952026-05-08T22:22:59.564Z Compiling foldhash v0.1.5
15962026-05-08T22:22:59.568Z Compiling managed v0.8.0
15972026-05-08T22:22:59.638Z Compiling strum v0.27.2
15982026-05-08T22:22:59.775Z Compiling hashbrown v0.15.5
15992026-05-08T22:22:59.790Z Compiling bzip2 v0.6.1
16002026-05-08T22:22:59.813Z Compiling zopfli v0.8.3
16012026-05-08T22:23:00.026Z Compiling hashbrown v0.16.1
16022026-05-08T22:23:00.049Z Compiling toml_edit v0.19.15
16032026-05-08T22:23:00.253Z Compiling clap_builder v4.5.60
16042026-05-08T22:23:00.483Z Compiling dof v0.3.0
16052026-05-08T22:23:00.610Z Compiling elliptic-curve v0.13.8
16062026-05-08T22:23:00.637Z Compiling daft v0.1.5
16072026-05-08T22:23:01.009Z Compiling cargo_metadata v0.19.2
16082026-05-08T22:23:01.023Z Compiling phf v0.13.1
16092026-05-08T22:23:01.181Z Compiling signal-hook-mio v0.2.5
16102026-05-08T22:23:01.665Z Compiling cookie_store v0.22.1
16112026-05-08T22:23:02.315Z Compiling hubpack v0.1.2
16122026-05-08T22:23:02.335Z Compiling bzip2 v0.4.4
16132026-05-08T22:23:02.540Z Compiling zstd v0.13.3
16142026-05-08T22:23:02.555Z Compiling hyper-tls v0.6.0
16152026-05-08T22:23:02.691Z Compiling serde_with_macros v3.17.0
16162026-05-08T22:23:02.777Z Compiling postgres-types v0.2.12
16172026-05-08T22:23:02.829Z Compiling usdt-attr-macro v0.6.0
16182026-05-08T22:23:03.218Z Compiling usdt-macro v0.6.0
16192026-05-08T22:23:03.295Z Compiling dtrace-parser v0.2.0
16202026-05-08T22:23:03.328Z Compiling ed25519 v2.2.3
16212026-05-08T22:23:03.619Z Compiling bstr v1.12.1
16222026-05-08T22:23:03.838Z Compiling phf_shared v0.11.3
16232026-05-08T22:23:03.950Z Compiling pkcs1 v0.7.5
16242026-05-08T22:23:03.982Z Compiling serde-big-array v0.5.1
16252026-05-08T22:23:04.046Z Compiling hex v0.4.3
16262026-05-08T22:23:04.079Z Compiling rfc6979 v0.4.0
16272026-05-08T22:23:04.129Z Compiling serde_repr v0.1.20
16282026-05-08T22:23:04.206Z Compiling clap_derive v4.5.55
16292026-05-08T22:23:04.282Z Compiling strum_macros v0.26.4
16302026-05-08T22:23:04.316Z Compiling enum-as-inner v0.6.1
16312026-05-08T22:23:04.319Z Compiling float-cmp v0.10.0
16322026-05-08T22:23:04.360Z Compiling memmap2 v0.9.10
16332026-05-08T22:23:04.469Z Compiling thread-id v4.2.2
16342026-05-08T22:23:04.559Z Compiling env_filter v1.0.0
16352026-05-08T22:23:04.582Z Compiling encoding_rs v0.8.35
16362026-05-08T22:23:04.658Z Compiling whoami v2.1.0
16372026-05-08T22:23:04.835Z Compiling precomputed-hash v0.1.1
16382026-05-08T22:23:04.871Z Compiling fixedbitset v0.4.2
16392026-05-08T22:23:04.925Z Compiling fixedbitset v0.5.7
16402026-05-08T22:23:05.041Z Compiling jiff v0.2.21
16412026-05-08T22:23:05.090Z Compiling normalize-line-endings v0.3.0
16422026-05-08T22:23:05.190Z Compiling difflib v0.4.0
16432026-05-08T22:23:05.229Z Compiling new_debug_unreachable v1.0.6
16442026-05-08T22:23:05.304Z Compiling data-encoding v2.10.0
16452026-05-08T22:23:05.744Z Compiling mime v0.3.17
16462026-05-08T22:23:05.984Z Compiling keccak v0.1.6
16472026-05-08T22:23:05.999Z Compiling rustc-hash v2.1.1
16482026-05-08T22:23:06.012Z Compiling static_assertions v1.1.0
16492026-05-08T22:23:06.030Z Compiling either v1.15.0
16502026-05-08T22:23:06.081Z Compiling predicates-core v1.0.10
16512026-05-08T22:23:06.096Z Compiling iddqd v0.3.18
16522026-05-08T22:23:06.118Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16532026-05-08T22:23:06.236Z Compiling itertools v0.13.0
16542026-05-08T22:23:06.259Z Compiling predicates v3.1.4
16552026-05-08T22:23:06.791Z Compiling sha3 v0.10.8
16562026-05-08T22:23:06.856Z Compiling strum v0.26.3
16572026-05-08T22:23:06.898Z Compiling clap v4.5.60
16582026-05-08T22:23:06.984Z Compiling hickory-proto v0.25.2
16592026-05-08T22:23:06.999Z Compiling string_cache v0.8.9
16602026-05-08T22:23:07.234Z Compiling petgraph v0.8.3
16612026-05-08T22:23:07.249Z Compiling toml_edit v0.22.27
16622026-05-08T22:23:07.251Z Compiling petgraph v0.6.5
16632026-05-08T22:23:07.456Z Compiling tokio-postgres v0.7.16
16642026-05-08T22:23:08.769Z Compiling zip v4.6.1
16652026-05-08T22:23:08.967Z Compiling env_logger v0.11.9
16662026-05-08T22:23:09.211Z Compiling usdt-impl v0.5.0
16672026-05-08T22:23:09.261Z Compiling usdt v0.6.0
16682026-05-08T22:23:09.333Z Compiling serde_with v3.17.0
16692026-05-08T22:23:09.527Z Compiling rsa v0.9.10
16702026-05-08T22:23:09.696Z Compiling ecdsa v0.16.9
16712026-05-08T22:23:09.747Z Compiling similar v2.7.0
16722026-05-08T22:23:09.803Z Compiling crossterm v0.28.1
16732026-05-08T22:23:09.999Z Compiling ed25519-dalek v2.2.0
16742026-05-08T22:23:10.622Z Compiling zip v0.6.6
16752026-05-08T22:23:11.055Z Compiling toml v0.7.8
16762026-05-08T22:23:11.336Z Compiling heck v0.4.1
16772026-05-08T22:23:11.482Z Compiling toml_parser v1.0.9+spec-1.1.0
16782026-05-08T22:23:11.536Z Compiling crossbeam-epoch v0.9.18
16792026-05-08T22:23:11.573Z Compiling tokio-stream v0.1.18
16802026-05-08T22:23:11.656Z Compiling buf-list v1.1.2
16812026-05-08T22:23:11.725Z Compiling x509-cert v0.2.5
16822026-05-08T22:23:11.860Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16832026-05-08T22:23:11.937Z Compiling openapiv3 v2.2.0
16842026-05-08T22:23:12.033Z Compiling sha1 v0.10.6
16852026-05-08T22:23:12.111Z Compiling toml_datetime v0.7.5+spec-1.1.0
16862026-05-08T22:23:12.169Z Compiling peg-runtime v0.8.5
16872026-05-08T22:23:12.262Z Compiling lalrpop-util v0.19.12
16882026-05-08T22:23:12.405Z Compiling thread_local v1.1.9
16892026-05-08T22:23:12.455Z Compiling slog-async v2.8.0
16902026-05-08T22:23:12.458Z Compiling crossbeam-channel v0.5.15
16912026-05-08T22:23:12.659Z Compiling futures-executor v0.3.32
16922026-05-08T22:23:12.778Z Compiling is-terminal v0.4.17
16932026-05-08T22:23:12.872Z Compiling filetime v0.2.27
16942026-05-08T22:23:12.887Z Compiling xattr v1.6.1
16952026-05-08T22:23:12.919Z Compiling term v1.2.1
16962026-05-08T22:23:12.935Z Compiling take_mut v0.2.2
16972026-05-08T22:23:13.050Z Compiling tar v0.4.45
16982026-05-08T22:23:13.076Z Compiling futures v0.3.32
16992026-05-08T22:23:13.345Z Compiling slog-term v2.9.2
17002026-05-08T22:23:23.031Z Compiling rustls-webpki v0.103.9
17012026-05-08T22:23:25.835Z Compiling tokio-rustls v0.26.4
17022026-05-08T22:23:25.835Z Compiling rustls-platform-verifier v0.6.2
17032026-05-08T22:23:26.033Z Compiling hyper-rustls v0.27.7
17042026-05-08T22:23:26.235Z Compiling reqwest v0.13.2
17052026-05-08T22:23:26.235Z Compiling reqwest v0.12.28
17062026-05-08T22:23:28.346Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17072026-05-08T22:23:28.568Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17082026-05-08T22:23:31.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17092026-05-08T22:23:31.591Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17102026-05-08T22:23:31.645ZMay 08 22:23:30.806 INFO Starting download, target: Cockroach
17112026-05-08T22:23:31.645ZMay 08 22:23:30.807 INFO Starting download, target: Console
17122026-05-08T22:23:31.646ZMay 08 22:23:30.807 INFO Starting download, target: Clickhouse
17132026-05-08T22:23:31.646ZMay 08 22:23:30.807 INFO Starting download, target: DendriteStub
17142026-05-08T22:23:31.646ZMay 08 22:23:30.807 INFO Starting download, target: MaghemiteMgd
17152026-05-08T22:23:31.646ZMay 08 22:23:30.807 INFO Starting download, target: TransceiverControl
17162026-05-08T22:23:31.649ZMay 08 22:23:30.807 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17172026-05-08T22:23:31.649ZMay 08 22:23:30.807 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17182026-05-08T22:23:31.649ZMay 08 22:23:30.807 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17192026-05-08T22:23:31.649ZMay 08 22:23:30.807 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17202026-05-08T22:23:31.649ZMay 08 22:23:30.807 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17212026-05-08T22:23:31.649ZMay 08 22:23:30.807 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17222026-05-08T22:23:31.977ZMay 08 22:23:31.127 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17232026-05-08T22:23:32.178ZMay 08 22:23:31.336 INFO Download complete, target: TransceiverControl
17242026-05-08T22:23:32.641ZMay 08 22:23:31.789 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17252026-05-08T22:23:32.895ZMay 08 22:23:32.019 INFO Download complete, target: Console
17262026-05-08T22:23:33.483ZMay 08 22:23:32.620 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17272026-05-08T22:23:33.562ZMay 08 22:23:32.675 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17282026-05-08T22:23:33.986ZMay 08 22:23:33.144 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17292026-05-08T22:23:34.562ZMay 08 22:23:33.723 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17302026-05-08T22:23:34.562ZMay 08 22:23:33.724 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17312026-05-08T22:23:35.842ZMay 08 22:23:35.003 INFO Download complete, target: DendriteStub
17322026-05-08T22:23:36.363ZMay 08 22:23:35.524 INFO Download complete, target: MaghemiteMgd
17332026-05-08T22:23:39.184ZMay 08 22:23:38.345 INFO Checking that binary works, target: Cockroach
17342026-05-08T22:23:39.351ZMay 08 22:23:38.512 INFO Download complete, target: Cockroach
17352026-05-08T22:23:40.400ZMay 08 22:23:39.561 INFO Checking that binary works, target: Clickhouse
17362026-05-08T22:23:40.508ZMay 08 22:23:39.669 INFO Download complete, target: Clickhouse
17372026-05-08T22:23:40.523ZAll builder prerequisites installed successfully, and PATH looks valid
17382026-05-08T22:23:40.526Z
17392026-05-08T22:23:40.526Zreal 2:18.268361153
17402026-05-08T22:23:40.526Zuser 6:48.582813135
17412026-05-08T22:23:40.526Zsys 1:20.741865219
17422026-05-08T22:23:40.526Ztrap 0.217538707
17432026-05-08T22:23:40.526Ztflt 0.942511998
17442026-05-08T22:23:40.526Zdflt 0.856168427
17452026-05-08T22:23:40.526Zkflt 0.040806884
17462026-05-08T22:23:40.526Zlock 21:01.773116362
17472026-05-08T22:23:40.526Zslp 21:10.278500445
17482026-05-08T22:23:40.526Zlat 43.447626068
17492026-05-08T22:23:40.526Zstop 1:57.278298547
17502026-05-08T22:23:40.526Z+ banner hack-check
17512026-05-08T22:23:40.526Z
17522026-05-08T22:23:40.526Z # # ## #### # # #### # # ###### #### # #
17532026-05-08T22:23:40.526Z # # # # # # # # # # # # # # # # #
17542026-05-08T22:23:40.526Z ###### # # # #### ##### # ###### ##### # ####
17552026-05-08T22:23:40.527Z # # ###### # # # # # # # # # #
17562026-05-08T22:23:40.527Z # # # # # # # # # # # # # # # # #
17572026-05-08T22:23:40.527Z # # # # #### # # #### # # ###### #### # #
17582026-05-08T22:23:40.527Z
17592026-05-08T22:23:40.527Z+ export CARGO_INCREMENTAL=0
17602026-05-08T22:23:40.527Z+ CARGO_INCREMENTAL=0
17612026-05-08T22:23:40.527Z+ ptime -m timeout 2h cargo xtask check-features --ci
17622026-05-08T22:23:41.076Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17632026-05-08T22:23:41.296Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17642026-05-08T22:23:43.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s
17652026-05-08T22:23:43.265Z Running `target/debug/xtask check-features --ci`
17662026-05-08T22:23:43.294Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17672026-05-08T22:23:43.297Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17682026-05-08T22:23:43.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17692026-05-08T22:23:43.806Z Running `target/debug/xtask download cargo-hack`
17702026-05-08T22:23:44.591Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17712026-05-08T22:23:44.906Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17722026-05-08T22:23:47.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s
17732026-05-08T22:23:47.576Z Running `target/debug/xtask-downloader cargo-hack`
17742026-05-08T22:23:47.615ZMay 08 22:23:46.776 INFO Starting download, target: CargoHack
17752026-05-08T22:23:47.618ZMay 08 22:23:46.777 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17762026-05-08T22:23:47.946ZMay 08 22:23:47.107 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17772026-05-08T22:23:47.996ZMay 08 22:23:47.157 INFO Download complete, target: CargoHack
17782026-05-08T22:23:47.999Zrunning: "/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-08T22:23:48.013Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17802026-05-08T22:23:48.167Zinfo: running `cargo check --bins` on api_identity (1/274)
17812026-05-08T22:23:48.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17822026-05-08T22:23:48.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17832026-05-08T22:23:48.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17842026-05-08T22:23:48.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17852026-05-08T22:23:48.747Z
17862026-05-08T22:23:48.748Zinfo: running `cargo check --bins` on bootstore (2/274)
17872026-05-08T22:23:49.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17882026-05-08T22:23:49.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17892026-05-08T22:23:49.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17902026-05-08T22:23:49.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17912026-05-08T22:23:49.343Z
17922026-05-08T22:23:49.343Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
17932026-05-08T22:23:49.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17942026-05-08T22:23:49.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17952026-05-08T22:23:49.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17962026-05-08T22:23:49.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17972026-05-08T22:23:49.925Z
17982026-05-08T22:23:49.925Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
17992026-05-08T22:23:50.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18002026-05-08T22:23:50.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18012026-05-08T22:23:50.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18022026-05-08T22:23:50.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18032026-05-08T22:23:50.505Z
18042026-05-08T22:23:50.505Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18052026-05-08T22:23:51.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18062026-05-08T22:23:51.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18072026-05-08T22:23:51.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18082026-05-08T22:23:51.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18092026-05-08T22:23:51.092Z
18102026-05-08T22:23:51.092Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18112026-05-08T22:23:51.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18122026-05-08T22:23:51.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18132026-05-08T22:23:51.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18142026-05-08T22:23:51.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18152026-05-08T22:23:51.695Z
18162026-05-08T22:23:51.695Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18172026-05-08T22:23:52.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18182026-05-08T22:23:52.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18192026-05-08T22:23:52.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18202026-05-08T22:23:52.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18212026-05-08T22:23:52.300Z
18222026-05-08T22:23:52.300Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18232026-05-08T22:23:52.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242026-05-08T22:23:52.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252026-05-08T22:23:52.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262026-05-08T22:23:52.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18272026-05-08T22:23:52.903Z
18282026-05-08T22:23:52.903Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18292026-05-08T22:23:53.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-05-08T22:23:53.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-05-08T22:23:53.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-05-08T22:23:53.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18332026-05-08T22:23:53.376Z
18342026-05-08T22:23:53.376Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18352026-05-08T22:23:53.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-05-08T22:23:53.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-05-08T22:23:53.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-05-08T22:23:53.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18392026-05-08T22:23:53.855Z
18402026-05-08T22:23:53.855Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18412026-05-08T22:23:54.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-05-08T22:23:54.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-05-08T22:23:54.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-05-08T22:23:54.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18452026-05-08T22:23:54.329Z
18462026-05-08T22:23:54.329Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18472026-05-08T22:23:54.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-05-08T22:23:54.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-05-08T22:23:54.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-05-08T22:23:54.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18512026-05-08T22:23:54.805Z
18522026-05-08T22:23:54.805Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18532026-05-08T22:23:55.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-05-08T22:23:55.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-05-08T22:23:55.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-05-08T22:23:55.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18572026-05-08T22:23:55.279Z
18582026-05-08T22:23:55.279Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
18592026-05-08T22:23:55.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-05-08T22:23:55.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-05-08T22:23:55.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-05-08T22:23:55.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18632026-05-08T22:23:55.749Z
18642026-05-08T22:23:55.749Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
18652026-05-08T22:23:56.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-05-08T22:23:56.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-05-08T22:23:56.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-05-08T22:23:56.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18692026-05-08T22:23:56.227Z
18702026-05-08T22:23:56.227Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
18712026-05-08T22:23:56.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-05-08T22:23:56.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-05-08T22:23:56.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-05-08T22:23:56.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18752026-05-08T22:23:56.702Z
18762026-05-08T22:23:56.702Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
18772026-05-08T22:23:57.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-05-08T22:23:57.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-05-08T22:23:57.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-05-08T22:23:57.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18812026-05-08T22:23:57.175Z
18822026-05-08T22:23:57.175Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
18832026-05-08T22:23:57.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-05-08T22:23:57.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-05-08T22:23:57.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-05-08T22:23:57.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18872026-05-08T22:23:57.649Z
18882026-05-08T22:23:57.649Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
18892026-05-08T22:23:58.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-05-08T22:23:58.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-05-08T22:23:58.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-05-08T22:23:58.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18932026-05-08T22:23:58.120Z
18942026-05-08T22:23:58.120Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
18952026-05-08T22:23:58.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-05-08T22:23:58.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-05-08T22:23:58.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-05-08T22:23:58.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18992026-05-08T22:23:58.601Z
19002026-05-08T22:23:58.602Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19012026-05-08T22:23:59.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-05-08T22:23:59.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-05-08T22:23:59.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-05-08T22:23:59.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19052026-05-08T22:23:59.083Z
19062026-05-08T22:23:59.083Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19072026-05-08T22:23:59.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-05-08T22:23:59.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-05-08T22:23:59.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-05-08T22:23:59.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19112026-05-08T22:23:59.560Z
19122026-05-08T22:23:59.560Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19132026-05-08T22:23:59.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-05-08T22:23:59.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-05-08T22:23:59.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-05-08T22:23:59.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19172026-05-08T22:24:00.038Z
19182026-05-08T22:24:00.038Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19192026-05-08T22:24:00.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-05-08T22:24:00.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-05-08T22:24:00.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-05-08T22:24:00.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19232026-05-08T22:24:00.512Z
19242026-05-08T22:24:00.513Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19252026-05-08T22:24:00.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-05-08T22:24:00.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-05-08T22:24:00.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-05-08T22:24:00.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19292026-05-08T22:24:00.988Z
19302026-05-08T22:24:00.988Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19312026-05-08T22:24:01.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-05-08T22:24:01.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-05-08T22:24:01.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-05-08T22:24:01.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19352026-05-08T22:24:01.463Z
19362026-05-08T22:24:01.463Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19372026-05-08T22:24:01.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-05-08T22:24:01.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-05-08T22:24:01.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-05-08T22:24:01.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19412026-05-08T22:24:01.936Z
19422026-05-08T22:24:01.936Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19432026-05-08T22:24:02.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-05-08T22:24:02.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-05-08T22:24:02.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-05-08T22:24:02.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19472026-05-08T22:24:02.413Z
19482026-05-08T22:24:02.413Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19492026-05-08T22:24:02.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-05-08T22:24:02.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-05-08T22:24:02.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-05-08T22:24:02.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19532026-05-08T22:24:02.885Z
19542026-05-08T22:24:02.885Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19552026-05-08T22:24:03.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-05-08T22:24:03.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-05-08T22:24:03.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-05-08T22:24:03.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19592026-05-08T22:24:03.359Z
19602026-05-08T22:24:03.359Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
19612026-05-08T22:24:03.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-05-08T22:24:03.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-05-08T22:24:03.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-05-08T22:24:03.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19652026-05-08T22:24:03.834Z
19662026-05-08T22:24:03.834Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
19672026-05-08T22:24:04.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-05-08T22:24:04.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-05-08T22:24:04.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-05-08T22:24:04.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19712026-05-08T22:24:04.309Z
19722026-05-08T22:24:04.309Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
19732026-05-08T22:24:04.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-05-08T22:24:04.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-05-08T22:24:04.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-05-08T22:24:04.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19772026-05-08T22:24:04.782Z
19782026-05-08T22:24:04.782Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
19792026-05-08T22:24:05.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-05-08T22:24:05.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-05-08T22:24:05.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-05-08T22:24:05.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19832026-05-08T22:24:05.252Z
19842026-05-08T22:24:05.252Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
19852026-05-08T22:24:05.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-05-08T22:24:05.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-05-08T22:24:05.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-05-08T22:24:05.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19892026-05-08T22:24:05.727Z
19902026-05-08T22:24:05.727Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
19912026-05-08T22:24:06.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-05-08T22:24:06.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-05-08T22:24:06.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-05-08T22:24:06.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19952026-05-08T22:24:06.200Z
19962026-05-08T22:24:06.200Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
19972026-05-08T22:24:06.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-05-08T22:24:06.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-05-08T22:24:06.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-05-08T22:24:06.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20012026-05-08T22:24:06.672Z
20022026-05-08T22:24:06.672Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20032026-05-08T22:24:07.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-05-08T22:24:07.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-05-08T22:24:07.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-05-08T22:24:07.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20072026-05-08T22:24:07.141Z
20082026-05-08T22:24:07.141Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20092026-05-08T22:24:07.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-05-08T22:24:07.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-05-08T22:24:07.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-05-08T22:24:07.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20132026-05-08T22:24:07.618Z
20142026-05-08T22:24:07.618Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20152026-05-08T22:24:08.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-05-08T22:24:08.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-05-08T22:24:08.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-05-08T22:24:08.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20192026-05-08T22:24:08.097Z
20202026-05-08T22:24:08.097Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20212026-05-08T22:24:08.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-05-08T22:24:08.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-05-08T22:24:08.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-05-08T22:24:08.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20252026-05-08T22:24:08.576Z
20262026-05-08T22:24:08.576Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20272026-05-08T22:24:08.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-05-08T22:24:08.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-05-08T22:24:08.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-05-08T22:24:08.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20312026-05-08T22:24:09.054Z
20322026-05-08T22:24:09.054Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20332026-05-08T22:24:09.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-05-08T22:24:09.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-05-08T22:24:09.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-05-08T22:24:09.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20372026-05-08T22:24:09.533Z
20382026-05-08T22:24:09.533Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20392026-05-08T22:24:09.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-05-08T22:24:09.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-05-08T22:24:09.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-05-08T22:24:09.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20432026-05-08T22:24:10.007Z
20442026-05-08T22:24:10.007Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20452026-05-08T22:24:10.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-05-08T22:24:10.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-05-08T22:24:10.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-05-08T22:24:10.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20492026-05-08T22:24:10.482Z
20502026-05-08T22:24:10.483Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20512026-05-08T22:24:10.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-05-08T22:24:10.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-05-08T22:24:10.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-05-08T22:24:10.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20552026-05-08T22:24:10.968Z
20562026-05-08T22:24:10.968Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
20572026-05-08T22:24:11.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-05-08T22:24:11.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-05-08T22:24:11.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-05-08T22:24:11.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20612026-05-08T22:24:11.445Z
20622026-05-08T22:24:11.445Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
20632026-05-08T22:24:11.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-05-08T22:24:11.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-05-08T22:24:11.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-05-08T22:24:11.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20672026-05-08T22:24:11.926Z
20682026-05-08T22:24:11.926Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
20692026-05-08T22:24:12.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-05-08T22:24:12.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-05-08T22:24:12.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-05-08T22:24:12.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20732026-05-08T22:24:12.570Z
20742026-05-08T22:24:12.570Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
20752026-05-08T22:24:13.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-05-08T22:24:13.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-05-08T22:24:13.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-05-08T22:24:13.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20792026-05-08T22:24:13.214Z
20802026-05-08T22:24:13.214Zinfo: running `cargo check --bins` on nexus-config (51/274)
20812026-05-08T22:24:13.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-05-08T22:24:13.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-05-08T22:24:13.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-05-08T22:24:13.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20852026-05-08T22:24:13.853Z
20862026-05-08T22:24:13.853Zinfo: running `cargo check --bins` on nexus-types (52/274)
20872026-05-08T22:24:14.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-05-08T22:24:14.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-05-08T22:24:14.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-05-08T22:24:14.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20912026-05-08T22:24:14.494Z
20922026-05-08T22:24:14.494Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
20932026-05-08T22:24:15.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-05-08T22:24:15.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-05-08T22:24:15.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-05-08T22:24:15.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
20972026-05-08T22:24:15.106Z
20982026-05-08T22:24:15.106Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
20992026-05-08T22:24:15.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-05-08T22:24:15.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-05-08T22:24:15.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-05-08T22:24:15.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21032026-05-08T22:24:15.689Z
21042026-05-08T22:24:15.689Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21052026-05-08T22:24:16.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-05-08T22:24:16.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-05-08T22:24:16.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-05-08T22:24:16.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21092026-05-08T22:24:16.296Z
21102026-05-08T22:24:16.296Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21112026-05-08T22:24:16.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-05-08T22:24:16.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-05-08T22:24:16.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-05-08T22:24:16.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21152026-05-08T22:24:16.909Z
21162026-05-08T22:24:16.909Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21172026-05-08T22:24:17.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-05-08T22:24:17.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-05-08T22:24:17.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-05-08T22:24:17.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21212026-05-08T22:24:17.526Z
21222026-05-08T22:24:17.527Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21232026-05-08T22:24:18.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-05-08T22:24:18.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-05-08T22:24:18.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-05-08T22:24:18.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21272026-05-08T22:24:18.128Z
21282026-05-08T22:24:18.128Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21292026-05-08T22:24:18.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-05-08T22:24:18.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-05-08T22:24:18.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-05-08T22:24:18.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21332026-05-08T22:24:18.716Z
21342026-05-08T22:24:18.716Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21352026-05-08T22:24:19.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-05-08T22:24:19.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-05-08T22:24:19.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-05-08T22:24:19.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21392026-05-08T22:24:19.304Z
21402026-05-08T22:24:19.304Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21412026-05-08T22:24:19.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-05-08T22:24:19.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-05-08T22:24:19.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-05-08T22:24:19.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21452026-05-08T22:24:19.882Z
21462026-05-08T22:24:19.882Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21472026-05-08T22:24:20.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-05-08T22:24:20.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-05-08T22:24:20.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-05-08T22:24:20.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21512026-05-08T22:24:20.468Z
21522026-05-08T22:24:20.469Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21532026-05-08T22:24:20.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-05-08T22:24:20.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-05-08T22:24:20.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-05-08T22:24:20.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21572026-05-08T22:24:21.073Z
21582026-05-08T22:24:21.073Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
21592026-05-08T22:24:21.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-05-08T22:24:21.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-05-08T22:24:21.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-05-08T22:24:21.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21632026-05-08T22:24:21.748Z
21642026-05-08T22:24:21.748Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
21652026-05-08T22:24:22.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-05-08T22:24:22.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-05-08T22:24:22.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-05-08T22:24:22.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21692026-05-08T22:24:22.261Z
21702026-05-08T22:24:22.261Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
21712026-05-08T22:24:22.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-05-08T22:24:22.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-05-08T22:24:22.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-05-08T22:24:22.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21752026-05-08T22:24:22.846Z
21762026-05-08T22:24:22.846Zinfo: running `cargo check --bins` on ereport-types (67/274)
21772026-05-08T22:24:23.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-05-08T22:24:23.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-05-08T22:24:23.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-05-08T22:24:23.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21812026-05-08T22:24:23.499Z
21822026-05-08T22:24:23.499Zinfo: running `cargo check --bins` on gateway-client (68/274)
21832026-05-08T22:24:23.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-05-08T22:24:23.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-05-08T22:24:23.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-05-08T22:24:23.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21872026-05-08T22:24:24.049Z
21882026-05-08T22:24:24.049Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
21892026-05-08T22:24:24.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-05-08T22:24:24.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-05-08T22:24:24.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-05-08T22:24:24.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21932026-05-08T22:24:24.662Z
21942026-05-08T22:24:24.663Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
21952026-05-08T22:24:25.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-05-08T22:24:25.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-05-08T22:24:25.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-05-08T22:24:25.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21992026-05-08T22:24:25.233Z
22002026-05-08T22:24:25.233Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22012026-05-08T22:24:25.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-05-08T22:24:25.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-05-08T22:24:25.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-05-08T22:24:25.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22052026-05-08T22:24:25.823Z
22062026-05-08T22:24:25.823Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22072026-05-08T22:24:26.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-05-08T22:24:26.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-05-08T22:24:26.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-05-08T22:24:26.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22112026-05-08T22:24:26.418Z
22122026-05-08T22:24:26.418Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22132026-05-08T22:24:26.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-05-08T22:24:26.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-05-08T22:24:26.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-05-08T22:24:26.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22172026-05-08T22:24:27.048Z
22182026-05-08T22:24:27.048Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22192026-05-08T22:24:27.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-05-08T22:24:27.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-05-08T22:24:27.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-05-08T22:24:27.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22232026-05-08T22:24:27.653Z
22242026-05-08T22:24:27.654Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22252026-05-08T22:24:28.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-05-08T22:24:28.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-05-08T22:24:28.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-05-08T22:24:28.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22292026-05-08T22:24:28.240Z
22302026-05-08T22:24:28.240Zinfo: running `cargo check --bins` on oxlog (76/274)
22312026-05-08T22:24:28.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-05-08T22:24:28.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-05-08T22:24:28.852Z Checking cfg-if v1.0.4
22342026-05-08T22:24:28.857Z Checking libc v0.2.185
22352026-05-08T22:24:28.857Z Checking serde_core v1.0.228
22362026-05-08T22:24:28.969Z Checking zeroize v1.8.2
22372026-05-08T22:24:28.977Z Checking memchr v2.8.0
22382026-05-08T22:24:28.985Z Checking log v0.4.29
22392026-05-08T22:24:28.990Z Checking smallvec v1.15.1
22402026-05-08T22:24:29.005Z Checking typenum v1.19.0
22412026-05-08T22:24:29.015Z Checking subtle v2.6.1
22422026-05-08T22:24:29.106Z Checking itoa v1.0.17
22432026-05-08T22:24:29.143Z Checking scopeguard v1.2.0
22442026-05-08T22:24:29.160Z Checking stable_deref_trait v1.2.1
22452026-05-08T22:24:29.173Z Checking const-oid v0.9.6
22462026-05-08T22:24:29.233Z Checking portable-atomic v1.13.1
22472026-05-08T22:24:29.246Z Checking lock_api v0.4.14
22482026-05-08T22:24:29.251Z Checking zerofrom v0.1.6
22492026-05-08T22:24:29.352Z Checking critical-section v1.2.0
22502026-05-08T22:24:29.364Z Checking getrandom v0.2.17
22512026-05-08T22:24:29.385Z Checking errno v0.3.14
22522026-05-08T22:24:29.446Z Checking yoke v0.8.1
22532026-05-08T22:24:29.489Z Checking parking_lot_core v0.9.12
22542026-05-08T22:24:29.501Z Checking rand_core v0.6.4
22552026-05-08T22:24:29.505Z Checking signal-hook-registry v1.4.8
22562026-05-08T22:24:29.523Z Checking generic-array v0.14.7
22572026-05-08T22:24:29.610Z Checking zerovec v0.11.5
22582026-05-08T22:24:29.622Z Checking once_cell v1.21.3
22592026-05-08T22:24:29.654Z Checking zerocopy v0.8.40
22602026-05-08T22:24:29.671Z Checking pin-project-lite v0.2.17
22612026-05-08T22:24:29.681Z Checking parking_lot v0.12.5
22622026-05-08T22:24:29.759Z Checking mio v1.2.0
22632026-05-08T22:24:29.794Z Checking socket2 v0.6.3
22642026-05-08T22:24:29.841Z Checking libm v0.2.16
22652026-05-08T22:24:29.868Z Checking zmij v1.0.21
22662026-05-08T22:24:29.955Z Checking crypto-common v0.1.7
22672026-05-08T22:24:30.026Z Checking block-buffer v0.10.4
22682026-05-08T22:24:30.040Z Checking writeable v0.6.2
22692026-05-08T22:24:30.046Z Checking tinystr v0.8.2
22702026-05-08T22:24:30.066Z Checking futures-core v0.3.32
22712026-05-08T22:24:30.078Z Checking litemap v0.8.1
22722026-05-08T22:24:30.159Z Checking digest v0.10.7
22732026-05-08T22:24:30.186Z Checking equivalent v1.0.2
22742026-05-08T22:24:30.198Z Checking percent-encoding v2.3.2
22752026-05-08T22:24:30.222Z Checking potential_utf v0.1.4
22762026-05-08T22:24:30.243Z Checking icu_locale_core v2.1.1
22772026-05-08T22:24:30.266Z Checking zerotrie v0.2.3
22782026-05-08T22:24:30.335Z Checking cpufeatures v0.2.17
22792026-05-08T22:24:30.346Z Checking icu_collections v2.1.1
22802026-05-08T22:24:30.358Z Checking hmac v0.12.1
22812026-05-08T22:24:30.402Z Checking block-padding v0.3.3
22822026-05-08T22:24:30.428Z Checking serde v1.0.228
22832026-05-08T22:24:30.485Z Checking bitflags v2.11.0
22842026-05-08T22:24:30.508Z Checking serde_json v1.0.149
22852026-05-08T22:24:30.545Z Checking icu_properties_data v2.1.2
22862026-05-08T22:24:30.550Z Checking num-traits v0.2.19
22872026-05-08T22:24:30.651Z Checking icu_normalizer_data v2.1.1
22882026-05-08T22:24:30.784Z Checking hashbrown v0.17.0
22892026-05-08T22:24:30.784Z Checking futures-sink v0.3.32
22902026-05-08T22:24:30.811Z Checking rand_core v0.10.0
22912026-05-08T22:24:30.811Z Checking futures-channel v0.3.32
22922026-05-08T22:24:30.812Z Checking icu_provider v2.1.1
22932026-05-08T22:24:30.831Z Checking bytes v1.11.1
22942026-05-08T22:24:30.884Z Checking getrandom v0.4.1
22952026-05-08T22:24:30.976Z Checking inout v0.1.4
22962026-05-08T22:24:31.002Z Checking futures-io v0.3.32
22972026-05-08T22:24:31.022Z Checking icu_normalizer v2.1.1
22982026-05-08T22:24:31.094Z Checking icu_properties v2.1.2
22992026-05-08T22:24:31.120Z Checking slab v0.4.12
23002026-05-08T22:24:31.125Z Checking futures-task v0.3.32
23012026-05-08T22:24:31.131Z Checking indexmap v2.14.0
23022026-05-08T22:24:31.177Z Checking cipher v0.4.4
23032026-05-08T22:24:31.250Z Checking sha2 v0.10.9
23042026-05-08T22:24:31.258Z Checking futures-util v0.3.32
23052026-05-08T22:24:31.297Z Checking tokio v1.52.1
23062026-05-08T22:24:31.334Z Checking getrandom v0.3.4
23072026-05-08T22:24:31.383Z Checking utf8_iter v1.0.4
23082026-05-08T22:24:31.477Z Checking byteorder v1.5.0
23092026-05-08T22:24:31.503Z Checking base64ct v1.8.3
23102026-05-08T22:24:31.517Z Checking form_urlencoded v1.2.2
23112026-05-08T22:24:31.651Z Checking flagset v0.4.7
23122026-05-08T22:24:31.675Z Checking fnv v1.0.7
23132026-05-08T22:24:31.690Z Checking rand_core v0.9.5
23142026-05-08T22:24:31.737Z Checking pem-rfc7468 v0.7.0
23152026-05-08T22:24:31.768Z Checking salsa20 v0.10.2
23162026-05-08T22:24:31.776Z Checking http v1.4.0
23172026-05-08T22:24:31.858Z Checking uuid v1.23.0
23182026-05-08T22:24:31.887Z Checking der v0.7.10
23192026-05-08T22:24:31.901Z Checking pbkdf2 v0.12.2
23202026-05-08T22:24:31.915Z Checking idna_adapter v1.2.1
23212026-05-08T22:24:32.009Z Checking scrypt v0.11.0
23222026-05-08T22:24:32.027Z Checking idna v1.1.0
23232026-05-08T22:24:32.168Z Checking cbc v0.1.2
23242026-05-08T22:24:32.174Z Checking aes v0.8.4
23252026-05-08T22:24:32.271Z Checking url v2.5.8
23262026-05-08T22:24:32.282Z Checking rustix v1.1.3
23272026-05-08T22:24:32.349Z Checking tracing-core v0.1.36
23282026-05-08T22:24:32.441Z Checking ppv-lite86 v0.2.21
23292026-05-08T22:24:32.549Z Checking rustls-pki-types v1.14.0
23302026-05-08T22:24:32.685Z Checking spki v0.7.3
23312026-05-08T22:24:32.707Z Checking regex-syntax v0.8.10
23322026-05-08T22:24:32.721Z Checking iana-time-zone v0.1.65
23332026-05-08T22:24:32.746Z Checking rand_chacha v0.9.0
23342026-05-08T22:24:32.776Z Checking pkcs5 v0.7.1
23352026-05-08T22:24:32.810Z Checking chrono v0.4.44
23362026-05-08T22:24:32.833Z Checking tracing v0.1.44
23372026-05-08T22:24:32.929Z Checking rand v0.9.2
23382026-05-08T22:24:33.031Z Checking http-body v1.0.1
23392026-05-08T22:24:33.045Z Checking aws-lc-sys v0.37.1
23402026-05-08T22:24:33.130Z Checking untrusted v0.9.0
23412026-05-08T22:24:33.159Z Checking base64 v0.22.1
23422026-05-08T22:24:33.195Z Checking untrusted v0.7.1
23432026-05-08T22:24:33.243Z Checking openssl-probe v0.2.1
23442026-05-08T22:24:33.295Z Checking ring v0.17.14
23452026-05-08T22:24:33.383Z Checking pkcs8 v0.10.2
23462026-05-08T22:24:33.408Z Checking tower-service v0.3.3
23472026-05-08T22:24:33.413Z Checking atomic-waker v1.1.2
23482026-05-08T22:24:33.559Z Checking try-lock v0.2.5
23492026-05-08T22:24:33.586Z Checking tinyvec_macros v0.1.1
23502026-05-08T22:24:33.586Z Checking tower-layer v0.3.3
23512026-05-08T22:24:33.586Z Checking aws-lc-rs v1.16.0
23522026-05-08T22:24:33.601Z Checking plain v0.2.3
23532026-05-08T22:24:33.601Z Checking want v0.3.1
23542026-05-08T22:24:33.658Z Checking tinyvec v1.10.0
23552026-05-08T22:24:33.674Z Checking ipnet v2.11.0
23562026-05-08T22:24:33.688Z Checking semver v1.0.28
23572026-05-08T22:24:33.705Z Checking httparse v1.10.1
23582026-05-08T22:24:33.902Z Checking spin v0.9.8
23592026-05-08T22:24:33.919Z Checking foreign-types-shared v0.1.1
23602026-05-08T22:24:33.929Z Checking dyn-clone v1.0.20
23612026-05-08T22:24:33.962Z Checking fastrand v2.3.0
23622026-05-08T22:24:33.977Z Checking httpdate v1.0.3
23632026-05-08T22:24:33.989Z Checking unicode-ident v1.0.24
23642026-05-08T22:24:34.022Z Checking ucd-trie v0.1.7
23652026-05-08T22:24:34.071Z Checking pin-utils v0.1.0
23662026-05-08T22:24:34.094Z Checking proc-macro2 v1.0.106
23672026-05-08T22:24:34.118Z Checking schemars v0.8.22
23682026-05-08T22:24:34.137Z Checking foreign-types v0.3.2
23692026-05-08T22:24:34.140Z Checking tempfile v3.25.0
23702026-05-08T22:24:34.160Z Checking pest v2.8.6
23712026-05-08T22:24:34.207Z Checking openssl-sys v0.9.114
23722026-05-08T22:24:34.311Z Checking thiserror v2.0.18
23732026-05-08T22:24:34.359Z Checking wait-timeout v0.2.1
23742026-05-08T22:24:34.390Z Checking rustls-webpki v0.103.9
23752026-05-08T22:24:34.407Z Checking aho-corasick v1.1.4
23762026-05-08T22:24:34.412Z Checking powerfmt v0.2.0
23772026-05-08T22:24:34.468Z Checking anstyle v1.0.13
23782026-05-08T22:24:34.514Z Checking tokio-util v0.7.18
23792026-05-08T22:24:34.568Z Checking simd-adler32 v0.3.8
23802026-05-08T22:24:34.648Z Checking utf8parse v0.2.2
23812026-05-08T22:24:34.711Z Checking pretty-hex v0.4.1
23822026-05-08T22:24:34.734Z Checking siphasher v1.0.2
23832026-05-08T22:24:34.752Z Checking bit-vec v0.8.0
23842026-05-08T22:24:34.768Z Checking quick-error v1.2.3
23852026-05-08T22:24:34.820Z Checking rustls v0.23.37
23862026-05-08T22:24:34.830Z Checking anstyle-parse v0.2.7
23872026-05-08T22:24:34.870Z Checking rusty-fork v0.3.1
23882026-05-08T22:24:34.886Z Checking openssl v0.10.78
23892026-05-08T22:24:34.933Z Checking bit-set v0.8.0
23902026-05-08T22:24:34.974Z Checking deranged v0.5.8
23912026-05-08T22:24:35.039Z Checking quote v1.0.45
23922026-05-08T22:24:35.081Z Checking regex-automata v0.4.14
23932026-05-08T22:24:35.093Z Compiling newtype-uuid v1.3.2
23942026-05-08T22:24:35.128Z Checking h2 v0.4.13
23952026-05-08T22:24:35.204Z Checking unicode-normalization v0.1.25
23962026-05-08T22:24:35.219Z Checking rustls-native-certs v0.8.3
23972026-05-08T22:24:35.274Z Checking crossbeam-utils v0.8.21
23982026-05-08T22:24:35.348Z Checking rand_xorshift v0.4.0
23992026-05-08T22:24:35.476Z Checking crc32fast v1.5.0
24002026-05-08T22:24:35.910Z Checking scroll v0.13.0
24012026-05-08T22:24:35.933Z Checking signature v2.2.0
24022026-05-08T22:24:35.933Z Checking sync_wrapper v1.0.2
24032026-05-08T22:24:35.933Z Checking unarray v0.1.4
24042026-05-08T22:24:35.933Z Checking unicode-bidi v0.3.18
24052026-05-08T22:24:35.933Z Checking is_terminal_polyfill v1.70.2
24062026-05-08T22:24:35.933Z Checking colorchoice v1.0.4
24072026-05-08T22:24:35.933Z Checking anstyle-query v1.1.5
24082026-05-08T22:24:35.943Z Checking num_threads v0.1.7
24092026-05-08T22:24:35.943Z Checking adler2 v2.0.1
24102026-05-08T22:24:35.987Z Checking allocator-api2 v0.2.21
24112026-05-08T22:24:36.003Z Checking time-core v0.1.8
24122026-05-08T22:24:36.031Z Checking num-conv v0.2.0
24132026-05-08T22:24:36.044Z Checking unicode-properties v0.1.4
24142026-05-08T22:24:36.140Z Checking miniz_oxide v0.8.9
24152026-05-08T22:24:36.152Z Checking time v0.3.47
24162026-05-08T22:24:36.231Z Checking stringprep v0.1.5
24172026-05-08T22:24:36.276Z Checking anstream v0.6.21
24182026-05-08T22:24:36.387Z Checking proptest v1.10.0
24192026-05-08T22:24:36.475Z Checking goblin v0.10.5
24202026-05-08T22:24:36.499Z Checking tower v0.5.3
24212026-05-08T22:24:36.899Z Checking crossbeam-epoch v0.9.18
24222026-05-08T22:24:36.943Z Checking native-tls v0.2.18
24232026-05-08T22:24:36.952Z Compiling daft v0.1.5
24242026-05-08T22:24:37.098Z Checking syn v2.0.117
24252026-05-08T22:24:37.111Z Checking ipnetwork v0.21.1
24262026-05-08T22:24:37.214Z Checking http-body-util v0.1.3
24272026-05-08T22:24:37.225Z Checking tokio-rustls v0.26.4
24282026-05-08T22:24:37.310Z Checking webpki-roots v1.0.6
24292026-05-08T22:24:37.349Z Checking rand_chacha v0.3.1
24302026-05-08T22:24:37.443Z Checking scroll v0.12.0
24312026-05-08T22:24:37.443Z Checking thiserror v1.0.69
24322026-05-08T22:24:37.463Z Checking zstd-sys v2.0.16+zstd.1.5.7
24332026-05-08T22:24:37.546Z Checking hash32 v0.2.1
24342026-05-08T22:24:37.568Z Checking num-integer v0.1.46
24352026-05-08T22:24:37.586Z Checking serde_spanned v0.6.9
24362026-05-08T22:24:37.673Z Checking toml_datetime v0.6.11
24372026-05-08T22:24:37.681Z Checking md-5 v0.10.6
24382026-05-08T22:24:37.700Z Checking ff v0.13.1
24392026-05-08T22:24:37.769Z Checking zlib-rs v0.6.2
24402026-05-08T22:24:37.816Z Checking iri-string v0.7.10
24412026-05-08T22:24:37.829Z Checking psl-types v2.0.11
24422026-05-08T22:24:37.896Z Checking fallible-iterator v0.2.0
24432026-05-08T22:24:38.118Z Checking hyper v1.8.1
24442026-05-08T22:24:38.160Z Checking base16ct v0.2.0
24452026-05-08T22:24:38.160Z Checking ryu v1.0.23
24462026-05-08T22:24:38.160Z Checking postgres-protocol v0.6.10
24472026-05-08T22:24:38.300Z Checking serde_urlencoded v0.7.1
24482026-05-08T22:24:38.376Z Checking sec1 v0.7.3
24492026-05-08T22:24:38.495Z Checking publicsuffix v2.3.0
24502026-05-08T22:24:38.525Z Compiling iddqd v0.3.18
24512026-05-08T22:24:38.656Z Checking group v0.13.0
24522026-05-08T22:24:38.753Z Checking num-iter v0.1.45
24532026-05-08T22:24:38.753Z Checking flate2 v1.1.9
24542026-05-08T22:24:38.844Z Checking heapless v0.7.17
24552026-05-08T22:24:38.844Z Checking goblin v0.8.2
24562026-05-08T22:24:38.844Z Checking hyper-util v0.1.20
24572026-05-08T22:24:38.927Z Checking dof v0.4.0
24582026-05-08T22:24:38.927Z Checking tower-http v0.6.8
24592026-05-08T22:24:39.000Z Checking zstd-safe v7.2.4
24602026-05-08T22:24:39.200Z Checking rand v0.8.5
24612026-05-08T22:24:39.246Z Checking oxnet v0.1.4
24622026-05-08T22:24:39.246Z Checking cookie v0.18.1
24632026-05-08T22:24:39.384Z Checking tokio-native-tls v0.3.1
24642026-05-08T22:24:39.465Z Checking dtrace-parser v0.3.0
24652026-05-08T22:24:39.466Z Checking phf_shared v0.13.1
24662026-05-08T22:24:39.550Z Checking lazy_static v1.5.0
24672026-05-08T22:24:39.594Z Checking zerocopy v0.7.35
24682026-05-08T22:24:39.594Z Checking terminal_size v0.4.3
24692026-05-08T22:24:39.676Z Checking bzip2-sys v0.1.13+1.0.8
24702026-05-08T22:24:39.676Z Checking signal-hook v0.3.18
24712026-05-08T22:24:39.676Z Checking hkdf v0.12.4
24722026-05-08T22:24:39.740Z Checking crypto-bigint v0.5.5
24732026-05-08T22:24:39.740Z Checking thread-id v5.1.0
24742026-05-08T22:24:39.741Z Checking foldhash v0.1.5
24752026-05-08T22:24:39.818Z Compiling rayon-core v1.13.0
24762026-05-08T22:24:39.818Z Checking strsim v0.11.1
24772026-05-08T22:24:39.863Z Checking clap_lex v1.0.0
24782026-05-08T22:24:39.864Z Checking foldhash v0.2.0
24792026-05-08T22:24:39.890Z Checking managed v0.8.0
24802026-05-08T22:24:39.890Z Checking bumpalo v3.20.2
24812026-05-08T22:24:40.167Z Checking bitflags v1.3.2
24822026-05-08T22:24:40.240Z Checking winnow v0.7.14
24832026-05-08T22:24:40.240Z Checking libbz2-rs-sys v0.2.2
24842026-05-08T22:24:40.240Z Checking winnow v0.5.40
24852026-05-08T22:24:40.240Z Checking hyper-rustls v0.27.7
24862026-05-08T22:24:40.240Z Checking either v1.15.0
24872026-05-08T22:24:40.240Z Checking zopfli v0.8.3
24882026-05-08T22:24:40.348Z Checking smoltcp v0.9.1
24892026-05-08T22:24:40.348Z Checking hyper-tls v0.6.0
24902026-05-08T22:24:40.382Z Checking bzip2 v0.6.1
24912026-05-08T22:24:40.478Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24922026-05-08T22:24:40.573Z Checking hashbrown v0.16.1
24932026-05-08T22:24:40.661Z Checking elliptic-curve v0.13.8
24942026-05-08T22:24:40.661Z Checking clap_builder v4.5.60
24952026-05-08T22:24:40.661Z Checking dof v0.3.0
24962026-05-08T22:24:40.728Z Checking hashbrown v0.15.5
24972026-05-08T22:24:40.840Z Checking signal-hook-mio v0.2.5
24982026-05-08T22:24:40.920Z Checking usdt-impl v0.6.0
24992026-05-08T22:24:40.982Z Checking bzip2 v0.4.4
25002026-05-08T22:24:40.982Z Checking num-bigint-dig v0.8.6
25012026-05-08T22:24:41.050Z Checking phf v0.13.1
25022026-05-08T22:24:41.075Z Checking cookie_store v0.22.1
25032026-05-08T22:24:41.134Z Checking zstd v0.13.3
25042026-05-08T22:24:41.146Z Checking postgres-types v0.2.12
25052026-05-08T22:24:41.146Z Checking dtrace-parser v0.2.0
25062026-05-08T22:24:41.168Z Checking toml_edit v0.19.15
25072026-05-08T22:24:41.319Z Checking rustls-platform-verifier v0.6.2
25082026-05-08T22:24:41.354Z Checking crossbeam-deque v0.8.6
25092026-05-08T22:24:41.409Z Checking regex v1.12.3
25102026-05-08T22:24:41.467Z Checking bstr v1.12.1
25112026-05-08T22:24:41.515Z Checking ed25519 v2.2.3
25122026-05-08T22:24:41.515Z Checking phf_shared v0.11.3
25132026-05-08T22:24:41.563Z Checking curve25519-dalek v4.1.3
25142026-05-08T22:24:41.591Z Checking ref-cast v1.0.25
25152026-05-08T22:24:41.620Z Checking strum v0.27.2
25162026-05-08T22:24:41.664Z Checking hubpack v0.1.2
25172026-05-08T22:24:41.698Z Checking memoffset v0.9.1
25182026-05-08T22:24:41.783Z Checking rustix v0.38.44
25192026-05-08T22:24:41.859Z Checking pkcs1 v0.7.5
25202026-05-08T22:24:41.859Z Checking float-cmp v0.10.0
25212026-05-08T22:24:41.859Z Checking erased-serde v0.3.31
25222026-05-08T22:24:41.859Z Checking serde-big-array v0.5.1
25232026-05-08T22:24:41.931Z Checking hex v0.4.3
25242026-05-08T22:24:42.002Z Checking rfc6979 v0.4.0
25252026-05-08T22:24:42.002Z Checking thread-id v4.2.2
25262026-05-08T22:24:42.002Z Checking memmap2 v0.9.10
25272026-05-08T22:24:42.031Z Checking env_filter v1.0.0
25282026-05-08T22:24:42.031Z Checking encoding_rs v0.8.35
25292026-05-08T22:24:42.051Z Checking predicates-core v1.0.10
25302026-05-08T22:24:42.172Z Checking keccak v0.1.6
25312026-05-08T22:24:42.234Z Checking static_assertions v1.1.0
25322026-05-08T22:24:42.234Z Checking whoami v2.1.0
25332026-05-08T22:24:42.234Z Checking fixedbitset v0.4.2
25342026-05-08T22:24:42.234Z Checking normalize-line-endings v0.3.0
25352026-05-08T22:24:42.247Z Checking fixedbitset v0.5.7
25362026-05-08T22:24:42.301Z Checking rustc-hash v2.1.1
25372026-05-08T22:24:42.427Z Checking difflib v0.4.0
25382026-05-08T22:24:42.427Z Checking new_debug_unreachable v1.0.6
25392026-05-08T22:24:42.427Z Checking toml_write v0.1.2
25402026-05-08T22:24:42.646Z Checking unicode-segmentation v1.12.0
25412026-05-08T22:24:42.646Z Checking data-encoding v2.10.0
25422026-05-08T22:24:42.646Z Checking mime v0.3.17
25432026-05-08T22:24:42.646Z Checking precomputed-hash v0.1.1
25442026-05-08T22:24:42.739Z Checking jiff v0.2.21
25452026-05-08T22:24:42.739Z Checking toml_edit v0.22.27
25462026-05-08T22:24:42.739Z Checking string_cache v0.8.9
25472026-05-08T22:24:42.739Z Checking crossterm v0.28.1
25482026-05-08T22:24:42.739Z Checking predicates v3.1.4
25492026-05-08T22:24:42.739Z Checking hickory-proto v0.25.2
25502026-05-08T22:24:42.739Z Checking petgraph v0.8.3
25512026-05-08T22:24:42.739Z Checking similar v2.7.0
25522026-05-08T22:24:42.972Z Checking reqwest v0.12.28
25532026-05-08T22:24:47.053Z Checking tokio-postgres v0.7.16
25542026-05-08T22:24:47.219Z Checking petgraph v0.6.5
25552026-05-08T22:24:47.219Z Checking ed25519-dalek v2.2.0
25562026-05-08T22:24:47.219Z Checking sha3 v0.10.8
25572026-05-08T22:24:47.219Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25582026-05-08T22:24:47.219Z Checking toml v0.7.8
25592026-05-08T22:24:47.219Z Checking slog v2.8.2
25602026-05-08T22:24:47.219Z Checking env_logger v0.11.9
25612026-05-08T22:24:47.219Z Checking usdt v0.6.0
25622026-05-08T22:24:47.219Z Checking serde_with v3.17.0
25632026-05-08T22:24:47.219Z Checking usdt-impl v0.5.0
25642026-05-08T22:24:47.219Z Checking ecdsa v0.16.9
25652026-05-08T22:24:47.219Z Checking rsa v0.9.10
25662026-05-08T22:24:47.219Z Checking clap v4.5.60
25672026-05-08T22:24:47.219Z Checking nix v0.31.2
25682026-05-08T22:24:47.219Z Checking reqwest v0.13.2
25692026-05-08T22:24:47.219Z Checking zip v4.6.1
25702026-05-08T22:24:47.219Z Checking toml_parser v1.0.9+spec-1.1.0
25712026-05-08T22:24:47.219Z Checking zip v0.6.6
25722026-05-08T22:24:47.219Z Checking itertools v0.13.0
25732026-05-08T22:24:47.219Z Checking strum v0.26.3
25742026-05-08T22:24:47.219Z Checking tokio-stream v0.1.18
25752026-05-08T22:24:47.219Z Checking fs-err v3.3.0
25762026-05-08T22:24:47.219Z Checking ahash v0.8.12
25772026-05-08T22:24:47.219Z Checking object v0.37.3
25782026-05-08T22:24:47.220Z Checking buf-list v1.1.2
25792026-05-08T22:24:47.220Z Checking camino v1.2.2
25802026-05-08T22:24:47.220Z Checking anyhow v1.0.102
25812026-05-08T22:24:47.220Z Checking x509-cert v0.2.5
25822026-05-08T22:24:47.220Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25832026-05-08T22:24:47.220Z Checking openapiv3 v2.2.0
25842026-05-08T22:24:47.220Z Checking toml_datetime v0.7.5+spec-1.1.0
25852026-05-08T22:24:47.220Z Checking sha1 v0.10.6
25862026-05-08T22:24:47.220Z Checking peg-runtime v0.8.5
25872026-05-08T22:24:47.220Z Checking lalrpop-util v0.19.12
25882026-05-08T22:24:47.220Z Checking rayon v1.11.0
25892026-05-08T22:24:47.220Z Checking sigpipe v0.1.3
25902026-05-08T22:24:47.220Z Checking glob v0.3.3
25912026-05-08T22:24:47.692Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25922026-05-08T22:24:47.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.71s
25932026-05-08T22:24:48.122Z
25942026-05-08T22:24:48.122Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
25952026-05-08T22:24:48.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962026-05-08T22:24:48.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972026-05-08T22:24:48.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25982026-05-08T22:24:48.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25992026-05-08T22:24:48.733Z
26002026-05-08T22:24:48.733Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26012026-05-08T22:24:49.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022026-05-08T22:24:49.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032026-05-08T22:24:49.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26042026-05-08T22:24:49.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26052026-05-08T22:24:49.333Z
26062026-05-08T22:24:49.333Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26072026-05-08T22:24:49.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082026-05-08T22:24:49.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092026-05-08T22:24:49.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26102026-05-08T22:24:49.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26112026-05-08T22:24:49.956Z
26122026-05-08T22:24:49.956Zinfo: running `cargo check --bins` on oxql-types (80/274)
26132026-05-08T22:24:50.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142026-05-08T22:24:50.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152026-05-08T22:24:50.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26162026-05-08T22:24:50.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26172026-05-08T22:24:50.560Z
26182026-05-08T22:24:50.560Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26192026-05-08T22:24:51.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202026-05-08T22:24:51.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212026-05-08T22:24:51.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222026-05-08T22:24:51.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26232026-05-08T22:24:51.162Z
26242026-05-08T22:24:51.162Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26252026-05-08T22:24:51.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262026-05-08T22:24:51.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272026-05-08T22:24:51.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282026-05-08T22:24:51.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26292026-05-08T22:24:51.759Z
26302026-05-08T22:24:51.759Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26312026-05-08T22:24:52.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322026-05-08T22:24:52.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332026-05-08T22:24:52.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342026-05-08T22:24:52.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26352026-05-08T22:24:52.353Z
26362026-05-08T22:24:52.353Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26372026-05-08T22:24:52.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382026-05-08T22:24:52.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392026-05-08T22:24:53.036Z Compiling structmeta-derive v0.3.0
26402026-05-08T22:24:53.153Z Compiling rustls v0.22.4
26412026-05-08T22:24:53.165Z Compiling multer v3.1.0
26422026-05-08T22:24:53.190Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26432026-05-08T22:24:53.190Z Compiling async-stream-impl v0.3.6
26442026-05-08T22:24:53.197Z Compiling dropshot v0.17.0
26452026-05-08T22:24:53.213Z Compiling newtype-uuid-macros v0.1.0
26462026-05-08T22:24:53.213Z Compiling dropshot_endpoint v0.17.0
26472026-05-08T22:24:53.347Z Checking newtype-uuid v1.3.2
26482026-05-08T22:24:53.391Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26492026-05-08T22:24:53.448Z Checking rustls-webpki v0.102.8
26502026-05-08T22:24:53.543Z Checking daft v0.1.5
26512026-05-08T22:24:53.563Z Checking futures-executor v0.3.32
26522026-05-08T22:24:53.704Z Checking thread_local v1.1.9
26532026-05-08T22:24:53.757Z Checking compression-core v0.4.31
26542026-05-08T22:24:53.786Z Checking match_cfg v0.1.0
26552026-05-08T22:24:53.817Z Checking iddqd v0.3.18
26562026-05-08T22:24:53.854Z Checking hostname v0.3.1
26572026-05-08T22:24:53.870Z Checking futures v0.3.32
26582026-05-08T22:24:53.885Z Checking compression-codecs v0.4.37
26592026-05-08T22:24:53.947Z Checking crossbeam-channel v0.5.15
26602026-05-08T22:24:53.947Z Checking slog-json v2.6.1
26612026-05-08T22:24:53.974Z Checking toml_datetime v1.0.0+spec-1.1.0
26622026-05-08T22:24:54.046Z Checking is-terminal v0.4.17
26632026-05-08T22:24:54.113Z Checking serde_spanned v1.0.4
26642026-05-08T22:24:54.137Z Checking take_mut v0.2.2
26652026-05-08T22:24:54.187Z Checking term v1.2.1
26662026-05-08T22:24:54.215Z Compiling structmeta v0.3.0
26672026-05-08T22:24:54.238Z Checking debug-ignore v1.0.5
26682026-05-08T22:24:54.247Z Checking toml_writer v1.0.6+spec-1.1.0
26692026-05-08T22:24:54.294Z Checking slog-async v2.8.0
26702026-05-08T22:24:54.334Z Checking slog-bunyan v2.5.0
26712026-05-08T22:24:54.389Z Checking slog-term v2.9.2
26722026-05-08T22:24:54.428Z Checking toml v1.0.6+spec-1.1.0
26732026-05-08T22:24:54.436Z Compiling derive-ex v0.1.8
26742026-05-08T22:24:54.448Z Compiling parse-display-derive v0.10.0
26752026-05-08T22:24:54.473Z Checking async-compression v0.4.41
26762026-05-08T22:24:54.649Z Checking async-stream v0.3.6
26772026-05-08T22:24:54.696Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26782026-05-08T22:24:54.711Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26792026-05-08T22:24:54.769Z Checking progenitor-client v0.14.0
26802026-05-08T22:24:54.784Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
26812026-05-08T22:24:54.928Z Checking waitgroup v0.1.2
26822026-05-08T22:24:54.990Z Checking backon v1.6.0
26832026-05-08T22:24:55.004Z Checking rustls-pemfile v2.2.0
26842026-05-08T22:24:55.027Z Checking serde_path_to_error v0.1.20
26852026-05-08T22:24:55.038Z Checking hostname v0.4.2
26862026-05-08T22:24:55.134Z Checking instant v0.1.13
26872026-05-08T22:24:55.223Z Checking backoff v0.4.0
26882026-05-08T22:24:55.270Z Checking tokio-rustls v0.25.0
26892026-05-08T22:24:55.312Z Checking progenitor-extras v0.2.0
26902026-05-08T22:24:55.370Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26912026-05-08T22:24:55.394Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26922026-05-08T22:24:55.540Z Checking progenitor-client v0.10.0
26932026-05-08T22:24:55.574Z Checking itertools v0.14.0
26942026-05-08T22:24:55.746Z Checking regress v0.10.5
26952026-05-08T22:24:55.767Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
26962026-05-08T22:24:56.010Z Checking macaddr v1.0.1
26972026-05-08T22:24:56.138Z Compiling test-strategy v0.4.5
26982026-05-08T22:24:56.166Z Checking parse-display v0.10.0
26992026-05-08T22:24:57.366Z Compiling prettyplease v0.2.37
27002026-05-08T22:24:57.633Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27012026-05-08T22:24:57.788Z Checking num-rational v0.4.2
27022026-05-08T22:24:58.007Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27032026-05-08T22:24:58.272Z Checking num-complex v0.4.6
27042026-05-08T22:24:58.885Z Checking num v0.4.3
27052026-05-08T22:24:58.998Z Compiling usdt-macro v0.5.0
27062026-05-08T22:24:58.998Z Compiling usdt-attr-macro v0.5.0
27072026-05-08T22:24:59.028Z Checking memmap v0.7.0
27082026-05-08T22:24:59.040Z Compiling float-ord v0.3.2
27092026-05-08T22:24:59.155Z Compiling convert_case v0.4.0
27102026-05-08T22:24:59.161Z Checking unicode-width v0.2.0
27112026-05-08T22:24:59.416Z Checking console v0.15.11
27122026-05-08T22:24:59.537Z Compiling derive_more v0.99.20
27132026-05-08T22:24:59.709Z Checking newline-converter v0.3.0
27142026-05-08T22:24:59.724Z Checking atomicwrites v0.4.4
27152026-05-08T22:24:59.771Z Checking usdt v0.5.0
27162026-05-08T22:24:59.822Z Compiling toml v0.8.23
27172026-05-08T22:24:59.849Z Checking linked-hash-map v0.5.6
27182026-05-08T22:24:59.946Z Compiling minimal-lexical v0.2.1
27192026-05-08T22:25:00.021Z Checking lru-cache v0.1.2
27202026-05-08T22:25:00.144Z Compiling nom v7.1.3
27212026-05-08T22:25:00.193Z Checking expectorate v1.2.0
27222026-05-08T22:25:00.773Z Checking camino-tempfile v1.4.1
27232026-05-08T22:25:00.915Z Checking hickory-proto v0.24.4
27242026-05-08T22:25:00.977Z Checking phf_shared v0.12.1
27252026-05-08T22:25:01.124Z Compiling slog-dtrace v0.3.0
27262026-05-08T22:25:01.217Z Checking resolv-conf v0.7.6
27272026-05-08T22:25:01.323Z Compiling chrono-tz v0.10.4
27282026-05-08T22:25:01.410Z Checking heck v0.5.0
27292026-05-08T22:25:01.508Z Compiling const_format_proc_macros v0.2.34
27302026-05-08T22:25:01.574Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27312026-05-08T22:25:01.609Z Checking phf v0.12.1
27322026-05-08T22:25:01.625Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27332026-05-08T22:25:01.751Z Checking tokio-dtrace v0.1.1
27342026-05-08T22:25:01.945Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27352026-05-08T22:25:02.059Z Compiling derive-where v1.6.0
27362026-05-08T22:25:02.135Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27372026-05-08T22:25:02.337Z Checking highway v1.3.0
27382026-05-08T22:25:02.569Z Checking const_format v0.2.35
27392026-05-08T22:25:02.775Z Checking hickory-resolver v0.24.4
27402026-05-08T22:25:02.801Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27412026-05-08T22:25:03.004Z Checking oxide-tokio-rt v0.1.4
27422026-05-08T22:25:03.205Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27432026-05-08T22:25:03.331Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27442026-05-08T22:25:03.369Z Checking gethostname v0.5.0
27452026-05-08T22:25:03.387Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27462026-05-08T22:25:03.463Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27472026-05-08T22:25:03.505Z Checking qorb v0.4.1
27482026-05-08T22:25:03.519Z Checking bcs v0.1.6
27492026-05-08T22:25:03.540Z Compiling async-recursion v1.1.1
27502026-05-08T22:25:03.748Z Checking termtree v0.5.1
27512026-05-08T22:25:06.926Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27522026-05-08T22:25:09.488Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27532026-05-08T22:25:11.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.26s
27542026-05-08T22:25:11.797Z
27552026-05-08T22:25:11.797Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27562026-05-08T22:25:12.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572026-05-08T22:25:12.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582026-05-08T22:25:12.493Z Compiling ar_archive_writer v0.5.1
27592026-05-08T22:25:12.604Z Compiling stacker v0.1.23
27602026-05-08T22:25:12.611Z Compiling cfg_aliases v0.1.1
27612026-05-08T22:25:12.619Z Compiling convert_case v0.10.0
27622026-05-08T22:25:12.619Z Checking unicode-width v0.1.14
27632026-05-08T22:25:12.636Z Compiling proc-macro-error v1.0.4
27642026-05-08T22:25:12.645Z Checking fd-lock v4.0.4
27652026-05-08T22:25:12.645Z Checking nibble_vec v0.1.0
27662026-05-08T22:25:12.673Z Compiling nix v0.28.0
27672026-05-08T22:25:12.761Z Checking vte v0.14.1
27682026-05-08T22:25:12.774Z Compiling recursive-proc-macro-impl v0.1.1
27692026-05-08T22:25:12.858Z Checking endian-type v0.1.2
27702026-05-08T22:25:12.872Z Checking bytecount v0.6.9
27712026-05-08T22:25:12.910Z Compiling derive_more-impl v2.1.1
27722026-05-08T22:25:12.937Z Checking strip-ansi-escapes v0.2.1
27732026-05-08T22:25:12.942Z Compiling tabled_derive v0.7.0
27742026-05-08T22:25:12.969Z Checking papergrid v0.11.0
27752026-05-08T22:25:12.983Z Checking radix_trie v0.2.1
27762026-05-08T22:25:13.025Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27772026-05-08T22:25:13.171Z Compiling peg-macros v0.8.5
27782026-05-08T22:25:13.187Z Checking winnow v0.6.26
27792026-05-08T22:25:13.434Z Compiling psm v0.1.30
27802026-05-08T22:25:13.491Z Compiling sqlparser_derive v0.5.0
27812026-05-08T22:25:13.572Z Checking nu-ansi-term v0.50.3
27822026-05-08T22:25:13.710Z Checking derive_more v2.1.1
27832026-05-08T22:25:13.781Z Checking home v0.5.12
27842026-05-08T22:25:13.819Z Checking unicode_categories v0.1.1
27852026-05-08T22:25:13.893Z Checking crossterm v0.29.0
27862026-05-08T22:25:13.908Z Checking tabled v0.15.0
27872026-05-08T22:25:13.957Z Checking rustyline v14.0.0
27882026-05-08T22:25:13.991Z Checking reedline v0.40.0
27892026-05-08T22:25:14.216Z Checking recursive v0.1.1
27902026-05-08T22:25:14.268Z Checking display-error-chain v0.2.2
27912026-05-08T22:25:14.295Z Checking sqlparser v0.61.0
27922026-05-08T22:25:14.328Z Checking sqlformat v0.3.5
27932026-05-08T22:25:14.523Z Checking peg v0.8.5
27942026-05-08T22:25:25.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s
27952026-05-08T22:25:25.737Z
27962026-05-08T22:25:25.737Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
27972026-05-08T22:25:26.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982026-05-08T22:25:26.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992026-05-08T22:25:26.422Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28002026-05-08T22:25:29.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
28012026-05-08T22:25:30.071Z
28022026-05-08T22:25:30.071Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28032026-05-08T22:25:30.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042026-05-08T22:25:30.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052026-05-08T22:25:30.734Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28062026-05-08T22:25:33.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
28072026-05-08T22:25:33.389Z
28082026-05-08T22:25:33.389Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28092026-05-08T22:25:33.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102026-05-08T22:25:33.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112026-05-08T22:25:34.062Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28122026-05-08T22:25:37.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28132026-05-08T22:25:37.488Z
28142026-05-08T22:25:37.488Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28152026-05-08T22:25:38.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162026-05-08T22:25:38.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172026-05-08T22:25:38.166Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28182026-05-08T22:25:41.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s
28192026-05-08T22:25:41.671Z
28202026-05-08T22:25:41.671Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28212026-05-08T22:25:42.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-05-08T22:25:42.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-05-08T22:25:42.343Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28242026-05-08T22:25:44.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28252026-05-08T22:25:45.109Z
28262026-05-08T22:25:45.110Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28272026-05-08T22:25:45.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-05-08T22:25:45.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-05-08T22:25:45.783Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28302026-05-08T22:25:48.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28312026-05-08T22:25:48.593Z
28322026-05-08T22:25:48.593Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28332026-05-08T22:25:49.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-05-08T22:25:49.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-05-08T22:25:49.268Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-05-08T22:25:52.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
28372026-05-08T22:25:52.907Z
28382026-05-08T22:25:52.907Zinfo: running `cargo check --bins` on oximeter (93/274)
28392026-05-08T22:25:53.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-05-08T22:25:53.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-05-08T22:25:53.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422026-05-08T22:25:53.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28432026-05-08T22:25:53.509Z
28442026-05-08T22:25:53.510Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28452026-05-08T22:25:54.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-05-08T22:25:54.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-05-08T22:25:54.147Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28482026-05-08T22:25:54.394Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28492026-05-08T22:25:54.410Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28502026-05-08T22:25:54.765Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28512026-05-08T22:25:57.682Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28522026-05-08T22:25:58.901Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28532026-05-08T22:25:59.063Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28542026-05-08T22:25:59.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.22s
28552026-05-08T22:25:59.914Z
28562026-05-08T22:25:59.914Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28572026-05-08T22:26:00.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-05-08T22:26:00.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-05-08T22:26:00.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602026-05-08T22:26:00.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28612026-05-08T22:26:00.514Z
28622026-05-08T22:26:00.514Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
28632026-05-08T22:26:01.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-05-08T22:26:01.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-05-08T22:26:01.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662026-05-08T22:26:01.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28672026-05-08T22:26:01.165Z
28682026-05-08T22:26:01.165Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
28692026-05-08T22:26:01.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-05-08T22:26:01.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-05-08T22:26:01.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722026-05-08T22:26:01.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28732026-05-08T22:26:01.764Z
28742026-05-08T22:26:01.764Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
28752026-05-08T22:26:02.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-05-08T22:26:02.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-05-08T22:26:02.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-05-08T22:26:02.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28792026-05-08T22:26:02.364Z
28802026-05-08T22:26:02.364Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
28812026-05-08T22:26:02.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-05-08T22:26:02.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-05-08T22:26:02.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-05-08T22:26:02.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28852026-05-08T22:26:02.968Z
28862026-05-08T22:26:02.968Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
28872026-05-08T22:26:03.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-05-08T22:26:03.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-05-08T22:26:03.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-05-08T22:26:03.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28912026-05-08T22:26:03.575Z
28922026-05-08T22:26:03.575Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
28932026-05-08T22:26:04.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-05-08T22:26:04.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-05-08T22:26:04.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-05-08T22:26:04.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28972026-05-08T22:26:04.160Z
28982026-05-08T22:26:04.160Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
28992026-05-08T22:26:04.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-05-08T22:26:04.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-05-08T22:26:04.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-05-08T22:26:04.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29032026-05-08T22:26:04.768Z
29042026-05-08T22:26:04.768Zinfo: running `cargo check --bins` on update-engine (103/274)
29052026-05-08T22:26:05.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-05-08T22:26:05.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-05-08T22:26:05.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-05-08T22:26:05.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29092026-05-08T22:26:05.354Z
29102026-05-08T22:26:05.354Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29112026-05-08T22:26:05.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-05-08T22:26:05.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-05-08T22:26:06.074Z Compiling crucible-workspace-hack v0.1.0
29142026-05-08T22:26:06.189Z Checking secrecy v0.10.3
29152026-05-08T22:26:06.196Z Compiling heapless v0.8.0
29162026-05-08T22:26:06.204Z Compiling ingot-macros v0.1.1
29172026-05-08T22:26:06.211Z Compiling toml_edit v0.23.10+spec-1.0.0
29182026-05-08T22:26:06.211Z Checking hash32 v0.3.1
29192026-05-08T22:26:06.232Z Compiling smoltcp v0.11.0
29202026-05-08T22:26:06.236Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29212026-05-08T22:26:06.289Z Checking cobs v0.3.0
29222026-05-08T22:26:06.333Z Compiling thiserror-impl-no-std v2.0.2
29232026-05-08T22:26:06.424Z Checking universal-hash v0.5.1
29242026-05-08T22:26:06.427Z Checking half v2.7.1
29252026-05-08T22:26:06.478Z Checking opaque-debug v0.3.1
29262026-05-08T22:26:06.544Z Checking ciborium-io v0.2.2
29272026-05-08T22:26:06.560Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29282026-05-08T22:26:06.596Z Checking poly1305 v0.8.0
29292026-05-08T22:26:06.643Z Checking postcard v1.1.3
29302026-05-08T22:26:06.691Z Checking ciborium-ll v0.2.2
29312026-05-08T22:26:06.749Z Compiling proc-macro-crate v3.4.0
29322026-05-08T22:26:06.849Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29332026-05-08T22:26:06.869Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29342026-05-08T22:26:06.924Z Checking password-hash v0.5.0
29352026-05-08T22:26:07.140Z Checking chacha20 v0.9.1
29362026-05-08T22:26:07.153Z Compiling proc-macro-crate v1.3.1
29372026-05-08T22:26:07.170Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29382026-05-08T22:26:07.276Z Checking blake2 v0.10.6
29392026-05-08T22:26:07.309Z Compiling num_enum_derive v0.7.5
29402026-05-08T22:26:07.326Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29412026-05-08T22:26:07.405Z Checking aead v0.5.2
29422026-05-08T22:26:07.485Z Checking thiserror-no-std v2.0.2
29432026-05-08T22:26:07.511Z Compiling foreign-types-macros v0.2.3
29442026-05-08T22:26:07.526Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29452026-05-08T22:26:07.543Z Checking cpufeatures v0.3.0
29462026-05-08T22:26:07.566Z Checking foreign-types-shared v0.3.1
29472026-05-08T22:26:07.576Z Checking vsss-rs v3.3.4
29482026-05-08T22:26:07.615Z Checking chacha20 v0.10.0
29492026-05-08T22:26:07.651Z Compiling num_enum_derive v0.5.11
29502026-05-08T22:26:07.761Z Checking chacha20poly1305 v0.10.1
29512026-05-08T22:26:07.830Z Checking argon2 v0.5.3
29522026-05-08T22:26:07.882Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29532026-05-08T22:26:08.092Z Checking foreign-types v0.5.0
29542026-05-08T22:26:08.169Z Checking ciborium v0.2.2
29552026-05-08T22:26:08.273Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29562026-05-08T22:26:08.305Z Checking tabwriter v1.4.1
29572026-05-08T22:26:08.334Z Checking num_enum v0.7.5
29582026-05-08T22:26:08.444Z Checking byte-wrapper v0.1.0
29592026-05-08T22:26:08.447Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29602026-05-08T22:26:08.548Z Checking cstr-argument v0.1.2
29612026-05-08T22:26:08.598Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29622026-05-08T22:26:08.654Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29632026-05-08T22:26:08.682Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29642026-05-08T22:26:08.692Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29652026-05-08T22:26:08.698Z Checking num_enum v0.5.11
29662026-05-08T22:26:08.803Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29672026-05-08T22:26:08.845Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29682026-05-08T22:26:08.857Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29692026-05-08T22:26:08.878Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29702026-05-08T22:26:08.983Z Checking rand v0.10.0
29712026-05-08T22:26:09.003Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29722026-05-08T22:26:09.017Z Checking ingot-types v0.1.2
29732026-05-08T22:26:09.030Z Checking colored v3.1.1
29742026-05-08T22:26:09.051Z Checking indent_write v2.2.0
29752026-05-08T22:26:09.182Z Compiling zone_cfg_derive v0.3.1
29762026-05-08T22:26:09.221Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29772026-05-08T22:26:09.309Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29782026-05-08T22:26:09.336Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29792026-05-08T22:26:09.367Z Checking ingot v0.1.1
29802026-05-08T22:26:09.385Z Checking itertools v0.12.1
29812026-05-08T22:26:09.416Z Compiling num-derive v0.4.2
29822026-05-08T22:26:09.430Z Checking swrite v0.1.0
29832026-05-08T22:26:09.480Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29842026-05-08T22:26:09.515Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29852026-05-08T22:26:09.677Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29862026-05-08T22:26:09.777Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29872026-05-08T22:26:09.819Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
29882026-05-08T22:26:09.833Z Checking dropshot-api-manager-types v0.7.1
29892026-05-08T22:26:09.845Z Checking smf v0.2.3
29902026-05-08T22:26:09.926Z Checking nanorand v0.7.0
29912026-05-08T22:26:09.994Z Checking whoami v1.6.1
29922026-05-08T22:26:10.071Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29932026-05-08T22:26:10.120Z Checking flume v0.11.1
29942026-05-08T22:26:10.329Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29952026-05-08T22:26:10.382Z Checking zone v0.3.1
29962026-05-08T22:26:10.936Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29972026-05-08T22:26:11.913Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29982026-05-08T22:26:12.811Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29992026-05-08T22:26:15.743Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30002026-05-08T22:26:17.805Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30012026-05-08T22:26:18.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.53s
30022026-05-08T22:26:19.083Z
30032026-05-08T22:26:19.083Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30042026-05-08T22:26:19.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052026-05-08T22:26:19.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062026-05-08T22:26:19.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30072026-05-08T22:26:19.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30082026-05-08T22:26:19.685Z
30092026-05-08T22:26:19.685Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30102026-05-08T22:26:20.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112026-05-08T22:26:20.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122026-05-08T22:26:20.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30132026-05-08T22:26:20.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30142026-05-08T22:26:20.290Z
30152026-05-08T22:26:20.290Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30162026-05-08T22:26:20.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172026-05-08T22:26:20.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182026-05-08T22:26:20.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30192026-05-08T22:26:20.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30202026-05-08T22:26:20.904Z
30212026-05-08T22:26:20.904Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30222026-05-08T22:26:21.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232026-05-08T22:26:21.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242026-05-08T22:26:21.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30252026-05-08T22:26:21.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30262026-05-08T22:26:21.519Z
30272026-05-08T22:26:21.519Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30282026-05-08T22:26:22.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-05-08T22:26:22.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-05-08T22:26:22.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-05-08T22:26:22.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30322026-05-08T22:26:22.122Z
30332026-05-08T22:26:22.122Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30342026-05-08T22:26:22.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-05-08T22:26:22.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-05-08T22:26:22.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-05-08T22:26:22.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30382026-05-08T22:26:22.726Z
30392026-05-08T22:26:22.726Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30402026-05-08T22:26:23.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-05-08T22:26:23.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-05-08T22:26:23.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-05-08T22:26:23.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30442026-05-08T22:26:23.335Z
30452026-05-08T22:26:23.335Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30462026-05-08T22:26:23.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-05-08T22:26:23.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-05-08T22:26:23.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-05-08T22:26:23.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30502026-05-08T22:26:23.929Z
30512026-05-08T22:26:23.929Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30522026-05-08T22:26:24.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-05-08T22:26:24.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-05-08T22:26:24.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-05-08T22:26:24.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30562026-05-08T22:26:24.534Z
30572026-05-08T22:26:24.534Zinfo: running `cargo check --bins` on dns-service-client (114/274)
30582026-05-08T22:26:25.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-05-08T22:26:25.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-05-08T22:26:25.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-05-08T22:26:25.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30622026-05-08T22:26:25.139Z
30632026-05-08T22:26:25.139Zinfo: running `cargo check --bins` on installinator-client (115/274)
30642026-05-08T22:26:25.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-05-08T22:26:25.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-05-08T22:26:25.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-05-08T22:26:25.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30682026-05-08T22:26:25.748Z
30692026-05-08T22:26:25.748Zinfo: running `cargo check --bins` on nexus-client (116/274)
30702026-05-08T22:26:26.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-05-08T22:26:26.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-05-08T22:26:26.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-05-08T22:26:26.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30742026-05-08T22:26:26.390Z
30752026-05-08T22:26:26.390Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
30762026-05-08T22:26:26.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-05-08T22:26:26.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-05-08T22:26:26.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-05-08T22:26:26.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30802026-05-08T22:26:27.036Z
30812026-05-08T22:26:27.036Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
30822026-05-08T22:26:27.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-05-08T22:26:27.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-05-08T22:26:27.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-05-08T22:26:27.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30862026-05-08T22:26:27.628Z
30872026-05-08T22:26:27.628Zinfo: running `cargo check --bins` on oxide-client (119/274)
30882026-05-08T22:26:28.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-05-08T22:26:28.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-05-08T22:26:28.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-05-08T22:26:28.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30922026-05-08T22:26:28.219Z
30932026-05-08T22:26:28.219Zinfo: running `cargo check --bins` on oximeter-client (120/274)
30942026-05-08T22:26:28.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-05-08T22:26:28.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-05-08T22:26:28.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-05-08T22:26:28.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30982026-05-08T22:26:28.825Z
30992026-05-08T22:26:28.825Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
31002026-05-08T22:26:29.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-05-08T22:26:29.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-05-08T22:26:29.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-05-08T22:26:29.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31042026-05-08T22:26:29.415Z
31052026-05-08T22:26:29.416Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31062026-05-08T22:26:29.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-05-08T22:26:29.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-05-08T22:26:29.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-05-08T22:26:29.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31102026-05-08T22:26:30.027Z
31112026-05-08T22:26:30.027Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31122026-05-08T22:26:30.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-05-08T22:26:30.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-05-08T22:26:30.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-05-08T22:26:30.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31162026-05-08T22:26:30.654Z
31172026-05-08T22:26:30.654Zinfo: running `cargo check --bins` on installinator-common (124/274)
31182026-05-08T22:26:31.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-05-08T22:26:31.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-05-08T22:26:31.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-05-08T22:26:31.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31222026-05-08T22:26:31.278Z
31232026-05-08T22:26:31.278Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31242026-05-08T22:26:31.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-05-08T22:26:31.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-05-08T22:26:31.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-05-08T22:26:31.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31282026-05-08T22:26:31.869Z
31292026-05-08T22:26:31.869Zinfo: running `cargo check --bins` on wicket-common (126/274)
31302026-05-08T22:26:32.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-05-08T22:26:32.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-05-08T22:26:32.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-05-08T22:26:32.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31342026-05-08T22:26:32.484Z
31352026-05-08T22:26:32.484Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31362026-05-08T22:26:33.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-05-08T22:26:33.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-05-08T22:26:33.177Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31392026-05-08T22:26:33.293Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31402026-05-08T22:26:33.300Z Checking csv-core v0.1.13
31412026-05-08T22:26:33.308Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31422026-05-08T22:26:33.311Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31432026-05-08T22:26:33.325Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31442026-05-08T22:26:33.338Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31452026-05-08T22:26:33.347Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31462026-05-08T22:26:33.453Z Checking csv v1.4.0
31472026-05-08T22:26:33.469Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31482026-05-08T22:26:33.519Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31492026-05-08T22:26:33.548Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31502026-05-08T22:26:33.786Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31512026-05-08T22:26:34.153Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31522026-05-08T22:26:34.153Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31532026-05-08T22:26:34.490Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31542026-05-08T22:26:40.224Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31552026-05-08T22:26:40.751Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31562026-05-08T22:26:43.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.59s
31572026-05-08T22:26:43.272Z
31582026-05-08T22:26:43.272Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
31592026-05-08T22:26:43.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-05-08T22:26:43.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-05-08T22:26:43.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-05-08T22:26:43.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31632026-05-08T22:26:43.876Z
31642026-05-08T22:26:43.876Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
31652026-05-08T22:26:44.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-05-08T22:26:44.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-05-08T22:26:44.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-05-08T22:26:44.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31692026-05-08T22:26:44.563Z
31702026-05-08T22:26:44.563Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
31712026-05-08T22:26:45.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-05-08T22:26:45.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-05-08T22:26:45.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-05-08T22:26:45.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31752026-05-08T22:26:45.251Z
31762026-05-08T22:26:45.251Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
31772026-05-08T22:26:45.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-05-08T22:26:45.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-05-08T22:26:45.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31802026-05-08T22:26:45.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31812026-05-08T22:26:45.909Z
31822026-05-08T22:26:45.909Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
31832026-05-08T22:26:46.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31842026-05-08T22:26:46.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31852026-05-08T22:26:46.677Z Compiling regress v0.11.1
31862026-05-08T22:26:46.818Z Compiling unsafe-libyaml v0.2.11
31872026-05-08T22:26:46.831Z Compiling radium v0.7.0
31882026-05-08T22:26:46.831Z Compiling semver v0.1.20
31892026-05-08T22:26:46.858Z Compiling pin-project-internal v1.1.11
31902026-05-08T22:26:46.870Z Checking tap v1.0.1
31912026-05-08T22:26:46.873Z Compiling maybe-uninit v2.0.0
31922026-05-08T22:26:46.969Z Checking wyz v0.5.1
31932026-05-08T22:26:47.097Z Compiling rustc_version v0.1.7
31942026-05-08T22:26:47.145Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31952026-05-08T22:26:47.205Z Checking progenitor-client v0.13.0
31962026-05-08T22:26:47.286Z Compiling snafu-derive v0.8.9
31972026-05-08T22:26:47.313Z Compiling newtype_derive v0.1.6
31982026-05-08T22:26:47.435Z Compiling serde_yaml v0.9.34+deprecated
31992026-05-08T22:26:47.500Z Compiling zerocopy-derive v0.6.6
32002026-05-08T22:26:47.557Z Compiling cancel-safe-futures v0.1.5
32012026-05-08T22:26:47.762Z Compiling packed_struct v0.10.1
32022026-05-08T22:26:47.999Z Checking pin-project v1.1.11
32032026-05-08T22:26:48.026Z Compiling owo-colors v4.3.0
32042026-05-08T22:26:48.096Z Checking funty v2.0.0
32052026-05-08T22:26:48.272Z Checking typify-impl v0.6.2
32062026-05-08T22:26:48.404Z Checking same-file v1.0.6
32072026-05-08T22:26:48.419Z Checking crc-catalog v2.4.0
32082026-05-08T22:26:48.512Z Checking crc v3.4.0
32092026-05-08T22:26:48.524Z Checking walkdir v2.5.0
32102026-05-08T22:26:48.644Z Checking bitvec v1.0.1
32112026-05-08T22:26:48.686Z Checking zerocopy v0.6.6
32122026-05-08T22:26:48.900Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32132026-05-08T22:26:48.916Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32142026-05-08T22:26:48.992Z Checking globset v0.4.18
32152026-05-08T22:26:49.200Z Checking snafu v0.8.9
32162026-05-08T22:26:49.247Z Checking olpc-cjson v0.1.4
32172026-05-08T22:26:49.262Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32182026-05-08T22:26:49.387Z Checking pem v3.0.6
32192026-05-08T22:26:49.422Z Compiling packed_struct_codegen v0.10.1
32202026-05-08T22:26:49.436Z Checking libsw-core v0.3.2
32212026-05-08T22:26:49.449Z Checking serde_plain v1.0.2
32222026-05-08T22:26:49.515Z Compiling bitfield-macros v0.19.4
32232026-05-08T22:26:49.547Z Compiling indexmap v1.9.3
32242026-05-08T22:26:49.575Z Checking nodrop v0.1.14
32252026-05-08T22:26:49.591Z Checking typed-path v0.9.3
32262026-05-08T22:26:49.667Z Checking array-init v0.0.4
32272026-05-08T22:26:49.760Z Checking libsw v3.5.0
32282026-05-08T22:26:49.911Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32292026-05-08T22:26:49.948Z Checking smallvec v0.6.14
32302026-05-08T22:26:49.998Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32312026-05-08T22:26:50.227Z Checking bitfield v0.19.4
32322026-05-08T22:26:50.273Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32332026-05-08T22:26:50.298Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32342026-05-08T22:26:50.368Z Checking tough v0.20.0
32352026-05-08T22:26:50.411Z Checking hashbrown v0.12.3
32362026-05-08T22:26:50.424Z Checking tagptr v0.2.0
32372026-05-08T22:26:50.439Z Checking base64 v0.21.7
32382026-05-08T22:26:50.501Z Checking smawk v0.3.2
32392026-05-08T22:26:50.558Z Checking unicode-linebreak v0.1.5
32402026-05-08T22:26:50.627Z Checking linear-map v1.2.0
32412026-05-08T22:26:50.673Z Checking ron v0.8.1
32422026-05-08T22:26:50.695Z Checking moka v0.12.13
32432026-05-08T22:26:50.772Z Checking textwrap v0.16.2
32442026-05-08T22:26:50.793Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32452026-05-08T22:26:50.992Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32462026-05-08T22:26:51.186Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32472026-05-08T22:26:51.231Z Checking serde-hex v0.1.0
32482026-05-08T22:26:51.346Z Checking steno v0.4.1
32492026-05-08T22:26:51.362Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32502026-05-08T22:26:51.523Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32512026-05-08T22:26:51.559Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32522026-05-08T22:26:51.815Z Checking hashbrown v0.13.2
32532026-05-08T22:26:52.095Z Checking humantime v2.3.0
32542026-05-08T22:26:52.111Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32552026-05-08T22:26:52.244Z Checking crc-any v2.5.0
32562026-05-08T22:26:52.276Z Checking object v0.30.4
32572026-05-08T22:26:52.322Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32582026-05-08T22:26:52.347Z Checking hickory-resolver v0.25.2
32592026-05-08T22:26:52.415Z Checking half v1.8.3
32602026-05-08T22:26:52.430Z Checking utf-8 v0.7.6
32612026-05-08T22:26:52.481Z Checking path-slash v0.1.5
32622026-05-08T22:26:52.563Z Checking void v1.0.2
32632026-05-08T22:26:52.584Z Checking tungstenite v0.23.0
32642026-05-08T22:26:52.612Z Checking serde_cbor v0.11.2
32652026-05-08T22:26:52.668Z Checking lzss v0.8.2
32662026-05-08T22:26:52.855Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32672026-05-08T22:26:52.876Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32682026-05-08T22:26:52.941Z Compiling typify-macro v0.6.2
32692026-05-08T22:26:52.983Z Checking nix v0.27.1
32702026-05-08T22:26:52.998Z Checking kstat-rs v0.2.4
32712026-05-08T22:26:53.010Z Checking fxhash v0.2.1
32722026-05-08T22:26:53.043Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32732026-05-08T22:26:53.106Z Checking serde_bytes v0.11.19
32742026-05-08T22:26:53.124Z Checking tokio-tungstenite v0.23.1
32752026-05-08T22:26:53.177Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32762026-05-08T22:26:53.288Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32772026-05-08T22:26:53.378Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32782026-05-08T22:26:53.455Z Checking signal-hook-tokio v0.3.1
32792026-05-08T22:26:54.324Z Compiling typify v0.6.2
32802026-05-08T22:26:54.412Z Compiling progenitor-impl v0.13.0
32812026-05-08T22:26:54.412Z Compiling progenitor-impl v0.14.0
32822026-05-08T22:26:54.486Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32832026-05-08T22:26:55.400Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32842026-05-08T22:26:55.715Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
32852026-05-08T22:26:56.001Z Compiling progenitor-macro v0.14.0
32862026-05-08T22:26:56.065Z Compiling progenitor-macro v0.13.0
32872026-05-08T22:26:58.617Z Checking progenitor v0.14.0
32882026-05-08T22:26:58.675Z Checking progenitor v0.13.0
32892026-05-08T22:26:58.741Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32902026-05-08T22:26:58.791Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32912026-05-08T22:27:01.817Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32922026-05-08T22:27:09.449Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32932026-05-08T22:27:15.741Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32942026-05-08T22:27:17.117Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32952026-05-08T22:27:17.623Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32962026-05-08T22:27:19.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.79s
32972026-05-08T22:27:19.966Z
32982026-05-08T22:27:19.966Zinfo: running `cargo check --bins` on gateway-api (133/274)
32992026-05-08T22:27:20.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002026-05-08T22:27:20.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012026-05-08T22:27:20.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33022026-05-08T22:27:20.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33032026-05-08T22:27:20.515Z
33042026-05-08T22:27:20.515Zinfo: running `cargo check --bins` on ipcc (134/274)
33052026-05-08T22:27:21.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33062026-05-08T22:27:21.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33072026-05-08T22:27:21.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33082026-05-08T22:27:21.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33092026-05-08T22:27:21.121Z
33102026-05-08T22:27:21.122Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33112026-05-08T22:27:21.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122026-05-08T22:27:21.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132026-05-08T22:27:21.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142026-05-08T22:27:21.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33152026-05-08T22:27:21.710Z
33162026-05-08T22:27:21.710Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33172026-05-08T22:27:22.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-05-08T22:27:22.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-05-08T22:27:22.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-05-08T22:27:22.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33212026-05-08T22:27:22.316Z
33222026-05-08T22:27:22.316Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33232026-05-08T22:27:22.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-05-08T22:27:22.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-05-08T22:27:22.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-05-08T22:27:22.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33272026-05-08T22:27:22.929Z
33282026-05-08T22:27:22.929Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33292026-05-08T22:27:23.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-05-08T22:27:23.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-05-08T22:27:23.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-05-08T22:27:23.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33332026-05-08T22:27:23.522Z
33342026-05-08T22:27:23.522Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33352026-05-08T22:27:24.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-05-08T22:27:24.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-05-08T22:27:24.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-05-08T22:27:24.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33392026-05-08T22:27:24.130Z
33402026-05-08T22:27:24.130Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33412026-05-08T22:27:24.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-05-08T22:27:24.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-05-08T22:27:24.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-05-08T22:27:24.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33452026-05-08T22:27:24.737Z
33462026-05-08T22:27:24.737Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33472026-05-08T22:27:25.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-05-08T22:27:25.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-05-08T22:27:25.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-05-08T22:27:25.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33512026-05-08T22:27:25.345Z
33522026-05-08T22:27:25.345Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33532026-05-08T22:27:25.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-05-08T22:27:25.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-05-08T22:27:25.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-05-08T22:27:25.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33572026-05-08T22:27:25.951Z
33582026-05-08T22:27:25.951Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
33592026-05-08T22:27:26.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-05-08T22:27:26.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-05-08T22:27:26.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-05-08T22:27:26.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33632026-05-08T22:27:26.560Z
33642026-05-08T22:27:26.560Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
33652026-05-08T22:27:27.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-05-08T22:27:27.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-05-08T22:27:27.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-05-08T22:27:27.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33692026-05-08T22:27:27.173Z
33702026-05-08T22:27:27.173Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
33712026-05-08T22:27:27.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-05-08T22:27:27.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-05-08T22:27:27.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-05-08T22:27:27.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33752026-05-08T22:27:27.787Z
33762026-05-08T22:27:27.788Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
33772026-05-08T22:27:28.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-05-08T22:27:28.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-05-08T22:27:28.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-05-08T22:27:28.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33812026-05-08T22:27:28.396Z
33822026-05-08T22:27:28.396Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
33832026-05-08T22:27:28.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-08T22:27:28.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-08T22:27:28.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-08T22:27:28.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33872026-05-08T22:27:29.011Z
33882026-05-08T22:27:29.011Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
33892026-05-08T22:27:29.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-08T22:27:29.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-08T22:27:29.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-08T22:27:29.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33932026-05-08T22:27:29.619Z
33942026-05-08T22:27:29.619Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
33952026-05-08T22:27:30.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-08T22:27:30.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-08T22:27:30.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-08T22:27:30.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33992026-05-08T22:27:30.228Z
34002026-05-08T22:27:30.228Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34012026-05-08T22:27:30.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-08T22:27:30.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-08T22:27:30.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-08T22:27:30.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34052026-05-08T22:27:30.846Z
34062026-05-08T22:27:30.846Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34072026-05-08T22:27:31.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-08T22:27:31.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-08T22:27:31.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-08T22:27:31.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34112026-05-08T22:27:31.454Z
34122026-05-08T22:27:31.454Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34132026-05-08T22:27:31.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-08T22:27:31.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-08T22:27:31.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-08T22:27:31.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34172026-05-08T22:27:32.073Z
34182026-05-08T22:27:32.073Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34192026-05-08T22:27:32.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-08T22:27:32.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-08T22:27:32.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-08T22:27:32.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34232026-05-08T22:27:32.679Z
34242026-05-08T22:27:32.679Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34252026-05-08T22:27:33.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-08T22:27:33.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-08T22:27:33.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-08T22:27:33.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34292026-05-08T22:27:33.327Z
34302026-05-08T22:27:33.327Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34312026-05-08T22:27:34.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-08T22:27:34.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-08T22:27:34.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-05-08T22:27:34.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34352026-05-08T22:27:34.190Z
34362026-05-08T22:27:34.190Zinfo: running `cargo check --bins` on dns-server (156/274)
34372026-05-08T22:27:34.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-05-08T22:27:34.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-05-08T22:27:34.988Z Compiling parking_lot_core v0.8.6
34402026-05-08T22:27:34.988Z Compiling git-stub v1.0.0
34412026-05-08T22:27:34.988Z Compiling atomicwrites v0.4.4
34422026-05-08T22:27:34.988Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34432026-05-08T22:27:34.988Z Checking prefix-trie v0.7.0
34442026-05-08T22:27:34.988Z Compiling git-stub-vcs v0.1.0
34452026-05-08T22:27:35.023Z Checking hickory-server v0.25.2
34462026-05-08T22:27:35.171Z Checking parking_lot v0.11.2
34472026-05-08T22:27:35.175Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34482026-05-08T22:27:35.200Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34492026-05-08T22:27:35.205Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34502026-05-08T22:27:35.306Z Checking sled v0.34.7
34512026-05-08T22:27:37.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
34522026-05-08T22:27:37.688Z
34532026-05-08T22:27:37.688Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34542026-05-08T22:27:38.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-05-08T22:27:38.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-05-08T22:27:38.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-05-08T22:27:38.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34582026-05-08T22:27:38.161Z
34592026-05-08T22:27:38.161Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
34602026-05-08T22:27:38.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-05-08T22:27:38.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-05-08T22:27:38.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-05-08T22:27:38.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34642026-05-08T22:27:38.664Z
34652026-05-08T22:27:38.664Zinfo: running `cargo check --bins` on sp-sim (159/274)
34662026-05-08T22:27:39.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-05-08T22:27:39.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-05-08T22:27:41.281Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34692026-05-08T22:27:41.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
34702026-05-08T22:27:41.320Z
34712026-05-08T22:27:41.320Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
34722026-05-08T22:27:42.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-05-08T22:27:42.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-05-08T22:27:42.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-05-08T22:27:42.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34762026-05-08T22:27:42.480Z
34772026-05-08T22:27:42.480Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
34782026-05-08T22:27:42.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-05-08T22:27:42.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-05-08T22:27:42.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-05-08T22:27:42.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34822026-05-08T22:27:42.724Z
34832026-05-08T22:27:42.724Zinfo: running `cargo check --bins` on db-macros (162/274)
34842026-05-08T22:27:43.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-05-08T22:27:43.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-05-08T22:27:43.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-05-08T22:27:43.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34882026-05-08T22:27:43.281Z
34892026-05-08T22:27:43.281Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
34902026-05-08T22:27:43.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-05-08T22:27:43.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-05-08T22:27:43.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-05-08T22:27:43.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34942026-05-08T22:27:43.779Z
34952026-05-08T22:27:43.779Zinfo: running `cargo check --bins` on nexus-auth (164/274)
34962026-05-08T22:27:44.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-05-08T22:27:44.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-05-08T22:27:44.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-05-08T22:27:44.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35002026-05-08T22:27:44.438Z
35012026-05-08T22:27:44.438Zinfo: running `cargo check --bins` on authz-macros (165/274)
35022026-05-08T22:27:44.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-05-08T22:27:44.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-05-08T22:27:44.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-05-08T22:27:44.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35062026-05-08T22:27:45.029Z
35072026-05-08T22:27:45.029Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35082026-05-08T22:27:45.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-05-08T22:27:45.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-05-08T22:27:45.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-05-08T22:27:45.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35122026-05-08T22:27:45.678Z
35132026-05-08T22:27:45.678Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35142026-05-08T22:27:46.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-05-08T22:27:46.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-05-08T22:27:46.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-05-08T22:27:46.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35182026-05-08T22:27:46.332Z
35192026-05-08T22:27:46.332Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35202026-05-08T22:27:46.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-05-08T22:27:46.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-05-08T22:27:46.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-05-08T22:27:46.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35242026-05-08T22:27:46.925Z
35252026-05-08T22:27:46.925Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35262026-05-08T22:27:47.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-05-08T22:27:47.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-05-08T22:27:47.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-05-08T22:27:47.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35302026-05-08T22:27:47.515Z
35312026-05-08T22:27:47.515Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35322026-05-08T22:27:48.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-05-08T22:27:48.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-05-08T22:27:48.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-05-08T22:27:48.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35362026-05-08T22:27:48.122Z
35372026-05-08T22:27:48.122Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35382026-05-08T22:27:48.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-05-08T22:27:48.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-05-08T22:27:48.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-05-08T22:27:48.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35422026-05-08T22:27:48.718Z
35432026-05-08T22:27:48.718Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35442026-05-08T22:27:49.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-05-08T22:27:49.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-05-08T22:27:49.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-05-08T22:27:49.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35482026-05-08T22:27:49.307Z
35492026-05-08T22:27:49.307Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35502026-05-08T22:27:49.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-05-08T22:27:49.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-05-08T22:27:49.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-05-08T22:27:49.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35542026-05-08T22:27:49.967Z
35552026-05-08T22:27:49.967Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
35562026-05-08T22:27:50.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-05-08T22:27:50.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-05-08T22:27:50.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-05-08T22:27:50.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35602026-05-08T22:27:50.625Z
35612026-05-08T22:27:50.625Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
35622026-05-08T22:27:51.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-05-08T22:27:51.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-05-08T22:27:51.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-05-08T22:27:51.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35662026-05-08T22:27:51.280Z
35672026-05-08T22:27:51.281Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
35682026-05-08T22:27:51.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-05-08T22:27:51.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-05-08T22:27:51.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-05-08T22:27:51.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35722026-05-08T22:27:51.908Z
35732026-05-08T22:27:51.908Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
35742026-05-08T22:27:52.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-05-08T22:27:52.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-05-08T22:27:52.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-05-08T22:27:52.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35782026-05-08T22:27:52.528Z
35792026-05-08T22:27:52.528Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
35802026-05-08T22:27:53.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-08T22:27:53.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-08T22:27:53.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-08T22:27:53.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35842026-05-08T22:27:53.142Z
35852026-05-08T22:27:53.142Zinfo: running `cargo check --bins` on key-manager (179/274)
35862026-05-08T22:27:53.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-08T22:27:53.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-08T22:27:53.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-05-08T22:27:53.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35902026-05-08T22:27:53.739Z
35912026-05-08T22:27:53.739Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
35922026-05-08T22:27:54.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-08T22:27:54.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-08T22:27:54.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-05-08T22:27:54.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35962026-05-08T22:27:54.359Z
35972026-05-08T22:27:54.359Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
35982026-05-08T22:27:54.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-08T22:27:54.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-08T22:27:54.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-08T22:27:54.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36022026-05-08T22:27:54.979Z
36032026-05-08T22:27:54.979Zinfo: running `cargo check --bins` on typed-rng (182/274)
36042026-05-08T22:27:55.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-08T22:27:55.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-08T22:27:55.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-05-08T22:27:55.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36082026-05-08T22:27:55.568Z
36092026-05-08T22:27:55.568Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36102026-05-08T22:27:56.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-05-08T22:27:56.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-05-08T22:27:56.420Z Compiling typify-impl v0.4.3
36132026-05-08T22:27:56.424Z Compiling libefi-sys v0.1.0
36142026-05-08T22:27:56.565Z Compiling bitfield-struct v0.6.2
36152026-05-08T22:27:56.574Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36162026-05-08T22:27:56.583Z Compiling xshell-macros v0.2.7
36172026-05-08T22:27:56.594Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36182026-05-08T22:27:56.628Z Compiling salty v0.3.0
36192026-05-08T22:27:56.637Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36202026-05-08T22:27:56.790Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36212026-05-08T22:27:56.915Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36222026-05-08T22:27:56.931Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36232026-05-08T22:27:56.944Z Checking xshell v0.2.7
36242026-05-08T22:27:57.130Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36252026-05-08T22:27:57.153Z Checking primeorder v0.13.6
36262026-05-08T22:27:57.171Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36272026-05-08T22:27:57.297Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36282026-05-08T22:27:57.315Z Compiling proc-macro-error-attr2 v2.0.0
36292026-05-08T22:27:57.384Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36302026-05-08T22:27:57.408Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36312026-05-08T22:27:57.557Z Checking tungstenite v0.21.0
36322026-05-08T22:27:57.595Z Checking p384 v0.13.1
36332026-05-08T22:27:57.641Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36342026-05-08T22:27:57.697Z Compiling proc-macro-error2 v2.0.1
36352026-05-08T22:27:57.832Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36362026-05-08T22:27:57.976Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36372026-05-08T22:27:58.009Z Compiling num-derive v0.3.3
36382026-05-08T22:27:58.026Z Compiling tabled_derive v0.11.0
36392026-05-08T22:27:58.299Z Checking tokio-tungstenite v0.21.0
36402026-05-08T22:27:58.501Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36412026-05-08T22:27:58.576Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36422026-05-08T22:27:58.617Z Checking papergrid v0.17.0
36432026-05-08T22:27:58.824Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36442026-05-08T22:27:58.891Z Checking libscf-sys v1.1.0
36452026-05-08T22:27:59.019Z Checking testing_table v0.3.0
36462026-05-08T22:27:59.115Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36472026-05-08T22:27:59.174Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36482026-05-08T22:27:59.190Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36492026-05-08T22:27:59.388Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36502026-05-08T22:27:59.457Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36512026-05-08T22:27:59.597Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36522026-05-08T22:27:59.638Z Checking corncobs v0.1.4
36532026-05-08T22:27:59.655Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36542026-05-08T22:27:59.670Z Compiling unicase v2.9.0
36552026-05-08T22:27:59.769Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36562026-05-08T22:27:59.859Z Checking tabled v0.20.0
36572026-05-08T22:27:59.876Z Compiling mime_guess v2.0.5
36582026-05-08T22:27:59.891Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36592026-05-08T22:27:59.942Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36602026-05-08T22:28:00.027Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36612026-05-08T22:28:00.098Z Checking progenitor-client v0.11.2
36622026-05-08T22:28:00.241Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36632026-05-08T22:28:00.337Z Checking secrecy v0.8.0
36642026-05-08T22:28:00.361Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36652026-05-08T22:28:00.376Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36662026-05-08T22:28:00.436Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36672026-05-08T22:28:00.571Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36682026-05-08T22:28:00.805Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36692026-05-08T22:28:00.959Z Compiling typify-macro v0.4.3
36702026-05-08T22:28:01.058Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36712026-05-08T22:28:01.061Z Checking filetime v0.2.27
36722026-05-08T22:28:01.125Z Checking crc8 v0.1.1
36732026-05-08T22:28:01.128Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36742026-05-08T22:28:01.208Z Checking xattr v1.6.1
36752026-05-08T22:28:01.226Z Checking http-range v0.1.5
36762026-05-08T22:28:01.359Z Checking tar v0.4.45
36772026-05-08T22:28:01.707Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36782026-05-08T22:28:01.745Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36792026-05-08T22:28:01.892Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36802026-05-08T22:28:01.979Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36812026-05-08T22:28:01.995Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36822026-05-08T22:28:02.046Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36832026-05-08T22:28:02.293Z Checking atty v0.2.14
36842026-05-08T22:28:02.394Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36852026-05-08T22:28:02.414Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36862026-05-08T22:28:02.577Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36872026-05-08T22:28:02.673Z Compiling typify v0.4.3
36882026-05-08T22:28:02.788Z Compiling progenitor-impl v0.11.2
36892026-05-08T22:28:02.908Z Compiling progenitor-impl v0.10.0
36902026-05-08T22:28:03.134Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36912026-05-08T22:28:03.278Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36922026-05-08T22:28:03.377Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36932026-05-08T22:28:03.803Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36942026-05-08T22:28:04.246Z Checking hyper-staticfile v0.10.1
36952026-05-08T22:28:04.263Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36962026-05-08T22:28:04.281Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36972026-05-08T22:28:04.503Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36982026-05-08T22:28:04.538Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36992026-05-08T22:28:04.622Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37002026-05-08T22:28:04.763Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37012026-05-08T22:28:04.899Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37022026-05-08T22:28:05.037Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37032026-05-08T22:28:05.176Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37042026-05-08T22:28:05.327Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37052026-05-08T22:28:05.380Z Compiling progenitor-macro v0.11.2
37062026-05-08T22:28:05.470Z Compiling progenitor-macro v0.10.0
37072026-05-08T22:28:08.119Z Checking progenitor v0.11.2
37082026-05-08T22:28:08.247Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37092026-05-08T22:28:08.372Z Checking progenitor v0.10.0
37102026-05-08T22:28:08.490Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37112026-05-08T22:28:12.923Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37122026-05-08T22:28:14.021Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37132026-05-08T22:28:24.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.88s
37142026-05-08T22:28:24.668Z
37152026-05-08T22:28:24.668Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37162026-05-08T22:28:25.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-05-08T22:28:25.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-05-08T22:28:25.456Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37192026-05-08T22:28:35.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.27s
37202026-05-08T22:28:36.163Z
37212026-05-08T22:28:36.163Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37222026-05-08T22:28:36.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-05-08T22:28:36.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-05-08T22:28:36.947Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37252026-05-08T22:28:47.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
37262026-05-08T22:28:47.727Z
37272026-05-08T22:28:47.728Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37282026-05-08T22:28:48.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-05-08T22:28:48.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-05-08T22:28:48.507Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37312026-05-08T22:28:59.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s
37322026-05-08T22:28:59.254Z
37332026-05-08T22:28:59.254Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37342026-05-08T22:28:59.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-05-08T22:28:59.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-05-08T22:29:00.032Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37372026-05-08T22:29:10.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
37382026-05-08T22:29:10.801Z
37392026-05-08T22:29:10.802Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37402026-05-08T22:29:11.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-05-08T22:29:11.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-05-08T22:29:11.584Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37432026-05-08T22:29:22.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.22s
37442026-05-08T22:29:22.238Z
37452026-05-08T22:29:22.238Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37462026-05-08T22:29:22.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-05-08T22:29:22.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-05-08T22:29:23.019Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37492026-05-08T22:29:33.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.22s
37502026-05-08T22:29:33.695Z
37512026-05-08T22:29:33.695Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37522026-05-08T22:29:34.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-05-08T22:29:34.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-05-08T22:29:34.475Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37552026-05-08T22:29:45.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s
37562026-05-08T22:29:45.218Z
37572026-05-08T22:29:45.218Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
37582026-05-08T22:29:45.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-05-08T22:29:45.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-05-08T22:29:45.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37612026-05-08T22:29:45.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37622026-05-08T22:29:45.817Z
37632026-05-08T22:29:45.817Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
37642026-05-08T22:29:46.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-05-08T22:29:46.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-05-08T22:29:46.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37672026-05-08T22:29:46.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37682026-05-08T22:29:46.417Z
37692026-05-08T22:29:46.417Zinfo: running `cargo check --bins` on range-requests (193/274)
37702026-05-08T22:29:46.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-05-08T22:29:46.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-05-08T22:29:46.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37732026-05-08T22:29:46.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37742026-05-08T22:29:47.013Z
37752026-05-08T22:29:47.013Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
37762026-05-08T22:29:47.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-05-08T22:29:47.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-05-08T22:29:47.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37792026-05-08T22:29:47.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37802026-05-08T22:29:47.608Z
37812026-05-08T22:29:47.608Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
37822026-05-08T22:29:48.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-05-08T22:29:48.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-05-08T22:29:48.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37852026-05-08T22:29:48.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37862026-05-08T22:29:48.233Z
37872026-05-08T22:29:48.233Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
37882026-05-08T22:29:48.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-05-08T22:29:48.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-05-08T22:29:48.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37912026-05-08T22:29:48.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37922026-05-08T22:29:48.852Z
37932026-05-08T22:29:48.852Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
37942026-05-08T22:29:49.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-05-08T22:29:49.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-05-08T22:29:49.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-05-08T22:29:49.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37982026-05-08T22:29:49.476Z
37992026-05-08T22:29:49.476Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
38002026-05-08T22:29:50.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-05-08T22:29:50.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-05-08T22:29:50.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-05-08T22:29:50.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38042026-05-08T22:29:50.105Z
38052026-05-08T22:29:50.105Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38062026-05-08T22:29:50.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-05-08T22:29:50.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-05-08T22:29:50.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-05-08T22:29:50.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38102026-05-08T22:29:50.732Z
38112026-05-08T22:29:50.732Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38122026-05-08T22:29:51.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-05-08T22:29:51.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-05-08T22:29:51.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-05-08T22:29:51.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38162026-05-08T22:29:51.355Z
38172026-05-08T22:29:51.355Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38182026-05-08T22:29:51.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-05-08T22:29:51.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-05-08T22:29:51.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-05-08T22:29:51.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38222026-05-08T22:29:51.981Z
38232026-05-08T22:29:51.981Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38242026-05-08T22:29:52.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-05-08T22:29:52.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-05-08T22:29:52.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-05-08T22:29:52.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38282026-05-08T22:29:52.608Z
38292026-05-08T22:29:52.608Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38302026-05-08T22:29:53.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-05-08T22:29:53.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-05-08T22:29:53.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-05-08T22:29:53.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38342026-05-08T22:29:53.241Z
38352026-05-08T22:29:53.241Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38362026-05-08T22:29:53.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-05-08T22:29:53.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-05-08T22:29:53.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-05-08T22:29:53.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38402026-05-08T22:29:53.901Z
38412026-05-08T22:29:53.901Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38422026-05-08T22:29:54.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-05-08T22:29:54.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-05-08T22:29:54.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-05-08T22:29:54.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38462026-05-08T22:29:54.531Z
38472026-05-08T22:29:54.531Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38482026-05-08T22:29:55.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-05-08T22:29:55.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-05-08T22:29:55.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-05-08T22:29:55.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38522026-05-08T22:29:55.174Z
38532026-05-08T22:29:55.174Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38542026-05-08T22:29:55.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-05-08T22:29:55.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-05-08T22:29:55.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-05-08T22:29:55.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38582026-05-08T22:29:55.839Z
38592026-05-08T22:29:55.839Zinfo: running `cargo check --bins` on update-common (208/274)
38602026-05-08T22:29:56.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-05-08T22:29:56.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-05-08T22:29:56.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-05-08T22:29:56.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38642026-05-08T22:29:56.456Z
38652026-05-08T22:29:56.456Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
38662026-05-08T22:29:57.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-05-08T22:29:57.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-05-08T22:29:57.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-05-08T22:29:57.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38702026-05-08T22:29:57.141Z
38712026-05-08T22:29:57.141Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
38722026-05-08T22:29:57.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-05-08T22:29:57.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-05-08T22:29:57.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38752026-05-08T22:29:57.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38762026-05-08T22:29:57.698Z
38772026-05-08T22:29:57.698Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
38782026-05-08T22:29:58.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-05-08T22:29:58.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-05-08T22:29:58.472Z Compiling fs-err v2.11.0
38812026-05-08T22:29:58.475Z Checking ignore v0.4.25
38822026-05-08T22:29:58.475Z Checking arc-swap v1.8.2
38832026-05-08T22:29:58.594Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38842026-05-08T22:29:58.617Z Checking predicates-tree v1.0.13
38852026-05-08T22:29:58.625Z Checking parse-size v1.1.0
38862026-05-08T22:29:58.638Z Checking rand_seeder v0.4.0
38872026-05-08T22:29:58.641Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38882026-05-08T22:29:58.713Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38892026-05-08T22:29:58.733Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38902026-05-08T22:29:58.779Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38912026-05-08T22:29:58.803Z Checking slog-scope v4.4.1
38922026-05-08T22:29:58.933Z Compiling petname v2.0.2
38932026-05-08T22:29:58.954Z Checking slog-stdlog v4.1.1
38942026-05-08T22:29:58.969Z Checking globwalk v0.9.1
38952026-05-08T22:29:58.985Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38962026-05-08T22:29:59.024Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38972026-05-08T22:29:59.075Z Checking slog-envlogger v2.2.0
38982026-05-08T22:29:59.144Z Checking camino-tempfile-ext v0.3.3
38992026-05-08T22:29:59.173Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39002026-05-08T22:29:59.220Z Checking sapling-renderdag v0.1.0
39012026-05-08T22:29:59.335Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39022026-05-08T22:29:59.350Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39032026-05-08T22:29:59.458Z Checking subprocess v0.2.15
39042026-05-08T22:29:59.530Z Checking sync-ptr v0.1.4
39052026-05-08T22:29:59.594Z Checking colored v2.2.0
39062026-05-08T22:29:59.648Z Checking assert_matches v1.5.0
39072026-05-08T22:29:59.735Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39082026-05-08T22:29:59.770Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39092026-05-08T22:29:59.817Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39102026-05-08T22:29:59.820Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39112026-05-08T22:30:00.451Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39122026-05-08T22:30:01.789Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39132026-05-08T22:30:04.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.30s
39142026-05-08T22:30:04.206Z
39152026-05-08T22:30:04.206Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39162026-05-08T22:30:04.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-05-08T22:30:04.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-05-08T22:30:04.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39192026-05-08T22:30:04.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39202026-05-08T22:30:04.796Z
39212026-05-08T22:30:04.796Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39222026-05-08T22:30:05.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39232026-05-08T22:30:05.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39242026-05-08T22:30:05.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39252026-05-08T22:30:05.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39262026-05-08T22:30:05.413Z
39272026-05-08T22:30:05.413Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39282026-05-08T22:30:05.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39292026-05-08T22:30:05.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39302026-05-08T22:30:05.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39312026-05-08T22:30:05.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39322026-05-08T22:30:06.073Z
39332026-05-08T22:30:06.073Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39342026-05-08T22:30:06.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39352026-05-08T22:30:06.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39362026-05-08T22:30:06.802Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39372026-05-08T22:30:06.802Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39382026-05-08T22:30:07.453Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39392026-05-08T22:30:09.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
39402026-05-08T22:30:09.245Z
39412026-05-08T22:30:09.245Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39422026-05-08T22:30:09.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-05-08T22:30:09.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-05-08T22:30:09.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39452026-05-08T22:30:09.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39462026-05-08T22:30:09.850Z
39472026-05-08T22:30:09.850Zinfo: running `cargo check --bins` on cert-dev (217/274)
39482026-05-08T22:30:10.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-05-08T22:30:10.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-05-08T22:30:10.459Z Checking yasna v0.5.2
39512026-05-08T22:30:10.859Z Checking rcgen v0.12.1
39522026-05-08T22:30:11.105Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39532026-05-08T22:30:11.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
39542026-05-08T22:30:11.452Z
39552026-05-08T22:30:11.452Zinfo: running `cargo check --bins` on clickana (218/274)
39562026-05-08T22:30:11.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-05-08T22:30:11.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-05-08T22:30:12.104Z Compiling darling_core v0.23.0
39592026-05-08T22:30:12.107Z Compiling instability v0.3.11
39602026-05-08T22:30:12.218Z Checking castaway v0.2.4
39612026-05-08T22:30:12.224Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39622026-05-08T22:30:12.227Z Compiling indoc v2.0.7
39632026-05-08T22:30:12.238Z Checking unicode-truncate v1.1.0
39642026-05-08T22:30:12.242Z Checking lru v0.12.5
39652026-05-08T22:30:12.242Z Checking cassowary v0.3.0
39662026-05-08T22:30:12.303Z Checking compact_str v0.8.1
39672026-05-08T22:30:13.246Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39682026-05-08T22:30:13.434Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39692026-05-08T22:30:13.647Z Compiling darling_macro v0.23.0
39702026-05-08T22:30:14.058Z Compiling darling v0.23.0
39712026-05-08T22:30:14.668Z Checking ratatui v0.29.0
39722026-05-08T22:30:15.718Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39732026-05-08T22:30:16.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.93s
39742026-05-08T22:30:16.569Z
39752026-05-08T22:30:16.569Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
39762026-05-08T22:30:17.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-05-08T22:30:17.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-05-08T22:30:17.288Z Checking headers-core v0.3.0
39792026-05-08T22:30:17.288Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39802026-05-08T22:30:17.481Z Checking headers v0.4.1
39812026-05-08T22:30:17.843Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39822026-05-08T22:30:18.696Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39832026-05-08T22:30:19.187Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39842026-05-08T22:30:19.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
39852026-05-08T22:30:19.808Z
39862026-05-08T22:30:19.808Zinfo: running `cargo check --bins` on ch-dev (220/274)
39872026-05-08T22:30:20.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-05-08T22:30:20.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-05-08T22:30:20.533Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39902026-05-08T22:30:21.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
39912026-05-08T22:30:21.474Z
39922026-05-08T22:30:21.474Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
39932026-05-08T22:30:21.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-05-08T22:30:21.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-05-08T22:30:21.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-05-08T22:30:21.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
39972026-05-08T22:30:21.948Z
39982026-05-08T22:30:21.948Zinfo: running `cargo check --bins` on crdb-seed (222/274)
39992026-05-08T22:30:22.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-05-08T22:30:22.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-05-08T22:30:22.664Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40022026-05-08T22:30:23.651Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40032026-05-08T22:30:23.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
40042026-05-08T22:30:24.193Z
40052026-05-08T22:30:24.194Zinfo: running `cargo check --bins` on db-dev (223/274)
40062026-05-08T22:30:24.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-05-08T22:30:24.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-05-08T22:30:24.913Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40092026-05-08T22:30:25.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40102026-05-08T22:30:25.865Z
40112026-05-08T22:30:25.865Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40122026-05-08T22:30:26.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-05-08T22:30:26.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-05-08T22:30:26.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40152026-05-08T22:30:26.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40162026-05-08T22:30:26.511Z
40172026-05-08T22:30:26.511Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40182026-05-08T22:30:27.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-05-08T22:30:27.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-05-08T22:30:27.114Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40212026-05-08T22:30:27.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
40222026-05-08T22:30:27.971Z
40232026-05-08T22:30:27.971Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40242026-05-08T22:30:28.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-05-08T22:30:28.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-05-08T22:30:28.725Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40272026-05-08T22:30:28.725Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40282026-05-08T22:30:28.725Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40292026-05-08T22:30:28.729Z Checking git-stub v1.0.0
40302026-05-08T22:30:28.729Z Compiling trait-variant v0.1.2
40312026-05-08T22:30:28.729Z Checking is_ci v1.2.0
40322026-05-08T22:30:28.729Z Checking maplit v1.0.2
40332026-05-08T22:30:28.729Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40342026-05-08T22:30:28.917Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40352026-05-08T22:30:28.952Z Checking supports-color v3.0.2
40362026-05-08T22:30:28.982Z Checking git-stub-vcs v0.1.0
40372026-05-08T22:30:29.073Z Checking drift v0.1.4
40382026-05-08T22:30:29.107Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40392026-05-08T22:30:29.140Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40402026-05-08T22:30:29.211Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40412026-05-08T22:30:29.298Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40422026-05-08T22:30:29.374Z Checking dropshot-api-manager v0.7.1
40432026-05-08T22:30:29.408Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40442026-05-08T22:30:29.423Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40452026-05-08T22:30:29.632Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40462026-05-08T22:30:29.648Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40472026-05-08T22:30:29.784Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40482026-05-08T22:30:30.135Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40492026-05-08T22:30:35.113Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40502026-05-08T22:30:36.201Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40512026-05-08T22:30:36.757Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40522026-05-08T22:30:37.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.20s
40532026-05-08T22:30:37.381Z
40542026-05-08T22:30:37.381Zinfo: running `cargo check --bins` on installinator-api (227/274)
40552026-05-08T22:30:37.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-05-08T22:30:37.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-05-08T22:30:37.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40582026-05-08T22:30:37.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40592026-05-08T22:30:37.980Z
40602026-05-08T22:30:37.980Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
40612026-05-08T22:30:38.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-05-08T22:30:38.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-05-08T22:30:38.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40642026-05-08T22:30:38.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40652026-05-08T22:30:38.624Z
40662026-05-08T22:30:38.624Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
40672026-05-08T22:30:39.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-05-08T22:30:39.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-05-08T22:30:39.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40702026-05-08T22:30:39.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40712026-05-08T22:30:39.265Z
40722026-05-08T22:30:39.265Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
40732026-05-08T22:30:39.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40742026-05-08T22:30:39.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40752026-05-08T22:30:39.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40762026-05-08T22:30:39.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40772026-05-08T22:30:39.911Z
40782026-05-08T22:30:39.911Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
40792026-05-08T22:30:40.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-05-08T22:30:40.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-05-08T22:30:40.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40822026-05-08T22:30:40.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40832026-05-08T22:30:40.515Z
40842026-05-08T22:30:40.515Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
40852026-05-08T22:30:41.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-05-08T22:30:41.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-05-08T22:30:41.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40882026-05-08T22:30:41.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40892026-05-08T22:30:41.105Z
40902026-05-08T22:30:41.105Zinfo: running `cargo check --bins` on wicketd-api (233/274)
40912026-05-08T22:30:41.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-05-08T22:30:41.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-05-08T22:30:41.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40942026-05-08T22:30:41.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40952026-05-08T22:30:41.721Z
40962026-05-08T22:30:41.721Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
40972026-05-08T22:30:42.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40982026-05-08T22:30:42.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40992026-05-08T22:30:42.329Z Checking typeid v1.0.3
41002026-05-08T22:30:42.439Z Checking ordered-float v2.10.1
41012026-05-08T22:30:42.458Z Checking unicode-xid v0.2.6
41022026-05-08T22:30:42.462Z Checking cargo-platform v0.2.0
41032026-05-08T22:30:42.479Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41042026-05-08T22:30:42.504Z Checking erased-serde v0.4.9
41052026-05-08T22:30:42.647Z Checking serde-value v0.7.0
41062026-05-08T22:30:42.808Z Checking serde-untagged v0.1.9
41072026-05-08T22:30:42.958Z Checking cargo-util-schemas v0.8.2
41082026-05-08T22:30:43.633Z Checking cargo_metadata v0.21.0
41092026-05-08T22:30:44.227Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41102026-05-08T22:30:44.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
41112026-05-08T22:30:45.078Z
41122026-05-08T22:30:45.078Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41132026-05-08T22:30:45.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-05-08T22:30:45.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-05-08T22:30:45.815Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41162026-05-08T22:30:46.436Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41172026-05-08T22:30:46.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
41182026-05-08T22:30:47.162Z
41192026-05-08T22:30:47.162Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41202026-05-08T22:30:47.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-05-08T22:30:47.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-05-08T22:30:48.025Z Compiling vergen-gitcl v1.0.8
41232026-05-08T22:30:48.025Z Compiling dirs-sys-next v0.1.2
41242026-05-08T22:30:48.025Z Compiling crunchy v0.2.4
41252026-05-08T22:30:48.025Z Compiling diesel_derives v2.3.7
41262026-05-08T22:30:48.029Z Compiling glob v0.3.3
41272026-05-08T22:30:48.029Z Compiling dsl_auto_type v0.2.0
41282026-05-08T22:30:48.029Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41292026-05-08T22:30:48.029Z Checking scheduled-thread-pool v0.2.7
41302026-05-08T22:30:48.290Z Compiling diesel_table_macro_syntax v0.3.0
41312026-05-08T22:30:48.332Z Compiling tiny-keccak v2.0.2
41322026-05-08T22:30:48.415Z Compiling dirs-next v2.0.0
41332026-05-08T22:30:48.491Z Checking r2d2 v0.8.10
41342026-05-08T22:30:48.527Z Compiling term v0.7.0
41352026-05-08T22:30:48.541Z Compiling clang-sys v1.8.1
41362026-05-08T22:30:48.555Z Compiling bit-vec v0.6.3
41372026-05-08T22:30:48.587Z Checking downcast-rs v2.0.2
41382026-05-08T22:30:48.696Z Compiling itertools v0.10.5
41392026-05-08T22:30:48.779Z Compiling ascii-canvas v3.0.0
41402026-05-08T22:30:48.903Z Compiling bit-set v0.5.3
41412026-05-08T22:30:49.025Z Compiling ena v0.14.4
41422026-05-08T22:30:49.047Z Compiling libloading v0.8.9
41432026-05-08T22:30:49.062Z Compiling diff v0.1.13
41442026-05-08T22:30:49.079Z Compiling bindgen v0.71.1
41452026-05-08T22:30:49.095Z Compiling regex-syntax v0.6.29
41462026-05-08T22:30:49.249Z Compiling cexpr v0.6.0
41472026-05-08T22:30:49.311Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41482026-05-08T22:30:49.497Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41492026-05-08T22:30:49.582Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41502026-05-08T22:30:49.645Z Compiling libxml v0.3.3
41512026-05-08T22:30:49.769Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41522026-05-08T22:30:49.896Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41532026-05-08T22:30:49.910Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41542026-05-08T22:30:50.077Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41552026-05-08T22:30:50.110Z Compiling strum_macros v0.24.3
41562026-05-08T22:30:50.166Z Compiling indoc v1.0.9
41572026-05-08T22:30:50.603Z Compiling lalrpop v0.19.12
41582026-05-08T22:30:51.189Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41592026-05-08T22:30:51.222Z Checking derive_builder v0.20.2
41602026-05-08T22:30:51.339Z Compiling oso-derive v0.27.3
41612026-05-08T22:30:51.379Z Checking quick-xml v0.37.5
41622026-05-08T22:30:51.471Z Compiling impl-trait-for-tuples v0.2.3
41632026-05-08T22:30:51.835Z Checking openssl-probe v0.1.6
41642026-05-08T22:30:51.975Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41652026-05-08T22:30:52.260Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41662026-05-08T22:30:52.453Z Checking bb8 v0.8.6
41672026-05-08T22:30:52.729Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41682026-05-08T22:30:52.748Z Checking nonempty v0.12.0
41692026-05-08T22:30:52.933Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41702026-05-08T22:30:52.933Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41712026-05-08T22:30:52.963Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41722026-05-08T22:30:53.011Z Checking console v0.16.2
41732026-05-08T22:30:53.151Z Checking unit-prefix v0.5.2
41742026-05-08T22:30:53.170Z Checking support-bundle-viewer v0.1.2
41752026-05-08T22:30:53.282Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41762026-05-08T22:30:53.313Z Checking indicatif v0.18.4
41772026-05-08T22:30:53.414Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41782026-05-08T22:30:53.533Z Checking multimap v0.10.1
41792026-05-08T22:30:54.121Z Checking diesel v2.3.7
41802026-05-08T22:30:55.881Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41812026-05-08T22:30:56.345Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41822026-05-08T22:30:56.746Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41832026-05-08T22:30:57.602Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41842026-05-08T22:30:58.078Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41852026-05-08T22:30:58.312Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41862026-05-08T22:30:58.675Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41872026-05-08T22:30:58.727Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41882026-05-08T22:31:00.785Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41892026-05-08T22:31:06.456Z Compiling samael v0.0.19
41902026-05-08T22:31:09.850Z Checking async-bb8-diesel v0.2.1
41912026-05-08T22:31:10.076Z Checking diesel-dtrace v0.5.0
41922026-05-08T22:31:10.720Z Compiling polar-core v0.27.3
41932026-05-08T22:31:15.153Z Checking oso v0.27.3
41942026-05-08T22:31:52.188Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41952026-05-08T22:32:25.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
41962026-05-08T22:32:25.510Z
41972026-05-08T22:32:25.510Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
41982026-05-08T22:32:26.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-05-08T22:32:26.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-05-08T22:32:26.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-05-08T22:32:26.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42022026-05-08T22:32:26.174Z
42032026-05-08T22:32:26.174Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
42042026-05-08T22:32:26.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-05-08T22:32:26.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-05-08T22:32:26.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-05-08T22:32:26.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42082026-05-08T22:32:26.833Z
42092026-05-08T22:32:26.833Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42102026-05-08T22:32:27.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-05-08T22:32:27.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-05-08T22:32:27.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-05-08T22:32:27.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42142026-05-08T22:32:27.421Z
42152026-05-08T22:32:27.421Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42162026-05-08T22:32:27.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-05-08T22:32:28.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-05-08T22:32:28.292Z Compiling libz-sys v1.1.24
42192026-05-08T22:32:28.424Z Compiling libgit2-sys v0.18.3+1.9.2
42202026-05-08T22:32:28.435Z Compiling vergen-git2 v1.0.7
42212026-05-08T22:32:28.462Z Compiling rustls v0.21.12
42222026-05-08T22:32:28.470Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42232026-05-08T22:32:28.473Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42242026-05-08T22:32:28.473Z Checking rustls-webpki v0.101.7
42252026-05-08T22:32:28.473Z Checking sct v0.7.1
42262026-05-08T22:32:28.620Z Compiling nix v0.29.0
42272026-05-08T22:32:28.641Z Compiling dropshot v0.16.7
42282026-05-08T22:32:28.684Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42292026-05-08T22:32:28.727Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42302026-05-08T22:32:28.795Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42312026-05-08T22:32:28.908Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42322026-05-08T22:32:28.924Z Checking toml v0.9.12+spec-1.1.0
42332026-05-08T22:32:28.947Z Compiling dropshot_endpoint v0.16.7
42342026-05-08T22:32:29.109Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42352026-05-08T22:32:29.237Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42362026-05-08T22:32:29.447Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42372026-05-08T22:32:29.487Z Checking rustls-pemfile v1.0.4
42382026-05-08T22:32:29.626Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42392026-05-08T22:32:29.814Z Checking twox-hash v2.1.2
42402026-05-08T22:32:29.836Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42412026-05-08T22:32:30.071Z Checking tokio-rustls v0.24.1
42422026-05-08T22:32:30.555Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42432026-05-08T22:32:30.572Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42442026-05-08T22:32:30.870Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42452026-05-08T22:32:31.268Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42462026-05-08T22:32:31.429Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42472026-05-08T22:32:31.449Z Checking fatfs v0.3.6
42482026-05-08T22:32:31.511Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42492026-05-08T22:32:31.573Z Compiling seq-macro v0.3.6
42502026-05-08T22:32:35.333Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42512026-05-08T22:32:35.453Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42522026-05-08T22:32:35.704Z Compiling git2 v0.20.4
42532026-05-08T22:32:37.956Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42542026-05-08T22:33:25.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.76s
42552026-05-08T22:33:25.411Z
42562026-05-08T22:33:25.411Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
42572026-05-08T22:33:26.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-05-08T22:33:26.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-05-08T22:33:26.316Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42602026-05-08T22:34:05.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.62s
42612026-05-08T22:34:05.265Z
42622026-05-08T22:34:05.265Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
42632026-05-08T22:34:05.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-05-08T22:34:05.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-05-08T22:34:05.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42662026-05-08T22:34:05.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42672026-05-08T22:34:05.867Z
42682026-05-08T22:34:05.867Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
42692026-05-08T22:34:06.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-05-08T22:34:06.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-05-08T22:34:06.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42722026-05-08T22:34:06.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42732026-05-08T22:34:06.515Z
42742026-05-08T22:34:06.515Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
42752026-05-08T22:34:07.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-05-08T22:34:07.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-05-08T22:34:07.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42782026-05-08T22:34:07.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42792026-05-08T22:34:07.189Z
42802026-05-08T22:34:07.189Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
42812026-05-08T22:34:07.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-05-08T22:34:07.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-05-08T22:34:07.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42842026-05-08T22:34:07.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42852026-05-08T22:34:07.863Z
42862026-05-08T22:34:07.863Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
42872026-05-08T22:34:08.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-05-08T22:34:08.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-05-08T22:34:08.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-05-08T22:34:08.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42912026-05-08T22:34:08.523Z
42922026-05-08T22:34:08.523Zinfo: running `cargo check --bins` on nexus-networking (247/274)
42932026-05-08T22:34:09.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-05-08T22:34:09.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-05-08T22:34:09.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-05-08T22:34:09.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42972026-05-08T22:34:09.187Z
42982026-05-08T22:34:09.187Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
42992026-05-08T22:34:09.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-05-08T22:34:09.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-05-08T22:34:09.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-05-08T22:34:09.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43032026-05-08T22:34:09.855Z
43042026-05-08T22:34:09.855Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
43052026-05-08T22:34:10.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-05-08T22:34:10.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-05-08T22:34:10.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-05-08T22:34:10.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43092026-05-08T22:34:10.529Z
43102026-05-08T22:34:10.529Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43112026-05-08T22:34:11.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-05-08T22:34:11.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-05-08T22:34:11.436Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43142026-05-08T22:34:11.436Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43152026-05-08T22:34:11.622Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43162026-05-08T22:34:11.652Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43172026-05-08T22:34:11.672Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43182026-05-08T22:34:11.675Z Checking diff v0.1.13
43192026-05-08T22:34:11.675Z Checking yansi v1.0.1
43202026-05-08T22:34:11.716Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43212026-05-08T22:34:11.761Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43222026-05-08T22:34:11.933Z Checking pretty_assertions v1.4.1
43232026-05-08T22:34:12.587Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43242026-05-08T22:34:12.941Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43252026-05-08T22:34:36.183Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43262026-05-08T22:34:36.187Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43272026-05-08T22:34:36.187Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43282026-05-08T22:34:36.187Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43292026-05-08T22:34:36.187Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43302026-05-08T22:34:36.187Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43312026-05-08T22:34:37.023Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43322026-05-08T22:34:38.113Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43332026-05-08T22:35:16.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43342026-05-08T22:35:16.773Z
43352026-05-08T22:35:16.773Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43362026-05-08T22:35:17.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43372026-05-08T22:35:17.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43382026-05-08T22:35:17.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43392026-05-08T22:35:17.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43402026-05-08T22:35:17.374Z
43412026-05-08T22:35:17.374Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43422026-05-08T22:35:17.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43432026-05-08T22:35:17.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43442026-05-08T22:35:18.170Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43452026-05-08T22:35:18.286Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43462026-05-08T22:35:18.291Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43472026-05-08T22:35:44.193Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43482026-05-08T22:35:44.589Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43492026-05-08T22:35:46.295Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43502026-05-08T22:35:46.749Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43512026-05-08T22:35:49.692Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43522026-05-08T22:36:12.710Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43532026-05-08T22:36:13.417Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43542026-05-08T22:36:15.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.68s
43552026-05-08T22:36:15.277Z
43562026-05-08T22:36:15.278Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
43572026-05-08T22:36:15.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43582026-05-08T22:36:15.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43592026-05-08T22:36:16.005Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43602026-05-08T22:36:16.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
43612026-05-08T22:36:16.907Z
43622026-05-08T22:36:16.907Zinfo: running `cargo check --bins` on omicron-releng (254/274)
43632026-05-08T22:36:17.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43642026-05-08T22:36:17.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43652026-05-08T22:36:17.570Z Compiling blake3 v1.8.3
43662026-05-08T22:36:17.681Z Checking constant_time_eq v0.4.2
43672026-05-08T22:36:17.684Z Checking arrayref v0.3.9
43682026-05-08T22:36:17.688Z Checking arrayvec v0.7.6
43692026-05-08T22:36:17.702Z Checking topological-sort v0.2.2
43702026-05-08T22:36:17.705Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43712026-05-08T22:36:17.705Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43722026-05-08T22:36:17.705Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43732026-05-08T22:36:17.747Z Checking shell-words v1.1.1
43742026-05-08T22:36:18.558Z Checking omicron-zone-package v0.12.2
43752026-05-08T22:36:19.277Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43762026-05-08T22:36:20.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
43772026-05-08T22:36:20.309Z
43782026-05-08T22:36:20.309Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
43792026-05-08T22:36:20.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43802026-05-08T22:36:20.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43812026-05-08T22:36:20.966Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43822026-05-08T22:36:21.285Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43832026-05-08T22:36:21.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
43842026-05-08T22:36:21.871Z
43852026-05-08T22:36:21.871Zinfo: running `cargo check --bins` on schema (256/274)
43862026-05-08T22:36:22.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43872026-05-08T22:36:22.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43882026-05-08T22:36:22.611Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43892026-05-08T22:36:23.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
43902026-05-08T22:36:23.503Z
43912026-05-08T22:36:23.503Zinfo: running `cargo check --bins` on xtask (257/274)
43922026-05-08T22:36:23.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43932026-05-08T22:36:23.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43942026-05-08T22:36:23.964Z Checking libc v0.2.185
43952026-05-08T22:36:24.051Z Checking serde v1.0.228
43962026-05-08T22:36:24.067Z Checking zerofrom v0.1.6
43972026-05-08T22:36:24.068Z Checking bitflags v2.11.0
43982026-05-08T22:36:24.105Z Checking smallvec v1.15.1
43992026-05-08T22:36:24.105Z Checking indexmap v2.14.0
44002026-05-08T22:36:24.105Z Checking serde_json v1.0.149
44012026-05-08T22:36:24.105Z Checking scroll v0.12.0
44022026-05-08T22:36:24.150Z Checking yoke v0.8.1
44032026-05-08T22:36:24.197Z Checking num-traits v0.2.19
44042026-05-08T22:36:24.232Z Checking thiserror v1.0.69
44052026-05-08T22:36:24.305Z Checking zerovec v0.11.5
44062026-05-08T22:36:24.305Z Checking zerotrie v0.2.3
44072026-05-08T22:36:24.334Z Checking errno v0.3.14
44082026-05-08T22:36:24.346Z Checking log v0.4.29
44092026-05-08T22:36:24.437Z Checking serde_spanned v0.6.9
44102026-05-08T22:36:24.448Z Checking rustix v1.1.3
44112026-05-08T22:36:24.477Z Checking toml_datetime v0.6.11
44122026-05-08T22:36:24.552Z Checking percent-encoding v2.3.2
44132026-05-08T22:36:24.567Z Checking goblin v0.8.2
44142026-05-08T22:36:24.589Z Checking zerocopy v0.7.35
44152026-05-08T22:36:24.653Z Checking toml_edit v0.22.27
44162026-05-08T22:36:24.679Z Checking form_urlencoded v1.2.2
44172026-05-08T22:36:24.692Z Checking getrandom v0.4.1
44182026-05-08T22:36:24.708Z Checking ordered-float v2.10.1
44192026-05-08T22:36:24.745Z Checking tinystr v0.8.2
44202026-05-08T22:36:24.803Z Checking potential_utf v0.1.4
44212026-05-08T22:36:24.828Z Checking thiserror v2.0.18
44222026-05-08T22:36:24.921Z Checking syn v2.0.117
44232026-05-08T22:36:24.922Z Checking icu_locale_core v2.1.1
44242026-05-08T22:36:24.937Z Checking icu_collections v2.1.1
44252026-05-08T22:36:24.937Z Checking serde-value v0.7.0
44262026-05-08T22:36:25.063Z Checking dtrace-parser v0.2.0
44272026-05-08T22:36:25.134Z Checking thread-id v4.2.2
44282026-05-08T22:36:25.214Z Checking once_cell v1.21.3
44292026-05-08T22:36:25.239Z Checking terminal_size v0.4.3
44302026-05-08T22:36:25.267Z Checking cargo-platform v0.2.0
44312026-05-08T22:36:25.300Z Checking memmap v0.7.0
44322026-05-08T22:36:25.374Z Checking clap_builder v4.5.60
44332026-05-08T22:36:25.386Z Checking tempfile v3.25.0
44342026-05-08T22:36:25.433Z Checking textwrap v0.16.2
44352026-05-08T22:36:25.454Z Checking fs-err v3.3.0
44362026-05-08T22:36:25.477Z Checking icu_provider v2.1.1
44372026-05-08T22:36:25.571Z Checking camino-tempfile v1.4.1
44382026-05-08T22:36:25.615Z Checking tabled v0.15.0
44392026-05-08T22:36:25.629Z Checking anyhow v1.0.102
44402026-05-08T22:36:25.711Z Checking icu_properties v2.1.2
44412026-05-08T22:36:25.723Z Checking icu_normalizer v2.1.1
44422026-05-08T22:36:25.739Z Checking toml v0.8.23
44432026-05-08T22:36:25.825Z Checking macaddr v1.0.1
44442026-05-08T22:36:26.006Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44452026-05-08T22:36:26.072Z Checking cargo_toml v0.21.0
44462026-05-08T22:36:26.435Z Checking dof v0.3.0
44472026-05-08T22:36:26.515Z Checking idna_adapter v1.2.1
44482026-05-08T22:36:26.590Z Checking clap v4.5.60
44492026-05-08T22:36:26.630Z Checking idna v1.1.0
44502026-05-08T22:36:26.717Z Checking usdt-impl v0.5.0
44512026-05-08T22:36:26.850Z Checking url v2.5.8
44522026-05-08T22:36:26.970Z Checking usdt v0.5.0
44532026-05-08T22:36:27.193Z Checking cargo-util-schemas v0.8.2
44542026-05-08T22:36:27.877Z Checking cargo_metadata v0.21.0
44552026-05-08T22:36:28.474Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44562026-05-08T22:36:28.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s
44572026-05-08T22:36:29.021Z
44582026-05-08T22:36:29.021Zinfo: running `cargo check --bins` on dnsadm (258/274)
44592026-05-08T22:36:29.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44602026-05-08T22:36:29.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44612026-05-08T22:36:29.668Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44622026-05-08T22:36:30.145Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44632026-05-08T22:36:30.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
44642026-05-08T22:36:30.722Z
44652026-05-08T22:36:30.722Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
44662026-05-08T22:36:31.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-05-08T22:36:31.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-05-08T22:36:31.535Z Checking polyval v0.6.2
44692026-05-08T22:36:31.660Z Checking ctr v0.9.2
44702026-05-08T22:36:31.673Z Checking ssh-encoding v0.2.0
44712026-05-08T22:36:31.676Z Checking blowfish v0.9.1
44722026-05-08T22:36:31.694Z Checking password-hash v0.4.2
44732026-05-08T22:36:31.708Z Checking p256 v0.13.2
44742026-05-08T22:36:31.711Z Checking p521 v0.13.3
44752026-05-08T22:36:31.736Z Checking russh-cryptovec v0.7.3
44762026-05-08T22:36:31.798Z Checking ghash v0.5.1
44772026-05-08T22:36:31.812Z Checking md5 v0.7.0
44782026-05-08T22:36:31.815Z Checking bcrypt-pbkdf v0.10.0
44792026-05-08T22:36:31.883Z Checking num-bigint v0.4.6
44802026-05-08T22:36:31.883Z Checking des v0.8.1
44812026-05-08T22:36:31.914Z Checking pbkdf2 v0.11.0
44822026-05-08T22:36:31.916Z Checking aes-gcm v0.10.3
44832026-05-08T22:36:31.971Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44842026-05-08T22:36:32.011Z Checking hex-literal v0.4.1
44852026-05-08T22:36:32.027Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44862026-05-08T22:36:32.046Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44872026-05-08T22:36:32.071Z Checking ssh-cipher v0.2.0
44882026-05-08T22:36:32.085Z Checking socket2 v0.5.10
44892026-05-08T22:36:32.104Z Checking internet-checksum v0.2.1
44902026-05-08T22:36:32.232Z Checking ssh-key v0.6.7
44912026-05-08T22:36:32.363Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44922026-05-08T22:36:32.856Z Checking russh-keys v0.45.0
44932026-05-08T22:36:33.410Z Checking russh v0.45.0
44942026-05-08T22:36:48.281Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44952026-05-08T22:36:49.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.79s
44962026-05-08T22:36:49.728Z
44972026-05-08T22:36:49.728Zinfo: running `cargo check --bins` on gateway-cli (260/274)
44982026-05-08T22:36:50.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44992026-05-08T22:36:50.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45002026-05-08T22:36:50.385Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45012026-05-08T22:36:50.494Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45022026-05-08T22:36:50.502Z Checking termios v0.3.3
45032026-05-08T22:36:51.729Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45042026-05-08T22:36:51.880Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45052026-05-08T22:36:53.686Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45062026-05-08T22:36:54.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s
45072026-05-08T22:36:54.441Z
45082026-05-08T22:36:54.441Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45092026-05-08T22:36:54.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45102026-05-08T22:36:54.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45112026-05-08T22:36:55.164Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45122026-05-08T22:36:55.280Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45132026-05-08T22:36:55.289Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45142026-05-08T22:36:55.293Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45152026-05-08T22:36:55.297Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45162026-05-08T22:36:55.316Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45172026-05-08T22:36:56.022Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45182026-05-08T22:36:56.366Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45192026-05-08T22:36:56.369Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45202026-05-08T22:36:57.008Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45212026-05-08T22:36:58.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
45222026-05-08T22:36:58.861Z
45232026-05-08T22:36:58.861Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45242026-05-08T22:36:59.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45252026-05-08T22:36:59.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45262026-05-08T22:36:59.500Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45272026-05-08T22:36:59.949Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45282026-05-08T22:37:00.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45292026-05-08T22:37:00.460Z
45302026-05-08T22:37:00.460Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45312026-05-08T22:37:00.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45322026-05-08T22:37:00.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45332026-05-08T22:37:00.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45342026-05-08T22:37:00.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45352026-05-08T22:37:01.066Z
45362026-05-08T22:37:01.067Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45372026-05-08T22:37:01.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45382026-05-08T22:37:01.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45392026-05-08T22:37:01.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45402026-05-08T22:37:01.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45412026-05-08T22:37:01.663Z
45422026-05-08T22:37:01.663Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45432026-05-08T22:37:02.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-05-08T22:37:02.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-05-08T22:37:02.433Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45462026-05-08T22:37:03.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45472026-05-08T22:37:03.242Z
45482026-05-08T22:37:03.242Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45492026-05-08T22:37:03.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-05-08T22:37:03.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-05-08T22:37:03.903Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45522026-05-08T22:37:03.908Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45532026-05-08T22:37:04.155Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45542026-05-08T22:37:04.155Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45552026-05-08T22:37:04.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
45562026-05-08T22:37:05.133Z
45572026-05-08T22:37:05.133Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
45582026-05-08T22:37:05.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45592026-05-08T22:37:05.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45602026-05-08T22:37:05.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45612026-05-08T22:37:05.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45622026-05-08T22:37:05.732Z
45632026-05-08T22:37:05.732Zinfo: running `cargo check --bins` on omicron-package (268/274)
45642026-05-08T22:37:06.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45652026-05-08T22:37:06.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45662026-05-08T22:37:06.419Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45672026-05-08T22:37:07.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
45682026-05-08T22:37:07.681Z
45692026-05-08T22:37:07.681Zinfo: running `cargo check --bins` on tqdb (269/274)
45702026-05-08T22:37:08.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45712026-05-08T22:37:08.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45722026-05-08T22:37:08.477Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45732026-05-08T22:37:08.820Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45742026-05-08T22:37:09.378Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45752026-05-08T22:37:09.383Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45762026-05-08T22:37:15.085Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45772026-05-08T22:37:15.085Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45782026-05-08T22:37:15.662Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45792026-05-08T22:37:15.662Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45802026-05-08T22:37:15.666Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45812026-05-08T22:37:15.666Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45822026-05-08T22:37:16.433Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45832026-05-08T22:37:17.424Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45842026-05-08T22:37:18.186Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45852026-05-08T22:37:18.792Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45862026-05-08T22:37:23.059Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45872026-05-08T22:37:29.344Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45882026-05-08T22:37:29.346Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45892026-05-08T22:37:29.346Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45902026-05-08T22:37:29.346Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45912026-05-08T22:37:30.837Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45922026-05-08T22:37:32.171Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45932026-05-08T22:37:32.853Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45942026-05-08T22:37:34.103Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45952026-05-08T22:37:34.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.96s
45962026-05-08T22:37:34.864Z
45972026-05-08T22:37:34.864Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
45982026-05-08T22:37:35.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45992026-05-08T22:37:35.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46002026-05-08T22:37:35.583Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46012026-05-08T22:37:35.587Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46022026-05-08T22:37:35.587Z Checking rtoolbox v0.0.3
46032026-05-08T22:37:35.698Z Checking tui-tree-widget v0.23.1
46042026-05-08T22:37:35.812Z Checking rpassword v7.4.0
46052026-05-08T22:37:36.823Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46062026-05-08T22:37:39.814Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46072026-05-08T22:37:41.675Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46082026-05-08T22:37:42.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.71s
46092026-05-08T22:37:42.782Z
46102026-05-08T22:37:42.782Zinfo: running `cargo check --bins` on wicket (271/274)
46112026-05-08T22:37:43.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46122026-05-08T22:37:43.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46132026-05-08T22:37:43.484Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46142026-05-08T22:37:43.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
46152026-05-08T22:37:44.131Z
46162026-05-08T22:37:44.131Zinfo: running `cargo check --bins` on wicketd (272/274)
46172026-05-08T22:37:44.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46182026-05-08T22:37:44.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46192026-05-08T22:37:44.778Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46202026-05-08T22:37:44.782Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46212026-05-08T22:37:44.782Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46222026-05-08T22:37:44.782Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46232026-05-08T22:37:45.787Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46242026-05-08T22:37:46.357Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46252026-05-08T22:37:49.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.28s
46262026-05-08T22:37:49.539Z
46272026-05-08T22:37:49.539Zinfo: running `cargo check --bins` on omicron-workspace-hack (273/274)
46282026-05-08T22:37:50.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46292026-05-08T22:37:50.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46302026-05-08T22:37:50.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46312026-05-08T22:37:50.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46322026-05-08T22:37:50.141Z
46332026-05-08T22:37:50.142Zinfo: running `cargo check --bins` on zone-setup (274/274)
46342026-05-08T22:37:50.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46352026-05-08T22:37:50.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46362026-05-08T22:37:50.824Z Checking uzers v0.12.2
46372026-05-08T22:37:51.090Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46382026-05-08T22:37:51.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
46392026-05-08T22:37:52.052Z
46402026-05-08T22:37:52.052Zreal 14:11.519655462
46412026-05-08T22:37:52.052Zuser 20:41.203390032
46422026-05-08T22:37:52.052Zsys 4:13.608403267
46432026-05-08T22:37:52.052Ztrap 0.317946117
46442026-05-08T22:37:52.052Ztflt 1.219649272
46452026-05-08T22:37:52.052Zdflt 1.186352217
46462026-05-08T22:37:52.053Zkflt 0.022550341
46472026-05-08T22:37:52.053Zlock 1:17:15.433239327
46482026-05-08T22:37:52.053Zslp 1:38:41.293991991
46492026-05-08T22:37:52.053Zlat 57.618208820
46502026-05-08T22:37:52.053Zstop 3:38.819348281
46512026-05-08T22:37:52.057Zprocess exited: duration 989864 ms, exit code 0
 
46522026-05-08T22:37:52.064Zfound 0 output files