01KR4DFG1VHGJH9K12ZBVQ3F60: 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: 01KR4DFXCDCQF92830YCKVNVW5

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-08T18:27:55.088Zjob assigned to worker 01KR4DFZ98HPZAWBDH2S7YWT2V [factory aws, i-0d8746a97079c31e5] (queued for 43 s)
 
22026-05-08T18:28:02.099Zstarting task 0: "setup"
32026-05-08T18:28:02.106Z++ uname -s
42026-05-08T18:28:02.113Z+ kern=SunOS
52026-05-08T18:28:02.113Z+ build_user=build
62026-05-08T18:28:02.113Z+ build_uid=12345
72026-05-08T18:28:02.113Z+ work_dir=/work
82026-05-08T18:28:02.114Z+ input_dir=/input
92026-05-08T18:28:02.114Z+ [[ 0 == 12345 ]]
102026-05-08T18:28:02.114Z+ case "$kern" in
112026-05-08T18:28:02.114Z+ groupadd -g 12345 build
122026-05-08T18:28:02.114Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-08T18:28:04.120Z+ zfs create -o mountpoint=/work rpool/work
142026-05-08T18:28:04.194Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-08T18:28:04.198Z+ home_fs=zfs
162026-05-08T18:28:04.198Z+ [[ zfs == autofs ]]
172026-05-08T18:28:04.198Z+ mkdir -p /home/build
182026-05-08T18:28:04.198Z+ chown build:build /home/build /work
192026-05-08T18:28:05.199Z+ chmod 0700 /home/build /work
202026-05-08T18:28:05.205Zprocess exited: duration 3105 ms, exit code 0
 
212026-05-08T18:28:05.215Zstarting task 1: "rust-toolchain"
222026-05-08T18:28:05.220Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-08T18:28:05.220Z * rust toolchain channel = "1.94.0"
242026-05-08T18:28:05.220Z * rust toolchain profile = "default"
252026-05-08T18:28:05.220Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-08T18:28:05.220Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-08T18:28:05.221Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-08T18:28:05.221Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-08T18:28:05.221Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-08T18:28:05.322Zinfo: downloading installer
312026-05-08T18:28:06.651Zwarn: It looks like you have an existing rustup settings file at:
322026-05-08T18:28:06.651Zwarn: /home/build/.rustup/settings.toml
332026-05-08T18:28:06.651Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-08T18:28:06.651Zwarn: instead of the one inferred from the default host triple.
352026-05-08T18:28:06.664Zinfo: profile set to default
362026-05-08T18:28:06.664Zinfo: default host triple is x86_64-unknown-illumos
372026-05-08T18:28:06.667Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-08T18:28:06.795Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-08T18:28:06.798Zinfo: downloading 6 components
402026-05-08T18:28:21.311Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-08T18:28:21.311Z
422026-05-08T18:28:21.340Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-08T18:28:21.340Z
442026-05-08T18:28:21.340Z
452026-05-08T18:28:21.340ZRust is installed now. Great!
462026-05-08T18:28:21.340Z
472026-05-08T18:28:21.340ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-08T18:28:21.340Zenvironment variable. This has not been done automatically.
492026-05-08T18:28:21.340Z
502026-05-08T18:28:21.340ZTo configure your current shell, you need to source
512026-05-08T18:28:21.340Zthe corresponding env file under $HOME/.cargo.
522026-05-08T18:28:21.340Z
532026-05-08T18:28:21.340ZThis is usually done by running one of the following (note the leading DOT):
542026-05-08T18:28:21.340Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-08T18:28:21.343Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-08T18:28:21.343Zsource "~/.cargo/env.nu" # For nushell
572026-05-08T18:28:21.343Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-08T18:28:21.343Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-08T18:28:21.343Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-08T18:28:21.343Zwarn: no default linker (`cc`) was found in your PATH
612026-05-08T18:28:21.343Zwarn: many Rust crates require a system C toolchain to build
622026-05-08T18:28:21.442Z+ rustup --version
632026-05-08T18:28:21.451Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-08T18:28:21.456Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-08T18:28:21.471Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-08T18:28:21.474Z+ cargo --version
672026-05-08T18:28:21.487Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-08T18:28:21.492Z+ rustc --version
692026-05-08T18:28:21.509Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-08T18:28:21.512Zprocess exited: duration 16297 ms, exit code 0
 
712026-05-08T18:28:21.518Zstarting task 2: "authentication"
722026-05-08T18:28:21.537Zprocess exited: duration 17 ms, exit code 0
 
732026-05-08T18:28:21.546Zstarting task 3: "clone repository"
742026-05-08T18:28:21.549Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-08T18:28:21.552Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-08T18:28:21.581ZCloning into '/work/oxidecomputer/omicron'...
772026-05-08T18:28:31.247Z+ cd /work/oxidecomputer/omicron
782026-05-08T18:28:31.247Z+ git fetch origin 46d74808ceb51c4d7150a1aae88eb646a2379256
792026-05-08T18:28:31.536ZFrom https://github.com/oxidecomputer/omicron
802026-05-08T18:28:31.536Z * branch 46d74808ceb51c4d7150a1aae88eb646a2379256 -> FETCH_HEAD
812026-05-08T18:28:31.545Z+ [[ -n sunshowers/spr/1n-reconfigurator-cli-in-cmds-mupdate-update-flow-apply-sled-agent-configs ]]
822026-05-08T18:28:31.548Z++ git branch --show-current
832026-05-08T18:28:31.548Z+ current=main
842026-05-08T18:28:31.548Z+ [[ main != sunshowers/spr/1n-reconfigurator-cli-in-cmds-mupdate-update-flow-apply-sled-agent-configs ]]
852026-05-08T18:28:31.548Z+ git branch -f sunshowers/spr/1n-reconfigurator-cli-in-cmds-mupdate-update-flow-apply-sled-agent-configs 46d74808ceb51c4d7150a1aae88eb646a2379256
862026-05-08T18:28:31.551Z+ git checkout -f sunshowers/spr/1n-reconfigurator-cli-in-cmds-mupdate-update-flow-apply-sled-agent-configs
872026-05-08T18:28:31.627ZSwitched to branch 'sunshowers/spr/1n-reconfigurator-cli-in-cmds-mupdate-update-flow-apply-sled-agent-configs'
882026-05-08T18:28:31.630Z+ git reset --hard 46d74808ceb51c4d7150a1aae88eb646a2379256
892026-05-08T18:28:31.703ZHEAD is now at 46d74808c update outputs
902026-05-08T18:28:31.706Zprocess exited: duration 10160 ms, exit code 0
 
912026-05-08T18:28:31.712Zstarting task 4: "build"
922026-05-08T18:28:31.716Z+ source .github/buildomat/ci-env.sh
932026-05-08T18:28:31.719Z++ export CARGO_TERM_COLOR=always
942026-05-08T18:28:31.719Z++ CARGO_TERM_COLOR=always
952026-05-08T18:28:31.719Z+ cargo --version
962026-05-08T18:28:31.726Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-08T18:28:31.729Z+ rustc --version
982026-05-08T18:28:31.749Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-08T18:28:31.752Z+ source ./env.sh
1002026-05-08T18:28:31.752Z++ OLD_SHELL_OPTS=ehxB
1012026-05-08T18:28:31.752Z++ set -o xtrace
1022026-05-08T18:28:31.755Z++++ dirname ./env.sh
1032026-05-08T18:28:31.755Z+++ readlink -f .
1042026-05-08T18:28:31.758Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-08T18:28:31.758Z++ 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-08T18:28:31.758Z++ 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-08T18:28:31.758Z++ 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-08T18:28:31.758Z++ 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-08T18:28:31.758Z++ 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-08T18:28:31.758Z++ 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-08T18:28:31.758Z++ 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-08T18:28:31.758Z++ 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-08T18:28:31.758Z++ case $OLD_SHELL_OPTS in
1142026-05-08T18:28:31.759Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-08T18:28:31.759Z+ 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-08T18:28:31.759Z+ 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-08T18:28:31.759Z+ banner prerequisites
1182026-05-08T18:28:31.762Z
1192026-05-08T18:28:31.762Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-08T18:28:31.762Z # # # # # # # # # # # # # # #
1212026-05-08T18:28:31.762Z # # # # ##### # # ##### # # # # # #### #
1222026-05-08T18:28:31.762Z ##### ##### # ##### # # # # # # # # #
1232026-05-08T18:28:31.762Z # # # # # # # # # # # # # # #
1242026-05-08T18:28:31.762Z # # # ###### # # ###### ### # #### # #### #
1252026-05-08T18:28:31.762Z
1262026-05-08T18:28:31.762Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-08T18:28:33.201Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-08T18:28:33.245Z Startup: Caching catalogs ... Done
1292026-05-08T18:28:33.393ZPlanning: Solver setup ... Done (0.120s)
1302026-05-08T18:28:33.404ZPlanning: Running solver ... Done (0.009s)
1312026-05-08T18:28:33.410ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-08T18:28:33.418ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-08T18:28:33.442ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-08T18:28:33.452ZPlanning: Package planning ... Done (0.013s)
1352026-05-08T18:28:33.455ZPlanning: Merging actions ... Done (0.001s)
1362026-05-08T18:28:33.640ZPlanning: Checking for conflicting actions ... Done (0.187s)
1372026-05-08T18:28:33.645ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-08T18:28:34.462ZPlanning: Evaluating mediators ... Done (0.821s)
1392026-05-08T18:28:34.465ZPlanning: Planning completed in 1.20 seconds
1402026-05-08T18:28:34.472Z Packages to install: 2
1412026-05-08T18:28:34.472Z Estimated space available: 156.08 GB
1422026-05-08T18:28:34.472ZEstimated space to be consumed: 16.95 MB
1432026-05-08T18:28:34.472Z Create boot environment: No
1442026-05-08T18:28:34.475ZCreate backup boot environment: No
1452026-05-08T18:28:34.475Z Rebuild boot archive: No
1462026-05-08T18:28:34.475Z
1472026-05-08T18:28:34.475ZChanged packages:
1482026-05-08T18:28:34.475Zhelios
1492026-05-08T18:28:34.475Z developer/build-essential
1502026-05-08T18:28:34.475Z None -> 11-3.0
1512026-05-08T18:28:34.475Z library/libxmlsec1
1522026-05-08T18:28:34.475Z None -> 1.2.35-3.0
1532026-05-08T18:28:34.496Z
1542026-05-08T18:28:34.496ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-08T18:28:35.908ZDownload: Completed 1.28 MB in 1.41 seconds (929k/s)
1562026-05-08T18:28:35.951Z Actions: 1/268 actions (Installing new actions)
1572026-05-08T18:28:35.990Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-08T18:28:35.994ZFinalize: Updating package state database ... Done (0.004s)
1592026-05-08T18:28:35.994ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-08T18:28:36.006ZFinalize: Updating image state ... Done (0.012s)
1612026-05-08T18:28:38.358ZFinalize: Creating fast lookup database ... Done (2.331s)
1622026-05-08T18:28:38.425ZFinalize: Reading search index ... Done (0.012s)
1632026-05-08T18:28:38.428ZFinalize: Updating search index ... Done (0.000s)
1642026-05-08T18:28:38.504ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-08T18:28:38.794ZPlanning: Evaluating mediator changes ... Done
1662026-05-08T18:28:38.899ZPlanning: Checking for conflicting actions ... Done
1672026-05-08T18:28:38.902ZPlanning: Consolidating action changes ... Done
1682026-05-08T18:28:39.058ZPlanning: Evaluating mediators ... Done
1692026-05-08T18:28:39.061ZPlanning: Planning completed in 0.26 seconds
1702026-05-08T18:28:39.080Z Mediators to change: 2
1712026-05-08T18:28:39.080Z Create boot environment: No
1722026-05-08T18:28:39.080ZCreate backup boot environment: No
1732026-05-08T18:28:39.145ZFinalize: Updating package state database ... Done
1742026-05-08T18:28:39.145ZFinalize: Updating package cache ... Done
1752026-05-08T18:28:39.152ZFinalize: Updating image state ... Done
1762026-05-08T18:28:41.106ZFinalize: Creating fast lookup database ... Done
1772026-05-08T18:28:41.166ZFinalize: Reading search index ... Done
1782026-05-08T18:28:41.169ZFinalize: Updating search index ... Done
1792026-05-08T18:28:41.249ZFinalize: Updating package cache ... Done
1802026-05-08T18:28:41.537ZPlanning: Evaluating mediator changes ... Done
1812026-05-08T18:28:41.644ZPlanning: Checking for conflicting actions ... Done
1822026-05-08T18:28:41.647ZPlanning: Consolidating action changes ... Done
1832026-05-08T18:28:41.804ZPlanning: Evaluating mediators ... Done
1842026-05-08T18:28:41.808ZPlanning: Planning completed in 0.27 seconds
1852026-05-08T18:28:41.827Z Mediators to change: 1
1862026-05-08T18:28:41.828Z Create boot environment: No
1872026-05-08T18:28:41.828ZCreate backup boot environment: No
1882026-05-08T18:28:41.880ZFinalize: Updating package state database ... Done
1892026-05-08T18:28:41.880ZFinalize: Updating package cache ... Done
1902026-05-08T18:28:41.887ZFinalize: Updating image state ... Done
1912026-05-08T18:28:43.845ZFinalize: Creating fast lookup database ... Done
1922026-05-08T18:28:43.907ZFinalize: Reading search index ... Done
1932026-05-08T18:28:43.913ZFinalize: Updating search index ... Done
1942026-05-08T18:28:43.969ZFinalize: Updating package cache ... Done
1952026-05-08T18:28:44.290ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-08T18:28:44.290Zapache system 2.4 system
1972026-05-08T18:28:44.290Zclang system 15 system
1982026-05-08T18:28:44.291Zcsh system system illumos
1992026-05-08T18:28:44.291Zctags system system illumos
2002026-05-08T18:28:44.291Zfile vendor vendor darwinsys
2012026-05-08T18:28:44.291Zfile system system illumos
2022026-05-08T18:28:44.291Zgcc vendor 14 vendor
2032026-05-08T18:28:44.291Zgcc system 13 system
2042026-05-08T18:28:44.291Zgcc system 10 system
2052026-05-08T18:28:44.291Zgo system 1.25 system
2062026-05-08T18:28:44.291Zllvm system 15 system
2072026-05-08T18:28:44.291Zmariadb system 11.4 system
2082026-05-08T18:28:44.291Zmta vendor vendor dma
2092026-05-08T18:28:44.291Zopenjdk system 17 system
2102026-05-08T18:28:44.291Zopenjdk system 11 system
2112026-05-08T18:28:44.291Zopenssl vendor 3 vendor
2122026-05-08T18:28:44.291Zperl system 5.40 system
2132026-05-08T18:28:44.291Zpostgresql system 18 system
2142026-05-08T18:28:44.291Zpostgresql system 17 system
2152026-05-08T18:28:44.291Zpython vendor 3 vendor
2162026-05-08T18:28:44.291Zpython system 2 system
2172026-05-08T18:28:44.291Zpython3 vendor 3.13 vendor
2182026-05-08T18:28:44.291Zruby system 3.4 system
2192026-05-08T18:28:44.292Zruby system 3.0 system
2202026-05-08T18:28:44.292Zwords vendor vendor american-english
2212026-05-08T18:28:44.292Zwords system system australian-english
2222026-05-08T18:28:44.292Zwords system system british-english
2232026-05-08T18:28:44.292Zwords system system canadian-english
2242026-05-08T18:28:44.292Zwords system system french
2252026-05-08T18:28:44.292Zwords system system italian
2262026-05-08T18:28:44.292Zwords system system ngerman
2272026-05-08T18:28:44.292Zwords system system ogerman
2282026-05-08T18:28:44.292Zwords system system spanish
2292026-05-08T18:28:44.541ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-08T18:28:44.541Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-08T18:28:44.805ZFMRI IFO
2322026-05-08T18:28:44.805Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-08T18:28:44.805Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-08T18:28:44.805Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-08T18:28:44.805Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-08T18:28:44.805Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-08T18:28:44.805Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-08T18:28:44.805Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-08T18:28:44.805Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-08T18:28:44.805Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-08T18:28:45.032Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-08T18:28:45.340Z Updating crates.io index
2432026-05-08T18:28:45.344Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-08T18:28:45.621Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-08T18:28:46.461Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-08T18:28:47.173Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-08T18:28:48.062Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-08T18:28:48.652Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-08T18:28:49.965Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-08T18:28:50.759Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-08T18:28:51.213Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-08T18:28:52.075Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-08T18:28:52.353Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-08T18:28:52.794Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-08T18:28:53.060Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-08T18:28:54.194Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-08T18:28:54.666Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-05-08T18:28:54.991Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-05-08T18:28:55.408Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2602026-05-08T18:28:55.753Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-05-08T18:28:56.058Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-05-08T18:28:56.281Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-05-08T18:28:56.544Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-05-08T18:28:56.911Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-05-08T18:28:57.256Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2662026-05-08T18:28:57.795Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2672026-05-08T18:28:58.118Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2682026-05-08T18:28:58.756Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692026-05-08T18:28:59.120Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702026-05-08T18:29:00.204Z Updating git repository `https://github.com/oxidecomputer/crucible`
2712026-05-08T18:29:01.586Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722026-05-08T18:29:02.034Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732026-05-08T18:29:02.325Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742026-05-08T18:29:02.796Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-05-08T18:29:03.257Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-05-08T18:29:03.503Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2772026-05-08T18:29:03.995Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2782026-05-08T18:29:04.252Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2792026-05-08T18:29:04.532Z Updating git repository `https://github.com/illumos/smf-rs`
2802026-05-08T18:29:04.947Z Updating git repository `https://github.com/oxidecomputer/omicron`
2812026-05-08T18:29:16.894Z Downloading crates ...
2822026-05-08T18:29:16.949Z Downloaded crypto-common v0.1.7
2832026-05-08T18:29:16.955Z Downloaded anstyle-query v1.1.5
2842026-05-08T18:29:16.958Z Downloaded anyhow v1.0.102
2852026-05-08T18:29:16.964Z Downloaded plain v0.2.3
2862026-05-08T18:29:16.968Z Downloaded anstream v0.6.21
2872026-05-08T18:29:16.968Z Downloaded tabled_derive v0.7.0
2882026-05-08T18:29:16.968Z Downloaded anstyle v1.0.13
2892026-05-08T18:29:16.971Z Downloaded scroll v0.12.0
2902026-05-08T18:29:16.971Z Downloaded anstyle-parse v0.2.7
2912026-05-08T18:29:16.974Z Downloaded strsim v0.11.1
2922026-05-08T18:29:16.977Z Downloaded fastrand v2.3.0
2932026-05-08T18:29:16.977Z Downloaded url v2.5.8
2942026-05-08T18:29:16.981Z Downloaded toml_datetime v0.6.11
2952026-05-08T18:29:16.981Z Downloaded thiserror v2.0.18
2962026-05-08T18:29:16.984Z Downloaded fnv v1.0.7
2972026-05-08T18:29:16.984Z Downloaded generic-array v0.14.7
2982026-05-08T18:29:16.987Z Downloaded form_urlencoded v1.2.2
2992026-05-08T18:29:16.987Z Downloaded erased-serde v0.4.9
3002026-05-08T18:29:16.990Z Downloaded serde_core v1.0.228
3012026-05-08T18:29:16.993Z Downloaded unicode-width v0.1.14
3022026-05-08T18:29:16.996Z Downloaded macaddr v1.0.1
3032026-05-08T18:29:16.996Z Downloaded zerofrom-derive v0.1.6
3042026-05-08T18:29:16.999Z Downloaded unicode-linebreak v0.1.5
3052026-05-08T18:29:16.999Z Downloaded usdt-attr-macro v0.5.0
3062026-05-08T18:29:16.999Z Downloaded serde v1.0.228
3072026-05-08T18:29:17.003Z Downloaded utf8parse v0.2.2
3082026-05-08T18:29:17.006Z Downloaded zmij v1.0.21
3092026-05-08T18:29:17.006Z Downloaded version_check v0.9.5
3102026-05-08T18:29:17.006Z Downloaded colorchoice v1.0.4
3112026-05-08T18:29:17.009Z Downloaded unicode-xid v0.2.6
3122026-05-08T18:29:17.009Z Downloaded thiserror-impl v1.0.69
3132026-05-08T18:29:17.009Z Downloaded smawk v0.3.2
3142026-05-08T18:29:17.013Z Downloaded zerocopy-derive v0.7.35
3152026-05-08T18:29:17.016Z Downloaded is_terminal_polyfill v1.70.2
3162026-05-08T18:29:17.019Z Downloaded memmap v0.7.0
3172026-05-08T18:29:17.019Z Downloaded idna_adapter v1.2.1
3182026-05-08T18:29:17.019Z Downloaded errno v0.3.14
3192026-05-08T18:29:17.022Z Downloaded zerofrom v0.1.6
3202026-05-08T18:29:17.022Z Downloaded yoke-derive v0.8.1
3212026-05-08T18:29:17.022Z Downloaded toml v0.8.23
3222026-05-08T18:29:17.025Z Downloaded fs-err v3.3.0
3232026-05-08T18:29:17.028Z Downloaded usdt-macro v0.5.0
3242026-05-08T18:29:17.028Z Downloaded usdt v0.5.0
3252026-05-08T18:29:17.031Z Downloaded utf8_iter v1.0.4
3262026-05-08T18:29:17.031Z Downloaded toml_write v0.1.2
3272026-05-08T18:29:17.031Z Downloaded tinystr v0.8.2
3282026-05-08T18:29:17.034Z Downloaded block-buffer v0.10.4
3292026-05-08T18:29:17.037Z Downloaded thread-id v4.2.2
3302026-05-08T18:29:17.040Z Downloaded proc-macro-error v1.0.4
3312026-05-08T18:29:17.043Z Downloaded usdt-impl v0.5.0
3322026-05-08T18:29:17.043Z Downloaded serde-untagged v0.1.9
3332026-05-08T18:29:17.046Z Downloaded byteorder v1.5.0
3342026-05-08T18:29:17.046Z Downloaded typeid v1.0.3
3352026-05-08T18:29:17.046Z Downloaded thiserror v1.0.69
3362026-05-08T18:29:17.049Z Downloaded terminal_size v0.4.3
3372026-05-08T18:29:17.052Z Downloaded cargo-platform v0.2.0
3382026-05-08T18:29:17.052Z Downloaded yoke v0.8.1
3392026-05-08T18:29:17.052Z Downloaded percent-encoding v2.3.2
3402026-05-08T18:29:17.055Z Downloaded writeable v0.6.2
3412026-05-08T18:29:17.058Z Downloaded proc-macro-error-attr v1.0.4
3422026-05-08T18:29:17.058Z Downloaded ordered-float v2.10.1
3432026-05-08T18:29:17.058Z Downloaded heck v0.5.0
3442026-05-08T18:29:17.061Z Downloaded itoa v1.0.17
3452026-05-08T18:29:17.061Z Downloaded zerovec-derive v0.11.2
3462026-05-08T18:29:17.061Z Downloaded equivalent v1.0.2
3472026-05-08T18:29:17.061Z Downloaded potential_utf v0.1.4
3482026-05-08T18:29:17.064Z Downloaded serde-value v0.7.0
3492026-05-08T18:29:17.068Z Downloaded unicode-ident v1.0.24
3502026-05-08T18:29:17.068Z Downloaded ucd-trie v0.1.7
3512026-05-08T18:29:17.074Z Downloaded thiserror-impl v2.0.18
3522026-05-08T18:29:17.074Z Downloaded pretty-hex v0.4.1
3532026-05-08T18:29:17.074Z Downloaded heck v0.4.1
3542026-05-08T18:29:17.074Z Downloaded serde_tokenstream v0.2.3
3552026-05-08T18:29:17.074Z Downloaded textwrap v0.16.2
3562026-05-08T18:29:17.077Z Downloaded zerovec v0.11.5
3572026-05-08T18:29:17.077Z Downloaded toml_edit v0.22.27
3582026-05-08T18:29:17.080Z Downloaded pest_generator v2.8.6
3592026-05-08T18:29:17.080Z Downloaded typenum v1.19.0
3602026-05-08T18:29:17.085Z Downloaded winnow v0.7.14
3612026-05-08T18:29:17.090Z Downloaded zerotrie v0.2.3
3622026-05-08T18:29:17.093Z Downloaded cfg-if v1.0.4
3632026-05-08T18:29:17.093Z Downloaded swrite v0.1.0
3642026-05-08T18:29:17.101Z Downloaded stable_deref_trait v1.2.1
3652026-05-08T18:29:17.101Z Downloaded cargo_metadata v0.21.0
3662026-05-08T18:29:17.104Z Downloaded zerocopy v0.7.35
3672026-05-08T18:29:17.108Z Downloaded clap_lex v1.0.0
3682026-05-08T18:29:17.111Z Downloaded scroll_derive v0.12.1
3692026-05-08T18:29:17.111Z Downloaded unicode-width v0.2.0
3702026-05-08T18:29:17.114Z Downloaded pest_derive v2.8.6
3712026-05-08T18:29:17.114Z Downloaded dof v0.3.0
3722026-05-08T18:29:17.118Z Downloaded digest v0.10.7
3732026-05-08T18:29:17.118Z Downloaded serde_spanned v0.6.9
3742026-05-08T18:29:17.121Z Downloaded cargo_toml v0.21.0
3752026-05-08T18:29:17.124Z Downloaded displaydoc v0.2.5
3762026-05-08T18:29:17.127Z Downloaded dtrace-parser v0.2.0
3772026-05-08T18:29:17.129Z Downloaded getrandom v0.4.1
3782026-05-08T18:29:17.132Z Downloaded camino v1.2.2
3792026-05-08T18:29:17.135Z Downloaded synstructure v0.13.2
3802026-05-08T18:29:17.135Z Downloaded icu_provider v2.1.1
3812026-05-08T18:29:17.138Z Downloaded quote v1.0.45
3822026-05-08T18:29:17.145Z Downloaded cpufeatures v0.2.17
3832026-05-08T18:29:17.148Z Downloaded camino-tempfile v1.4.1
3842026-05-08T18:29:17.148Z Downloaded bytecount v0.6.9
3852026-05-08T18:29:17.151Z Downloaded autocfg v1.5.0
3862026-05-08T18:29:17.151Z Downloaded cargo-util-schemas v0.8.2
3872026-05-08T18:29:17.154Z Downloaded sha2 v0.10.9
3882026-05-08T18:29:17.163Z Downloaded semver v1.0.28
3892026-05-08T18:29:17.166Z Downloaded clap_derive v4.5.55
3902026-05-08T18:29:17.169Z Downloaded once_cell v1.21.3
3912026-05-08T18:29:17.172Z Downloaded litemap v0.8.1
3922026-05-08T18:29:17.175Z Downloaded tempfile v3.25.0
3932026-05-08T18:29:17.185Z Downloaded smallvec v1.15.1
3942026-05-08T18:29:17.197Z Downloaded num-traits v0.2.19
3952026-05-08T18:29:17.200Z Downloaded icu_properties v2.1.2
3962026-05-08T18:29:17.203Z Downloaded log v0.4.29
3972026-05-08T18:29:17.203Z Downloaded icu_locale_core v2.1.1
3982026-05-08T18:29:17.206Z Downloaded proc-macro2 v1.0.106
3992026-05-08T18:29:17.209Z Downloaded bitflags v2.11.0
4002026-05-08T18:29:17.217Z Downloaded serde_derive v1.0.228
4012026-05-08T18:29:17.220Z Downloaded papergrid v0.11.0
4022026-05-08T18:29:17.223Z Downloaded pest_meta v2.8.6
4032026-05-08T18:29:17.227Z Downloaded icu_normalizer v2.1.1
4042026-05-08T18:29:17.237Z Downloaded icu_normalizer_data v2.1.1
4052026-05-08T18:29:17.249Z Downloaded clap v4.5.60
4062026-05-08T18:29:17.259Z Downloaded memchr v2.8.0
4072026-05-08T18:29:17.265Z Downloaded icu_collections v2.1.1
4082026-05-08T18:29:17.273Z Downloaded indexmap v2.14.0
4092026-05-08T18:29:17.282Z Downloaded pest v2.8.6
4102026-05-08T18:29:17.297Z Downloaded idna v1.1.0
4112026-05-08T18:29:17.326Z Downloaded serde_json v1.0.149
4122026-05-08T18:29:17.330Z Downloaded hashbrown v0.17.0
4132026-05-08T18:29:17.333Z Downloaded goblin v0.8.2
4142026-05-08T18:29:17.338Z Downloaded clap_builder v4.5.60
4152026-05-08T18:29:17.347Z Downloaded tabled v0.15.0
4162026-05-08T18:29:17.356Z Downloaded syn v2.0.117
4172026-05-08T18:29:17.361Z Downloaded icu_properties_data v2.1.2
4182026-05-08T18:29:17.375Z Downloaded syn v1.0.109
4192026-05-08T18:29:17.382Z Downloaded rustix v1.1.3
4202026-05-08T18:29:17.431Z Downloaded libc v0.2.185
4212026-05-08T18:29:17.490Z Compiling proc-macro2 v1.0.106
4222026-05-08T18:29:17.490Z Compiling quote v1.0.45
4232026-05-08T18:29:17.490Z Compiling unicode-ident v1.0.24
4242026-05-08T18:29:17.490Z Compiling serde_core v1.0.228
4252026-05-08T18:29:17.496Z Compiling libc v0.2.185
4262026-05-08T18:29:17.496Z Compiling version_check v0.9.5
4272026-05-08T18:29:17.496Z Compiling stable_deref_trait v1.2.1
4282026-05-08T18:29:17.496Z Compiling serde v1.0.228
4292026-05-08T18:29:17.805Z Compiling memchr v2.8.0
4302026-05-08T18:29:17.821Z Compiling zmij v1.0.21
4312026-05-08T18:29:18.090Z Compiling itoa v1.0.17
4322026-05-08T18:29:18.094Z Compiling thiserror v1.0.69
4332026-05-08T18:29:18.136Z Compiling autocfg v1.5.0
4342026-05-08T18:29:18.271Z Compiling ucd-trie v0.1.7
4352026-05-08T18:29:18.428Z Compiling pest v2.8.6
4362026-05-08T18:29:18.491Z Compiling writeable v0.6.2
4372026-05-08T18:29:18.535Z Compiling litemap v0.8.1
4382026-05-08T18:29:18.626Z Compiling icu_normalizer_data v2.1.1
4392026-05-08T18:29:18.727Z Compiling byteorder v1.5.0
4402026-05-08T18:29:18.807Z Compiling icu_properties_data v2.1.2
4412026-05-08T18:29:18.846Z Compiling rustix v1.1.3
4422026-05-08T18:29:18.986Z Compiling syn v2.0.117
4432026-05-08T18:29:19.072Z Compiling errno v0.3.14
4442026-05-08T18:29:19.081Z Compiling bitflags v2.11.0
4452026-05-08T18:29:19.101Z Compiling serde_json v1.0.149
4462026-05-08T18:29:19.331Z Compiling num-traits v0.2.19
4472026-05-08T18:29:19.348Z Compiling smallvec v1.15.1
4482026-05-08T18:29:19.516Z Compiling pest_meta v2.8.6
4492026-05-08T18:29:19.571Z Compiling equivalent v1.0.2
4502026-05-08T18:29:19.587Z Compiling hashbrown v0.17.0
4512026-05-08T18:29:19.661Z Compiling typeid v1.0.3
4522026-05-08T18:29:19.878Z Compiling thread-id v4.2.2
4532026-05-08T18:29:19.953Z Compiling usdt-impl v0.5.0
4542026-05-08T18:29:19.969Z Compiling proc-macro-error-attr v1.0.4
4552026-05-08T18:29:19.985Z Compiling syn v1.0.109
4562026-05-08T18:29:20.152Z Compiling indexmap v2.14.0
4572026-05-08T18:29:20.155Z Compiling toml_write v0.1.2
4582026-05-08T18:29:20.171Z Compiling erased-serde v0.4.9
4592026-05-08T18:29:20.293Z Compiling winnow v0.7.14
4602026-05-08T18:29:20.704Z Compiling proc-macro-error v1.0.4
4612026-05-08T18:29:20.785Z Compiling percent-encoding v2.3.2
4622026-05-08T18:29:20.898Z Compiling log v0.4.29
4632026-05-08T18:29:20.979Z Compiling getrandom v0.4.1
4642026-05-08T18:29:21.077Z Compiling thiserror v2.0.18
4652026-05-08T18:29:21.182Z Compiling utf8parse v0.2.2
4662026-05-08T18:29:21.224Z Compiling utf8_iter v1.0.4
4672026-05-08T18:29:21.303Z Compiling plain v0.2.3
4682026-05-08T18:29:21.325Z Compiling camino v1.2.2
4692026-05-08T18:29:21.401Z Compiling anstyle-parse v0.2.7
4702026-05-08T18:29:21.418Z Compiling ordered-float v2.10.1
4712026-05-08T18:29:21.529Z Compiling form_urlencoded v1.2.2
4722026-05-08T18:29:21.593Z Compiling synstructure v0.13.2
4732026-05-08T18:29:21.641Z Compiling pest_generator v2.8.6
4742026-05-08T18:29:21.759Z Compiling terminal_size v0.4.3
4752026-05-08T18:29:21.901Z Compiling cfg-if v1.0.4
4762026-05-08T18:29:21.991Z Compiling pretty-hex v0.4.1
4772026-05-08T18:29:22.002Z Compiling anstyle-query v1.1.5
4782026-05-08T18:29:22.085Z Compiling anstyle v1.0.13
4792026-05-08T18:29:22.119Z Compiling is_terminal_polyfill v1.70.2
4802026-05-08T18:29:22.137Z Compiling colorchoice v1.0.4
4812026-05-08T18:29:22.153Z Compiling serde-untagged v0.1.9
4822026-05-08T18:29:22.306Z Compiling anstream v0.6.21
4832026-05-08T18:29:22.323Z Compiling semver v1.0.28
4842026-05-08T18:29:22.390Z Compiling fs-err v3.3.0
4852026-05-08T18:29:22.408Z Compiling anyhow v1.0.102
4862026-05-08T18:29:22.579Z Compiling bytecount v0.6.9
4872026-05-08T18:29:22.606Z Compiling unicode-width v0.1.14
4882026-05-08T18:29:22.634Z Compiling once_cell v1.21.3
4892026-05-08T18:29:22.637Z Compiling strsim v0.11.1
4902026-05-08T18:29:22.704Z Compiling heck v0.5.0
4912026-05-08T18:29:22.722Z Compiling fnv v1.0.7
4922026-05-08T18:29:22.847Z Compiling heck v0.4.1
4932026-05-08T18:29:22.876Z Compiling clap_lex v1.0.0
4942026-05-08T18:29:22.941Z Compiling fastrand v2.3.0
4952026-05-08T18:29:22.994Z Compiling unicode-xid v0.2.6
4962026-05-08T18:29:23.074Z Compiling clap_builder v4.5.60
4972026-05-08T18:29:23.108Z Compiling papergrid v0.11.0
4982026-05-08T18:29:23.126Z Compiling tempfile v3.25.0
4992026-05-08T18:29:23.275Z Compiling serde_derive v1.0.228
5002026-05-08T18:29:23.312Z Compiling zerofrom-derive v0.1.6
5012026-05-08T18:29:23.363Z Compiling yoke-derive v0.8.1
5022026-05-08T18:29:23.520Z Compiling zerovec-derive v0.11.2
5032026-05-08T18:29:23.749Z Compiling displaydoc v0.2.5
5042026-05-08T18:29:24.484Z Compiling thiserror-impl v1.0.69
5052026-05-08T18:29:24.527Z Compiling zerocopy-derive v0.7.35
5062026-05-08T18:29:24.580Z Compiling pest_derive v2.8.6
5072026-05-08T18:29:24.647Z Compiling scroll_derive v0.12.1
5082026-05-08T18:29:24.744Z Compiling zerofrom v0.1.6
5092026-05-08T18:29:24.881Z Compiling yoke v0.8.1
5102026-05-08T18:29:24.987Z Compiling thiserror-impl v2.0.18
5112026-05-08T18:29:25.086Z Compiling zerovec v0.11.5
5122026-05-08T18:29:25.337Z Compiling zerotrie v0.2.3
5132026-05-08T18:29:25.402Z Compiling zerocopy v0.7.35
5142026-05-08T18:29:25.606Z Compiling tinystr v0.8.2
5152026-05-08T18:29:25.641Z Compiling potential_utf v0.1.4
5162026-05-08T18:29:25.810Z Compiling icu_locale_core v2.1.1
5172026-05-08T18:29:25.810Z Compiling icu_collections v2.1.1
5182026-05-08T18:29:25.845Z Compiling dtrace-parser v0.2.0
5192026-05-08T18:29:25.949Z Compiling scroll v0.12.0
5202026-05-08T18:29:26.142Z Compiling tabled_derive v0.7.0
5212026-05-08T18:29:26.232Z Compiling goblin v0.8.2
5222026-05-08T18:29:26.293Z Compiling clap_derive v4.5.55
5232026-05-08T18:29:26.445Z Compiling icu_provider v2.1.1
5242026-05-08T18:29:26.585Z Compiling memmap v0.7.0
5252026-05-08T18:29:26.700Z Compiling icu_normalizer v2.1.1
5262026-05-08T18:29:26.704Z Compiling icu_properties v2.1.2
5272026-05-08T18:29:26.741Z Compiling toml_datetime v0.6.11
5282026-05-08T18:29:26.756Z Compiling serde_spanned v0.6.9
5292026-05-08T18:29:26.781Z Compiling dof v0.3.0
5302026-05-08T18:29:26.900Z Compiling toml_edit v0.22.27
5312026-05-08T18:29:26.995Z Compiling serde_tokenstream v0.2.3
5322026-05-08T18:29:27.158Z Compiling serde-value v0.7.0
5332026-05-08T18:29:27.230Z Compiling cargo-platform v0.2.0
5342026-05-08T18:29:27.311Z Compiling unicode-linebreak v0.1.5
5352026-05-08T18:29:27.505Z Compiling unicode-width v0.2.0
5362026-05-08T18:29:27.523Z Compiling smawk v0.3.2
5372026-05-08T18:29:27.556Z Compiling tabled v0.15.0
5382026-05-08T18:29:27.664Z Compiling idna_adapter v1.2.1
5392026-05-08T18:29:27.668Z Compiling usdt-attr-macro v0.5.0
5402026-05-08T18:29:27.782Z Compiling idna v1.1.0
5412026-05-08T18:29:27.809Z Compiling usdt-macro v0.5.0
5422026-05-08T18:29:27.827Z Compiling textwrap v0.16.2
5432026-05-08T18:29:28.015Z Compiling clap v4.5.60
5442026-05-08T18:29:28.109Z Compiling url v2.5.8
5452026-05-08T18:29:28.294Z Compiling toml v0.8.23
5462026-05-08T18:29:28.353Z Compiling macaddr v1.0.1
5472026-05-08T18:29:28.577Z Compiling camino-tempfile v1.4.1
5482026-05-08T18:29:28.811Z Compiling cargo-util-schemas v0.8.2
5492026-05-08T18:29:28.855Z Compiling cargo_toml v0.21.0
5502026-05-08T18:29:29.202Z Compiling usdt v0.5.0
5512026-05-08T18:29:29.301Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5522026-05-08T18:29:29.468Z Compiling swrite v0.1.0
5532026-05-08T18:29:29.823Z Compiling cargo_metadata v0.21.0
5542026-05-08T18:29:30.758Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5552026-05-08T18:29:32.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.94s
5562026-05-08T18:29:33.060Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5572026-05-08T18:29:33.627Z Downloading crates ...
5582026-05-08T18:29:33.721Z Downloaded adler2 v2.0.1
5592026-05-08T18:29:33.725Z Downloaded aead v0.5.2
5602026-05-08T18:29:33.728Z Downloaded ascii-canvas v3.0.0
5612026-05-08T18:29:33.728Z Downloaded arrayvec v0.7.6
5622026-05-08T18:29:33.732Z Downloaded assert_matches v1.5.0
5632026-05-08T18:29:33.736Z Downloaded blowfish v0.9.1
5642026-05-08T18:29:33.736Z Downloaded async-stream-impl v0.3.6
5652026-05-08T18:29:33.736Z Downloaded async-recursion v1.1.1
5662026-05-08T18:29:33.739Z Downloaded crc8 v0.1.1
5672026-05-08T18:29:33.739Z Downloaded async-stream v0.3.6
5682026-05-08T18:29:33.744Z Downloaded async-bb8-diesel v0.2.1
5692026-05-08T18:29:33.748Z Downloaded crossbeam-epoch v0.9.18
5702026-05-08T18:29:33.753Z Downloaded crc32fast v1.5.0
5712026-05-08T18:29:33.756Z Downloaded async-trait v0.1.89
5722026-05-08T18:29:33.756Z Downloaded critical-section v1.2.0
5732026-05-08T18:29:33.760Z Downloaded cmake v0.1.57
5742026-05-08T18:29:33.764Z Downloaded cstr-argument v0.1.2
5752026-05-08T18:29:33.768Z Downloaded cfg_aliases v0.2.1
5762026-05-08T18:29:33.772Z Downloaded castaway v0.2.4
5772026-05-08T18:29:33.772Z Downloaded bzip2 v0.4.4
5782026-05-08T18:29:33.772Z Downloaded enum-as-inner v0.6.1
5792026-05-08T18:29:33.772Z Downloaded darling_core v0.23.0
5802026-05-08T18:29:33.776Z Downloaded defmt-macros v1.0.1
5812026-05-08T18:29:33.779Z Downloaded cpufeatures v0.3.0
5822026-05-08T18:29:33.779Z Downloaded cobs v0.3.0
5832026-05-08T18:29:33.779Z Downloaded bit-set v0.8.0
5842026-05-08T18:29:33.779Z Downloaded dropshot_endpoint v0.17.0
5852026-05-08T18:29:33.783Z Downloaded darling v0.23.0
5862026-05-08T18:29:33.786Z Downloaded darling v0.21.3
5872026-05-08T18:29:33.789Z Downloaded darling_macro v0.21.3
5882026-05-08T18:29:33.789Z Downloaded curve25519-dalek-derive v0.1.1
5892026-05-08T18:29:33.789Z Downloaded const_format_proc_macros v0.2.34
5902026-05-08T18:29:33.793Z Downloaded aes-gcm v0.10.3
5912026-05-08T18:29:33.793Z Downloaded crc v3.4.0
5922026-05-08T18:29:33.796Z Downloaded arrayref v0.3.9
5932026-05-08T18:29:33.796Z Downloaded derive_builder_macro v0.20.2
5942026-05-08T18:29:33.796Z Downloaded atomic-waker v1.1.2
5952026-05-08T18:29:33.800Z Downloaded buf-list v1.1.2
5962026-05-08T18:29:33.803Z Downloaded derive_builder_core v0.20.2
5972026-05-08T18:29:33.808Z Downloaded compression-core v0.4.31
5982026-05-08T18:29:33.811Z Downloaded bcrypt-pbkdf v0.10.0
5992026-05-08T18:29:33.811Z Downloaded fixedbitset v0.5.7
6002026-05-08T18:29:33.815Z Downloaded bit-set v0.5.3
6012026-05-08T18:29:33.815Z Downloaded derive-ex v0.1.8
6022026-05-08T18:29:33.815Z Downloaded cargo-platform v0.1.9
6032026-05-08T18:29:33.818Z Downloaded atty v0.2.14
6042026-05-08T18:29:33.818Z Downloaded derive_more v0.99.20
6052026-05-08T18:29:33.822Z Downloaded cfg_aliases v0.1.1
6062026-05-08T18:29:33.822Z Downloaded float-ord v0.3.2
6072026-05-08T18:29:33.822Z Downloaded dunce v1.0.5
6082026-05-08T18:29:33.822Z Downloaded dropshot_endpoint v0.16.7
6092026-05-08T18:29:33.826Z Downloaded foreign-types-shared v0.1.1
6102026-05-08T18:29:33.826Z Downloaded block-padding v0.3.3
6112026-05-08T18:29:33.826Z Downloaded diff v0.1.13
6122026-05-08T18:29:33.831Z Downloaded defmt-parser v1.0.0
6132026-05-08T18:29:33.831Z Downloaded cbc v0.1.2
6142026-05-08T18:29:33.832Z Downloaded backoff v0.4.0
6152026-05-08T18:29:33.835Z Downloaded endian-type v0.1.2
6162026-05-08T18:29:33.835Z Downloaded downcast-rs v2.0.2
6172026-05-08T18:29:33.835Z Downloaded csv-core v0.1.13
6182026-05-08T18:29:33.835Z Downloaded foreign-types-shared v0.3.1
6192026-05-08T18:29:33.835Z Downloaded embedded-io v0.6.1
6202026-05-08T18:29:33.839Z Downloaded bitfield-macros v0.19.4
6212026-05-08T18:29:33.843Z Downloaded darling_macro v0.23.0
6222026-05-08T18:29:33.843Z Downloaded convert_case v0.4.0
6232026-05-08T18:29:33.846Z Downloaded diesel_table_macro_syntax v0.3.0
6242026-05-08T18:29:33.846Z Downloaded ciborium-ll v0.2.2
6252026-05-08T18:29:33.850Z Downloaded futures-core v0.3.32
6262026-05-08T18:29:33.850Z Downloaded bitfield-struct v0.6.2
6272026-05-08T18:29:33.853Z Downloaded cipher v0.4.4
6282026-05-08T18:29:33.853Z Downloaded embedded-io v0.4.0
6292026-05-08T18:29:33.856Z Downloaded futures-io v0.3.32
6302026-05-08T18:29:33.857Z Downloaded fd-lock v4.0.4
6312026-05-08T18:29:33.857Z Downloaded const-oid v0.9.6
6322026-05-08T18:29:33.860Z Downloaded atomicwrites v0.4.4
6332026-05-08T18:29:33.860Z Downloaded dtrace-parser v0.3.0
6342026-05-08T18:29:33.860Z Downloaded dsl_auto_type v0.2.0
6352026-05-08T18:29:33.863Z Downloaded defmt v0.3.100
6362026-05-08T18:29:33.864Z Downloaded crucible-workspace-hack v0.1.0
6372026-05-08T18:29:33.864Z Downloaded dyn-clone v1.0.20
6382026-05-08T18:29:33.864Z Downloaded crc-catalog v2.4.0
6392026-05-08T18:29:33.867Z Downloaded dirs-next v2.0.0
6402026-05-08T18:29:33.868Z Downloaded camino-tempfile-ext v0.3.3
6412026-05-08T18:29:33.868Z Downloaded dof v0.4.0
6422026-05-08T18:29:33.871Z Downloaded difflib v0.4.0
6432026-05-08T18:29:33.871Z Downloaded futures-sink v0.3.32
6442026-05-08T18:29:33.871Z Downloaded funty v2.0.0
6452026-05-08T18:29:33.874Z Downloaded fixedbitset v0.4.2
6462026-05-08T18:29:33.874Z Downloaded ciborium-io v0.2.2
6472026-05-08T18:29:33.874Z Downloaded futures-macro v0.3.32
6482026-05-08T18:29:33.874Z Downloaded darling_core v0.21.3
6492026-05-08T18:29:33.878Z Downloaded foreign-types v0.3.2
6502026-05-08T18:29:33.884Z Downloaded float-cmp v0.10.0
6512026-05-08T18:29:33.884Z Downloaded flagset v0.4.7
6522026-05-08T18:29:33.884Z Downloaded dropshot-api-manager-types v0.7.1
6532026-05-08T18:29:33.884Z Downloaded base64ct v1.8.3
6542026-05-08T18:29:33.888Z Downloaded dirs-sys-next v0.1.2
6552026-05-08T18:29:33.888Z Downloaded fs-err v2.11.0
6562026-05-08T18:29:33.888Z Downloaded debug-ignore v1.0.5
6572026-05-08T18:29:33.888Z Downloaded base16ct v0.2.0
6582026-05-08T18:29:33.888Z Downloaded foreign-types-macros v0.2.3
6592026-05-08T18:29:33.888Z Downloaded foreign-types v0.5.0
6602026-05-08T18:29:33.892Z Downloaded document-features v0.2.12
6612026-05-08T18:29:33.892Z Downloaded constant_time_eq v0.4.2
6622026-05-08T18:29:33.892Z Downloaded gethostname v0.5.0
6632026-05-08T18:29:33.892Z Downloaded fxhash v0.2.1
6642026-05-08T18:29:33.897Z Downloaded display-error-chain v0.2.2
6652026-05-08T18:29:33.897Z Downloaded crunchy v0.2.4
6662026-05-08T18:29:33.897Z Downloaded globwalk v0.9.1
6672026-05-08T18:29:33.901Z Downloaded ahash v0.8.12
6682026-05-08T18:29:33.904Z Downloaded convert_case v0.10.0
6692026-05-08T18:29:33.904Z Downloaded bit-vec v0.6.3
6702026-05-08T18:29:33.904Z Downloaded compression-codecs v0.4.37
6712026-05-08T18:29:33.908Z Downloaded ghash v0.5.1
6722026-05-08T18:29:33.908Z Downloaded env_filter v1.0.0
6732026-05-08T18:29:33.913Z Downloaded git-stub v1.0.0
6742026-05-08T18:29:33.913Z Downloaded fs_extra v1.3.0
6752026-05-08T18:29:33.913Z Downloaded bb8 v0.8.6
6762026-05-08T18:29:33.917Z Downloaded bitflags v1.3.2
6772026-05-08T18:29:33.917Z Downloaded corncobs v0.1.4
6782026-05-08T18:29:33.917Z Downloaded chacha20 v0.9.1
6792026-05-08T18:29:33.921Z Downloaded hash32 v0.2.1
6802026-05-08T18:29:33.921Z Downloaded cookie v0.18.1
6812026-05-08T18:29:33.924Z Downloaded argon2 v0.5.3
6822026-05-08T18:29:33.929Z Downloaded diesel-dtrace v0.5.0
6832026-05-08T18:29:33.929Z Downloaded defmt v1.0.1
6842026-05-08T18:29:33.933Z Downloaded hex-literal v0.4.1
6852026-05-08T18:29:33.936Z Downloaded headers-core v0.3.0
6862026-05-08T18:29:33.940Z Downloaded foldhash v0.2.0
6872026-05-08T18:29:33.940Z Downloaded byte-wrapper v0.1.0
6882026-05-08T18:29:33.940Z Downloaded ena v0.14.4
6892026-05-08T18:29:33.940Z Downloaded flate2 v1.1.9
6902026-05-08T18:29:33.943Z Downloaded derive_more v2.1.1
6912026-05-08T18:29:33.949Z Downloaded http-body v1.0.1
6922026-05-08T18:29:33.952Z Downloaded hostname v0.3.1
6932026-05-08T18:29:33.953Z Downloaded home v0.5.12
6942026-05-08T18:29:33.953Z Downloaded hex v0.4.3
6952026-05-08T18:29:33.957Z Downloaded http-range v0.1.5
6962026-05-08T18:29:33.957Z Downloaded hostname v0.4.2
6972026-05-08T18:29:33.957Z Downloaded ctr v0.9.2
6982026-05-08T18:29:33.961Z Downloaded hubpack_derive v0.1.1
6992026-05-08T18:29:33.961Z Downloaded futures-task v0.3.32
7002026-05-08T18:29:33.961Z Downloaded indoc v1.0.9
7012026-05-08T18:29:33.961Z Downloaded indent_write v2.2.0
7022026-05-08T18:29:33.961Z Downloaded cexpr v0.6.0
7032026-05-08T18:29:33.964Z Downloaded hash32 v0.3.1
7042026-05-08T18:29:33.964Z Downloaded globset v0.4.18
7052026-05-08T18:29:33.964Z Downloaded hubpack v0.1.2
7062026-05-08T18:29:33.968Z Downloaded group v0.13.0
7072026-05-08T18:29:33.968Z Downloaded ed25519 v2.2.3
7082026-05-08T18:29:33.968Z Downloaded deranged v0.5.8
7092026-05-08T18:29:33.971Z Downloaded hyper-tls v0.6.0
7102026-05-08T18:29:33.971Z Downloaded daft v0.1.5
7112026-05-08T18:29:33.971Z Downloaded cassowary v0.3.0
7122026-05-08T18:29:33.975Z Downloaded ident_case v1.0.1
7132026-05-08T18:29:33.975Z Downloaded colored v2.2.0
7142026-05-08T18:29:33.975Z Downloaded foldhash v0.1.5
7152026-05-08T18:29:33.979Z Downloaded env_logger v0.11.9
7162026-05-08T18:29:33.980Z Downloaded chacha20 v0.10.0
7172026-05-08T18:29:33.980Z Downloaded daft-derive v0.1.5
7182026-05-08T18:29:33.983Z Downloaded filetime v0.2.27
7192026-05-08T18:29:33.983Z Downloaded ecdsa v0.16.9
7202026-05-08T18:29:33.987Z Downloaded fallible-iterator v0.2.0
7212026-05-08T18:29:33.987Z Downloaded erased-serde v0.3.31
7222026-05-08T18:29:33.987Z Downloaded git-stub-vcs v0.1.0
7232026-05-08T18:29:33.987Z Downloaded is-terminal v0.4.17
7242026-05-08T18:29:33.990Z Downloaded internet-checksum v0.2.1
7252026-05-08T18:29:33.990Z Downloaded either v1.15.0
7262026-05-08T18:29:33.991Z Downloaded cancel-safe-futures v0.1.5
7272026-05-08T18:29:33.994Z Downloaded futures-executor v0.3.32
7282026-05-08T18:29:33.994Z Downloaded clang-sys v1.8.1
7292026-05-08T18:29:33.994Z Downloaded ciborium v0.2.2
7302026-05-08T18:29:33.998Z Downloaded bit-vec v0.8.0
7312026-05-08T18:29:33.998Z Downloaded is_ci v1.2.0
7322026-05-08T18:29:33.998Z Downloaded bcs v0.1.6
7332026-05-08T18:29:34.002Z Downloaded backon v1.6.0
7342026-05-08T18:29:34.002Z Downloaded lalrpop-util v0.19.12
7352026-05-08T18:29:34.002Z Downloaded instant v0.1.13
7362026-05-08T18:29:34.005Z Downloaded inout v0.1.4
7372026-05-08T18:29:34.005Z Downloaded instability v0.3.11
7382026-05-08T18:29:34.005Z Downloaded crossbeam-utils v0.8.21
7392026-05-08T18:29:34.009Z Downloaded kstat-rs v0.2.4
7402026-05-08T18:29:34.009Z Downloaded async-compression v0.4.41
7412026-05-08T18:29:34.013Z Downloaded futures-channel v0.3.32
7422026-05-08T18:29:34.013Z Downloaded find-msvc-tools v0.1.9
7432026-05-08T18:29:34.013Z Downloaded des v0.8.1
7442026-05-08T18:29:34.017Z Downloaded drift v0.1.4
7452026-05-08T18:29:34.021Z Downloaded lazy_static v1.5.0
7462026-05-08T18:29:34.021Z Downloaded console v0.16.2
7472026-05-08T18:29:34.026Z Downloaded console v0.15.11
7482026-05-08T18:29:34.026Z Downloaded libscf-sys v1.1.0
7492026-05-08T18:29:34.026Z Downloaded bzip2 v0.6.1
7502026-05-08T18:29:34.030Z Downloaded bumpalo v3.20.2
7512026-05-08T18:29:34.030Z Downloaded lru-slab v0.1.2
7522026-05-08T18:29:34.030Z Downloaded derive_builder v0.20.2
7532026-05-08T18:29:34.034Z Downloaded darling v0.20.11
7542026-05-08T18:29:34.037Z Downloaded managed v0.8.0
7552026-05-08T18:29:34.037Z Downloaded lru-cache v0.1.2
7562026-05-08T18:29:34.037Z Downloaded lru v0.12.5
7572026-05-08T18:29:34.038Z Downloaded http-body-util v0.1.3
7582026-05-08T18:29:34.041Z Downloaded glob v0.3.3
7592026-05-08T18:29:34.041Z Downloaded getrandom v0.2.17
7602026-05-08T18:29:34.041Z Downloaded hyper-staticfile v0.10.1
7612026-05-08T18:29:34.046Z Downloaded humantime v2.3.0
7622026-05-08T18:29:34.046Z Downloaded match_cfg v0.1.0
7632026-05-08T18:29:34.046Z Downloaded maybe-uninit v2.0.0
7642026-05-08T18:29:34.046Z Downloaded maplit v1.0.2
7652026-05-08T18:29:34.047Z Downloaded lzss v0.8.2
7662026-05-08T18:29:34.050Z Downloaded chacha20poly1305 v0.10.1
7672026-05-08T18:29:34.050Z Downloaded colored v3.1.1
7682026-05-08T18:29:34.050Z Downloaded httpdate v1.0.3
7692026-05-08T18:29:34.050Z Downloaded indoc v2.0.7
7702026-05-08T18:29:34.054Z Downloaded impl-trait-for-tuples v0.2.3
7712026-05-08T18:29:34.054Z Downloaded ingot-types v0.1.2
7722026-05-08T18:29:34.059Z Downloaded multimap v0.10.1
7732026-05-08T18:29:34.059Z Downloaded md5 v0.7.0
7742026-05-08T18:29:34.059Z Downloaded md-5 v0.10.6
7752026-05-08T18:29:34.059Z Downloaded blake2 v0.10.6
7762026-05-08T18:29:34.062Z Downloaded cargo_metadata v0.19.2
7772026-05-08T18:29:34.062Z Downloaded crossbeam-deque v0.8.6
7782026-05-08T18:29:34.063Z Downloaded bytes v1.11.1
7792026-05-08T18:29:34.066Z Downloaded bitfield v0.19.4
7802026-05-08T18:29:34.066Z Downloaded array-init v0.0.4
7812026-05-08T18:29:34.066Z Downloaded keccak v0.1.6
7822026-05-08T18:29:34.066Z Downloaded jobserver v0.1.34
7832026-05-08T18:29:34.070Z Downloaded data-encoding v2.10.0
7842026-05-08T18:29:34.070Z Downloaded ff v0.13.1
7852026-05-08T18:29:34.070Z Downloaded half v1.8.3
7862026-05-08T18:29:34.086Z Downloaded der_derive v0.7.3
7872026-05-08T18:29:34.086Z Downloaded darling_macro v0.20.11
7882026-05-08T18:29:34.086Z Downloaded newline-converter v0.3.0
7892026-05-08T18:29:34.090Z Downloaded nibble_vec v0.1.0
7902026-05-08T18:29:34.090Z Downloaded ingot v0.1.1
7912026-05-08T18:29:34.090Z Downloaded memoffset v0.9.1
7922026-05-08T18:29:34.090Z Downloaded ipnet v2.11.0
7932026-05-08T18:29:34.091Z Downloaded num v0.4.3
7942026-05-08T18:29:34.091Z Downloaded mime v0.3.17
7952026-05-08T18:29:34.091Z Downloaded num-derive v0.3.3
7962026-05-08T18:29:34.091Z Downloaded num-conv v0.2.0
7972026-05-08T18:29:34.091Z Downloaded new_debug_unreachable v1.0.6
7982026-05-08T18:29:34.091Z Downloaded dropshot-api-manager v0.7.1
7992026-05-08T18:29:34.095Z Downloaded libefi-sys v0.1.0
8002026-05-08T18:29:34.095Z Downloaded crc-any v2.5.0
8012026-05-08T18:29:34.095Z Downloaded newtype_derive v0.1.6
8022026-05-08T18:29:34.095Z Downloaded newtype-uuid-macros v0.1.0
8032026-05-08T18:29:34.098Z Downloaded cookie_store v0.22.1
8042026-05-08T18:29:34.101Z Downloaded httparse v1.10.1
8052026-05-08T18:29:34.104Z Downloaded libloading v0.8.9
8062026-05-08T18:29:34.105Z Downloaded libsw-core v0.3.2
8072026-05-08T18:29:34.105Z Downloaded olpc-cjson v0.1.4
8082026-05-08T18:29:34.108Z Downloaded libsw v3.5.0
8092026-05-08T18:29:34.108Z Downloaded compact_str v0.8.1
8102026-05-08T18:29:34.111Z Downloaded normalize-line-endings v0.3.0
8112026-05-08T18:29:34.111Z Downloaded hyper-rustls v0.27.7
8122026-05-08T18:29:34.111Z Downloaded num_enum_derive v0.5.11
8132026-05-08T18:29:34.115Z Downloaded num-iter v0.1.45
8142026-05-08T18:29:34.115Z Downloaded openssl-probe v0.1.6
8152026-05-08T18:29:34.115Z Downloaded num_threads v0.1.7
8162026-05-08T18:29:34.115Z Downloaded num-derive v0.4.2
8172026-05-08T18:29:34.119Z Downloaded iana-time-zone v0.1.65
8182026-05-08T18:29:34.119Z Downloaded getrandom v0.3.4
8192026-05-08T18:29:34.122Z Downloaded oso-derive v0.27.3
8202026-05-08T18:29:34.122Z Downloaded linear-map v1.2.0
8212026-05-08T18:29:34.123Z Downloaded highway v1.3.0
8222026-05-08T18:29:34.127Z Downloaded hmac v0.12.1
8232026-05-08T18:29:34.131Z Downloaded linked-hash-map v0.5.6
8242026-05-08T18:29:34.131Z Downloaded packed_struct_codegen v0.10.1
8252026-05-08T18:29:34.148Z Downloaded openssl-probe v0.2.1
8262026-05-08T18:29:34.151Z Downloaded derive-where v1.6.0
8272026-05-08T18:29:34.152Z Downloaded openssl-macros v0.1.1
8282026-05-08T18:29:34.155Z Downloaded opaque-debug v0.3.1
8292026-05-08T18:29:34.155Z Downloaded nodrop v0.1.14
8302026-05-08T18:29:34.155Z Downloaded newtype-uuid v1.3.2
8312026-05-08T18:29:34.155Z Downloaded nanorand v0.7.0
8322026-05-08T18:29:34.159Z Downloaded pbkdf2 v0.11.0
8332026-05-08T18:29:34.159Z Downloaded peg-runtime v0.8.5
8342026-05-08T18:29:34.159Z Downloaded pbkdf2 v0.12.2
8352026-05-08T18:29:34.163Z Downloaded fatfs v0.3.6
8362026-05-08T18:29:34.163Z Downloaded path-slash v0.1.5
8372026-05-08T18:29:34.163Z Downloaded parse-size v1.1.0
8382026-05-08T18:29:34.166Z Downloaded num-complex v0.4.6
8392026-05-08T18:29:34.166Z Downloaded num-rational v0.4.2
8402026-05-08T18:29:34.170Z Downloaded ipnetwork v0.21.1
8412026-05-08T18:29:34.170Z Downloaded ingot-macros v0.1.1
8422026-05-08T18:29:34.170Z Downloaded half v2.7.1
8432026-05-08T18:29:34.174Z Downloaded futures v0.3.32
8442026-05-08T18:29:34.174Z Downloaded parse-display v0.10.0
8452026-05-08T18:29:34.178Z Downloaded allocator-api2 v0.2.21
8462026-05-08T18:29:34.179Z Downloaded const_format v0.2.35
8472026-05-08T18:29:34.182Z Downloaded lock_api v0.4.14
8482026-05-08T18:29:34.182Z Downloaded multer v3.1.0
8492026-05-08T18:29:34.182Z Downloaded cc v1.2.56
8502026-05-08T18:29:34.186Z Downloaded nonempty v0.12.0
8512026-05-08T18:29:34.186Z Downloaded native-tls v0.2.18
8522026-05-08T18:29:34.186Z Downloaded elliptic-curve v0.13.8
8532026-05-08T18:29:34.193Z Downloaded base64 v0.22.1
8542026-05-08T18:29:34.196Z Downloaded pin-utils v0.1.0
8552026-05-08T18:29:34.200Z Downloaded oxnet v0.1.4
8562026-05-08T18:29:34.200Z Downloaded oxide-tokio-rt v0.1.4
8572026-05-08T18:29:34.200Z Downloaded phf_shared v0.12.1
8582026-05-08T18:29:34.204Z Downloaded phf_shared v0.13.1
8592026-05-08T18:29:34.204Z Downloaded num-integer v0.1.46
8602026-05-08T18:29:34.204Z Downloaded nu-ansi-term v0.50.3
8612026-05-08T18:29:34.209Z Downloaded powerfmt v0.2.0
8622026-05-08T18:29:34.209Z Downloaded num_enum v0.5.11
8632026-05-08T18:29:34.212Z Downloaded predicates-tree v1.0.13
8642026-05-08T18:29:34.216Z Downloaded progenitor-client v0.10.0
8652026-05-08T18:29:34.216Z Downloaded proc-macro-error-attr2 v2.0.0
8662026-05-08T18:29:34.216Z Downloaded progenitor-client v0.14.0
8672026-05-08T18:29:34.216Z Downloaded predicates-core v1.0.10
8682026-05-08T18:29:34.219Z Downloaded precomputed-hash v0.1.1
8692026-05-08T18:29:34.219Z Downloaded num_enum_derive v0.7.5
8702026-05-08T18:29:34.219Z Downloaded num_enum v0.7.5
8712026-05-08T18:29:34.223Z Downloaded headers v0.4.1
8722026-05-08T18:29:34.226Z Downloaded owo-colors v4.3.0
8732026-05-08T18:29:34.232Z Downloaded proc-macro-crate v1.3.1
8742026-05-08T18:29:34.235Z Downloaded proc-macro-crate v3.4.0
8752026-05-08T18:29:34.235Z Downloaded parking_lot_core v0.8.6
8762026-05-08T18:29:34.238Z Downloaded pem-rfc7468 v0.7.0
8772026-05-08T18:29:34.239Z Downloaded peg-macros v0.8.5
8782026-05-08T18:29:34.239Z Downloaded peg v0.8.5
8792026-05-08T18:29:34.244Z Downloaded password-hash v0.5.0
8802026-05-08T18:29:34.247Z Downloaded libbz2-rs-sys v0.2.2
8812026-05-08T18:29:34.247Z Downloaded phf v0.13.1
8822026-05-08T18:29:34.251Z Downloaded base64 v0.21.7
8832026-05-08T18:29:34.256Z Downloaded mime_guess v2.0.5
8842026-05-08T18:29:34.256Z Downloaded memmap2 v0.9.10
8852026-05-08T18:29:34.260Z Downloaded progenitor-macro v0.11.2
8862026-05-08T18:29:34.260Z Downloaded phf v0.12.1
8872026-05-08T18:29:34.260Z Downloaded paste v1.0.15
8882026-05-08T18:29:34.264Z Downloaded quick-error v1.2.3
8892026-05-08T18:29:34.264Z Downloaded progenitor-macro v0.13.0
8902026-05-08T18:29:34.264Z Downloaded progenitor-client v0.11.2
8912026-05-08T18:29:34.267Z Downloaded pin-project-internal v1.1.11
8922026-05-08T18:29:34.271Z Downloaded psl-types v2.0.11
8932026-05-08T18:29:34.271Z Downloaded phf_shared v0.11.3
8942026-05-08T18:29:34.271Z Downloaded progenitor-macro v0.14.0
8952026-05-08T18:29:34.274Z Downloaded omicron-zone-package v0.12.2
8962026-05-08T18:29:34.274Z Downloaded pem v3.0.6
8972026-05-08T18:29:34.274Z Downloaded pkg-config v0.3.32
8982026-05-08T18:29:34.278Z Downloaded poly1305 v0.8.0
8992026-05-08T18:29:34.278Z Downloaded pkcs8 v0.10.2
9002026-05-08T18:29:34.281Z Downloaded rand_chacha v0.3.1
9012026-05-08T18:29:34.281Z Downloaded der v0.7.10
9022026-05-08T18:29:34.284Z Downloaded pin-project-lite v0.2.17
9032026-05-08T18:29:34.288Z Downloaded ar_archive_writer v0.5.1
9042026-05-08T18:29:34.292Z Downloaded rand_xorshift v0.4.0
9052026-05-08T18:29:34.292Z Downloaded radium v0.7.0
9062026-05-08T18:29:34.292Z Downloaded indexmap v1.9.3
9072026-05-08T18:29:34.295Z Downloaded primeorder v0.13.6
9082026-05-08T18:29:34.295Z Downloaded postgres-protocol v0.6.10
9092026-05-08T18:29:34.295Z Downloaded heapless v0.7.17
9102026-05-08T18:29:34.299Z Downloaded parse-display-derive v0.10.0
9112026-05-08T18:29:34.303Z Downloaded recursive v0.1.1
9122026-05-08T18:29:34.303Z Downloaded darling_core v0.20.11
9132026-05-08T18:29:34.308Z Downloaded ignore v0.4.25
9142026-05-08T18:29:34.308Z Downloaded progenitor-extras v0.2.0
9152026-05-08T18:29:34.308Z Downloaded heapless v0.8.0
9162026-05-08T18:29:34.311Z Downloaded predicates v3.1.4
9172026-05-08T18:29:34.314Z Downloaded password-hash v0.4.2
9182026-05-08T18:29:34.314Z Downloaded ppv-lite86 v0.2.21
9192026-05-08T18:29:34.318Z Downloaded packed_struct v0.10.1
9202026-05-08T18:29:34.318Z Downloaded progenitor v0.14.0
9212026-05-08T18:29:34.318Z Downloaded progenitor v0.13.0
9222026-05-08T18:29:34.322Z Downloaded ref-cast-impl v1.0.25
9232026-05-08T18:29:34.322Z Downloaded recursive-proc-macro-impl v0.1.1
9242026-05-08T18:29:34.322Z Downloaded progenitor-client v0.13.0
9252026-05-08T18:29:34.322Z Downloaded progenitor v0.11.2
9262026-05-08T18:29:34.326Z Downloaded hickory-resolver v0.24.4
9272026-05-08T18:29:34.329Z Downloaded parking_lot_core v0.9.12
9282026-05-08T18:29:34.335Z Downloaded indicatif v0.18.4
9292026-05-08T18:29:34.336Z Downloaded litrs v1.0.0
9302026-05-08T18:29:34.341Z Downloaded psm v0.1.30
9312026-05-08T18:29:34.341Z Downloaded rfc6979 v0.4.0
9322026-05-08T18:29:34.341Z Downloaded flume v0.11.1
9332026-05-08T18:29:34.344Z Downloaded rtoolbox v0.0.3
9342026-05-08T18:29:34.344Z Downloaded pkcs5 v0.7.1
9352026-05-08T18:29:34.383Z Downloaded parking_lot v0.11.2
9362026-05-08T18:29:34.383Z Downloaded pkcs1 v0.7.5
9372026-05-08T18:29:34.383Z Downloaded progenitor-macro v0.10.0
9382026-05-08T18:29:34.383Z Downloaded polyval v0.6.2
9392026-05-08T18:29:34.383Z Downloaded oso v0.27.3
9402026-05-08T18:29:34.383Z Downloaded progenitor v0.10.0
9412026-05-08T18:29:34.384Z Downloaded rustc_version v0.4.1
9422026-05-08T18:29:34.384Z Downloaded ed25519-dalek v2.2.0
9432026-05-08T18:29:34.384Z Downloaded diesel_derives v2.3.7
9442026-05-08T18:29:34.384Z Downloaded rustc-hash v2.1.1
9452026-05-08T18:29:34.384Z Downloaded crossbeam-channel v0.5.15
9462026-05-08T18:29:34.384Z Downloaded rand_chacha v0.9.0
9472026-05-08T18:29:34.384Z Downloaded postcard v1.1.3
9482026-05-08T18:29:34.384Z Downloaded parking_lot v0.12.5
9492026-05-08T18:29:34.384Z Downloaded rand_core v0.10.0
9502026-05-08T18:29:34.384Z Downloaded proc-macro-error2 v2.0.1
9512026-05-08T18:29:34.384Z Downloaded r2d2 v0.8.10
9522026-05-08T18:29:34.384Z Downloaded rustc_version v0.1.7
9532026-05-08T18:29:34.384Z Downloaded rand_core v0.6.4
9542026-05-08T18:29:34.384Z Downloaded aho-corasick v1.1.4
9552026-05-08T18:29:34.388Z Downloaded rand_seeder v0.4.0
9562026-05-08T18:29:34.388Z Downloaded rand_core v0.9.5
9572026-05-08T18:29:34.393Z Downloaded crypto-bigint v0.5.5
9582026-05-08T18:29:34.398Z Downloaded salsa20 v0.10.2
9592026-05-08T18:29:34.398Z Downloaded hickory-resolver v0.25.2
9602026-05-08T18:29:34.401Z Downloaded arc-swap v1.8.2
9612026-05-08T18:29:34.401Z Downloaded p256 v0.13.2
9622026-05-08T18:29:34.406Z Downloaded postgres-types v0.2.12
9632026-05-08T18:29:34.406Z Downloaded pin-project v1.1.11
9642026-05-08T18:29:34.411Z Downloaded ref-cast v1.0.25
9652026-05-08T18:29:34.414Z Downloaded scopeguard v1.2.0
9662026-05-08T18:29:34.417Z Downloaded scheduled-thread-pool v0.2.7
9672026-05-08T18:29:34.417Z Downloaded same-file v1.0.6
9682026-05-08T18:29:34.417Z Downloaded secrecy v0.10.3
9692026-05-08T18:29:34.418Z Downloaded scroll_derive v0.13.1
9702026-05-08T18:29:34.421Z Downloaded sapling-renderdag v0.1.0
9712026-05-08T18:29:34.421Z Downloaded secrecy v0.8.0
9722026-05-08T18:29:34.421Z Downloaded scrypt v0.11.0
9732026-05-08T18:29:34.425Z Downloaded openssl-sys v0.9.114
9742026-05-08T18:29:34.429Z Downloaded derive_more-impl v2.1.1
9752026-05-08T18:29:34.432Z Downloaded semver v0.1.20
9762026-05-08T18:29:34.436Z Downloaded seq-macro v0.3.6
9772026-05-08T18:29:34.439Z Downloaded sha1 v0.10.6
9782026-05-08T18:29:34.439Z Downloaded papergrid v0.17.0
9792026-05-08T18:29:34.442Z Downloaded miniz_oxide v0.8.9
9802026-05-08T18:29:34.442Z Downloaded rustls-native-certs v0.8.3
9812026-05-08T18:29:34.446Z Downloaded serde_spanned v1.0.4
9822026-05-08T18:29:34.446Z Downloaded serde-big-array v0.5.1
9832026-05-08T18:29:34.446Z Downloaded rustls-pemfile v1.0.4
9842026-05-08T18:29:34.450Z Downloaded aes v0.8.4
9852026-05-08T18:29:34.450Z Downloaded serde_bytes v0.11.19
9862026-05-08T18:29:34.450Z Downloaded russh-cryptovec v0.7.3
9872026-05-08T18:29:34.453Z Downloaded resolv-conf v0.7.6
9882026-05-08T18:29:34.453Z Downloaded serde_repr v0.1.20
9892026-05-08T18:29:34.453Z Downloaded serde_plain v1.0.2
9902026-05-08T18:29:34.457Z Downloaded rustls-pemfile v2.2.0
9912026-05-08T18:29:34.457Z Downloaded hashbrown v0.12.3
9922026-05-08T18:29:34.460Z Downloaded serde_urlencoded v0.7.1
9932026-05-08T18:29:34.460Z Downloaded signal-hook-mio v0.2.5
9942026-05-08T18:29:34.460Z Downloaded jiff-static v0.2.21
9952026-05-08T18:29:34.464Z Downloaded quinn-udp v0.5.14
9962026-05-08T18:29:34.468Z Downloaded signal-hook-tokio v0.3.1
9972026-05-08T18:29:34.471Z Downloaded rustversion v1.0.22
9982026-05-08T18:29:34.476Z Downloaded progenitor-impl v0.14.0
9992026-05-08T18:29:34.480Z Downloaded siphasher v1.0.2
10002026-05-08T18:29:34.480Z Downloaded signature v2.2.0
10012026-05-08T18:29:34.484Z Downloaded sigpipe v0.1.3
10022026-05-08T18:29:34.484Z Downloaded rusty-fork v0.3.1
10032026-05-08T18:29:34.488Z Downloaded scroll v0.13.0
10042026-05-08T18:29:34.496Z Downloaded schemars_derive v0.8.22
10052026-05-08T18:29:34.500Z Downloaded http v1.4.0
10062026-05-08T18:29:34.503Z Downloaded slog-bunyan v2.5.0
10072026-05-08T18:29:34.507Z Downloaded sct v0.7.1
10082026-05-08T18:29:34.510Z Downloaded slog-envlogger v2.2.0
10092026-05-08T18:29:34.511Z Downloaded sec1 v0.7.3
10102026-05-08T18:29:34.516Z Downloaded prefix-trie v0.7.0
10112026-05-08T18:29:34.516Z Downloaded expectorate v1.2.0
10122026-05-08T18:29:34.519Z Downloaded russh-keys v0.45.0
10132026-05-08T18:29:34.523Z Downloaded sqlparser_derive v0.5.0
10142026-05-08T18:29:34.527Z Downloaded serde_derive_internals v0.29.1
10152026-05-08T18:29:34.527Z Downloaded progenitor-impl v0.11.2
10162026-05-08T18:29:34.535Z Downloaded prettyplease v0.2.37
10172026-05-08T18:29:34.538Z Downloaded hashbrown v0.13.2
10182026-05-08T18:29:34.541Z Downloaded ssh-cipher v0.2.0
10192026-05-08T18:29:34.545Z Downloaded ssh-encoding v0.2.0
10202026-05-08T18:29:34.546Z Downloaded shell-words v1.1.1
10212026-05-08T18:29:34.546Z Downloaded serde-hex v0.1.0
10222026-05-08T18:29:34.549Z Downloaded serde_path_to_error v0.1.20
10232026-05-08T18:29:34.549Z Downloaded strum v0.27.2
10242026-05-08T18:29:34.549Z Downloaded strip-ansi-escapes v0.2.1
10252026-05-08T18:29:34.553Z Downloaded signal-hook-registry v1.4.8
10262026-05-08T18:29:34.553Z Downloaded rustls-pki-types v1.14.0
10272026-05-08T18:29:34.553Z Downloaded itertools v0.10.5
10282026-05-08T18:29:34.561Z Downloaded shlex v1.3.0
10292026-05-08T18:29:34.564Z Downloaded sync_wrapper v1.0.2
10302026-05-08T18:29:34.564Z Downloaded structmeta v0.3.0
10312026-05-08T18:29:34.570Z Downloaded slog-async v2.8.0
10322026-05-08T18:29:34.570Z Downloaded simd-adler32 v0.3.8
10332026-05-08T18:29:34.570Z Downloaded strum v0.26.3
10342026-05-08T18:29:34.573Z Downloaded structmeta-derive v0.3.0
10352026-05-08T18:29:34.573Z Downloaded supports-color v3.0.2
10362026-05-08T18:29:34.579Z Downloaded subtle v2.6.1
10372026-05-08T18:29:34.582Z Downloaded slog-dtrace v0.3.0
10382026-05-08T18:29:34.582Z Downloaded hickory-server v0.25.2
10392026-05-08T18:29:34.586Z Downloaded sync-ptr v0.1.4
10402026-05-08T18:29:34.586Z Downloaded rcgen v0.12.1
10412026-05-08T18:29:34.591Z Downloaded thiserror-impl-no-std v2.0.2
10422026-05-08T18:29:34.591Z Downloaded termtree v0.5.1
10432026-05-08T18:29:34.591Z Downloaded smf v0.2.3
10442026-05-08T18:29:34.595Z Downloaded smallvec v0.6.14
10452026-05-08T18:29:34.595Z Downloaded slog-term v2.9.2
10462026-05-08T18:29:34.599Z Downloaded hyper-util v0.1.20
10472026-05-08T18:29:34.599Z Downloaded slog-json v2.6.1
10482026-05-08T18:29:34.602Z Downloaded slab v0.4.12
10492026-05-08T18:29:34.602Z Downloaded tagptr v0.2.0
10502026-05-08T18:29:34.602Z Downloaded slog-stdlog v4.1.1
10512026-05-08T18:29:34.606Z Downloaded time-core v0.1.8
10522026-05-08T18:29:34.606Z Downloaded thread-id v5.1.0
10532026-05-08T18:29:34.606Z Downloaded testing_table v0.3.0
10542026-05-08T18:29:34.606Z Downloaded tap v1.0.1
10552026-05-08T18:29:34.610Z Downloaded sqlformat v0.3.5
10562026-05-08T18:29:34.610Z Downloaded serde_with_macros v3.17.0
10572026-05-08T18:29:34.610Z Downloaded tabled_derive v0.11.0
10582026-05-08T18:29:34.614Z Downloaded minimal-lexical v0.2.1
10592026-05-08T18:29:34.614Z Downloaded blake3 v1.8.3
10602026-05-08T18:29:34.618Z Downloaded static_assertions v1.1.0
10612026-05-08T18:29:34.621Z Downloaded tinyvec_macros v0.1.1
10622026-05-08T18:29:34.625Z Downloaded hashbrown v0.15.5
10632026-05-08T18:29:34.628Z Downloaded tabwriter v1.4.1
10642026-05-08T18:29:34.628Z Downloaded progenitor-impl v0.13.0
10652026-05-08T18:29:34.629Z Downloaded num-bigint v0.4.6
10662026-05-08T18:29:34.633Z Downloaded nom v7.1.3
10672026-05-08T18:29:34.636Z Downloaded strum_macros v0.26.4
10682026-05-08T18:29:34.636Z Downloaded stringprep v0.1.5
10692026-05-08T18:29:34.639Z Downloaded strum_macros v0.27.2
10702026-05-08T18:29:34.645Z Downloaded tokio-macros v2.7.0
10712026-05-08T18:29:34.645Z Downloaded progenitor-impl v0.10.0
10722026-05-08T18:29:34.649Z Downloaded libxml v0.3.3
10732026-05-08T18:29:34.654Z Downloaded rustls-platform-verifier v0.6.2
10742026-05-08T18:29:34.657Z Downloaded stacker v0.1.23
10752026-05-08T18:29:34.662Z Downloaded support-bundle-viewer v0.1.2
10762026-05-08T18:29:34.665Z Downloaded strum_macros v0.24.3
10772026-05-08T18:29:34.665Z Downloaded ron v0.8.1
10782026-05-08T18:29:34.669Z Downloaded string_cache v0.8.9
10792026-05-08T18:29:34.672Z Downloaded publicsuffix v2.3.0
10802026-05-08T18:29:34.676Z Downloaded pretty_assertions v1.4.1
10812026-05-08T18:29:34.680Z Downloaded time-macros v0.2.27
10822026-05-08T18:29:34.680Z Downloaded termios v0.3.3
10832026-05-08T18:29:34.683Z Downloaded spin v0.9.8
10842026-05-08T18:29:34.687Z Downloaded topological-sort v0.2.2
10852026-05-08T18:29:34.687Z Downloaded serde_cbor v0.11.2
10862026-05-08T18:29:34.690Z Downloaded rayon-core v1.13.0
10872026-05-08T18:29:34.693Z Downloaded rand v0.8.5
10882026-05-08T18:29:34.694Z Downloaded take_mut v0.2.2
10892026-05-08T18:29:34.697Z Downloaded tiny-keccak v2.0.2
10902026-05-08T18:29:34.697Z Downloaded serde_yaml v0.9.34+deprecated
10912026-05-08T18:29:34.700Z Downloaded crossterm v0.28.1
10922026-05-08T18:29:34.704Z Downloaded try-lock v0.2.5
10932026-05-08T18:29:34.707Z Downloaded tls_codec v0.4.2
10942026-05-08T18:29:34.710Z Downloaded num-bigint-dig v0.8.6
10952026-05-08T18:29:34.714Z Downloaded tls_codec_derive v0.4.2
10962026-05-08T18:29:34.714Z Downloaded crossterm v0.29.0
10972026-05-08T18:29:34.718Z Downloaded unarray v0.1.4
10982026-05-08T18:29:34.721Z Downloaded tower-service v0.3.3
10992026-05-08T18:29:34.721Z Downloaded tower-layer v0.3.3
11002026-05-08T18:29:34.721Z Downloaded mio v1.2.0
11012026-05-08T18:29:34.725Z Downloaded spki v0.7.3
11022026-05-08T18:29:34.725Z Downloaded unit-prefix v0.5.2
11032026-05-08T18:29:34.728Z Downloaded thiserror-no-std v2.0.2
11042026-05-08T18:29:34.729Z Downloaded trait-variant v0.1.2
11052026-05-08T18:29:34.733Z Downloaded thread_local v1.1.9
11062026-05-08T18:29:34.733Z Downloaded unicode-truncate v1.1.0
11072026-05-08T18:29:34.733Z Downloaded schemars v0.8.22
11082026-05-08T18:29:34.738Z Downloaded quinn v0.11.9
11092026-05-08T18:29:34.741Z Downloaded tokio-rustls v0.25.0
11102026-05-08T18:29:34.742Z Downloaded snafu-derive v0.8.9
11112026-05-08T18:29:34.745Z Downloaded signal-hook v0.3.18
11122026-05-08T18:29:34.750Z Downloaded universal-hash v0.5.1
11132026-05-08T18:29:34.750Z Downloaded term v1.2.1
11142026-05-08T18:29:34.753Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11152026-05-08T18:29:34.753Z Downloaded tokio-native-tls v0.3.1
11162026-05-08T18:29:34.753Z Downloaded tokio-dtrace v0.1.1
11172026-05-08T18:29:34.757Z Downloaded tokio-tungstenite v0.21.0
11182026-05-08T18:29:34.757Z Downloaded slog-scope v4.4.1
11192026-05-08T18:29:34.757Z Downloaded typify-macro v0.6.2
11202026-05-08T18:29:34.757Z Downloaded typify-macro v0.4.3
11212026-05-08T18:29:34.761Z Downloaded socket2 v0.6.3
11222026-05-08T18:29:34.761Z Downloaded socket2 v0.5.10
11232026-05-08T18:29:34.761Z Downloaded qorb v0.4.1
11242026-05-08T18:29:34.766Z Downloaded h2 v0.4.13
11252026-05-08T18:29:34.771Z Downloaded usdt v0.6.0
11262026-05-08T18:29:34.772Z Downloaded hashbrown v0.16.1
11272026-05-08T18:29:34.772Z Downloaded utf-8 v0.7.6
11282026-05-08T18:29:34.775Z Downloaded usdt-macro v0.6.0
11292026-05-08T18:29:34.775Z Downloaded usdt-attr-macro v0.6.0
11302026-05-08T18:29:34.775Z Downloaded untrusted v0.9.0
11312026-05-08T18:29:34.775Z Downloaded untrusted v0.7.1
11322026-05-08T18:29:34.775Z Downloaded rustls-webpki v0.103.9
11332026-05-08T18:29:34.775Z Downloaded term v0.7.0
11342026-05-08T18:29:34.779Z Downloaded ryu v1.0.23
11352026-05-08T18:29:34.786Z Downloaded schemars v0.9.0
11362026-05-08T18:29:34.793Z Downloaded tokio-tungstenite v0.23.1
11372026-05-08T18:29:34.796Z Downloaded similar v2.7.0
11382026-05-08T18:29:34.800Z Downloaded toml_writer v1.0.6+spec-1.1.0
11392026-05-08T18:29:34.803Z Downloaded unicase v2.9.0
11402026-05-08T18:29:34.807Z Downloaded want v0.3.1
11412026-05-08T18:29:34.807Z Downloaded wait-timeout v0.2.1
11422026-05-08T18:29:34.811Z Downloaded iddqd v0.3.18
11432026-05-08T18:29:34.816Z Downloaded subprocess v0.2.15
11442026-05-08T18:29:34.819Z Downloaded rsa v0.9.10
11452026-05-08T18:29:34.823Z Downloaded void v1.0.2
11462026-05-08T18:29:34.823Z Downloaded tokio-stream v0.1.18
11472026-05-08T18:29:34.826Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11482026-05-08T18:29:34.826Z Downloaded tokio-rustls v0.24.1
11492026-05-08T18:29:34.826Z Downloaded libm v0.2.16
11502026-05-08T18:29:34.831Z Downloaded xshell-macros v0.2.7
11512026-05-08T18:29:34.834Z Downloaded xattr v1.6.1
11522026-05-08T18:29:34.834Z Downloaded tui-tree-widget v0.23.1
11532026-05-08T18:29:34.834Z Downloaded toml_parser v1.0.9+spec-1.1.0
11542026-05-08T18:29:34.838Z Downloaded waitgroup v0.1.2
11552026-05-08T18:29:34.838Z Downloaded rand v0.10.0
11562026-05-08T18:29:34.841Z Downloaded itertools v0.13.0
11572026-05-08T18:29:34.846Z Downloaded zone_cfg_derive v0.3.1
11582026-05-08T18:29:34.849Z Downloaded rand v0.9.2
11592026-05-08T18:29:34.853Z Downloaded tokio-rustls v0.26.4
11602026-05-08T18:29:34.857Z Downloaded tinyvec v1.10.0
11612026-05-08T18:29:34.860Z Downloaded usdt-impl v0.6.0
11622026-05-08T18:29:34.864Z Downloaded zeroize_derive v1.4.3
11632026-05-08T18:29:34.864Z Downloaded iri-string v0.7.10
11642026-05-08T18:29:34.869Z Downloaded tracing-attributes v0.1.31
11652026-05-08T18:29:34.874Z Downloaded twox-hash v2.1.2
11662026-05-08T18:29:34.881Z Downloaded walkdir v2.5.0
11672026-05-08T18:29:34.885Z Downloaded samael v0.0.19
11682026-05-08T18:29:34.888Z Downloaded uzers v0.12.2
11692026-05-08T18:29:34.888Z Downloaded slog v2.8.2
11702026-05-08T18:29:34.891Z Downloaded schemars v1.2.1
11712026-05-08T18:29:34.896Z Downloaded whoami v2.1.0
11722026-05-08T18:29:34.900Z Downloaded toml v0.9.12+spec-1.1.0
11732026-05-08T18:29:34.903Z Downloaded toml v0.7.8
11742026-05-08T18:29:34.912Z Downloaded zone v0.3.1
11752026-05-08T18:29:34.915Z Downloaded test-strategy v0.4.5
11762026-05-08T18:29:34.918Z Downloaded vergen-git2 v1.0.7
11772026-05-08T18:29:34.918Z Downloaded vsss-rs v3.3.4
11782026-05-08T18:29:34.922Z Downloaded vergen-lib v0.1.6
11792026-05-08T18:29:34.922Z Downloaded snafu v0.8.9
11802026-05-08T18:29:34.925Z Downloaded vergen v9.0.6
11812026-05-08T18:29:34.925Z Downloaded vergen-gitcl v1.0.8
11822026-05-08T18:29:34.928Z Downloaded wyz v0.5.1
11832026-05-08T18:29:34.933Z Downloaded itertools v0.12.1
11842026-05-08T18:29:34.951Z Downloaded typify v0.4.3
11852026-05-08T18:29:34.951Z Downloaded tracing-core v0.1.36
11862026-05-08T18:29:34.952Z Downloaded itertools v0.14.0
11872026-05-08T18:29:34.952Z Downloaded typify v0.6.2
11882026-05-08T18:29:34.952Z Downloaded unicode-properties v0.1.4
11892026-05-08T18:29:34.952Z Downloaded whoami v1.6.1
11902026-05-08T18:29:34.956Z Downloaded zeroize v1.8.2
11912026-05-08T18:29:34.956Z Downloaded xshell v0.2.7
11922026-05-08T18:29:34.960Z Downloaded toml_edit v0.23.10+spec-1.0.0
11932026-05-08T18:29:34.963Z Downloaded yasna v0.5.2
11942026-05-08T18:29:34.963Z Downloaded unsafe-libyaml v0.2.11
11952026-05-08T18:29:34.967Z Downloaded hyper v1.8.1
11962026-05-08T18:29:34.971Z Downloaded uuid v1.23.0
11972026-05-08T18:29:34.971Z Downloaded bindgen v0.71.1
11982026-05-08T18:29:34.976Z Downloaded toml v1.0.6+spec-1.1.0
11992026-05-08T18:29:34.980Z Downloaded hkdf v0.12.4
12002026-05-08T18:29:34.980Z Downloaded zstd v0.13.3
12012026-05-08T18:29:34.980Z Downloaded bitvec v1.0.1
12022026-05-08T18:29:34.986Z Downloaded tungstenite v0.23.0
12032026-05-08T18:29:34.991Z Downloaded tokio-postgres v0.7.16
12042026-05-08T18:29:34.996Z Downloaded vte v0.14.1
12052026-05-08T18:29:34.996Z Downloaded tar v0.4.45
12062026-05-08T18:29:34.996Z Downloaded futures-util v0.3.32
12072026-05-08T18:29:35.016Z Downloaded rpassword v7.4.0
12082026-05-08T18:29:35.021Z Downloaded unicode-bidi v0.3.18
12092026-05-08T18:29:35.021Z Downloaded zerocopy v0.6.6
12102026-05-08T18:29:35.024Z Downloaded toml_edit v0.19.15
12112026-05-08T18:29:35.030Z Downloaded aws-lc-rs v1.16.0
12122026-05-08T18:29:35.036Z Downloaded tungstenite v0.21.0
12132026-05-08T18:29:35.041Z Downloaded rustyline v14.0.0
12142026-05-08T18:29:35.041Z Downloaded p521 v0.13.3
12152026-05-08T18:29:35.047Z Downloaded zstd-safe v7.2.4
12162026-05-08T18:29:35.071Z Downloaded russh v0.45.0
12172026-05-08T18:29:35.079Z Downloaded steno v0.4.1
12182026-05-08T18:29:35.079Z Downloaded regex v1.12.3
12192026-05-08T18:29:35.084Z Downloaded lalrpop v0.19.12
12202026-05-08T18:29:35.095Z Downloaded chrono v0.4.44
12212026-05-08T18:29:35.116Z Downloaded unicode_categories v0.1.1
12222026-05-08T18:29:35.116Z Downloaded yansi v1.0.1
12232026-05-08T18:29:35.119Z Downloaded zopfli v0.8.3
12242026-05-08T18:29:35.119Z Downloaded tower v0.5.3
12252026-05-08T18:29:35.120Z Downloaded moka v0.12.13
12262026-05-08T18:29:35.131Z Downloaded x509-cert v0.2.5
12272026-05-08T18:29:35.137Z Downloaded ssh-key v0.6.7
12282026-05-08T18:29:35.162Z Downloaded typed-path v0.9.3
12292026-05-08T18:29:35.168Z Downloaded zip v0.6.6
12302026-05-08T18:29:35.168Z Downloaded reedline v0.40.0
12312026-05-08T18:29:35.168Z Downloaded unicode-segmentation v1.12.0
12322026-05-08T18:29:35.172Z Downloaded git2 v0.20.4
12332026-05-08T18:29:35.179Z Downloaded reqwest v0.13.2
12342026-05-08T18:29:35.190Z Downloaded quick-xml v0.37.5
12352026-05-08T18:29:35.195Z Downloaded bstr v1.12.1
12362026-05-08T18:29:35.195Z Downloaded rustls-webpki v0.102.8
12372026-05-08T18:29:35.200Z Downloaded tokio-util v0.7.18
12382026-05-08T18:29:35.203Z Downloaded rayon v1.11.0
12392026-05-08T18:29:35.212Z Downloaded tough v0.20.0
12402026-05-08T18:29:35.233Z Downloaded p384 v0.13.1
12412026-05-08T18:29:35.241Z Downloaded petname v2.0.2
12422026-05-08T18:29:35.241Z Downloaded object v0.30.4
12432026-05-08T18:29:35.241Z Downloaded reqwest v0.12.28
12442026-05-08T18:29:35.241Z Downloaded serde_with v3.17.0
12452026-05-08T18:29:35.241Z Downloaded radix_trie v0.2.1
12462026-05-08T18:29:35.241Z Downloaded rustls-webpki v0.101.7
12472026-05-08T18:29:35.249Z Downloaded zerocopy-derive v0.8.40
12482026-05-08T18:29:35.254Z Downloaded winnow v0.6.26
12492026-05-08T18:29:35.264Z Downloaded portable-atomic v1.13.1
12502026-05-08T18:29:35.267Z Downloaded winnow v0.5.40
12512026-05-08T18:29:35.277Z Downloaded goblin v0.10.5
12522026-05-08T18:29:35.302Z Downloaded unicode-normalization v0.1.25
12532026-05-08T18:29:35.309Z Downloaded zip v4.6.1
12542026-05-08T18:29:35.312Z Downloaded nix v0.31.2
12552026-05-08T18:29:35.317Z Downloaded tabled v0.20.0
12562026-05-08T18:29:35.341Z Downloaded zlib-rs v0.6.2
12572026-05-08T18:29:35.345Z Downloaded hickory-proto v0.24.4
12582026-05-08T18:29:35.346Z Downloaded vcpkg v0.2.15
12592026-05-08T18:29:35.364Z Downloaded webpki-roots v1.0.6
12602026-05-08T18:29:35.367Z Downloaded rustls v0.22.4
12612026-05-08T18:29:35.373Z Downloaded salty v0.3.0
12622026-05-08T18:29:35.378Z Downloaded tower-http v0.6.8
12632026-05-08T18:29:35.383Z Downloaded rustls v0.23.37
12642026-05-08T18:29:35.390Z Downloaded object v0.37.3
12652026-05-08T18:29:35.399Z Downloaded smoltcp v0.9.1
12662026-05-08T18:29:35.404Z Downloaded regex-syntax v0.6.29
12672026-05-08T18:29:35.409Z Downloaded proptest v1.10.0
12682026-05-08T18:29:35.424Z Downloaded curve25519-dalek v4.1.3
12692026-05-08T18:29:35.438Z Downloaded nix v0.27.1
12702026-05-08T18:29:35.474Z Downloaded quinn-proto v0.11.13
12712026-05-08T18:29:35.497Z Downloaded openssl v0.10.78
12722026-05-08T18:29:35.511Z Downloaded bzip2-sys v0.1.13+1.0.8
12732026-05-08T18:29:35.519Z Downloaded time v0.3.47
12742026-05-08T18:29:35.526Z Downloaded rustls v0.21.12
12752026-05-08T18:29:35.532Z Downloaded polar-core v0.27.3
12762026-05-08T18:29:35.537Z Downloaded regex-automata v0.4.14
12772026-05-08T18:29:35.552Z Downloaded zerocopy-derive v0.6.6
12782026-05-08T18:29:35.557Z Downloaded nix v0.28.0
12792026-05-08T18:29:35.561Z Downloaded dropshot v0.16.7
12802026-05-08T18:29:35.572Z Downloaded chrono-tz v0.10.4
12812026-05-08T18:29:35.583Z Downloaded petgraph v0.6.5
12822026-05-08T18:29:35.595Z Downloaded nix v0.29.0
12832026-05-08T18:29:35.602Z Downloaded dropshot v0.17.0
12842026-05-08T18:29:35.622Z Downloaded petgraph v0.8.3
12852026-05-08T18:29:35.654Z Downloaded zerocopy v0.8.40
12862026-05-08T18:29:35.661Z Downloaded regress v0.10.5
12872026-05-08T18:29:35.665Z Downloaded smoltcp v0.11.0
12882026-05-08T18:29:35.672Z Downloaded openapiv3 v2.2.0
12892026-05-08T18:29:35.679Z Downloaded regex-syntax v0.8.10
12902026-05-08T18:29:35.683Z Downloaded hickory-proto v0.25.2
12912026-05-08T18:29:35.695Z Downloaded diesel v2.3.7
12922026-05-08T18:29:35.714Z Downloaded rustix v0.38.44
12932026-05-08T18:29:35.727Z Downloaded regress v0.11.1
12942026-05-08T18:29:35.748Z Downloaded ring v0.17.14
12952026-05-08T18:29:35.842Z Downloaded sqlparser v0.61.0
12962026-05-08T18:29:35.870Z Downloaded sled v0.34.7
12972026-05-08T18:29:35.888Z Downloaded typify-impl v0.6.2
12982026-05-08T18:29:35.893Z Downloaded ratatui v0.29.0
12992026-05-08T18:29:35.919Z Downloaded tracing v0.1.44
13002026-05-08T18:29:35.930Z Downloaded typify-impl v0.4.3
13012026-05-08T18:29:35.991Z Downloaded jiff v0.2.21
13022026-05-08T18:29:36.059Z Downloaded csv v1.4.0
13032026-05-08T18:29:36.085Z Downloaded sha3 v0.10.8
13042026-05-08T18:29:36.089Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13052026-05-08T18:29:36.098Z Downloaded libz-sys v1.1.24
13062026-05-08T18:29:36.123Z Downloaded tokio v1.52.1
13072026-05-08T18:29:36.189Z Downloaded encoding_rs v0.8.35
13082026-05-08T18:29:36.224Z Downloaded libgit2-sys v0.18.3+1.9.2
13092026-05-08T18:29:36.393Z Downloaded aws-lc-sys v0.37.1
13102026-05-08T18:29:36.638Z Compiling libc v0.2.185
13112026-05-08T18:29:36.639Z Compiling serde v1.0.228
13122026-05-08T18:29:36.642Z Compiling find-msvc-tools v0.1.9
13132026-05-08T18:29:36.642Z Compiling shlex v1.3.0
13142026-05-08T18:29:36.642Z Compiling log v0.4.29
13152026-05-08T18:29:36.642Z Compiling smallvec v1.15.1
13162026-05-08T18:29:36.642Z Compiling syn v2.0.117
13172026-05-08T18:29:36.642Z Compiling typenum v1.19.0
13182026-05-08T18:29:36.971Z Compiling generic-array v0.14.7
13192026-05-08T18:29:37.019Z Compiling subtle v2.6.1
13202026-05-08T18:29:37.019Z Compiling scopeguard v1.2.0
13212026-05-08T18:29:37.045Z Compiling const-oid v0.9.6
13222026-05-08T18:29:37.102Z Compiling portable-atomic v1.13.1
13232026-05-08T18:29:37.139Z Compiling lock_api v0.4.14
13242026-05-08T18:29:37.192Z Compiling zerocopy v0.8.40
13252026-05-08T18:29:37.218Z Compiling serde_json v1.0.149
13262026-05-08T18:29:37.364Z Compiling critical-section v1.2.0
13272026-05-08T18:29:37.427Z Compiling pin-project-lite v0.2.17
13282026-05-08T18:29:37.469Z Compiling parking_lot_core v0.9.12
13292026-05-08T18:29:37.637Z Compiling getrandom v0.2.17
13302026-05-08T18:29:37.674Z Compiling jobserver v0.1.34
13312026-05-08T18:29:37.691Z Compiling errno v0.3.14
13322026-05-08T18:29:37.755Z Compiling pkg-config v0.3.32
13332026-05-08T18:29:37.775Z Compiling rand_core v0.6.4
13342026-05-08T18:29:37.840Z Compiling signal-hook-registry v1.4.8
13352026-05-08T18:29:37.856Z Compiling cc v1.2.56
13362026-05-08T18:29:38.027Z Compiling once_cell v1.21.3
13372026-05-08T18:29:38.054Z Compiling bitflags v2.11.0
13382026-05-08T18:29:38.102Z Compiling libm v0.2.16
13392026-05-08T18:29:38.233Z Compiling parking_lot v0.12.5
13402026-05-08T18:29:38.274Z Compiling mio v1.2.0
13412026-05-08T18:29:38.291Z Compiling num-traits v0.2.19
13422026-05-08T18:29:38.312Z Compiling futures-core v0.3.32
13432026-05-08T18:29:38.488Z Compiling percent-encoding v2.3.2
13442026-05-08T18:29:38.620Z Compiling socket2 v0.6.3
13452026-05-08T18:29:38.633Z Compiling cpufeatures v0.2.17
13462026-05-08T18:29:38.671Z Compiling futures-sink v0.3.32
13472026-05-08T18:29:38.685Z Compiling futures-task v0.3.32
13482026-05-08T18:29:38.705Z Compiling slab v0.4.12
13492026-05-08T18:29:38.757Z Compiling futures-channel v0.3.32
13502026-05-08T18:29:38.773Z Compiling getrandom v0.4.1
13512026-05-08T18:29:38.848Z Compiling futures-io v0.3.32
13522026-05-08T18:29:38.877Z Compiling rand_core v0.10.0
13532026-05-08T18:29:39.085Z Compiling rustversion v1.0.22
13542026-05-08T18:29:39.100Z Compiling getrandom v0.3.4
13552026-05-08T18:29:39.104Z Compiling indexmap v2.14.0
13562026-05-08T18:29:39.126Z Compiling form_urlencoded v1.2.2
13572026-05-08T18:29:39.440Z Compiling cmake v0.1.57
13582026-05-08T18:29:39.543Z Compiling dunce v1.0.5
13592026-05-08T18:29:39.643Z Compiling synstructure v0.13.2
13602026-05-08T18:29:39.688Z Compiling ident_case v1.0.1
13612026-05-08T18:29:39.780Z Compiling fs_extra v1.3.0
13622026-05-08T18:29:39.816Z Compiling base64ct v1.8.3
13632026-05-08T18:29:39.848Z Compiling flagset v0.4.7
13642026-05-08T18:29:39.953Z Compiling rustix v1.1.3
13652026-05-08T18:29:39.979Z Compiling iana-time-zone v0.1.65
13662026-05-08T18:29:40.060Z Compiling aws-lc-sys v0.37.1
13672026-05-08T18:29:40.074Z Compiling pem-rfc7468 v0.7.0
13682026-05-08T18:29:40.088Z Compiling rand_core v0.9.5
13692026-05-08T18:29:40.118Z Compiling ring v0.17.14
13702026-05-08T18:29:40.183Z Compiling uuid v1.23.0
13712026-05-08T18:29:40.269Z Compiling rustc_version v0.4.1
13722026-05-08T18:29:40.368Z Compiling aws-lc-rs v1.16.0
13732026-05-08T18:29:40.391Z Compiling vcpkg v0.2.15
13742026-05-08T18:29:40.540Z Compiling regex-syntax v0.8.10
13752026-05-08T18:29:40.662Z Compiling tracing-core v0.1.36
13762026-05-08T18:29:40.907Z Compiling pest_generator v2.8.6
13772026-05-08T18:29:41.131Z Compiling openssl-sys v0.9.114
13782026-05-08T18:29:41.225Z Compiling serde_derive_internals v0.29.1
13792026-05-08T18:29:41.381Z Compiling serde_derive v1.0.228
13802026-05-08T18:29:41.625Z Compiling zeroize_derive v1.4.3
13812026-05-08T18:29:41.667Z Compiling zerofrom-derive v0.1.6
13822026-05-08T18:29:41.774Z Compiling yoke-derive v0.8.1
13832026-05-08T18:29:42.151Z Compiling zerocopy-derive v0.8.40
13842026-05-08T18:29:42.271Z Compiling zeroize v1.8.2
13852026-05-08T18:29:42.933Z Compiling zerovec-derive v0.11.2
13862026-05-08T18:29:42.948Z Compiling displaydoc v0.2.5
13872026-05-08T18:29:43.049Z Compiling crypto-common v0.1.7
13882026-05-08T18:29:43.071Z Compiling zerofrom v0.1.6
13892026-05-08T18:29:43.201Z Compiling yoke v0.8.1
13902026-05-08T18:29:43.201Z Compiling block-buffer v0.10.4
13912026-05-08T18:29:43.379Z Compiling digest v0.10.7
13922026-05-08T18:29:43.383Z Compiling tokio-macros v2.7.0
13932026-05-08T18:29:43.624Z Compiling hmac v0.12.1
13942026-05-08T18:29:43.674Z Compiling zerotrie v0.2.3
13952026-05-08T18:29:43.775Z Compiling futures-macro v0.3.32
13962026-05-08T18:29:43.995Z Compiling block-padding v0.3.3
13972026-05-08T18:29:44.054Z Compiling zerovec v0.11.5
13982026-05-08T18:29:44.170Z Compiling inout v0.1.4
13992026-05-08T18:29:44.181Z Compiling sha2 v0.10.9
14002026-05-08T18:29:44.317Z Compiling cipher v0.4.4
14012026-05-08T18:29:44.557Z Compiling tinystr v0.8.2
14022026-05-08T18:29:44.572Z Compiling potential_utf v0.1.4
14032026-05-08T18:29:44.585Z Compiling futures-util v0.3.32
14042026-05-08T18:29:44.730Z Compiling icu_locale_core v2.1.1
14052026-05-08T18:29:44.755Z Compiling icu_collections v2.1.1
14062026-05-08T18:29:44.781Z Compiling der_derive v0.7.3
14072026-05-08T18:29:44.907Z Compiling bytes v1.11.1
14082026-05-08T18:29:45.241Z Compiling chrono v0.4.44
14092026-05-08T18:29:45.364Z Compiling tokio v1.52.1
14102026-05-08T18:29:45.513Z Compiling icu_provider v2.1.1
14112026-05-08T18:29:45.607Z Compiling http v1.4.0
14122026-05-08T18:29:45.731Z Compiling der v0.7.10
14132026-05-08T18:29:45.802Z Compiling icu_normalizer v2.1.1
14142026-05-08T18:29:46.323Z Compiling icu_properties v2.1.2
14152026-05-08T18:29:46.503Z Compiling ppv-lite86 v0.2.21
14162026-05-08T18:29:46.596Z Compiling spki v0.7.3
14172026-05-08T18:29:46.614Z Compiling salsa20 v0.10.2
14182026-05-08T18:29:46.726Z Compiling pbkdf2 v0.12.2
14192026-05-08T18:29:46.804Z Compiling thiserror-impl v2.0.18
14202026-05-08T18:29:46.823Z Compiling rand_chacha v0.9.0
14212026-05-08T18:29:46.833Z Compiling scrypt v0.11.0
14222026-05-08T18:29:46.843Z Compiling aes v0.8.4
14232026-05-08T18:29:46.896Z Compiling cbc v0.1.2
14242026-05-08T18:29:47.062Z Compiling rustls-pki-types v1.14.0
14252026-05-08T18:29:47.078Z Compiling tracing-attributes v0.1.31
14262026-05-08T18:29:47.391Z Compiling idna_adapter v1.2.1
14272026-05-08T18:29:47.480Z Compiling pkcs5 v0.7.1
14282026-05-08T18:29:47.495Z Compiling idna v1.1.0
14292026-05-08T18:29:47.521Z Compiling rand v0.9.2
14302026-05-08T18:29:47.870Z Compiling url v2.5.8
14312026-05-08T18:29:47.954Z Compiling http-body v1.0.1
14322026-05-08T18:29:48.090Z Compiling thiserror v2.0.18
14332026-05-08T18:29:48.118Z Compiling openssl-probe v0.2.1
14342026-05-08T18:29:48.182Z Compiling untrusted v0.9.0
14352026-05-08T18:29:48.193Z Compiling untrusted v0.7.1
14362026-05-08T18:29:48.282Z Compiling httparse v1.10.1
14372026-05-08T18:29:48.282Z Compiling base64 v0.22.1
14382026-05-08T18:29:48.294Z Compiling schemars v0.8.22
14392026-05-08T18:29:48.354Z Compiling tracing v0.1.44
14402026-05-08T18:29:48.506Z Compiling pkcs8 v0.10.2
14412026-05-08T18:29:48.610Z Compiling schemars_derive v0.8.22
14422026-05-08T18:29:48.614Z Compiling pest_derive v2.8.6
14432026-05-08T18:29:48.649Z Compiling scroll_derive v0.13.1
14442026-05-08T18:29:48.678Z Compiling darling_core v0.20.11
14452026-05-08T18:29:48.800Z Compiling try-lock v0.2.5
14462026-05-08T18:29:48.909Z Compiling dyn-clone v1.0.20
14472026-05-08T18:29:49.042Z Compiling tokio-util v0.7.18
14482026-05-08T18:29:49.105Z Compiling atomic-waker v1.1.2
14492026-05-08T18:29:49.230Z Compiling tower-service v0.3.3
14502026-05-08T18:29:49.327Z Compiling rustls v0.23.37
14512026-05-08T18:29:49.485Z Compiling tower-layer v0.3.3
14522026-05-08T18:29:49.500Z Compiling tinyvec_macros v0.1.1
14532026-05-08T18:29:49.570Z Compiling tinyvec v1.10.0
14542026-05-08T18:29:49.639Z Compiling scroll v0.13.0
14552026-05-08T18:29:49.913Z Compiling h2 v0.4.13
14562026-05-08T18:29:49.923Z Compiling want v0.3.1
14572026-05-08T18:29:50.083Z Compiling ipnet v2.11.0
14582026-05-08T18:29:50.135Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14592026-05-08T18:29:50.355Z Compiling spin v0.9.8
14602026-05-08T18:29:50.513Z Compiling aho-corasick v1.1.4
14612026-05-08T18:29:50.556Z Compiling pin-utils v0.1.0
14622026-05-08T18:29:50.573Z Compiling powerfmt v0.2.0
14632026-05-08T18:29:50.649Z Compiling foreign-types-shared v0.1.1
14642026-05-08T18:29:50.716Z Compiling time-core v0.1.8
14652026-05-08T18:29:50.764Z Compiling num-conv v0.2.0
14662026-05-08T18:29:50.861Z Compiling crc32fast v1.5.0
14672026-05-08T18:29:50.897Z Compiling openssl v0.10.78
14682026-05-08T18:29:50.929Z Compiling darling_macro v0.20.11
14692026-05-08T18:29:50.963Z Compiling httpdate v1.0.3
14702026-05-08T18:29:51.146Z Compiling time-macros v0.2.27
14712026-05-08T18:29:51.169Z Compiling tempfile v3.25.0
14722026-05-08T18:29:51.179Z Compiling deranged v0.5.8
14732026-05-08T18:29:51.205Z Compiling foreign-types v0.3.2
14742026-05-08T18:29:51.385Z Compiling darling v0.20.11
14752026-05-08T18:29:51.466Z Compiling regex-automata v0.4.14
14762026-05-08T18:29:51.529Z Compiling goblin v0.10.5
14772026-05-08T18:29:52.178Z Compiling openssl-macros v0.1.1
14782026-05-08T18:29:52.191Z Compiling wait-timeout v0.2.1
14792026-05-08T18:29:52.454Z Compiling crossbeam-utils v0.8.21
14802026-05-08T18:29:52.565Z Compiling native-tls v0.2.18
14812026-05-08T18:29:52.660Z Compiling usdt-impl v0.6.0
14822026-05-08T18:29:52.753Z Compiling bit-vec v0.8.0
14832026-05-08T18:29:52.781Z Compiling siphasher v1.0.2
14842026-05-08T18:29:52.878Z Compiling hyper v1.8.1
14852026-05-08T18:29:52.944Z Compiling num_threads v0.1.7
14862026-05-08T18:29:52.964Z Compiling syn v1.0.109
14872026-05-08T18:29:53.035Z Compiling quick-error v1.2.3
14882026-05-08T18:29:53.173Z Compiling simd-adler32 v0.3.8
14892026-05-08T18:29:53.325Z Compiling rusty-fork v0.3.1
14902026-05-08T18:29:53.375Z Compiling time v0.3.47
14912026-05-08T18:29:53.621Z Compiling bit-set v0.8.0
14922026-05-08T18:29:53.865Z Compiling derive_builder_core v0.20.2
14932026-05-08T18:29:54.468Z Compiling dof v0.4.0
14942026-05-08T18:29:54.739Z Compiling hyper-util v0.1.20
14952026-05-08T18:29:55.156Z Compiling unicode-normalization v0.1.25
14962026-05-08T18:29:55.603Z Compiling dtrace-parser v0.3.0
14972026-05-08T18:29:55.621Z Compiling rustls-native-certs v0.8.3
14982026-05-08T18:29:55.635Z Compiling signature v2.2.0
14992026-05-08T18:29:55.743Z Compiling scroll_derive v0.12.1
15002026-05-08T18:29:55.804Z Compiling thiserror-impl v1.0.69
15012026-05-08T18:29:55.896Z Compiling heapless v0.7.17
15022026-05-08T18:29:56.134Z Compiling rand_xorshift v0.4.0
15032026-05-08T18:29:56.295Z Compiling slog v2.8.2
15042026-05-08T18:29:56.321Z Compiling darling_core v0.21.3
15052026-05-08T18:29:56.381Z Compiling bzip2-sys v0.1.13+1.0.8
15062026-05-08T18:29:56.429Z Compiling sync_wrapper v1.0.2
15072026-05-08T18:29:56.476Z Compiling thread-id v5.1.0
15082026-05-08T18:29:56.533Z Compiling cookie v0.18.1
15092026-05-08T18:29:56.560Z Compiling unicode-bidi v0.3.18
15102026-05-08T18:29:56.644Z Compiling paste v1.0.15
15112026-05-08T18:29:56.710Z Compiling signal-hook v0.3.18
15122026-05-08T18:29:56.859Z Compiling unarray v0.1.4
15132026-05-08T18:29:56.875Z Compiling adler2 v2.0.1
15142026-05-08T18:29:56.905Z Compiling zstd-safe v7.2.4
15152026-05-08T18:29:56.971Z Compiling unicode-properties v0.1.4
15162026-05-08T18:29:57.003Z Compiling anyhow v1.0.102
15172026-05-08T18:29:57.034Z Compiling allocator-api2 v0.2.21
15182026-05-08T18:29:57.078Z Compiling thiserror v1.0.69
15192026-05-08T18:29:57.095Z Compiling miniz_oxide v0.8.9
15202026-05-08T18:29:57.171Z Compiling stringprep v0.1.5
15212026-05-08T18:29:57.184Z Compiling proptest v1.10.0
15222026-05-08T18:29:57.611Z Compiling tower v0.5.3
15232026-05-08T18:29:57.698Z Compiling scroll v0.12.0
15242026-05-08T18:29:57.956Z Compiling derive_builder_macro v0.20.2
15252026-05-08T18:29:58.212Z Compiling ipnetwork v0.21.1
15262026-05-08T18:29:58.254Z Compiling http-body-util v0.1.3
15272026-05-08T18:29:58.400Z Compiling webpki-roots v1.0.6
15282026-05-08T18:29:58.492Z Compiling rand_chacha v0.3.1
15292026-05-08T18:29:58.520Z Compiling serde_spanned v0.6.9
15302026-05-08T18:29:58.544Z Compiling toml_datetime v0.6.11
15312026-05-08T18:29:58.606Z Compiling erased-serde v0.3.31
15322026-05-08T18:29:58.661Z Compiling serde_tokenstream v0.2.3
15332026-05-08T18:29:58.798Z Compiling md-5 v0.10.6
15342026-05-08T18:29:58.818Z Compiling darling_macro v0.21.3
15352026-05-08T18:29:58.984Z Compiling zerocopy-derive v0.7.35
15362026-05-08T18:29:59.011Z Compiling curve25519-dalek v4.1.3
15372026-05-08T18:29:59.100Z Compiling vergen-lib v0.1.6
15382026-05-08T18:29:59.283Z Compiling num-integer v0.1.46
15392026-05-08T18:29:59.302Z Compiling hash32 v0.2.1
15402026-05-08T18:29:59.329Z Compiling ff v0.13.1
15412026-05-08T18:29:59.352Z Compiling memoffset v0.9.1
15422026-05-08T18:29:59.461Z Compiling base16ct v0.2.0
15432026-05-08T18:29:59.491Z Compiling psl-types v2.0.11
15442026-05-08T18:29:59.544Z Compiling fallible-iterator v0.2.0
15452026-05-08T18:29:59.605Z Compiling ryu v1.0.23
15462026-05-08T18:29:59.616Z Compiling num-bigint-dig v0.8.6
15472026-05-08T18:29:59.640Z Compiling iri-string v0.7.10
15482026-05-08T18:29:59.784Z Compiling cfg_aliases v0.2.1
15492026-05-08T18:29:59.802Z Compiling smoltcp v0.9.1
15502026-05-08T18:29:59.852Z Compiling ref-cast v1.0.25
15512026-05-08T18:29:59.864Z Compiling rustix v0.38.44
15522026-05-08T18:29:59.879Z Compiling zlib-rs v0.6.2
15532026-05-08T18:30:00.140Z Compiling litrs v1.0.0
15542026-05-08T18:30:00.234Z Compiling nix v0.31.2
15552026-05-08T18:30:00.289Z Compiling zerocopy v0.7.35
15562026-05-08T18:30:00.592Z Compiling postgres-protocol v0.6.10
15572026-05-08T18:30:00.640Z Compiling document-features v0.2.12
15582026-05-08T18:30:00.831Z Compiling tower-http v0.6.8
15592026-05-08T18:30:01.141Z Compiling serde_urlencoded v0.7.1
15602026-05-08T18:30:01.156Z Compiling publicsuffix v2.3.0
15612026-05-08T18:30:01.213Z Compiling sec1 v0.7.3
15622026-05-08T18:30:01.322Z Compiling num-iter v0.1.45
15632026-05-08T18:30:01.336Z Compiling newtype-uuid v1.3.2
15642026-05-08T18:30:01.438Z Compiling group v0.13.0
15652026-05-08T18:30:01.553Z Compiling darling v0.21.3
15662026-05-08T18:30:01.643Z Compiling rand v0.8.5
15672026-05-08T18:30:01.654Z Compiling oxnet v0.1.4
15682026-05-08T18:30:01.825Z Compiling derive_builder v0.20.2
15692026-05-08T18:30:01.952Z Compiling hubpack_derive v0.1.1
15702026-05-08T18:30:02.004Z Compiling tokio-native-tls v0.3.1
15712026-05-08T18:30:02.033Z Compiling goblin v0.8.2
15722026-05-08T18:30:02.518Z Compiling regex v1.12.3
15732026-05-08T18:30:02.689Z Compiling flate2 v1.1.9
15742026-05-08T18:30:02.798Z Compiling phf_shared v0.13.1
15752026-05-08T18:30:02.945Z Compiling lazy_static v1.5.0
15762026-05-08T18:30:02.982Z Compiling cargo-platform v0.1.9
15772026-05-08T18:30:03.025Z Compiling hkdf v0.12.4
15782026-05-08T18:30:03.045Z Compiling crypto-bigint v0.5.5
15792026-05-08T18:30:03.050Z Compiling terminal_size v0.4.3
15802026-05-08T18:30:03.098Z Compiling strum_macros v0.27.2
15812026-05-08T18:30:03.183Z Compiling curve25519-dalek-derive v0.1.1
15822026-05-08T18:30:03.186Z Compiling daft-derive v0.1.5
15832026-05-08T18:30:03.235Z Compiling async-trait v0.1.89
15842026-05-08T18:30:03.825Z Compiling ref-cast-impl v1.0.25
15852026-05-08T18:30:03.905Z Compiling vergen v9.0.6
15862026-05-08T18:30:04.101Z Compiling fs-err v3.3.0
15872026-05-08T18:30:04.289Z Compiling ahash v0.8.12
15882026-05-08T18:30:04.289Z Compiling foldhash v0.1.5
15892026-05-08T18:30:04.390Z Compiling managed v0.8.0
15902026-05-08T18:30:04.476Z Compiling bitflags v1.3.2
15912026-05-08T18:30:04.492Z Compiling object v0.37.3
15922026-05-08T18:30:04.554Z Compiling winnow v0.5.40
15932026-05-08T18:30:04.609Z Compiling libbz2-rs-sys v0.2.2
15942026-05-08T18:30:04.757Z Compiling unicode-segmentation v1.12.0
15952026-05-08T18:30:05.122Z Compiling bumpalo v3.20.2
15962026-05-08T18:30:05.149Z Compiling foldhash v0.2.0
15972026-05-08T18:30:05.215Z Compiling strum v0.27.2
15982026-05-08T18:30:05.297Z Compiling bzip2 v0.6.1
15992026-05-08T18:30:05.345Z Compiling zopfli v0.8.3
16002026-05-08T18:30:05.369Z Compiling hashbrown v0.16.1
16012026-05-08T18:30:05.519Z Compiling clap_builder v4.5.60
16022026-05-08T18:30:05.548Z Compiling hashbrown v0.15.5
16032026-05-08T18:30:05.952Z Compiling toml_edit v0.19.15
16042026-05-08T18:30:06.066Z Compiling dof v0.3.0
16052026-05-08T18:30:06.099Z Compiling elliptic-curve v0.13.8
16062026-05-08T18:30:06.113Z Compiling daft v0.1.5
16072026-05-08T18:30:06.374Z Compiling cargo_metadata v0.19.2
16082026-05-08T18:30:06.767Z Compiling phf v0.13.1
16092026-05-08T18:30:06.927Z Compiling signal-hook-mio v0.2.5
16102026-05-08T18:30:07.046Z Compiling cookie_store v0.22.1
16112026-05-08T18:30:07.682Z Compiling hubpack v0.1.2
16122026-05-08T18:30:07.898Z Compiling zstd v0.13.3
16132026-05-08T18:30:08.054Z Compiling hyper-tls v0.6.0
16142026-05-08T18:30:08.109Z Compiling bzip2 v0.4.4
16152026-05-08T18:30:08.159Z Compiling serde_with_macros v3.17.0
16162026-05-08T18:30:08.315Z Compiling postgres-types v0.2.12
16172026-05-08T18:30:08.457Z Compiling usdt-attr-macro v0.6.0
16182026-05-08T18:30:08.551Z Compiling usdt-macro v0.6.0
16192026-05-08T18:30:08.861Z Compiling dtrace-parser v0.2.0
16202026-05-08T18:30:09.160Z Compiling ed25519 v2.2.3
16212026-05-08T18:30:09.282Z Compiling bstr v1.12.1
16222026-05-08T18:30:09.311Z Compiling phf_shared v0.11.3
16232026-05-08T18:30:09.315Z Compiling pkcs1 v0.7.5
16242026-05-08T18:30:09.499Z Compiling serde-big-array v0.5.1
16252026-05-08T18:30:09.524Z Compiling hex v0.4.3
16262026-05-08T18:30:09.626Z Compiling rfc6979 v0.4.0
16272026-05-08T18:30:09.646Z Compiling clap_derive v4.5.55
16282026-05-08T18:30:09.725Z Compiling enum-as-inner v0.6.1
16292026-05-08T18:30:09.748Z Compiling strum_macros v0.26.4
16302026-05-08T18:30:09.789Z Compiling serde_repr v0.1.20
16312026-05-08T18:30:09.930Z Compiling float-cmp v0.10.0
16322026-05-08T18:30:10.070Z Compiling thread-id v4.2.2
16332026-05-08T18:30:10.085Z Compiling memmap2 v0.9.10
16342026-05-08T18:30:10.155Z Compiling env_filter v1.0.0
16352026-05-08T18:30:10.222Z Compiling encoding_rs v0.8.35
16362026-05-08T18:30:10.293Z Compiling keccak v0.1.6
16372026-05-08T18:30:10.315Z Compiling fixedbitset v0.5.7
16382026-05-08T18:30:10.458Z Compiling either v1.15.0
16392026-05-08T18:30:10.603Z Compiling normalize-line-endings v0.3.0
16402026-05-08T18:30:10.657Z Compiling new_debug_unreachable v1.0.6
16412026-05-08T18:30:10.701Z Compiling predicates-core v1.0.10
16422026-05-08T18:30:10.735Z Compiling whoami v2.1.0
16432026-05-08T18:30:10.899Z Compiling rustc-hash v2.1.1
16442026-05-08T18:30:11.018Z Compiling data-encoding v2.10.0
16452026-05-08T18:30:11.095Z Compiling fixedbitset v0.4.2
16462026-05-08T18:30:11.110Z Compiling jiff v0.2.21
16472026-05-08T18:30:11.305Z Compiling precomputed-hash v0.1.1
16482026-05-08T18:30:11.390Z Compiling static_assertions v1.1.0
16492026-05-08T18:30:11.405Z Compiling difflib v0.4.0
16502026-05-08T18:30:11.465Z Compiling mime v0.3.17
16512026-05-08T18:30:11.480Z Compiling strum v0.26.3
16522026-05-08T18:30:11.605Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16532026-05-08T18:30:11.689Z Compiling predicates v3.1.4
16542026-05-08T18:30:11.704Z Compiling toml_edit v0.22.27
16552026-05-08T18:30:11.717Z Compiling clap v4.5.60
16562026-05-08T18:30:11.798Z Compiling string_cache v0.8.9
16572026-05-08T18:30:11.957Z Compiling hickory-proto v0.25.2
16582026-05-08T18:30:12.026Z Compiling petgraph v0.6.5
16592026-05-08T18:30:12.059Z Compiling iddqd v0.3.18
16602026-05-08T18:30:12.321Z Compiling tokio-postgres v0.7.16
16612026-05-08T18:30:13.172Z Compiling itertools v0.13.0
16622026-05-08T18:30:13.474Z Compiling petgraph v0.8.3
16632026-05-08T18:30:14.409Z Compiling zip v4.6.1
16642026-05-08T18:30:14.426Z Compiling sha3 v0.10.8
16652026-05-08T18:30:14.458Z Compiling env_logger v0.11.9
16662026-05-08T18:30:14.509Z Compiling usdt v0.6.0
16672026-05-08T18:30:14.770Z Compiling usdt-impl v0.5.0
16682026-05-08T18:30:14.795Z Compiling serde_with v3.17.0
16692026-05-08T18:30:14.878Z Compiling ecdsa v0.16.9
16702026-05-08T18:30:15.262Z Compiling similar v2.7.0
16712026-05-08T18:30:15.277Z Compiling rsa v0.9.10
16722026-05-08T18:30:15.357Z Compiling ed25519-dalek v2.2.0
16732026-05-08T18:30:15.380Z Compiling crossterm v0.28.1
16742026-05-08T18:30:16.020Z Compiling zip v0.6.6
16752026-05-08T18:30:16.528Z Compiling toml v0.7.8
16762026-05-08T18:30:16.713Z Compiling heck v0.4.1
16772026-05-08T18:30:16.833Z Compiling toml_parser v1.0.9+spec-1.1.0
16782026-05-08T18:30:16.920Z Compiling crossbeam-epoch v0.9.18
16792026-05-08T18:30:16.934Z Compiling tokio-stream v0.1.18
16802026-05-08T18:30:16.934Z Compiling buf-list v1.1.2
16812026-05-08T18:30:17.120Z Compiling x509-cert v0.2.5
16822026-05-08T18:30:17.195Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16832026-05-08T18:30:17.224Z Compiling openapiv3 v2.2.0
16842026-05-08T18:30:17.351Z Compiling sha1 v0.10.6
16852026-05-08T18:30:17.443Z Compiling toml_datetime v0.7.5+spec-1.1.0
16862026-05-08T18:30:17.490Z Compiling peg-runtime v0.8.5
16872026-05-08T18:30:17.575Z Compiling lalrpop-util v0.19.12
16882026-05-08T18:30:17.727Z Compiling thread_local v1.1.9
16892026-05-08T18:30:17.764Z Compiling slog-async v2.8.0
16902026-05-08T18:30:17.764Z Compiling crossbeam-channel v0.5.15
16912026-05-08T18:30:17.976Z Compiling futures-executor v0.3.32
16922026-05-08T18:30:18.081Z Compiling is-terminal v0.4.17
16932026-05-08T18:30:18.182Z Compiling filetime v0.2.27
16942026-05-08T18:30:18.226Z Compiling term v1.2.1
16952026-05-08T18:30:18.245Z Compiling take_mut v0.2.2
16962026-05-08T18:30:18.357Z Compiling xattr v1.6.1
16972026-05-08T18:30:18.527Z Compiling slog-term v2.9.2
16982026-05-08T18:30:18.548Z Compiling tar v0.4.45
16992026-05-08T18:30:18.720Z Compiling futures v0.3.32
17002026-05-08T18:30:28.468Z Compiling rustls-webpki v0.103.9
17012026-05-08T18:30:31.257Z Compiling tokio-rustls v0.26.4
17022026-05-08T18:30:31.257Z Compiling rustls-platform-verifier v0.6.2
17032026-05-08T18:30:31.452Z Compiling hyper-rustls v0.27.7
17042026-05-08T18:30:31.648Z Compiling reqwest v0.12.28
17052026-05-08T18:30:31.648Z Compiling reqwest v0.13.2
17062026-05-08T18:30:33.736Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17072026-05-08T18:30:33.953Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17082026-05-08T18:30:36.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
17092026-05-08T18:30:36.935Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17102026-05-08T18:30:36.993ZMay 08 18:30:35.836 INFO Starting download, target: Cockroach
17112026-05-08T18:30:36.993ZMay 08 18:30:35.836 INFO Starting download, target: Console
17122026-05-08T18:30:36.993ZMay 08 18:30:35.836 INFO Starting download, target: Clickhouse
17132026-05-08T18:30:36.993ZMay 08 18:30:35.836 INFO Starting download, target: MaghemiteMgd
17142026-05-08T18:30:36.993ZMay 08 18:30:35.836 INFO Starting download, target: DendriteStub
17152026-05-08T18:30:36.993ZMay 08 18:30:35.836 INFO Starting download, target: TransceiverControl
17162026-05-08T18:30:36.993ZMay 08 18:30:35.837 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17172026-05-08T18:30:36.996ZMay 08 18:30:35.837 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17182026-05-08T18:30:36.996ZMay 08 18:30:35.837 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17192026-05-08T18:30:36.996ZMay 08 18:30:35.837 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17202026-05-08T18:30:36.996ZMay 08 18:30:35.837 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17212026-05-08T18:30:36.996ZMay 08 18:30:35.837 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17222026-05-08T18:30:37.498ZMay 08 18:30:36.338 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17232026-05-08T18:30:37.711ZMay 08 18:30:36.541 INFO Download complete, target: TransceiverControl
17242026-05-08T18:30:38.099ZMay 08 18:30:36.906 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17252026-05-08T18:30:38.295ZMay 08 18:30:37.131 INFO Download complete, target: Console
17262026-05-08T18:30:38.817ZMay 08 18:30:37.657 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17272026-05-08T18:30:38.913ZMay 08 18:30:37.751 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17282026-05-08T18:30:39.757ZMay 08 18:30:38.597 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17292026-05-08T18:30:39.757ZMay 08 18:30:38.597 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17302026-05-08T18:30:40.734ZMay 08 18:30:39.580 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17312026-05-08T18:30:41.112ZMay 08 18:30:39.957 INFO Download complete, target: DendriteStub
17322026-05-08T18:30:41.257ZMay 08 18:30:40.102 INFO Download complete, target: MaghemiteMgd
17332026-05-08T18:30:44.307ZMay 08 18:30:43.153 INFO Checking that binary works, target: Cockroach
17342026-05-08T18:30:44.421ZMay 08 18:30:43.267 INFO Download complete, target: Cockroach
17352026-05-08T18:30:47.355ZMay 08 18:30:46.200 INFO Checking that binary works, target: Clickhouse
17362026-05-08T18:30:47.449ZMay 08 18:30:46.294 INFO Download complete, target: Clickhouse
17372026-05-08T18:30:47.464ZAll builder prerequisites installed successfully, and PATH looks valid
17382026-05-08T18:30:47.467Z
17392026-05-08T18:30:47.468Zreal 2:15.702863377
17402026-05-08T18:30:47.468Zuser 6:43.797370100
17412026-05-08T18:30:47.468Zsys 1:20.380829061
17422026-05-08T18:30:47.468Ztrap 0.219166550
17432026-05-08T18:30:47.468Ztflt 0.648185401
17442026-05-08T18:30:47.468Zdflt 0.495352442
17452026-05-08T18:30:47.468Zkflt 0.022739302
17462026-05-08T18:30:47.468Zlock 21:23.852668052
17472026-05-08T18:30:47.468Zslp 20:45.066453811
17482026-05-08T18:30:47.468Zlat 43.156617987
17492026-05-08T18:30:47.468Zstop 1:58.188153415
17502026-05-08T18:30:47.468Z+ banner hack-check
17512026-05-08T18:30:47.468Z
17522026-05-08T18:30:47.468Z # # ## #### # # #### # # ###### #### # #
17532026-05-08T18:30:47.468Z # # # # # # # # # # # # # # # # #
17542026-05-08T18:30:47.468Z ###### # # # #### ##### # ###### ##### # ####
17552026-05-08T18:30:47.468Z # # ###### # # # # # # # # # #
17562026-05-08T18:30:47.468Z # # # # # # # # # # # # # # # # #
17572026-05-08T18:30:47.468Z # # # # #### # # #### # # ###### #### # #
17582026-05-08T18:30:47.468Z
17592026-05-08T18:30:47.468Z+ export CARGO_INCREMENTAL=0
17602026-05-08T18:30:47.468Z+ CARGO_INCREMENTAL=0
17612026-05-08T18:30:47.468Z+ ptime -m timeout 2h cargo xtask check-features --ci
17622026-05-08T18:30:48.054Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17632026-05-08T18:30:48.213Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17642026-05-08T18:30:50.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
17652026-05-08T18:30:50.144Z Running `target/debug/xtask check-features --ci`
17662026-05-08T18:30:50.171Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17672026-05-08T18:30:50.177Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17682026-05-08T18:30:50.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
17692026-05-08T18:30:50.679Z Running `target/debug/xtask download cargo-hack`
17702026-05-08T18:30:51.462Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17712026-05-08T18:30:51.778Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17722026-05-08T18:30:54.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s
17732026-05-08T18:30:54.405Z Running `target/debug/xtask-downloader cargo-hack`
17742026-05-08T18:30:54.446ZMay 08 18:30:53.291 INFO Starting download, target: CargoHack
17752026-05-08T18:30:54.449ZMay 08 18:30:53.292 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17762026-05-08T18:30:54.636ZMay 08 18:30:53.481 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17772026-05-08T18:30:54.685ZMay 08 18:30:53.531 INFO Download complete, target: CargoHack
17782026-05-08T18:30:54.689Zrunning: "/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-08T18:30:54.701Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17802026-05-08T18:30:54.924Zinfo: running `cargo check --bins` on api_identity (1/274)
17812026-05-08T18:30:55.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17822026-05-08T18:30:55.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17832026-05-08T18:30:55.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17842026-05-08T18:30:55.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17852026-05-08T18:30:55.430Z
17862026-05-08T18:30:55.430Zinfo: running `cargo check --bins` on bootstore (2/274)
17872026-05-08T18:30:55.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17882026-05-08T18:30:55.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17892026-05-08T18:30:55.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17902026-05-08T18:30:55.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17912026-05-08T18:30:56.011Z
17922026-05-08T18:30:56.011Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
17932026-05-08T18:30:56.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17942026-05-08T18:30:56.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17952026-05-08T18:30:56.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17962026-05-08T18:30:56.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17972026-05-08T18:30:56.591Z
17982026-05-08T18:30:56.591Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
17992026-05-08T18:30:57.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18002026-05-08T18:30:57.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18012026-05-08T18:30:57.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18022026-05-08T18:30:57.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18032026-05-08T18:30:57.166Z
18042026-05-08T18:30:57.166Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18052026-05-08T18:30:57.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18062026-05-08T18:30:57.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18072026-05-08T18:30:57.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18082026-05-08T18:30:57.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18092026-05-08T18:30:57.746Z
18102026-05-08T18:30:57.746Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18112026-05-08T18:30:58.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18122026-05-08T18:30:58.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18132026-05-08T18:30:58.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18142026-05-08T18:30:58.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18152026-05-08T18:30:58.344Z
18162026-05-08T18:30:58.344Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18172026-05-08T18:30:58.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18182026-05-08T18:30:58.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18192026-05-08T18:30:58.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18202026-05-08T18:30:58.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18212026-05-08T18:30:58.937Z
18222026-05-08T18:30:58.937Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18232026-05-08T18:30:59.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242026-05-08T18:30:59.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252026-05-08T18:30:59.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262026-05-08T18:30:59.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18272026-05-08T18:30:59.534Z
18282026-05-08T18:30:59.534Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18292026-05-08T18:30:59.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-05-08T18:30:59.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-05-08T18:30:59.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-05-08T18:30:59.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18332026-05-08T18:31:00.003Z
18342026-05-08T18:31:00.003Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18352026-05-08T18:31:00.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-05-08T18:31:00.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-05-08T18:31:00.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-05-08T18:31:00.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18392026-05-08T18:31:00.467Z
18402026-05-08T18:31:00.467Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18412026-05-08T18:31:00.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-05-08T18:31:00.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-05-08T18:31:00.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-05-08T18:31:00.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18452026-05-08T18:31:00.939Z
18462026-05-08T18:31:00.939Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18472026-05-08T18:31:01.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-05-08T18:31:01.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-05-08T18:31:01.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-05-08T18:31:01.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18512026-05-08T18:31:01.407Z
18522026-05-08T18:31:01.407Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18532026-05-08T18:31:01.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-05-08T18:31:01.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-05-08T18:31:01.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-05-08T18:31:01.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18572026-05-08T18:31:01.880Z
18582026-05-08T18:31:01.880Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
18592026-05-08T18:31:02.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-05-08T18:31:02.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-05-08T18:31:02.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-05-08T18:31:02.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18632026-05-08T18:31:02.356Z
18642026-05-08T18:31:02.356Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
18652026-05-08T18:31:02.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-05-08T18:31:02.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-05-08T18:31:02.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-05-08T18:31:02.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18692026-05-08T18:31:02.824Z
18702026-05-08T18:31:02.824Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
18712026-05-08T18:31:03.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-05-08T18:31:03.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-05-08T18:31:03.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-05-08T18:31:03.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18752026-05-08T18:31:03.292Z
18762026-05-08T18:31:03.292Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
18772026-05-08T18:31:03.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-05-08T18:31:03.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-05-08T18:31:03.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-05-08T18:31:03.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18812026-05-08T18:31:03.754Z
18822026-05-08T18:31:03.754Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
18832026-05-08T18:31:04.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-05-08T18:31:04.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-05-08T18:31:04.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-05-08T18:31:04.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18872026-05-08T18:31:04.221Z
18882026-05-08T18:31:04.221Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
18892026-05-08T18:31:04.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-05-08T18:31:04.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-05-08T18:31:04.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-05-08T18:31:04.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18932026-05-08T18:31:04.687Z
18942026-05-08T18:31:04.687Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
18952026-05-08T18:31:05.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-05-08T18:31:05.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-05-08T18:31:05.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-05-08T18:31:05.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18992026-05-08T18:31:05.150Z
19002026-05-08T18:31:05.150Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19012026-05-08T18:31:05.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-05-08T18:31:05.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-05-08T18:31:05.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-05-08T18:31:05.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19052026-05-08T18:31:05.617Z
19062026-05-08T18:31:05.617Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19072026-05-08T18:31:06.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-05-08T18:31:06.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-05-08T18:31:06.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-05-08T18:31:06.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19112026-05-08T18:31:06.083Z
19122026-05-08T18:31:06.083Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19132026-05-08T18:31:06.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-05-08T18:31:06.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-05-08T18:31:06.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-05-08T18:31:06.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19172026-05-08T18:31:06.553Z
19182026-05-08T18:31:06.553Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19192026-05-08T18:31:06.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-05-08T18:31:06.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-05-08T18:31:06.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-05-08T18:31:06.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19232026-05-08T18:31:07.018Z
19242026-05-08T18:31:07.018Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19252026-05-08T18:31:07.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-05-08T18:31:07.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-05-08T18:31:07.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-05-08T18:31:07.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19292026-05-08T18:31:07.487Z
19302026-05-08T18:31:07.487Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19312026-05-08T18:31:07.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-05-08T18:31:07.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-05-08T18:31:07.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-05-08T18:31:07.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19352026-05-08T18:31:07.953Z
19362026-05-08T18:31:07.953Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19372026-05-08T18:31:08.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-05-08T18:31:08.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-05-08T18:31:08.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-05-08T18:31:08.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19412026-05-08T18:31:08.420Z
19422026-05-08T18:31:08.420Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19432026-05-08T18:31:08.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-05-08T18:31:08.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-05-08T18:31:08.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-05-08T18:31:08.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19472026-05-08T18:31:08.884Z
19482026-05-08T18:31:08.884Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19492026-05-08T18:31:09.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-05-08T18:31:09.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-05-08T18:31:09.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-05-08T18:31:09.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19532026-05-08T18:31:09.352Z
19542026-05-08T18:31:09.352Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19552026-05-08T18:31:09.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-05-08T18:31:09.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-05-08T18:31:09.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-05-08T18:31:09.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19592026-05-08T18:31:09.818Z
19602026-05-08T18:31:09.818Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
19612026-05-08T18:31:10.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-05-08T18:31:10.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-05-08T18:31:10.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-05-08T18:31:10.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19652026-05-08T18:31:10.281Z
19662026-05-08T18:31:10.282Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
19672026-05-08T18:31:10.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-05-08T18:31:10.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-05-08T18:31:10.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-05-08T18:31:10.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19712026-05-08T18:31:10.749Z
19722026-05-08T18:31:10.749Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
19732026-05-08T18:31:11.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-05-08T18:31:11.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-05-08T18:31:11.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-05-08T18:31:11.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19772026-05-08T18:31:11.217Z
19782026-05-08T18:31:11.217Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
19792026-05-08T18:31:11.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-05-08T18:31:11.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-05-08T18:31:11.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-05-08T18:31:11.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19832026-05-08T18:31:11.685Z
19842026-05-08T18:31:11.685Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
19852026-05-08T18:31:12.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-05-08T18:31:12.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-05-08T18:31:12.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-05-08T18:31:12.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19892026-05-08T18:31:12.151Z
19902026-05-08T18:31:12.151Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
19912026-05-08T18:31:12.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-05-08T18:31:12.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-05-08T18:31:12.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-05-08T18:31:12.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19952026-05-08T18:31:12.622Z
19962026-05-08T18:31:12.622Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
19972026-05-08T18:31:13.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-05-08T18:31:13.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-05-08T18:31:13.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-05-08T18:31:13.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20012026-05-08T18:31:13.093Z
20022026-05-08T18:31:13.093Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20032026-05-08T18:31:13.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-05-08T18:31:13.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-05-08T18:31:13.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-05-08T18:31:13.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20072026-05-08T18:31:13.557Z
20082026-05-08T18:31:13.557Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20092026-05-08T18:31:13.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-05-08T18:31:13.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-05-08T18:31:13.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-05-08T18:31:13.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20132026-05-08T18:31:14.019Z
20142026-05-08T18:31:14.019Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20152026-05-08T18:31:14.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-05-08T18:31:14.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-05-08T18:31:14.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-05-08T18:31:14.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20192026-05-08T18:31:14.491Z
20202026-05-08T18:31:14.491Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20212026-05-08T18:31:14.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-05-08T18:31:14.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-05-08T18:31:14.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-05-08T18:31:14.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20252026-05-08T18:31:14.959Z
20262026-05-08T18:31:14.959Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20272026-05-08T18:31:15.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-05-08T18:31:15.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-05-08T18:31:15.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-05-08T18:31:15.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20312026-05-08T18:31:15.434Z
20322026-05-08T18:31:15.434Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20332026-05-08T18:31:15.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-05-08T18:31:15.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-05-08T18:31:15.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-05-08T18:31:15.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20372026-05-08T18:31:15.902Z
20382026-05-08T18:31:15.902Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20392026-05-08T18:31:16.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-05-08T18:31:16.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-05-08T18:31:16.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-05-08T18:31:16.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20432026-05-08T18:31:16.368Z
20442026-05-08T18:31:16.368Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20452026-05-08T18:31:16.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-05-08T18:31:16.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-05-08T18:31:16.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-05-08T18:31:16.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20492026-05-08T18:31:16.836Z
20502026-05-08T18:31:16.836Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20512026-05-08T18:31:17.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-05-08T18:31:17.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-05-08T18:31:17.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-05-08T18:31:17.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20552026-05-08T18:31:17.305Z
20562026-05-08T18:31:17.305Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
20572026-05-08T18:31:17.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-05-08T18:31:17.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-05-08T18:31:17.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-05-08T18:31:17.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20612026-05-08T18:31:17.801Z
20622026-05-08T18:31:17.802Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
20632026-05-08T18:31:18.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-05-08T18:31:18.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-05-08T18:31:18.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-05-08T18:31:18.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20672026-05-08T18:31:18.242Z
20682026-05-08T18:31:18.242Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
20692026-05-08T18:31:18.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-05-08T18:31:18.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-05-08T18:31:18.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-05-08T18:31:18.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20732026-05-08T18:31:18.875Z
20742026-05-08T18:31:18.875Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
20752026-05-08T18:31:19.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-05-08T18:31:19.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-05-08T18:31:19.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-05-08T18:31:19.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20792026-05-08T18:31:19.507Z
20802026-05-08T18:31:19.507Zinfo: running `cargo check --bins` on nexus-config (51/274)
20812026-05-08T18:31:20.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-05-08T18:31:20.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-05-08T18:31:20.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-05-08T18:31:20.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20852026-05-08T18:31:20.141Z
20862026-05-08T18:31:20.141Zinfo: running `cargo check --bins` on nexus-types (52/274)
20872026-05-08T18:31:20.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-05-08T18:31:20.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-05-08T18:31:20.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-05-08T18:31:20.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20912026-05-08T18:31:20.777Z
20922026-05-08T18:31:20.777Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
20932026-05-08T18:31:21.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-05-08T18:31:21.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-05-08T18:31:21.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-05-08T18:31:21.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
20972026-05-08T18:31:21.379Z
20982026-05-08T18:31:21.379Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
20992026-05-08T18:31:21.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-05-08T18:31:21.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-05-08T18:31:21.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-05-08T18:31:21.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21032026-05-08T18:31:21.951Z
21042026-05-08T18:31:21.951Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21052026-05-08T18:31:22.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-05-08T18:31:22.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-05-08T18:31:22.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-05-08T18:31:22.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21092026-05-08T18:31:22.547Z
21102026-05-08T18:31:22.548Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21112026-05-08T18:31:23.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-05-08T18:31:23.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-05-08T18:31:23.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-05-08T18:31:23.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21152026-05-08T18:31:23.150Z
21162026-05-08T18:31:23.150Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21172026-05-08T18:31:23.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-05-08T18:31:23.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-05-08T18:31:23.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-05-08T18:31:23.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21212026-05-08T18:31:23.745Z
21222026-05-08T18:31:23.745Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21232026-05-08T18:31:24.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-05-08T18:31:24.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-05-08T18:31:24.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-05-08T18:31:24.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21272026-05-08T18:31:24.351Z
21282026-05-08T18:31:24.352Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21292026-05-08T18:31:24.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-05-08T18:31:24.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-05-08T18:31:24.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-05-08T18:31:24.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21332026-05-08T18:31:24.934Z
21342026-05-08T18:31:24.934Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21352026-05-08T18:31:25.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-05-08T18:31:25.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-05-08T18:31:25.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-05-08T18:31:25.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21392026-05-08T18:31:25.515Z
21402026-05-08T18:31:25.515Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21412026-05-08T18:31:26.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-05-08T18:31:26.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-05-08T18:31:26.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-05-08T18:31:26.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21452026-05-08T18:31:26.087Z
21462026-05-08T18:31:26.087Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21472026-05-08T18:31:26.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-05-08T18:31:26.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-05-08T18:31:26.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-05-08T18:31:26.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21512026-05-08T18:31:26.670Z
21522026-05-08T18:31:26.670Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21532026-05-08T18:31:27.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-05-08T18:31:27.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-05-08T18:31:27.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-05-08T18:31:27.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21572026-05-08T18:31:27.270Z
21582026-05-08T18:31:27.271Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
21592026-05-08T18:31:27.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-05-08T18:31:27.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-05-08T18:31:27.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-05-08T18:31:27.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21632026-05-08T18:31:27.870Z
21642026-05-08T18:31:27.870Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
21652026-05-08T18:31:28.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-05-08T18:31:28.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-05-08T18:31:28.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-05-08T18:31:28.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21692026-05-08T18:31:28.443Z
21702026-05-08T18:31:28.443Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
21712026-05-08T18:31:28.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-05-08T18:31:28.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-05-08T18:31:28.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-05-08T18:31:28.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21752026-05-08T18:31:29.022Z
21762026-05-08T18:31:29.022Zinfo: running `cargo check --bins` on ereport-types (67/274)
21772026-05-08T18:31:29.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-05-08T18:31:29.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-05-08T18:31:29.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-05-08T18:31:29.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21812026-05-08T18:31:29.608Z
21822026-05-08T18:31:29.608Zinfo: running `cargo check --bins` on gateway-client (68/274)
21832026-05-08T18:31:30.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-05-08T18:31:30.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-05-08T18:31:30.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-05-08T18:31:30.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21872026-05-08T18:31:30.203Z
21882026-05-08T18:31:30.203Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
21892026-05-08T18:31:30.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-05-08T18:31:30.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-05-08T18:31:30.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-05-08T18:31:30.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21932026-05-08T18:31:30.794Z
21942026-05-08T18:31:30.794Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
21952026-05-08T18:31:31.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-05-08T18:31:31.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-05-08T18:31:31.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-05-08T18:31:31.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21992026-05-08T18:31:31.381Z
22002026-05-08T18:31:31.381Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22012026-05-08T18:31:31.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-05-08T18:31:31.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-05-08T18:31:31.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-05-08T18:31:31.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22052026-05-08T18:31:31.974Z
22062026-05-08T18:31:31.974Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22072026-05-08T18:31:32.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-05-08T18:31:32.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-05-08T18:31:32.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-05-08T18:31:32.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22112026-05-08T18:31:32.567Z
22122026-05-08T18:31:32.567Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22132026-05-08T18:31:33.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-05-08T18:31:33.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-05-08T18:31:33.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-05-08T18:31:33.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22172026-05-08T18:31:33.182Z
22182026-05-08T18:31:33.182Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22192026-05-08T18:31:33.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-05-08T18:31:33.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-05-08T18:31:33.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-05-08T18:31:33.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22232026-05-08T18:31:33.794Z
22242026-05-08T18:31:33.794Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22252026-05-08T18:31:34.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-05-08T18:31:34.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-05-08T18:31:34.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-05-08T18:31:34.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22292026-05-08T18:31:34.377Z
22302026-05-08T18:31:34.377Zinfo: running `cargo check --bins` on oxlog (76/274)
22312026-05-08T18:31:34.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-05-08T18:31:34.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-05-08T18:31:34.982Z Checking cfg-if v1.0.4
22342026-05-08T18:31:34.985Z Checking libc v0.2.185
22352026-05-08T18:31:34.985Z Checking serde_core v1.0.228
22362026-05-08T18:31:35.098Z Checking zeroize v1.8.2
22372026-05-08T18:31:35.106Z Checking memchr v2.8.0
22382026-05-08T18:31:35.115Z Checking log v0.4.29
22392026-05-08T18:31:35.124Z Checking smallvec v1.15.1
22402026-05-08T18:31:35.135Z Checking typenum v1.19.0
22412026-05-08T18:31:35.147Z Checking subtle v2.6.1
22422026-05-08T18:31:35.248Z Checking itoa v1.0.17
22432026-05-08T18:31:35.271Z Checking scopeguard v1.2.0
22442026-05-08T18:31:35.292Z Checking const-oid v0.9.6
22452026-05-08T18:31:35.304Z Checking stable_deref_trait v1.2.1
22462026-05-08T18:31:35.371Z Checking lock_api v0.4.14
22472026-05-08T18:31:35.426Z Checking portable-atomic v1.13.1
22482026-05-08T18:31:35.433Z Checking zerofrom v0.1.6
22492026-05-08T18:31:35.476Z Checking critical-section v1.2.0
22502026-05-08T18:31:35.491Z Checking getrandom v0.2.17
22512026-05-08T18:31:35.530Z Checking errno v0.3.14
22522026-05-08T18:31:35.568Z Checking yoke v0.8.1
22532026-05-08T18:31:35.582Z Checking parking_lot_core v0.9.12
22542026-05-08T18:31:35.630Z Checking rand_core v0.6.4
22552026-05-08T18:31:35.643Z Checking signal-hook-registry v1.4.8
22562026-05-08T18:31:35.654Z Checking generic-array v0.14.7
22572026-05-08T18:31:35.733Z Checking zerovec v0.11.5
22582026-05-08T18:31:35.769Z Checking zerocopy v0.8.40
22592026-05-08T18:31:35.798Z Checking pin-project-lite v0.2.17
22602026-05-08T18:31:35.801Z Checking parking_lot v0.12.5
22612026-05-08T18:31:35.821Z Checking once_cell v1.21.3
22622026-05-08T18:31:35.892Z Checking mio v1.2.0
22632026-05-08T18:31:35.975Z Checking socket2 v0.6.3
22642026-05-08T18:31:35.995Z Checking libm v0.2.16
22652026-05-08T18:31:35.995Z Checking zmij v1.0.21
22662026-05-08T18:31:36.097Z Checking crypto-common v0.1.7
22672026-05-08T18:31:36.172Z Checking block-buffer v0.10.4
22682026-05-08T18:31:36.176Z Checking tinystr v0.8.2
22692026-05-08T18:31:36.201Z Checking percent-encoding v2.3.2
22702026-05-08T18:31:36.214Z Checking writeable v0.6.2
22712026-05-08T18:31:36.226Z Checking futures-core v0.3.32
22722026-05-08T18:31:36.306Z Checking digest v0.10.7
22732026-05-08T18:31:36.341Z Checking equivalent v1.0.2
22742026-05-08T18:31:36.353Z Checking litemap v0.8.1
22752026-05-08T18:31:36.363Z Checking potential_utf v0.1.4
22762026-05-08T18:31:36.375Z Checking zerotrie v0.2.3
22772026-05-08T18:31:36.421Z Checking cpufeatures v0.2.17
22782026-05-08T18:31:36.489Z Checking icu_collections v2.1.1
22792026-05-08T18:31:36.502Z Checking hmac v0.12.1
22802026-05-08T18:31:36.516Z Checking block-padding v0.3.3
22812026-05-08T18:31:36.528Z Checking icu_locale_core v2.1.1
22822026-05-08T18:31:36.568Z Checking serde v1.0.228
22832026-05-08T18:31:36.614Z Checking bitflags v2.11.0
22842026-05-08T18:31:36.630Z Checking serde_json v1.0.149
22852026-05-08T18:31:36.642Z Checking icu_properties_data v2.1.2
22862026-05-08T18:31:36.713Z Checking num-traits v0.2.19
22872026-05-08T18:31:36.772Z Checking icu_normalizer_data v2.1.1
22882026-05-08T18:31:36.782Z Checking hashbrown v0.17.0
22892026-05-08T18:31:36.795Z Checking rand_core v0.10.0
22902026-05-08T18:31:36.841Z Checking futures-sink v0.3.32
22912026-05-08T18:31:36.935Z Checking getrandom v0.4.1
22922026-05-08T18:31:36.948Z Checking futures-channel v0.3.32
22932026-05-08T18:31:36.969Z Checking bytes v1.11.1
22942026-05-08T18:31:37.080Z Checking icu_provider v2.1.1
22952026-05-08T18:31:37.093Z Checking inout v0.1.4
22962026-05-08T18:31:37.135Z Checking futures-io v0.3.32
22972026-05-08T18:31:37.230Z Checking futures-task v0.3.32
22982026-05-08T18:31:37.233Z Checking slab v0.4.12
22992026-05-08T18:31:37.253Z Checking cipher v0.4.4
23002026-05-08T18:31:37.256Z Checking indexmap v2.14.0
23012026-05-08T18:31:37.286Z Checking sha2 v0.10.9
23022026-05-08T18:31:37.309Z Checking icu_properties v2.1.2
23032026-05-08T18:31:37.364Z Checking icu_normalizer v2.1.1
23042026-05-08T18:31:37.394Z Checking futures-util v0.3.32
23052026-05-08T18:31:37.412Z Checking tokio v1.52.1
23062026-05-08T18:31:37.469Z Checking getrandom v0.3.4
23072026-05-08T18:31:37.560Z Checking base64ct v1.8.3
23082026-05-08T18:31:37.614Z Checking utf8_iter v1.0.4
23092026-05-08T18:31:37.664Z Checking byteorder v1.5.0
23102026-05-08T18:31:37.737Z Checking form_urlencoded v1.2.2
23112026-05-08T18:31:37.842Z Checking pem-rfc7468 v0.7.0
23122026-05-08T18:31:37.848Z Checking fnv v1.0.7
23132026-05-08T18:31:37.865Z Checking flagset v0.4.7
23142026-05-08T18:31:37.880Z Checking rand_core v0.9.5
23152026-05-08T18:31:37.900Z Checking salsa20 v0.10.2
23162026-05-08T18:31:37.947Z Checking http v1.4.0
23172026-05-08T18:31:37.988Z Checking der v0.7.10
23182026-05-08T18:31:38.033Z Checking uuid v1.23.0
23192026-05-08T18:31:38.054Z Checking pbkdf2 v0.12.2
23202026-05-08T18:31:38.128Z Checking idna_adapter v1.2.1
23212026-05-08T18:31:38.164Z Checking scrypt v0.11.0
23222026-05-08T18:31:38.249Z Checking idna v1.1.0
23232026-05-08T18:31:38.303Z Checking aes v0.8.4
23242026-05-08T18:31:38.347Z Checking cbc v0.1.2
23252026-05-08T18:31:38.477Z Checking rustix v1.1.3
23262026-05-08T18:31:38.492Z Checking url v2.5.8
23272026-05-08T18:31:38.506Z Checking tracing-core v0.1.36
23282026-05-08T18:31:38.540Z Checking ppv-lite86 v0.2.21
23292026-05-08T18:31:38.684Z Checking rustls-pki-types v1.14.0
23302026-05-08T18:31:38.708Z Checking spki v0.7.3
23312026-05-08T18:31:38.808Z Checking regex-syntax v0.8.10
23322026-05-08T18:31:38.835Z Checking rand_chacha v0.9.0
23332026-05-08T18:31:38.871Z Checking iana-time-zone v0.1.65
23342026-05-08T18:31:38.925Z Checking pkcs5 v0.7.1
23352026-05-08T18:31:38.968Z Checking tracing v0.1.44
23362026-05-08T18:31:38.980Z Checking chrono v0.4.44
23372026-05-08T18:31:39.035Z Checking rand v0.9.2
23382026-05-08T18:31:39.170Z Checking http-body v1.0.1
23392026-05-08T18:31:39.184Z Checking aws-lc-sys v0.37.1
23402026-05-08T18:31:39.295Z Checking openssl-probe v0.2.1
23412026-05-08T18:31:39.309Z Checking base64 v0.22.1
23422026-05-08T18:31:39.323Z Checking untrusted v0.7.1
23432026-05-08T18:31:39.403Z Checking untrusted v0.9.0
23442026-05-08T18:31:39.437Z Checking pkcs8 v0.10.2
23452026-05-08T18:31:39.503Z Checking atomic-waker v1.1.2
23462026-05-08T18:31:39.518Z Checking ring v0.17.14
23472026-05-08T18:31:39.548Z Checking tinyvec_macros v0.1.1
23482026-05-08T18:31:39.605Z Checking tower-service v0.3.3
23492026-05-08T18:31:39.617Z Checking tower-layer v0.3.3
23502026-05-08T18:31:39.621Z Checking plain v0.2.3
23512026-05-08T18:31:39.693Z Checking try-lock v0.2.5
23522026-05-08T18:31:39.697Z Checking aws-lc-rs v1.16.0
23532026-05-08T18:31:39.730Z Checking tinyvec v1.10.0
23542026-05-08T18:31:39.767Z Checking ipnet v2.11.0
23552026-05-08T18:31:39.791Z Checking want v0.3.1
23562026-05-08T18:31:39.826Z Checking semver v1.0.28
23572026-05-08T18:31:39.915Z Checking httparse v1.10.1
23582026-05-08T18:31:40.020Z Checking spin v0.9.8
23592026-05-08T18:31:40.035Z Checking pin-utils v0.1.0
23602026-05-08T18:31:40.049Z Checking ucd-trie v0.1.7
23612026-05-08T18:31:40.104Z Checking fastrand v2.3.0
23622026-05-08T18:31:40.119Z Checking unicode-ident v1.0.24
23632026-05-08T18:31:40.131Z Checking httpdate v1.0.3
23642026-05-08T18:31:40.178Z Checking dyn-clone v1.0.20
23652026-05-08T18:31:40.198Z Checking foreign-types-shared v0.1.1
23662026-05-08T18:31:40.227Z Checking proc-macro2 v1.0.106
23672026-05-08T18:31:40.275Z Checking schemars v0.8.22
23682026-05-08T18:31:40.275Z Checking foreign-types v0.3.2
23692026-05-08T18:31:40.275Z Checking pest v2.8.6
23702026-05-08T18:31:40.279Z Checking tempfile v3.25.0
23712026-05-08T18:31:40.348Z Checking openssl-sys v0.9.114
23722026-05-08T18:31:40.523Z Checking thiserror v2.0.18
23732026-05-08T18:31:40.529Z Checking wait-timeout v0.2.1
23742026-05-08T18:31:40.529Z Checking rustls-webpki v0.103.9
23752026-05-08T18:31:40.539Z Checking aho-corasick v1.1.4
23762026-05-08T18:31:40.582Z Checking quick-error v1.2.3
23772026-05-08T18:31:40.597Z Checking tokio-util v0.7.18
23782026-05-08T18:31:40.614Z Checking siphasher v1.0.2
23792026-05-08T18:31:40.684Z Checking pretty-hex v0.4.1
23802026-05-08T18:31:40.773Z Checking utf8parse v0.2.2
23812026-05-08T18:31:40.803Z Checking anstyle v1.0.13
23822026-05-08T18:31:40.853Z Checking bit-vec v0.8.0
23832026-05-08T18:31:40.878Z Checking simd-adler32 v0.3.8
23842026-05-08T18:31:40.951Z Checking rustls v0.23.37
23852026-05-08T18:31:40.975Z Checking powerfmt v0.2.0
23862026-05-08T18:31:41.003Z Checking anstyle-parse v0.2.7
23872026-05-08T18:31:41.044Z Checking bit-set v0.8.0
23882026-05-08T18:31:41.056Z Checking openssl v0.10.78
23892026-05-08T18:31:41.124Z Checking deranged v0.5.8
23902026-05-08T18:31:41.158Z Checking rusty-fork v0.3.1
23912026-05-08T18:31:41.193Z Checking quote v1.0.45
23922026-05-08T18:31:41.228Z Checking h2 v0.4.13
23932026-05-08T18:31:41.247Z Checking regex-automata v0.4.14
23942026-05-08T18:31:41.333Z Compiling newtype-uuid v1.3.2
23952026-05-08T18:31:41.360Z Checking unicode-normalization v0.1.25
23962026-05-08T18:31:41.404Z Checking rustls-native-certs v0.8.3
23972026-05-08T18:31:41.514Z Checking crossbeam-utils v0.8.21
23982026-05-08T18:31:41.532Z Checking rand_xorshift v0.4.0
23992026-05-08T18:31:41.653Z Checking crc32fast v1.5.0
24002026-05-08T18:31:41.761Z Checking scroll v0.13.0
24012026-05-08T18:31:41.793Z Checking signature v2.2.0
24022026-05-08T18:31:41.842Z Checking sync_wrapper v1.0.2
24032026-05-08T18:31:41.922Z Checking unarray v0.1.4
24042026-05-08T18:31:41.944Z Checking allocator-api2 v0.2.21
24052026-05-08T18:31:41.985Z Checking adler2 v2.0.1
24062026-05-08T18:31:42.023Z Checking colorchoice v1.0.4
24072026-05-08T18:31:42.049Z Checking is_terminal_polyfill v1.70.2
24082026-05-08T18:31:42.093Z Checking num-conv v0.2.0
24092026-05-08T18:31:42.121Z Checking num_threads v0.1.7
24102026-05-08T18:31:42.137Z Checking unicode-bidi v0.3.18
24112026-05-08T18:31:42.209Z Checking anstyle-query v1.1.5
24122026-05-08T18:31:42.212Z Checking unicode-properties v0.1.4
24132026-05-08T18:31:42.234Z Checking time-core v0.1.8
24142026-05-08T18:31:42.303Z Checking anstream v0.6.21
24152026-05-08T18:31:42.377Z Checking time v0.3.47
24162026-05-08T18:31:42.408Z Checking miniz_oxide v0.8.9
24172026-05-08T18:31:42.426Z Checking stringprep v0.1.5
24182026-05-08T18:31:42.501Z Checking proptest v1.10.0
24192026-05-08T18:31:42.579Z Checking goblin v0.10.5
24202026-05-08T18:31:42.754Z Checking tower v0.5.3
24212026-05-08T18:31:43.055Z Checking native-tls v0.2.18
24222026-05-08T18:31:43.068Z Checking crossbeam-epoch v0.9.18
24232026-05-08T18:31:43.144Z Compiling daft v0.1.5
24242026-05-08T18:31:43.236Z Checking syn v2.0.117
24252026-05-08T18:31:43.286Z Checking ipnetwork v0.21.1
24262026-05-08T18:31:43.300Z Checking tokio-rustls v0.26.4
24272026-05-08T18:31:43.422Z Checking http-body-util v0.1.3
24282026-05-08T18:31:43.501Z Checking webpki-roots v1.0.6
24292026-05-08T18:31:43.505Z Checking rand_chacha v0.3.1
24302026-05-08T18:31:43.527Z Checking thiserror v1.0.69
24312026-05-08T18:31:43.619Z Checking scroll v0.12.0
24322026-05-08T18:31:43.632Z Checking zstd-sys v2.0.16+zstd.1.5.7
24332026-05-08T18:31:43.645Z Checking hash32 v0.2.1
24342026-05-08T18:31:43.715Z Checking num-integer v0.1.46
24352026-05-08T18:31:43.743Z Checking serde_spanned v0.6.9
24362026-05-08T18:31:43.801Z Checking toml_datetime v0.6.11
24372026-05-08T18:31:43.848Z Checking md-5 v0.10.6
24382026-05-08T18:31:43.925Z Checking ff v0.13.1
24392026-05-08T18:31:43.934Z Checking hyper v1.8.1
24402026-05-08T18:31:43.937Z Checking base16ct v0.2.0
24412026-05-08T18:31:43.977Z Checking zlib-rs v0.6.2
24422026-05-08T18:31:43.991Z Checking ryu v1.0.23
24432026-05-08T18:31:43.994Z Checking fallible-iterator v0.2.0
24442026-05-08T18:31:44.063Z Checking psl-types v2.0.11
24452026-05-08T18:31:44.131Z Checking iri-string v0.7.10
24462026-05-08T18:31:44.184Z Checking publicsuffix v2.3.0
24472026-05-08T18:31:44.276Z Checking postgres-protocol v0.6.10
24482026-05-08T18:31:44.343Z Compiling iddqd v0.3.18
24492026-05-08T18:31:44.416Z Checking serde_urlencoded v0.7.1
24502026-05-08T18:31:44.582Z Checking sec1 v0.7.3
24512026-05-08T18:31:44.622Z Checking group v0.13.0
24522026-05-08T18:31:44.772Z Checking num-iter v0.1.45
24532026-05-08T18:31:44.788Z Checking hyper-util v0.1.20
24542026-05-08T18:31:44.788Z Checking goblin v0.8.2
24552026-05-08T18:31:44.835Z Checking flate2 v1.1.9
24562026-05-08T18:31:44.884Z Checking heapless v0.7.17
24572026-05-08T18:31:44.897Z Checking dof v0.4.0
24582026-05-08T18:31:45.131Z Checking zstd-safe v7.2.4
24592026-05-08T18:31:45.134Z Checking tower-http v0.6.8
24602026-05-08T18:31:45.292Z Checking rand v0.8.5
24612026-05-08T18:31:45.305Z Checking cookie v0.18.1
24622026-05-08T18:31:45.420Z Checking oxnet v0.1.4
24632026-05-08T18:31:45.453Z Checking tokio-native-tls v0.3.1
24642026-05-08T18:31:45.506Z Checking dtrace-parser v0.3.0
24652026-05-08T18:31:45.525Z Checking phf_shared v0.13.1
24662026-05-08T18:31:45.536Z Checking lazy_static v1.5.0
24672026-05-08T18:31:45.611Z Checking terminal_size v0.4.3
24682026-05-08T18:31:45.624Z Checking zerocopy v0.7.35
24692026-05-08T18:31:45.653Z Checking bzip2-sys v0.1.13+1.0.8
24702026-05-08T18:31:45.717Z Checking signal-hook v0.3.18
24712026-05-08T18:31:45.730Z Checking hkdf v0.12.4
24722026-05-08T18:31:45.742Z Checking crypto-bigint v0.5.5
24732026-05-08T18:31:45.753Z Checking thread-id v5.1.0
24742026-05-08T18:31:45.804Z Checking winnow v0.7.14
24752026-05-08T18:31:45.831Z Checking foldhash v0.2.0
24762026-05-08T18:31:45.873Z Checking managed v0.8.0
24772026-05-08T18:31:45.918Z Checking bitflags v1.3.2
24782026-05-08T18:31:45.988Z Checking foldhash v0.1.5
24792026-05-08T18:31:46.001Z Checking either v1.15.0
24802026-05-08T18:31:46.048Z Checking hyper-rustls v0.27.7
24812026-05-08T18:31:46.060Z Checking strsim v0.11.1
24822026-05-08T18:31:46.123Z Checking winnow v0.5.40
24832026-05-08T18:31:46.135Z Checking libbz2-rs-sys v0.2.2
24842026-05-08T18:31:46.186Z Checking bumpalo v3.20.2
24852026-05-08T18:31:46.221Z Checking clap_lex v1.0.0
24862026-05-08T18:31:46.260Z Compiling rayon-core v1.13.0
24872026-05-08T18:31:46.374Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24882026-05-08T18:31:46.387Z Checking zopfli v0.8.3
24892026-05-08T18:31:46.457Z Checking clap_builder v4.5.60
24902026-05-08T18:31:46.528Z Checking bzip2 v0.6.1
24912026-05-08T18:31:46.558Z Checking hashbrown v0.15.5
24922026-05-08T18:31:46.657Z Checking elliptic-curve v0.13.8
24932026-05-08T18:31:46.693Z Checking smoltcp v0.9.1
24942026-05-08T18:31:46.705Z Checking dof v0.3.0
24952026-05-08T18:31:46.716Z Checking hyper-tls v0.6.0
24962026-05-08T18:31:46.889Z Checking hashbrown v0.16.1
24972026-05-08T18:31:46.959Z Checking signal-hook-mio v0.2.5
24982026-05-08T18:31:46.981Z Checking usdt-impl v0.6.0
24992026-05-08T18:31:46.998Z Checking num-bigint-dig v0.8.6
25002026-05-08T18:31:47.016Z Checking bzip2 v0.4.4
25012026-05-08T18:31:47.058Z Checking phf v0.13.1
25022026-05-08T18:31:47.213Z Checking cookie_store v0.22.1
25032026-05-08T18:31:47.260Z Checking zstd v0.13.3
25042026-05-08T18:31:47.277Z Checking toml_edit v0.19.15
25052026-05-08T18:31:47.284Z Checking postgres-types v0.2.12
25062026-05-08T18:31:47.384Z Checking dtrace-parser v0.2.0
25072026-05-08T18:31:47.422Z Checking rustls-platform-verifier v0.6.2
25082026-05-08T18:31:47.444Z Checking crossbeam-deque v0.8.6
25092026-05-08T18:31:47.542Z Checking bstr v1.12.1
25102026-05-08T18:31:47.559Z Checking regex v1.12.3
25112026-05-08T18:31:47.593Z Checking ed25519 v2.2.3
25122026-05-08T18:31:47.617Z Checking phf_shared v0.11.3
25132026-05-08T18:31:47.617Z Checking curve25519-dalek v4.1.3
25142026-05-08T18:31:47.666Z Checking ref-cast v1.0.25
25152026-05-08T18:31:47.765Z Checking strum v0.27.2
25162026-05-08T18:31:47.778Z Checking hubpack v0.1.2
25172026-05-08T18:31:47.781Z Checking memoffset v0.9.1
25182026-05-08T18:31:47.802Z Checking rustix v0.38.44
25192026-05-08T18:31:47.834Z Checking pkcs1 v0.7.5
25202026-05-08T18:31:47.864Z Checking float-cmp v0.10.0
25212026-05-08T18:31:47.877Z Checking serde-big-array v0.5.1
25222026-05-08T18:31:47.926Z Checking erased-serde v0.3.31
25232026-05-08T18:31:47.939Z Checking hex v0.4.3
25242026-05-08T18:31:47.991Z Checking rfc6979 v0.4.0
25252026-05-08T18:31:48.006Z Checking memmap2 v0.9.10
25262026-05-08T18:31:48.045Z Checking thread-id v4.2.2
25272026-05-08T18:31:48.106Z Checking env_filter v1.0.0
25282026-05-08T18:31:48.126Z Checking encoding_rs v0.8.35
25292026-05-08T18:31:48.157Z Checking jiff v0.2.21
25302026-05-08T18:31:48.170Z Checking fixedbitset v0.5.7
25312026-05-08T18:31:48.248Z Checking mime v0.3.17
25322026-05-08T18:31:48.303Z Checking precomputed-hash v0.1.1
25332026-05-08T18:31:48.306Z Checking new_debug_unreachable v1.0.6
25342026-05-08T18:31:48.363Z Checking static_assertions v1.1.0
25352026-05-08T18:31:48.374Z Checking unicode-segmentation v1.12.0
25362026-05-08T18:31:48.385Z Checking difflib v0.4.0
25372026-05-08T18:31:48.388Z Checking keccak v0.1.6
25382026-05-08T18:31:48.423Z Checking normalize-line-endings v0.3.0
25392026-05-08T18:31:48.435Z Checking fixedbitset v0.4.2
25402026-05-08T18:31:48.518Z Checking data-encoding v2.10.0
25412026-05-08T18:31:48.563Z Checking toml_write v0.1.2
25422026-05-08T18:31:48.566Z Checking rustc-hash v2.1.1
25432026-05-08T18:31:48.587Z Checking predicates-core v1.0.10
25442026-05-08T18:31:48.599Z Checking whoami v2.1.0
25452026-05-08T18:31:48.689Z Checking similar v2.7.0
25462026-05-08T18:31:48.706Z Checking predicates v3.1.4
25472026-05-08T18:31:48.738Z Checking toml_edit v0.22.27
25482026-05-08T18:31:48.785Z Checking hickory-proto v0.25.2
25492026-05-08T18:31:48.798Z Checking tokio-postgres v0.7.16
25502026-05-08T18:31:48.998Z Checking crossterm v0.28.1
25512026-05-08T18:31:49.062Z Checking reqwest v0.12.28
25522026-05-08T18:31:49.065Z Checking petgraph v0.6.5
25532026-05-08T18:31:49.521Z Checking sha3 v0.10.8
25542026-05-08T18:31:49.690Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25552026-05-08T18:31:49.726Z Checking string_cache v0.8.9
25562026-05-08T18:31:49.805Z Checking ed25519-dalek v2.2.0
25572026-05-08T18:31:49.897Z Checking petgraph v0.8.3
25582026-05-08T18:31:49.920Z Checking toml v0.7.8
25592026-05-08T18:31:50.033Z Checking slog v2.8.2
25602026-05-08T18:31:50.049Z Checking env_logger v0.11.9
25612026-05-08T18:31:50.227Z Checking usdt v0.6.0
25622026-05-08T18:31:50.240Z Checking serde_with v3.17.0
25632026-05-08T18:31:50.295Z Checking usdt-impl v0.5.0
25642026-05-08T18:31:50.309Z Checking ecdsa v0.16.9
25652026-05-08T18:31:50.360Z Checking zip v4.6.1
25662026-05-08T18:31:50.393Z Checking rsa v0.9.10
25672026-05-08T18:31:50.569Z Checking nix v0.31.2
25682026-05-08T18:31:50.646Z Checking clap v4.5.60
25692026-05-08T18:31:50.855Z Checking reqwest v0.13.2
25702026-05-08T18:31:50.947Z Checking zip v0.6.6
25712026-05-08T18:31:51.065Z Checking toml_parser v1.0.9+spec-1.1.0
25722026-05-08T18:31:51.297Z Checking itertools v0.13.0
25732026-05-08T18:31:51.398Z Checking strum v0.26.3
25742026-05-08T18:31:51.479Z Checking tokio-stream v0.1.18
25752026-05-08T18:31:51.512Z Checking fs-err v3.3.0
25762026-05-08T18:31:51.577Z Checking ahash v0.8.12
25772026-05-08T18:31:51.590Z Checking object v0.37.3
25782026-05-08T18:31:51.629Z Checking buf-list v1.1.2
25792026-05-08T18:31:51.695Z Checking anyhow v1.0.102
25802026-05-08T18:31:51.768Z Checking camino v1.2.2
25812026-05-08T18:31:51.807Z Checking x509-cert v0.2.5
25822026-05-08T18:31:51.808Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25832026-05-08T18:31:51.870Z Checking openapiv3 v2.2.0
25842026-05-08T18:31:51.892Z Checking toml_datetime v0.7.5+spec-1.1.0
25852026-05-08T18:31:51.965Z Checking sha1 v0.10.6
25862026-05-08T18:31:52.020Z Checking lalrpop-util v0.19.12
25872026-05-08T18:31:52.082Z Checking peg-runtime v0.8.5
25882026-05-08T18:31:52.095Z Checking rayon v1.11.0
25892026-05-08T18:31:52.127Z Checking sigpipe v0.1.3
25902026-05-08T18:31:52.184Z Checking glob v0.3.3
25912026-05-08T18:31:53.739Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25922026-05-08T18:31:54.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.64s
25932026-05-08T18:31:54.189Z
25942026-05-08T18:31:54.189Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
25952026-05-08T18:31:54.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962026-05-08T18:31:54.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972026-05-08T18:31:54.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25982026-05-08T18:31:54.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25992026-05-08T18:31:54.782Z
26002026-05-08T18:31:54.782Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26012026-05-08T18:31:55.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022026-05-08T18:31:55.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032026-05-08T18:31:55.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26042026-05-08T18:31:55.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26052026-05-08T18:31:55.374Z
26062026-05-08T18:31:55.374Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26072026-05-08T18:31:55.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082026-05-08T18:31:55.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092026-05-08T18:31:55.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26102026-05-08T18:31:55.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26112026-05-08T18:31:55.991Z
26122026-05-08T18:31:55.991Zinfo: running `cargo check --bins` on oxql-types (80/274)
26132026-05-08T18:31:56.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142026-05-08T18:31:56.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152026-05-08T18:31:56.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26162026-05-08T18:31:56.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26172026-05-08T18:31:56.579Z
26182026-05-08T18:31:56.579Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26192026-05-08T18:31:57.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202026-05-08T18:31:57.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212026-05-08T18:31:57.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222026-05-08T18:31:57.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26232026-05-08T18:31:57.170Z
26242026-05-08T18:31:57.170Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26252026-05-08T18:31:57.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262026-05-08T18:31:57.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272026-05-08T18:31:57.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282026-05-08T18:31:57.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26292026-05-08T18:31:57.765Z
26302026-05-08T18:31:57.765Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26312026-05-08T18:31:58.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322026-05-08T18:31:58.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332026-05-08T18:31:58.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342026-05-08T18:31:58.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26352026-05-08T18:31:58.342Z
26362026-05-08T18:31:58.342Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26372026-05-08T18:31:58.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382026-05-08T18:31:58.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392026-05-08T18:31:59.024Z Compiling structmeta-derive v0.3.0
26402026-05-08T18:31:59.140Z Compiling rustls v0.22.4
26412026-05-08T18:31:59.149Z Compiling multer v3.1.0
26422026-05-08T18:31:59.158Z Compiling async-stream-impl v0.3.6
26432026-05-08T18:31:59.158Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26442026-05-08T18:31:59.179Z Compiling dropshot v0.17.0
26452026-05-08T18:31:59.195Z Compiling dropshot_endpoint v0.17.0
26462026-05-08T18:31:59.195Z Compiling newtype-uuid-macros v0.1.0
26472026-05-08T18:31:59.335Z Checking newtype-uuid v1.3.2
26482026-05-08T18:31:59.375Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26492026-05-08T18:31:59.443Z Checking rustls-webpki v0.102.8
26502026-05-08T18:31:59.535Z Checking daft v0.1.5
26512026-05-08T18:31:59.550Z Checking futures-executor v0.3.32
26522026-05-08T18:31:59.704Z Checking thread_local v1.1.9
26532026-05-08T18:31:59.729Z Checking match_cfg v0.1.0
26542026-05-08T18:31:59.776Z Checking compression-core v0.4.31
26552026-05-08T18:31:59.780Z Checking iddqd v0.3.18
26562026-05-08T18:31:59.803Z Checking hostname v0.3.1
26572026-05-08T18:31:59.870Z Checking futures v0.3.32
26582026-05-08T18:31:59.899Z Checking compression-codecs v0.4.37
26592026-05-08T18:31:59.915Z Checking crossbeam-channel v0.5.15
26602026-05-08T18:31:59.935Z Checking slog-json v2.6.1
26612026-05-08T18:31:59.950Z Checking toml_datetime v1.0.0+spec-1.1.0
26622026-05-08T18:32:00.066Z Checking serde_spanned v1.0.4
26632026-05-08T18:32:00.089Z Checking is-terminal v0.4.17
26642026-05-08T18:32:00.153Z Checking take_mut v0.2.2
26652026-05-08T18:32:00.180Z Checking term v1.2.1
26662026-05-08T18:32:00.195Z Compiling structmeta v0.3.0
26672026-05-08T18:32:00.207Z Checking toml_writer v1.0.6+spec-1.1.0
26682026-05-08T18:32:00.243Z Checking debug-ignore v1.0.5
26692026-05-08T18:32:00.259Z Checking slog-async v2.8.0
26702026-05-08T18:32:00.344Z Checking slog-bunyan v2.5.0
26712026-05-08T18:32:00.380Z Checking toml v1.0.6+spec-1.1.0
26722026-05-08T18:32:00.398Z Checking slog-term v2.9.2
26732026-05-08T18:32:00.413Z Compiling derive-ex v0.1.8
26742026-05-08T18:32:00.433Z Compiling parse-display-derive v0.10.0
26752026-05-08T18:32:00.456Z Checking async-compression v0.4.41
26762026-05-08T18:32:00.651Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26772026-05-08T18:32:00.665Z Checking async-stream v0.3.6
26782026-05-08T18:32:00.698Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26792026-05-08T18:32:00.726Z Checking progenitor-client v0.14.0
26802026-05-08T18:32:00.792Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
26812026-05-08T18:32:00.941Z Checking waitgroup v0.1.2
26822026-05-08T18:32:00.955Z Checking backon v1.6.0
26832026-05-08T18:32:00.972Z Checking rustls-pemfile v2.2.0
26842026-05-08T18:32:01.042Z Checking serde_path_to_error v0.1.20
26852026-05-08T18:32:01.056Z Checking hostname v0.4.2
26862026-05-08T18:32:01.113Z Checking instant v0.1.13
26872026-05-08T18:32:01.201Z Checking backoff v0.4.0
26882026-05-08T18:32:01.271Z Checking tokio-rustls v0.25.0
26892026-05-08T18:32:01.321Z Checking progenitor-extras v0.2.0
26902026-05-08T18:32:01.370Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26912026-05-08T18:32:01.454Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26922026-05-08T18:32:01.547Z Checking progenitor-client v0.10.0
26932026-05-08T18:32:01.584Z Checking itertools v0.14.0
26942026-05-08T18:32:01.729Z Checking regress v0.10.5
26952026-05-08T18:32:01.758Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
26962026-05-08T18:32:01.980Z Checking macaddr v1.0.1
26972026-05-08T18:32:02.121Z Checking parse-display v0.10.0
26982026-05-08T18:32:02.135Z Compiling test-strategy v0.4.5
26992026-05-08T18:32:03.312Z Compiling prettyplease v0.2.37
27002026-05-08T18:32:03.584Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27012026-05-08T18:32:03.728Z Checking num-rational v0.4.2
27022026-05-08T18:32:03.954Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27032026-05-08T18:32:04.202Z Checking num-complex v0.4.6
27042026-05-08T18:32:04.846Z Checking num v0.4.3
27052026-05-08T18:32:04.925Z Compiling usdt-attr-macro v0.5.0
27062026-05-08T18:32:04.936Z Compiling usdt-macro v0.5.0
27072026-05-08T18:32:04.971Z Checking memmap v0.7.0
27082026-05-08T18:32:04.988Z Checking float-ord v0.3.2
27092026-05-08T18:32:05.091Z Checking unicode-width v0.2.0
27102026-05-08T18:32:05.116Z Compiling convert_case v0.4.0
27112026-05-08T18:32:05.353Z Checking console v0.15.11
27122026-05-08T18:32:05.491Z Compiling derive_more v0.99.20
27132026-05-08T18:32:05.639Z Checking newline-converter v0.3.0
27142026-05-08T18:32:05.668Z Checking atomicwrites v0.4.4
27152026-05-08T18:32:05.699Z Checking usdt v0.5.0
27162026-05-08T18:32:05.751Z Compiling toml v0.8.23
27172026-05-08T18:32:05.802Z Compiling minimal-lexical v0.2.1
27182026-05-08T18:32:05.901Z Checking linked-hash-map v0.5.6
27192026-05-08T18:32:06.079Z Checking lru-cache v0.1.2
27202026-05-08T18:32:06.105Z Compiling nom v7.1.3
27212026-05-08T18:32:06.207Z Checking expectorate v1.2.0
27222026-05-08T18:32:06.774Z Checking camino-tempfile v1.4.1
27232026-05-08T18:32:06.913Z Checking hickory-proto v0.24.4
27242026-05-08T18:32:07.004Z Checking phf_shared v0.12.1
27252026-05-08T18:32:07.094Z Compiling slog-dtrace v0.3.0
27262026-05-08T18:32:07.141Z Checking resolv-conf v0.7.6
27272026-05-08T18:32:07.289Z Checking heck v0.5.0
27282026-05-08T18:32:07.331Z Compiling chrono-tz v0.10.4
27292026-05-08T18:32:07.459Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27302026-05-08T18:32:07.472Z Compiling const_format_proc_macros v0.2.34
27312026-05-08T18:32:07.531Z Checking phf v0.12.1
27322026-05-08T18:32:07.562Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27332026-05-08T18:32:07.674Z Checking tokio-dtrace v0.1.1
27342026-05-08T18:32:07.859Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27352026-05-08T18:32:07.930Z Compiling derive-where v1.6.0
27362026-05-08T18:32:08.104Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27372026-05-08T18:32:08.378Z Checking highway v1.3.0
27382026-05-08T18:32:08.611Z Checking const_format v0.2.35
27392026-05-08T18:32:08.717Z Checking hickory-resolver v0.24.4
27402026-05-08T18:32:08.843Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27412026-05-08T18:32:08.989Z Checking oxide-tokio-rt v0.1.4
27422026-05-08T18:32:09.075Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27432026-05-08T18:32:09.280Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27442026-05-08T18:32:09.295Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27452026-05-08T18:32:09.333Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27462026-05-08T18:32:09.439Z Checking qorb v0.4.1
27472026-05-08T18:32:09.456Z Checking gethostname v0.5.0
27482026-05-08T18:32:09.487Z Checking bcs v0.1.6
27492026-05-08T18:32:09.546Z Compiling async-recursion v1.1.1
27502026-05-08T18:32:09.546Z Checking termtree v0.5.1
27512026-05-08T18:32:12.784Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27522026-05-08T18:32:15.335Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27532026-05-08T18:32:17.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.13s
27542026-05-08T18:32:17.662Z
27552026-05-08T18:32:17.662Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27562026-05-08T18:32:18.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572026-05-08T18:32:18.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582026-05-08T18:32:18.342Z Compiling ar_archive_writer v0.5.1
27592026-05-08T18:32:18.451Z Compiling stacker v0.1.23
27602026-05-08T18:32:18.456Z Compiling cfg_aliases v0.1.1
27612026-05-08T18:32:18.470Z Compiling convert_case v0.10.0
27622026-05-08T18:32:18.470Z Checking unicode-width v0.1.14
27632026-05-08T18:32:18.488Z Compiling proc-macro-error v1.0.4
27642026-05-08T18:32:18.499Z Checking fd-lock v4.0.4
27652026-05-08T18:32:18.502Z Checking nibble_vec v0.1.0
27662026-05-08T18:32:18.525Z Compiling nix v0.28.0
27672026-05-08T18:32:18.612Z Checking vte v0.14.1
27682026-05-08T18:32:18.634Z Compiling recursive-proc-macro-impl v0.1.1
27692026-05-08T18:32:18.712Z Checking endian-type v0.1.2
27702026-05-08T18:32:18.723Z Checking bytecount v0.6.9
27712026-05-08T18:32:18.762Z Compiling derive_more-impl v2.1.1
27722026-05-08T18:32:18.766Z Checking strip-ansi-escapes v0.2.1
27732026-05-08T18:32:18.788Z Compiling tabled_derive v0.7.0
27742026-05-08T18:32:18.819Z Checking papergrid v0.11.0
27752026-05-08T18:32:18.831Z Checking radix_trie v0.2.1
27762026-05-08T18:32:18.886Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27772026-05-08T18:32:19.020Z Compiling peg-macros v0.8.5
27782026-05-08T18:32:19.035Z Checking winnow v0.6.26
27792026-05-08T18:32:19.292Z Compiling psm v0.1.30
27802026-05-08T18:32:19.356Z Compiling sqlparser_derive v0.5.0
27812026-05-08T18:32:19.422Z Checking unicode_categories v0.1.1
27822026-05-08T18:32:19.556Z Checking derive_more v2.1.1
27832026-05-08T18:32:19.580Z Checking nu-ansi-term v0.50.3
27842026-05-08T18:32:19.637Z Checking home v0.5.12
27852026-05-08T18:32:19.740Z Checking tabled v0.15.0
27862026-05-08T18:32:19.753Z Checking crossterm v0.29.0
27872026-05-08T18:32:19.790Z Checking reedline v0.40.0
27882026-05-08T18:32:19.803Z Checking rustyline v14.0.0
27892026-05-08T18:32:20.102Z Checking recursive v0.1.1
27902026-05-08T18:32:20.147Z Checking display-error-chain v0.2.2
27912026-05-08T18:32:20.174Z Checking sqlformat v0.3.5
27922026-05-08T18:32:20.196Z Checking sqlparser v0.61.0
27932026-05-08T18:32:20.374Z Checking peg v0.8.5
27942026-05-08T18:32:31.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.77s
27952026-05-08T18:32:31.622Z
27962026-05-08T18:32:31.622Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
27972026-05-08T18:32:32.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982026-05-08T18:32:32.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992026-05-08T18:32:32.295Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28002026-05-08T18:32:35.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28012026-05-08T18:32:35.888Z
28022026-05-08T18:32:35.889Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28032026-05-08T18:32:36.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042026-05-08T18:32:36.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052026-05-08T18:32:36.567Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28062026-05-08T18:32:38.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
28072026-05-08T18:32:39.186Z
28082026-05-08T18:32:39.186Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28092026-05-08T18:32:39.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102026-05-08T18:32:39.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112026-05-08T18:32:39.850Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28122026-05-08T18:32:43.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
28132026-05-08T18:32:43.240Z
28142026-05-08T18:32:43.240Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28152026-05-08T18:32:43.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162026-05-08T18:32:43.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172026-05-08T18:32:43.903Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28182026-05-08T18:32:47.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28192026-05-08T18:32:47.340Z
28202026-05-08T18:32:47.340Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28212026-05-08T18:32:47.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-05-08T18:32:47.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-05-08T18:32:48.008Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28242026-05-08T18:32:50.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28252026-05-08T18:32:50.783Z
28262026-05-08T18:32:50.783Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28272026-05-08T18:32:51.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-05-08T18:32:51.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-05-08T18:32:51.467Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28302026-05-08T18:32:54.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
28312026-05-08T18:32:54.267Z
28322026-05-08T18:32:54.267Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28332026-05-08T18:32:54.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-05-08T18:32:54.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-05-08T18:32:54.934Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-05-08T18:32:58.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
28372026-05-08T18:32:58.533Z
28382026-05-08T18:32:58.533Zinfo: running `cargo check --bins` on oximeter (93/274)
28392026-05-08T18:32:59.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-05-08T18:32:59.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-05-08T18:32:59.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422026-05-08T18:32:59.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28432026-05-08T18:32:59.127Z
28442026-05-08T18:32:59.127Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28452026-05-08T18:32:59.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-05-08T18:32:59.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-05-08T18:32:59.756Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28482026-05-08T18:32:59.920Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28492026-05-08T18:32:59.920Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28502026-05-08T18:33:00.261Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28512026-05-08T18:33:03.144Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28522026-05-08T18:33:04.366Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28532026-05-08T18:33:04.535Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28542026-05-08T18:33:05.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.09s
28552026-05-08T18:33:05.404Z
28562026-05-08T18:33:05.404Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28572026-05-08T18:33:05.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-05-08T18:33:05.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-05-08T18:33:05.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602026-05-08T18:33:05.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28612026-05-08T18:33:06.010Z
28622026-05-08T18:33:06.010Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
28632026-05-08T18:33:06.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-05-08T18:33:06.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-05-08T18:33:06.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662026-05-08T18:33:06.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28672026-05-08T18:33:06.648Z
28682026-05-08T18:33:06.648Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
28692026-05-08T18:33:07.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-05-08T18:33:07.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-05-08T18:33:07.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722026-05-08T18:33:07.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28732026-05-08T18:33:07.253Z
28742026-05-08T18:33:07.253Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
28752026-05-08T18:33:07.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-05-08T18:33:07.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-05-08T18:33:07.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-05-08T18:33:07.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28792026-05-08T18:33:07.858Z
28802026-05-08T18:33:07.858Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
28812026-05-08T18:33:08.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-05-08T18:33:08.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-05-08T18:33:08.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-05-08T18:33:08.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28852026-05-08T18:33:08.465Z
28862026-05-08T18:33:08.465Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
28872026-05-08T18:33:08.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-05-08T18:33:08.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-05-08T18:33:08.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-05-08T18:33:08.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28912026-05-08T18:33:09.071Z
28922026-05-08T18:33:09.072Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
28932026-05-08T18:33:09.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-05-08T18:33:09.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-05-08T18:33:09.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-05-08T18:33:09.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28972026-05-08T18:33:09.657Z
28982026-05-08T18:33:09.658Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
28992026-05-08T18:33:10.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-05-08T18:33:10.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-05-08T18:33:10.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-05-08T18:33:10.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29032026-05-08T18:33:10.265Z
29042026-05-08T18:33:10.265Zinfo: running `cargo check --bins` on update-engine (103/274)
29052026-05-08T18:33:10.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-05-08T18:33:10.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-05-08T18:33:10.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-05-08T18:33:10.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29092026-05-08T18:33:10.857Z
29102026-05-08T18:33:10.857Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29112026-05-08T18:33:11.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-05-08T18:33:11.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-05-08T18:33:11.581Z Compiling crucible-workspace-hack v0.1.0
29142026-05-08T18:33:11.699Z Checking secrecy v0.10.3
29152026-05-08T18:33:11.705Z Compiling heapless v0.8.0
29162026-05-08T18:33:11.711Z Compiling ingot-macros v0.1.1
29172026-05-08T18:33:11.719Z Compiling toml_edit v0.23.10+spec-1.0.0
29182026-05-08T18:33:11.722Z Checking hash32 v0.3.1
29192026-05-08T18:33:11.740Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29202026-05-08T18:33:11.743Z Compiling smoltcp v0.11.0
29212026-05-08T18:33:11.800Z Checking cobs v0.3.0
29222026-05-08T18:33:11.849Z Compiling thiserror-impl-no-std v2.0.2
29232026-05-08T18:33:11.950Z Checking half v2.7.1
29242026-05-08T18:33:11.950Z Checking universal-hash v0.5.1
29252026-05-08T18:33:11.976Z Checking ciborium-io v0.2.2
29262026-05-08T18:33:12.077Z Checking opaque-debug v0.3.1
29272026-05-08T18:33:12.103Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29282026-05-08T18:33:12.121Z Checking postcard v1.1.3
29292026-05-08T18:33:12.158Z Checking poly1305 v0.8.0
29302026-05-08T18:33:12.204Z Checking ciborium-ll v0.2.2
29312026-05-08T18:33:12.284Z Compiling proc-macro-crate v3.4.0
29322026-05-08T18:33:12.401Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29332026-05-08T18:33:12.415Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29342026-05-08T18:33:12.428Z Checking password-hash v0.5.0
29352026-05-08T18:33:12.654Z Checking chacha20 v0.9.1
29362026-05-08T18:33:12.684Z Compiling proc-macro-crate v1.3.1
29372026-05-08T18:33:12.700Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29382026-05-08T18:33:12.752Z Checking blake2 v0.10.6
29392026-05-08T18:33:12.833Z Compiling num_enum_derive v0.7.5
29402026-05-08T18:33:12.851Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29412026-05-08T18:33:12.934Z Checking aead v0.5.2
29422026-05-08T18:33:12.987Z Compiling foreign-types-macros v0.2.3
29432026-05-08T18:33:13.022Z Checking thiserror-no-std v2.0.2
29442026-05-08T18:33:13.061Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29452026-05-08T18:33:13.075Z Checking foreign-types-shared v0.3.1
29462026-05-08T18:33:13.095Z Checking cpufeatures v0.3.0
29472026-05-08T18:33:13.113Z Checking vsss-rs v3.3.4
29482026-05-08T18:33:13.163Z Compiling num_enum_derive v0.5.11
29492026-05-08T18:33:13.176Z Checking chacha20 v0.10.0
29502026-05-08T18:33:13.301Z Checking chacha20poly1305 v0.10.1
29512026-05-08T18:33:13.390Z Checking argon2 v0.5.3
29522026-05-08T18:33:13.430Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29532026-05-08T18:33:13.567Z Checking foreign-types v0.5.0
29542026-05-08T18:33:13.693Z Checking ciborium v0.2.2
29552026-05-08T18:33:13.758Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29562026-05-08T18:33:13.843Z Checking tabwriter v1.4.1
29572026-05-08T18:33:13.875Z Checking num_enum v0.7.5
29582026-05-08T18:33:13.988Z Checking byte-wrapper v0.1.0
29592026-05-08T18:33:13.991Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29602026-05-08T18:33:14.040Z Checking cstr-argument v0.1.2
29612026-05-08T18:33:14.111Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29622026-05-08T18:33:14.165Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29632026-05-08T18:33:14.186Z Checking num_enum v0.5.11
29642026-05-08T18:33:14.200Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29652026-05-08T18:33:14.212Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29662026-05-08T18:33:14.299Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29672026-05-08T18:33:14.366Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29682026-05-08T18:33:14.427Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29692026-05-08T18:33:14.472Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29702026-05-08T18:33:14.503Z Checking ingot-types v0.1.2
29712026-05-08T18:33:14.529Z Checking rand v0.10.0
29722026-05-08T18:33:14.545Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29732026-05-08T18:33:14.559Z Checking colored v3.1.1
29742026-05-08T18:33:14.672Z Checking indent_write v2.2.0
29752026-05-08T18:33:14.755Z Compiling zone_cfg_derive v0.3.1
29762026-05-08T18:33:14.806Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29772026-05-08T18:33:14.820Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29782026-05-08T18:33:14.853Z Checking ingot v0.1.1
29792026-05-08T18:33:14.866Z Checking itertools v0.12.1
29802026-05-08T18:33:14.879Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29812026-05-08T18:33:14.974Z Compiling num-derive v0.4.2
29822026-05-08T18:33:14.987Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29832026-05-08T18:33:15.001Z Checking swrite v0.1.0
29842026-05-08T18:33:15.092Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29852026-05-08T18:33:15.190Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29862026-05-08T18:33:15.308Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29872026-05-08T18:33:15.347Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
29882026-05-08T18:33:15.386Z Checking dropshot-api-manager-types v0.7.1
29892026-05-08T18:33:15.407Z Checking smf v0.2.3
29902026-05-08T18:33:15.459Z Checking nanorand v0.7.0
29912026-05-08T18:33:15.552Z Checking whoami v1.6.1
29922026-05-08T18:33:15.642Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29932026-05-08T18:33:15.657Z Checking flume v0.11.1
29942026-05-08T18:33:15.879Z Checking zone v0.3.1
29952026-05-08T18:33:15.913Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29962026-05-08T18:33:16.461Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29972026-05-08T18:33:17.434Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29982026-05-08T18:33:18.335Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29992026-05-08T18:33:21.264Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30002026-05-08T18:33:23.319Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30012026-05-08T18:33:24.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.56s
30022026-05-08T18:33:24.632Z
30032026-05-08T18:33:24.632Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30042026-05-08T18:33:25.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052026-05-08T18:33:25.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062026-05-08T18:33:25.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30072026-05-08T18:33:25.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30082026-05-08T18:33:25.236Z
30092026-05-08T18:33:25.236Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30102026-05-08T18:33:25.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112026-05-08T18:33:25.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122026-05-08T18:33:25.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30132026-05-08T18:33:25.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30142026-05-08T18:33:25.844Z
30152026-05-08T18:33:25.844Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30162026-05-08T18:33:26.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172026-05-08T18:33:26.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182026-05-08T18:33:26.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30192026-05-08T18:33:26.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30202026-05-08T18:33:26.443Z
30212026-05-08T18:33:26.443Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30222026-05-08T18:33:26.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232026-05-08T18:33:26.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242026-05-08T18:33:26.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30252026-05-08T18:33:26.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30262026-05-08T18:33:27.055Z
30272026-05-08T18:33:27.055Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30282026-05-08T18:33:27.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-05-08T18:33:27.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-05-08T18:33:27.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-05-08T18:33:27.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30322026-05-08T18:33:27.664Z
30332026-05-08T18:33:27.664Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30342026-05-08T18:33:28.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-05-08T18:33:28.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-05-08T18:33:28.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-05-08T18:33:28.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30382026-05-08T18:33:28.277Z
30392026-05-08T18:33:28.277Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30402026-05-08T18:33:28.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-05-08T18:33:28.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-05-08T18:33:28.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-05-08T18:33:28.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30442026-05-08T18:33:28.885Z
30452026-05-08T18:33:28.885Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30462026-05-08T18:33:29.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-05-08T18:33:29.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-05-08T18:33:29.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-05-08T18:33:29.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30502026-05-08T18:33:29.472Z
30512026-05-08T18:33:29.472Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30522026-05-08T18:33:29.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-05-08T18:33:29.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-05-08T18:33:29.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-05-08T18:33:29.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30562026-05-08T18:33:30.075Z
30572026-05-08T18:33:30.076Zinfo: running `cargo check --bins` on dns-service-client (114/274)
30582026-05-08T18:33:30.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-05-08T18:33:30.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-05-08T18:33:30.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-05-08T18:33:30.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30622026-05-08T18:33:30.676Z
30632026-05-08T18:33:30.676Zinfo: running `cargo check --bins` on installinator-client (115/274)
30642026-05-08T18:33:31.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-05-08T18:33:31.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-05-08T18:33:31.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-05-08T18:33:31.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30682026-05-08T18:33:31.281Z
30692026-05-08T18:33:31.281Zinfo: running `cargo check --bins` on nexus-client (116/274)
30702026-05-08T18:33:31.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-05-08T18:33:31.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-05-08T18:33:31.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-05-08T18:33:31.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30742026-05-08T18:33:31.926Z
30752026-05-08T18:33:31.926Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
30762026-05-08T18:33:32.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-05-08T18:33:32.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-05-08T18:33:32.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-05-08T18:33:32.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30802026-05-08T18:33:32.568Z
30812026-05-08T18:33:32.568Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
30822026-05-08T18:33:33.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-05-08T18:33:33.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-05-08T18:33:33.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-05-08T18:33:33.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30862026-05-08T18:33:33.158Z
30872026-05-08T18:33:33.158Zinfo: running `cargo check --bins` on oxide-client (119/274)
30882026-05-08T18:33:33.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-05-08T18:33:33.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-05-08T18:33:33.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-05-08T18:33:33.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30922026-05-08T18:33:33.748Z
30932026-05-08T18:33:33.748Zinfo: running `cargo check --bins` on oximeter-client (120/274)
30942026-05-08T18:33:34.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-05-08T18:33:34.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-05-08T18:33:34.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-05-08T18:33:34.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30982026-05-08T18:33:34.353Z
30992026-05-08T18:33:34.354Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
31002026-05-08T18:33:34.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-05-08T18:33:34.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-05-08T18:33:34.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-05-08T18:33:34.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31042026-05-08T18:33:34.944Z
31052026-05-08T18:33:34.944Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31062026-05-08T18:33:35.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-05-08T18:33:35.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-05-08T18:33:35.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-05-08T18:33:35.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31102026-05-08T18:33:35.561Z
31112026-05-08T18:33:35.561Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31122026-05-08T18:33:36.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-05-08T18:33:36.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-05-08T18:33:36.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-05-08T18:33:36.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31162026-05-08T18:33:36.185Z
31172026-05-08T18:33:36.185Zinfo: running `cargo check --bins` on installinator-common (124/274)
31182026-05-08T18:33:36.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-05-08T18:33:36.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-05-08T18:33:36.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-05-08T18:33:36.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31222026-05-08T18:33:36.808Z
31232026-05-08T18:33:36.808Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31242026-05-08T18:33:37.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-05-08T18:33:37.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-05-08T18:33:37.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-05-08T18:33:37.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31282026-05-08T18:33:37.399Z
31292026-05-08T18:33:37.400Zinfo: running `cargo check --bins` on wicket-common (126/274)
31302026-05-08T18:33:37.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-05-08T18:33:37.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-05-08T18:33:37.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-05-08T18:33:37.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31342026-05-08T18:33:38.021Z
31352026-05-08T18:33:38.021Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31362026-05-08T18:33:38.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-05-08T18:33:38.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-05-08T18:33:38.711Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31392026-05-08T18:33:38.826Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31402026-05-08T18:33:38.832Z Checking csv-core v0.1.13
31412026-05-08T18:33:38.839Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31422026-05-08T18:33:38.847Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31432026-05-08T18:33:38.858Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31442026-05-08T18:33:38.869Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31452026-05-08T18:33:38.880Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31462026-05-08T18:33:38.986Z Checking csv v1.4.0
31472026-05-08T18:33:39.010Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31482026-05-08T18:33:39.055Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31492026-05-08T18:33:39.077Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31502026-05-08T18:33:39.319Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31512026-05-08T18:33:39.682Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31522026-05-08T18:33:39.685Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31532026-05-08T18:33:40.020Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31542026-05-08T18:33:45.747Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31552026-05-08T18:33:46.281Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31562026-05-08T18:33:48.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.62s
31572026-05-08T18:33:48.838Z
31582026-05-08T18:33:48.838Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
31592026-05-08T18:33:49.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-05-08T18:33:49.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-05-08T18:33:49.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-05-08T18:33:49.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31632026-05-08T18:33:49.442Z
31642026-05-08T18:33:49.442Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
31652026-05-08T18:33:50.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-05-08T18:33:50.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-05-08T18:33:50.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-05-08T18:33:50.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31692026-05-08T18:33:50.133Z
31702026-05-08T18:33:50.133Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
31712026-05-08T18:33:50.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-05-08T18:33:50.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-05-08T18:33:50.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-05-08T18:33:50.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31752026-05-08T18:33:50.824Z
31762026-05-08T18:33:50.824Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
31772026-05-08T18:33:51.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-05-08T18:33:51.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-05-08T18:33:51.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31802026-05-08T18:33:51.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31812026-05-08T18:33:51.476Z
31822026-05-08T18:33:51.476Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
31832026-05-08T18:33:52.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31842026-05-08T18:33:52.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31852026-05-08T18:33:52.241Z Compiling regress v0.11.1
31862026-05-08T18:33:52.378Z Compiling unsafe-libyaml v0.2.11
31872026-05-08T18:33:52.391Z Compiling semver v0.1.20
31882026-05-08T18:33:52.391Z Compiling radium v0.7.0
31892026-05-08T18:33:52.418Z Compiling pin-project-internal v1.1.11
31902026-05-08T18:33:52.421Z Checking tap v1.0.1
31912026-05-08T18:33:52.421Z Compiling maybe-uninit v2.0.0
31922026-05-08T18:33:52.534Z Checking wyz v0.5.1
31932026-05-08T18:33:52.668Z Compiling rustc_version v0.1.7
31942026-05-08T18:33:52.726Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31952026-05-08T18:33:52.759Z Checking progenitor-client v0.13.0
31962026-05-08T18:33:52.855Z Compiling snafu-derive v0.8.9
31972026-05-08T18:33:52.887Z Compiling newtype_derive v0.1.6
31982026-05-08T18:33:52.991Z Compiling serde_yaml v0.9.34+deprecated
31992026-05-08T18:33:53.077Z Compiling zerocopy-derive v0.6.6
32002026-05-08T18:33:53.128Z Checking same-file v1.0.6
32012026-05-08T18:33:53.261Z Checking crc-catalog v2.4.0
32022026-05-08T18:33:53.361Z Compiling owo-colors v4.3.0
32032026-05-08T18:33:53.528Z Checking pin-project v1.1.11
32042026-05-08T18:33:53.630Z Compiling cancel-safe-futures v0.1.5
32052026-05-08T18:33:53.692Z Checking funty v2.0.0
32062026-05-08T18:33:53.795Z Checking typify-impl v0.6.2
32072026-05-08T18:33:53.839Z Compiling packed_struct v0.10.1
32082026-05-08T18:33:54.007Z Checking bitvec v1.0.1
32092026-05-08T18:33:54.113Z Checking zerocopy v0.6.6
32102026-05-08T18:33:54.291Z Checking crc v3.4.0
32112026-05-08T18:33:54.413Z Checking walkdir v2.5.0
32122026-05-08T18:33:54.490Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32132026-05-08T18:33:54.546Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32142026-05-08T18:33:54.579Z Checking globset v0.4.18
32152026-05-08T18:33:54.755Z Checking snafu v0.8.9
32162026-05-08T18:33:54.839Z Checking olpc-cjson v0.1.4
32172026-05-08T18:33:54.889Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32182026-05-08T18:33:54.956Z Checking pem v3.0.6
32192026-05-08T18:33:54.982Z Compiling packed_struct_codegen v0.10.1
32202026-05-08T18:33:55.001Z Checking libsw-core v0.3.2
32212026-05-08T18:33:55.026Z Checking serde_plain v1.0.2
32222026-05-08T18:33:55.117Z Compiling bitfield-macros v0.19.4
32232026-05-08T18:33:55.144Z Compiling indexmap v1.9.3
32242026-05-08T18:33:55.159Z Checking nodrop v0.1.14
32252026-05-08T18:33:55.178Z Checking typed-path v0.9.3
32262026-05-08T18:33:55.252Z Checking array-init v0.0.4
32272026-05-08T18:33:55.316Z Checking libsw v3.5.0
32282026-05-08T18:33:55.362Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32292026-05-08T18:33:55.471Z Checking smallvec v0.6.14
32302026-05-08T18:33:55.569Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32312026-05-08T18:33:55.761Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32322026-05-08T18:33:55.817Z Checking bitfield v0.19.4
32332026-05-08T18:33:55.928Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32342026-05-08T18:33:55.944Z Checking linear-map v1.2.0
32352026-05-08T18:33:55.993Z Checking smawk v0.3.2
32362026-05-08T18:33:56.009Z Checking tough v0.20.0
32372026-05-08T18:33:56.056Z Checking unicode-linebreak v0.1.5
32382026-05-08T18:33:56.099Z Checking hashbrown v0.12.3
32392026-05-08T18:33:56.119Z Checking tagptr v0.2.0
32402026-05-08T18:33:56.159Z Checking base64 v0.21.7
32412026-05-08T18:33:56.249Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32422026-05-08T18:33:56.269Z Checking moka v0.12.13
32432026-05-08T18:33:56.283Z Checking textwrap v0.16.2
32442026-05-08T18:33:56.384Z Checking ron v0.8.1
32452026-05-08T18:33:56.508Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32462026-05-08T18:33:56.849Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32472026-05-08T18:33:56.912Z Checking serde-hex v0.1.0
32482026-05-08T18:33:56.916Z Checking steno v0.4.1
32492026-05-08T18:33:57.026Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32502026-05-08T18:33:57.139Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32512026-05-08T18:33:57.192Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32522026-05-08T18:33:57.318Z Checking hashbrown v0.13.2
32532026-05-08T18:33:57.512Z Checking humantime v2.3.0
32542026-05-08T18:33:57.700Z Checking crc-any v2.5.0
32552026-05-08T18:33:57.740Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32562026-05-08T18:33:57.766Z Checking object v0.30.4
32572026-05-08T18:33:57.881Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32582026-05-08T18:33:57.910Z Checking hickory-resolver v0.25.2
32592026-05-08T18:33:57.952Z Checking void v1.0.2
32602026-05-08T18:33:58.009Z Checking half v1.8.3
32612026-05-08T18:33:58.049Z Checking utf-8 v0.7.6
32622026-05-08T18:33:58.064Z Checking path-slash v0.1.5
32632026-05-08T18:33:58.170Z Checking lzss v0.8.2
32642026-05-08T18:33:58.188Z Checking tungstenite v0.23.0
32652026-05-08T18:33:58.210Z Checking serde_cbor v0.11.2
32662026-05-08T18:33:58.397Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32672026-05-08T18:33:58.496Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32682026-05-08T18:33:58.510Z Compiling typify-macro v0.6.2
32692026-05-08T18:33:58.559Z Checking nix v0.27.1
32702026-05-08T18:33:58.595Z Checking kstat-rs v0.2.4
32712026-05-08T18:33:58.599Z Checking fxhash v0.2.1
32722026-05-08T18:33:58.609Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32732026-05-08T18:33:58.728Z Checking serde_bytes v0.11.19
32742026-05-08T18:33:58.744Z Checking tokio-tungstenite v0.23.1
32752026-05-08T18:33:58.779Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32762026-05-08T18:33:58.906Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32772026-05-08T18:33:58.996Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32782026-05-08T18:33:59.034Z Checking signal-hook-tokio v0.3.1
32792026-05-08T18:33:59.921Z Compiling typify v0.6.2
32802026-05-08T18:34:00.011Z Compiling progenitor-impl v0.13.0
32812026-05-08T18:34:00.011Z Compiling progenitor-impl v0.14.0
32822026-05-08T18:34:00.058Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32832026-05-08T18:34:00.962Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32842026-05-08T18:34:01.282Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
32852026-05-08T18:34:01.633Z Compiling progenitor-macro v0.13.0
32862026-05-08T18:34:01.671Z Compiling progenitor-macro v0.14.0
32872026-05-08T18:34:04.211Z Checking progenitor v0.13.0
32882026-05-08T18:34:04.274Z Checking progenitor v0.14.0
32892026-05-08T18:34:04.335Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32902026-05-08T18:34:04.393Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32912026-05-08T18:34:07.356Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32922026-05-08T18:34:14.932Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32932026-05-08T18:34:21.267Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32942026-05-08T18:34:22.643Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32952026-05-08T18:34:23.157Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32962026-05-08T18:34:25.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.77s
32972026-05-08T18:34:25.455Z
32982026-05-08T18:34:25.455Zinfo: running `cargo check --bins` on gateway-api (133/274)
32992026-05-08T18:34:25.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002026-05-08T18:34:25.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012026-05-08T18:34:25.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33022026-05-08T18:34:25.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33032026-05-08T18:34:26.059Z
33042026-05-08T18:34:26.059Zinfo: running `cargo check --bins` on ipcc (134/274)
33052026-05-08T18:34:26.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33062026-05-08T18:34:26.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33072026-05-08T18:34:26.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33082026-05-08T18:34:26.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33092026-05-08T18:34:26.662Z
33102026-05-08T18:34:26.662Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33112026-05-08T18:34:27.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122026-05-08T18:34:27.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132026-05-08T18:34:27.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142026-05-08T18:34:27.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33152026-05-08T18:34:27.251Z
33162026-05-08T18:34:27.251Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33172026-05-08T18:34:27.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-05-08T18:34:27.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-05-08T18:34:27.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-05-08T18:34:27.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33212026-05-08T18:34:27.857Z
33222026-05-08T18:34:27.858Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33232026-05-08T18:34:28.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-05-08T18:34:28.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-05-08T18:34:28.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-05-08T18:34:28.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33272026-05-08T18:34:28.467Z
33282026-05-08T18:34:28.468Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33292026-05-08T18:34:28.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-05-08T18:34:28.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-05-08T18:34:28.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-05-08T18:34:28.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33332026-05-08T18:34:29.064Z
33342026-05-08T18:34:29.065Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33352026-05-08T18:34:29.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-05-08T18:34:29.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-05-08T18:34:29.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-05-08T18:34:29.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33392026-05-08T18:34:29.672Z
33402026-05-08T18:34:29.672Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33412026-05-08T18:34:30.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-05-08T18:34:30.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-05-08T18:34:30.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-05-08T18:34:30.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33452026-05-08T18:34:30.279Z
33462026-05-08T18:34:30.279Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33472026-05-08T18:34:30.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-05-08T18:34:30.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-05-08T18:34:30.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-05-08T18:34:30.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33512026-05-08T18:34:30.881Z
33522026-05-08T18:34:30.881Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33532026-05-08T18:34:31.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-05-08T18:34:31.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-05-08T18:34:31.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-05-08T18:34:31.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33572026-05-08T18:34:31.485Z
33582026-05-08T18:34:31.485Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
33592026-05-08T18:34:31.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-05-08T18:34:31.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-05-08T18:34:31.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-05-08T18:34:32.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33632026-05-08T18:34:32.094Z
33642026-05-08T18:34:32.094Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
33652026-05-08T18:34:32.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-05-08T18:34:32.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-05-08T18:34:32.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-05-08T18:34:32.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33692026-05-08T18:34:32.688Z
33702026-05-08T18:34:32.688Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
33712026-05-08T18:34:33.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-05-08T18:34:33.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-05-08T18:34:33.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-05-08T18:34:33.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33752026-05-08T18:34:33.289Z
33762026-05-08T18:34:33.289Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
33772026-05-08T18:34:33.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-05-08T18:34:33.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-05-08T18:34:33.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-05-08T18:34:33.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33812026-05-08T18:34:33.892Z
33822026-05-08T18:34:33.892Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
33832026-05-08T18:34:34.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-08T18:34:34.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-08T18:34:34.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-08T18:34:34.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33872026-05-08T18:34:34.499Z
33882026-05-08T18:34:34.499Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
33892026-05-08T18:34:35.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-08T18:34:35.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-08T18:34:35.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-08T18:34:35.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33932026-05-08T18:34:35.104Z
33942026-05-08T18:34:35.104Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
33952026-05-08T18:34:35.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-08T18:34:35.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-08T18:34:35.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-08T18:34:35.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33992026-05-08T18:34:35.710Z
34002026-05-08T18:34:35.710Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34012026-05-08T18:34:36.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-08T18:34:36.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-08T18:34:36.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-08T18:34:36.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34052026-05-08T18:34:36.303Z
34062026-05-08T18:34:36.303Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34072026-05-08T18:34:36.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-08T18:34:36.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-08T18:34:36.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-08T18:34:36.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34112026-05-08T18:34:36.906Z
34122026-05-08T18:34:36.906Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34132026-05-08T18:34:37.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-08T18:34:37.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-08T18:34:37.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-08T18:34:37.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34172026-05-08T18:34:37.512Z
34182026-05-08T18:34:37.512Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34192026-05-08T18:34:38.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-08T18:34:38.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-08T18:34:38.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-08T18:34:38.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34232026-05-08T18:34:38.120Z
34242026-05-08T18:34:38.120Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34252026-05-08T18:34:38.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-08T18:34:38.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-08T18:34:38.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-08T18:34:38.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34292026-05-08T18:34:38.771Z
34302026-05-08T18:34:38.771Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34312026-05-08T18:34:39.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-08T18:34:39.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-08T18:34:39.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-05-08T18:34:39.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34352026-05-08T18:34:39.384Z
34362026-05-08T18:34:39.384Zinfo: running `cargo check --bins` on dns-server (156/274)
34372026-05-08T18:34:39.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-05-08T18:34:39.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-05-08T18:34:40.037Z Compiling parking_lot_core v0.8.6
34402026-05-08T18:34:40.038Z Compiling git-stub v1.0.0
34412026-05-08T18:34:40.038Z Compiling atomicwrites v0.4.4
34422026-05-08T18:34:40.041Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34432026-05-08T18:34:40.041Z Checking prefix-trie v0.7.0
34442026-05-08T18:34:40.283Z Compiling git-stub-vcs v0.1.0
34452026-05-08T18:34:40.429Z Checking hickory-server v0.25.2
34462026-05-08T18:34:40.560Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34472026-05-08T18:34:40.573Z Checking parking_lot v0.11.2
34482026-05-08T18:34:40.641Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34492026-05-08T18:34:40.645Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34502026-05-08T18:34:40.743Z Checking sled v0.34.7
34512026-05-08T18:34:42.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
34522026-05-08T18:34:42.849Z
34532026-05-08T18:34:42.849Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34542026-05-08T18:34:43.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-05-08T18:34:43.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-05-08T18:34:43.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-05-08T18:34:43.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34582026-05-08T18:34:43.451Z
34592026-05-08T18:34:43.451Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
34602026-05-08T18:34:43.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-05-08T18:34:43.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-05-08T18:34:43.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-05-08T18:34:43.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34642026-05-08T18:34:44.057Z
34652026-05-08T18:34:44.057Zinfo: running `cargo check --bins` on sp-sim (159/274)
34662026-05-08T18:34:44.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-05-08T18:34:44.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-05-08T18:34:44.785Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34692026-05-08T18:34:46.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
34702026-05-08T18:34:46.796Z
34712026-05-08T18:34:46.796Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
34722026-05-08T18:34:47.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-05-08T18:34:47.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-05-08T18:34:47.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-05-08T18:34:47.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34762026-05-08T18:34:47.455Z
34772026-05-08T18:34:47.455Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
34782026-05-08T18:34:48.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-05-08T18:34:48.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-05-08T18:34:48.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-05-08T18:34:48.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34822026-05-08T18:34:48.117Z
34832026-05-08T18:34:48.118Zinfo: running `cargo check --bins` on db-macros (162/274)
34842026-05-08T18:34:48.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-05-08T18:34:48.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-05-08T18:34:48.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-05-08T18:34:48.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34882026-05-08T18:34:48.895Z
34892026-05-08T18:34:48.895Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
34902026-05-08T18:34:49.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-05-08T18:34:49.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-05-08T18:34:49.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-05-08T18:34:49.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34942026-05-08T18:34:49.299Z
34952026-05-08T18:34:49.300Zinfo: running `cargo check --bins` on nexus-auth (164/274)
34962026-05-08T18:34:49.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-05-08T18:34:49.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-05-08T18:34:49.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-05-08T18:34:49.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35002026-05-08T18:34:49.955Z
35012026-05-08T18:34:49.955Zinfo: running `cargo check --bins` on authz-macros (165/274)
35022026-05-08T18:34:50.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-05-08T18:34:50.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-05-08T18:34:50.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-05-08T18:34:50.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35062026-05-08T18:34:50.548Z
35072026-05-08T18:34:50.548Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35082026-05-08T18:34:51.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-05-08T18:34:51.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-05-08T18:34:51.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-05-08T18:34:51.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35122026-05-08T18:34:51.197Z
35132026-05-08T18:34:51.197Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35142026-05-08T18:34:51.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-05-08T18:34:51.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-05-08T18:34:51.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-05-08T18:34:51.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35182026-05-08T18:34:51.847Z
35192026-05-08T18:34:51.847Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35202026-05-08T18:34:52.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-05-08T18:34:52.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-05-08T18:34:52.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-05-08T18:34:52.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35242026-05-08T18:34:52.436Z
35252026-05-08T18:34:52.436Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35262026-05-08T18:34:52.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-05-08T18:34:52.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-05-08T18:34:52.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-05-08T18:34:52.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35302026-05-08T18:34:53.025Z
35312026-05-08T18:34:53.025Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35322026-05-08T18:34:53.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-05-08T18:34:53.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-05-08T18:34:53.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-05-08T18:34:53.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35362026-05-08T18:34:53.626Z
35372026-05-08T18:34:53.626Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35382026-05-08T18:34:54.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-05-08T18:34:54.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-05-08T18:34:54.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-05-08T18:34:54.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35422026-05-08T18:34:54.218Z
35432026-05-08T18:34:54.218Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35442026-05-08T18:34:54.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-05-08T18:34:54.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-05-08T18:34:54.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-05-08T18:34:54.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35482026-05-08T18:34:54.808Z
35492026-05-08T18:34:54.809Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35502026-05-08T18:34:55.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-05-08T18:34:55.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-05-08T18:34:55.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-05-08T18:34:55.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35542026-05-08T18:34:55.464Z
35552026-05-08T18:34:55.464Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
35562026-05-08T18:34:56.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-05-08T18:34:56.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-05-08T18:34:56.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-05-08T18:34:56.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35602026-05-08T18:34:56.122Z
35612026-05-08T18:34:56.122Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
35622026-05-08T18:34:56.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-05-08T18:34:56.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-05-08T18:34:56.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-05-08T18:34:56.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35662026-05-08T18:34:56.774Z
35672026-05-08T18:34:56.774Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
35682026-05-08T18:34:57.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-05-08T18:34:57.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-05-08T18:34:57.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-05-08T18:34:57.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35722026-05-08T18:34:57.402Z
35732026-05-08T18:34:57.402Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
35742026-05-08T18:34:57.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-05-08T18:34:57.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-05-08T18:34:57.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-05-08T18:34:57.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35782026-05-08T18:34:58.007Z
35792026-05-08T18:34:58.007Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
35802026-05-08T18:34:58.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-08T18:34:58.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-08T18:34:58.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-08T18:34:58.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35842026-05-08T18:34:58.617Z
35852026-05-08T18:34:58.617Zinfo: running `cargo check --bins` on key-manager (179/274)
35862026-05-08T18:34:59.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-08T18:34:59.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-08T18:34:59.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-05-08T18:34:59.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35902026-05-08T18:34:59.214Z
35912026-05-08T18:34:59.214Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
35922026-05-08T18:34:59.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-08T18:34:59.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-08T18:34:59.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-05-08T18:34:59.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35962026-05-08T18:34:59.826Z
35972026-05-08T18:34:59.827Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
35982026-05-08T18:35:00.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-08T18:35:00.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-08T18:35:00.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-08T18:35:00.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36022026-05-08T18:35:00.438Z
36032026-05-08T18:35:00.438Zinfo: running `cargo check --bins` on typed-rng (182/274)
36042026-05-08T18:35:00.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-08T18:35:00.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-08T18:35:00.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-05-08T18:35:00.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36082026-05-08T18:35:01.018Z
36092026-05-08T18:35:01.018Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36102026-05-08T18:35:01.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-05-08T18:35:01.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-05-08T18:35:01.855Z Compiling typify-impl v0.4.3
36132026-05-08T18:35:01.855Z Compiling libefi-sys v0.1.0
36142026-05-08T18:35:01.858Z Compiling bitfield-struct v0.6.2
36152026-05-08T18:35:02.006Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36162026-05-08T18:35:02.015Z Compiling xshell-macros v0.2.7
36172026-05-08T18:35:02.028Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36182026-05-08T18:35:02.061Z Compiling salty v0.3.0
36192026-05-08T18:35:02.072Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36202026-05-08T18:35:02.232Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36212026-05-08T18:35:02.355Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36222026-05-08T18:35:02.371Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36232026-05-08T18:35:02.387Z Checking xshell v0.2.7
36242026-05-08T18:35:02.579Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36252026-05-08T18:35:02.596Z Checking primeorder v0.13.6
36262026-05-08T18:35:02.610Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36272026-05-08T18:35:02.748Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36282026-05-08T18:35:02.766Z Compiling proc-macro-error-attr2 v2.0.0
36292026-05-08T18:35:02.833Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36302026-05-08T18:35:02.848Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36312026-05-08T18:35:02.891Z Checking tungstenite v0.21.0
36322026-05-08T18:35:03.044Z Checking p384 v0.13.1
36332026-05-08T18:35:03.086Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36342026-05-08T18:35:03.152Z Compiling proc-macro-error2 v2.0.1
36352026-05-08T18:35:03.229Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36362026-05-08T18:35:03.319Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36372026-05-08T18:35:03.466Z Compiling num-derive v0.3.3
36382026-05-08T18:35:03.483Z Compiling tabled_derive v0.11.0
36392026-05-08T18:35:03.654Z Checking tokio-tungstenite v0.21.0
36402026-05-08T18:35:03.935Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36412026-05-08T18:35:03.951Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36422026-05-08T18:35:04.030Z Checking papergrid v0.17.0
36432026-05-08T18:35:04.320Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36442026-05-08T18:35:04.351Z Checking libscf-sys v1.1.0
36452026-05-08T18:35:04.486Z Checking testing_table v0.3.0
36462026-05-08T18:35:04.589Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36472026-05-08T18:35:04.622Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36482026-05-08T18:35:04.639Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36492026-05-08T18:35:04.811Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36502026-05-08T18:35:04.878Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36512026-05-08T18:35:05.026Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36522026-05-08T18:35:05.081Z Checking corncobs v0.1.4
36532026-05-08T18:35:05.101Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36542026-05-08T18:35:05.117Z Compiling unicase v2.9.0
36552026-05-08T18:35:05.216Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36562026-05-08T18:35:05.304Z Checking tabled v0.20.0
36572026-05-08T18:35:05.321Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36582026-05-08T18:35:05.336Z Compiling mime_guess v2.0.5
36592026-05-08T18:35:05.404Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36602026-05-08T18:35:05.485Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36612026-05-08T18:35:05.532Z Checking progenitor-client v0.11.2
36622026-05-08T18:35:05.729Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36632026-05-08T18:35:05.771Z Checking secrecy v0.8.0
36642026-05-08T18:35:05.806Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36652026-05-08T18:35:05.823Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36662026-05-08T18:35:05.913Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36672026-05-08T18:35:06.037Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36682026-05-08T18:35:06.322Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36692026-05-08T18:35:06.339Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36702026-05-08T18:35:06.444Z Compiling typify-macro v0.4.3
36712026-05-08T18:35:06.497Z Checking filetime v0.2.27
36722026-05-08T18:35:06.570Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36732026-05-08T18:35:06.772Z Checking crc8 v0.1.1
36742026-05-08T18:35:06.803Z Checking http-range v0.1.5
36752026-05-08T18:35:06.875Z Checking xattr v1.6.1
36762026-05-08T18:35:06.984Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36772026-05-08T18:35:07.011Z Checking tar v0.4.45
36782026-05-08T18:35:07.272Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36792026-05-08T18:35:07.381Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36802026-05-08T18:35:07.409Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36812026-05-08T18:35:07.429Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36822026-05-08T18:35:07.477Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36832026-05-08T18:35:07.774Z Checking atty v0.2.14
36842026-05-08T18:35:07.883Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36852026-05-08T18:35:07.956Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36862026-05-08T18:35:08.003Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36872026-05-08T18:35:08.141Z Compiling typify v0.4.3
36882026-05-08T18:35:08.292Z Compiling progenitor-impl v0.11.2
36892026-05-08T18:35:08.340Z Compiling progenitor-impl v0.10.0
36902026-05-08T18:35:08.592Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36912026-05-08T18:35:08.707Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36922026-05-08T18:35:08.834Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36932026-05-08T18:35:09.244Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36942026-05-08T18:35:09.697Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36952026-05-08T18:35:09.715Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36962026-05-08T18:35:09.730Z Checking hyper-staticfile v0.10.1
36972026-05-08T18:35:09.939Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36982026-05-08T18:35:10.019Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36992026-05-08T18:35:10.130Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37002026-05-08T18:35:10.203Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37012026-05-08T18:35:10.398Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37022026-05-08T18:35:10.479Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37032026-05-08T18:35:10.678Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37042026-05-08T18:35:10.778Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37052026-05-08T18:35:10.893Z Compiling progenitor-macro v0.11.2
37062026-05-08T18:35:10.972Z Compiling progenitor-macro v0.10.0
37072026-05-08T18:35:13.786Z Checking progenitor v0.11.2
37082026-05-08T18:35:13.786Z Checking progenitor v0.10.0
37092026-05-08T18:35:13.924Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37102026-05-08T18:35:13.927Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37112026-05-08T18:35:18.542Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37122026-05-08T18:35:19.652Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37132026-05-08T18:35:29.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.93s
37142026-05-08T18:35:30.168Z
37152026-05-08T18:35:30.168Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37162026-05-08T18:35:30.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-05-08T18:35:30.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-05-08T18:35:30.945Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37192026-05-08T18:35:41.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.21s
37202026-05-08T18:35:41.605Z
37212026-05-08T18:35:41.606Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37222026-05-08T18:35:42.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-05-08T18:35:42.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-05-08T18:35:42.384Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37252026-05-08T18:35:52.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.21s
37262026-05-08T18:35:53.042Z
37272026-05-08T18:35:53.042Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37282026-05-08T18:35:53.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-05-08T18:35:53.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-05-08T18:35:53.820Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37312026-05-08T18:36:04.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.27s
37322026-05-08T18:36:04.538Z
37332026-05-08T18:36:04.538Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37342026-05-08T18:36:05.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-05-08T18:36:05.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-05-08T18:36:05.318Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37372026-05-08T18:36:16.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.15s
37382026-05-08T18:36:16.872Z
37392026-05-08T18:36:16.872Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37402026-05-08T18:36:16.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-05-08T18:36:16.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-05-08T18:36:16.872Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37432026-05-08T18:36:27.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.18s
37442026-05-08T18:36:27.319Z
37452026-05-08T18:36:27.319Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37462026-05-08T18:36:27.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-05-08T18:36:27.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-05-08T18:36:28.095Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37492026-05-08T18:36:38.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.17s
37502026-05-08T18:36:38.706Z
37512026-05-08T18:36:38.706Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37522026-05-08T18:36:39.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-05-08T18:36:39.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-05-08T18:36:39.485Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37552026-05-08T18:36:49.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.15s
37562026-05-08T18:36:50.080Z
37572026-05-08T18:36:50.080Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
37582026-05-08T18:36:50.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-05-08T18:36:50.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-05-08T18:36:50.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37612026-05-08T18:36:50.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37622026-05-08T18:36:50.679Z
37632026-05-08T18:36:50.679Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
37642026-05-08T18:36:51.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-05-08T18:36:51.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-05-08T18:36:51.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37672026-05-08T18:36:51.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37682026-05-08T18:36:51.290Z
37692026-05-08T18:36:51.290Zinfo: running `cargo check --bins` on range-requests (193/274)
37702026-05-08T18:36:51.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-05-08T18:36:51.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-05-08T18:36:51.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37732026-05-08T18:36:51.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37742026-05-08T18:36:51.873Z
37752026-05-08T18:36:51.873Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
37762026-05-08T18:36:52.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-05-08T18:36:52.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-05-08T18:36:52.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37792026-05-08T18:36:52.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37802026-05-08T18:36:52.466Z
37812026-05-08T18:36:52.466Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
37822026-05-08T18:36:52.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-05-08T18:36:52.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-05-08T18:36:52.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37852026-05-08T18:36:52.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37862026-05-08T18:36:53.079Z
37872026-05-08T18:36:53.080Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
37882026-05-08T18:36:53.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-05-08T18:36:53.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-05-08T18:36:53.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37912026-05-08T18:36:53.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37922026-05-08T18:36:53.697Z
37932026-05-08T18:36:53.697Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
37942026-05-08T18:36:54.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-05-08T18:36:54.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-05-08T18:36:54.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-05-08T18:36:54.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37982026-05-08T18:36:54.313Z
37992026-05-08T18:36:54.313Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
38002026-05-08T18:36:54.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-05-08T18:36:54.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-05-08T18:36:54.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-05-08T18:36:54.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38042026-05-08T18:36:54.932Z
38052026-05-08T18:36:54.932Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38062026-05-08T18:36:55.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-05-08T18:36:55.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-05-08T18:36:55.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-05-08T18:36:55.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38102026-05-08T18:36:55.561Z
38112026-05-08T18:36:55.561Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38122026-05-08T18:36:56.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-05-08T18:36:56.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-05-08T18:36:56.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-05-08T18:36:56.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38162026-05-08T18:36:56.179Z
38172026-05-08T18:36:56.179Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38182026-05-08T18:36:56.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-05-08T18:36:56.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-05-08T18:36:56.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-05-08T18:36:56.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38222026-05-08T18:36:56.796Z
38232026-05-08T18:36:56.796Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38242026-05-08T18:36:57.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-05-08T18:36:57.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-05-08T18:36:57.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-05-08T18:36:57.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38282026-05-08T18:36:57.419Z
38292026-05-08T18:36:57.419Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38302026-05-08T18:36:57.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-05-08T18:36:57.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-05-08T18:36:57.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-05-08T18:36:57.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38342026-05-08T18:36:58.037Z
38352026-05-08T18:36:58.037Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38362026-05-08T18:36:58.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-05-08T18:36:58.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-05-08T18:36:58.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-05-08T18:36:58.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38402026-05-08T18:36:58.685Z
38412026-05-08T18:36:58.685Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38422026-05-08T18:36:59.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-05-08T18:36:59.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-05-08T18:36:59.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-05-08T18:36:59.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38462026-05-08T18:36:59.308Z
38472026-05-08T18:36:59.309Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38482026-05-08T18:36:59.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-05-08T18:36:59.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-05-08T18:36:59.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-05-08T18:36:59.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38522026-05-08T18:36:59.946Z
38532026-05-08T18:36:59.946Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38542026-05-08T18:37:00.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-05-08T18:37:00.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-05-08T18:37:00.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-05-08T18:37:00.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38582026-05-08T18:37:00.599Z
38592026-05-08T18:37:00.599Zinfo: running `cargo check --bins` on update-common (208/274)
38602026-05-08T18:37:01.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-05-08T18:37:01.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-05-08T18:37:01.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-05-08T18:37:01.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38642026-05-08T18:37:01.207Z
38652026-05-08T18:37:01.207Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
38662026-05-08T18:37:01.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-05-08T18:37:01.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-05-08T18:37:01.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-05-08T18:37:01.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38702026-05-08T18:37:01.860Z
38712026-05-08T18:37:01.860Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
38722026-05-08T18:37:02.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-05-08T18:37:02.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-05-08T18:37:02.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38752026-05-08T18:37:02.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38762026-05-08T18:37:02.442Z
38772026-05-08T18:37:02.442Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
38782026-05-08T18:37:02.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-05-08T18:37:02.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-05-08T18:37:03.205Z Compiling fs-err v2.11.0
38812026-05-08T18:37:03.218Z Checking ignore v0.4.25
38822026-05-08T18:37:03.218Z Checking arc-swap v1.8.2
38832026-05-08T18:37:03.218Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38842026-05-08T18:37:03.342Z Checking predicates-tree v1.0.13
38852026-05-08T18:37:03.358Z Checking parse-size v1.1.0
38862026-05-08T18:37:03.372Z Checking rand_seeder v0.4.0
38872026-05-08T18:37:03.375Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38882026-05-08T18:37:03.451Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38892026-05-08T18:37:03.471Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38902026-05-08T18:37:03.513Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38912026-05-08T18:37:03.534Z Checking slog-scope v4.4.1
38922026-05-08T18:37:03.657Z Compiling petname v2.0.2
38932026-05-08T18:37:03.673Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38942026-05-08T18:37:03.686Z Checking slog-stdlog v4.1.1
38952026-05-08T18:37:03.707Z Checking globwalk v0.9.1
38962026-05-08T18:37:03.804Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38972026-05-08T18:37:03.807Z Checking slog-envlogger v2.2.0
38982026-05-08T18:37:03.889Z Checking camino-tempfile-ext v0.3.3
38992026-05-08T18:37:03.905Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39002026-05-08T18:37:03.954Z Checking sapling-renderdag v0.1.0
39012026-05-08T18:37:04.073Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39022026-05-08T18:37:04.086Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39032026-05-08T18:37:04.192Z Checking subprocess v0.2.15
39042026-05-08T18:37:04.259Z Checking sync-ptr v0.1.4
39052026-05-08T18:37:04.311Z Checking colored v2.2.0
39062026-05-08T18:37:04.394Z Checking assert_matches v1.5.0
39072026-05-08T18:37:04.471Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39082026-05-08T18:37:04.526Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39092026-05-08T18:37:04.614Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39102026-05-08T18:37:04.619Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39112026-05-08T18:37:05.213Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39122026-05-08T18:37:06.558Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39132026-05-08T18:37:08.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.33s
39142026-05-08T18:37:08.977Z
39152026-05-08T18:37:08.977Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39162026-05-08T18:37:09.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-05-08T18:37:09.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-05-08T18:37:09.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39192026-05-08T18:37:09.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39202026-05-08T18:37:09.562Z
39212026-05-08T18:37:09.563Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39222026-05-08T18:37:10.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39232026-05-08T18:37:10.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39242026-05-08T18:37:10.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39252026-05-08T18:37:10.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39262026-05-08T18:37:10.165Z
39272026-05-08T18:37:10.165Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39282026-05-08T18:37:10.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39292026-05-08T18:37:10.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39302026-05-08T18:37:10.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39312026-05-08T18:37:10.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39322026-05-08T18:37:10.821Z
39332026-05-08T18:37:10.821Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39342026-05-08T18:37:11.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39352026-05-08T18:37:11.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39362026-05-08T18:37:11.540Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39372026-05-08T18:37:11.541Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39382026-05-08T18:37:12.188Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39392026-05-08T18:37:13.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s
39402026-05-08T18:37:13.966Z
39412026-05-08T18:37:13.966Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39422026-05-08T18:37:14.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-05-08T18:37:14.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-05-08T18:37:14.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39452026-05-08T18:37:14.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39462026-05-08T18:37:14.568Z
39472026-05-08T18:37:14.568Zinfo: running `cargo check --bins` on cert-dev (217/274)
39482026-05-08T18:37:15.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-05-08T18:37:15.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-05-08T18:37:15.176Z Checking yasna v0.5.2
39512026-05-08T18:37:15.587Z Checking rcgen v0.12.1
39522026-05-08T18:37:15.841Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39532026-05-08T18:37:16.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
39542026-05-08T18:37:16.212Z
39552026-05-08T18:37:16.212Zinfo: running `cargo check --bins` on clickana (218/274)
39562026-05-08T18:37:16.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-05-08T18:37:16.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-05-08T18:37:16.858Z Compiling darling_core v0.23.0
39592026-05-08T18:37:16.861Z Compiling instability v0.3.11
39602026-05-08T18:37:16.967Z Checking castaway v0.2.4
39612026-05-08T18:37:16.980Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39622026-05-08T18:37:16.983Z Compiling indoc v2.0.7
39632026-05-08T18:37:16.986Z Checking unicode-truncate v1.1.0
39642026-05-08T18:37:17.004Z Checking lru v0.12.5
39652026-05-08T18:37:17.004Z Checking cassowary v0.3.0
39662026-05-08T18:37:17.063Z Checking compact_str v0.8.1
39672026-05-08T18:37:17.989Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39682026-05-08T18:37:18.173Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39692026-05-08T18:37:18.387Z Compiling darling_macro v0.23.0
39702026-05-08T18:37:18.796Z Compiling darling v0.23.0
39712026-05-08T18:37:19.411Z Checking ratatui v0.29.0
39722026-05-08T18:37:20.463Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39732026-05-08T18:37:21.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.93s
39742026-05-08T18:37:21.333Z
39752026-05-08T18:37:21.333Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
39762026-05-08T18:37:21.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-05-08T18:37:21.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-05-08T18:37:22.047Z Checking headers-core v0.3.0
39792026-05-08T18:37:22.048Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39802026-05-08T18:37:22.249Z Checking headers v0.4.1
39812026-05-08T18:37:22.617Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39822026-05-08T18:37:23.480Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39832026-05-08T18:37:23.974Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39842026-05-08T18:37:24.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
39852026-05-08T18:37:24.597Z
39862026-05-08T18:37:24.597Zinfo: running `cargo check --bins` on ch-dev (220/274)
39872026-05-08T18:37:25.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-05-08T18:37:25.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-05-08T18:37:25.319Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39902026-05-08T18:37:26.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
39912026-05-08T18:37:26.293Z
39922026-05-08T18:37:26.293Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
39932026-05-08T18:37:26.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-05-08T18:37:26.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-05-08T18:37:26.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-05-08T18:37:26.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
39972026-05-08T18:37:26.764Z
39982026-05-08T18:37:26.764Zinfo: running `cargo check --bins` on crdb-seed (222/274)
39992026-05-08T18:37:27.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-05-08T18:37:27.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-05-08T18:37:27.481Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40022026-05-08T18:37:28.471Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40032026-05-08T18:37:28.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
40042026-05-08T18:37:29.038Z
40052026-05-08T18:37:29.038Zinfo: running `cargo check --bins` on db-dev (223/274)
40062026-05-08T18:37:29.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-05-08T18:37:29.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-05-08T18:37:29.759Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40092026-05-08T18:37:30.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40102026-05-08T18:37:30.735Z
40112026-05-08T18:37:30.735Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40122026-05-08T18:37:31.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-05-08T18:37:31.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-05-08T18:37:31.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40152026-05-08T18:37:31.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40162026-05-08T18:37:31.374Z
40172026-05-08T18:37:31.374Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40182026-05-08T18:37:31.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-05-08T18:37:31.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-05-08T18:37:31.979Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40212026-05-08T18:37:32.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
40222026-05-08T18:37:32.830Z
40232026-05-08T18:37:32.830Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40242026-05-08T18:37:33.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-05-08T18:37:33.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-05-08T18:37:33.576Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40272026-05-08T18:37:33.576Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40282026-05-08T18:37:33.576Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40292026-05-08T18:37:33.579Z Checking git-stub v1.0.0
40302026-05-08T18:37:33.579Z Compiling trait-variant v0.1.2
40312026-05-08T18:37:33.579Z Checking is_ci v1.2.0
40322026-05-08T18:37:33.695Z Checking maplit v1.0.2
40332026-05-08T18:37:33.716Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40342026-05-08T18:37:33.779Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40352026-05-08T18:37:33.805Z Checking supports-color v3.0.2
40362026-05-08T18:37:33.837Z Checking git-stub-vcs v0.1.0
40372026-05-08T18:37:33.938Z Checking drift v0.1.4
40382026-05-08T18:37:33.954Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40392026-05-08T18:37:33.973Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40402026-05-08T18:37:34.037Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40412026-05-08T18:37:34.152Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40422026-05-08T18:37:34.237Z Checking dropshot-api-manager v0.7.1
40432026-05-08T18:37:34.252Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40442026-05-08T18:37:34.267Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40452026-05-08T18:37:34.443Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40462026-05-08T18:37:34.483Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40472026-05-08T18:37:34.613Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40482026-05-08T18:37:34.982Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40492026-05-08T18:37:39.867Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40502026-05-08T18:37:40.954Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40512026-05-08T18:37:41.520Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40522026-05-08T18:37:41.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.12s
40532026-05-08T18:37:42.171Z
40542026-05-08T18:37:42.171Zinfo: running `cargo check --bins` on installinator-api (227/274)
40552026-05-08T18:37:42.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-05-08T18:37:42.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-05-08T18:37:42.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40582026-05-08T18:37:42.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40592026-05-08T18:37:42.775Z
40602026-05-08T18:37:42.775Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
40612026-05-08T18:37:43.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-05-08T18:37:43.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-05-08T18:37:43.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40642026-05-08T18:37:43.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40652026-05-08T18:37:43.423Z
40662026-05-08T18:37:43.423Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
40672026-05-08T18:37:43.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-05-08T18:37:43.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-05-08T18:37:43.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40702026-05-08T18:37:43.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40712026-05-08T18:37:44.065Z
40722026-05-08T18:37:44.065Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
40732026-05-08T18:37:44.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40742026-05-08T18:37:44.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40752026-05-08T18:37:44.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40762026-05-08T18:37:44.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40772026-05-08T18:37:44.707Z
40782026-05-08T18:37:44.707Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
40792026-05-08T18:37:45.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-05-08T18:37:45.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-05-08T18:37:45.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40822026-05-08T18:37:45.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40832026-05-08T18:37:45.310Z
40842026-05-08T18:37:45.310Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
40852026-05-08T18:37:45.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-05-08T18:37:45.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-05-08T18:37:45.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40882026-05-08T18:37:45.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40892026-05-08T18:37:45.896Z
40902026-05-08T18:37:45.896Zinfo: running `cargo check --bins` on wicketd-api (233/274)
40912026-05-08T18:37:46.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-05-08T18:37:46.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-05-08T18:37:46.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40942026-05-08T18:37:46.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40952026-05-08T18:37:46.512Z
40962026-05-08T18:37:46.512Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
40972026-05-08T18:37:47.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40982026-05-08T18:37:47.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40992026-05-08T18:37:47.116Z Checking typeid v1.0.3
41002026-05-08T18:37:47.226Z Checking ordered-float v2.10.1
41012026-05-08T18:37:47.245Z Checking unicode-xid v0.2.6
41022026-05-08T18:37:47.257Z Checking cargo-platform v0.2.0
41032026-05-08T18:37:47.265Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41042026-05-08T18:37:47.299Z Checking erased-serde v0.4.9
41052026-05-08T18:37:47.459Z Checking serde-value v0.7.0
41062026-05-08T18:37:47.608Z Checking serde-untagged v0.1.9
41072026-05-08T18:37:47.767Z Checking cargo-util-schemas v0.8.2
41082026-05-08T18:37:48.455Z Checking cargo_metadata v0.21.0
41092026-05-08T18:37:49.060Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41102026-05-08T18:37:49.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
41112026-05-08T18:37:49.942Z
41122026-05-08T18:37:49.942Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41132026-05-08T18:37:50.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-05-08T18:37:50.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-05-08T18:37:50.673Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41162026-05-08T18:37:51.299Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41172026-05-08T18:37:51.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
41182026-05-08T18:37:52.022Z
41192026-05-08T18:37:52.022Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41202026-05-08T18:37:52.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-05-08T18:37:52.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-05-08T18:37:52.872Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41232026-05-08T18:37:52.872Z Compiling vergen-gitcl v1.0.8
41242026-05-08T18:37:52.872Z Compiling dirs-sys-next v0.1.2
41252026-05-08T18:37:52.872Z Compiling crunchy v0.2.4
41262026-05-08T18:37:52.872Z Compiling glob v0.3.3
41272026-05-08T18:37:52.872Z Compiling diesel_derives v2.3.7
41282026-05-08T18:37:52.875Z Compiling dsl_auto_type v0.2.0
41292026-05-08T18:37:52.875Z Checking scheduled-thread-pool v0.2.7
41302026-05-08T18:37:53.158Z Compiling diesel_table_macro_syntax v0.3.0
41312026-05-08T18:37:53.206Z Compiling dirs-next v2.0.0
41322026-05-08T18:37:53.220Z Compiling tiny-keccak v2.0.2
41332026-05-08T18:37:53.328Z Compiling term v0.7.0
41342026-05-08T18:37:53.362Z Compiling clang-sys v1.8.1
41352026-05-08T18:37:53.378Z Checking r2d2 v0.8.10
41362026-05-08T18:37:53.393Z Checking downcast-rs v2.0.2
41372026-05-08T18:37:53.427Z Compiling bit-vec v0.6.3
41382026-05-08T18:37:53.556Z Compiling itertools v0.10.5
41392026-05-08T18:37:53.648Z Compiling ascii-canvas v3.0.0
41402026-05-08T18:37:53.730Z Compiling bit-set v0.5.3
41412026-05-08T18:37:53.882Z Compiling ena v0.14.4
41422026-05-08T18:37:53.901Z Compiling libloading v0.8.9
41432026-05-08T18:37:53.904Z Compiling bindgen v0.71.1
41442026-05-08T18:37:53.904Z Compiling regex-syntax v0.6.29
41452026-05-08T18:37:53.911Z Compiling diff v0.1.13
41462026-05-08T18:37:54.105Z Compiling cexpr v0.6.0
41472026-05-08T18:37:54.198Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41482026-05-08T18:37:54.348Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41492026-05-08T18:37:54.412Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41502026-05-08T18:37:54.502Z Compiling libxml v0.3.3
41512026-05-08T18:37:54.607Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41522026-05-08T18:37:54.754Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41532026-05-08T18:37:54.777Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41542026-05-08T18:37:54.937Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41552026-05-08T18:37:54.965Z Compiling strum_macros v0.24.3
41562026-05-08T18:37:55.038Z Compiling indoc v1.0.9
41572026-05-08T18:37:55.227Z Compiling lalrpop v0.19.12
41582026-05-08T18:37:56.084Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41592026-05-08T18:37:56.128Z Checking derive_builder v0.20.2
41602026-05-08T18:37:56.254Z Compiling oso-derive v0.27.3
41612026-05-08T18:37:56.281Z Checking quick-xml v0.37.5
41622026-05-08T18:37:56.334Z Compiling impl-trait-for-tuples v0.2.3
41632026-05-08T18:37:56.752Z Checking openssl-probe v0.1.6
41642026-05-08T18:37:56.895Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41652026-05-08T18:37:57.153Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41662026-05-08T18:37:57.352Z Checking bb8 v0.8.6
41672026-05-08T18:37:57.643Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41682026-05-08T18:37:57.665Z Checking nonempty v0.12.0
41692026-05-08T18:37:57.783Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41702026-05-08T18:37:57.833Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41712026-05-08T18:37:57.872Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41722026-05-08T18:37:57.877Z Checking console v0.16.2
41732026-05-08T18:37:57.996Z Checking unit-prefix v0.5.2
41742026-05-08T18:37:58.049Z Checking support-bundle-viewer v0.1.2
41752026-05-08T18:37:58.136Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41762026-05-08T18:37:58.200Z Checking indicatif v0.18.4
41772026-05-08T18:37:58.300Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41782026-05-08T18:37:58.483Z Checking multimap v0.10.1
41792026-05-08T18:37:58.918Z Checking diesel v2.3.7
41802026-05-08T18:38:00.643Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41812026-05-08T18:38:01.486Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41822026-05-08T18:38:01.735Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41832026-05-08T18:38:02.346Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41842026-05-08T18:38:03.228Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41852026-05-08T18:38:03.334Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41862026-05-08T18:38:03.419Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41872026-05-08T18:38:03.856Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41882026-05-08T18:38:05.922Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41892026-05-08T18:38:11.321Z Compiling samael v0.0.19
41902026-05-08T18:38:14.648Z Checking async-bb8-diesel v0.2.1
41912026-05-08T18:38:14.862Z Checking diesel-dtrace v0.5.0
41922026-05-08T18:38:15.667Z Compiling polar-core v0.27.3
41932026-05-08T18:38:20.109Z Checking oso v0.27.3
41942026-05-08T18:38:56.461Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41952026-05-08T18:39:29.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
41962026-05-08T18:39:29.879Z
41972026-05-08T18:39:29.879Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
41982026-05-08T18:39:30.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-05-08T18:39:30.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-05-08T18:39:30.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-05-08T18:39:30.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42022026-05-08T18:39:30.544Z
42032026-05-08T18:39:30.544Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
42042026-05-08T18:39:31.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-05-08T18:39:31.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-05-08T18:39:31.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-05-08T18:39:31.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42082026-05-08T18:39:31.203Z
42092026-05-08T18:39:31.203Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42102026-05-08T18:39:31.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-05-08T18:39:31.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-05-08T18:39:31.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-05-08T18:39:31.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42142026-05-08T18:39:31.786Z
42152026-05-08T18:39:31.786Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42162026-05-08T18:39:32.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-05-08T18:39:32.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-05-08T18:39:32.652Z Compiling libz-sys v1.1.24
42192026-05-08T18:39:32.783Z Compiling libgit2-sys v0.18.3+1.9.2
42202026-05-08T18:39:32.794Z Compiling vergen-git2 v1.0.7
42212026-05-08T18:39:32.828Z Compiling rustls v0.21.12
42222026-05-08T18:39:32.831Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42232026-05-08T18:39:32.831Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42242026-05-08T18:39:32.831Z Checking rustls-webpki v0.101.7
42252026-05-08T18:39:32.831Z Checking sct v0.7.1
42262026-05-08T18:39:32.985Z Compiling nix v0.29.0
42272026-05-08T18:39:33.000Z Compiling dropshot v0.16.7
42282026-05-08T18:39:33.042Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42292026-05-08T18:39:33.093Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42302026-05-08T18:39:33.163Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42312026-05-08T18:39:33.252Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42322026-05-08T18:39:33.276Z Checking toml v0.9.12+spec-1.1.0
42332026-05-08T18:39:33.332Z Compiling dropshot_endpoint v0.16.7
42342026-05-08T18:39:33.471Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42352026-05-08T18:39:33.618Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42362026-05-08T18:39:33.817Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42372026-05-08T18:39:33.841Z Checking rustls-pemfile v1.0.4
42382026-05-08T18:39:33.984Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42392026-05-08T18:39:34.182Z Checking twox-hash v2.1.2
42402026-05-08T18:39:34.230Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42412026-05-08T18:39:34.465Z Checking tokio-rustls v0.24.1
42422026-05-08T18:39:34.965Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42432026-05-08T18:39:35.089Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42442026-05-08T18:39:35.121Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42452026-05-08T18:39:35.676Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42462026-05-08T18:39:35.759Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42472026-05-08T18:39:35.805Z Checking fatfs v0.3.6
42482026-05-08T18:39:35.869Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42492026-05-08T18:39:35.907Z Compiling seq-macro v0.3.6
42502026-05-08T18:39:39.741Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42512026-05-08T18:39:39.866Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42522026-05-08T18:39:40.180Z Compiling git2 v0.20.4
42532026-05-08T18:39:42.401Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42542026-05-08T18:40:29.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.46s
42552026-05-08T18:40:29.475Z
42562026-05-08T18:40:29.475Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
42572026-05-08T18:40:30.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-05-08T18:40:30.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-05-08T18:40:30.367Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42602026-05-08T18:41:08.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.41s
42612026-05-08T18:41:09.099Z
42622026-05-08T18:41:09.099Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
42632026-05-08T18:41:09.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-05-08T18:41:09.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-05-08T18:41:09.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42662026-05-08T18:41:09.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42672026-05-08T18:41:09.688Z
42682026-05-08T18:41:09.688Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
42692026-05-08T18:41:10.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-05-08T18:41:10.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-05-08T18:41:10.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42722026-05-08T18:41:10.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42732026-05-08T18:41:10.337Z
42742026-05-08T18:41:10.337Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
42752026-05-08T18:41:10.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-05-08T18:41:10.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-05-08T18:41:10.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42782026-05-08T18:41:10.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42792026-05-08T18:41:10.992Z
42802026-05-08T18:41:10.993Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
42812026-05-08T18:41:11.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-05-08T18:41:11.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-05-08T18:41:11.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42842026-05-08T18:41:11.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42852026-05-08T18:41:11.656Z
42862026-05-08T18:41:11.656Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
42872026-05-08T18:41:12.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-05-08T18:41:12.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-05-08T18:41:12.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-05-08T18:41:12.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42912026-05-08T18:41:12.302Z
42922026-05-08T18:41:12.302Zinfo: running `cargo check --bins` on nexus-networking (247/274)
42932026-05-08T18:41:12.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-05-08T18:41:12.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-05-08T18:41:12.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-05-08T18:41:12.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42972026-05-08T18:41:12.963Z
42982026-05-08T18:41:12.963Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
42992026-05-08T18:41:13.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-05-08T18:41:13.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-05-08T18:41:13.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-05-08T18:41:13.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43032026-05-08T18:41:13.624Z
43042026-05-08T18:41:13.624Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
43052026-05-08T18:41:14.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-05-08T18:41:14.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-05-08T18:41:14.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-05-08T18:41:14.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43092026-05-08T18:41:14.288Z
43102026-05-08T18:41:14.288Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43112026-05-08T18:41:14.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-05-08T18:41:14.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-05-08T18:41:15.184Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43142026-05-08T18:41:15.184Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43152026-05-08T18:41:15.371Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43162026-05-08T18:41:15.403Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43172026-05-08T18:41:15.422Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43182026-05-08T18:41:15.439Z Checking diff v0.1.13
43192026-05-08T18:41:15.442Z Checking yansi v1.0.1
43202026-05-08T18:41:15.470Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43212026-05-08T18:41:15.508Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43222026-05-08T18:41:15.703Z Checking pretty_assertions v1.4.1
43232026-05-08T18:41:16.347Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43242026-05-08T18:41:16.702Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43252026-05-08T18:41:39.883Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43262026-05-08T18:41:39.885Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43272026-05-08T18:41:39.885Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43282026-05-08T18:41:39.885Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43292026-05-08T18:41:39.885Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43302026-05-08T18:41:39.885Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43312026-05-08T18:41:40.679Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43322026-05-08T18:41:41.767Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43332026-05-08T18:42:19.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43342026-05-08T18:42:20.176Z
43352026-05-08T18:42:20.176Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43362026-05-08T18:42:20.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43372026-05-08T18:42:20.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43382026-05-08T18:42:20.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43392026-05-08T18:42:20.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43402026-05-08T18:42:20.769Z
43412026-05-08T18:42:20.769Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43422026-05-08T18:42:21.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43432026-05-08T18:42:21.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43442026-05-08T18:42:21.549Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43452026-05-08T18:42:21.671Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43462026-05-08T18:42:21.674Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43472026-05-08T18:42:47.291Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43482026-05-08T18:42:47.679Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43492026-05-08T18:42:49.385Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43502026-05-08T18:42:49.840Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43512026-05-08T18:42:52.746Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43522026-05-08T18:43:15.108Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43532026-05-08T18:43:15.813Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43542026-05-08T18:43:17.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.67s
43552026-05-08T18:43:17.659Z
43562026-05-08T18:43:17.659Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
43572026-05-08T18:43:18.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43582026-05-08T18:43:18.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43592026-05-08T18:43:18.379Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43602026-05-08T18:43:19.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
43612026-05-08T18:43:19.278Z
43622026-05-08T18:43:19.278Zinfo: running `cargo check --bins` on omicron-releng (254/274)
43632026-05-08T18:43:19.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43642026-05-08T18:43:19.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43652026-05-08T18:43:19.943Z Compiling blake3 v1.8.3
43662026-05-08T18:43:20.052Z Checking arrayvec v0.7.6
43672026-05-08T18:43:20.058Z Checking arrayref v0.3.9
43682026-05-08T18:43:20.062Z Checking constant_time_eq v0.4.2
43692026-05-08T18:43:20.073Z Checking topological-sort v0.2.2
43702026-05-08T18:43:20.075Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43712026-05-08T18:43:20.075Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43722026-05-08T18:43:20.075Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43732026-05-08T18:43:20.117Z Checking shell-words v1.1.1
43742026-05-08T18:43:20.847Z Checking omicron-zone-package v0.12.2
43752026-05-08T18:43:21.580Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43762026-05-08T18:43:22.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
43772026-05-08T18:43:22.598Z
43782026-05-08T18:43:22.598Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
43792026-05-08T18:43:23.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43802026-05-08T18:43:23.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43812026-05-08T18:43:23.244Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43822026-05-08T18:43:23.568Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43832026-05-08T18:43:23.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
43842026-05-08T18:43:24.169Z
43852026-05-08T18:43:24.169Zinfo: running `cargo check --bins` on schema (256/274)
43862026-05-08T18:43:24.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43872026-05-08T18:43:24.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43882026-05-08T18:43:24.902Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43892026-05-08T18:43:25.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
43902026-05-08T18:43:25.804Z
43912026-05-08T18:43:25.804Zinfo: running `cargo check --bins` on xtask (257/274)
43922026-05-08T18:43:26.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43932026-05-08T18:43:26.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43942026-05-08T18:43:26.265Z Checking libc v0.2.185
43952026-05-08T18:43:26.267Z Checking serde v1.0.228
43962026-05-08T18:43:26.350Z Checking zerofrom v0.1.6
43972026-05-08T18:43:26.356Z Checking bitflags v2.11.0
43982026-05-08T18:43:26.361Z Checking smallvec v1.15.1
43992026-05-08T18:43:26.369Z Checking indexmap v2.14.0
44002026-05-08T18:43:26.378Z Checking serde_json v1.0.149
44012026-05-08T18:43:26.386Z Checking scroll v0.12.0
44022026-05-08T18:43:26.451Z Checking yoke v0.8.1
44032026-05-08T18:43:26.504Z Checking num-traits v0.2.19
44042026-05-08T18:43:26.533Z Checking thiserror v1.0.69
44052026-05-08T18:43:26.615Z Checking zerovec v0.11.5
44062026-05-08T18:43:26.616Z Checking zerotrie v0.2.3
44072026-05-08T18:43:26.636Z Checking log v0.4.29
44082026-05-08T18:43:26.647Z Checking errno v0.3.14
44092026-05-08T18:43:26.732Z Checking toml_datetime v0.6.11
44102026-05-08T18:43:26.762Z Checking rustix v1.1.3
44112026-05-08T18:43:26.781Z Checking serde_spanned v0.6.9
44122026-05-08T18:43:26.849Z Checking percent-encoding v2.3.2
44132026-05-08T18:43:26.892Z Checking goblin v0.8.2
44142026-05-08T18:43:26.906Z Checking zerocopy v0.7.35
44152026-05-08T18:43:26.917Z Checking toml_edit v0.22.27
44162026-05-08T18:43:26.973Z Checking getrandom v0.4.1
44172026-05-08T18:43:27.010Z Checking form_urlencoded v1.2.2
44182026-05-08T18:43:27.023Z Checking ordered-float v2.10.1
44192026-05-08T18:43:27.054Z Checking tinystr v0.8.2
44202026-05-08T18:43:27.132Z Checking potential_utf v0.1.4
44212026-05-08T18:43:27.143Z Checking thiserror v2.0.18
44222026-05-08T18:43:27.234Z Checking icu_locale_core v2.1.1
44232026-05-08T18:43:27.245Z Checking serde-value v0.7.0
44242026-05-08T18:43:27.248Z Checking syn v2.0.117
44252026-05-08T18:43:27.268Z Checking icu_collections v2.1.1
44262026-05-08T18:43:27.391Z Checking dtrace-parser v0.2.0
44272026-05-08T18:43:27.446Z Checking thread-id v4.2.2
44282026-05-08T18:43:27.530Z Checking once_cell v1.21.3
44292026-05-08T18:43:27.572Z Checking terminal_size v0.4.3
44302026-05-08T18:43:27.588Z Checking cargo-platform v0.2.0
44312026-05-08T18:43:27.643Z Checking memmap v0.7.0
44322026-05-08T18:43:27.689Z Checking clap_builder v4.5.60
44332026-05-08T18:43:27.708Z Checking tempfile v3.25.0
44342026-05-08T18:43:27.766Z Checking textwrap v0.16.2
44352026-05-08T18:43:27.773Z Checking fs-err v3.3.0
44362026-05-08T18:43:27.789Z Checking icu_provider v2.1.1
44372026-05-08T18:43:27.898Z Checking camino-tempfile v1.4.1
44382026-05-08T18:43:27.949Z Checking tabled v0.15.0
44392026-05-08T18:43:27.966Z Checking anyhow v1.0.102
44402026-05-08T18:43:28.018Z Checking icu_normalizer v2.1.1
44412026-05-08T18:43:28.018Z Checking icu_properties v2.1.2
44422026-05-08T18:43:28.047Z Checking toml v0.8.23
44432026-05-08T18:43:28.163Z Checking macaddr v1.0.1
44442026-05-08T18:43:28.324Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44452026-05-08T18:43:28.364Z Checking cargo_toml v0.21.0
44462026-05-08T18:43:28.779Z Checking dof v0.3.0
44472026-05-08T18:43:28.846Z Checking idna_adapter v1.2.1
44482026-05-08T18:43:28.906Z Checking clap v4.5.60
44492026-05-08T18:43:28.968Z Checking idna v1.1.0
44502026-05-08T18:43:29.082Z Checking usdt-impl v0.5.0
44512026-05-08T18:43:29.192Z Checking url v2.5.8
44522026-05-08T18:43:29.333Z Checking usdt v0.5.0
44532026-05-08T18:43:29.532Z Checking cargo-util-schemas v0.8.2
44542026-05-08T18:43:30.216Z Checking cargo_metadata v0.21.0
44552026-05-08T18:43:30.822Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44562026-05-08T18:43:31.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s
44572026-05-08T18:43:31.365Z
44582026-05-08T18:43:31.365Zinfo: running `cargo check --bins` on dnsadm (258/274)
44592026-05-08T18:43:31.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44602026-05-08T18:43:31.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44612026-05-08T18:43:32.007Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44622026-05-08T18:43:32.485Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44632026-05-08T18:43:32.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
44642026-05-08T18:43:33.082Z
44652026-05-08T18:43:33.082Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
44662026-05-08T18:43:33.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-05-08T18:43:33.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-05-08T18:43:33.885Z Checking polyval v0.6.2
44692026-05-08T18:43:34.008Z Checking ctr v0.9.2
44702026-05-08T18:43:34.019Z Checking ssh-encoding v0.2.0
44712026-05-08T18:43:34.021Z Checking blowfish v0.9.1
44722026-05-08T18:43:34.039Z Checking password-hash v0.4.2
44732026-05-08T18:43:34.055Z Checking p256 v0.13.2
44742026-05-08T18:43:34.055Z Checking p521 v0.13.3
44752026-05-08T18:43:34.082Z Checking russh-cryptovec v0.7.3
44762026-05-08T18:43:34.156Z Checking ghash v0.5.1
44772026-05-08T18:43:34.164Z Checking bcrypt-pbkdf v0.10.0
44782026-05-08T18:43:34.179Z Checking md5 v0.7.0
44792026-05-08T18:43:34.195Z Checking num-bigint v0.4.6
44802026-05-08T18:43:34.209Z Checking des v0.8.1
44812026-05-08T18:43:34.265Z Checking pbkdf2 v0.11.0
44822026-05-08T18:43:34.282Z Checking aes-gcm v0.10.3
44832026-05-08T18:43:34.299Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44842026-05-08T18:43:34.318Z Checking hex-literal v0.4.1
44852026-05-08T18:43:34.347Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44862026-05-08T18:43:34.396Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44872026-05-08T18:43:34.415Z Checking socket2 v0.5.10
44882026-05-08T18:43:34.433Z Checking internet-checksum v0.2.1
44892026-05-08T18:43:34.436Z Checking ssh-cipher v0.2.0
44902026-05-08T18:43:34.613Z Checking ssh-key v0.6.7
44912026-05-08T18:43:34.687Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44922026-05-08T18:43:35.240Z Checking russh-keys v0.45.0
44932026-05-08T18:43:35.790Z Checking russh v0.45.0
44942026-05-08T18:43:50.429Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44952026-05-08T18:43:51.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.56s
44962026-05-08T18:43:51.858Z
44972026-05-08T18:43:51.858Zinfo: running `cargo check --bins` on gateway-cli (260/274)
44982026-05-08T18:43:52.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44992026-05-08T18:43:52.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45002026-05-08T18:43:52.506Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45012026-05-08T18:43:52.613Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45022026-05-08T18:43:52.620Z Checking termios v0.3.3
45032026-05-08T18:43:53.820Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45042026-05-08T18:43:53.969Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45052026-05-08T18:43:55.740Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45062026-05-08T18:43:56.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
45072026-05-08T18:43:56.498Z
45082026-05-08T18:43:56.498Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45092026-05-08T18:43:57.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45102026-05-08T18:43:57.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45112026-05-08T18:43:57.218Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45122026-05-08T18:43:57.332Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45132026-05-08T18:43:57.341Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45142026-05-08T18:43:57.344Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45152026-05-08T18:43:57.355Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45162026-05-08T18:43:57.364Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45172026-05-08T18:43:58.070Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45182026-05-08T18:43:58.428Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45192026-05-08T18:43:58.432Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45202026-05-08T18:43:59.082Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45212026-05-08T18:44:00.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
45222026-05-08T18:44:00.912Z
45232026-05-08T18:44:00.912Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45242026-05-08T18:44:01.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45252026-05-08T18:44:01.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45262026-05-08T18:44:01.546Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45272026-05-08T18:44:02.001Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45282026-05-08T18:44:02.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45292026-05-08T18:44:02.505Z
45302026-05-08T18:44:02.505Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45312026-05-08T18:44:03.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45322026-05-08T18:44:03.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45332026-05-08T18:44:03.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45342026-05-08T18:44:03.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45352026-05-08T18:44:03.099Z
45362026-05-08T18:44:03.099Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45372026-05-08T18:44:03.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45382026-05-08T18:44:03.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45392026-05-08T18:44:03.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45402026-05-08T18:44:03.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45412026-05-08T18:44:03.688Z
45422026-05-08T18:44:03.688Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45432026-05-08T18:44:04.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-05-08T18:44:04.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-05-08T18:44:04.442Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45462026-05-08T18:44:05.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45472026-05-08T18:44:05.250Z
45482026-05-08T18:44:05.250Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45492026-05-08T18:44:05.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-05-08T18:44:05.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-05-08T18:44:05.897Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45522026-05-08T18:44:05.900Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45532026-05-08T18:44:06.151Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45542026-05-08T18:44:06.156Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45552026-05-08T18:44:06.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
45562026-05-08T18:44:07.130Z
45572026-05-08T18:44:07.130Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
45582026-05-08T18:44:07.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45592026-05-08T18:44:07.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45602026-05-08T18:44:07.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45612026-05-08T18:44:07.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45622026-05-08T18:44:07.722Z
45632026-05-08T18:44:07.723Zinfo: running `cargo check --bins` on omicron-package (268/274)
45642026-05-08T18:44:08.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45652026-05-08T18:44:08.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45662026-05-08T18:44:08.404Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45672026-05-08T18:44:09.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
45682026-05-08T18:44:09.694Z
45692026-05-08T18:44:09.694Zinfo: running `cargo check --bins` on tqdb (269/274)
45702026-05-08T18:44:10.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45712026-05-08T18:44:10.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45722026-05-08T18:44:10.476Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45732026-05-08T18:44:10.830Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45742026-05-08T18:44:11.350Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45752026-05-08T18:44:11.353Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45762026-05-08T18:44:17.056Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45772026-05-08T18:44:17.059Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45782026-05-08T18:44:17.631Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45792026-05-08T18:44:17.634Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45802026-05-08T18:44:17.634Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45812026-05-08T18:44:17.634Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45822026-05-08T18:44:18.385Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45832026-05-08T18:44:19.367Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45842026-05-08T18:44:20.126Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45852026-05-08T18:44:20.745Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45862026-05-08T18:44:24.953Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45872026-05-08T18:44:31.264Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45882026-05-08T18:44:31.265Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45892026-05-08T18:44:31.267Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45902026-05-08T18:44:31.267Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45912026-05-08T18:44:32.714Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45922026-05-08T18:44:34.042Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45932026-05-08T18:44:34.721Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45942026-05-08T18:44:35.974Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45952026-05-08T18:44:36.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.82s
45962026-05-08T18:44:36.736Z
45972026-05-08T18:44:36.736Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
45982026-05-08T18:44:37.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45992026-05-08T18:44:37.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46002026-05-08T18:44:37.447Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46012026-05-08T18:44:37.447Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46022026-05-08T18:44:37.456Z Checking rtoolbox v0.0.3
46032026-05-08T18:44:37.456Z Checking tui-tree-widget v0.23.1
46042026-05-08T18:44:37.686Z Checking rpassword v7.4.0
46052026-05-08T18:44:38.693Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46062026-05-08T18:44:41.637Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46072026-05-08T18:44:43.487Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46082026-05-08T18:44:44.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.65s
46092026-05-08T18:44:44.599Z
46102026-05-08T18:44:44.599Zinfo: running `cargo check --bins` on wicket (271/274)
46112026-05-08T18:44:45.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46122026-05-08T18:44:45.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46132026-05-08T18:44:45.289Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46142026-05-08T18:44:45.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
46152026-05-08T18:44:45.863Z
46162026-05-08T18:44:45.863Zinfo: running `cargo check --bins` on wicketd (272/274)
46172026-05-08T18:44:46.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46182026-05-08T18:44:46.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46192026-05-08T18:44:46.581Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46202026-05-08T18:44:46.587Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46212026-05-08T18:44:46.587Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46222026-05-08T18:44:46.587Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46232026-05-08T18:44:47.589Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46242026-05-08T18:44:48.163Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46252026-05-08T18:44:51.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.26s
46262026-05-08T18:44:51.335Z
46272026-05-08T18:44:51.335Zinfo: running `cargo check --bins` on omicron-workspace-hack (273/274)
46282026-05-08T18:44:51.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46292026-05-08T18:44:51.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46302026-05-08T18:44:51.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46312026-05-08T18:44:51.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46322026-05-08T18:44:51.923Z
46332026-05-08T18:44:51.923Zinfo: running `cargo check --bins` on zone-setup (274/274)
46342026-05-08T18:44:52.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46352026-05-08T18:44:52.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46362026-05-08T18:44:52.595Z Checking uzers v0.12.2
46372026-05-08T18:44:52.867Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46382026-05-08T18:44:53.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
46392026-05-08T18:44:53.838Z
46402026-05-08T18:44:53.838Zreal 14:06.361464469
46412026-05-08T18:44:53.838Zuser 20:30.606448352
46422026-05-08T18:44:53.838Zsys 4:16.439216786
46432026-05-08T18:44:53.838Ztrap 0.312255190
46442026-05-08T18:44:53.838Ztflt 0.699455212
46452026-05-08T18:44:53.838Zdflt 1.057974934
46462026-05-08T18:44:53.838Zkflt 0.004628202
46472026-05-08T18:44:53.838Zlock 1:17:02.915246792
46482026-05-08T18:44:53.838Zslp 1:38:02.686395450
46492026-05-08T18:44:53.838Zlat 1:00.675512290
46502026-05-08T18:44:53.838Zstop 3:45.135971891
46512026-05-08T18:44:53.849Zprocess exited: duration 982118 ms, exit code 0
 
46522026-05-08T18:44:53.861Zfound 0 output files