01KM08GPMFK1DYPNGBCYPHY6H7: 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: 01KM08HACTZY26J182V79EMY93

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-18T10:42:11.462Zjob assigned to worker 01KM08HJ9HVA35FQNKZ8SAEMKT [factory aws, i-0ebfa0a73b2c0087e] (queued for 1 m 21 s)
 
22026-03-18T10:42:19.698Zstarting task 0: "setup"
32026-03-18T10:42:19.705Z++ uname -s
42026-03-18T10:42:19.708Z+ kern=SunOS
52026-03-18T10:42:19.708Z+ build_user=build
62026-03-18T10:42:19.709Z+ build_uid=12345
72026-03-18T10:42:19.709Z+ work_dir=/work
82026-03-18T10:42:19.709Z+ input_dir=/input
92026-03-18T10:42:19.709Z+ [[ 0 == 12345 ]]
102026-03-18T10:42:19.709Z+ case "$kern" in
112026-03-18T10:42:19.709Z+ groupadd -g 12345 build
122026-03-18T10:42:19.712Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-18T10:42:21.715Z+ zfs create -o mountpoint=/work rpool/work
142026-03-18T10:42:21.877Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-18T10:42:21.882Z+ home_fs=zfs
162026-03-18T10:42:21.882Z+ [[ zfs == autofs ]]
172026-03-18T10:42:21.882Z+ mkdir -p /home/build
182026-03-18T10:42:21.882Z+ chown build:build /home/build /work
192026-03-18T10:42:22.905Z+ chmod 0700 /home/build /work
202026-03-18T10:42:22.925Zprocess exited: duration 3184 ms, exit code 0
 
212026-03-18T10:42:22.988Zstarting task 1: "rust-toolchain"
222026-03-18T10:42:23.024Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-18T10:42:23.024Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-18T10:42:23.025Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-03-18T10:42:23.025Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-18T10:42:23.025Z * rust toolchain channel = "1.94.0"
272026-03-18T10:42:23.025Z * rust toolchain profile = "default"
282026-03-18T10:42:23.025Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-18T10:42:23.025Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-18T10:42:23.061Zinfo: downloading installer
312026-03-18T10:42:24.746Zwarn: It looks like you have an existing rustup settings file at:
322026-03-18T10:42:24.746Zwarn: /home/build/.rustup/settings.toml
332026-03-18T10:42:24.746Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-03-18T10:42:24.746Zwarn: instead of the one inferred from the default host triple.
352026-03-18T10:42:24.764Zinfo: profile set to default
362026-03-18T10:42:24.764Zinfo: default host triple is x86_64-unknown-illumos
372026-03-18T10:42:24.767Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-03-18T10:42:24.914Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-03-18T10:42:24.918Zinfo: downloading 6 components
402026-03-18T10:42:40.211Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-03-18T10:42:40.211Z
422026-03-18T10:42:40.253Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-03-18T10:42:40.253Z
442026-03-18T10:42:40.256Z
452026-03-18T10:42:40.256ZRust is installed now. Great!
462026-03-18T10:42:40.256Z
472026-03-18T10:42:40.256ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-03-18T10:42:40.256Zenvironment variable. This has not been done automatically.
492026-03-18T10:42:40.256Z
502026-03-18T10:42:40.256ZTo configure your current shell, you need to source
512026-03-18T10:42:40.256Zthe corresponding env file under $HOME/.cargo.
522026-03-18T10:42:40.256Z
532026-03-18T10:42:40.256ZThis is usually done by running one of the following (note the leading DOT):
542026-03-18T10:42:40.256Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-03-18T10:42:40.256Zsource "$HOME/.cargo/env.fish" # For fish
562026-03-18T10:42:40.256Zsource "~/.cargo/env.nu" # For nushell
572026-03-18T10:42:40.256Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-03-18T10:42:40.256Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-03-18T10:42:40.256Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-03-18T10:42:40.256Zwarn: no default linker (`cc`) was found in your PATH
612026-03-18T10:42:40.256Zwarn: many Rust crates require a system C toolchain to build
622026-03-18T10:42:40.361Z+ rustup --version
632026-03-18T10:42:40.372Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-03-18T10:42:40.375Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-03-18T10:42:40.399Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-03-18T10:42:40.402Z+ cargo --version
672026-03-18T10:42:40.418Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-03-18T10:42:40.423Z+ rustc --version
692026-03-18T10:42:40.446Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-03-18T10:42:40.450Zprocess exited: duration 17479 ms, exit code 0
 
712026-03-18T10:42:40.455Zstarting task 2: "authentication"
722026-03-18T10:42:40.475Zprocess exited: duration 19 ms, exit code 0
 
732026-03-18T10:42:40.482Zstarting task 3: "clone repository"
742026-03-18T10:42:40.485Z+ mkdir -p /work/oxidecomputer/omicron
752026-03-18T10:42:40.487Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-03-18T10:42:40.612ZCloning into '/work/oxidecomputer/omicron'...
772026-03-18T10:42:50.715Z+ cd /work/oxidecomputer/omicron
782026-03-18T10:42:50.715Z+ git fetch origin 78e92b69fec9da66288a8793654789ac4c3b0694
792026-03-18T10:42:51.016ZFrom https://github.com/oxidecomputer/omicron
802026-03-18T10:42:51.016Z * branch 78e92b69fec9da66288a8793654789ac4c3b0694 -> FETCH_HEAD
812026-03-18T10:42:51.030Z+ [[ -n helios3 ]]
822026-03-18T10:42:51.033Z++ git branch --show-current
832026-03-18T10:42:51.037Z+ current=main
842026-03-18T10:42:51.037Z+ [[ main != helios3 ]]
852026-03-18T10:42:51.037Z+ git branch -f helios3 78e92b69fec9da66288a8793654789ac4c3b0694
862026-03-18T10:42:51.040Z+ git checkout -f helios3
872026-03-18T10:42:51.364ZSwitched to branch 'helios3'
882026-03-18T10:42:51.369Z+ git reset --hard 78e92b69fec9da66288a8793654789ac4c3b0694
892026-03-18T10:42:51.385ZHEAD is now at 78e92b69f WIP - move to Helios v3
902026-03-18T10:42:51.389Zprocess exited: duration 10906 ms, exit code 0
 
912026-03-18T10:42:51.395Zstarting task 4: "build"
922026-03-18T10:42:51.399Z+ source .github/buildomat/ci-env.sh
932026-03-18T10:42:51.402Z++ export CARGO_TERM_COLOR=always
942026-03-18T10:42:51.402Z++ CARGO_TERM_COLOR=always
952026-03-18T10:42:51.402Z+ cargo --version
962026-03-18T10:42:51.413Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-03-18T10:42:51.416Z+ rustc --version
982026-03-18T10:42:51.440Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-03-18T10:42:51.443Z+ source ./env.sh
1002026-03-18T10:42:51.443Z++ OLD_SHELL_OPTS=ehxB
1012026-03-18T10:42:51.443Z++ set -o xtrace
1022026-03-18T10:42:51.446Z++++ dirname ./env.sh
1032026-03-18T10:42:51.449Z+++ readlink -f .
1042026-03-18T10:42:51.449Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-03-18T10:42:51.449Z++ 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-03-18T10:42:51.449Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-03-18T10:42:51.450Z++ 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-03-18T10:42:51.450Z++ 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-03-18T10:42:51.450Z++ 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-03-18T10:42:51.450Z++ 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-03-18T10:42:51.450Z++ 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-03-18T10:42:51.450Z++ 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-03-18T10:42:51.450Z++ case $OLD_SHELL_OPTS in
1142026-03-18T10:42:51.450Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-03-18T10:42:51.450Z+ 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-03-18T10:42:51.450Z+ 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-03-18T10:42:51.450Z+ banner prerequisites
1182026-03-18T10:42:51.453Z
1192026-03-18T10:42:51.453Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-03-18T10:42:51.453Z # # # # # # # # # # # # # # #
1212026-03-18T10:42:51.453Z # # # # ##### # # ##### # # # # # #### #
1222026-03-18T10:42:51.453Z ##### ##### # ##### # # # # # # # # #
1232026-03-18T10:42:51.453Z # # # # # # # # # # # # # # #
1242026-03-18T10:42:51.453Z # # # ###### # # ###### ### # #### # #### #
1252026-03-18T10:42:51.453Z
1262026-03-18T10:42:51.453Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-03-18T10:42:54.422Z Startup: Refreshing catalog 'helios' ... Done
1282026-03-18T10:42:54.578ZPlanning: Solver setup ... Done (0.137s)
1292026-03-18T10:42:54.591ZPlanning: Running solver ... Done (0.013s)
1302026-03-18T10:42:54.594ZPlanning: Finding local manifests ... Done (0.001s)
1312026-03-18T10:42:54.600ZPlanning: Fetching manifests: 0/2 0% complete
1322026-03-18T10:42:54.620ZPlanning: Fetching manifests: 2/2 100% complete
1332026-03-18T10:42:54.637ZPlanning: Package planning ... Done (0.017s)
1342026-03-18T10:42:54.641ZPlanning: Merging actions ... Done (0.002s)
1352026-03-18T10:42:54.903ZPlanning: Checking for conflicting actions ... Done (0.264s)
1362026-03-18T10:42:54.906ZPlanning: Consolidating action changes ... Done (0.001s)
1372026-03-18T10:42:55.619ZPlanning: Evaluating mediators ... Done (0.714s)
1382026-03-18T10:42:55.628ZPlanning: Planning completed in 1.20 seconds
1392026-03-18T10:42:55.637Z Packages to install: 2
1402026-03-18T10:42:55.637Z Estimated space available: 156.08 GB
1412026-03-18T10:42:55.637ZEstimated space to be consumed: 14.17 MB
1422026-03-18T10:42:55.638Z Create boot environment: No
1432026-03-18T10:42:55.638ZCreate backup boot environment: No
1442026-03-18T10:42:55.638Z Rebuild boot archive: No
1452026-03-18T10:42:55.638Z
1462026-03-18T10:42:55.638ZChanged packages:
1472026-03-18T10:42:55.638Zhelios
1482026-03-18T10:42:55.638Z developer/build-essential
1492026-03-18T10:42:55.638Z None -> 11-3.0
1502026-03-18T10:42:55.639Z library/libxmlsec1
1512026-03-18T10:42:55.639Z None -> 1.2.35-3.0
1522026-03-18T10:42:55.667Z
1532026-03-18T10:42:55.667ZDownload: 0/214 items 0.0/1.3MB 0% complete
1542026-03-18T10:42:56.483ZDownload: Completed 1.28 MB in 0.82 seconds (1.6M/s)
1552026-03-18T10:42:56.571Z Actions: 1/268 actions (Installing new actions)
1562026-03-18T10:42:56.623Z Actions: Completed 268 actions in 0.05 seconds.
1572026-03-18T10:42:56.632ZFinalize: Updating package state database ... Done (0.007s)
1582026-03-18T10:42:56.644ZFinalize: Updating package cache ... Done (0.000s)
1592026-03-18T10:42:56.653ZFinalize: Updating image state ... Done (0.011s)
1602026-03-18T10:42:59.731ZFinalize: Creating fast lookup database ... Done (3.064s)
1612026-03-18T10:42:59.808ZFinalize: Reading search index ... Done (0.013s)
1622026-03-18T10:42:59.811ZFinalize: Updating search index ... Done (0.000s)
1632026-03-18T10:42:59.914ZFinalize: Updating package cache ... Done (0.000s)
1642026-03-18T10:43:00.289ZPlanning: Evaluating mediator changes ... Done
1652026-03-18T10:43:00.428ZPlanning: Checking for conflicting actions ... Done
1662026-03-18T10:43:00.431ZPlanning: Consolidating action changes ... Done
1672026-03-18T10:43:00.663ZPlanning: Evaluating mediators ... Done
1682026-03-18T10:43:00.667ZPlanning: Planning completed in 0.37 seconds
1692026-03-18T10:43:00.694Z Mediators to change: 2
1702026-03-18T10:43:00.694Z Create boot environment: No
1712026-03-18T10:43:00.697ZCreate backup boot environment: No
1722026-03-18T10:43:00.772ZFinalize: Updating package state database ... Done
1732026-03-18T10:43:00.772ZFinalize: Updating package cache ... Done
1742026-03-18T10:43:00.781ZFinalize: Updating image state ... Done
1752026-03-18T10:43:03.536ZFinalize: Creating fast lookup database ... Done
1762026-03-18T10:43:03.608ZFinalize: Reading search index ... Done
1772026-03-18T10:43:03.611ZFinalize: Updating search index ... Done
1782026-03-18T10:43:03.701ZFinalize: Updating package cache ... Done
1792026-03-18T10:43:04.075ZPlanning: Evaluating mediator changes ... Done
1802026-03-18T10:43:04.215ZPlanning: Checking for conflicting actions ... Done
1812026-03-18T10:43:04.217ZPlanning: Consolidating action changes ... Done
1822026-03-18T10:43:04.450ZPlanning: Evaluating mediators ... Done
1832026-03-18T10:43:04.454ZPlanning: Planning completed in 0.37 seconds
1842026-03-18T10:43:04.479Z Mediators to change: 1
1852026-03-18T10:43:04.479Z Create boot environment: No
1862026-03-18T10:43:04.483ZCreate backup boot environment: No
1872026-03-18T10:43:04.555ZFinalize: Updating package state database ... Done
1882026-03-18T10:43:04.555ZFinalize: Updating package cache ... Done
1892026-03-18T10:43:04.594ZFinalize: Updating image state ... Done
1902026-03-18T10:43:07.327ZFinalize: Creating fast lookup database ... Done
1912026-03-18T10:43:07.407ZFinalize: Reading search index ... Done
1922026-03-18T10:43:07.414ZFinalize: Updating search index ... Done
1932026-03-18T10:43:07.488ZFinalize: Updating package cache ... Done
1942026-03-18T10:43:07.902ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952026-03-18T10:43:07.902Zapache system 2.4 system
1962026-03-18T10:43:07.902Zclang system 15 system
1972026-03-18T10:43:07.902Zcsh system system illumos
1982026-03-18T10:43:07.902Zctags system system illumos
1992026-03-18T10:43:07.902Zfile vendor vendor darwinsys
2002026-03-18T10:43:07.902Zfile system system illumos
2012026-03-18T10:43:07.902Zgcc vendor 14 vendor
2022026-03-18T10:43:07.903Zgcc system 13 system
2032026-03-18T10:43:07.903Zgcc system 10 system
2042026-03-18T10:43:07.903Zgo system 1.25 system
2052026-03-18T10:43:07.903Zllvm system 15 system
2062026-03-18T10:43:07.903Zmariadb system 11.4 system
2072026-03-18T10:43:07.903Zmta vendor vendor dma
2082026-03-18T10:43:07.903Zopenjdk system 17 system
2092026-03-18T10:43:07.903Zopenjdk system 11 system
2102026-03-18T10:43:07.903Zopenssl vendor 3 vendor
2112026-03-18T10:43:07.903Zperl system 5.40 system
2122026-03-18T10:43:07.904Zpostgresql system 18 system
2132026-03-18T10:43:07.904Zpostgresql system 17 system
2142026-03-18T10:43:07.904Zpython vendor 3 vendor
2152026-03-18T10:43:07.904Zpython system 2 system
2162026-03-18T10:43:07.904Zpython3 vendor 3.13 vendor
2172026-03-18T10:43:07.904Zruby system 3.4 system
2182026-03-18T10:43:07.904Zruby system 3.0 system
2192026-03-18T10:43:07.904Zwords vendor vendor american-english
2202026-03-18T10:43:07.904Zwords system system australian-english
2212026-03-18T10:43:07.905Zwords system system british-english
2222026-03-18T10:43:07.905Zwords system system canadian-english
2232026-03-18T10:43:07.905Zwords system system french
2242026-03-18T10:43:07.905Zwords system system italian
2252026-03-18T10:43:07.905Zwords system system ngerman
2262026-03-18T10:43:07.905Zwords system system ogerman
2272026-03-18T10:43:07.905Zwords system system spanish
2282026-03-18T10:43:08.237ZPUBLISHER TYPE STATUS P LOCATION
2292026-03-18T10:43:08.237Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2302026-03-18T10:43:08.580ZFMRI IFO
2312026-03-18T10:43:08.580Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2322026-03-18T10:43:08.580Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2332026-03-18T10:43:08.580Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2342026-03-18T10:43:08.580Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2352026-03-18T10:43:08.580Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2362026-03-18T10:43:08.580Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2372026-03-18T10:43:08.580Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2382026-03-18T10:43:08.580Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2392026-03-18T10:43:08.580Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2402026-03-18T10:43:08.870Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2412026-03-18T10:43:09.155Z Updating crates.io index
2422026-03-18T10:43:09.191Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-03-18T10:43:09.946Z Updating git repository `https://github.com/oxidecomputer/lldp`
2442026-03-18T10:43:10.376Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2452026-03-18T10:43:10.647Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-03-18T10:43:11.268Z Updating git repository `https://github.com/oxidecomputer/falcon`
2472026-03-18T10:43:12.393Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-03-18T10:43:12.909Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-03-18T10:43:14.318Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502026-03-18T10:43:16.178Z Updating git repository `https://github.com/oxidecomputer/opte`
2512026-03-18T10:43:17.111Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522026-03-18T10:43:17.398Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2532026-03-18T10:43:18.317Z Updating git repository `https://github.com/oxidecomputer/clickward`
2542026-03-18T10:43:18.763Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2552026-03-18T10:43:19.119Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2562026-03-18T10:43:19.531Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2572026-03-18T10:43:20.420Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2582026-03-18T10:43:21.163Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-03-18T10:43:21.423Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-03-18T10:43:21.834Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-03-18T10:43:22.284Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-03-18T10:43:22.499Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-03-18T10:43:22.723Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-03-18T10:43:22.966Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-03-18T10:43:23.397Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-03-18T10:43:24.103Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-03-18T10:43:24.631Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-03-18T10:43:24.909Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-03-18T10:43:25.226Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-03-18T10:43:26.344Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2712026-03-18T10:43:27.269Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2722026-03-18T10:43:27.587Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732026-03-18T10:43:27.946Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742026-03-18T10:43:28.289Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2752026-03-18T10:43:28.854Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2762026-03-18T10:43:29.134Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2772026-03-18T10:43:29.367Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2782026-03-18T10:43:29.635Z Updating git repository `https://github.com/illumos/smf-rs`
2792026-03-18T10:43:30.107Z Updating git repository `https://github.com/oxidecomputer/omicron`
2802026-03-18T10:43:44.788Z Downloading crates ...
2812026-03-18T10:43:44.842Z Downloaded anstream v0.6.21
2822026-03-18T10:43:44.849Z Downloaded dtrace-parser v0.2.0
2832026-03-18T10:43:44.849Z Downloaded cpufeatures v0.2.17
2842026-03-18T10:43:44.855Z Downloaded crypto-common v0.1.7
2852026-03-18T10:43:44.855Z Downloaded cargo-util-schemas v0.8.2
2862026-03-18T10:43:44.855Z Downloaded thread-id v4.2.2
2872026-03-18T10:43:44.855Z Downloaded anstyle-query v1.1.5
2882026-03-18T10:43:44.855Z Downloaded thiserror-impl v1.0.69
2892026-03-18T10:43:44.862Z Downloaded colorchoice v1.0.4
2902026-03-18T10:43:44.862Z Downloaded clap_lex v1.0.0
2912026-03-18T10:43:44.862Z Downloaded toml v0.8.23
2922026-03-18T10:43:44.862Z Downloaded typeid v1.0.3
2932026-03-18T10:43:44.868Z Downloaded yoke-derive v0.8.1
2942026-03-18T10:43:44.869Z Downloaded bitflags v2.11.0
2952026-03-18T10:43:44.869Z Downloaded utf8parse v0.2.2
2962026-03-18T10:43:44.869Z Downloaded usdt v0.5.0
2972026-03-18T10:43:44.869Z Downloaded stable_deref_trait v1.2.1
2982026-03-18T10:43:44.869Z Downloaded version_check v0.9.5
2992026-03-18T10:43:44.875Z Downloaded usdt-attr-macro v0.5.0
3002026-03-18T10:43:44.875Z Downloaded toml_write v0.1.2
3012026-03-18T10:43:44.876Z Downloaded anstyle-parse v0.2.7
3022026-03-18T10:43:44.876Z Downloaded toml_datetime v0.6.11
3032026-03-18T10:43:44.876Z Downloaded dof v0.3.0
3042026-03-18T10:43:44.876Z Downloaded anstyle v1.0.13
3052026-03-18T10:43:44.876Z Downloaded pretty-hex v0.4.1
3062026-03-18T10:43:44.880Z Downloaded cfg-if v1.0.4
3072026-03-18T10:43:44.880Z Downloaded zerofrom-derive v0.1.6
3082026-03-18T10:43:44.880Z Downloaded utf8_iter v1.0.4
3092026-03-18T10:43:44.880Z Downloaded unicode-linebreak v0.1.5
3102026-03-18T10:43:44.880Z Downloaded memmap v0.7.0
3112026-03-18T10:43:44.883Z Downloaded ordered-float v2.10.1
3122026-03-18T10:43:44.886Z Downloaded heck v0.4.1
3132026-03-18T10:43:44.889Z Downloaded terminal_size v0.4.3
3142026-03-18T10:43:44.889Z Downloaded fastrand v2.3.0
3152026-03-18T10:43:44.893Z Downloaded usdt-macro v0.5.0
3162026-03-18T10:43:44.893Z Downloaded unicode-xid v0.2.6
3172026-03-18T10:43:44.898Z Downloaded tinystr v0.8.2
3182026-03-18T10:43:44.898Z Downloaded thiserror-impl v2.0.18
3192026-03-18T10:43:44.898Z Downloaded tabled_derive v0.7.0
3202026-03-18T10:43:44.898Z Downloaded zerofrom v0.1.6
3212026-03-18T10:43:44.902Z Downloaded plain v0.2.3
3222026-03-18T10:43:44.902Z Downloaded zmij v1.0.21
3232026-03-18T10:43:44.902Z Downloaded itoa v1.0.17
3242026-03-18T10:43:44.902Z Downloaded zerovec-derive v0.11.2
3252026-03-18T10:43:44.902Z Downloaded yoke v0.8.1
3262026-03-18T10:43:44.906Z Downloaded usdt-impl v0.5.0
3272026-03-18T10:43:44.906Z Downloaded thiserror v1.0.69
3282026-03-18T10:43:44.911Z Downloaded writeable v0.6.2
3292026-03-18T10:43:44.911Z Downloaded thiserror v2.0.18
3302026-03-18T10:43:44.915Z Downloaded errno v0.3.14
3312026-03-18T10:43:44.915Z Downloaded textwrap v0.16.2
3322026-03-18T10:43:44.919Z Downloaded equivalent v1.0.2
3332026-03-18T10:43:44.919Z Downloaded swrite v0.1.0
3342026-03-18T10:43:44.919Z Downloaded proc-macro-error-attr v1.0.4
3352026-03-18T10:43:44.919Z Downloaded ucd-trie v0.1.7
3362026-03-18T10:43:44.925Z Downloaded percent-encoding v2.3.2
3372026-03-18T10:43:44.925Z Downloaded zerocopy-derive v0.7.35
3382026-03-18T10:43:44.929Z Downloaded potential_utf v0.1.4
3392026-03-18T10:43:44.929Z Downloaded idna_adapter v1.2.1
3402026-03-18T10:43:44.929Z Downloaded form_urlencoded v1.2.2
3412026-03-18T10:43:44.929Z Downloaded fnv v1.0.7
3422026-03-18T10:43:44.934Z Downloaded unicode-ident v1.0.24
3432026-03-18T10:43:44.935Z Downloaded smawk v0.3.2
3442026-03-18T10:43:44.942Z Downloaded serde_spanned v0.6.9
3452026-03-18T10:43:44.943Z Downloaded serde-value v0.7.0
3462026-03-18T10:43:44.948Z Downloaded zerotrie v0.2.3
3472026-03-18T10:43:44.948Z Downloaded scroll_derive v0.12.1
3482026-03-18T10:43:44.948Z Downloaded block-buffer v0.10.4
3492026-03-18T10:43:44.955Z Downloaded typenum v1.19.0
3502026-03-18T10:43:44.955Z Downloaded url v2.5.8
3512026-03-18T10:43:44.966Z Downloaded toml_edit v0.22.27
3522026-03-18T10:43:44.966Z Downloaded macaddr v1.0.1
3532026-03-18T10:43:44.966Z Downloaded is_terminal_polyfill v1.70.2
3542026-03-18T10:43:44.966Z Downloaded serde-untagged v0.1.9
3552026-03-18T10:43:44.975Z Downloaded displaydoc v0.2.5
3562026-03-18T10:43:44.975Z Downloaded zerovec v0.11.5
3572026-03-18T10:43:44.975Z Downloaded zerocopy v0.7.35
3582026-03-18T10:43:44.982Z Downloaded winnow v0.7.14
3592026-03-18T10:43:44.987Z Downloaded semver v1.0.27
3602026-03-18T10:43:44.987Z Downloaded cargo_metadata v0.21.0
3612026-03-18T10:43:44.992Z Downloaded digest v0.10.7
3622026-03-18T10:43:44.992Z Downloaded heck v0.5.0
3632026-03-18T10:43:44.992Z Downloaded byteorder v1.5.0
3642026-03-18T10:43:44.992Z Downloaded bytecount v0.6.9
3652026-03-18T10:43:44.992Z Downloaded synstructure v0.13.2
3662026-03-18T10:43:44.996Z Downloaded serde_tokenstream v0.2.3
3672026-03-18T10:43:44.996Z Downloaded unicode-width v0.2.0
3682026-03-18T10:43:45.002Z Downloaded scroll v0.12.0
3692026-03-18T10:43:45.002Z Downloaded unicode-width v0.1.14
3702026-03-18T10:43:45.007Z Downloaded generic-array v0.14.7
3712026-03-18T10:43:45.007Z Downloaded fs-err v3.3.0
3722026-03-18T10:43:45.007Z Downloaded autocfg v1.5.0
3732026-03-18T10:43:45.007Z Downloaded cargo-platform v0.2.0
3742026-03-18T10:43:45.011Z Downloaded proc-macro-error v1.0.4
3752026-03-18T10:43:45.014Z Downloaded camino-tempfile v1.4.1
3762026-03-18T10:43:45.017Z Downloaded cargo_toml v0.21.0
3772026-03-18T10:43:45.020Z Downloaded clap_derive v4.5.55
3782026-03-18T10:43:45.023Z Downloaded quote v1.0.44
3792026-03-18T10:43:45.026Z Downloaded tempfile v3.25.0
3802026-03-18T10:43:45.026Z Downloaded camino v1.2.2
3812026-03-18T10:43:45.038Z Downloaded strsim v0.11.1
3822026-03-18T10:43:45.046Z Downloaded pest_generator v2.8.6
3832026-03-18T10:43:45.046Z Downloaded smallvec v1.15.1
3842026-03-18T10:43:45.046Z Downloaded once_cell v1.21.3
3852026-03-18T10:43:45.046Z Downloaded erased-serde v0.4.9
3862026-03-18T10:43:45.046Z Downloaded litemap v0.8.1
3872026-03-18T10:43:45.054Z Downloaded sha2 v0.10.9
3882026-03-18T10:43:45.054Z Downloaded pest_derive v2.8.6
3892026-03-18T10:43:45.068Z Downloaded anyhow v1.0.102
3902026-03-18T10:43:45.076Z Downloaded papergrid v0.11.0
3912026-03-18T10:43:45.076Z Downloaded num-traits v0.2.19
3922026-03-18T10:43:45.086Z Downloaded icu_properties v2.1.2
3932026-03-18T10:43:45.089Z Downloaded proc-macro2 v1.0.106
3942026-03-18T10:43:45.097Z Downloaded log v0.4.29
3952026-03-18T10:43:45.100Z Downloaded icu_provider v2.1.1
3962026-03-18T10:43:45.107Z Downloaded pest_meta v2.8.6
3972026-03-18T10:43:45.111Z Downloaded getrandom v0.4.1
3982026-03-18T10:43:45.114Z Downloaded icu_locale_core v2.1.1
3992026-03-18T10:43:45.117Z Downloaded serde_core v1.0.228
4002026-03-18T10:43:45.117Z Downloaded serde_derive v1.0.228
4012026-03-18T10:43:45.120Z Downloaded icu_normalizer_data v2.1.1
4022026-03-18T10:43:45.139Z Downloaded clap v4.5.60
4032026-03-18T10:43:45.139Z Downloaded serde v1.0.228
4042026-03-18T10:43:45.139Z Downloaded memchr v2.8.0
4052026-03-18T10:43:45.149Z Downloaded icu_normalizer v2.1.1
4062026-03-18T10:43:45.154Z Downloaded icu_collections v2.1.1
4072026-03-18T10:43:45.159Z Downloaded indexmap v2.13.0
4082026-03-18T10:43:45.174Z Downloaded pest v2.8.6
4092026-03-18T10:43:45.180Z Downloaded clap_builder v4.5.60
4102026-03-18T10:43:45.193Z Downloaded idna v1.1.0
4112026-03-18T10:43:45.198Z Downloaded hashbrown v0.16.1
4122026-03-18T10:43:45.201Z Downloaded serde_json v1.0.149
4132026-03-18T10:43:45.207Z Downloaded goblin v0.8.2
4142026-03-18T10:43:45.211Z Downloaded icu_properties_data v2.1.2
4152026-03-18T10:43:45.223Z Downloaded tabled v0.15.0
4162026-03-18T10:43:45.239Z Downloaded syn v1.0.109
4172026-03-18T10:43:45.252Z Downloaded syn v2.0.117
4182026-03-18T10:43:45.274Z Downloaded rustix v1.1.3
4192026-03-18T10:43:45.305Z Downloaded libc v0.2.180
4202026-03-18T10:43:45.394Z Compiling proc-macro2 v1.0.106
4212026-03-18T10:43:45.394Z Compiling quote v1.0.44
4222026-03-18T10:43:45.399Z Compiling unicode-ident v1.0.24
4232026-03-18T10:43:45.399Z Compiling serde_core v1.0.228
4242026-03-18T10:43:45.399Z Compiling libc v0.2.180
4252026-03-18T10:43:45.399Z Compiling version_check v0.9.5
4262026-03-18T10:43:45.399Z Compiling memchr v2.8.0
4272026-03-18T10:43:45.399Z Compiling stable_deref_trait v1.2.1
4282026-03-18T10:43:45.814Z Compiling serde v1.0.228
4292026-03-18T10:43:45.837Z Compiling zmij v1.0.21
4302026-03-18T10:43:46.203Z Compiling ucd-trie v0.1.7
4312026-03-18T10:43:46.303Z Compiling autocfg v1.5.0
4322026-03-18T10:43:46.534Z Compiling thiserror v1.0.69
4332026-03-18T10:43:46.558Z Compiling itoa v1.0.17
4342026-03-18T10:43:46.605Z Compiling pest v2.8.6
4352026-03-18T10:43:46.652Z Compiling litemap v0.8.1
4362026-03-18T10:43:46.732Z Compiling writeable v0.6.2
4372026-03-18T10:43:46.880Z Compiling byteorder v1.5.0
4382026-03-18T10:43:46.937Z Compiling rustix v1.1.3
4392026-03-18T10:43:47.084Z Compiling icu_normalizer_data v2.1.1
4402026-03-18T10:43:47.318Z Compiling syn v2.0.117
4412026-03-18T10:43:47.338Z Compiling icu_properties_data v2.1.2
4422026-03-18T10:43:47.418Z Compiling errno v0.3.14
4432026-03-18T10:43:47.634Z Compiling serde_json v1.0.149
4442026-03-18T10:43:47.660Z Compiling bitflags v2.11.0
4452026-03-18T10:43:47.859Z Compiling num-traits v0.2.19
4462026-03-18T10:43:47.935Z Compiling equivalent v1.0.2
4472026-03-18T10:43:47.953Z Compiling typeid v1.0.3
4482026-03-18T10:43:48.041Z Compiling smallvec v1.15.1
4492026-03-18T10:43:48.302Z Compiling pest_meta v2.8.6
4502026-03-18T10:43:48.332Z Compiling hashbrown v0.16.1
4512026-03-18T10:43:48.443Z Compiling thread-id v4.2.2
4522026-03-18T10:43:48.545Z Compiling usdt-impl v0.5.0
4532026-03-18T10:43:48.628Z Compiling proc-macro-error-attr v1.0.4
4542026-03-18T10:43:48.826Z Compiling erased-serde v0.4.9
4552026-03-18T10:43:48.868Z Compiling toml_write v0.1.2
4562026-03-18T10:43:48.961Z Compiling syn v1.0.109
4572026-03-18T10:43:49.074Z Compiling indexmap v2.13.0
4582026-03-18T10:43:49.127Z Compiling winnow v0.7.14
4592026-03-18T10:43:49.703Z Compiling proc-macro-error v1.0.4
4602026-03-18T10:43:49.917Z Compiling percent-encoding v2.3.2
4612026-03-18T10:43:49.950Z Compiling plain v0.2.3
4622026-03-18T10:43:50.084Z Compiling utf8_iter v1.0.4
4632026-03-18T10:43:50.165Z Compiling thiserror v2.0.18
4642026-03-18T10:43:50.266Z Compiling getrandom v0.4.1
4652026-03-18T10:43:50.473Z Compiling utf8parse v0.2.2
4662026-03-18T10:43:50.593Z Compiling log v0.4.29
4672026-03-18T10:43:50.621Z Compiling camino v1.2.2
4682026-03-18T10:43:50.707Z Compiling anstyle-parse v0.2.7
4692026-03-18T10:43:50.733Z Compiling ordered-float v2.10.1
4702026-03-18T10:43:50.834Z Compiling form_urlencoded v1.2.2
4712026-03-18T10:43:51.064Z Compiling terminal_size v0.4.3
4722026-03-18T10:43:51.096Z Compiling synstructure v0.13.2
4732026-03-18T10:43:51.119Z Compiling pest_generator v2.8.6
4742026-03-18T10:43:51.232Z Compiling anstyle v1.0.13
4752026-03-18T10:43:51.403Z Compiling cfg-if v1.0.4
4762026-03-18T10:43:51.506Z Compiling is_terminal_polyfill v1.70.2
4772026-03-18T10:43:51.519Z Compiling colorchoice v1.0.4
4782026-03-18T10:43:51.544Z Compiling anstyle-query v1.1.5
4792026-03-18T10:43:51.566Z Compiling pretty-hex v0.4.1
4802026-03-18T10:43:51.679Z Compiling anstream v0.6.21
4812026-03-18T10:43:51.702Z Compiling serde-untagged v0.1.9
4822026-03-18T10:43:51.880Z Compiling semver v1.0.27
4832026-03-18T10:43:52.005Z Compiling fs-err v3.3.0
4842026-03-18T10:43:52.070Z Compiling anyhow v1.0.102
4852026-03-18T10:43:52.093Z Compiling clap_lex v1.0.0
4862026-03-18T10:43:52.248Z Compiling heck v0.4.1
4872026-03-18T10:43:52.305Z Compiling fastrand v2.3.0
4882026-03-18T10:43:52.368Z Compiling unicode-xid v0.2.6
4892026-03-18T10:43:52.392Z Compiling strsim v0.11.1
4902026-03-18T10:43:52.511Z Compiling fnv v1.0.7
4912026-03-18T10:43:52.536Z Compiling once_cell v1.21.3
4922026-03-18T10:43:52.626Z Compiling heck v0.5.0
4932026-03-18T10:43:52.705Z Compiling unicode-width v0.1.14
4942026-03-18T10:43:52.822Z Compiling bytecount v0.6.9
4952026-03-18T10:43:52.927Z Compiling tempfile v3.25.0
4962026-03-18T10:43:52.950Z Compiling clap_builder v4.5.60
4972026-03-18T10:43:53.087Z Compiling papergrid v0.11.0
4982026-03-18T10:43:53.125Z Compiling memmap v0.7.0
4992026-03-18T10:43:53.267Z Compiling unicode-width v0.2.0
5002026-03-18T10:43:53.378Z Compiling smawk v0.3.2
5012026-03-18T10:43:53.433Z Compiling unicode-linebreak v0.1.5
5022026-03-18T10:43:53.657Z Compiling camino-tempfile v1.4.1
5032026-03-18T10:43:53.670Z Compiling serde_derive v1.0.228
5042026-03-18T10:43:53.763Z Compiling zerofrom-derive v0.1.6
5052026-03-18T10:43:53.931Z Compiling yoke-derive v0.8.1
5062026-03-18T10:43:53.990Z Compiling zerovec-derive v0.11.2
5072026-03-18T10:43:54.023Z Compiling displaydoc v0.2.5
5082026-03-18T10:43:55.078Z Compiling thiserror-impl v1.0.69
5092026-03-18T10:43:55.096Z Compiling zerocopy-derive v0.7.35
5102026-03-18T10:43:55.440Z Compiling pest_derive v2.8.6
5112026-03-18T10:43:55.488Z Compiling scroll_derive v0.12.1
5122026-03-18T10:43:55.674Z Compiling zerofrom v0.1.6
5132026-03-18T10:43:55.800Z Compiling yoke v0.8.1
5142026-03-18T10:43:55.969Z Compiling thiserror-impl v2.0.18
5152026-03-18T10:43:56.073Z Compiling zerovec v0.11.5
5162026-03-18T10:43:56.184Z Compiling zerotrie v0.2.3
5172026-03-18T10:43:56.331Z Compiling zerocopy v0.7.35
5182026-03-18T10:43:56.582Z Compiling scroll v0.12.0
5192026-03-18T10:43:56.696Z Compiling tinystr v0.8.2
5202026-03-18T10:43:56.902Z Compiling potential_utf v0.1.4
5212026-03-18T10:43:56.938Z Compiling icu_locale_core v2.1.1
5222026-03-18T10:43:56.984Z Compiling dtrace-parser v0.2.0
5232026-03-18T10:43:57.147Z Compiling icu_collections v2.1.1
5242026-03-18T10:43:57.168Z Compiling goblin v0.8.2
5252026-03-18T10:43:57.187Z Compiling tabled_derive v0.7.0
5262026-03-18T10:43:57.829Z Compiling clap_derive v4.5.55
5272026-03-18T10:43:57.942Z Compiling icu_provider v2.1.1
5282026-03-18T10:43:58.054Z Compiling textwrap v0.16.2
5292026-03-18T10:43:58.337Z Compiling serde_spanned v0.6.9
5302026-03-18T10:43:58.383Z Compiling toml_datetime v0.6.11
5312026-03-18T10:43:58.443Z Compiling icu_properties v2.1.2
5322026-03-18T10:43:58.458Z Compiling icu_normalizer v2.1.1
5332026-03-18T10:43:58.524Z Compiling dof v0.3.0
5342026-03-18T10:43:58.648Z Compiling toml_edit v0.22.27
5352026-03-18T10:43:58.671Z Compiling serde_tokenstream v0.2.3
5362026-03-18T10:43:58.742Z Compiling serde-value v0.7.0
5372026-03-18T10:43:59.079Z Compiling cargo-platform v0.2.0
5382026-03-18T10:43:59.192Z Compiling tabled v0.15.0
5392026-03-18T10:43:59.228Z Compiling macaddr v1.0.1
5402026-03-18T10:43:59.434Z Compiling swrite v0.1.0
5412026-03-18T10:43:59.523Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5422026-03-18T10:43:59.677Z Compiling idna_adapter v1.2.1
5432026-03-18T10:43:59.836Z Compiling idna v1.1.0
5442026-03-18T10:43:59.885Z Compiling usdt-macro v0.5.0
5452026-03-18T10:43:59.893Z Compiling usdt-attr-macro v0.5.0
5462026-03-18T10:44:00.085Z Compiling clap v4.5.60
5472026-03-18T10:44:00.414Z Compiling url v2.5.8
5482026-03-18T10:44:00.624Z Compiling toml v0.8.23
5492026-03-18T10:44:01.244Z Compiling cargo-util-schemas v0.8.2
5502026-03-18T10:44:01.405Z Compiling cargo_toml v0.21.0
5512026-03-18T10:44:01.429Z Compiling usdt v0.5.0
5522026-03-18T10:44:02.446Z Compiling cargo_metadata v0.21.0
5532026-03-18T10:44:03.764Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5542026-03-18T10:44:06.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.89s
5552026-03-18T10:44:06.844Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5562026-03-18T10:44:07.587Z Downloading crates ...
5572026-03-18T10:44:07.711Z Downloaded allocator-api2 v0.2.21
5582026-03-18T10:44:07.735Z Downloaded base16ct v0.2.0
5592026-03-18T10:44:07.735Z Downloaded downcast-rs v2.0.2
5602026-03-18T10:44:07.735Z Downloaded ar_archive_writer v0.5.1
5612026-03-18T10:44:07.784Z Downloaded adler2 v2.0.1
5622026-03-18T10:44:07.784Z Downloaded crucible-workspace-hack v0.1.0
5632026-03-18T10:44:07.784Z Downloaded crossbeam-deque v0.8.6
5642026-03-18T10:44:07.784Z Downloaded aead v0.5.2
5652026-03-18T10:44:07.784Z Downloaded debug-ignore v1.0.5
5662026-03-18T10:44:07.784Z Downloaded bit-set v0.8.0
5672026-03-18T10:44:07.784Z Downloaded base16ct v1.0.0
5682026-03-18T10:44:07.784Z Downloaded dirs-sys-next v0.1.2
5692026-03-18T10:44:07.784Z Downloaded csv-core v0.1.13
5702026-03-18T10:44:07.784Z Downloaded diesel_table_macro_syntax v0.3.0
5712026-03-18T10:44:07.784Z Downloaded bit-set v0.5.3
5722026-03-18T10:44:07.784Z Downloaded async-stream-impl v0.3.6
5732026-03-18T10:44:07.785Z Downloaded bb8 v0.8.6
5742026-03-18T10:44:07.785Z Downloaded dtrace-parser v0.3.0
5752026-03-18T10:44:07.785Z Downloaded cstr-argument v0.1.2
5762026-03-18T10:44:07.785Z Downloaded bitfield-struct v0.6.2
5772026-03-18T10:44:07.785Z Downloaded fd-lock v4.0.4
5782026-03-18T10:44:07.785Z Downloaded curve25519-dalek-derive v0.1.1
5792026-03-18T10:44:07.785Z Downloaded bcrypt-pbkdf v0.10.0
5802026-03-18T10:44:07.785Z Downloaded atomicwrites v0.4.4
5812026-03-18T10:44:07.785Z Downloaded ctr v0.9.2
5822026-03-18T10:44:07.800Z Downloaded atomic-waker v1.1.2
5832026-03-18T10:44:07.800Z Downloaded document-features v0.2.12
5842026-03-18T10:44:07.800Z Downloaded atty v0.2.14
5852026-03-18T10:44:07.801Z Downloaded difflib v0.4.0
5862026-03-18T10:44:07.801Z Downloaded defmt v0.3.100
5872026-03-18T10:44:07.801Z Downloaded darling_macro v0.23.0
5882026-03-18T10:44:07.801Z Downloaded crunchy v0.2.4
5892026-03-18T10:44:07.801Z Downloaded embedded-io v0.4.0
5902026-03-18T10:44:07.801Z Downloaded ascii-canvas v3.0.0
5912026-03-18T10:44:07.801Z Downloaded env_logger v0.11.9
5922026-03-18T10:44:07.801Z Downloaded castaway v0.2.4
5932026-03-18T10:44:07.801Z Downloaded foldhash v0.1.5
5942026-03-18T10:44:07.801Z Downloaded critical-section v1.2.0
5952026-03-18T10:44:07.802Z Downloaded derive_builder v0.20.2
5962026-03-18T10:44:07.802Z Downloaded endian-type v0.1.2
5972026-03-18T10:44:07.802Z Downloaded enum-as-inner v0.6.1
5982026-03-18T10:44:07.802Z Downloaded crc v3.4.0
5992026-03-18T10:44:07.802Z Downloaded fixedbitset v0.4.2
6002026-03-18T10:44:07.802Z Downloaded dof v0.4.0
6012026-03-18T10:44:07.802Z Downloaded convert_case v0.4.0
6022026-03-18T10:44:07.802Z Downloaded embedded-io v0.6.1
6032026-03-18T10:44:07.802Z Downloaded arrayref v0.3.9
6042026-03-18T10:44:07.802Z Downloaded array-init v0.0.4
6052026-03-18T10:44:07.822Z Downloaded cfg_aliases v0.1.1
6062026-03-18T10:44:07.822Z Downloaded foreign-types v0.5.0
6072026-03-18T10:44:07.822Z Downloaded darling_macro v0.20.11
6082026-03-18T10:44:07.822Z Downloaded foreign-types-macros v0.2.3
6092026-03-18T10:44:07.822Z Downloaded flagset v0.4.7
6102026-03-18T10:44:07.823Z Downloaded env_filter v1.0.0
6112026-03-18T10:44:07.823Z Downloaded darling_macro v0.21.3
6122026-03-18T10:44:07.823Z Downloaded ciborium-io v0.2.2
6132026-03-18T10:44:07.823Z Downloaded block-padding v0.3.3
6142026-03-18T10:44:07.823Z Downloaded defmt-parser v1.0.0
6152026-03-18T10:44:07.823Z Downloaded cfg_aliases v0.2.1
6162026-03-18T10:44:07.823Z Downloaded float-ord v0.3.2
6172026-03-18T10:44:07.823Z Downloaded crc8 v0.1.1
6182026-03-18T10:44:07.823Z Downloaded assert_matches v1.5.0
6192026-03-18T10:44:07.823Z Downloaded drift v0.1.3
6202026-03-18T10:44:07.833Z Downloaded diesel-dtrace v0.5.0
6212026-03-18T10:44:07.833Z Downloaded defmt-macros v1.0.1
6222026-03-18T10:44:07.833Z Downloaded cpufeatures v0.3.0
6232026-03-18T10:44:07.833Z Downloaded crc-catalog v2.4.0
6242026-03-18T10:44:07.834Z Downloaded foreign-types-shared v0.1.1
6252026-03-18T10:44:07.834Z Downloaded bit-vec v0.6.3
6262026-03-18T10:44:07.834Z Downloaded cargo-platform v0.1.9
6272026-03-18T10:44:07.834Z Downloaded async-trait v0.1.89
6282026-03-18T10:44:07.834Z Downloaded dyn-clone v1.0.20
6292026-03-18T10:44:07.846Z Downloaded bitfield-macros v0.19.4
6302026-03-18T10:44:07.846Z Downloaded dropshot-api-manager-types v0.6.0
6312026-03-18T10:44:07.846Z Downloaded float-cmp v0.10.0
6322026-03-18T10:44:07.846Z Downloaded display-error-chain v0.2.2
6332026-03-18T10:44:07.846Z Downloaded bit-vec v0.8.0
6342026-03-18T10:44:07.846Z Downloaded futures-io v0.3.32
6352026-03-18T10:44:07.846Z Downloaded futures-core v0.3.32
6362026-03-18T10:44:07.846Z Downloaded async-stream v0.3.6
6372026-03-18T10:44:07.846Z Downloaded futures-task v0.3.32
6382026-03-18T10:44:07.857Z Downloaded foreign-types-shared v0.3.1
6392026-03-18T10:44:07.857Z Downloaded ena v0.14.4
6402026-03-18T10:44:07.857Z Downloaded darling v0.21.3
6412026-03-18T10:44:07.858Z Downloaded futures-sink v0.3.32
6422026-03-18T10:44:07.858Z Downloaded futures-macro v0.3.32
6432026-03-18T10:44:07.863Z Downloaded foreign-types v0.3.2
6442026-03-18T10:44:07.864Z Downloaded dsl_auto_type v0.2.0
6452026-03-18T10:44:07.864Z Downloaded dunce v1.0.5
6462026-03-18T10:44:07.864Z Downloaded cobs v0.3.0
6472026-03-18T10:44:07.864Z Downloaded camino-tempfile-ext v0.3.3
6482026-03-18T10:44:07.871Z Downloaded git-stub v1.0.0
6492026-03-18T10:44:07.872Z Downloaded bcs v0.1.6
6502026-03-18T10:44:07.872Z Downloaded ghash v0.5.1
6512026-03-18T10:44:07.872Z Downloaded globwalk v0.9.1
6522026-03-18T10:44:07.872Z Downloaded gethostname v0.5.0
6532026-03-18T10:44:07.876Z Downloaded foldhash v0.2.0
6542026-03-18T10:44:07.876Z Downloaded fallible-iterator v0.2.0
6552026-03-18T10:44:07.876Z Downloaded der_derive v0.7.3
6562026-03-18T10:44:07.876Z Downloaded convert_case v0.10.0
6572026-03-18T10:44:07.880Z Downloaded filetime v0.2.27
6582026-03-18T10:44:07.880Z Downloaded ciborium-ll v0.2.2
6592026-03-18T10:44:07.880Z Downloaded hash32 v0.2.1
6602026-03-18T10:44:07.881Z Downloaded backoff v0.4.0
6612026-03-18T10:44:07.890Z Downloaded headers-core v0.3.0
6622026-03-18T10:44:07.890Z Downloaded hex v0.4.3
6632026-03-18T10:44:07.890Z Downloaded diff v0.1.13
6642026-03-18T10:44:07.896Z Downloaded defmt v1.0.1
6652026-03-18T10:44:07.896Z Downloaded find-msvc-tools v0.1.9
6662026-03-18T10:44:07.896Z Downloaded cassowary v0.3.0
6672026-03-18T10:44:07.896Z Downloaded const_format_proc_macros v0.2.34
6682026-03-18T10:44:07.900Z Downloaded des v0.8.1
6692026-03-18T10:44:07.900Z Downloaded deranged v0.5.8
6702026-03-18T10:44:07.900Z Downloaded crossbeam-epoch v0.9.18
6712026-03-18T10:44:07.906Z Downloaded ecdsa v0.16.9
6722026-03-18T10:44:07.906Z Downloaded clang-sys v1.8.1
6732026-03-18T10:44:07.928Z Downloaded ff v0.13.1
6742026-03-18T10:44:07.928Z Downloaded derive_builder_macro v0.20.2
6752026-03-18T10:44:07.928Z Downloaded chacha20 v0.9.1
6762026-03-18T10:44:07.928Z Downloaded cbc v0.1.2
6772026-03-18T10:44:07.928Z Downloaded ahash v0.8.12
6782026-03-18T10:44:07.929Z Downloaded derive-ex v0.1.8
6792026-03-18T10:44:07.952Z Downloaded der v0.7.10
6802026-03-18T10:44:07.952Z Downloaded hex-literal v0.4.1
6812026-03-18T10:44:07.952Z Downloaded cexpr v0.6.0
6822026-03-18T10:44:07.952Z Downloaded http-range v0.1.5
6832026-03-18T10:44:07.953Z Downloaded hostname v0.3.1
6842026-03-18T10:44:07.953Z Downloaded home v0.5.12
6852026-03-18T10:44:07.953Z Downloaded hubpack v0.1.2
6862026-03-18T10:44:07.953Z Downloaded ident_case v1.0.1
6872026-03-18T10:44:07.953Z Downloaded hubpack_derive v0.1.1
6882026-03-18T10:44:07.953Z Downloaded daft v0.1.5
6892026-03-18T10:44:07.953Z Downloaded git-stub-vcs v0.1.0
6902026-03-18T10:44:07.953Z Downloaded futures-executor v0.3.32
6912026-03-18T10:44:07.953Z Downloaded fs_extra v1.3.0
6922026-03-18T10:44:07.954Z Downloaded hyper-tls v0.6.0
6932026-03-18T10:44:07.954Z Downloaded httpdate v1.0.3
6942026-03-18T10:44:07.954Z Downloaded group v0.13.0
6952026-03-18T10:44:07.960Z Downloaded indoc v1.0.9
6962026-03-18T10:44:07.960Z Downloaded indent_write v2.2.0
6972026-03-18T10:44:07.960Z Downloaded globset v0.4.18
6982026-03-18T10:44:07.960Z Downloaded instant v0.1.13
6992026-03-18T10:44:07.967Z Downloaded instability v0.3.11
7002026-03-18T10:44:07.967Z Downloaded constant_time_eq v0.4.2
7012026-03-18T10:44:07.967Z Downloaded const-oid v0.9.6
7022026-03-18T10:44:07.967Z Downloaded cargo_toml v0.22.3
7032026-03-18T10:44:07.975Z Downloaded darling v0.20.11
7042026-03-18T10:44:07.975Z Downloaded console v0.15.11
7052026-03-18T10:44:07.975Z Downloaded ciborium v0.2.2
7062026-03-18T10:44:07.981Z Downloaded is_ci v1.2.0
7072026-03-18T10:44:07.981Z Downloaded kstat-rs v0.2.4
7082026-03-18T10:44:07.981Z Downloaded colored v3.1.1
7092026-03-18T10:44:07.981Z Downloaded chacha20 v0.10.0
7102026-03-18T10:44:07.985Z Downloaded keccak v0.1.6
7112026-03-18T10:44:07.985Z Downloaded cargo_metadata v0.19.2
7122026-03-18T10:44:07.985Z Downloaded derive_more v0.99.20
7132026-03-18T10:44:07.990Z Downloaded darling_core v0.23.0
7142026-03-18T10:44:07.996Z Downloaded lazy_static v1.5.0
7152026-03-18T10:44:07.996Z Downloaded http-body-util v0.1.3
7162026-03-18T10:44:07.996Z Downloaded hostname v0.4.2
7172026-03-18T10:44:08.012Z Downloaded lalrpop-util v0.19.12
7182026-03-18T10:44:08.013Z Downloaded highway v1.3.0
7192026-03-18T10:44:08.013Z Downloaded bzip2 v0.4.4
7202026-03-18T10:44:08.013Z Downloaded linked-hash-map v0.5.6
7212026-03-18T10:44:08.013Z Downloaded libscf-sys v1.1.0
7222026-03-18T10:44:08.025Z Downloaded is-terminal v0.4.17
7232026-03-18T10:44:08.025Z Downloaded lru-cache v0.1.2
7242026-03-18T10:44:08.025Z Downloaded cancel-safe-futures v0.1.5
7252026-03-18T10:44:08.025Z Downloaded match_cfg v0.1.0
7262026-03-18T10:44:08.025Z Downloaded getrandom v0.2.17
7272026-03-18T10:44:08.025Z Downloaded maplit v1.0.2
7282026-03-18T10:44:08.026Z Downloaded managed v0.8.0
7292026-03-18T10:44:08.026Z Downloaded blake2 v0.10.6
7302026-03-18T10:44:08.026Z Downloaded async-bb8-diesel v0.2.1
7312026-03-18T10:44:08.026Z Downloaded humantime v2.3.0
7322026-03-18T10:44:08.026Z Downloaded futures-channel v0.3.32
7332026-03-18T10:44:08.033Z Downloaded md5 v0.7.0
7342026-03-18T10:44:08.033Z Downloaded lzss v0.8.2
7352026-03-18T10:44:08.033Z Downloaded lru-slab v0.1.2
7362026-03-18T10:44:08.033Z Downloaded lru v0.12.5
7372026-03-18T10:44:08.034Z Downloaded cmake v0.1.57
7382026-03-18T10:44:08.034Z Downloaded mime v0.3.17
7392026-03-18T10:44:08.034Z Downloaded impl-trait-for-tuples v0.2.3
7402026-03-18T10:44:08.034Z Downloaded half v1.8.3
7412026-03-18T10:44:08.034Z Downloaded derive-where v1.6.0
7422026-03-18T10:44:08.045Z Downloaded memoffset v0.9.1
7432026-03-18T10:44:08.045Z Downloaded indoc v2.0.7
7442026-03-18T10:44:08.046Z Downloaded newline-converter v0.3.0
7452026-03-18T10:44:08.046Z Downloaded new_debug_unreachable v1.0.6
7462026-03-18T10:44:08.046Z Downloaded multimap v0.10.1
7472026-03-18T10:44:08.046Z Downloaded nibble_vec v0.1.0
7482026-03-18T10:44:08.046Z Downloaded newtype_derive v0.1.6
7492026-03-18T10:44:08.055Z Downloaded console v0.16.2
7502026-03-18T10:44:08.055Z Downloaded cookie v0.18.1
7512026-03-18T10:44:08.055Z Downloaded internet-checksum v0.2.1
7522026-03-18T10:44:08.055Z Downloaded ingot-types v0.1.2
7532026-03-18T10:44:08.055Z Downloaded ipnet v2.11.0
7542026-03-18T10:44:08.055Z Downloaded maybe-uninit v2.0.0
7552026-03-18T10:44:08.061Z Downloaded newtype-uuid-macros v0.1.0
7562026-03-18T10:44:08.061Z Downloaded elliptic-curve v0.13.8
7572026-03-18T10:44:08.061Z Downloaded jobserver v0.1.34
7582026-03-18T10:44:08.061Z Downloaded arc-swap v1.8.2
7592026-03-18T10:44:08.065Z Downloaded num v0.4.3
7602026-03-18T10:44:08.065Z Downloaded num-derive v0.4.2
7612026-03-18T10:44:08.065Z Downloaded nodrop v0.1.14
7622026-03-18T10:44:08.065Z Downloaded num-iter v0.1.45
7632026-03-18T10:44:08.075Z Downloaded ipnetwork v0.21.1
7642026-03-18T10:44:08.076Z Downloaded normalize-line-endings v0.3.0
7652026-03-18T10:44:08.076Z Downloaded darling_core v0.21.3
7662026-03-18T10:44:08.088Z Downloaded hickory-client v0.25.2
7672026-03-18T10:44:08.088Z Downloaded flate2 v1.1.9
7682026-03-18T10:44:08.088Z Downloaded darling v0.23.0
7692026-03-18T10:44:08.088Z Downloaded num-conv v0.2.0
7702026-03-18T10:44:08.088Z Downloaded libloading v0.8.9
7712026-03-18T10:44:08.092Z Downloaded opaque-debug v0.3.1
7722026-03-18T10:44:08.092Z Downloaded libsw-core v0.3.2
7732026-03-18T10:44:08.092Z Downloaded num_threads v0.1.7
7742026-03-18T10:44:08.092Z Downloaded num_enum_derive v0.5.11
7752026-03-18T10:44:08.092Z Downloaded openssl-macros v0.1.1
7762026-03-18T10:44:08.092Z Downloaded olpc-cjson v0.1.4
7772026-03-18T10:44:08.092Z Downloaded num-derive v0.3.3
7782026-03-18T10:44:08.100Z Downloaded hyper-rustls v0.27.7
7792026-03-18T10:44:08.100Z Downloaded openssl-probe v0.2.1
7802026-03-18T10:44:08.101Z Downloaded libsw v3.5.0
7812026-03-18T10:44:08.106Z Downloaded oso-derive v0.27.3
7822026-03-18T10:44:08.106Z Downloaded ed25519 v2.2.3
7832026-03-18T10:44:08.106Z Downloaded mime_guess v2.0.5
7842026-03-18T10:44:08.106Z Downloaded openssl-probe v0.1.6
7852026-03-18T10:44:08.106Z Downloaded dropshot_endpoint v0.16.7
7862026-03-18T10:44:08.115Z Downloaded packed_struct_codegen v0.10.1
7872026-03-18T10:44:08.117Z Downloaded flume v0.11.1
7882026-03-18T10:44:08.117Z Downloaded half v2.7.1
7892026-03-18T10:44:08.118Z Downloaded getrandom v0.3.4
7902026-03-18T10:44:08.140Z Downloaded newtype-uuid v1.3.2
7912026-03-18T10:44:08.140Z Downloaded nanorand v0.7.0
7922026-03-18T10:44:08.141Z Downloaded pbkdf2 v0.12.2
7932026-03-18T10:44:08.141Z Downloaded pbkdf2 v0.11.0
7942026-03-18T10:44:08.141Z Downloaded ingot-macros v0.1.1
7952026-03-18T10:44:08.141Z Downloaded ingot v0.1.1
7962026-03-18T10:44:08.141Z Downloaded libefi-sys v0.1.0
7972026-03-18T10:44:08.153Z Downloaded httparse v1.10.1
7982026-03-18T10:44:08.153Z Downloaded native-tls v0.2.18
7992026-03-18T10:44:08.154Z Downloaded lock_api v0.4.14
8002026-03-18T10:44:08.154Z Downloaded nonempty v0.12.0
8012026-03-18T10:44:08.154Z Downloaded crc-any v2.5.0
8022026-03-18T10:44:08.154Z Downloaded fatfs v0.3.6
8032026-03-18T10:44:08.155Z Downloaded base64 v0.22.1
8042026-03-18T10:44:08.155Z Downloaded num-integer v0.1.46
8052026-03-18T10:44:08.155Z Downloaded num-rational v0.4.2
8062026-03-18T10:44:08.155Z Downloaded nu-ansi-term v0.50.3
8072026-03-18T10:44:08.155Z Downloaded parse-display v0.10.0
8082026-03-18T10:44:08.155Z Downloaded crc32fast v1.5.0
8092026-03-18T10:44:08.155Z Downloaded parse-size v1.1.0
8102026-03-18T10:44:08.167Z Downloaded phf_shared v0.12.1
8112026-03-18T10:44:08.167Z Downloaded phf_shared v0.13.1
8122026-03-18T10:44:08.167Z Downloaded const_format v0.2.35
8132026-03-18T10:44:08.167Z Downloaded bytes v1.11.1
8142026-03-18T10:44:08.167Z Downloaded crossbeam-channel v0.5.15
8152026-03-18T10:44:08.168Z Downloaded path-slash v0.1.5
8162026-03-18T10:44:08.178Z Downloaded num-complex v0.4.6
8172026-03-18T10:44:08.178Z Downloaded peg-runtime v0.8.5
8182026-03-18T10:44:08.178Z Downloaded linear-map v1.2.0
8192026-03-18T10:44:08.178Z Downloaded pin-utils v0.1.0
8202026-03-18T10:44:08.178Z Downloaded hmac v0.12.1
8212026-03-18T10:44:08.179Z Downloaded phf_shared v0.11.3
8222026-03-18T10:44:08.179Z Downloaded hyper-staticfile v0.10.1
8232026-03-18T10:44:08.179Z Downloaded md-5 v0.10.6
8242026-03-18T10:44:08.179Z Downloaded glob v0.3.3
8252026-03-18T10:44:08.179Z Downloaded owo-colors v4.3.0
8262026-03-18T10:44:08.179Z Downloaded bzip2 v0.6.1
8272026-03-18T10:44:08.179Z Downloaded bitflags v1.3.2
8282026-03-18T10:44:08.184Z Downloaded num_enum v0.7.5
8292026-03-18T10:44:08.185Z Downloaded packed_struct v0.10.1
8302026-03-18T10:44:08.185Z Downloaded predicates-core v1.0.10
8312026-03-18T10:44:08.185Z Downloaded precomputed-hash v0.1.1
8322026-03-18T10:44:08.191Z Downloaded num_enum_derive v0.7.5
8332026-03-18T10:44:08.191Z Downloaded num_enum v0.5.11
8342026-03-18T10:44:08.195Z Downloaded proc-macro-crate v3.4.0
8352026-03-18T10:44:08.195Z Downloaded predicates-tree v1.0.13
8362026-03-18T10:44:08.195Z Downloaded indexmap v1.9.3
8372026-03-18T10:44:08.199Z Downloaded crypto-bigint v0.5.5
8382026-03-18T10:44:08.217Z Downloaded proc-macro-error-attr2 v2.0.0
8392026-03-18T10:44:08.217Z Downloaded proc-macro-crate v1.3.1
8402026-03-18T10:44:08.218Z Downloaded psl-types v2.0.11
8412026-03-18T10:44:08.218Z Downloaded derive_more-impl v2.1.1
8422026-03-18T10:44:08.238Z Downloaded memmap2 v0.9.10
8432026-03-18T10:44:08.238Z Downloaded heapless v0.8.0
8442026-03-18T10:44:08.238Z Downloaded heapless v0.7.17
8452026-03-18T10:44:08.238Z Downloaded ignore v0.4.25
8462026-03-18T10:44:08.238Z Downloaded progenitor-client v0.10.0
8472026-03-18T10:44:08.238Z Downloaded progenitor-macro v0.10.0
8482026-03-18T10:44:08.238Z Downloaded pem-rfc7468 v0.7.0
8492026-03-18T10:44:08.238Z Downloaded futures v0.3.32
8502026-03-18T10:44:08.250Z Downloaded quick-error v1.2.3
8512026-03-18T10:44:08.251Z Downloaded oxnet v0.1.4
8522026-03-18T10:44:08.251Z Downloaded cc v1.2.56
8532026-03-18T10:44:08.251Z Downloaded phf v0.13.1
8542026-03-18T10:44:08.251Z Downloaded phf v0.12.1
8552026-03-18T10:44:08.251Z Downloaded paste v1.0.15
8562026-03-18T10:44:08.251Z Downloaded password-hash v0.4.2
8572026-03-18T10:44:08.252Z Downloaded chacha20poly1305 v0.10.1
8582026-03-18T10:44:08.252Z Downloaded progenitor-macro v0.13.0
8592026-03-18T10:44:08.252Z Downloaded compact_str v0.8.1
8602026-03-18T10:44:08.252Z Downloaded progenitor-macro v0.11.2
8612026-03-18T10:44:08.252Z Downloaded libbz2-rs-sys v0.2.2
8622026-03-18T10:44:08.264Z Downloaded pkg-config v0.3.32
8632026-03-18T10:44:08.264Z Downloaded polyval v0.6.2
8642026-03-18T10:44:08.264Z Downloaded pkcs8 v0.10.2
8652026-03-18T10:44:08.264Z Downloaded poly1305 v0.8.0
8662026-03-18T10:44:08.264Z Downloaded peg v0.8.5
8672026-03-18T10:44:08.264Z Downloaded rand_chacha v0.3.1
8682026-03-18T10:44:08.265Z Downloaded peg-macros v0.8.5
8692026-03-18T10:44:08.276Z Downloaded pin-project-lite v0.2.17
8702026-03-18T10:44:08.276Z Downloaded recursive v0.1.1
8712026-03-18T10:44:08.276Z Downloaded postgres-protocol v0.6.10
8722026-03-18T10:44:08.276Z Downloaded primeorder v0.13.6
8732026-03-18T10:44:08.276Z Downloaded rand_xorshift v0.4.0
8742026-03-18T10:44:08.277Z Downloaded headers v0.4.1
8752026-03-18T10:44:08.282Z Downloaded radium v0.7.0
8762026-03-18T10:44:08.282Z Downloaded parking_lot v0.11.2
8772026-03-18T10:44:08.282Z Downloaded ref-cast v1.0.25
8782026-03-18T10:44:08.282Z Downloaded ref-cast-impl v1.0.25
8792026-03-18T10:44:08.282Z Downloaded omicron-zone-package v0.12.2
8802026-03-18T10:44:08.282Z Downloaded progenitor v0.10.0
8812026-03-18T10:44:08.286Z Downloaded password-hash v0.5.0
8822026-03-18T10:44:08.287Z Downloaded progenitor-client v0.13.0
8832026-03-18T10:44:08.287Z Downloaded diesel_derives v2.3.7
8842026-03-18T10:44:08.298Z Downloaded ppv-lite86 v0.2.21
8852026-03-18T10:44:08.302Z Downloaded recursive-proc-macro-impl v0.1.1
8862026-03-18T10:44:08.302Z Downloaded pem v3.0.6
8872026-03-18T10:44:08.302Z Downloaded ed25519-dalek v2.2.0
8882026-03-18T10:44:08.302Z Downloaded derive_more v2.1.1
8892026-03-18T10:44:08.312Z Downloaded rtoolbox v0.0.3
8902026-03-18T10:44:08.312Z Downloaded parking_lot_core v0.9.12
8912026-03-18T10:44:08.335Z Downloaded rustc-hash v2.1.1
8922026-03-18T10:44:08.336Z Downloaded litrs v1.0.0
8932026-03-18T10:44:08.336Z Downloaded indicatif v0.18.4
8942026-03-18T10:44:08.336Z Downloaded rustc_version v0.4.1
8952026-03-18T10:44:08.336Z Downloaded rustc_version v0.1.7
8962026-03-18T10:44:08.336Z Downloaded r2d2 v0.8.10
8972026-03-18T10:44:08.342Z Downloaded hickory-resolver v0.25.2
8982026-03-18T10:44:08.342Z Downloaded proc-macro-error2 v2.0.1
8992026-03-18T10:44:08.342Z Downloaded rfc6979 v0.4.0
9002026-03-18T10:44:08.342Z Downloaded bumpalo v3.20.2
9012026-03-18T10:44:08.342Z Downloaded pkcs1 v0.7.5
9022026-03-18T10:44:08.343Z Downloaded hickory-resolver v0.24.4
9032026-03-18T10:44:08.343Z Downloaded rand_chacha v0.9.0
9042026-03-18T10:44:08.343Z Downloaded psm v0.1.30
9052026-03-18T10:44:08.343Z Downloaded progenitor-extras v0.1.1
9062026-03-18T10:44:08.343Z Downloaded progenitor v0.13.0
9072026-03-18T10:44:08.343Z Downloaded russh-cryptovec v0.7.3
9082026-03-18T10:44:08.343Z Downloaded progenitor v0.11.2
9092026-03-18T10:44:08.344Z Downloaded parking_lot v0.12.5
9102026-03-18T10:44:08.352Z Downloaded pin-project-internal v1.1.11
9112026-03-18T10:44:08.352Z Downloaded darling_core v0.20.11
9122026-03-18T10:44:08.352Z Downloaded rand_core v0.10.0
9132026-03-18T10:44:08.358Z Downloaded predicates v3.1.4
9142026-03-18T10:44:08.358Z Downloaded parse-display-derive v0.10.0
9152026-03-18T10:44:08.359Z Downloaded rand_seeder v0.4.0
9162026-03-18T10:44:08.359Z Downloaded rand_core v0.6.4
9172026-03-18T10:44:08.359Z Downloaded base64 v0.21.7
9182026-03-18T10:44:08.368Z Downloaded same-file v1.0.6
9192026-03-18T10:44:08.368Z Downloaded salsa20 v0.10.2
9202026-03-18T10:44:08.368Z Downloaded progenitor-client v0.11.2
9212026-03-18T10:44:08.368Z Downloaded powerfmt v0.2.0
9222026-03-18T10:44:08.368Z Downloaded rand_core v0.9.5
9232026-03-18T10:44:08.380Z Downloaded sapling-renderdag v0.1.0
9242026-03-18T10:44:08.380Z Downloaded parking_lot_core v0.8.6
9252026-03-18T10:44:08.380Z Downloaded scopeguard v1.2.0
9262026-03-18T10:44:08.380Z Downloaded scheduled-thread-pool v0.2.7
9272026-03-18T10:44:08.381Z Downloaded oxide-tokio-rt v0.1.3
9282026-03-18T10:44:08.381Z Downloaded multer v3.1.0
9292026-03-18T10:44:08.381Z Downloaded expectorate v1.2.0
9302026-03-18T10:44:08.387Z Downloaded p256 v0.13.2
9312026-03-18T10:44:08.387Z Downloaded oso v0.27.3
9322026-03-18T10:44:08.388Z Downloaded dropshot-api-manager v0.6.0
9332026-03-18T10:44:08.388Z Downloaded postgres-types v0.2.12
9342026-03-18T10:44:08.388Z Downloaded postcard v1.1.3
9352026-03-18T10:44:08.392Z Downloaded crossterm v0.28.1
9362026-03-18T10:44:08.403Z Downloaded secrecy v0.10.3
9372026-03-18T10:44:08.403Z Downloaded scrypt v0.11.0
9382026-03-18T10:44:08.403Z Downloaded scroll_derive v0.13.1
9392026-03-18T10:44:08.403Z Downloaded resolv-conf v0.7.6
9402026-03-18T10:44:08.413Z Downloaded serde_bytes v0.11.19
9412026-03-18T10:44:08.413Z Downloaded serde_repr v0.1.20
9422026-03-18T10:44:08.413Z Downloaded shell-words v1.1.1
9432026-03-18T10:44:08.413Z Downloaded serde_plain v1.0.2
9442026-03-18T10:44:08.413Z Downloaded serde-big-array v0.5.1
9452026-03-18T10:44:08.413Z Downloaded seq-macro v0.3.6
9462026-03-18T10:44:08.413Z Downloaded quinn-udp v0.5.14
9472026-03-18T10:44:08.413Z Downloaded jiff-static v0.2.21
9482026-03-18T10:44:08.422Z Downloaded pkcs5 v0.7.1
9492026-03-18T10:44:08.422Z Downloaded iana-time-zone v0.1.65
9502026-03-18T10:44:08.422Z Downloaded miniz_oxide v0.8.9
9512026-03-18T10:44:08.422Z Downloaded rustls-pemfile v1.0.4
9522026-03-18T10:44:08.422Z Downloaded inout v0.1.4
9532026-03-18T10:44:08.422Z Downloaded serde_spanned v1.0.4
9542026-03-18T10:44:08.430Z Downloaded sha1 v0.10.6
9552026-03-18T10:44:08.430Z Downloaded rustls-pemfile v2.2.0
9562026-03-18T10:44:08.431Z Downloaded rustls-native-certs v0.8.3
9572026-03-18T10:44:08.431Z Downloaded cookie_store v0.22.1
9582026-03-18T10:44:08.438Z Downloaded sigpipe v0.1.3
9592026-03-18T10:44:08.438Z Downloaded signal-hook-mio v0.2.5
9602026-03-18T10:44:08.438Z Downloaded signal-hook-tokio v0.3.1
9612026-03-18T10:44:08.438Z Downloaded colored v2.2.0
9622026-03-18T10:44:08.438Z Downloaded signature v2.2.0
9632026-03-18T10:44:08.438Z Downloaded fixedbitset v0.5.7
9642026-03-18T10:44:08.443Z Downloaded prefix-trie v0.7.0
9652026-03-18T10:44:08.443Z Downloaded either v1.15.0
9662026-03-18T10:44:08.443Z Downloaded rusty-fork v0.3.1
9672026-03-18T10:44:08.443Z Downloaded fs-err v2.11.0
9682026-03-18T10:44:08.447Z Downloaded erased-serde v0.3.31
9692026-03-18T10:44:08.447Z Downloaded siphasher v1.0.2
9702026-03-18T10:44:08.447Z Downloaded papergrid v0.17.0
9712026-03-18T10:44:08.451Z Downloaded hashbrown v0.13.2
9722026-03-18T10:44:08.459Z Downloaded rustversion v1.0.22
9732026-03-18T10:44:08.465Z Downloaded secrecy v0.8.0
9742026-03-18T10:44:08.465Z Downloaded sec1 v0.7.3
9752026-03-18T10:44:08.465Z Downloaded sct v0.7.1
9762026-03-18T10:44:08.465Z Downloaded slog-envlogger v2.2.0
9772026-03-18T10:44:08.466Z Downloaded slog-bunyan v2.5.0
9782026-03-18T10:44:08.472Z Downloaded scroll v0.13.0
9792026-03-18T10:44:08.473Z Downloaded derive_builder_core v0.20.2
9802026-03-18T10:44:08.473Z Downloaded aho-corasick v1.1.4
9812026-03-18T10:44:08.473Z Downloaded progenitor-impl v0.13.0
9822026-03-18T10:44:08.495Z Downloaded hickory-server v0.25.2
9832026-03-18T10:44:08.495Z Downloaded openssl-sys v0.9.111
9842026-03-18T10:44:08.514Z Downloaded crossterm v0.29.0
9852026-03-18T10:44:08.515Z Downloaded corncobs v0.1.4
9862026-03-18T10:44:08.515Z Downloaded http-body v1.0.1
9872026-03-18T10:44:08.515Z Downloaded backon v1.6.0
9882026-03-18T10:44:08.515Z Downloaded serde-hex v0.1.0
9892026-03-18T10:44:08.515Z Downloaded semver v0.1.20
9902026-03-18T10:44:08.515Z Downloaded schemars_derive v0.8.22
9912026-03-18T10:44:08.515Z Downloaded cipher v0.4.4
9922026-03-18T10:44:08.515Z Downloaded buf-list v1.1.2
9932026-03-18T10:44:08.515Z Downloaded crossbeam-utils v0.8.21
9942026-03-18T10:44:08.516Z Downloaded bitfield v0.19.4
9952026-03-18T10:44:08.516Z Downloaded hash32 v0.3.1
9962026-03-18T10:44:08.522Z Downloaded minimal-lexical v0.2.1
9972026-03-18T10:44:08.522Z Downloaded ssh-cipher v0.2.0
9982026-03-18T10:44:08.523Z Downloaded signal-hook-registry v1.4.8
9992026-03-18T10:44:08.523Z Downloaded ssh-encoding v0.2.0
10002026-03-18T10:44:08.523Z Downloaded serde_urlencoded v0.7.1
10012026-03-18T10:44:08.523Z Downloaded blowfish v0.9.1
10022026-03-18T10:44:08.523Z Downloaded async-recursion v1.1.1
10032026-03-18T10:44:08.523Z Downloaded serde_path_to_error v0.1.20
10042026-03-18T10:44:08.523Z Downloaded serde_derive_internals v0.29.1
10052026-03-18T10:44:08.523Z Downloaded arrayvec v0.7.6
10062026-03-18T10:44:08.530Z Downloaded dirs-next v2.0.0
10072026-03-18T10:44:08.530Z Downloaded data-encoding v2.10.0
10082026-03-18T10:44:08.530Z Downloaded daft-derive v0.1.5
10092026-03-18T10:44:08.530Z Downloaded structmeta-derive v0.3.0
10102026-03-18T10:44:08.537Z Downloaded sync_wrapper v1.0.2
10112026-03-18T10:44:08.537Z Downloaded sync-ptr v0.1.4
10122026-03-18T10:44:08.537Z Downloaded strum v0.27.2
10132026-03-18T10:44:08.537Z Downloaded structmeta v0.3.0
10142026-03-18T10:44:08.537Z Downloaded strip-ansi-escapes v0.2.1
10152026-03-18T10:44:08.537Z Downloaded simd-adler32 v0.3.8
10162026-03-18T10:44:08.537Z Downloaded shlex v1.3.0
10172026-03-18T10:44:08.552Z Downloaded strum v0.26.3
10182026-03-18T10:44:08.552Z Downloaded hashbrown v0.12.3
10192026-03-18T10:44:08.552Z Downloaded slog-scope v4.4.1
10202026-03-18T10:44:08.557Z Downloaded aes v0.8.4
10212026-03-18T10:44:08.557Z Downloaded supports-color v3.0.2
10222026-03-18T10:44:08.557Z Downloaded subtle v2.6.1
10232026-03-18T10:44:08.557Z Downloaded take_mut v0.2.2
10242026-03-18T10:44:08.557Z Downloaded tabwriter v1.4.1
10252026-03-18T10:44:08.557Z Downloaded tap v1.0.1
10262026-03-18T10:44:08.557Z Downloaded rustls-pki-types v1.14.0
10272026-03-18T10:44:08.557Z Downloaded slog-async v2.8.0
10282026-03-18T10:44:08.557Z Downloaded slab v0.4.12
10292026-03-18T10:44:08.557Z Downloaded smallvec v0.6.14
10302026-03-18T10:44:08.564Z Downloaded tabled_derive v0.11.0
10312026-03-18T10:44:08.564Z Downloaded slog-term v2.9.2
10322026-03-18T10:44:08.564Z Downloaded smf v0.2.3
10332026-03-18T10:44:08.570Z Downloaded itertools v0.10.5
10342026-03-18T10:44:08.570Z Downloaded russh-keys v0.45.0
10352026-03-18T10:44:08.570Z Downloaded slog-stdlog v4.1.1
10362026-03-18T10:44:08.576Z Downloaded thiserror-impl-no-std v2.0.2
10372026-03-18T10:44:08.576Z Downloaded testing_table v0.3.0
10382026-03-18T10:44:08.576Z Downloaded slog-json v2.6.1
10392026-03-18T10:44:08.584Z Downloaded thread-id v5.1.0
10402026-03-18T10:44:08.584Z Downloaded prettyplease v0.2.37
10412026-03-18T10:44:08.584Z Downloaded spki v0.7.3
10422026-03-18T10:44:08.585Z Downloaded termtree v0.5.1
10432026-03-18T10:44:08.589Z Downloaded snafu-derive v0.8.9
10442026-03-18T10:44:08.589Z Downloaded http v1.4.0
10452026-03-18T10:44:08.589Z Downloaded slog-dtrace v0.3.0
10462026-03-18T10:44:08.589Z Downloaded hyper-util v0.1.20
10472026-03-18T10:44:08.594Z Downloaded fxhash v0.2.1
10482026-03-18T10:44:08.599Z Downloaded funty v2.0.0
10492026-03-18T10:44:08.599Z Downloaded base64ct v1.8.3
10502026-03-18T10:44:08.599Z Downloaded argon2 v0.5.3
10512026-03-18T10:44:08.604Z Downloaded stringprep v0.1.5
10522026-03-18T10:44:08.604Z Downloaded string_cache v0.8.9
10532026-03-18T10:44:08.604Z Downloaded time-core v0.1.8
10542026-03-18T10:44:08.604Z Downloaded stacker v0.1.23
10552026-03-18T10:44:08.608Z Downloaded tinyvec_macros v0.1.1
10562026-03-18T10:44:08.609Z Downloaded rayon-core v1.13.0
10572026-03-18T10:44:08.612Z Downloaded serde_cbor v0.11.2
10582026-03-18T10:44:08.613Z Downloaded sqlparser_derive v0.5.0
10592026-03-18T10:44:08.616Z Downloaded sqlformat v0.3.5
10602026-03-18T10:44:08.616Z Downloaded progenitor-impl v0.11.2
10612026-03-18T10:44:08.618Z Downloaded strum_macros v0.27.2
10622026-03-18T10:44:08.625Z Downloaded static_assertions v1.1.0
10632026-03-18T10:44:08.625Z Downloaded serde_with_macros v3.17.0
10642026-03-18T10:44:08.626Z Downloaded progenitor-impl v0.10.0
10652026-03-18T10:44:08.629Z Downloaded ryu v1.0.23
10662026-03-18T10:44:08.629Z Downloaded rcgen v0.12.1
10672026-03-18T10:44:08.632Z Downloaded strum_macros v0.24.3
10682026-03-18T10:44:08.632Z Downloaded aes-gcm v0.10.3
10692026-03-18T10:44:08.636Z Downloaded pin-project v1.1.11
10702026-03-18T10:44:08.647Z Downloaded tagptr v0.2.0
10712026-03-18T10:44:08.656Z Downloaded quinn v0.11.9
10722026-03-18T10:44:08.656Z Downloaded support-bundle-viewer v0.1.2
10732026-03-18T10:44:08.657Z Downloaded rustls-platform-verifier v0.6.2
10742026-03-18T10:44:08.665Z Downloaded ron v0.8.1
10752026-03-18T10:44:08.665Z Downloaded termios v0.3.3
10762026-03-18T10:44:08.670Z Downloaded thread_local v1.1.9
10772026-03-18T10:44:08.670Z Downloaded topological-sort v0.2.2
10782026-03-18T10:44:08.670Z Downloaded tower-layer v0.3.3
10792026-03-18T10:44:08.670Z Downloaded thiserror-no-std v2.0.2
10802026-03-18T10:44:08.670Z Downloaded tower-service v0.3.3
10812026-03-18T10:44:08.670Z Downloaded pretty_assertions v1.4.1
10822026-03-18T10:44:08.674Z Downloaded try-lock v0.2.5
10832026-03-18T10:44:08.674Z Downloaded num-bigint v0.4.6
10842026-03-18T10:44:08.677Z Downloaded typify-macro v0.4.3
10852026-03-18T10:44:08.680Z Downloaded tls_codec v0.4.2
10862026-03-18T10:44:08.680Z Downloaded spin v0.9.8
10872026-03-18T10:44:08.685Z Downloaded rand v0.8.5
10882026-03-18T10:44:08.690Z Downloaded serde_yaml v0.9.34+deprecated
10892026-03-18T10:44:08.694Z Downloaded time-macros v0.2.27
10902026-03-18T10:44:08.699Z Downloaded signal-hook v0.3.18
10912026-03-18T10:44:08.704Z Downloaded trait-variant v0.1.2
10922026-03-18T10:44:08.708Z Downloaded typify-macro v0.6.1
10932026-03-18T10:44:08.708Z Downloaded similar v2.7.0
10942026-03-18T10:44:08.712Z Downloaded qorb v0.4.1
10952026-03-18T10:44:08.715Z Downloaded unarray v0.1.4
10962026-03-18T10:44:08.718Z Downloaded tokio-native-tls v0.3.1
10972026-03-18T10:44:08.718Z Downloaded tokio-macros v2.6.0
10982026-03-18T10:44:08.722Z Downloaded unicode-truncate v1.1.0
10992026-03-18T10:44:08.722Z Downloaded tokio-dtrace v0.1.1
11002026-03-18T10:44:08.732Z Downloaded tls_codec_derive v0.4.2
11012026-03-18T10:44:08.732Z Downloaded strum_macros v0.26.4
11022026-03-18T10:44:08.732Z Downloaded nom v7.1.3
11032026-03-18T10:44:08.740Z Downloaded tokio-tungstenite v0.23.1
11042026-03-18T10:44:08.740Z Downloaded tokio-rustls v0.25.0
11052026-03-18T10:44:08.740Z Downloaded slog v2.8.2
11062026-03-18T10:44:08.748Z Downloaded untrusted v0.9.0
11072026-03-18T10:44:08.748Z Downloaded usdt v0.6.0
11082026-03-18T10:44:08.748Z Downloaded hashbrown v0.15.5
11092026-03-18T10:44:08.748Z Downloaded libxml v0.3.3
11102026-03-18T10:44:08.754Z Downloaded schemars v0.8.22
11112026-03-18T10:44:08.758Z Downloaded usdt-attr-macro v0.6.0
11122026-03-18T10:44:08.762Z Downloaded usdt-macro v0.6.0
11132026-03-18T10:44:08.763Z Downloaded toml_writer v1.0.6+spec-1.1.0
11142026-03-18T10:44:08.763Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11152026-03-18T10:44:08.771Z Downloaded void v1.0.2
11162026-03-18T10:44:08.771Z Downloaded tiny-keccak v2.0.2
11172026-03-18T10:44:08.771Z Downloaded term v1.2.1
11182026-03-18T10:44:08.771Z Downloaded socket2 v0.6.2
11192026-03-18T10:44:08.777Z Downloaded wait-timeout v0.2.1
11202026-03-18T10:44:08.777Z Downloaded waitgroup v0.1.2
11212026-03-18T10:44:08.777Z Downloaded socket2 v0.5.10
11222026-03-18T10:44:08.777Z Downloaded rand v0.9.2
11232026-03-18T10:44:08.780Z Downloaded rsa v0.9.10
11242026-03-18T10:44:08.784Z Downloaded untrusted v0.7.1
11252026-03-18T10:44:08.785Z Downloaded universal-hash v0.5.1
11262026-03-18T10:44:08.785Z Downloaded unit-prefix v0.5.2
11272026-03-18T10:44:08.792Z Downloaded tui-tree-widget v0.23.1
11282026-03-18T10:44:08.792Z Downloaded mio v1.1.1
11292026-03-18T10:44:08.793Z Downloaded want v0.3.1
11302026-03-18T10:44:08.801Z Downloaded iddqd v0.3.17
11312026-03-18T10:44:08.801Z Downloaded rustls-webpki v0.103.9
11322026-03-18T10:44:08.805Z Downloaded unicase v2.9.0
11332026-03-18T10:44:08.805Z Downloaded xattr v1.6.1
11342026-03-18T10:44:08.805Z Downloaded publicsuffix v2.3.0
11352026-03-18T10:44:08.812Z Downloaded tokio-rustls v0.24.1
11362026-03-18T10:44:08.816Z Downloaded samael v0.0.19
11372026-03-18T10:44:08.816Z Downloaded tokio-rustls v0.26.4
11382026-03-18T10:44:08.819Z Downloaded tokio-tungstenite v0.21.0
11392026-03-18T10:44:08.819Z Downloaded tar v0.4.44
11402026-03-18T10:44:08.823Z Downloaded subprocess v0.2.15
11412026-03-18T10:44:08.827Z Downloaded xshell-macros v0.2.7
11422026-03-18T10:44:08.827Z Downloaded snafu v0.8.9
11432026-03-18T10:44:08.831Z Downloaded zeroize_derive v1.4.3
11442026-03-18T10:44:08.831Z Downloaded tokio-stream v0.1.18
11452026-03-18T10:44:08.835Z Downloaded term v0.7.0
11462026-03-18T10:44:08.840Z Downloaded num-bigint-dig v0.8.6
11472026-03-18T10:44:08.845Z Downloaded test-strategy v0.4.5
11482026-03-18T10:44:08.845Z Downloaded utf-8 v0.7.6
11492026-03-18T10:44:08.850Z Downloaded usdt-impl v0.6.0
11502026-03-18T10:44:08.851Z Downloaded vergen-git2 v1.0.7
11512026-03-18T10:44:08.851Z Downloaded tracing-attributes v0.1.31
11522026-03-18T10:44:08.851Z Downloaded itertools v0.12.1
11532026-03-18T10:44:08.857Z Downloaded toml_parser v1.0.9+spec-1.1.0
11542026-03-18T10:44:08.857Z Downloaded schemars v1.2.1
11552026-03-18T10:44:08.871Z Downloaded vergen-lib v0.1.6
11562026-03-18T10:44:08.876Z Downloaded zone_cfg_derive v0.3.1
11572026-03-18T10:44:08.876Z Downloaded vergen-gitcl v1.0.8
11582026-03-18T10:44:08.876Z Downloaded uzers v0.12.2
11592026-03-18T10:44:08.876Z Downloaded twox-hash v2.1.2
11602026-03-18T10:44:08.876Z Downloaded tinyvec v1.10.0
11612026-03-18T10:44:08.881Z Downloaded rand v0.10.0
11622026-03-18T10:44:08.881Z Downloaded whoami v1.6.1
11632026-03-18T10:44:08.886Z Downloaded whoami v2.1.0
11642026-03-18T10:44:08.886Z Downloaded hkdf v0.12.4
11652026-03-18T10:44:08.886Z Downloaded schemars v0.9.0
11662026-03-18T10:44:08.895Z Downloaded xz2 v0.1.7
11672026-03-18T10:44:08.900Z Downloaded hyper v1.8.1
11682026-03-18T10:44:08.905Z Downloaded walkdir v2.5.0
11692026-03-18T10:44:08.905Z Downloaded h2 v0.4.13
11702026-03-18T10:44:08.908Z Downloaded unicode-properties v0.1.4
11712026-03-18T10:44:08.908Z Downloaded iri-string v0.7.10
11722026-03-18T10:44:08.914Z Downloaded tungstenite v0.21.0
11732026-03-18T10:44:08.920Z Downloaded libm v0.2.16
11742026-03-18T10:44:08.924Z Downloaded xshell v0.2.7
11752026-03-18T10:44:08.928Z Downloaded toml v0.7.8
11762026-03-18T10:44:08.928Z Downloaded itertools v0.14.0
11772026-03-18T10:44:08.957Z Downloaded itertools v0.13.0
11782026-03-18T10:44:08.957Z Downloaded toml v0.9.12+spec-1.1.0
11792026-03-18T10:44:08.957Z Downloaded tracing-core v0.1.36
11802026-03-18T10:44:08.957Z Downloaded vergen v9.0.6
11812026-03-18T10:44:08.957Z Downloaded futures-util v0.3.32
11822026-03-18T10:44:08.964Z Downloaded zstd-safe v7.2.4
11832026-03-18T10:44:08.964Z Downloaded zone v0.3.1
11842026-03-18T10:44:08.964Z Downloaded vsss-rs v3.3.4
11852026-03-18T10:44:08.964Z Downloaded typify v0.6.1
11862026-03-18T10:44:08.964Z Downloaded unsafe-libyaml v0.2.11
11872026-03-18T10:44:08.971Z Downloaded rustyline v14.0.0
11882026-03-18T10:44:08.971Z Downloaded zeroize v1.8.2
11892026-03-18T10:44:08.971Z Downloaded p521 v0.13.3
11902026-03-18T10:44:08.978Z Downloaded blake3 v1.8.3
11912026-03-18T10:44:08.982Z Downloaded tungstenite v0.23.0
11922026-03-18T10:44:08.982Z Downloaded russh v0.45.0
11932026-03-18T10:44:08.985Z Downloaded zstd v0.13.3
11942026-03-18T10:44:08.988Z Downloaded rpassword v7.4.0
11952026-03-18T10:44:08.988Z Downloaded ron v0.12.0
11962026-03-18T10:44:08.997Z Downloaded yasna v0.5.2
11972026-03-18T10:44:09.002Z Downloaded zerocopy v0.6.6
11982026-03-18T10:44:09.002Z Downloaded wyz v0.5.1
11992026-03-18T10:44:09.006Z Downloaded reedline v0.40.0
12002026-03-18T10:44:09.012Z Downloaded unicode-bidi v0.3.18
12012026-03-18T10:44:09.018Z Downloaded uuid v1.21.0
12022026-03-18T10:44:09.018Z Downloaded toml_edit v0.23.10+spec-1.0.0
12032026-03-18T10:44:09.024Z Downloaded vte v0.14.1
12042026-03-18T10:44:09.032Z Downloaded zopfli v0.8.3
12052026-03-18T10:44:09.044Z Downloaded typify v0.4.3
12062026-03-18T10:44:09.052Z Downloaded steno v0.4.1
12072026-03-18T10:44:09.079Z Downloaded toml_edit v0.19.15
12082026-03-18T10:44:09.100Z Downloaded tokio-postgres v0.7.16
12092026-03-18T10:44:09.106Z Downloaded bindgen v0.71.1
12102026-03-18T10:44:09.111Z Downloaded yansi v1.0.1
12112026-03-18T10:44:09.111Z Downloaded rayon v1.11.0
12122026-03-18T10:44:09.114Z Downloaded reqwest v0.12.28
12132026-03-18T10:44:09.119Z Downloaded ssh-key v0.6.7
12142026-03-18T10:44:09.123Z Downloaded zip v0.6.6
12152026-03-18T10:44:09.127Z Downloaded regex v1.12.3
12162026-03-18T10:44:09.131Z Downloaded quick-xml v0.37.5
12172026-03-18T10:44:09.138Z Downloaded aws-lc-rs v1.16.0
12182026-03-18T10:44:09.145Z Downloaded git2 v0.20.4
12192026-03-18T10:44:09.150Z Downloaded x509-cert v0.2.5
12202026-03-18T10:44:09.154Z Downloaded zerocopy-derive v0.8.40
12212026-03-18T10:44:09.162Z Downloaded unicode-segmentation v1.12.0
12222026-03-18T10:44:09.165Z Downloaded portable-atomic v1.13.1
12232026-03-18T10:44:09.170Z Downloaded curve25519-dalek v4.1.3
12242026-03-18T10:44:09.176Z Downloaded lalrpop v0.19.12
12252026-03-18T10:44:09.184Z Downloaded typed-path v0.9.3
12262026-03-18T10:44:09.188Z Downloaded tower v0.5.3
12272026-03-18T10:44:09.195Z Downloaded salty v0.3.0
12282026-03-18T10:44:09.203Z Downloaded rustls-webpki v0.101.7
12292026-03-18T10:44:09.214Z Downloaded proptest v1.10.0
12302026-03-18T10:44:09.220Z Downloaded serde_with v3.17.0
12312026-03-18T10:44:09.228Z Downloaded rustls-webpki v0.102.8
12322026-03-18T10:44:09.243Z Downloaded zip v4.6.1
12332026-03-18T10:44:09.246Z Downloaded unicode-normalization v0.1.25
12342026-03-18T10:44:09.250Z Downloaded tokio-util v0.7.18
12352026-03-18T10:44:09.253Z Downloaded tower-http v0.6.8
12362026-03-18T10:44:09.258Z Downloaded quinn-proto v0.11.13
12372026-03-18T10:44:09.263Z Downloaded moka v0.12.13
12382026-03-18T10:44:09.270Z Downloaded goblin v0.10.5
12392026-03-18T10:44:09.277Z Downloaded tough v0.20.0
12402026-03-18T10:44:09.282Z Downloaded petname v2.0.2
12412026-03-18T10:44:09.287Z Downloaded reqwest v0.13.2
12422026-03-18T10:44:09.295Z Downloaded winnow v0.6.26
12432026-03-18T10:44:09.300Z Downloaded object v0.30.4
12442026-03-18T10:44:09.306Z Downloaded radix_trie v0.2.1
12452026-03-18T10:44:09.310Z Downloaded p384 v0.13.1
12462026-03-18T10:44:09.314Z Downloaded bitvec v1.0.1
12472026-03-18T10:44:09.326Z Downloaded nix v0.27.1
12482026-03-18T10:44:09.330Z Downloaded unicode_categories v0.1.1
12492026-03-18T10:44:09.334Z Downloaded chrono v0.4.44
12502026-03-18T10:44:09.341Z Downloaded tabled v0.20.0
12512026-03-18T10:44:09.361Z Downloaded winnow v0.5.40
12522026-03-18T10:44:09.367Z Downloaded rustls v0.21.12
12532026-03-18T10:44:09.387Z Downloaded polar-core v0.27.3
12542026-03-18T10:44:09.396Z Downloaded openssl v0.10.75
12552026-03-18T10:44:09.403Z Downloaded time v0.3.47
12562026-03-18T10:44:09.412Z Downloaded regex-syntax v0.6.29
12572026-03-18T10:44:09.416Z Downloaded dropshot v0.16.7
12582026-03-18T10:44:09.432Z Downloaded zlib-rs v0.6.2
12592026-03-18T10:44:09.436Z Downloaded nix v0.29.0
12602026-03-18T10:44:09.445Z Downloaded bstr v1.12.1
12612026-03-18T10:44:09.452Z Downloaded webpki-roots v1.0.6
12622026-03-18T10:44:09.456Z Downloaded nix v0.31.1
12632026-03-18T10:44:09.463Z Downloaded smoltcp v0.9.1
12642026-03-18T10:44:09.474Z Downloaded zerocopy v0.8.40
12652026-03-18T10:44:09.479Z Downloaded hickory-proto v0.24.4
12662026-03-18T10:44:09.493Z Downloaded smoltcp v0.11.0
12672026-03-18T10:44:09.502Z Downloaded regex-syntax v0.8.10
12682026-03-18T10:44:09.507Z Downloaded openapiv3 v2.2.0
12692026-03-18T10:44:09.514Z Downloaded regress v0.10.5
12702026-03-18T10:44:09.520Z Downloaded rustls v0.23.37
12712026-03-18T10:44:09.529Z Downloaded hickory-proto v0.25.2
12722026-03-18T10:44:09.540Z Downloaded diesel v2.3.7
12732026-03-18T10:44:09.559Z Downloaded vcpkg v0.2.15
12742026-03-18T10:44:09.585Z Downloaded rustix v0.38.44
12752026-03-18T10:44:09.606Z Downloaded rustls v0.22.4
12762026-03-18T10:44:09.610Z Downloaded nix v0.28.0
12772026-03-18T10:44:09.619Z Downloaded object v0.37.3
12782026-03-18T10:44:09.645Z Downloaded sled v0.34.7
12792026-03-18T10:44:09.656Z Downloaded tracing v0.1.44
12802026-03-18T10:44:09.671Z Downloaded sqlparser v0.61.0
12812026-03-18T10:44:09.690Z Downloaded typify-impl v0.6.1
12822026-03-18T10:44:09.708Z Downloaded ratatui v0.29.0
12832026-03-18T10:44:09.723Z Downloaded zerocopy-derive v0.6.6
12842026-03-18T10:44:09.728Z Downloaded typify-impl v0.4.3
12852026-03-18T10:44:09.742Z Downloaded bzip2-sys v0.1.13+1.0.8
12862026-03-18T10:44:09.751Z Downloaded regex-automata v0.4.14
12872026-03-18T10:44:09.770Z Downloaded chrono-tz v0.10.4
12882026-03-18T10:44:09.783Z Downloaded petgraph v0.6.5
12892026-03-18T10:44:09.796Z Downloaded jiff v0.2.21
12902026-03-18T10:44:09.809Z Downloaded lzma-sys v0.1.20
12912026-03-18T10:44:09.831Z Downloaded petgraph v0.8.3
12922026-03-18T10:44:09.847Z Downloaded libz-sys v1.1.24
12932026-03-18T10:44:09.864Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12942026-03-18T10:44:09.877Z Downloaded csv v1.4.0
12952026-03-18T10:44:09.895Z Downloaded sha3 v0.10.8
12962026-03-18T10:44:09.905Z Downloaded tokio v1.49.0
12972026-03-18T10:44:10.011Z Downloaded encoding_rs v0.8.35
12982026-03-18T10:44:10.032Z Downloaded ring v0.17.14
12992026-03-18T10:44:10.072Z Downloaded libgit2-sys v0.18.3+1.9.2
13002026-03-18T10:44:10.634Z Downloaded aws-lc-sys v0.37.1
13012026-03-18T10:44:10.962Z Compiling libc v0.2.180
13022026-03-18T10:44:10.962Z Compiling serde v1.0.228
13032026-03-18T10:44:10.965Z Compiling log v0.4.29
13042026-03-18T10:44:10.965Z Compiling shlex v1.3.0
13052026-03-18T10:44:11.160Z Compiling find-msvc-tools v0.1.9
13062026-03-18T10:44:11.160Z Compiling smallvec v1.15.1
13072026-03-18T10:44:11.172Z Compiling syn v2.0.117
13082026-03-18T10:44:11.189Z Compiling typenum v1.19.0
13092026-03-18T10:44:11.387Z Compiling generic-array v0.14.7
13102026-03-18T10:44:11.387Z Compiling subtle v2.6.1
13112026-03-18T10:44:11.446Z Compiling scopeguard v1.2.0
13122026-03-18T10:44:11.502Z Compiling portable-atomic v1.13.1
13132026-03-18T10:44:11.561Z Compiling lock_api v0.4.14
13142026-03-18T10:44:11.584Z Compiling const-oid v0.9.6
13152026-03-18T10:44:11.621Z Compiling critical-section v1.2.0
13162026-03-18T10:44:11.694Z Compiling zerocopy v0.8.40
13172026-03-18T10:44:11.746Z Compiling serde_json v1.0.149
13182026-03-18T10:44:11.856Z Compiling pin-project-lite v0.2.17
13192026-03-18T10:44:11.975Z Compiling parking_lot_core v0.9.12
13202026-03-18T10:44:12.259Z Compiling getrandom v0.2.17
13212026-03-18T10:44:12.277Z Compiling jobserver v0.1.34
13222026-03-18T10:44:12.342Z Compiling errno v0.3.14
13232026-03-18T10:44:12.497Z Compiling rand_core v0.6.4
13242026-03-18T10:44:12.683Z Compiling signal-hook-registry v1.4.8
13252026-03-18T10:44:12.742Z Compiling cc v1.2.56
13262026-03-18T10:44:12.922Z Compiling once_cell v1.21.3
13272026-03-18T10:44:12.951Z Compiling pkg-config v0.3.32
13282026-03-18T10:44:12.973Z Compiling parking_lot v0.12.5
13292026-03-18T10:44:13.041Z Compiling mio v1.1.1
13302026-03-18T10:44:13.062Z Compiling bitflags v2.11.0
13312026-03-18T10:44:13.200Z Compiling libm v0.2.16
13322026-03-18T10:44:13.366Z Compiling num-traits v0.2.19
13332026-03-18T10:44:13.484Z Compiling futures-core v0.3.32
13342026-03-18T10:44:13.685Z Compiling socket2 v0.6.2
13352026-03-18T10:44:13.723Z Compiling percent-encoding v2.3.2
13362026-03-18T10:44:13.736Z Compiling allocator-api2 v0.2.21
13372026-03-18T10:44:13.785Z Compiling foldhash v0.2.0
13382026-03-18T10:44:13.820Z Compiling futures-sink v0.3.32
13392026-03-18T10:44:13.959Z Compiling cpufeatures v0.2.17
13402026-03-18T10:44:13.977Z Compiling futures-channel v0.3.32
13412026-03-18T10:44:14.057Z Compiling getrandom v0.4.1
13422026-03-18T10:44:14.081Z Compiling slab v0.4.12
13432026-03-18T10:44:14.188Z Compiling hashbrown v0.16.1
13442026-03-18T10:44:14.266Z Compiling futures-task v0.3.32
13452026-03-18T10:44:14.286Z Compiling futures-io v0.3.32
13462026-03-18T10:44:14.315Z Compiling rustversion v1.0.22
13472026-03-18T10:44:14.490Z Compiling rand_core v0.10.0
13482026-03-18T10:44:14.529Z Compiling getrandom v0.3.4
13492026-03-18T10:44:14.550Z Compiling form_urlencoded v1.2.2
13502026-03-18T10:44:14.998Z Compiling indexmap v2.13.0
13512026-03-18T10:44:15.033Z Compiling cmake v0.1.57
13522026-03-18T10:44:15.052Z Compiling ident_case v1.0.1
13532026-03-18T10:44:15.216Z Compiling dunce v1.0.5
13542026-03-18T10:44:15.282Z Compiling base64ct v1.8.3
13552026-03-18T10:44:15.340Z Compiling synstructure v0.13.2
13562026-03-18T10:44:15.586Z Compiling fs_extra v1.3.0
13572026-03-18T10:44:15.643Z Compiling pem-rfc7468 v0.7.0
13582026-03-18T10:44:15.671Z Compiling flagset v0.4.7
13592026-03-18T10:44:15.747Z Compiling rand_core v0.9.5
13602026-03-18T10:44:15.777Z Compiling iana-time-zone v0.1.65
13612026-03-18T10:44:15.839Z Compiling rustix v1.1.3
13622026-03-18T10:44:15.895Z Compiling ring v0.17.14
13632026-03-18T10:44:15.953Z Compiling aws-lc-sys v0.37.1
13642026-03-18T10:44:16.053Z Compiling uuid v1.21.0
13652026-03-18T10:44:16.073Z Compiling rustc_version v0.4.1
13662026-03-18T10:44:16.123Z Compiling aws-lc-rs v1.16.0
13672026-03-18T10:44:16.194Z Compiling regex-syntax v0.8.10
13682026-03-18T10:44:16.489Z Compiling vcpkg v0.2.15
13692026-03-18T10:44:16.508Z Compiling tracing-core v0.1.36
13702026-03-18T10:44:16.978Z Compiling crossbeam-utils v0.8.21
13712026-03-18T10:44:17.259Z Compiling pest_generator v2.8.6
13722026-03-18T10:44:17.373Z Compiling serde_derive_internals v0.29.1
13732026-03-18T10:44:17.524Z Compiling openssl-sys v0.9.111
13742026-03-18T10:44:18.016Z Compiling serde_derive v1.0.228
13752026-03-18T10:44:18.196Z Compiling zeroize_derive v1.4.3
13762026-03-18T10:44:18.249Z Compiling zerofrom-derive v0.1.6
13772026-03-18T10:44:18.265Z Compiling yoke-derive v0.8.1
13782026-03-18T10:44:18.667Z Compiling zerocopy-derive v0.8.40
13792026-03-18T10:44:19.042Z Compiling zeroize v1.8.2
13802026-03-18T10:44:19.489Z Compiling zerovec-derive v0.11.2
13812026-03-18T10:44:19.811Z Compiling displaydoc v0.2.5
13822026-03-18T10:44:20.088Z Compiling crypto-common v0.1.7
13832026-03-18T10:44:20.150Z Compiling zerofrom v0.1.6
13842026-03-18T10:44:20.271Z Compiling block-buffer v0.10.4
13852026-03-18T10:44:20.309Z Compiling yoke v0.8.1
13862026-03-18T10:44:20.481Z Compiling digest v0.10.7
13872026-03-18T10:44:20.552Z Compiling tokio-macros v2.6.0
13882026-03-18T10:44:20.777Z Compiling zerotrie v0.2.3
13892026-03-18T10:44:20.798Z Compiling hmac v0.12.1
13902026-03-18T10:44:20.957Z Compiling zerovec v0.11.5
13912026-03-18T10:44:20.992Z Compiling futures-macro v0.3.32
13922026-03-18T10:44:21.103Z Compiling block-padding v0.3.3
13932026-03-18T10:44:21.171Z Compiling sha2 v0.10.9
13942026-03-18T10:44:21.304Z Compiling inout v0.1.4
13952026-03-18T10:44:21.528Z Compiling cipher v0.4.4
13962026-03-18T10:44:21.528Z Compiling der_derive v0.7.3
13972026-03-18T10:44:21.650Z Compiling tinystr v0.8.2
13982026-03-18T10:44:21.889Z Compiling icu_locale_core v2.1.1
13992026-03-18T10:44:21.921Z Compiling potential_utf v0.1.4
14002026-03-18T10:44:22.073Z Compiling futures-util v0.3.32
14012026-03-18T10:44:22.136Z Compiling icu_collections v2.1.1
14022026-03-18T10:44:22.812Z Compiling bytes v1.11.1
14032026-03-18T10:44:22.836Z Compiling icu_provider v2.1.1
14042026-03-18T10:44:22.913Z Compiling der v0.7.10
14052026-03-18T10:44:23.042Z Compiling chrono v0.4.44
14062026-03-18T10:44:23.194Z Compiling icu_properties v2.1.2
14072026-03-18T10:44:23.221Z Compiling icu_normalizer v2.1.1
14082026-03-18T10:44:23.662Z Compiling tokio v1.49.0
14092026-03-18T10:44:23.935Z Compiling http v1.4.0
14102026-03-18T10:44:24.572Z Compiling idna_adapter v1.2.1
14112026-03-18T10:44:24.731Z Compiling idna v1.1.0
14122026-03-18T10:44:24.750Z Compiling spki v0.7.3
14132026-03-18T10:44:24.920Z Compiling ppv-lite86 v0.2.21
14142026-03-18T10:44:25.003Z Compiling salsa20 v0.10.2
14152026-03-18T10:44:25.020Z Compiling pbkdf2 v0.12.2
14162026-03-18T10:44:25.161Z Compiling url v2.5.8
14172026-03-18T10:44:25.181Z Compiling thiserror-impl v2.0.18
14182026-03-18T10:44:25.199Z Compiling scrypt v0.11.0
14192026-03-18T10:44:25.220Z Compiling cbc v0.1.2
14202026-03-18T10:44:25.359Z Compiling rand_chacha v0.9.0
14212026-03-18T10:44:25.407Z Compiling aes v0.8.4
14222026-03-18T10:44:25.528Z Compiling rustls-pki-types v1.14.0
14232026-03-18T10:44:25.609Z Compiling tracing-attributes v0.1.31
14242026-03-18T10:44:26.134Z Compiling pkcs5 v0.7.1
14252026-03-18T10:44:26.207Z Compiling rand v0.9.2
14262026-03-18T10:44:26.242Z Compiling http-body v1.0.1
14272026-03-18T10:44:26.568Z Compiling httparse v1.10.1
14282026-03-18T10:44:26.765Z Compiling syn v1.0.109
14292026-03-18T10:44:26.784Z Compiling openssl-probe v0.2.1
14302026-03-18T10:44:26.949Z Compiling thiserror v2.0.18
14312026-03-18T10:44:27.001Z Compiling untrusted v0.7.1
14322026-03-18T10:44:27.020Z Compiling base64 v0.22.1
14332026-03-18T10:44:27.076Z Compiling untrusted v0.9.0
14342026-03-18T10:44:27.152Z Compiling schemars v0.8.22
14352026-03-18T10:44:27.245Z Compiling pkcs8 v0.10.2
14362026-03-18T10:44:27.306Z Compiling schemars_derive v0.8.22
14372026-03-18T10:44:27.395Z Compiling tracing v0.1.44
14382026-03-18T10:44:27.470Z Compiling pest_derive v2.8.6
14392026-03-18T10:44:27.470Z Compiling scroll_derive v0.13.1
14402026-03-18T10:44:27.780Z Compiling darling_core v0.20.11
14412026-03-18T10:44:28.022Z Compiling try-lock v0.2.5
14422026-03-18T10:44:28.161Z Compiling atomic-waker v1.1.2
14432026-03-18T10:44:28.319Z Compiling dyn-clone v1.0.20
14442026-03-18T10:44:28.352Z Compiling tower-layer v0.3.3
14452026-03-18T10:44:28.500Z Compiling rustls v0.23.37
14462026-03-18T10:44:28.559Z Compiling tinyvec_macros v0.1.1
14472026-03-18T10:44:28.581Z Compiling tower-service v0.3.3
14482026-03-18T10:44:28.649Z Compiling tinyvec v1.10.0
14492026-03-18T10:44:28.701Z Compiling tokio-util v0.7.18
14502026-03-18T10:44:28.718Z Compiling scroll v0.13.0
14512026-03-18T10:44:29.069Z Compiling want v0.3.1
14522026-03-18T10:44:29.486Z Compiling ipnet v2.11.0
14532026-03-18T10:44:29.739Z Compiling h2 v0.4.13
14542026-03-18T10:44:30.101Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14552026-03-18T10:44:30.167Z Compiling spin v0.9.8
14562026-03-18T10:44:30.444Z Compiling aho-corasick v1.1.4
14572026-03-18T10:44:30.605Z Compiling time-core v0.1.8
14582026-03-18T10:44:30.801Z Compiling httpdate v1.0.3
14592026-03-18T10:44:30.820Z Compiling crc32fast v1.5.0
14602026-03-18T10:44:31.045Z Compiling darling_macro v0.20.11
14612026-03-18T10:44:31.085Z Compiling openssl v0.10.75
14622026-03-18T10:44:31.163Z Compiling num-conv v0.2.0
14632026-03-18T10:44:31.336Z Compiling powerfmt v0.2.0
14642026-03-18T10:44:31.376Z Compiling foreign-types-shared v0.1.1
14652026-03-18T10:44:31.488Z Compiling pin-utils v0.1.0
14662026-03-18T10:44:31.569Z Compiling regex-automata v0.4.14
14672026-03-18T10:44:31.589Z Compiling deranged v0.5.8
14682026-03-18T10:44:31.608Z Compiling foreign-types v0.3.2
14692026-03-18T10:44:31.631Z Compiling darling v0.20.11
14702026-03-18T10:44:31.725Z Compiling time-macros v0.2.27
14712026-03-18T10:44:31.805Z Compiling tempfile v3.25.0
14722026-03-18T10:44:32.812Z Compiling goblin v0.10.5
14732026-03-18T10:44:33.221Z Compiling thiserror-impl v1.0.69
14742026-03-18T10:44:33.710Z Compiling openssl-macros v0.1.1
14752026-03-18T10:44:34.206Z Compiling hyper v1.8.1
14762026-03-18T10:44:34.905Z Compiling wait-timeout v0.2.1
14772026-03-18T10:44:34.935Z Compiling usdt-impl v0.6.0
14782026-03-18T10:44:35.159Z Compiling simd-adler32 v0.3.8
14792026-03-18T10:44:35.193Z Compiling siphasher v1.0.2
14802026-03-18T10:44:35.237Z Compiling quick-error v1.2.3
14812026-03-18T10:44:35.369Z Compiling either v1.15.0
14822026-03-18T10:44:35.435Z Compiling bit-vec v0.8.0
14832026-03-18T10:44:35.487Z Compiling num_threads v0.1.7
14842026-03-18T10:44:35.608Z Compiling native-tls v0.2.18
14852026-03-18T10:44:35.641Z Compiling time v0.3.47
14862026-03-18T10:44:35.729Z Compiling bit-set v0.8.0
14872026-03-18T10:44:35.895Z Compiling hyper-util v0.1.20
14882026-03-18T10:44:35.945Z Compiling rusty-fork v0.3.1
14892026-03-18T10:44:36.380Z Compiling thiserror v1.0.69
14902026-03-18T10:44:36.745Z Compiling dof v0.4.0
14912026-03-18T10:44:37.360Z Compiling derive_builder_core v0.20.2
14922026-03-18T10:44:37.808Z Compiling unicode-normalization v0.1.25
14932026-03-18T10:44:38.239Z Compiling crossbeam-epoch v0.9.18
14942026-03-18T10:44:38.397Z Compiling dtrace-parser v0.3.0
14952026-03-18T10:44:38.423Z Compiling rustls-native-certs v0.8.3
14962026-03-18T10:44:38.592Z Compiling signature v2.2.0
14972026-03-18T10:44:38.666Z Compiling scroll_derive v0.12.1
14982026-03-18T10:44:38.793Z Compiling heapless v0.7.17
14992026-03-18T10:44:38.812Z Compiling rand_xorshift v0.4.0
15002026-03-18T10:44:38.870Z Compiling slog v2.8.2
15012026-03-18T10:44:39.014Z Compiling darling_core v0.21.3
15022026-03-18T10:44:39.089Z Compiling bzip2-sys v0.1.13+1.0.8
15032026-03-18T10:44:39.107Z Compiling sync_wrapper v1.0.2
15042026-03-18T10:44:39.246Z Compiling thread-id v5.1.0
15052026-03-18T10:44:39.354Z Compiling cookie v0.18.1
15062026-03-18T10:44:39.430Z Compiling unicode-properties v0.1.4
15072026-03-18T10:44:39.449Z Compiling zstd-safe v7.2.4
15082026-03-18T10:44:39.521Z Compiling adler2 v2.0.1
15092026-03-18T10:44:39.578Z Compiling rayon-core v1.13.0
15102026-03-18T10:44:39.680Z Compiling unicode-segmentation v1.12.0
15112026-03-18T10:44:39.706Z Compiling signal-hook v0.3.18
15122026-03-18T10:44:39.706Z Compiling anyhow v1.0.102
15132026-03-18T10:44:39.798Z Compiling unicode-bidi v0.3.18
15142026-03-18T10:44:39.934Z Compiling paste v1.0.15
15152026-03-18T10:44:40.093Z Compiling unarray v0.1.4
15162026-03-18T10:44:40.230Z Compiling stringprep v0.1.5
15172026-03-18T10:44:40.332Z Compiling proptest v1.10.0
15182026-03-18T10:44:40.517Z Compiling miniz_oxide v0.8.9
15192026-03-18T10:44:40.637Z Compiling scroll v0.12.0
15202026-03-18T10:44:40.979Z Compiling tower v0.5.3
15212026-03-18T10:44:41.100Z Compiling derive_builder_macro v0.20.2
15222026-03-18T10:44:41.327Z Compiling crossbeam-deque v0.8.6
15232026-03-18T10:44:41.577Z Compiling ipnetwork v0.21.1
15242026-03-18T10:44:41.625Z Compiling http-body-util v0.1.3
15252026-03-18T10:44:41.644Z Compiling webpki-roots v1.0.6
15262026-03-18T10:44:41.671Z Compiling rand_chacha v0.3.1
15272026-03-18T10:44:41.747Z Compiling serde_spanned v0.6.9
15282026-03-18T10:44:41.796Z Compiling erased-serde v0.3.31
15292026-03-18T10:44:41.921Z Compiling toml_datetime v0.6.11
15302026-03-18T10:44:41.940Z Compiling serde_tokenstream v0.2.3
15312026-03-18T10:44:42.100Z Compiling md-5 v0.10.6
15322026-03-18T10:44:42.263Z Compiling zerocopy-derive v0.7.35
15332026-03-18T10:44:42.309Z Compiling curve25519-dalek v4.1.3
15342026-03-18T10:44:42.344Z Compiling num-integer v0.1.46
15352026-03-18T10:44:42.570Z Compiling vergen-lib v0.1.6
15362026-03-18T10:44:42.596Z Compiling darling_macro v0.21.3
15372026-03-18T10:44:42.765Z Compiling hash32 v0.2.1
15382026-03-18T10:44:42.784Z Compiling ff v0.13.1
15392026-03-18T10:44:42.805Z Compiling memoffset v0.9.1
15402026-03-18T10:44:42.823Z Compiling num-bigint-dig v0.8.6
15412026-03-18T10:44:42.965Z Compiling iri-string v0.7.10
15422026-03-18T10:44:43.019Z Compiling litrs v1.0.0
15432026-03-18T10:44:43.048Z Compiling base16ct v0.2.0
15442026-03-18T10:44:43.074Z Compiling fallible-iterator v0.2.0
15452026-03-18T10:44:43.212Z Compiling zlib-rs v0.6.2
15462026-03-18T10:44:43.283Z Compiling ryu v1.0.23
15472026-03-18T10:44:43.474Z Compiling cfg_aliases v0.2.1
15482026-03-18T10:44:43.493Z Compiling ref-cast v1.0.25
15492026-03-18T10:44:43.520Z Compiling smoltcp v0.9.1
15502026-03-18T10:44:43.566Z Compiling psl-types v2.0.11
15512026-03-18T10:44:43.723Z Compiling rustix v0.38.44
15522026-03-18T10:44:43.726Z Compiling document-features v0.2.12
15532026-03-18T10:44:43.932Z Compiling publicsuffix v2.3.0
15542026-03-18T10:44:43.974Z Compiling newtype-uuid v1.3.2
15552026-03-18T10:44:44.149Z Compiling nix v0.31.1
15562026-03-18T10:44:44.280Z Compiling zerocopy v0.7.35
15572026-03-18T10:44:44.406Z Compiling serde_urlencoded v0.7.1
15582026-03-18T10:44:44.509Z Compiling postgres-protocol v0.6.10
15592026-03-18T10:44:44.643Z Compiling tower-http v0.6.8
15602026-03-18T10:44:44.729Z Compiling darling v0.21.3
15612026-03-18T10:44:44.834Z Compiling sec1 v0.7.3
15622026-03-18T10:44:45.180Z Compiling group v0.13.0
15632026-03-18T10:44:45.235Z Compiling num-iter v0.1.45
15642026-03-18T10:44:45.306Z Compiling rand v0.8.5
15652026-03-18T10:44:45.380Z Compiling oxnet v0.1.4
15662026-03-18T10:44:45.400Z Compiling derive_builder v0.20.2
15672026-03-18T10:44:45.674Z Compiling proc-macro-error v1.0.4
15682026-03-18T10:44:45.892Z Compiling goblin v0.8.2
15692026-03-18T10:44:46.039Z Compiling tokio-native-tls v0.3.1
15702026-03-18T10:44:46.634Z Compiling heck v0.4.1
15712026-03-18T10:44:46.797Z Compiling phf_shared v0.13.1
15722026-03-18T10:44:46.885Z Compiling hubpack_derive v0.1.1
15732026-03-18T10:44:46.924Z Compiling regex v1.12.3
15742026-03-18T10:44:47.116Z Compiling lazy_static v1.5.0
15752026-03-18T10:44:47.233Z Compiling cargo-platform v0.1.9
15762026-03-18T10:44:47.279Z Compiling hkdf v0.12.4
15772026-03-18T10:44:47.471Z Compiling flate2 v1.1.9
15782026-03-18T10:44:47.546Z Compiling crypto-bigint v0.5.5
15792026-03-18T10:44:47.568Z Compiling curve25519-dalek-derive v0.1.1
15802026-03-18T10:44:47.628Z Compiling daft-derive v0.1.5
15812026-03-18T10:44:47.931Z Compiling strum_macros v0.27.2
15822026-03-18T10:44:48.068Z Compiling ref-cast-impl v1.0.25
15832026-03-18T10:44:48.435Z Compiling async-trait v0.1.89
15842026-03-18T10:44:48.596Z Compiling terminal_size v0.4.3
15852026-03-18T10:44:48.776Z Compiling vergen v9.0.6
15862026-03-18T10:44:48.797Z Compiling fs-err v3.3.0
15872026-03-18T10:44:48.999Z Compiling ahash v0.8.12
15882026-03-18T10:44:49.027Z Compiling bitflags v1.3.2
15892026-03-18T10:44:49.127Z Compiling libbz2-rs-sys v0.2.2
15902026-03-18T10:44:49.254Z Compiling object v0.37.3
15912026-03-18T10:44:49.586Z Compiling bumpalo v3.20.2
15922026-03-18T10:44:49.839Z Compiling foldhash v0.1.5
15932026-03-18T10:44:49.924Z Compiling winnow v0.5.40
15942026-03-18T10:44:50.062Z Compiling managed v0.8.0
15952026-03-18T10:44:50.066Z Compiling clap_builder v4.5.60
15962026-03-18T10:44:50.498Z Compiling hashbrown v0.15.5
15972026-03-18T10:44:50.602Z Compiling strum v0.27.2
15982026-03-18T10:44:50.772Z Compiling console v0.16.2
15992026-03-18T10:44:50.850Z Compiling zopfli v0.8.3
16002026-03-18T10:44:51.221Z Compiling bzip2 v0.6.1
16012026-03-18T10:44:51.536Z Compiling elliptic-curve v0.13.8
16022026-03-18T10:44:51.558Z Compiling dof v0.3.0
16032026-03-18T10:44:51.737Z Compiling toml_edit v0.19.15
16042026-03-18T10:44:51.737Z Compiling daft v0.1.5
16052026-03-18T10:44:52.068Z Compiling cargo_metadata v0.19.2
16062026-03-18T10:44:52.123Z Compiling hubpack v0.1.2
16072026-03-18T10:44:52.591Z Compiling phf v0.13.1
16082026-03-18T10:44:52.803Z Compiling zone_cfg_derive v0.3.1
16092026-03-18T10:44:53.961Z Compiling signal-hook-mio v0.2.5
16102026-03-18T10:44:54.109Z Compiling cookie_store v0.22.1
16112026-03-18T10:44:54.128Z Compiling rayon v1.11.0
16122026-03-18T10:44:54.292Z Compiling hyper-tls v0.6.0
16132026-03-18T10:44:54.585Z Compiling zstd v0.13.3
16142026-03-18T10:44:54.628Z Compiling bzip2 v0.4.4
16152026-03-18T10:44:54.940Z Compiling postgres-types v0.2.12
16162026-03-18T10:44:54.992Z Compiling serde_with_macros v3.17.0
16172026-03-18T10:44:55.474Z Compiling usdt-macro v0.6.0
16182026-03-18T10:44:55.715Z Compiling usdt-attr-macro v0.6.0
16192026-03-18T10:44:55.782Z Compiling ed25519 v2.2.3
16202026-03-18T10:44:56.440Z Compiling dtrace-parser v0.2.0
16212026-03-18T10:44:56.520Z Compiling itertools v0.12.1
16222026-03-18T10:44:56.616Z Compiling phf_shared v0.11.3
16232026-03-18T10:44:56.652Z Compiling bstr v1.12.1
16242026-03-18T10:44:56.754Z Compiling pkcs1 v0.7.5
16252026-03-18T10:44:56.869Z Compiling hex v0.4.3
16262026-03-18T10:44:56.954Z Compiling serde-big-array v0.5.1
16272026-03-18T10:44:57.140Z Compiling rfc6979 v0.4.0
16282026-03-18T10:44:57.224Z Compiling strum_macros v0.26.4
16292026-03-18T10:44:57.298Z Compiling serde_repr v0.1.20
16302026-03-18T10:44:57.319Z Compiling clap_derive v4.5.55
16312026-03-18T10:44:57.536Z Compiling enum-as-inner v0.6.1
16322026-03-18T10:44:57.561Z Compiling float-cmp v0.10.0
16332026-03-18T10:44:57.754Z Compiling thread-id v4.2.2
16342026-03-18T10:44:57.866Z Compiling memmap2 v0.9.10
16352026-03-18T10:44:58.013Z Compiling env_filter v1.0.0
16362026-03-18T10:44:58.167Z Compiling encoding_rs v0.8.35
16372026-03-18T10:44:58.191Z Compiling difflib v0.4.0
16382026-03-18T10:44:58.215Z Compiling predicates-core v1.0.10
16392026-03-18T10:44:58.430Z Compiling static_assertions v1.1.0
16402026-03-18T10:44:58.452Z Compiling precomputed-hash v0.1.1
16412026-03-18T10:44:58.527Z Compiling rustc-hash v2.1.1
16422026-03-18T10:44:58.563Z Compiling normalize-line-endings v0.3.0
16432026-03-18T10:44:58.683Z Compiling whoami v2.1.0
16442026-03-18T10:44:58.683Z Compiling unit-prefix v0.5.2
16452026-03-18T10:44:58.883Z Compiling jiff v0.2.21
16462026-03-18T10:44:58.967Z Compiling data-encoding v2.10.0
16472026-03-18T10:44:59.212Z Compiling mime v0.3.17
16482026-03-18T10:44:59.564Z Compiling keccak v0.1.6
16492026-03-18T10:44:59.709Z Compiling new_debug_unreachable v1.0.6
16502026-03-18T10:44:59.797Z Compiling fixedbitset v0.5.7
16512026-03-18T10:44:59.820Z Compiling fixedbitset v0.4.2
16522026-03-18T10:44:59.836Z Compiling clap v4.5.60
16532026-03-18T10:44:59.937Z Compiling string_cache v0.8.9
16542026-03-18T10:44:59.956Z Compiling sha3 v0.10.8
16552026-03-18T10:45:00.100Z Compiling petgraph v0.8.3
16562026-03-18T10:45:00.206Z Compiling petgraph v0.6.5
16572026-03-18T10:45:00.225Z Compiling strum v0.26.3
16582026-03-18T10:45:00.244Z Compiling hickory-proto v0.25.2
16592026-03-18T10:45:00.392Z Compiling tokio-postgres v0.7.16
16602026-03-18T10:45:00.554Z Compiling indicatif v0.18.4
16612026-03-18T10:45:00.677Z Compiling predicates v3.1.4
16622026-03-18T10:45:01.537Z Compiling iddqd v0.3.17
16632026-03-18T10:45:01.702Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16642026-03-18T10:45:02.225Z Compiling toml_edit v0.22.27
16652026-03-18T10:45:02.777Z Compiling zip v4.6.1
16662026-03-18T10:45:03.103Z Compiling env_logger v0.11.9
16672026-03-18T10:45:03.437Z Compiling usdt v0.6.0
16682026-03-18T10:45:03.577Z Compiling zone v0.3.1
16692026-03-18T10:45:03.775Z Compiling usdt-impl v0.5.0
16702026-03-18T10:45:04.073Z Compiling ecdsa v0.16.9
16712026-03-18T10:45:04.492Z Compiling similar v2.7.0
16722026-03-18T10:45:04.573Z Compiling serde_with v3.17.0
16732026-03-18T10:45:04.591Z Compiling rsa v0.9.10
16742026-03-18T10:45:04.755Z Compiling crossterm v0.28.1
16752026-03-18T10:45:05.473Z Compiling ed25519-dalek v2.2.0
16762026-03-18T10:45:06.194Z Compiling zip v0.6.6
16772026-03-18T10:45:06.556Z Compiling toml v0.7.8
16782026-03-18T10:45:06.972Z Compiling toml_parser v1.0.9+spec-1.1.0
16792026-03-18T10:45:07.172Z Compiling itertools v0.13.0
16802026-03-18T10:45:07.373Z Compiling tokio-stream v0.1.18
16812026-03-18T10:45:07.425Z Compiling buf-list v1.1.2
16822026-03-18T10:45:07.797Z Compiling x509-cert v0.2.5
16832026-03-18T10:45:07.828Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16842026-03-18T10:45:07.874Z Compiling openapiv3 v2.2.0
16852026-03-18T10:45:08.020Z Compiling sha1 v0.10.6
16862026-03-18T10:45:08.240Z Compiling toml_datetime v0.7.5+spec-1.1.0
16872026-03-18T10:45:08.314Z Compiling lalrpop-util v0.19.12
16882026-03-18T10:45:08.560Z Compiling peg-runtime v0.8.5
16892026-03-18T10:45:08.620Z Compiling thread_local v1.1.9
16902026-03-18T10:45:08.861Z Compiling slog-async v2.8.0
16912026-03-18T10:45:08.898Z Compiling crossbeam-channel v0.5.15
16922026-03-18T10:45:08.931Z Compiling futures-executor v0.3.32
16932026-03-18T10:45:08.959Z Compiling filetime v0.2.27
16942026-03-18T10:45:09.186Z Compiling is-terminal v0.4.17
16952026-03-18T10:45:09.264Z Compiling xattr v1.6.1
16962026-03-18T10:45:09.283Z Compiling term v1.2.1
16972026-03-18T10:45:09.305Z Compiling take_mut v0.2.2
16982026-03-18T10:45:09.446Z Compiling tar v0.4.44
16992026-03-18T10:45:09.503Z Compiling futures v0.3.32
17002026-03-18T10:45:10.057Z Compiling slog-term v2.9.2
17012026-03-18T10:45:17.519Z Compiling rustls-webpki v0.103.9
17022026-03-18T10:45:21.549Z Compiling tokio-rustls v0.26.4
17032026-03-18T10:45:21.549Z Compiling rustls-platform-verifier v0.6.2
17042026-03-18T10:45:21.812Z Compiling hyper-rustls v0.27.7
17052026-03-18T10:45:22.074Z Compiling reqwest v0.13.2
17062026-03-18T10:45:22.074Z Compiling reqwest v0.12.28
17072026-03-18T10:45:25.112Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17082026-03-18T10:45:25.391Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17092026-03-18T10:45:29.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
17102026-03-18T10:45:29.403Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17112026-03-18T10:45:29.466ZMar 18 10:45:28.618 INFO Starting download, target: Clickhouse
17122026-03-18T10:45:29.466ZMar 18 10:45:28.619 INFO Starting download, target: MaghemiteMgd
17132026-03-18T10:45:29.466ZMar 18 10:45:28.619 INFO Starting download, target: TransceiverControl
17142026-03-18T10:45:29.466ZMar 18 10:45:28.619 INFO Starting download, target: Cockroach
17152026-03-18T10:45:29.466ZMar 18 10:45:28.619 INFO Starting download, target: Console
17162026-03-18T10:45:29.466ZMar 18 10:45:28.619 INFO Starting download, target: DendriteStub
17172026-03-18T10:45:29.469ZMar 18 10:45:28.619 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17182026-03-18T10:45:29.469ZMar 18 10:45:28.619 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17192026-03-18T10:45:29.469ZMar 18 10:45:28.619 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17202026-03-18T10:45:29.469ZMar 18 10:45:28.619 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17212026-03-18T10:45:29.469ZMar 18 10:45:28.619 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17222026-03-18T10:45:29.469ZMar 18 10:45:28.619 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17232026-03-18T10:45:29.899ZMar 18 10:45:29.044 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17242026-03-18T10:45:30.230ZMar 18 10:45:29.379 INFO Download complete, target: TransceiverControl
17252026-03-18T10:45:30.459ZMar 18 10:45:29.604 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17262026-03-18T10:45:30.822ZMar 18 10:45:29.974 INFO Download complete, target: Console
17272026-03-18T10:45:30.910ZMar 18 10:45:30.062 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17282026-03-18T10:45:31.218ZMar 18 10:45:30.371 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17292026-03-18T10:45:31.288ZMar 18 10:45:30.441 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17302026-03-18T10:45:31.771ZMar 18 10:45:30.923 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17312026-03-18T10:45:31.771ZMar 18 10:45:30.923 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17322026-03-18T10:45:34.452ZMar 18 10:45:33.605 INFO Download complete, target: DendriteStub
17332026-03-18T10:45:34.835ZMar 18 10:45:33.988 INFO Download complete, target: MaghemiteMgd
17342026-03-18T10:45:39.503ZMar 18 10:45:38.651 INFO Checking that binary works, target: Cockroach
17352026-03-18T10:45:39.689ZMar 18 10:45:38.842 INFO Download complete, target: Cockroach
17362026-03-18T10:45:42.350ZMar 18 10:45:41.502 INFO Checking that binary works, target: Clickhouse
17372026-03-18T10:45:42.600ZMar 18 10:45:41.752 INFO Download complete, target: Clickhouse
17382026-03-18T10:45:42.615ZAll builder prerequisites installed successfully, and PATH looks valid
17392026-03-18T10:45:42.620Z
17402026-03-18T10:45:42.620Zreal 2:51.161235477
17412026-03-18T10:45:42.620Zuser 9:34.898712155
17422026-03-18T10:45:42.620Zsys 1:44.203432239
17432026-03-18T10:45:42.621Ztrap 0.329730095
17442026-03-18T10:45:42.621Ztflt 0.837913725
17452026-03-18T10:45:42.621Zdflt 0.876344587
17462026-03-18T10:45:42.621Zkflt 0.083137239
17472026-03-18T10:45:42.621Zlock 30:43.160388467
17482026-03-18T10:45:42.621Zslp 28:12.892609518
17492026-03-18T10:45:42.621Zlat 55.428330017
17502026-03-18T10:45:42.621Zstop 2:36.974810965
17512026-03-18T10:45:42.621Z+ banner hack-check
17522026-03-18T10:45:42.621Z
17532026-03-18T10:45:42.621Z # # ## #### # # #### # # ###### #### # #
17542026-03-18T10:45:42.621Z # # # # # # # # # # # # # # # # #
17552026-03-18T10:45:42.621Z ###### # # # #### ##### # ###### ##### # ####
17562026-03-18T10:45:42.621Z # # ###### # # # # # # # # # #
17572026-03-18T10:45:42.621Z # # # # # # # # # # # # # # # # #
17582026-03-18T10:45:42.621Z # # # # #### # # #### # # ###### #### # #
17592026-03-18T10:45:42.621Z
17602026-03-18T10:45:42.621Z+ export CARGO_INCREMENTAL=0
17612026-03-18T10:45:42.621Z+ CARGO_INCREMENTAL=0
17622026-03-18T10:45:42.621Z+ ptime -m timeout 2h cargo xtask check-features --ci
17632026-03-18T10:45:43.304Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17642026-03-18T10:45:43.581Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17652026-03-18T10:45:46.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s
17662026-03-18T10:45:46.180Z Running `target/debug/xtask check-features --ci`
17672026-03-18T10:45:46.210Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17682026-03-18T10:45:46.213Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17692026-03-18T10:45:46.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
17702026-03-18T10:45:46.874Z Running `target/debug/xtask download cargo-hack`
17712026-03-18T10:45:47.908Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17722026-03-18T10:45:48.292Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17732026-03-18T10:45:51.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s
17742026-03-18T10:45:51.782Z Running `target/debug/xtask-downloader cargo-hack`
17752026-03-18T10:45:51.829ZMar 18 10:45:50.979 INFO Starting download, target: CargoHack
17762026-03-18T10:45:51.832ZMar 18 10:45:50.980 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17772026-03-18T10:45:52.178ZMar 18 10:45:51.331 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17782026-03-18T10:45:52.259ZMar 18 10:45:51.412 INFO Download complete, target: CargoHack
17792026-03-18T10:45:52.263Zrunning: "/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"
17802026-03-18T10:45:52.279Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17812026-03-18T10:45:52.480Zinfo: running `cargo check --bins` on api_identity (1/257)
17822026-03-18T10:45:53.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17832026-03-18T10:45:53.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17842026-03-18T10:45:53.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17852026-03-18T10:45:53.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
17862026-03-18T10:45:53.229Z
17872026-03-18T10:45:53.229Zinfo: running `cargo check --bins` on bootstore (2/257)
17882026-03-18T10:45:53.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17892026-03-18T10:45:53.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17902026-03-18T10:45:53.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17912026-03-18T10:45:53.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
17922026-03-18T10:45:53.983Z
17932026-03-18T10:45:53.983Zinfo: running `cargo check --bins` on omicron-ledger (3/257)
17942026-03-18T10:45:54.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17952026-03-18T10:45:54.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17962026-03-18T10:45:54.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17972026-03-18T10:45:54.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
17982026-03-18T10:45:54.731Z
17992026-03-18T10:45:54.731Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/257)
18002026-03-18T10:45:55.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012026-03-18T10:45:55.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022026-03-18T10:45:55.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032026-03-18T10:45:55.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18042026-03-18T10:45:55.492Z
18052026-03-18T10:45:55.492Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/257)
18062026-03-18T10:45:56.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072026-03-18T10:45:56.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082026-03-18T10:45:56.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092026-03-18T10:45:56.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18102026-03-18T10:45:56.260Z
18112026-03-18T10:45:56.260Zinfo: running `cargo check --bins` on omicron-certificates (6/257)
18122026-03-18T10:45:56.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132026-03-18T10:45:56.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142026-03-18T10:45:56.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152026-03-18T10:45:56.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18162026-03-18T10:45:57.045Z
18172026-03-18T10:45:57.045Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/257)
18182026-03-18T10:45:57.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192026-03-18T10:45:57.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202026-03-18T10:45:57.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212026-03-18T10:45:57.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18222026-03-18T10:45:57.814Z
18232026-03-18T10:45:57.814Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/257)
18242026-03-18T10:45:58.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-03-18T10:45:58.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-03-18T10:45:58.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-03-18T10:45:58.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18282026-03-18T10:45:58.576Z
18292026-03-18T10:45:58.576Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/257)
18302026-03-18T10:45:59.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-03-18T10:45:59.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-03-18T10:45:59.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-03-18T10:45:59.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18342026-03-18T10:45:59.185Z
18352026-03-18T10:45:59.185Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/257)
18362026-03-18T10:45:59.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-03-18T10:45:59.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-03-18T10:45:59.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-03-18T10:45:59.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18402026-03-18T10:45:59.795Z
18412026-03-18T10:45:59.796Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/257)
18422026-03-18T10:46:00.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-03-18T10:46:00.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-03-18T10:46:00.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-03-18T10:46:00.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18462026-03-18T10:46:00.398Z
18472026-03-18T10:46:00.398Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/257)
18482026-03-18T10:46:00.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-03-18T10:46:00.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-03-18T10:46:00.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-03-18T10:46:00.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18522026-03-18T10:46:01.001Z
18532026-03-18T10:46:01.001Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/257)
18542026-03-18T10:46:01.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-03-18T10:46:01.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-03-18T10:46:01.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-03-18T10:46:01.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18582026-03-18T10:46:01.601Z
18592026-03-18T10:46:01.601Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/257)
18602026-03-18T10:46:02.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-03-18T10:46:02.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-03-18T10:46:02.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-03-18T10:46:02.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18642026-03-18T10:46:02.199Z
18652026-03-18T10:46:02.199Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/257)
18662026-03-18T10:46:02.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-03-18T10:46:02.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-03-18T10:46:02.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-03-18T10:46:02.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18702026-03-18T10:46:02.814Z
18712026-03-18T10:46:02.814Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/257)
18722026-03-18T10:46:03.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-03-18T10:46:03.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-03-18T10:46:03.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-03-18T10:46:03.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18762026-03-18T10:46:03.405Z
18772026-03-18T10:46:03.405Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/257)
18782026-03-18T10:46:03.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-03-18T10:46:03.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-03-18T10:46:03.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-03-18T10:46:03.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18822026-03-18T10:46:04.006Z
18832026-03-18T10:46:04.006Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/257)
18842026-03-18T10:46:04.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-03-18T10:46:04.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-03-18T10:46:04.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-03-18T10:46:04.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18882026-03-18T10:46:04.599Z
18892026-03-18T10:46:04.599Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/257)
18902026-03-18T10:46:05.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-03-18T10:46:05.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-03-18T10:46:05.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-03-18T10:46:05.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18942026-03-18T10:46:05.196Z
18952026-03-18T10:46:05.196Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/257)
18962026-03-18T10:46:05.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-03-18T10:46:05.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-03-18T10:46:05.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-03-18T10:46:05.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19002026-03-18T10:46:05.796Z
19012026-03-18T10:46:05.796Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/257)
19022026-03-18T10:46:06.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-03-18T10:46:06.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-03-18T10:46:06.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-03-18T10:46:06.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19062026-03-18T10:46:06.402Z
19072026-03-18T10:46:06.402Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/257)
19082026-03-18T10:46:06.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-03-18T10:46:06.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-03-18T10:46:06.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-03-18T10:46:06.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19122026-03-18T10:46:07.012Z
19132026-03-18T10:46:07.012Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/257)
19142026-03-18T10:46:07.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-03-18T10:46:07.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-03-18T10:46:07.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-03-18T10:46:07.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19182026-03-18T10:46:07.620Z
19192026-03-18T10:46:07.620Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/257)
19202026-03-18T10:46:08.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-03-18T10:46:08.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-03-18T10:46:08.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-03-18T10:46:08.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19242026-03-18T10:46:08.222Z
19252026-03-18T10:46:08.222Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/257)
19262026-03-18T10:46:08.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-03-18T10:46:08.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-03-18T10:46:08.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-03-18T10:46:08.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19302026-03-18T10:46:08.827Z
19312026-03-18T10:46:08.827Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/257)
19322026-03-18T10:46:09.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-03-18T10:46:09.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-03-18T10:46:09.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-03-18T10:46:09.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19362026-03-18T10:46:09.429Z
19372026-03-18T10:46:09.430Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/257)
19382026-03-18T10:46:09.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-03-18T10:46:09.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-03-18T10:46:09.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-03-18T10:46:09.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19422026-03-18T10:46:10.035Z
19432026-03-18T10:46:10.035Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/257)
19442026-03-18T10:46:10.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-03-18T10:46:10.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-03-18T10:46:10.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-03-18T10:46:10.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19482026-03-18T10:46:10.642Z
19492026-03-18T10:46:10.642Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/257)
19502026-03-18T10:46:11.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-03-18T10:46:11.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-03-18T10:46:11.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-03-18T10:46:11.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19542026-03-18T10:46:11.250Z
19552026-03-18T10:46:11.250Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/257)
19562026-03-18T10:46:11.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-03-18T10:46:11.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-03-18T10:46:11.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-03-18T10:46:11.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19602026-03-18T10:46:11.856Z
19612026-03-18T10:46:11.856Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/257)
19622026-03-18T10:46:12.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-03-18T10:46:12.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-03-18T10:46:12.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-03-18T10:46:12.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19662026-03-18T10:46:12.457Z
19672026-03-18T10:46:12.457Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/257)
19682026-03-18T10:46:12.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-03-18T10:46:12.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-03-18T10:46:12.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-03-18T10:46:12.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19722026-03-18T10:46:13.057Z
19732026-03-18T10:46:13.057Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/257)
19742026-03-18T10:46:13.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-03-18T10:46:13.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-03-18T10:46:13.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-03-18T10:46:13.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19782026-03-18T10:46:13.660Z
19792026-03-18T10:46:13.660Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/257)
19802026-03-18T10:46:14.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-03-18T10:46:14.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-03-18T10:46:14.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-03-18T10:46:14.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19842026-03-18T10:46:14.265Z
19852026-03-18T10:46:14.265Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/257)
19862026-03-18T10:46:14.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-03-18T10:46:14.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-03-18T10:46:14.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-03-18T10:46:14.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19902026-03-18T10:46:14.873Z
19912026-03-18T10:46:14.873Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/257)
19922026-03-18T10:46:15.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-03-18T10:46:15.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-03-18T10:46:15.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-03-18T10:46:15.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19962026-03-18T10:46:15.480Z
19972026-03-18T10:46:15.480Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/257)
19982026-03-18T10:46:16.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-03-18T10:46:16.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-03-18T10:46:16.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-03-18T10:46:16.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20022026-03-18T10:46:16.088Z
20032026-03-18T10:46:16.088Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/257)
20042026-03-18T10:46:16.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-03-18T10:46:16.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-03-18T10:46:16.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-03-18T10:46:16.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20082026-03-18T10:46:16.689Z
20092026-03-18T10:46:16.689Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/257)
20102026-03-18T10:46:17.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-03-18T10:46:17.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-03-18T10:46:17.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-03-18T10:46:17.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20142026-03-18T10:46:17.297Z
20152026-03-18T10:46:17.297Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/257)
20162026-03-18T10:46:17.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-03-18T10:46:17.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-03-18T10:46:17.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-03-18T10:46:17.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20202026-03-18T10:46:17.900Z
20212026-03-18T10:46:17.900Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/257)
20222026-03-18T10:46:18.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-03-18T10:46:18.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-03-18T10:46:18.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-03-18T10:46:18.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20262026-03-18T10:46:18.510Z
20272026-03-18T10:46:18.510Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/257)
20282026-03-18T10:46:19.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-03-18T10:46:19.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-03-18T10:46:19.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-03-18T10:46:19.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20322026-03-18T10:46:19.118Z
20332026-03-18T10:46:19.118Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/257)
20342026-03-18T10:46:19.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-03-18T10:46:19.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-03-18T10:46:19.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-03-18T10:46:19.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20382026-03-18T10:46:19.739Z
20392026-03-18T10:46:19.740Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/257)
20402026-03-18T10:46:20.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-03-18T10:46:20.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-03-18T10:46:20.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-03-18T10:46:20.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20442026-03-18T10:46:20.333Z
20452026-03-18T10:46:20.333Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/257)
20462026-03-18T10:46:20.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-03-18T10:46:20.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-03-18T10:46:20.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-03-18T10:46:20.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20502026-03-18T10:46:20.944Z
20512026-03-18T10:46:20.944Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/257)
20522026-03-18T10:46:21.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-03-18T10:46:21.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-03-18T10:46:21.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-03-18T10:46:21.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20562026-03-18T10:46:21.546Z
20572026-03-18T10:46:21.546Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/257)
20582026-03-18T10:46:22.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-03-18T10:46:22.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-03-18T10:46:22.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-03-18T10:46:22.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20622026-03-18T10:46:22.155Z
20632026-03-18T10:46:22.155Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/257)
20642026-03-18T10:46:22.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-03-18T10:46:22.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-03-18T10:46:22.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-03-18T10:46:22.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20682026-03-18T10:46:22.762Z
20692026-03-18T10:46:22.762Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/257)
20702026-03-18T10:46:23.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-03-18T10:46:23.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-03-18T10:46:23.857Z Checking cfg-if v1.0.4
20732026-03-18T10:46:24.015Z Checking libc v0.2.180
20742026-03-18T10:46:24.018Z Checking serde_core v1.0.228
20752026-03-18T10:46:24.050Z Checking memchr v2.8.0
20762026-03-18T10:46:24.069Z Checking itoa v1.0.17
20772026-03-18T10:46:24.069Z Checking smallvec v1.15.1
20782026-03-18T10:46:24.107Z Checking log v0.4.29
20792026-03-18T10:46:24.113Z Checking zeroize v1.8.2
20802026-03-18T10:46:24.146Z Checking stable_deref_trait v1.2.1
20812026-03-18T10:46:24.244Z Checking zerofrom v0.1.6
20822026-03-18T10:46:24.263Z Checking zmij v1.0.21
20832026-03-18T10:46:24.303Z Checking scopeguard v1.2.0
20842026-03-18T10:46:24.329Z Checking subtle v2.6.1
20852026-03-18T10:46:24.350Z Checking percent-encoding v2.3.2
20862026-03-18T10:46:24.393Z Checking yoke v0.8.1
20872026-03-18T10:46:24.429Z Checking lock_api v0.4.14
20882026-03-18T10:46:24.523Z Checking litemap v0.8.1
20892026-03-18T10:46:24.543Z Checking writeable v0.6.2
20902026-03-18T10:46:24.562Z Checking libm v0.2.16
20912026-03-18T10:46:24.581Z Checking icu_properties_data v2.1.2
20922026-03-18T10:46:24.610Z Checking zerovec v0.11.5
20932026-03-18T10:46:24.631Z Checking getrandom v0.2.17
20942026-03-18T10:46:24.696Z Checking errno v0.3.14
20952026-03-18T10:46:24.742Z Checking zerotrie v0.2.3
20962026-03-18T10:46:24.745Z Checking icu_normalizer_data v2.1.1
20972026-03-18T10:46:24.779Z Checking pin-project-lite v0.2.17
20982026-03-18T10:46:24.814Z Checking rand_core v0.6.4
20992026-03-18T10:46:24.842Z Checking utf8_iter v1.0.4
21002026-03-18T10:46:24.863Z Checking form_urlencoded v1.2.2
21012026-03-18T10:46:24.895Z Checking typenum v1.19.0
21022026-03-18T10:46:24.997Z Checking portable-atomic v1.13.1
21032026-03-18T10:46:25.022Z Checking critical-section v1.2.0
21042026-03-18T10:46:25.043Z Checking rand_core v0.10.0
21052026-03-18T10:46:25.063Z Checking signal-hook-registry v1.4.8
21062026-03-18T10:46:25.148Z Checking parking_lot_core v0.9.12
21072026-03-18T10:46:25.208Z Checking tinystr v0.8.2
21082026-03-18T10:46:25.227Z Checking potential_utf v0.1.4
21092026-03-18T10:46:25.269Z Checking getrandom v0.4.1
21102026-03-18T10:46:25.391Z Checking icu_collections v2.1.1
21112026-03-18T10:46:25.408Z Checking parking_lot v0.12.5
21122026-03-18T10:46:25.434Z Checking icu_locale_core v2.1.1
21132026-03-18T10:46:25.453Z Checking socket2 v0.6.2
21142026-03-18T10:46:25.545Z Checking num-traits v0.2.19
21152026-03-18T10:46:25.572Z Checking once_cell v1.21.3
21162026-03-18T10:46:25.614Z Checking generic-array v0.14.7
21172026-03-18T10:46:25.651Z Checking mio v1.1.1
21182026-03-18T10:46:25.779Z Checking zerocopy v0.8.40
21192026-03-18T10:46:25.801Z Checking iana-time-zone v0.1.65
21202026-03-18T10:46:25.822Z Checking futures-core v0.3.32
21212026-03-18T10:46:25.946Z Checking equivalent v1.0.2
21222026-03-18T10:46:25.981Z Checking allocator-api2 v0.2.21
21232026-03-18T10:46:26.044Z Checking const-oid v0.9.6
21242026-03-18T10:46:26.064Z Checking foldhash v0.2.0
21252026-03-18T10:46:26.212Z Checking serde v1.0.228
21262026-03-18T10:46:26.215Z Checking serde_json v1.0.149
21272026-03-18T10:46:26.261Z Checking icu_provider v2.1.1
21282026-03-18T10:46:26.278Z Checking bitflags v2.11.0
21292026-03-18T10:46:26.345Z Checking crypto-common v0.1.7
21302026-03-18T10:46:26.368Z Checking uuid v1.21.0
21312026-03-18T10:46:26.493Z Checking hashbrown v0.16.1
21322026-03-18T10:46:26.516Z Checking futures-sink v0.3.32
21332026-03-18T10:46:26.564Z Checking icu_normalizer v2.1.1
21342026-03-18T10:46:26.642Z Checking icu_properties v2.1.2
21352026-03-18T10:46:26.785Z Checking dyn-clone v1.0.20
21362026-03-18T10:46:26.806Z Checking bytes v1.11.1
21372026-03-18T10:46:26.917Z Checking chrono v0.4.44
21382026-03-18T10:46:26.962Z Checking futures-channel v0.3.32
21392026-03-18T10:46:27.059Z Checking block-buffer v0.10.4
21402026-03-18T10:46:27.185Z Checking semver v1.0.27
21412026-03-18T10:46:27.210Z Checking futures-io v0.3.32
21422026-03-18T10:46:27.225Z Checking slab v0.4.12
21432026-03-18T10:46:27.245Z Checking futures-task v0.3.32
21442026-03-18T10:46:27.357Z Checking digest v0.10.7
21452026-03-18T10:46:27.413Z Checking tokio v1.49.0
21462026-03-18T10:46:27.434Z Checking futures-util v0.3.32
21472026-03-18T10:46:27.453Z Checking thiserror v2.0.18
21482026-03-18T10:46:27.471Z Checking byteorder v1.5.0
21492026-03-18T10:46:27.583Z Checking indexmap v2.13.0
21502026-03-18T10:46:27.604Z Checking cpufeatures v0.2.17
21512026-03-18T10:46:27.694Z Checking http v1.4.0
21522026-03-18T10:46:27.747Z Checking fnv v1.0.7
21532026-03-18T10:46:27.815Z Checking idna_adapter v1.2.1
21542026-03-18T10:46:27.865Z Checking base64 v0.22.1
21552026-03-18T10:46:27.965Z Checking idna v1.1.0
21562026-03-18T10:46:28.096Z Checking unicode-ident v1.0.24
21572026-03-18T10:46:28.174Z Checking tracing-core v0.1.36
21582026-03-18T10:46:28.244Z Checking proc-macro2 v1.0.106
21592026-03-18T10:46:28.279Z Checking url v2.5.8
21602026-03-18T10:46:28.364Z Checking rustls-pki-types v1.14.0
21612026-03-18T10:46:28.479Z Checking regex-syntax v0.8.10
21622026-03-18T10:46:28.581Z Checking tracing v0.1.44
21632026-03-18T10:46:28.653Z Checking quote v1.0.44
21642026-03-18T10:46:28.740Z Checking untrusted v0.9.0
21652026-03-18T10:46:28.843Z Checking thiserror v1.0.69
21662026-03-18T10:46:28.870Z Checking schemars v0.8.22
21672026-03-18T10:46:28.890Z Checking ring v0.17.14
21682026-03-18T10:46:28.895Z Checking syn v2.0.117
21692026-03-18T10:46:28.973Z Checking ipnet v2.11.0
21702026-03-18T10:46:29.313Z Checking httparse v1.10.1
21712026-03-18T10:46:29.584Z Checking http-body v1.0.1
21722026-03-18T10:46:29.759Z Checking rustix v1.1.3
21732026-03-18T10:46:29.781Z Checking block-padding v0.3.3
21742026-03-18T10:46:29.842Z Checking ppv-lite86 v0.2.21
21752026-03-18T10:46:29.952Z Checking getrandom v0.3.4
21762026-03-18T10:46:30.067Z Checking atomic-waker v1.1.2
21772026-03-18T10:46:30.138Z Checking inout v0.1.4
21782026-03-18T10:46:30.193Z Checking hmac v0.12.1
21792026-03-18T10:46:30.237Z Checking aws-lc-sys v0.37.1
21802026-03-18T10:46:30.257Z Checking aho-corasick v1.1.4
21812026-03-18T10:46:30.284Z Checking tower-layer v0.3.3
21822026-03-18T10:46:30.316Z Checking openssl-probe v0.2.1
21832026-03-18T10:46:30.359Z Checking untrusted v0.7.1
21842026-03-18T10:46:30.448Z Checking httpdate v1.0.3
21852026-03-18T10:46:30.473Z Checking try-lock v0.2.5
21862026-03-18T10:46:30.506Z Checking powerfmt v0.2.0
21872026-03-18T10:46:30.596Z Checking tower-service v0.3.3
21882026-03-18T10:46:30.633Z Checking want v0.3.1
21892026-03-18T10:46:30.700Z Checking deranged v0.5.8
21902026-03-18T10:46:30.719Z Checking cipher v0.4.4
21912026-03-18T10:46:30.786Z Checking rand_core v0.9.5
21922026-03-18T10:46:30.943Z Checking aws-lc-rs v1.16.0
21932026-03-18T10:46:30.966Z Checking time-core v0.1.8
21942026-03-18T10:46:31.009Z Checking num-conv v0.2.0
21952026-03-18T10:46:31.033Z Checking pin-utils v0.1.0
21962026-03-18T10:46:31.123Z Checking base64ct v1.8.3
21972026-03-18T10:46:31.158Z Checking num_threads v0.1.7
21982026-03-18T10:46:31.181Z Checking sha2 v0.10.9
21992026-03-18T10:46:31.200Z Checking regex-automata v0.4.14
22002026-03-18T10:46:31.269Z Checking erased-serde v0.3.31
22012026-03-18T10:46:31.430Z Checking pretty-hex v0.4.1
22022026-03-18T10:46:31.540Z Checking rand_chacha v0.9.0
22032026-03-18T10:46:31.585Z Checking ryu v1.0.23
22042026-03-18T10:46:31.747Z Checking tokio-util v0.7.18
22052026-03-18T10:46:31.770Z Checking fastrand v2.3.0
22062026-03-18T10:46:31.805Z Checking rand v0.9.2
22072026-03-18T10:46:31.840Z Checking slog v2.8.2
22082026-03-18T10:46:32.006Z Checking pem-rfc7468 v0.7.0
22092026-03-18T10:46:32.026Z Checking time v0.3.47
22102026-03-18T10:46:32.099Z Checking rustls-webpki v0.103.9
22112026-03-18T10:46:32.197Z Checking rustls-native-certs v0.8.3
22122026-03-18T10:46:32.216Z Checking ipnetwork v0.21.1
22132026-03-18T10:46:32.235Z Checking http-body-util v0.1.3
22142026-03-18T10:46:32.362Z Checking sync_wrapper v1.0.2
22152026-03-18T10:46:32.451Z Checking spin v0.9.8
22162026-03-18T10:46:32.492Z Checking flagset v0.4.7
22172026-03-18T10:46:32.492Z Checking plain v0.2.3
22182026-03-18T10:46:32.536Z Checking tower v0.5.3
22192026-03-18T10:46:32.557Z Checking h2 v0.4.13
22202026-03-18T10:46:32.655Z Checking serde_urlencoded v0.7.1
22212026-03-18T10:46:32.667Z Checking der v0.7.10
22222026-03-18T10:46:32.686Z Checking rustls v0.23.37
22232026-03-18T10:46:32.710Z Checking rand_chacha v0.3.1
22242026-03-18T10:46:32.924Z Checking webpki-roots v1.0.6
22252026-03-18T10:46:32.981Z Checking iri-string v0.7.10
22262026-03-18T10:46:33.051Z Checking tinyvec_macros v0.1.1
22272026-03-18T10:46:33.075Z Checking ucd-trie v0.1.7
22282026-03-18T10:46:33.138Z Checking tinyvec v1.10.0
22292026-03-18T10:46:33.245Z Checking pest v2.8.6
22302026-03-18T10:46:33.568Z Checking rand v0.8.5
22312026-03-18T10:46:33.615Z Checking tempfile v3.25.0
22322026-03-18T10:46:33.683Z Checking spki v0.7.3
22332026-03-18T10:46:33.747Z Checking salsa20 v0.10.2
22342026-03-18T10:46:33.868Z Checking pbkdf2 v0.12.2
22352026-03-18T10:46:33.898Z Checking unicode-width v0.2.0
22362026-03-18T10:46:33.923Z Checking foreign-types-shared v0.1.1
22372026-03-18T10:46:34.008Z Checking scrypt v0.11.0
22382026-03-18T10:46:34.031Z Checking foreign-types v0.3.2
22392026-03-18T10:46:34.118Z Checking regex v1.12.3
22402026-03-18T10:46:34.185Z Checking cbc v0.1.2
22412026-03-18T10:46:34.214Z Checking aes v0.8.4
22422026-03-18T10:46:34.275Z Checking anyhow v1.0.102
22432026-03-18T10:46:34.346Z Checking openssl-sys v0.9.111
22442026-03-18T10:46:34.447Z Checking tower-http v0.6.8
22452026-03-18T10:46:34.502Z Checking crossbeam-utils v0.8.21
22462026-03-18T10:46:34.534Z Checking oxnet v0.1.4
22472026-03-18T10:46:34.721Z Checking mime v0.3.17
22482026-03-18T10:46:34.748Z Checking pkcs5 v0.7.1
22492026-03-18T10:46:34.823Z Checking openapiv3 v2.2.0
22502026-03-18T10:46:34.848Z Checking scroll v0.12.0
22512026-03-18T10:46:34.952Z Checking encoding_rs v0.8.35
22522026-03-18T10:46:34.971Z Checking data-encoding v2.10.0
22532026-03-18T10:46:35.039Z Checking openssl v0.10.75
22542026-03-18T10:46:35.085Z Checking pkcs8 v0.10.2
22552026-03-18T10:46:35.153Z Checking winnow v0.7.14
22562026-03-18T10:46:35.316Z Checking siphasher v1.0.2
22572026-03-18T10:46:35.335Z Checking goblin v0.8.2
22582026-03-18T10:46:35.528Z Checking lazy_static v1.5.0
22592026-03-18T10:46:35.643Z Checking zerocopy v0.7.35
22602026-03-18T10:46:35.975Z Checking tokio-rustls v0.26.4
22612026-03-18T10:46:36.151Z Checking hyper v1.8.1
22622026-03-18T10:46:36.257Z Checking wait-timeout v0.2.1
22632026-03-18T10:46:36.281Z Checking either v1.15.0
22642026-03-18T10:46:36.383Z Checking managed v0.8.0
22652026-03-18T10:46:36.415Z Checking bitflags v1.3.2
22662026-03-18T10:46:36.509Z Checking bit-vec v0.8.0
22672026-03-18T10:46:36.532Z Checking quick-error v1.2.3
22682026-03-18T10:46:36.631Z Checking psl-types v2.0.11
22692026-03-18T10:46:36.659Z Checking utf8parse v0.2.2
22702026-03-18T10:46:36.663Z Checking anstyle v1.0.13
22712026-03-18T10:46:36.765Z Checking bit-set v0.8.0
22722026-03-18T10:46:36.785Z Checking publicsuffix v2.3.0
22732026-03-18T10:46:36.807Z Checking anstyle-parse v0.2.7
22742026-03-18T10:46:36.826Z Checking rusty-fork v0.3.1
22752026-03-18T10:46:36.901Z Checking dtrace-parser v0.2.0
22762026-03-18T10:46:36.957Z Checking cookie v0.18.1
22772026-03-18T10:46:36.986Z Checking unicode-normalization v0.1.25
22782026-03-18T10:46:37.006Z Checking rand_xorshift v0.4.0
22792026-03-18T10:46:37.042Z Checking sha1 v0.10.6
22802026-03-18T10:46:37.156Z Checking thread-id v4.2.2
22812026-03-18T10:46:37.213Z Checking unarray v0.1.4
22822026-03-18T10:46:37.252Z Checking colorchoice v1.0.4
22832026-03-18T10:46:37.255Z Checking anstyle-query v1.1.5
22842026-03-18T10:46:37.291Z Checking is_terminal_polyfill v1.70.2
22852026-03-18T10:46:37.343Z Checking proptest v1.10.0
22862026-03-18T10:46:37.378Z Checking cookie_store v0.22.1
22872026-03-18T10:46:37.399Z Checking rustls-platform-verifier v0.6.2
22882026-03-18T10:46:37.419Z Checking hyper-util v0.1.20
22892026-03-18T10:46:37.421Z Checking anstream v0.6.21
22902026-03-18T10:46:37.514Z Checking crossbeam-epoch v0.9.18
22912026-03-18T10:46:37.570Z Checking terminal_size v0.4.3
22922026-03-18T10:46:37.700Z Checking scroll v0.13.0
22932026-03-18T10:46:37.719Z Checking hex v0.4.3
22942026-03-18T10:46:37.807Z Checking num-integer v0.1.46
22952026-03-18T10:46:37.810Z Checking simd-adler32 v0.3.8
22962026-03-18T10:46:37.901Z Checking native-tls v0.2.18
22972026-03-18T10:46:38.003Z Checking goblin v0.10.5
22982026-03-18T10:46:38.023Z Checking crossbeam-deque v0.8.6
22992026-03-18T10:46:38.043Z Checking dof v0.3.0
23002026-03-18T10:46:38.062Z Checking bstr v1.12.1
23012026-03-18T10:46:38.116Z Checking ref-cast v1.0.25
23022026-03-18T10:46:38.135Z Checking tokio-native-tls v0.3.1
23032026-03-18T10:46:38.238Z Checking rustix v0.38.44
23042026-03-18T10:46:38.258Z Checking camino v1.2.2
23052026-03-18T10:46:38.331Z Checking crc32fast v1.5.0
23062026-03-18T10:46:38.415Z Checking usdt-impl v0.5.0
23072026-03-18T10:46:38.508Z Checking signature v2.2.0
23082026-03-18T10:46:38.599Z Checking toml_datetime v0.6.11
23092026-03-18T10:46:38.603Z Checking serde_spanned v0.6.9
23102026-03-18T10:46:38.675Z Checking ff v0.13.1
23112026-03-18T10:46:38.777Z Checking unicode-properties v0.1.4
23122026-03-18T10:46:38.780Z Checking clap_lex v1.0.0
23132026-03-18T10:46:38.836Z Checking unicode-bidi v0.3.18
23142026-03-18T10:46:38.839Z Checking base16ct v0.2.0
23152026-03-18T10:46:38.971Z Checking adler2 v2.0.1
23162026-03-18T10:46:39.019Z Checking strsim v0.11.1
23172026-03-18T10:46:39.041Z Checking sec1 v0.7.3
23182026-03-18T10:46:39.077Z Checking hyper-rustls v0.27.7
23192026-03-18T10:46:39.109Z Checking hyper-tls v0.6.0
23202026-03-18T10:46:39.222Z Checking stringprep v0.1.5
23212026-03-18T10:46:39.241Z Checking clap_builder v4.5.60
23222026-03-18T10:46:39.309Z Checking miniz_oxide v0.8.9
23232026-03-18T10:46:39.329Z Checking group v0.13.0
23242026-03-18T10:46:39.347Z Checking reqwest v0.12.28
23252026-03-18T10:46:39.382Z Checking reqwest v0.13.2
23262026-03-18T10:46:39.416Z Checking rayon-core v1.13.0
23272026-03-18T10:46:39.514Z Checking num-iter v0.1.45
23282026-03-18T10:46:39.659Z Checking toml_parser v1.0.9+spec-1.1.0
23292026-03-18T10:46:39.781Z Checking dtrace-parser v0.3.0
23302026-03-18T10:46:39.847Z Checking hkdf v0.12.4
23312026-03-18T10:46:39.889Z Checking newtype-uuid v1.3.2
23322026-03-18T10:46:40.019Z Checking strum v0.26.3
23332026-03-18T10:46:40.097Z Checking zstd-sys v2.0.16+zstd.1.5.7
23342026-03-18T10:46:40.117Z Checking hash32 v0.2.1
23352026-03-18T10:46:40.147Z Checking daft v0.1.5
23362026-03-18T10:46:40.167Z Checking md-5 v0.10.6
23372026-03-18T10:46:40.242Z Checking crypto-bigint v0.5.5
23382026-03-18T10:46:40.328Z Checking toml_datetime v0.7.5+spec-1.1.0
23392026-03-18T10:46:40.347Z Checking thread-id v5.1.0
23402026-03-18T10:46:40.448Z Checking fallible-iterator v0.2.0
23412026-03-18T10:46:40.469Z Checking unicode-segmentation v1.12.0
23422026-03-18T10:46:40.489Z Checking zlib-rs v0.6.2
23432026-03-18T10:46:40.509Z Checking heapless v0.7.17
23442026-03-18T10:46:40.587Z Checking zstd-safe v7.2.4
23452026-03-18T10:46:40.810Z Checking postgres-protocol v0.6.10
23462026-03-18T10:46:40.813Z Checking rayon v1.11.0
23472026-03-18T10:46:40.892Z Checking itertools v0.12.1
23482026-03-18T10:46:40.943Z Checking clap v4.5.60
23492026-03-18T10:46:41.047Z Checking phf_shared v0.13.1
23502026-03-18T10:46:41.086Z Checking console v0.16.2
23512026-03-18T10:46:41.249Z Checking curve25519-dalek v4.1.3
23522026-03-18T10:46:41.269Z Checking dof v0.4.0
23532026-03-18T10:46:41.320Z Checking memoffset v0.9.1
23542026-03-18T10:46:41.421Z Checking bzip2-sys v0.1.13+1.0.8
23552026-03-18T10:46:41.480Z Checking signal-hook v0.3.18
23562026-03-18T10:46:41.528Z Checking memmap2 v0.9.10
23572026-03-18T10:46:41.603Z Checking elliptic-curve v0.13.8
23582026-03-18T10:46:41.694Z Checking flate2 v1.1.9
23592026-03-18T10:46:41.720Z Checking foldhash v0.1.5
23602026-03-18T10:46:41.740Z Checking bumpalo v3.20.2
23612026-03-18T10:46:41.893Z Checking libbz2-rs-sys v0.2.2
23622026-03-18T10:46:42.002Z Checking toml_write v0.1.2
23632026-03-18T10:46:42.021Z Checking winnow v0.5.40
23642026-03-18T10:46:42.092Z Checking fixedbitset v0.4.2
23652026-03-18T10:46:42.121Z Checking usdt-impl v0.6.0
23662026-03-18T10:46:42.219Z Checking unit-prefix v0.5.2
23672026-03-18T10:46:42.287Z Checking petgraph v0.6.5
23682026-03-18T10:46:42.307Z Checking zone v0.3.1
23692026-03-18T10:46:42.326Z Checking toml_edit v0.22.27
23702026-03-18T10:46:42.374Z Checking zopfli v0.8.3
23712026-03-18T10:46:42.418Z Checking bzip2 v0.6.1
23722026-03-18T10:46:42.480Z Checking usdt v0.6.0
23732026-03-18T10:46:42.635Z Checking hashbrown v0.15.5
23742026-03-18T10:46:42.688Z Checking signal-hook-mio v0.2.5
23752026-03-18T10:46:42.780Z Checking bzip2 v0.4.4
23762026-03-18T10:46:42.809Z Checking nix v0.31.1
23772026-03-18T10:46:42.828Z Checking phf v0.13.1
23782026-03-18T10:46:42.858Z Checking indicatif v0.18.4
23792026-03-18T10:46:42.996Z Checking postgres-types v0.2.12
23802026-03-18T10:46:43.024Z Checking smoltcp v0.9.1
23812026-03-18T10:46:43.273Z Checking similar v2.7.0
23822026-03-18T10:46:43.352Z Checking zstd v0.13.3
23832026-03-18T10:46:43.422Z Checking num-bigint-dig v0.8.6
23842026-03-18T10:46:43.592Z Checking toml_edit v0.19.15
23852026-03-18T10:46:43.611Z Checking ed25519 v2.2.3
23862026-03-18T10:46:43.793Z Checking phf_shared v0.11.3
23872026-03-18T10:46:43.827Z Checking pkcs1 v0.7.5
23882026-03-18T10:46:43.848Z Checking tokio-stream v0.1.18
23892026-03-18T10:46:43.848Z Checking strum v0.27.2
23902026-03-18T10:46:43.984Z Checking hubpack v0.1.2
23912026-03-18T10:46:44.005Z Checking rfc6979 v0.4.0
23922026-03-18T10:46:44.007Z Checking serde-big-array v0.5.1
23932026-03-18T10:46:44.104Z Checking float-cmp v0.10.0
23942026-03-18T10:46:44.167Z Checking env_filter v1.0.0
23952026-03-18T10:46:44.171Z Checking difflib v0.4.0
23962026-03-18T10:46:44.206Z Checking jiff v0.2.21
23972026-03-18T10:46:44.226Z Checking rustc-hash v2.1.1
23982026-03-18T10:46:44.270Z Checking fixedbitset v0.5.7
23992026-03-18T10:46:44.352Z Checking whoami v2.1.0
24002026-03-18T10:46:44.353Z Checking predicates-core v1.0.10
24012026-03-18T10:46:44.371Z Checking precomputed-hash v0.1.1
24022026-03-18T10:46:44.413Z Checking static_assertions v1.1.0
24032026-03-18T10:46:44.495Z Checking new_debug_unreachable v1.0.6
24042026-03-18T10:46:44.515Z Checking keccak v0.1.6
24052026-03-18T10:46:44.536Z Checking normalize-line-endings v0.3.0
24062026-03-18T10:46:44.536Z Checking petgraph v0.8.3
24072026-03-18T10:46:44.582Z Checking string_cache v0.8.9
24082026-03-18T10:46:44.603Z Checking tokio-postgres v0.7.16
24092026-03-18T10:46:44.607Z Checking rsa v0.9.10
24102026-03-18T10:46:44.646Z Checking predicates v3.1.4
24112026-03-18T10:46:44.726Z Checking sha3 v0.10.8
24122026-03-18T10:46:44.796Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24132026-03-18T10:46:44.998Z Checking iddqd v0.3.17
24142026-03-18T10:46:45.019Z Checking toml v0.7.8
24152026-03-18T10:46:45.050Z Checking env_logger v0.11.9
24162026-03-18T10:46:45.231Z Checking ecdsa v0.16.9
24172026-03-18T10:46:45.301Z Checking ed25519-dalek v2.2.0
24182026-03-18T10:46:45.454Z Checking zip v0.6.6
24192026-03-18T10:46:45.600Z Checking crossterm v0.28.1
24202026-03-18T10:46:45.682Z Checking serde_with v3.17.0
24212026-03-18T10:46:45.890Z Checking itertools v0.13.0
24222026-03-18T10:46:46.175Z Checking hickory-proto v0.25.2
24232026-03-18T10:46:46.322Z Checking x509-cert v0.2.5
24242026-03-18T10:46:46.585Z Checking fs-err v3.3.0
24252026-03-18T10:46:46.755Z Checking ahash v0.8.12
24262026-03-18T10:46:46.977Z Checking object v0.37.3
24272026-03-18T10:46:47.020Z Checking buf-list v1.1.2
24282026-03-18T10:46:47.205Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24292026-03-18T10:46:47.259Z Checking lalrpop-util v0.19.12
24302026-03-18T10:46:47.300Z Checking peg-runtime v0.8.5
24312026-03-18T10:46:47.319Z Checking zip v4.6.1
24322026-03-18T10:46:47.468Z Compiling structmeta-derive v0.3.0
24332026-03-18T10:46:47.488Z Compiling rustls v0.22.4
24342026-03-18T10:46:47.559Z Compiling newtype-uuid-macros v0.1.0
24352026-03-18T10:46:47.732Z Compiling multer v3.1.0
24362026-03-18T10:46:47.757Z Compiling async-stream-impl v0.3.6
24372026-03-18T10:46:47.803Z Checking futures-executor v0.3.32
24382026-03-18T10:46:47.995Z Checking regress v0.10.5
24392026-03-18T10:46:48.089Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24402026-03-18T10:46:48.535Z Compiling dropshot v0.16.7
24412026-03-18T10:46:48.559Z Checking futures v0.3.32
24422026-03-18T10:46:48.600Z Compiling dropshot_endpoint v0.16.7
24432026-03-18T10:46:48.659Z Checking thread_local v1.1.9
24442026-03-18T10:46:48.834Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24452026-03-18T10:46:48.874Z Checking crossbeam-channel v0.5.15
24462026-03-18T10:46:48.910Z Compiling structmeta v0.3.0
24472026-03-18T10:46:49.185Z Compiling derive-ex v0.1.8
24482026-03-18T10:46:49.295Z Checking is-terminal v0.4.17
24492026-03-18T10:46:49.324Z Checking take_mut v0.2.2
24502026-03-18T10:46:49.414Z Checking term v1.2.1
24512026-03-18T10:46:49.453Z Checking slog-async v2.8.0
24522026-03-18T10:46:49.679Z Compiling parse-display-derive v0.10.0
24532026-03-18T10:46:49.722Z Checking slog-term v2.9.2
24542026-03-18T10:46:49.924Z Checking rustls-webpki v0.102.8
24552026-03-18T10:46:50.015Z Checking serde_spanned v1.0.4
24562026-03-18T10:46:50.059Z Checking match_cfg v0.1.0
24572026-03-18T10:46:50.150Z Checking debug-ignore v1.0.5
24582026-03-18T10:46:50.186Z Checking toml_writer v1.0.6+spec-1.1.0
24592026-03-18T10:46:50.273Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24602026-03-18T10:46:50.292Z Checking hostname v0.3.1
24612026-03-18T10:46:50.372Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24622026-03-18T10:46:50.420Z Checking slog-json v2.6.1
24632026-03-18T10:46:50.458Z Checking toml v0.9.12+spec-1.1.0
24642026-03-18T10:46:50.557Z Checking macaddr v1.0.1
24652026-03-18T10:46:50.621Z Checking slog-bunyan v2.5.0
24662026-03-18T10:46:50.769Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24672026-03-18T10:46:50.792Z Checking async-stream v0.3.6
24682026-03-18T10:46:51.008Z Checking waitgroup v0.1.2
24692026-03-18T10:46:51.139Z Checking rustls-pemfile v2.2.0
24702026-03-18T10:46:51.284Z Checking serde_path_to_error v0.1.20
24712026-03-18T10:46:51.321Z Checking hostname v0.4.2
24722026-03-18T10:46:51.343Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24732026-03-18T10:46:51.346Z Checking progenitor-client v0.13.0
24742026-03-18T10:46:51.451Z Checking progenitor-client v0.10.0
24752026-03-18T10:46:51.482Z Compiling itertools v0.14.0
24762026-03-18T10:46:51.574Z Compiling test-strategy v0.4.5
24772026-03-18T10:46:51.662Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24782026-03-18T10:46:51.665Z Checking backon v1.6.0
24792026-03-18T10:46:51.755Z Checking instant v0.1.13
24802026-03-18T10:46:51.868Z Checking backoff v0.4.0
24812026-03-18T10:46:51.897Z Checking progenitor-extras v0.1.1
24822026-03-18T10:46:51.954Z Checking parse-display v0.10.0
24832026-03-18T10:46:52.093Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24842026-03-18T10:46:52.141Z Checking heck v0.5.0
24852026-03-18T10:46:52.373Z Compiling toml_edit v0.23.10+spec-1.0.0
24862026-03-18T10:46:52.393Z Compiling heapless v0.8.0
24872026-03-18T10:46:52.485Z Checking tokio-rustls v0.25.0
24882026-03-18T10:46:52.724Z Compiling crucible-workspace-hack v0.1.0
24892026-03-18T10:46:52.763Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24902026-03-18T10:46:52.946Z Compiling convert_case v0.4.0
24912026-03-18T10:46:53.216Z Compiling ingot-macros v0.1.1
24922026-03-18T10:46:53.310Z Compiling proc-macro-crate v3.4.0
24932026-03-18T10:46:53.396Z Checking hash32 v0.3.1
24942026-03-18T10:46:53.452Z Compiling derive_more v0.99.20
24952026-03-18T10:46:53.568Z Checking secrecy v0.10.3
24962026-03-18T10:46:53.616Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24972026-03-18T10:46:53.723Z Compiling smoltcp v0.11.0
24982026-03-18T10:46:53.849Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24992026-03-18T10:46:54.052Z Compiling prettyplease v0.2.37
25002026-03-18T10:46:54.110Z Compiling num_enum_derive v0.7.5
25012026-03-18T10:46:54.279Z Compiling typify-impl v0.6.1
25022026-03-18T10:46:54.339Z Checking tabwriter v1.4.1
25032026-03-18T10:46:54.528Z Checking cobs v0.3.0
25042026-03-18T10:46:54.666Z Compiling foreign-types-macros v0.2.3
25052026-03-18T10:46:54.716Z Checking cpufeatures v0.3.0
25062026-03-18T10:46:54.813Z Compiling unsafe-libyaml v0.2.11
25072026-03-18T10:46:55.308Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25082026-03-18T10:46:55.438Z Checking foreign-types-shared v0.3.1
25092026-03-18T10:46:55.506Z Checking num_enum v0.7.5
25102026-03-18T10:46:55.568Z Checking foreign-types v0.5.0
25112026-03-18T10:46:55.651Z Compiling serde_yaml v0.9.34+deprecated
25122026-03-18T10:46:55.724Z Checking chacha20 v0.10.0
25132026-03-18T10:46:55.822Z Checking postcard v1.1.3
25142026-03-18T10:46:56.814Z Compiling proc-macro-crate v1.3.1
25152026-03-18T10:46:57.063Z Checking ingot-types v0.1.2
25162026-03-18T10:46:57.100Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25172026-03-18T10:46:57.379Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25182026-03-18T10:46:57.552Z Checking ingot v0.1.1
25192026-03-18T10:46:57.640Z Checking cstr-argument v0.1.2
25202026-03-18T10:46:57.665Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25212026-03-18T10:46:57.686Z Checking colored v3.1.1
25222026-03-18T10:46:57.785Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25232026-03-18T10:46:57.804Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25242026-03-18T10:46:57.953Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25252026-03-18T10:46:57.973Z Compiling num_enum_derive v0.5.11
25262026-03-18T10:46:58.060Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25272026-03-18T10:46:58.090Z Checking rand v0.10.0
25282026-03-18T10:46:59.258Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25292026-03-18T10:46:59.751Z Checking num_enum v0.5.11
25302026-03-18T10:46:59.854Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25312026-03-18T10:47:00.420Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25322026-03-18T10:47:00.709Z Compiling typify-macro v0.6.1
25332026-03-18T10:47:00.801Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25342026-03-18T10:47:00.945Z Compiling typify-impl v0.4.3
25352026-03-18T10:47:01.083Z Checking camino-tempfile v1.4.1
25362026-03-18T10:47:01.184Z Checking num-rational v0.4.2
25372026-03-18T10:47:01.584Z Checking half v2.7.1
25382026-03-18T10:47:01.681Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25392026-03-18T10:47:01.827Z Compiling thiserror-impl-no-std v2.0.2
25402026-03-18T10:47:01.948Z Checking universal-hash v0.5.1
25412026-03-18T10:47:01.995Z Checking num-complex v0.4.6
25422026-03-18T10:47:02.040Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25432026-03-18T10:47:02.352Z Checking ciborium-io v0.2.2
25442026-03-18T10:47:02.408Z Checking opaque-debug v0.3.1
25452026-03-18T10:47:02.473Z Checking ciborium-ll v0.2.2
25462026-03-18T10:47:02.492Z Checking num v0.4.3
25472026-03-18T10:47:02.512Z Checking poly1305 v0.8.0
25482026-03-18T10:47:02.584Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25492026-03-18T10:47:02.691Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25502026-03-18T10:47:02.711Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25512026-03-18T10:47:02.856Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25522026-03-18T10:47:03.084Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25532026-03-18T10:47:03.104Z Compiling typify v0.6.1
25542026-03-18T10:47:03.249Z Checking toml v0.8.23
25552026-03-18T10:47:03.435Z Checking thiserror-no-std v2.0.2
25562026-03-18T10:47:03.551Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25572026-03-18T10:47:03.707Z Checking password-hash v0.5.0
25582026-03-18T10:47:03.789Z Checking chacha20 v0.9.1
25592026-03-18T10:47:04.018Z Compiling usdt-attr-macro v0.5.0
25602026-03-18T10:47:04.050Z Compiling usdt-macro v0.5.0
25612026-03-18T10:47:04.312Z Checking smf v0.2.3
25622026-03-18T10:47:04.625Z Checking blake2 v0.10.6
25632026-03-18T10:47:04.766Z Checking aead v0.5.2
25642026-03-18T10:47:04.822Z Checking sigpipe v0.1.3
25652026-03-18T10:47:04.929Z Checking memmap v0.7.0
25662026-03-18T10:47:04.967Z Compiling num-derive v0.4.2
25672026-03-18T10:47:05.000Z Checking float-ord v0.3.2
25682026-03-18T10:47:05.029Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25692026-03-18T10:47:05.102Z Checking glob v0.3.3
25702026-03-18T10:47:05.135Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25712026-03-18T10:47:05.287Z Checking usdt v0.5.0
25722026-03-18T10:47:05.341Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25732026-03-18T10:47:05.523Z Checking chacha20poly1305 v0.10.1
25742026-03-18T10:47:05.552Z Checking argon2 v0.5.3
25752026-03-18T10:47:05.686Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25762026-03-18T10:47:05.740Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25772026-03-18T10:47:05.976Z Checking vsss-rs v3.3.4
25782026-03-18T10:47:05.979Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25792026-03-18T10:47:06.048Z Compiling progenitor-impl v0.13.0
25802026-03-18T10:47:06.243Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25812026-03-18T10:47:06.736Z Checking ciborium v0.2.2
25822026-03-18T10:47:06.854Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25832026-03-18T10:47:06.995Z Compiling semver v0.1.20
25842026-03-18T10:47:07.083Z Checking whoami v1.6.1
25852026-03-18T10:47:07.169Z Checking indent_write v2.2.0
25862026-03-18T10:47:07.336Z Compiling rustc_version v0.1.7
25872026-03-18T10:47:07.355Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25882026-03-18T10:47:07.376Z Compiling typify-macro v0.4.3
25892026-03-18T10:47:07.631Z Compiling pin-project-internal v1.1.11
25902026-03-18T10:47:07.660Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25912026-03-18T10:47:08.498Z Checking swrite v0.1.0
25922026-03-18T10:47:08.557Z Checking linked-hash-map v0.5.6
25932026-03-18T10:47:08.619Z Compiling minimal-lexical v0.2.1
25942026-03-18T10:47:08.786Z Checking lru-cache v0.1.2
25952026-03-18T10:47:08.943Z Compiling nom v7.1.3
25962026-03-18T10:47:08.963Z Compiling newtype_derive v0.1.6
25972026-03-18T10:47:09.174Z Checking pin-project v1.1.11
25982026-03-18T10:47:09.301Z Checking newline-converter v0.3.0
25992026-03-18T10:47:09.448Z Checking atomicwrites v0.4.4
26002026-03-18T10:47:09.620Z Checking phf_shared v0.12.1
26012026-03-18T10:47:09.668Z Compiling typify v0.4.3
26022026-03-18T10:47:09.726Z Compiling progenitor-macro v0.13.0
26032026-03-18T10:47:09.747Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26042026-03-18T10:47:09.807Z Checking hickory-proto v0.24.4
26052026-03-18T10:47:09.824Z Checking console v0.15.11
26062026-03-18T10:47:09.844Z Checking pem v3.0.6
26072026-03-18T10:47:10.207Z Checking csv-core v0.1.13
26082026-03-18T10:47:10.458Z Compiling snafu-derive v0.8.9
26092026-03-18T10:47:10.772Z Compiling derive-where v1.6.0
26102026-03-18T10:47:10.792Z Compiling async-recursion v1.1.1
26112026-03-18T10:47:11.758Z Compiling slog-dtrace v0.3.0
26122026-03-18T10:47:12.004Z Compiling chrono-tz v0.10.4
26132026-03-18T10:47:12.229Z Checking same-file v1.0.6
26142026-03-18T10:47:12.351Z Checking resolv-conf v0.7.6
26152026-03-18T10:47:12.382Z Checking unicode-width v0.1.14
26162026-03-18T10:47:12.597Z Checking highway v1.3.0
26172026-03-18T10:47:12.618Z Compiling cancel-safe-futures v0.1.5
26182026-03-18T10:47:12.708Z Compiling owo-colors v4.3.0
26192026-03-18T10:47:12.900Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26202026-03-18T10:47:12.917Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26212026-03-18T10:47:12.942Z Compiling const_format_proc_macros v0.2.34
26222026-03-18T10:47:13.159Z Checking snafu v0.8.9
26232026-03-18T10:47:13.181Z Checking hickory-resolver v0.24.4
26242026-03-18T10:47:13.481Z Checking walkdir v2.5.0
26252026-03-18T10:47:13.791Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26262026-03-18T10:47:14.036Z Checking csv v1.4.0
26272026-03-18T10:47:14.039Z Checking expectorate v1.2.0
26282026-03-18T10:47:14.206Z Checking phf v0.12.1
26292026-03-18T10:47:14.354Z Compiling progenitor-impl v0.10.0
26302026-03-18T10:47:14.436Z Checking tokio-dtrace v0.1.1
26312026-03-18T10:47:14.462Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26322026-03-18T10:47:14.555Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26332026-03-18T10:47:14.676Z Checking globset v0.4.18
26342026-03-18T10:47:14.835Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26352026-03-18T10:47:14.855Z Checking olpc-cjson v0.1.4
26362026-03-18T10:47:15.024Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26372026-03-18T10:47:15.043Z Checking libsw-core v0.3.2
26382026-03-18T10:47:15.234Z Checking serde_plain v1.0.2
26392026-03-18T10:47:15.252Z Checking arc-swap v1.8.2
26402026-03-18T10:47:15.365Z Compiling lzma-sys v0.1.20
26412026-03-18T10:47:15.429Z Checking bytecount v0.6.9
26422026-03-18T10:47:15.550Z Checking utf-8 v0.7.6
26432026-03-18T10:47:15.571Z Checking typed-path v0.9.3
26442026-03-18T10:47:15.904Z Checking tungstenite v0.21.0
26452026-03-18T10:47:16.499Z Checking papergrid v0.11.0
26462026-03-18T10:47:16.520Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26472026-03-18T10:47:16.727Z Checking tough v0.20.0
26482026-03-18T10:47:16.748Z Checking slog-scope v4.4.1
26492026-03-18T10:47:16.851Z Checking progenitor v0.13.0
26502026-03-18T10:47:16.926Z Checking libsw v3.5.0
26512026-03-18T10:47:17.031Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26522026-03-18T10:47:17.129Z Checking oxide-tokio-rt v0.1.3
26532026-03-18T10:47:17.348Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26542026-03-18T10:47:17.552Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26552026-03-18T10:47:17.647Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26562026-03-18T10:47:17.909Z Checking qorb v0.4.1
26572026-03-18T10:47:18.121Z Compiling progenitor-macro v0.10.0
26582026-03-18T10:47:18.767Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26592026-03-18T10:47:19.026Z Checking const_format v0.2.35
26602026-03-18T10:47:19.465Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
26612026-03-18T10:47:19.494Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26622026-03-18T10:47:19.630Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26632026-03-18T10:47:19.693Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26642026-03-18T10:47:19.929Z Compiling cargo_toml v0.22.3
26652026-03-18T10:47:20.142Z Checking gethostname v0.5.0
26662026-03-18T10:47:20.163Z Compiling tabled_derive v0.7.0
26672026-03-18T10:47:20.199Z Checking bcs v0.1.6
26682026-03-18T10:47:20.260Z Checking smawk v0.3.2
26692026-03-18T10:47:20.301Z Checking termtree v0.5.1
26702026-03-18T10:47:20.426Z Checking linear-map v1.2.0
26712026-03-18T10:47:20.485Z Checking unicode-linebreak v0.1.5
26722026-03-18T10:47:20.512Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26732026-03-18T10:47:20.653Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26742026-03-18T10:47:20.768Z Checking textwrap v0.16.2
26752026-03-18T10:47:21.078Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26762026-03-18T10:47:21.102Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26772026-03-18T10:47:21.550Z Checking tabled v0.15.0
26782026-03-18T10:47:22.017Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26792026-03-18T10:47:22.224Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26802026-03-18T10:47:22.489Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26812026-03-18T10:47:22.517Z Checking steno v0.4.1
26822026-03-18T10:47:22.732Z Checking slog-stdlog v4.1.1
26832026-03-18T10:47:22.884Z Checking typeid v1.0.3
26842026-03-18T10:47:23.022Z Checking tokio-tungstenite v0.21.0
26852026-03-18T10:47:23.321Z Checking base64 v0.21.7
26862026-03-18T10:47:23.395Z Checking humantime v2.3.0
26872026-03-18T10:47:23.642Z Checking xz2 v0.1.7
26882026-03-18T10:47:23.645Z Checking ron v0.12.0
26892026-03-18T10:47:23.867Z Checking slog-envlogger v2.2.0
26902026-03-18T10:47:23.887Z Checking yasna v0.5.2
26912026-03-18T10:47:24.017Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
26922026-03-18T10:47:24.060Z Checking headers-core v0.3.0
26932026-03-18T10:47:24.207Z Checking filetime v0.2.27
26942026-03-18T10:47:24.335Z Checking base16ct v1.0.0
26952026-03-18T10:47:24.385Z Checking xattr v1.6.1
26962026-03-18T10:47:24.424Z Checking rcgen v0.12.1
26972026-03-18T10:47:24.506Z Checking headers v0.4.1
26982026-03-18T10:47:24.556Z Checking tar v0.4.44
26992026-03-18T10:47:24.684Z Checking subprocess v0.2.15
27002026-03-18T10:47:25.138Z Checking progenitor v0.10.0
27012026-03-18T10:47:25.302Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27022026-03-18T10:47:32.808Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27032026-03-18T10:47:40.998Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27042026-03-18T10:47:42.783Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27052026-03-18T10:47:44.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
27062026-03-18T10:47:44.607Z
27072026-03-18T10:47:44.607Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/257)
27082026-03-18T10:47:45.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27092026-03-18T10:47:45.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27102026-03-18T10:47:45.639Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27112026-03-18T10:47:47.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.77s
27122026-03-18T10:47:47.662Z
27132026-03-18T10:47:47.662Zinfo: running `cargo check --bins` on nexus-config (51/257)
27142026-03-18T10:47:48.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27152026-03-18T10:47:48.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27162026-03-18T10:47:48.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27172026-03-18T10:47:48.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
27182026-03-18T10:47:48.511Z
27192026-03-18T10:47:48.511Zinfo: running `cargo check --bins` on nexus-types (52/257)
27202026-03-18T10:47:49.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27212026-03-18T10:47:49.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27222026-03-18T10:47:49.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27232026-03-18T10:47:49.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27242026-03-18T10:47:49.352Z
27252026-03-18T10:47:49.352Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/257)
27262026-03-18T10:47:50.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27272026-03-18T10:47:50.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27282026-03-18T10:47:50.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27292026-03-18T10:47:50.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27302026-03-18T10:47:50.139Z
27312026-03-18T10:47:50.139Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/257)
27322026-03-18T10:47:50.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27332026-03-18T10:47:50.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27342026-03-18T10:47:50.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27352026-03-18T10:47:50.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27362026-03-18T10:47:50.930Z
27372026-03-18T10:47:50.930Zinfo: running `cargo check --bins` on cockroach-admin-types (55/257)
27382026-03-18T10:47:51.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27392026-03-18T10:47:51.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27402026-03-18T10:47:51.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27412026-03-18T10:47:51.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27422026-03-18T10:47:51.698Z
27432026-03-18T10:47:51.698Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/257)
27442026-03-18T10:47:52.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27452026-03-18T10:47:52.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27462026-03-18T10:47:52.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27472026-03-18T10:47:52.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27482026-03-18T10:47:52.467Z
27492026-03-18T10:47:52.468Zinfo: running `cargo check --bins` on ereport-types (57/257)
27502026-03-18T10:47:53.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27512026-03-18T10:47:53.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27522026-03-18T10:47:53.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27532026-03-18T10:47:53.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27542026-03-18T10:47:53.252Z
27552026-03-18T10:47:53.252Zinfo: running `cargo check --bins` on gateway-client (58/257)
27562026-03-18T10:47:53.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572026-03-18T10:47:53.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582026-03-18T10:47:53.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27592026-03-18T10:47:53.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27602026-03-18T10:47:54.035Z
27612026-03-18T10:47:54.035Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/257)
27622026-03-18T10:47:54.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632026-03-18T10:47:54.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642026-03-18T10:47:54.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27652026-03-18T10:47:54.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27662026-03-18T10:47:54.816Z
27672026-03-18T10:47:54.816Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/257)
27682026-03-18T10:47:55.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692026-03-18T10:47:55.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702026-03-18T10:47:55.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712026-03-18T10:47:55.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27722026-03-18T10:47:55.592Z
27732026-03-18T10:47:55.592Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/257)
27742026-03-18T10:47:56.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752026-03-18T10:47:56.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762026-03-18T10:47:56.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772026-03-18T10:47:56.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27782026-03-18T10:47:56.372Z
27792026-03-18T10:47:56.372Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/257)
27802026-03-18T10:47:57.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-03-18T10:47:57.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-03-18T10:47:57.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832026-03-18T10:47:57.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27842026-03-18T10:47:57.155Z
27852026-03-18T10:47:57.155Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/257)
27862026-03-18T10:47:57.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872026-03-18T10:47:57.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882026-03-18T10:47:57.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892026-03-18T10:47:57.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
27902026-03-18T10:47:57.959Z
27912026-03-18T10:47:57.959Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/257)
27922026-03-18T10:47:58.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932026-03-18T10:47:58.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942026-03-18T10:47:58.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952026-03-18T10:47:58.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
27962026-03-18T10:47:58.757Z
27972026-03-18T10:47:58.757Zinfo: running `cargo check --bins` on key-manager-types (65/257)
27982026-03-18T10:47:59.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992026-03-18T10:47:59.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002026-03-18T10:47:59.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012026-03-18T10:47:59.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28022026-03-18T10:47:59.526Z
28032026-03-18T10:47:59.526Zinfo: running `cargo check --bins` on oxlog (66/257)
28042026-03-18T10:48:00.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052026-03-18T10:48:00.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062026-03-18T10:48:00.341Z Compiling newtype-uuid v1.3.2
28072026-03-18T10:48:00.604Z Compiling daft v0.1.5
28082026-03-18T10:48:00.866Z Compiling iddqd v0.3.17
28092026-03-18T10:48:02.127Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28102026-03-18T10:48:02.414Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28112026-03-18T10:48:02.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28122026-03-18T10:48:02.982Z
28132026-03-18T10:48:02.982Zinfo: running `cargo check --bins` on internal-dns-types (67/257)
28142026-03-18T10:48:03.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28152026-03-18T10:48:03.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28162026-03-18T10:48:03.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28172026-03-18T10:48:03.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28182026-03-18T10:48:03.763Z
28192026-03-18T10:48:03.763Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/257)
28202026-03-18T10:48:04.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-03-18T10:48:04.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-03-18T10:48:04.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28232026-03-18T10:48:04.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28242026-03-18T10:48:04.550Z
28252026-03-18T10:48:04.550Zinfo: running `cargo check --bins` on nexus-types-versions (69/257)
28262026-03-18T10:48:05.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-03-18T10:48:05.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-03-18T10:48:05.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28292026-03-18T10:48:05.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28302026-03-18T10:48:05.368Z
28312026-03-18T10:48:05.368Zinfo: running `cargo check --bins` on omicron-passwords (70/257)
28322026-03-18T10:48:06.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-03-18T10:48:06.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-03-18T10:48:06.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28352026-03-18T10:48:06.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28362026-03-18T10:48:06.141Z
28372026-03-18T10:48:06.141Zinfo: running `cargo check --bins` on oxql-types (71/257)
28382026-03-18T10:48:06.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-03-18T10:48:06.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-03-18T10:48:06.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28412026-03-18T10:48:06.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28422026-03-18T10:48:06.927Z
28432026-03-18T10:48:06.927Zinfo: running `cargo check --bins` on oximeter-types (72/257)
28442026-03-18T10:48:07.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-03-18T10:48:07.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-03-18T10:48:07.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28472026-03-18T10:48:07.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28482026-03-18T10:48:07.711Z
28492026-03-18T10:48:07.711Zinfo: running `cargo check --bins` on oximeter-types-versions (73/257)
28502026-03-18T10:48:08.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-03-18T10:48:08.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-03-18T10:48:08.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28532026-03-18T10:48:08.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28542026-03-18T10:48:08.495Z
28552026-03-18T10:48:08.495Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/257)
28562026-03-18T10:48:09.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-03-18T10:48:09.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-03-18T10:48:09.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28592026-03-18T10:48:09.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28602026-03-18T10:48:09.256Z
28612026-03-18T10:48:09.256Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/257)
28622026-03-18T10:48:09.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-03-18T10:48:09.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-03-18T10:48:09.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-03-18T10:48:09.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28662026-03-18T10:48:10.062Z
28672026-03-18T10:48:10.062Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/257)
28682026-03-18T10:48:10.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-03-18T10:48:10.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-03-18T10:48:10.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712026-03-18T10:48:10.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28722026-03-18T10:48:10.873Z
28732026-03-18T10:48:10.873Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/257)
28742026-03-18T10:48:11.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-03-18T10:48:11.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-03-18T10:48:11.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772026-03-18T10:48:11.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28782026-03-18T10:48:11.683Z
28792026-03-18T10:48:11.683Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/257)
28802026-03-18T10:48:12.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-03-18T10:48:12.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-03-18T10:48:12.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-03-18T10:48:12.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28842026-03-18T10:48:12.494Z
28852026-03-18T10:48:12.494Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/257)
28862026-03-18T10:48:13.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-03-18T10:48:13.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-03-18T10:48:13.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-03-18T10:48:13.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28902026-03-18T10:48:13.270Z
28912026-03-18T10:48:13.270Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/257)
28922026-03-18T10:48:13.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-03-18T10:48:13.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-03-18T10:48:13.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-03-18T10:48:13.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28962026-03-18T10:48:14.045Z
28972026-03-18T10:48:14.045Zinfo: running `cargo check --bins --no-default-features` on gfss (81/257)
28982026-03-18T10:48:14.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-03-18T10:48:14.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-03-18T10:48:14.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-03-18T10:48:14.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29022026-03-18T10:48:14.814Z
29032026-03-18T10:48:14.814Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/257)
29042026-03-18T10:48:15.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-03-18T10:48:15.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-03-18T10:48:15.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-03-18T10:48:15.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29082026-03-18T10:48:15.582Z
29092026-03-18T10:48:15.582Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/257)
29102026-03-18T10:48:16.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-03-18T10:48:16.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-03-18T10:48:16.472Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29132026-03-18T10:48:17.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
29142026-03-18T10:48:17.385Z
29152026-03-18T10:48:17.385Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/257)
29162026-03-18T10:48:18.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-03-18T10:48:18.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-03-18T10:48:18.288Z Compiling ar_archive_writer v0.5.1
29192026-03-18T10:48:18.418Z Compiling stacker v0.1.23
29202026-03-18T10:48:18.432Z Compiling cfg_aliases v0.1.1
29212026-03-18T10:48:18.442Z Compiling convert_case v0.10.0
29222026-03-18T10:48:18.456Z Checking fd-lock v4.0.4
29232026-03-18T10:48:18.459Z Checking nibble_vec v0.1.0
29242026-03-18T10:48:18.459Z Checking vte v0.14.1
29252026-03-18T10:48:18.459Z Compiling recursive-proc-macro-impl v0.1.1
29262026-03-18T10:48:18.541Z Compiling nix v0.28.0
29272026-03-18T10:48:18.641Z Checking endian-type v0.1.2
29282026-03-18T10:48:18.698Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29292026-03-18T10:48:18.717Z Checking strip-ansi-escapes v0.2.1
29302026-03-18T10:48:18.757Z Compiling peg-macros v0.8.5
29312026-03-18T10:48:18.804Z Checking radix_trie v0.2.1
29322026-03-18T10:48:18.841Z Compiling derive_more-impl v2.1.1
29332026-03-18T10:48:18.856Z Checking winnow v0.6.26
29342026-03-18T10:48:19.014Z Compiling sqlparser_derive v0.5.0
29352026-03-18T10:48:19.076Z Checking nu-ansi-term v0.50.3
29362026-03-18T10:48:19.323Z Checking home v0.5.12
29372026-03-18T10:48:19.352Z Checking unicode_categories v0.1.1
29382026-03-18T10:48:19.459Z Checking reedline v0.40.0
29392026-03-18T10:48:19.591Z Checking display-error-chain v0.2.2
29402026-03-18T10:48:19.608Z Compiling psm v0.1.30
29412026-03-18T10:48:19.930Z Checking derive_more v2.1.1
29422026-03-18T10:48:20.025Z Checking crossterm v0.29.0
29432026-03-18T10:48:20.321Z Checking peg v0.8.5
29442026-03-18T10:48:20.389Z Checking sqlformat v0.3.5
29452026-03-18T10:48:20.392Z Checking rustyline v14.0.0
29462026-03-18T10:48:20.570Z Checking recursive v0.1.1
29472026-03-18T10:48:20.681Z Checking sqlparser v0.61.0
29482026-03-18T10:48:36.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.10s
29492026-03-18T10:48:36.711Z
29502026-03-18T10:48:36.711Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/257)
29512026-03-18T10:48:37.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522026-03-18T10:48:37.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532026-03-18T10:48:37.647Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29542026-03-18T10:48:42.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s
29552026-03-18T10:48:42.550Z
29562026-03-18T10:48:42.550Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/257)
29572026-03-18T10:48:43.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29582026-03-18T10:48:43.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29592026-03-18T10:48:43.455Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29602026-03-18T10:48:46.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
29612026-03-18T10:48:46.975Z
29622026-03-18T10:48:46.975Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/257)
29632026-03-18T10:48:47.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29642026-03-18T10:48:47.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29652026-03-18T10:48:47.873Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29662026-03-18T10:48:52.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.29s
29672026-03-18T10:48:52.487Z
29682026-03-18T10:48:52.487Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/257)
29692026-03-18T10:48:53.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29702026-03-18T10:48:53.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29712026-03-18T10:48:53.392Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29722026-03-18T10:48:57.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.33s
29732026-03-18T10:48:58.040Z
29742026-03-18T10:48:58.040Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/257)
29752026-03-18T10:48:58.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29762026-03-18T10:48:58.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29772026-03-18T10:48:58.942Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29782026-03-18T10:49:02.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
29792026-03-18T10:49:02.641Z
29802026-03-18T10:49:02.641Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/257)
29812026-03-18T10:49:03.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29822026-03-18T10:49:03.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29832026-03-18T10:49:03.545Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29842026-03-18T10:49:07.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
29852026-03-18T10:49:07.308Z
29862026-03-18T10:49:07.308Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/257)
29872026-03-18T10:49:08.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29882026-03-18T10:49:08.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29892026-03-18T10:49:08.213Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29902026-03-18T10:49:12.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.57s
29912026-03-18T10:49:13.099Z
29922026-03-18T10:49:13.099Zinfo: running `cargo check --bins` on oximeter (92/257)
29932026-03-18T10:49:13.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29942026-03-18T10:49:13.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29952026-03-18T10:49:13.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29962026-03-18T10:49:13.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29972026-03-18T10:49:13.889Z
29982026-03-18T10:49:13.889Zinfo: running `cargo check --bins` on oximeter-schema (93/257)
29992026-03-18T10:49:14.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30002026-03-18T10:49:14.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30012026-03-18T10:49:14.747Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30022026-03-18T10:49:14.942Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30032026-03-18T10:49:14.962Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30042026-03-18T10:49:15.385Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30052026-03-18T10:49:20.239Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30062026-03-18T10:49:20.668Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30072026-03-18T10:49:22.224Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30082026-03-18T10:49:23.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.24s
30092026-03-18T10:49:23.349Z
30102026-03-18T10:49:23.349Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/257)
30112026-03-18T10:49:24.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122026-03-18T10:49:24.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132026-03-18T10:49:24.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30142026-03-18T10:49:24.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30152026-03-18T10:49:24.143Z
30162026-03-18T10:49:24.143Zinfo: running `cargo check --bins` on oximeter-test-utils (95/257)
30172026-03-18T10:49:24.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182026-03-18T10:49:24.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192026-03-18T10:49:24.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30202026-03-18T10:49:24.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30212026-03-18T10:49:24.995Z
30222026-03-18T10:49:24.995Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/257)
30232026-03-18T10:49:25.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242026-03-18T10:49:25.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252026-03-18T10:49:25.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30262026-03-18T10:49:25.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30272026-03-18T10:49:25.807Z
30282026-03-18T10:49:25.807Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/257)
30292026-03-18T10:49:26.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302026-03-18T10:49:26.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312026-03-18T10:49:26.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322026-03-18T10:49:26.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30332026-03-18T10:49:26.617Z
30342026-03-18T10:49:26.617Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/257)
30352026-03-18T10:49:27.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-03-18T10:49:27.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-03-18T10:49:27.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382026-03-18T10:49:27.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30392026-03-18T10:49:27.431Z
30402026-03-18T10:49:27.431Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/257)
30412026-03-18T10:49:28.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-03-18T10:49:28.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-03-18T10:49:28.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-03-18T10:49:28.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30452026-03-18T10:49:28.243Z
30462026-03-18T10:49:28.243Zinfo: running `cargo check --bins` on trust-quorum-types (100/257)
30472026-03-18T10:49:28.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-03-18T10:49:28.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-03-18T10:49:28.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-03-18T10:49:28.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
30512026-03-18T10:49:29.009Z
30522026-03-18T10:49:29.009Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/257)
30532026-03-18T10:49:29.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-03-18T10:49:29.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-03-18T10:49:29.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-03-18T10:49:29.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30572026-03-18T10:49:29.820Z
30582026-03-18T10:49:29.820Zinfo: running `cargo check --bins` on update-engine (102/257)
30592026-03-18T10:49:30.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-03-18T10:49:30.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-03-18T10:49:30.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-03-18T10:49:30.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30632026-03-18T10:49:30.603Z
30642026-03-18T10:49:30.603Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/257)
30652026-03-18T10:49:31.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-03-18T10:49:31.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-03-18T10:49:31.532Z Checking dropshot-api-manager-types v0.6.0
30682026-03-18T10:49:31.535Z Checking nanorand v0.7.0
30692026-03-18T10:49:31.837Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30702026-03-18T10:49:31.874Z Checking flume v0.11.1
30712026-03-18T10:49:32.149Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30722026-03-18T10:49:33.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.83s
30732026-03-18T10:49:33.674Z
30742026-03-18T10:49:33.674Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/257)
30752026-03-18T10:49:34.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-03-18T10:49:34.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-03-18T10:49:34.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-03-18T10:49:34.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30792026-03-18T10:49:34.468Z
30802026-03-18T10:49:34.468Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/257)
30812026-03-18T10:49:35.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-03-18T10:49:35.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-03-18T10:49:35.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-03-18T10:49:35.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30852026-03-18T10:49:35.260Z
30862026-03-18T10:49:35.260Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/257)
30872026-03-18T10:49:35.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-03-18T10:49:35.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-03-18T10:49:35.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-03-18T10:49:35.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30912026-03-18T10:49:36.050Z
30922026-03-18T10:49:36.050Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/257)
30932026-03-18T10:49:36.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-03-18T10:49:36.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-03-18T10:49:36.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-03-18T10:49:36.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30972026-03-18T10:49:36.868Z
30982026-03-18T10:49:36.868Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/257)
30992026-03-18T10:49:37.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-03-18T10:49:37.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-03-18T10:49:37.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-03-18T10:49:37.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31032026-03-18T10:49:37.672Z
31042026-03-18T10:49:37.672Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/257)
31052026-03-18T10:49:38.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-03-18T10:49:38.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-03-18T10:49:38.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-03-18T10:49:38.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31092026-03-18T10:49:38.471Z
31102026-03-18T10:49:38.471Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/257)
31112026-03-18T10:49:39.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-03-18T10:49:39.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-03-18T10:49:39.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-03-18T10:49:39.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31152026-03-18T10:49:39.267Z
31162026-03-18T10:49:39.267Zinfo: running `cargo check --bins` on cockroach-admin-client (111/257)
31172026-03-18T10:49:39.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-03-18T10:49:39.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-03-18T10:49:39.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-03-18T10:49:39.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31212026-03-18T10:49:40.037Z
31222026-03-18T10:49:40.037Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/257)
31232026-03-18T10:49:40.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-03-18T10:49:40.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-03-18T10:49:40.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-03-18T10:49:40.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31272026-03-18T10:49:40.823Z
31282026-03-18T10:49:40.824Zinfo: running `cargo check --bins` on dns-service-client (113/257)
31292026-03-18T10:49:41.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-03-18T10:49:41.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-03-18T10:49:41.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-03-18T10:49:41.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31332026-03-18T10:49:41.624Z
31342026-03-18T10:49:41.624Zinfo: running `cargo check --bins` on installinator-client (114/257)
31352026-03-18T10:49:42.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-03-18T10:49:42.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-03-18T10:49:42.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-03-18T10:49:42.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31392026-03-18T10:49:42.428Z
31402026-03-18T10:49:42.428Zinfo: running `cargo check --bins` on nexus-client (115/257)
31412026-03-18T10:49:43.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-03-18T10:49:43.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-03-18T10:49:43.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-03-18T10:49:43.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31452026-03-18T10:49:43.276Z
31462026-03-18T10:49:43.276Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/257)
31472026-03-18T10:49:44.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-03-18T10:49:44.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-03-18T10:49:44.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-03-18T10:49:44.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31512026-03-18T10:49:44.130Z
31522026-03-18T10:49:44.130Zinfo: running `cargo check --bins` on ntp-admin-client (117/257)
31532026-03-18T10:49:44.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-03-18T10:49:44.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-03-18T10:49:44.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-03-18T10:49:44.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31572026-03-18T10:49:44.913Z
31582026-03-18T10:49:44.913Zinfo: running `cargo check --bins` on oxide-client (118/257)
31592026-03-18T10:49:45.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-03-18T10:49:45.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-03-18T10:49:45.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-03-18T10:49:45.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31632026-03-18T10:49:45.698Z
31642026-03-18T10:49:45.698Zinfo: running `cargo check --bins` on oximeter-client (119/257)
31652026-03-18T10:49:46.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-03-18T10:49:46.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-03-18T10:49:46.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-03-18T10:49:46.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31692026-03-18T10:49:46.488Z
31702026-03-18T10:49:46.488Zinfo: running `cargo check --bins` on repo-depot-client (120/257)
31712026-03-18T10:49:47.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-03-18T10:49:47.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-03-18T10:49:47.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-03-18T10:49:47.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31752026-03-18T10:49:47.261Z
31762026-03-18T10:49:47.261Zinfo: running `cargo check --bins` on sled-agent-client (121/257)
31772026-03-18T10:49:47.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-03-18T10:49:47.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-03-18T10:49:47.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31802026-03-18T10:49:47.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31812026-03-18T10:49:48.081Z
31822026-03-18T10:49:48.081Zinfo: running `cargo check --bins` on wicketd-client (122/257)
31832026-03-18T10:49:48.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31842026-03-18T10:49:48.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31852026-03-18T10:49:48.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31862026-03-18T10:49:48.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31872026-03-18T10:49:48.905Z
31882026-03-18T10:49:48.905Zinfo: running `cargo check --bins` on installinator-common (123/257)
31892026-03-18T10:49:49.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902026-03-18T10:49:49.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912026-03-18T10:49:49.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31922026-03-18T10:49:49.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31932026-03-18T10:49:49.713Z
31942026-03-18T10:49:49.713Zinfo: running `cargo check --bins` on installinator-common-versions (124/257)
31952026-03-18T10:49:50.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962026-03-18T10:49:50.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972026-03-18T10:49:50.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982026-03-18T10:49:50.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31992026-03-18T10:49:50.493Z
32002026-03-18T10:49:50.493Zinfo: running `cargo check --bins` on wicket-common (125/257)
32012026-03-18T10:49:51.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-03-18T10:49:51.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-03-18T10:49:51.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-03-18T10:49:51.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32052026-03-18T10:49:51.323Z
32062026-03-18T10:49:51.323Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/257)
32072026-03-18T10:49:52.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-03-18T10:49:52.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-03-18T10:49:52.231Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32102026-03-18T10:49:52.233Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32112026-03-18T10:49:52.233Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32122026-03-18T10:49:52.382Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32132026-03-18T10:49:52.385Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32142026-03-18T10:49:52.544Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32152026-03-18T10:49:52.574Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32162026-03-18T10:49:52.854Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32172026-03-18T10:49:52.858Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32182026-03-18T10:49:55.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s
32192026-03-18T10:49:55.947Z
32202026-03-18T10:49:55.947Zinfo: running `cargo check --bins` on cockroach-admin-api (127/257)
32212026-03-18T10:49:56.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222026-03-18T10:49:56.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232026-03-18T10:49:56.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32242026-03-18T10:49:56.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32252026-03-18T10:49:56.745Z
32262026-03-18T10:49:56.745Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/257)
32272026-03-18T10:49:57.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282026-03-18T10:49:57.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292026-03-18T10:49:57.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32302026-03-18T10:49:57.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
32312026-03-18T10:49:57.662Z
32322026-03-18T10:49:57.662Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/257)
32332026-03-18T10:49:58.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32342026-03-18T10:49:58.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32352026-03-18T10:49:58.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32362026-03-18T10:49:58.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32372026-03-18T10:49:58.577Z
32382026-03-18T10:49:58.577Zinfo: running `cargo check --bins` on dns-server (130/257)
32392026-03-18T10:49:59.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32402026-03-18T10:49:59.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32412026-03-18T10:49:59.483Z Compiling parking_lot_core v0.8.6
32422026-03-18T10:49:59.486Z Compiling git-stub v1.0.0
32432026-03-18T10:49:59.486Z Compiling atomicwrites v0.4.4
32442026-03-18T10:49:59.486Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32452026-03-18T10:49:59.641Z Checking tagptr v0.2.0
32462026-03-18T10:49:59.654Z Checking prefix-trie v0.7.0
32472026-03-18T10:49:59.657Z Checking fxhash v0.2.1
32482026-03-18T10:49:59.685Z Checking hickory-client v0.25.2
32492026-03-18T10:49:59.817Z Compiling git-stub-vcs v0.1.0
32502026-03-18T10:49:59.820Z Checking moka v0.12.13
32512026-03-18T10:50:00.086Z Checking hickory-server v0.25.2
32522026-03-18T10:50:00.189Z Checking parking_lot v0.11.2
32532026-03-18T10:50:00.205Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32542026-03-18T10:50:00.285Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32552026-03-18T10:50:00.288Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32562026-03-18T10:50:00.288Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32572026-03-18T10:50:00.425Z Checking sled v0.34.7
32582026-03-18T10:50:00.658Z Checking hickory-resolver v0.25.2
32592026-03-18T10:50:03.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s
32602026-03-18T10:50:03.420Z
32612026-03-18T10:50:03.420Zinfo: running `cargo check --bins` on dns-server-api (131/257)
32622026-03-18T10:50:04.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32632026-03-18T10:50:04.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32642026-03-18T10:50:04.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32652026-03-18T10:50:04.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32662026-03-18T10:50:04.212Z
32672026-03-18T10:50:04.212Zinfo: running `cargo check --bins` on gateway-test-utils (132/257)
32682026-03-18T10:50:04.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32692026-03-18T10:50:04.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32702026-03-18T10:50:04.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32712026-03-18T10:50:04.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
32722026-03-18T10:50:05.080Z
32732026-03-18T10:50:05.080Zinfo: running `cargo check --bins` on omicron-gateway (133/257)
32742026-03-18T10:50:05.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32752026-03-18T10:50:05.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32762026-03-18T10:50:06.083Z Compiling radium v0.7.0
32772026-03-18T10:50:06.223Z Checking tap v1.0.1
32782026-03-18T10:50:06.226Z Compiling maybe-uninit v2.0.0
32792026-03-18T10:50:06.251Z Compiling zerocopy-derive v0.6.6
32802026-03-18T10:50:06.266Z Checking crc-catalog v2.4.0
32812026-03-18T10:50:06.269Z Checking funty v2.0.0
32822026-03-18T10:50:06.269Z Compiling packed_struct v0.10.1
32832026-03-18T10:50:06.297Z Compiling packed_struct_codegen v0.10.1
32842026-03-18T10:50:06.361Z Checking wyz v0.5.1
32852026-03-18T10:50:06.436Z Checking crc v3.4.0
32862026-03-18T10:50:06.622Z Compiling bitfield-macros v0.19.4
32872026-03-18T10:50:06.675Z Compiling indexmap v1.9.3
32882026-03-18T10:50:06.698Z Checking nodrop v0.1.14
32892026-03-18T10:50:06.727Z Checking smallvec v0.6.14
32902026-03-18T10:50:06.791Z Checking hashbrown v0.12.3
32912026-03-18T10:50:06.810Z Checking bitvec v1.0.1
32922026-03-18T10:50:06.812Z Checking array-init v0.0.4
32932026-03-18T10:50:06.947Z Checking ron v0.8.1
32942026-03-18T10:50:06.995Z Checking hashbrown v0.13.2
32952026-03-18T10:50:07.310Z Checking serde-hex v0.1.0
32962026-03-18T10:50:07.370Z Checking zerocopy v0.6.6
32972026-03-18T10:50:07.565Z Checking bitfield v0.19.4
32982026-03-18T10:50:07.583Z Checking crc-any v2.5.0
32992026-03-18T10:50:07.673Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33002026-03-18T10:50:07.780Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33012026-03-18T10:50:07.798Z Checking void v1.0.2
33022026-03-18T10:50:07.818Z Checking path-slash v0.1.5
33032026-03-18T10:50:07.835Z Checking object v0.30.4
33042026-03-18T10:50:07.929Z Checking half v1.8.3
33052026-03-18T10:50:07.946Z Checking lzss v0.8.2
33062026-03-18T10:50:07.946Z Checking tungstenite v0.23.0
33072026-03-18T10:50:07.980Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33082026-03-18T10:50:08.162Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33092026-03-18T10:50:08.181Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33102026-03-18T10:50:08.186Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33112026-03-18T10:50:08.215Z Checking serde_cbor v0.11.2
33122026-03-18T10:50:08.396Z Checking nix v0.27.1
33132026-03-18T10:50:08.522Z Checking kstat-rs v0.2.4
33142026-03-18T10:50:08.702Z Checking serde_bytes v0.11.19
33152026-03-18T10:50:08.729Z Checking tokio-tungstenite v0.23.1
33162026-03-18T10:50:08.769Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33172026-03-18T10:50:08.934Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33182026-03-18T10:50:09.061Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33192026-03-18T10:50:09.101Z Checking signal-hook-tokio v0.3.1
33202026-03-18T10:50:10.082Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33212026-03-18T10:50:10.289Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33222026-03-18T10:50:13.641Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33232026-03-18T10:50:14.850Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33242026-03-18T10:50:15.232Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33252026-03-18T10:50:16.725Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33262026-03-18T10:50:19.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.41s
33272026-03-18T10:50:19.729Z
33282026-03-18T10:50:19.729Zinfo: running `cargo check --bins` on gateway-api (134/257)
33292026-03-18T10:50:20.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-03-18T10:50:20.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-03-18T10:50:20.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-03-18T10:50:20.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
33332026-03-18T10:50:20.532Z
33342026-03-18T10:50:20.532Zinfo: running `cargo check --bins` on ipcc (135/257)
33352026-03-18T10:50:21.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-03-18T10:50:21.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-03-18T10:50:21.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-03-18T10:50:21.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33392026-03-18T10:50:21.329Z
33402026-03-18T10:50:21.329Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/257)
33412026-03-18T10:50:22.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-03-18T10:50:22.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-03-18T10:50:22.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-03-18T10:50:22.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33452026-03-18T10:50:22.107Z
33462026-03-18T10:50:22.107Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/257)
33472026-03-18T10:50:22.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-03-18T10:50:22.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-03-18T10:50:22.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-03-18T10:50:22.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
33512026-03-18T10:50:22.902Z
33522026-03-18T10:50:22.902Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/257)
33532026-03-18T10:50:23.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-03-18T10:50:23.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-03-18T10:50:23.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-03-18T10:50:23.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
33572026-03-18T10:50:23.699Z
33582026-03-18T10:50:23.699Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/257)
33592026-03-18T10:50:24.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-03-18T10:50:24.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-03-18T10:50:24.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-03-18T10:50:24.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
33632026-03-18T10:50:24.497Z
33642026-03-18T10:50:24.498Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/257)
33652026-03-18T10:50:25.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-03-18T10:50:25.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-03-18T10:50:25.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-03-18T10:50:25.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33692026-03-18T10:50:25.291Z
33702026-03-18T10:50:25.291Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/257)
33712026-03-18T10:50:25.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-03-18T10:50:25.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-03-18T10:50:25.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-03-18T10:50:25.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
33752026-03-18T10:50:26.090Z
33762026-03-18T10:50:26.090Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/257)
33772026-03-18T10:50:26.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-03-18T10:50:26.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-03-18T10:50:26.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-03-18T10:50:26.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
33812026-03-18T10:50:26.890Z
33822026-03-18T10:50:26.890Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/257)
33832026-03-18T10:50:27.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-03-18T10:50:27.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-03-18T10:50:27.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-03-18T10:50:27.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
33872026-03-18T10:50:27.687Z
33882026-03-18T10:50:27.688Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/257)
33892026-03-18T10:50:28.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-03-18T10:50:28.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-03-18T10:50:28.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-03-18T10:50:28.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
33932026-03-18T10:50:28.487Z
33942026-03-18T10:50:28.487Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/257)
33952026-03-18T10:50:29.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-03-18T10:50:29.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-03-18T10:50:29.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-03-18T10:50:29.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33992026-03-18T10:50:29.284Z
34002026-03-18T10:50:29.284Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/257)
34012026-03-18T10:50:29.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-03-18T10:50:29.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-03-18T10:50:29.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-03-18T10:50:29.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34052026-03-18T10:50:30.082Z
34062026-03-18T10:50:30.082Zinfo: running `cargo check --bins` on oximeter-producer (147/257)
34072026-03-18T10:50:30.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-03-18T10:50:30.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-03-18T10:50:30.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-03-18T10:50:30.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34112026-03-18T10:50:30.931Z
34122026-03-18T10:50:30.931Zinfo: running `cargo check --bins` on internal-dns-resolver (148/257)
34132026-03-18T10:50:31.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-03-18T10:50:31.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-03-18T10:50:31.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-03-18T10:50:31.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34172026-03-18T10:50:31.733Z
34182026-03-18T10:50:31.733Zinfo: running `cargo check --bins` on sp-sim (149/257)
34192026-03-18T10:50:32.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-03-18T10:50:32.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-03-18T10:50:32.714Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34222026-03-18T10:50:35.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s
34232026-03-18T10:50:35.292Z
34242026-03-18T10:50:35.292Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (150/257)
34252026-03-18T10:50:36.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-03-18T10:50:36.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-03-18T10:50:36.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-03-18T10:50:36.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
34292026-03-18T10:50:36.166Z
34302026-03-18T10:50:36.166Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (151/257)
34312026-03-18T10:50:36.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-03-18T10:50:36.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-03-18T10:50:36.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-03-18T10:50:36.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
34352026-03-18T10:50:37.044Z
34362026-03-18T10:50:37.044Zinfo: running `cargo check --bins` on db-macros (152/257)
34372026-03-18T10:50:37.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-03-18T10:50:37.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-03-18T10:50:37.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-03-18T10:50:37.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34412026-03-18T10:50:37.821Z
34422026-03-18T10:50:37.821Zinfo: running `cargo check --bins` on nexus-macros-common (153/257)
34432026-03-18T10:50:38.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-03-18T10:50:38.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-03-18T10:50:38.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-03-18T10:50:38.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34472026-03-18T10:50:38.597Z
34482026-03-18T10:50:38.597Zinfo: running `cargo check --bins` on nexus-auth (154/257)
34492026-03-18T10:50:39.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-03-18T10:50:39.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-03-18T10:50:39.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-03-18T10:50:39.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
34532026-03-18T10:50:39.468Z
34542026-03-18T10:50:39.468Zinfo: running `cargo check --bins` on authz-macros (155/257)
34552026-03-18T10:50:40.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-03-18T10:50:40.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-03-18T10:50:40.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-03-18T10:50:40.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34592026-03-18T10:50:40.247Z
34602026-03-18T10:50:40.247Zinfo: running `cargo check --bins` on nexus-db-fixed-data (156/257)
34612026-03-18T10:50:40.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-03-18T10:50:40.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-03-18T10:50:40.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-03-18T10:50:40.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34652026-03-18T10:50:41.102Z
34662026-03-18T10:50:41.102Zinfo: running `cargo check --bins` on nexus-db-model (157/257)
34672026-03-18T10:50:41.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-03-18T10:50:41.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-03-18T10:50:41.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-03-18T10:50:41.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34712026-03-18T10:50:41.951Z
34722026-03-18T10:50:41.951Zinfo: running `cargo check --bins` on nexus-db-schema (158/257)
34732026-03-18T10:50:42.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-03-18T10:50:42.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-03-18T10:50:42.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-03-18T10:50:42.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34772026-03-18T10:50:42.730Z
34782026-03-18T10:50:42.731Zinfo: running `cargo check --bins` on omicron-rpaths (159/257)
34792026-03-18T10:50:43.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-03-18T10:50:43.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-03-18T10:50:43.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-03-18T10:50:43.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34832026-03-18T10:50:43.505Z
34842026-03-18T10:50:43.505Zinfo: running `cargo check --bins` on nexus-defaults (160/257)
34852026-03-18T10:50:44.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-03-18T10:50:44.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-03-18T10:50:44.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-03-18T10:50:44.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34892026-03-18T10:50:44.299Z
34902026-03-18T10:50:44.299Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (161/257)
34912026-03-18T10:50:44.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-03-18T10:50:44.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-03-18T10:50:44.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-03-18T10:50:44.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34952026-03-18T10:50:45.080Z
34962026-03-18T10:50:45.080Zinfo: running `cargo check --bins` on parallel-task-set (162/257)
34972026-03-18T10:50:45.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-03-18T10:50:45.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-03-18T10:50:45.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-03-18T10:50:45.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35012026-03-18T10:50:45.854Z
35022026-03-18T10:50:45.854Zinfo: running `cargo check --bins` on nexus-db-errors (163/257)
35032026-03-18T10:50:46.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-03-18T10:50:46.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-03-18T10:50:46.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-03-18T10:50:46.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35072026-03-18T10:50:46.719Z
35082026-03-18T10:50:46.719Zinfo: running `cargo check --bins` on nexus-db-lookup (164/257)
35092026-03-18T10:50:47.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-03-18T10:50:47.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-03-18T10:50:47.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-03-18T10:50:47.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35132026-03-18T10:50:47.583Z
35142026-03-18T10:50:47.583Zinfo: running `cargo check --bins` on nexus-inventory (165/257)
35152026-03-18T10:50:48.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-03-18T10:50:48.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-03-18T10:50:48.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-03-18T10:50:48.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35192026-03-18T10:50:48.443Z
35202026-03-18T10:50:48.443Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (166/257)
35212026-03-18T10:50:49.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-03-18T10:50:49.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-03-18T10:50:49.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-03-18T10:50:49.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35252026-03-18T10:50:49.266Z
35262026-03-18T10:50:49.266Zinfo: running `cargo check --bins --no-default-features` on sled-storage (167/257)
35272026-03-18T10:50:49.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-03-18T10:50:49.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-03-18T10:50:49.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-03-18T10:50:49.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35312026-03-18T10:50:50.080Z
35322026-03-18T10:50:50.080Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (168/257)
35332026-03-18T10:50:50.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-03-18T10:50:50.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-03-18T10:50:50.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-03-18T10:50:50.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35372026-03-18T10:50:50.888Z
35382026-03-18T10:50:50.888Zinfo: running `cargo check --bins` on key-manager (169/257)
35392026-03-18T10:50:51.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-03-18T10:50:51.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-03-18T10:50:51.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-03-18T10:50:51.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35432026-03-18T10:50:51.684Z
35442026-03-18T10:50:51.685Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (170/257)
35452026-03-18T10:50:52.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-03-18T10:50:52.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-03-18T10:50:52.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-03-18T10:50:52.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35492026-03-18T10:50:52.502Z
35502026-03-18T10:50:52.502Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (171/257)
35512026-03-18T10:50:53.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-03-18T10:50:53.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-03-18T10:50:53.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-03-18T10:50:53.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35552026-03-18T10:50:53.312Z
35562026-03-18T10:50:53.312Zinfo: running `cargo check --bins` on typed-rng (172/257)
35572026-03-18T10:50:53.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-03-18T10:50:53.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-03-18T10:50:53.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-03-18T10:50:53.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35612026-03-18T10:50:54.089Z
35622026-03-18T10:50:54.089Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (173/257)
35632026-03-18T10:50:54.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-03-18T10:50:54.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-03-18T10:50:55.253Z Compiling libefi-sys v0.1.0
35662026-03-18T10:50:55.256Z Compiling bitfield-struct v0.6.2
35672026-03-18T10:50:55.427Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35682026-03-18T10:50:55.442Z Compiling xshell-macros v0.2.7
35692026-03-18T10:50:55.458Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35702026-03-18T10:50:55.480Z Compiling salty v0.3.0
35712026-03-18T10:50:55.500Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
35722026-03-18T10:50:55.523Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
35732026-03-18T10:50:55.523Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
35742026-03-18T10:50:55.887Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
35752026-03-18T10:50:55.909Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35762026-03-18T10:50:55.927Z Checking xshell v0.2.7
35772026-03-18T10:50:56.082Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
35782026-03-18T10:50:56.129Z Checking primeorder v0.13.6
35792026-03-18T10:50:56.163Z Compiling proc-macro-error-attr2 v2.0.0
35802026-03-18T10:50:56.185Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
35812026-03-18T10:50:56.227Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35822026-03-18T10:50:56.247Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35832026-03-18T10:50:56.400Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35842026-03-18T10:50:56.446Z Checking p384 v0.13.1
35852026-03-18T10:50:56.466Z Compiling num-derive v0.3.3
35862026-03-18T10:50:56.574Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35872026-03-18T10:50:56.666Z Compiling proc-macro-error2 v2.0.1
35882026-03-18T10:50:56.824Z Compiling unicase v2.9.0
35892026-03-18T10:50:56.883Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35902026-03-18T10:50:57.026Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35912026-03-18T10:50:57.085Z Compiling tabled_derive v0.11.0
35922026-03-18T10:50:57.106Z Compiling mime_guess v2.0.5
35932026-03-18T10:50:57.175Z Checking papergrid v0.17.0
35942026-03-18T10:50:57.510Z Compiling progenitor-impl v0.11.2
35952026-03-18T10:50:57.635Z Checking libscf-sys v1.1.0
35962026-03-18T10:50:57.808Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
35972026-03-18T10:50:57.811Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
35982026-03-18T10:50:57.973Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35992026-03-18T10:50:58.058Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36002026-03-18T10:50:58.518Z Checking testing_table v0.3.0
36012026-03-18T10:50:58.646Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36022026-03-18T10:50:58.666Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36032026-03-18T10:50:58.726Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36042026-03-18T10:50:58.834Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36052026-03-18T10:50:58.882Z Checking corncobs v0.1.4
36062026-03-18T10:50:58.911Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36072026-03-18T10:50:58.961Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36082026-03-18T10:50:59.045Z Checking tabled v0.20.0
36092026-03-18T10:50:59.065Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36102026-03-18T10:50:59.219Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36112026-03-18T10:50:59.382Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36122026-03-18T10:50:59.403Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36132026-03-18T10:50:59.629Z Checking progenitor-client v0.11.2
36142026-03-18T10:50:59.833Z Checking secrecy v0.8.0
36152026-03-18T10:50:59.952Z Checking http-range v0.1.5
36162026-03-18T10:51:00.239Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36172026-03-18T10:51:00.260Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36182026-03-18T10:51:00.323Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36192026-03-18T10:51:00.640Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36202026-03-18T10:51:00.692Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36212026-03-18T10:51:00.841Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
36222026-03-18T10:51:00.891Z Checking atty v0.2.14
36232026-03-18T10:51:01.019Z Checking crc8 v0.1.1
36242026-03-18T10:51:01.041Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36252026-03-18T10:51:01.149Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36262026-03-18T10:51:01.170Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36272026-03-18T10:51:01.205Z Compiling progenitor-macro v0.11.2
36282026-03-18T10:51:01.310Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36292026-03-18T10:51:01.593Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36302026-03-18T10:51:01.694Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36312026-03-18T10:51:01.880Z Checking hyper-staticfile v0.10.1
36322026-03-18T10:51:02.047Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36332026-03-18T10:51:02.070Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36342026-03-18T10:51:02.251Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36352026-03-18T10:51:02.272Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36362026-03-18T10:51:02.348Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36372026-03-18T10:51:02.575Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36382026-03-18T10:51:02.961Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36392026-03-18T10:51:03.097Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36402026-03-18T10:51:03.315Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36412026-03-18T10:51:03.472Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36422026-03-18T10:51:03.496Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36432026-03-18T10:51:04.071Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36442026-03-18T10:51:04.143Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36452026-03-18T10:51:04.446Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36462026-03-18T10:51:04.723Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36472026-03-18T10:51:05.252Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36482026-03-18T10:51:06.271Z Checking progenitor v0.11.2
36492026-03-18T10:51:06.448Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36502026-03-18T10:51:13.236Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36512026-03-18T10:51:29.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.06s
36522026-03-18T10:51:29.411Z
36532026-03-18T10:51:29.412Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (174/257)
36542026-03-18T10:51:30.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36552026-03-18T10:51:30.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36562026-03-18T10:51:30.496Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36572026-03-18T10:51:46.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.18s
36582026-03-18T10:51:46.847Z
36592026-03-18T10:51:46.847Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (175/257)
36602026-03-18T10:51:47.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36612026-03-18T10:51:47.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36622026-03-18T10:51:47.917Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36632026-03-18T10:52:04.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.21s
36642026-03-18T10:52:04.304Z
36652026-03-18T10:52:04.304Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (176/257)
36662026-03-18T10:52:05.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36672026-03-18T10:52:05.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36682026-03-18T10:52:05.381Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36692026-03-18T10:52:21.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.11s
36702026-03-18T10:52:21.663Z
36712026-03-18T10:52:21.664Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (177/257)
36722026-03-18T10:52:22.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36732026-03-18T10:52:22.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36742026-03-18T10:52:22.746Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36752026-03-18T10:52:38.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.11s
36762026-03-18T10:52:39.025Z
36772026-03-18T10:52:39.025Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (178/257)
36782026-03-18T10:52:39.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36792026-03-18T10:52:39.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36802026-03-18T10:52:40.113Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36812026-03-18T10:52:56.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.28s
36822026-03-18T10:52:56.558Z
36832026-03-18T10:52:56.558Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (179/257)
36842026-03-18T10:52:57.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36852026-03-18T10:52:57.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36862026-03-18T10:52:57.643Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36872026-03-18T10:53:13.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.18s
36882026-03-18T10:53:13.995Z
36892026-03-18T10:53:13.995Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (180/257)
36902026-03-18T10:53:14.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36912026-03-18T10:53:14.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36922026-03-18T10:53:15.059Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36932026-03-18T10:53:31.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.13s
36942026-03-18T10:53:31.378Z
36952026-03-18T10:53:31.378Zinfo: running `cargo check --bins` on bootstrap-agent-api (181/257)
36962026-03-18T10:53:32.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36972026-03-18T10:53:32.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36982026-03-18T10:53:32.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36992026-03-18T10:53:32.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37002026-03-18T10:53:32.204Z
37012026-03-18T10:53:32.204Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (182/257)
37022026-03-18T10:53:32.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37032026-03-18T10:53:32.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37042026-03-18T10:53:32.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37052026-03-18T10:53:32.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37062026-03-18T10:53:33.018Z
37072026-03-18T10:53:33.018Zinfo: running `cargo check --bins` on range-requests (183/257)
37082026-03-18T10:53:33.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37092026-03-18T10:53:33.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37102026-03-18T10:53:33.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37112026-03-18T10:53:33.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
37122026-03-18T10:53:33.803Z
37132026-03-18T10:53:33.803Zinfo: running `cargo check --bins` on repo-depot-api (184/257)
37142026-03-18T10:53:34.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37152026-03-18T10:53:34.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37162026-03-18T10:53:34.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37172026-03-18T10:53:34.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37182026-03-18T10:53:34.597Z
37192026-03-18T10:53:34.597Zinfo: running `cargo check --bins` on sled-agent-api (185/257)
37202026-03-18T10:53:35.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37212026-03-18T10:53:35.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37222026-03-18T10:53:35.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37232026-03-18T10:53:35.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37242026-03-18T10:53:35.416Z
37252026-03-18T10:53:35.417Zinfo: running `cargo check --bins` on sled-diagnostics (186/257)
37262026-03-18T10:53:36.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37272026-03-18T10:53:36.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37282026-03-18T10:53:36.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37292026-03-18T10:53:36.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37302026-03-18T10:53:36.234Z
37312026-03-18T10:53:36.234Zinfo: running `cargo check --bins` on zfs-test-harness (187/257)
37322026-03-18T10:53:36.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37332026-03-18T10:53:36.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37342026-03-18T10:53:36.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37352026-03-18T10:53:36.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37362026-03-18T10:53:37.054Z
37372026-03-18T10:53:37.054Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (188/257)
37382026-03-18T10:53:37.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37392026-03-18T10:53:37.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37402026-03-18T10:53:37.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37412026-03-18T10:53:37.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
37422026-03-18T10:53:37.889Z
37432026-03-18T10:53:37.889Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (189/257)
37442026-03-18T10:53:38.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37452026-03-18T10:53:38.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37462026-03-18T10:53:38.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37472026-03-18T10:53:38.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
37482026-03-18T10:53:38.722Z
37492026-03-18T10:53:38.722Zinfo: running `cargo check --bins` on sled-agent-health-monitor (190/257)
37502026-03-18T10:53:39.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512026-03-18T10:53:39.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522026-03-18T10:53:39.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37532026-03-18T10:53:39.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37542026-03-18T10:53:39.548Z
37552026-03-18T10:53:39.548Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (191/257)
37562026-03-18T10:53:40.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-03-18T10:53:40.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-03-18T10:53:40.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37592026-03-18T10:53:40.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
37602026-03-18T10:53:40.380Z
37612026-03-18T10:53:40.381Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (192/257)
37622026-03-18T10:53:41.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-03-18T10:53:41.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-03-18T10:53:41.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37652026-03-18T10:53:41.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37662026-03-18T10:53:41.213Z
37672026-03-18T10:53:41.213Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (193/257)
37682026-03-18T10:53:41.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-03-18T10:53:41.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-03-18T10:53:41.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37712026-03-18T10:53:41.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37722026-03-18T10:53:42.044Z
37732026-03-18T10:53:42.044Zinfo: running `cargo check --bins` on trust-quorum (194/257)
37742026-03-18T10:53:42.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752026-03-18T10:53:42.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762026-03-18T10:53:42.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37772026-03-18T10:53:42.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
37782026-03-18T10:53:42.885Z
37792026-03-18T10:53:42.885Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (195/257)
37802026-03-18T10:53:43.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812026-03-18T10:53:43.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822026-03-18T10:53:43.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37832026-03-18T10:53:43.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
37842026-03-18T10:53:43.738Z
37852026-03-18T10:53:43.738Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (196/257)
37862026-03-18T10:53:44.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37872026-03-18T10:53:44.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37882026-03-18T10:53:44.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37892026-03-18T10:53:44.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
37902026-03-18T10:53:44.609Z
37912026-03-18T10:53:44.609Zinfo: running `cargo check --bins` on update-common (197/257)
37922026-03-18T10:53:45.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37932026-03-18T10:53:45.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37942026-03-18T10:53:45.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37952026-03-18T10:53:45.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37962026-03-18T10:53:45.422Z
37972026-03-18T10:53:45.422Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (198/257)
37982026-03-18T10:53:46.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37992026-03-18T10:53:46.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38002026-03-18T10:53:46.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38012026-03-18T10:53:46.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38022026-03-18T10:53:46.297Z
38032026-03-18T10:53:46.297Zinfo: running `cargo check --bins` on reconfigurator-cli (199/257)
38042026-03-18T10:53:47.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38052026-03-18T10:53:47.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38062026-03-18T10:53:47.376Z Compiling fs-err v2.11.0
38072026-03-18T10:53:47.518Z Checking ignore v0.4.25
38082026-03-18T10:53:47.535Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38092026-03-18T10:53:47.538Z Checking predicates-tree v1.0.13
38102026-03-18T10:53:47.560Z Checking parse-size v1.1.0
38112026-03-18T10:53:47.579Z Checking rand_seeder v0.4.0
38122026-03-18T10:53:47.583Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38132026-03-18T10:53:47.614Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38142026-03-18T10:53:47.673Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38152026-03-18T10:53:47.708Z Compiling petname v2.0.2
38162026-03-18T10:53:47.762Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38172026-03-18T10:53:47.957Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38182026-03-18T10:53:47.960Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38192026-03-18T10:53:48.046Z Checking globwalk v0.9.1
38202026-03-18T10:53:48.087Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38212026-03-18T10:53:48.187Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38222026-03-18T10:53:48.280Z Checking camino-tempfile-ext v0.3.3
38232026-03-18T10:53:48.301Z Checking sapling-renderdag v0.1.0
38242026-03-18T10:53:48.420Z Checking sync-ptr v0.1.4
38252026-03-18T10:53:48.555Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38262026-03-18T10:53:48.574Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38272026-03-18T10:53:48.642Z Checking colored v2.2.0
38282026-03-18T10:53:48.682Z Checking assert_matches v1.5.0
38292026-03-18T10:53:49.029Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38302026-03-18T10:53:49.150Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38312026-03-18T10:53:49.153Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38322026-03-18T10:53:49.925Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38332026-03-18T10:53:51.748Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38342026-03-18T10:53:54.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.49s
38352026-03-18T10:53:55.032Z
38362026-03-18T10:53:55.032Zinfo: running `cargo check --bins` on omicron-repl-utils (200/257)
38372026-03-18T10:53:55.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38382026-03-18T10:53:55.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38392026-03-18T10:53:55.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38402026-03-18T10:53:55.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
38412026-03-18T10:53:55.819Z
38422026-03-18T10:53:55.819Zinfo: running `cargo check --bins` on nexus-test-interface (201/257)
38432026-03-18T10:53:56.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442026-03-18T10:53:56.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452026-03-18T10:53:56.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38462026-03-18T10:53:56.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38472026-03-18T10:53:56.696Z
38482026-03-18T10:53:56.696Zinfo: running `cargo check --bins` on oximeter-collector (202/257)
38492026-03-18T10:53:57.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-03-18T10:53:57.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-03-18T10:53:57.669Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38522026-03-18T10:53:57.672Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38532026-03-18T10:53:58.526Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38542026-03-18T10:54:00.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
38552026-03-18T10:54:00.813Z
38562026-03-18T10:54:00.813Zinfo: running `cargo check --bins` on oximeter-api (203/257)
38572026-03-18T10:54:01.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-03-18T10:54:01.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-03-18T10:54:01.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38602026-03-18T10:54:01.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38612026-03-18T10:54:01.617Z
38622026-03-18T10:54:01.617Zinfo: running `cargo check --bins` on cert-dev (204/257)
38632026-03-18T10:54:02.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-03-18T10:54:02.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-03-18T10:54:02.442Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
38662026-03-18T10:54:02.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
38672026-03-18T10:54:03.002Z
38682026-03-18T10:54:03.002Zinfo: running `cargo check --bins` on clickana (205/257)
38692026-03-18T10:54:03.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-03-18T10:54:03.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-03-18T10:54:03.880Z Compiling darling_core v0.23.0
38722026-03-18T10:54:04.008Z Compiling instability v0.3.11
38732026-03-18T10:54:04.021Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
38742026-03-18T10:54:04.024Z Checking castaway v0.2.4
38752026-03-18T10:54:04.032Z Compiling indoc v2.0.7
38762026-03-18T10:54:04.060Z Checking unicode-truncate v1.1.0
38772026-03-18T10:54:04.063Z Checking lru v0.12.5
38782026-03-18T10:54:04.063Z Checking cassowary v0.3.0
38792026-03-18T10:54:04.142Z Checking compact_str v0.8.1
38802026-03-18T10:54:05.341Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
38812026-03-18T10:54:05.566Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38822026-03-18T10:54:06.016Z Compiling darling_macro v0.23.0
38832026-03-18T10:54:06.543Z Compiling darling v0.23.0
38842026-03-18T10:54:07.331Z Checking ratatui v0.29.0
38852026-03-18T10:54:08.892Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38862026-03-18T10:54:09.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.76s
38872026-03-18T10:54:09.993Z
38882026-03-18T10:54:09.993Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (206/257)
38892026-03-18T10:54:10.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-03-18T10:54:10.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-03-18T10:54:10.986Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
38922026-03-18T10:54:10.989Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38932026-03-18T10:54:11.738Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
38942026-03-18T10:54:12.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s
38952026-03-18T10:54:12.507Z
38962026-03-18T10:54:12.507Zinfo: running `cargo check --bins` on ch-dev (207/257)
38972026-03-18T10:54:13.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-03-18T10:54:13.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-03-18T10:54:13.492Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39002026-03-18T10:54:14.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s
39012026-03-18T10:54:14.673Z
39022026-03-18T10:54:14.673Zinfo: running `cargo check --bins` on dev-tools-common (208/257)
39032026-03-18T10:54:15.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-03-18T10:54:15.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-03-18T10:54:15.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062026-03-18T10:54:15.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39072026-03-18T10:54:15.278Z
39082026-03-18T10:54:15.278Zinfo: running `cargo check --bins` on crdb-seed (209/257)
39092026-03-18T10:54:16.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-03-18T10:54:16.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-03-18T10:54:16.263Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39122026-03-18T10:54:16.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
39132026-03-18T10:54:17.068Z
39142026-03-18T10:54:17.068Zinfo: running `cargo check --bins` on db-dev (210/257)
39152026-03-18T10:54:17.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-03-18T10:54:17.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-03-18T10:54:18.057Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39182026-03-18T10:54:19.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s
39192026-03-18T10:54:19.252Z
39202026-03-18T10:54:19.252Zinfo: running `cargo check --bins` on omicron-dev-lib (211/257)
39212026-03-18T10:54:19.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-03-18T10:54:19.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-03-18T10:54:19.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39242026-03-18T10:54:20.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
39252026-03-18T10:54:20.116Z
39262026-03-18T10:54:20.116Zinfo: running `cargo check --bins` on xtask-downloader (212/257)
39272026-03-18T10:54:20.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282026-03-18T10:54:20.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292026-03-18T10:54:20.952Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39302026-03-18T10:54:21.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
39312026-03-18T10:54:22.048Z
39322026-03-18T10:54:22.049Zinfo: running `cargo check --bins` on omicron-dropshot-apis (213/257)
39332026-03-18T10:54:22.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-03-18T10:54:22.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-03-18T10:54:23.073Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39362026-03-18T10:54:23.077Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39372026-03-18T10:54:23.077Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
39382026-03-18T10:54:23.077Z Checking git-stub v1.0.0
39392026-03-18T10:54:23.077Z Compiling trait-variant v0.1.2
39402026-03-18T10:54:23.214Z Checking is_ci v1.2.0
39412026-03-18T10:54:23.228Z Checking maplit v1.0.2
39422026-03-18T10:54:23.232Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39432026-03-18T10:54:23.340Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39442026-03-18T10:54:23.374Z Checking supports-color v3.0.2
39452026-03-18T10:54:23.414Z Checking git-stub-vcs v0.1.0
39462026-03-18T10:54:23.494Z Checking drift v0.1.3
39472026-03-18T10:54:23.531Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39482026-03-18T10:54:23.558Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39492026-03-18T10:54:23.668Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39502026-03-18T10:54:23.801Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39512026-03-18T10:54:23.882Z Checking dropshot-api-manager v0.6.0
39522026-03-18T10:54:23.903Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39532026-03-18T10:54:23.906Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39542026-03-18T10:54:24.192Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
39552026-03-18T10:54:24.340Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39562026-03-18T10:54:24.547Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
39572026-03-18T10:54:24.881Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
39582026-03-18T10:54:31.872Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
39592026-03-18T10:54:33.269Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
39602026-03-18T10:54:34.055Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
39612026-03-18T10:54:34.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.54s
39622026-03-18T10:54:34.827Z
39632026-03-18T10:54:34.827Zinfo: running `cargo check --bins` on installinator-api (214/257)
39642026-03-18T10:54:35.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-03-18T10:54:35.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-03-18T10:54:35.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39672026-03-18T10:54:35.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
39682026-03-18T10:54:35.622Z
39692026-03-18T10:54:35.623Zinfo: running `cargo check --bins` on nexus-external-api (215/257)
39702026-03-18T10:54:36.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-03-18T10:54:36.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-03-18T10:54:36.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39732026-03-18T10:54:36.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
39742026-03-18T10:54:36.478Z
39752026-03-18T10:54:36.478Zinfo: running `cargo check --bins` on nexus-internal-api (216/257)
39762026-03-18T10:54:37.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-03-18T10:54:37.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-03-18T10:54:37.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39792026-03-18T10:54:37.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
39802026-03-18T10:54:37.327Z
39812026-03-18T10:54:37.327Zinfo: running `cargo check --bins` on nexus-lockstep-api (217/257)
39822026-03-18T10:54:38.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39832026-03-18T10:54:38.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39842026-03-18T10:54:38.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39852026-03-18T10:54:38.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
39862026-03-18T10:54:38.179Z
39872026-03-18T10:54:38.180Zinfo: running `cargo check --bins` on ntp-admin-api (218/257)
39882026-03-18T10:54:38.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39892026-03-18T10:54:38.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39902026-03-18T10:54:38.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39912026-03-18T10:54:38.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
39922026-03-18T10:54:38.985Z
39932026-03-18T10:54:38.985Zinfo: running `cargo check --bins` on ntp-admin-types-versions (219/257)
39942026-03-18T10:54:39.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39952026-03-18T10:54:39.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39962026-03-18T10:54:39.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39972026-03-18T10:54:39.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
39982026-03-18T10:54:39.784Z
39992026-03-18T10:54:39.784Zinfo: running `cargo check --bins` on wicketd-api (220/257)
40002026-03-18T10:54:40.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012026-03-18T10:54:40.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022026-03-18T10:54:40.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40032026-03-18T10:54:40.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40042026-03-18T10:54:40.598Z
40052026-03-18T10:54:40.598Zinfo: running `cargo check --bins` on omicron-ls-apis (221/257)
40062026-03-18T10:54:41.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-03-18T10:54:41.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-03-18T10:54:41.429Z Checking erased-serde v0.4.9
40092026-03-18T10:54:41.555Z Checking ordered-float v2.10.1
40102026-03-18T10:54:41.577Z Checking unicode-xid v0.2.6
40112026-03-18T10:54:41.602Z Checking cargo-platform v0.2.0
40122026-03-18T10:54:41.842Z Checking serde-value v0.7.0
40132026-03-18T10:54:42.015Z Checking serde-untagged v0.1.9
40142026-03-18T10:54:42.229Z Checking cargo-util-schemas v0.8.2
40152026-03-18T10:54:43.233Z Checking cargo_metadata v0.21.0
40162026-03-18T10:54:44.108Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40172026-03-18T10:54:45.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
40182026-03-18T10:54:45.248Z
40192026-03-18T10:54:45.248Zinfo: running `cargo check --bins` on mgs-dev (222/257)
40202026-03-18T10:54:45.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40212026-03-18T10:54:46.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40222026-03-18T10:54:46.269Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40232026-03-18T10:54:47.049Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40242026-03-18T10:54:47.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s
40252026-03-18T10:54:47.914Z
40262026-03-18T10:54:47.914Zinfo: running `cargo check --bins` on omicron-omdb (223/257)
40272026-03-18T10:54:48.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40282026-03-18T10:54:48.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40292026-03-18T10:54:49.111Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40302026-03-18T10:54:49.113Z Compiling vergen-gitcl v1.0.8
40312026-03-18T10:54:49.113Z Compiling dirs-sys-next v0.1.2
40322026-03-18T10:54:49.113Z Compiling crunchy v0.2.4
40332026-03-18T10:54:49.113Z Compiling diesel_derives v2.3.7
40342026-03-18T10:54:49.114Z Compiling glob v0.3.3
40352026-03-18T10:54:49.283Z Compiling dsl_auto_type v0.2.0
40362026-03-18T10:54:49.298Z Checking scheduled-thread-pool v0.2.7
40372026-03-18T10:54:49.518Z Compiling diesel_table_macro_syntax v0.3.0
40382026-03-18T10:54:49.546Z Compiling dirs-next v2.0.0
40392026-03-18T10:54:49.570Z Compiling tiny-keccak v2.0.2
40402026-03-18T10:54:49.701Z Compiling term v0.7.0
40412026-03-18T10:54:49.721Z Checking r2d2 v0.8.10
40422026-03-18T10:54:49.790Z Compiling bit-vec v0.6.3
40432026-03-18T10:54:49.811Z Compiling clang-sys v1.8.1
40442026-03-18T10:54:49.856Z Checking downcast-rs v2.0.2
40452026-03-18T10:54:49.982Z Compiling itertools v0.10.5
40462026-03-18T10:54:50.079Z Compiling ascii-canvas v3.0.0
40472026-03-18T10:54:50.324Z Compiling bit-set v0.5.3
40482026-03-18T10:54:50.412Z Compiling ena v0.14.4
40492026-03-18T10:54:50.466Z Compiling libloading v0.8.9
40502026-03-18T10:54:50.499Z Compiling bindgen v0.71.1
40512026-03-18T10:54:50.522Z Compiling regex-syntax v0.6.29
40522026-03-18T10:54:50.539Z Compiling diff v0.1.13
40532026-03-18T10:54:50.739Z Compiling cexpr v0.6.0
40542026-03-18T10:54:50.893Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
40552026-03-18T10:54:51.072Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40562026-03-18T10:54:51.167Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40572026-03-18T10:54:51.267Z Compiling libxml v0.3.3
40582026-03-18T10:54:51.492Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
40592026-03-18T10:54:51.581Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
40602026-03-18T10:54:51.692Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
40612026-03-18T10:54:51.890Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
40622026-03-18T10:54:51.919Z Compiling strum_macros v0.24.3
40632026-03-18T10:54:51.940Z Compiling indoc v1.0.9
40642026-03-18T10:54:52.511Z Compiling lalrpop v0.19.12
40652026-03-18T10:54:53.332Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
40662026-03-18T10:54:53.493Z Checking derive_builder v0.20.2
40672026-03-18T10:54:53.572Z Compiling oso-derive v0.27.3
40682026-03-18T10:54:53.641Z Checking quick-xml v0.37.5
40692026-03-18T10:54:53.767Z Compiling impl-trait-for-tuples v0.2.3
40702026-03-18T10:54:54.203Z Checking openssl-probe v0.1.6
40712026-03-18T10:54:54.382Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
40722026-03-18T10:54:54.835Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
40732026-03-18T10:54:55.082Z Checking bb8 v0.8.6
40742026-03-18T10:54:55.391Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40752026-03-18T10:54:55.456Z Checking nonempty v0.12.0
40762026-03-18T10:54:55.664Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
40772026-03-18T10:54:55.684Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
40782026-03-18T10:54:55.986Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
40792026-03-18T10:54:56.006Z Checking support-bundle-viewer v0.1.2
40802026-03-18T10:54:56.025Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
40812026-03-18T10:54:56.249Z Checking multimap v0.10.1
40822026-03-18T10:54:57.363Z Checking diesel v2.3.7
40832026-03-18T10:54:59.069Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
40842026-03-18T10:55:00.249Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
40852026-03-18T10:55:00.700Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
40862026-03-18T10:55:01.274Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40872026-03-18T10:55:02.565Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
40882026-03-18T10:55:02.631Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
40892026-03-18T10:55:02.784Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40902026-03-18T10:55:03.465Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
40912026-03-18T10:55:06.122Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40922026-03-18T10:55:12.576Z Compiling samael v0.0.19
40932026-03-18T10:55:17.257Z Checking diesel-dtrace v0.5.0
40942026-03-18T10:55:17.566Z Checking async-bb8-diesel v0.2.1
40952026-03-18T10:55:19.045Z Compiling polar-core v0.27.3
40962026-03-18T10:55:24.905Z Checking oso v0.27.3
40972026-03-18T10:56:20.029Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
40982026-03-18T10:57:06.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
40992026-03-18T10:57:07.021Z
41002026-03-18T10:57:07.021Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (224/257)
41012026-03-18T10:57:07.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41022026-03-18T10:57:07.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41032026-03-18T10:57:07.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41042026-03-18T10:57:07.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
41052026-03-18T10:57:07.903Z
41062026-03-18T10:57:07.903Zinfo: running `cargo check --bins` on nexus-saga-recovery (225/257)
41072026-03-18T10:57:08.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-03-18T10:57:08.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-03-18T10:57:08.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41102026-03-18T10:57:08.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
41112026-03-18T10:57:08.780Z
41122026-03-18T10:57:08.780Zinfo: running `cargo check --bins` on nexus-test-utils-macros (226/257)
41132026-03-18T10:57:09.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-03-18T10:57:09.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-03-18T10:57:09.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41162026-03-18T10:57:09.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
41172026-03-18T10:57:09.565Z
41182026-03-18T10:57:09.565Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (227/257)
41192026-03-18T10:57:10.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-03-18T10:57:10.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-03-18T10:57:10.765Z Compiling libz-sys v1.1.24
41222026-03-18T10:57:10.920Z Compiling libgit2-sys v0.18.3+1.9.2
41232026-03-18T10:57:10.938Z Compiling vergen-git2 v1.0.7
41242026-03-18T10:57:10.951Z Compiling rustls v0.21.12
41252026-03-18T10:57:10.967Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41262026-03-18T10:57:10.986Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41272026-03-18T10:57:10.989Z Checking sct v0.7.1
41282026-03-18T10:57:10.989Z Checking rustls-webpki v0.101.7
41292026-03-18T10:57:11.155Z Compiling nix v0.29.0
41302026-03-18T10:57:11.222Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41312026-03-18T10:57:11.243Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41322026-03-18T10:57:11.293Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41332026-03-18T10:57:11.445Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41342026-03-18T10:57:11.621Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41352026-03-18T10:57:11.642Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41362026-03-18T10:57:11.729Z Checking rustls-pemfile v1.0.4
41372026-03-18T10:57:11.898Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41382026-03-18T10:57:11.998Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41392026-03-18T10:57:12.221Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41402026-03-18T10:57:12.241Z Checking twox-hash v2.1.2
41412026-03-18T10:57:12.382Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41422026-03-18T10:57:13.195Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41432026-03-18T10:57:13.236Z Checking tokio-rustls v0.24.1
41442026-03-18T10:57:13.274Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41452026-03-18T10:57:13.301Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41462026-03-18T10:57:13.488Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41472026-03-18T10:57:13.671Z Checking fatfs v0.3.6
41482026-03-18T10:57:14.035Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41492026-03-18T10:57:14.123Z Compiling seq-macro v0.3.6
41502026-03-18T10:57:19.199Z Compiling git2 v0.20.4
41512026-03-18T10:57:20.160Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41522026-03-18T10:57:20.322Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41532026-03-18T10:57:22.435Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41542026-03-18T10:58:32.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
41552026-03-18T10:58:33.223Z
41562026-03-18T10:58:33.223Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (228/257)
41572026-03-18T10:58:34.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41582026-03-18T10:58:34.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41592026-03-18T10:58:34.450Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41602026-03-18T10:59:33.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
41612026-03-18T10:59:34.225Z
41622026-03-18T10:59:34.225Zinfo: running `cargo check --bins` on nexus-background-task-interface (229/257)
41632026-03-18T10:59:34.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41642026-03-18T10:59:34.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41652026-03-18T10:59:34.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41662026-03-18T10:59:34.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
41672026-03-18T10:59:35.018Z
41682026-03-18T10:59:35.018Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (230/257)
41692026-03-18T10:59:35.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41702026-03-18T10:59:35.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41712026-03-18T10:59:35.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41722026-03-18T10:59:35.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
41732026-03-18T10:59:35.892Z
41742026-03-18T10:59:35.892Zinfo: running `cargo check --bins` on nexus-mgs-updates (231/257)
41752026-03-18T10:59:36.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41762026-03-18T10:59:36.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41772026-03-18T10:59:36.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41782026-03-18T10:59:36.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
41792026-03-18T10:59:36.760Z
41802026-03-18T10:59:36.760Zinfo: running `cargo check --bins` on nexus-networking (232/257)
41812026-03-18T10:59:37.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41822026-03-18T10:59:37.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41832026-03-18T10:59:37.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41842026-03-18T10:59:37.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
41852026-03-18T10:59:37.639Z
41862026-03-18T10:59:37.639Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (233/257)
41872026-03-18T10:59:38.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41882026-03-18T10:59:38.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41892026-03-18T10:59:38.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41902026-03-18T10:59:38.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
41912026-03-18T10:59:38.511Z
41922026-03-18T10:59:38.511Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (234/257)
41932026-03-18T10:59:39.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41942026-03-18T10:59:39.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41952026-03-18T10:59:39.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41962026-03-18T10:59:39.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
41972026-03-18T10:59:39.379Z
41982026-03-18T10:59:39.379Zinfo: running `cargo check --bins` on omicron-dev (235/257)
41992026-03-18T10:59:40.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42002026-03-18T10:59:40.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42012026-03-18T10:59:40.614Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42022026-03-18T10:59:40.621Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42032026-03-18T10:59:40.802Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42042026-03-18T10:59:40.829Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42052026-03-18T10:59:40.832Z Checking diff v0.1.13
42062026-03-18T10:59:40.847Z Checking yansi v1.0.1
42072026-03-18T10:59:40.868Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42082026-03-18T10:59:40.888Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42092026-03-18T10:59:41.008Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42102026-03-18T10:59:41.207Z Checking pretty_assertions v1.4.1
42112026-03-18T10:59:42.066Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42122026-03-18T11:00:14.899Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42132026-03-18T11:00:14.902Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42142026-03-18T11:00:14.903Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42152026-03-18T11:00:14.903Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42162026-03-18T11:00:14.903Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42172026-03-18T11:00:14.903Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42182026-03-18T11:00:15.836Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42192026-03-18T11:00:17.273Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42202026-03-18T11:01:17.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42212026-03-18T11:01:17.733Z
42222026-03-18T11:01:17.733Zinfo: running `cargo check --bins` on omicron-pins (236/257)
42232026-03-18T11:01:18.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-03-18T11:01:18.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-03-18T11:01:18.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42262026-03-18T11:01:18.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
42272026-03-18T11:01:18.527Z
42282026-03-18T11:01:18.527Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (237/257)
42292026-03-18T11:01:19.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-03-18T11:01:19.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-03-18T11:01:19.591Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42322026-03-18T11:01:19.737Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42332026-03-18T11:01:19.751Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42342026-03-18T11:01:56.593Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42352026-03-18T11:01:57.096Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42362026-03-18T11:01:59.496Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42372026-03-18T11:02:00.079Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42382026-03-18T11:02:04.179Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42392026-03-18T11:02:36.151Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42402026-03-18T11:02:36.996Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42412026-03-18T11:02:39.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
42422026-03-18T11:02:39.418Z
42432026-03-18T11:02:39.418Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (238/257)
42442026-03-18T11:02:40.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42452026-03-18T11:02:40.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42462026-03-18T11:02:40.408Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42472026-03-18T11:02:41.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
42482026-03-18T11:02:41.547Z
42492026-03-18T11:02:41.547Zinfo: running `cargo check --bins` on omicron-releng (239/257)
42502026-03-18T11:02:42.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42512026-03-18T11:02:42.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42522026-03-18T11:02:42.437Z Compiling blake3 v1.8.3
42532026-03-18T11:02:42.567Z Checking arrayref v0.3.9
42542026-03-18T11:02:42.570Z Checking arrayvec v0.7.6
42552026-03-18T11:02:42.583Z Checking constant_time_eq v0.4.2
42562026-03-18T11:02:42.591Z Checking topological-sort v0.2.2
42572026-03-18T11:02:42.594Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
42582026-03-18T11:02:42.594Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42592026-03-18T11:02:42.594Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
42602026-03-18T11:02:42.696Z Checking shell-words v1.1.1
42612026-03-18T11:02:43.598Z Checking omicron-zone-package v0.12.2
42622026-03-18T11:02:44.588Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42632026-03-18T11:02:45.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
42642026-03-18T11:02:45.917Z
42652026-03-18T11:02:45.917Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (240/257)
42662026-03-18T11:02:46.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42672026-03-18T11:02:46.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42682026-03-18T11:02:46.806Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
42692026-03-18T11:02:47.203Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
42702026-03-18T11:02:47.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
42712026-03-18T11:02:47.950Z
42722026-03-18T11:02:47.950Zinfo: running `cargo check --bins` on xtask (241/257)
42732026-03-18T11:02:48.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42742026-03-18T11:02:48.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42752026-03-18T11:02:48.563Z Checking libc v0.2.180
42762026-03-18T11:02:48.659Z Checking serde v1.0.228
42772026-03-18T11:02:48.668Z Checking zerofrom v0.1.6
42782026-03-18T11:02:48.675Z Checking bitflags v2.11.0
42792026-03-18T11:02:48.683Z Checking smallvec v1.15.1
42802026-03-18T11:02:48.693Z Checking hashbrown v0.16.1
42812026-03-18T11:02:48.708Z Checking serde_json v1.0.149
42822026-03-18T11:02:48.711Z Checking scroll v0.12.0
42832026-03-18T11:02:48.802Z Checking yoke v0.8.1
42842026-03-18T11:02:48.870Z Checking num-traits v0.2.19
42852026-03-18T11:02:48.920Z Checking thiserror v1.0.69
42862026-03-18T11:02:49.023Z Checking zerovec v0.11.5
42872026-03-18T11:02:49.023Z Checking zerotrie v0.2.3
42882026-03-18T11:02:49.072Z Checking log v0.4.29
42892026-03-18T11:02:49.076Z Checking errno v0.3.14
42902026-03-18T11:02:49.221Z Checking serde_spanned v0.6.9
42912026-03-18T11:02:49.243Z Checking rustix v1.1.3
42922026-03-18T11:02:49.273Z Checking toml_datetime v0.6.11
42932026-03-18T11:02:49.322Z Checking indexmap v2.13.0
42942026-03-18T11:02:49.363Z Checking percent-encoding v2.3.2
42952026-03-18T11:02:49.381Z Checking zerocopy v0.7.35
42962026-03-18T11:02:49.504Z Checking goblin v0.8.2
42972026-03-18T11:02:49.544Z Checking form_urlencoded v1.2.2
42982026-03-18T11:02:49.583Z Checking getrandom v0.4.1
42992026-03-18T11:02:49.660Z Checking ordered-float v2.10.1
43002026-03-18T11:02:49.674Z Checking tinystr v0.8.2
43012026-03-18T11:02:49.710Z Checking potential_utf v0.1.4
43022026-03-18T11:02:49.752Z Checking thiserror v2.0.18
43032026-03-18T11:02:49.882Z Checking icu_collections v2.1.1
43042026-03-18T11:02:49.886Z Checking syn v2.0.117
43052026-03-18T11:02:49.923Z Checking icu_locale_core v2.1.1
43062026-03-18T11:02:49.984Z Checking serde-value v0.7.0
43072026-03-18T11:02:50.096Z Checking toml_edit v0.22.27
43082026-03-18T11:02:50.109Z Checking dtrace-parser v0.2.0
43092026-03-18T11:02:50.264Z Checking thread-id v4.2.2
43102026-03-18T11:02:50.294Z Checking once_cell v1.21.3
43112026-03-18T11:02:50.366Z Checking cargo-platform v0.2.0
43122026-03-18T11:02:50.409Z Checking terminal_size v0.4.3
43132026-03-18T11:02:50.424Z Checking memmap v0.7.0
43142026-03-18T11:02:50.520Z Checking tempfile v3.25.0
43152026-03-18T11:02:50.551Z Checking clap_builder v4.5.60
43162026-03-18T11:02:50.587Z Checking textwrap v0.16.2
43172026-03-18T11:02:50.601Z Checking fs-err v3.3.0
43182026-03-18T11:02:50.716Z Checking icu_provider v2.1.1
43192026-03-18T11:02:50.770Z Checking camino-tempfile v1.4.1
43202026-03-18T11:02:50.833Z Checking anyhow v1.0.102
43212026-03-18T11:02:50.857Z Checking tabled v0.15.0
43222026-03-18T11:02:50.974Z Checking macaddr v1.0.1
43232026-03-18T11:02:51.029Z Checking icu_properties v2.1.2
43242026-03-18T11:02:51.092Z Checking icu_normalizer v2.1.1
43252026-03-18T11:02:51.206Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43262026-03-18T11:02:51.637Z Checking toml v0.8.23
43272026-03-18T11:02:52.070Z Checking cargo_toml v0.21.0
43282026-03-18T11:02:52.119Z Checking dof v0.3.0
43292026-03-18T11:02:52.166Z Checking idna_adapter v1.2.1
43302026-03-18T11:02:52.206Z Checking clap v4.5.60
43312026-03-18T11:02:52.312Z Checking idna v1.1.0
43322026-03-18T11:02:52.508Z Checking usdt-impl v0.5.0
43332026-03-18T11:02:52.609Z Checking url v2.5.8
43342026-03-18T11:02:52.841Z Checking usdt v0.5.0
43352026-03-18T11:02:53.081Z Checking cargo-util-schemas v0.8.2
43362026-03-18T11:02:54.074Z Checking cargo_metadata v0.21.0
43372026-03-18T11:02:54.944Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43382026-03-18T11:02:55.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.56s
43392026-03-18T11:02:55.657Z
43402026-03-18T11:02:55.657Zinfo: running `cargo check --bins` on end-to-end-tests (242/257)
43412026-03-18T11:02:56.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43422026-03-18T11:02:56.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43432026-03-18T11:02:56.773Z Checking polyval v0.6.2
43442026-03-18T11:02:56.921Z Checking ctr v0.9.2
43452026-03-18T11:02:56.939Z Checking ssh-encoding v0.2.0
43462026-03-18T11:02:56.943Z Checking blowfish v0.9.1
43472026-03-18T11:02:56.976Z Checking password-hash v0.4.2
43482026-03-18T11:02:56.998Z Checking p521 v0.13.3
43492026-03-18T11:02:57.001Z Checking p256 v0.13.2
43502026-03-18T11:02:57.036Z Checking russh-cryptovec v0.7.3
43512026-03-18T11:02:57.102Z Checking ghash v0.5.1
43522026-03-18T11:02:57.122Z Checking bcrypt-pbkdf v0.10.0
43532026-03-18T11:02:57.123Z Checking md5 v0.7.0
43542026-03-18T11:02:57.204Z Checking num-bigint v0.4.6
43552026-03-18T11:02:57.204Z Checking des v0.8.1
43562026-03-18T11:02:57.252Z Checking aes-gcm v0.10.3
43572026-03-18T11:02:57.270Z Checking pbkdf2 v0.11.0
43582026-03-18T11:02:57.329Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43592026-03-18T11:02:57.348Z Checking hex-literal v0.4.1
43602026-03-18T11:02:57.368Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
43612026-03-18T11:02:57.405Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
43622026-03-18T11:02:57.441Z Checking ssh-cipher v0.2.0
43632026-03-18T11:02:57.467Z Checking socket2 v0.5.10
43642026-03-18T11:02:57.485Z Checking internet-checksum v0.2.1
43652026-03-18T11:02:57.657Z Checking ssh-key v0.6.7
43662026-03-18T11:02:57.846Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43672026-03-18T11:02:58.542Z Checking russh-keys v0.45.0
43682026-03-18T11:02:59.284Z Checking russh v0.45.0
43692026-03-18T11:03:20.813Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
43702026-03-18T11:03:22.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.72s
43712026-03-18T11:03:22.631Z
43722026-03-18T11:03:22.632Zinfo: running `cargo check --bins` on gateway-cli (243/257)
43732026-03-18T11:03:23.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43742026-03-18T11:03:23.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43752026-03-18T11:03:23.523Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43762026-03-18T11:03:23.652Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43772026-03-18T11:03:23.664Z Checking termios v0.3.3
43782026-03-18T11:03:25.363Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43792026-03-18T11:03:25.550Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
43802026-03-18T11:03:28.172Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
43812026-03-18T11:03:28.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.30s
43822026-03-18T11:03:29.167Z
43832026-03-18T11:03:29.167Zinfo: running `cargo check --bins --no-default-features` on installinator (244/257)
43842026-03-18T11:03:29.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43852026-03-18T11:03:29.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43862026-03-18T11:03:30.130Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
43872026-03-18T11:03:30.267Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
43882026-03-18T11:03:30.310Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
43892026-03-18T11:03:30.318Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
43902026-03-18T11:03:30.319Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
43912026-03-18T11:03:30.580Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
43922026-03-18T11:03:30.580Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
43932026-03-18T11:03:31.512Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
43942026-03-18T11:03:31.817Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
43952026-03-18T11:03:31.825Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
43962026-03-18T11:03:35.040Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
43972026-03-18T11:03:35.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.65s
43982026-03-18T11:03:35.056Z
43992026-03-18T11:03:35.056Zinfo: running `cargo check --bins` on internal-dns-cli (245/257)
44002026-03-18T11:03:35.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-03-18T11:03:35.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-03-18T11:03:35.920Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44032026-03-18T11:03:36.496Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44042026-03-18T11:03:36.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
44052026-03-18T11:03:37.131Z
44062026-03-18T11:03:37.131Zinfo: running `cargo check --bins` on omicron-live-tests (246/257)
44072026-03-18T11:03:37.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-03-18T11:03:37.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-03-18T11:03:37.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44102026-03-18T11:03:37.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
44112026-03-18T11:03:37.918Z
44122026-03-18T11:03:37.918Zinfo: running `cargo check --bins` on live-tests-macros (247/257)
44132026-03-18T11:03:38.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-03-18T11:03:38.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-03-18T11:03:38.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44162026-03-18T11:03:38.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
44172026-03-18T11:03:38.705Z
44182026-03-18T11:03:38.705Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (248/257)
44192026-03-18T11:03:39.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-03-18T11:03:39.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-03-18T11:03:39.752Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44222026-03-18T11:03:40.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
44232026-03-18T11:03:40.752Z
44242026-03-18T11:03:40.752Zinfo: running `cargo check --bins` on omicron-ntp-admin (249/257)
44252026-03-18T11:03:41.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-03-18T11:03:41.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-03-18T11:03:41.640Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44282026-03-18T11:03:41.643Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44292026-03-18T11:03:41.952Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44302026-03-18T11:03:41.955Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44312026-03-18T11:03:42.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s
44322026-03-18T11:03:43.185Z
44332026-03-18T11:03:43.185Zinfo: running `cargo check --bins` on ntp-admin-types (250/257)
44342026-03-18T11:03:43.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-03-18T11:03:43.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-03-18T11:03:43.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44372026-03-18T11:03:43.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
44382026-03-18T11:03:43.979Z
44392026-03-18T11:03:43.979Zinfo: running `cargo check --bins` on omicron-package (251/257)
44402026-03-18T11:03:44.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-03-18T11:03:44.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-03-18T11:03:44.892Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44432026-03-18T11:03:46.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s
44442026-03-18T11:03:46.530Z
44452026-03-18T11:03:46.530Zinfo: running `cargo check --bins` on tqdb (252/257)
44462026-03-18T11:03:47.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-03-18T11:03:47.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-03-18T11:03:47.612Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44492026-03-18T11:03:48.066Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44502026-03-18T11:03:48.784Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44512026-03-18T11:03:48.787Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
44522026-03-18T11:03:55.439Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44532026-03-18T11:03:56.380Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
44542026-03-18T11:03:56.385Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
44552026-03-18T11:03:56.386Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
44562026-03-18T11:03:56.386Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
44572026-03-18T11:03:57.385Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
44582026-03-18T11:04:06.926Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
44592026-03-18T11:04:15.189Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
44602026-03-18T11:04:15.192Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
44612026-03-18T11:04:15.192Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
44622026-03-18T11:04:15.192Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
44632026-03-18T11:04:17.082Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44642026-03-18T11:04:18.906Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
44652026-03-18T11:04:19.826Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
44662026-03-18T11:04:21.563Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
44672026-03-18T11:04:22.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.75s
44682026-03-18T11:04:22.528Z
44692026-03-18T11:04:22.528Zinfo: running `cargo check --bins` on wicket-dbg (253/257)
44702026-03-18T11:04:23.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44712026-03-18T11:04:23.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44722026-03-18T11:04:23.494Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44732026-03-18T11:04:23.497Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
44742026-03-18T11:04:23.646Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
44752026-03-18T11:04:23.688Z Checking rtoolbox v0.0.3
44762026-03-18T11:04:23.690Z Checking tui-tree-widget v0.23.1
44772026-03-18T11:04:23.856Z Checking rpassword v7.4.0
44782026-03-18T11:04:23.960Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44792026-03-18T11:04:24.917Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44802026-03-18T11:04:31.561Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44812026-03-18T11:04:32.484Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44822026-03-18T11:04:33.880Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
44832026-03-18T11:04:38.049Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44842026-03-18T11:04:40.583Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
44852026-03-18T11:04:41.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.24s
44862026-03-18T11:04:41.998Z
44872026-03-18T11:04:41.998Zinfo: running `cargo check --bins` on wicket (254/257)
44882026-03-18T11:04:42.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44892026-03-18T11:04:42.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44902026-03-18T11:04:42.933Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44912026-03-18T11:04:43.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
44922026-03-18T11:04:43.612Z
44932026-03-18T11:04:43.612Zinfo: running `cargo check --bins` on wicketd (255/257)
44942026-03-18T11:04:44.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44952026-03-18T11:04:44.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44962026-03-18T11:04:44.582Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
44972026-03-18T11:04:44.585Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
44982026-03-18T11:04:44.718Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
44992026-03-18T11:04:44.721Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45002026-03-18T11:04:46.146Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45012026-03-18T11:04:46.938Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45022026-03-18T11:04:51.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.41s
45032026-03-18T11:04:51.255Z
45042026-03-18T11:04:51.255Zinfo: running `cargo check --bins` on omicron-workspace-hack (256/257)
45052026-03-18T11:04:51.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45062026-03-18T11:04:51.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45072026-03-18T11:04:51.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45082026-03-18T11:04:51.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
45092026-03-18T11:04:52.035Z
45102026-03-18T11:04:52.035Zinfo: running `cargo check --bins` on zone-setup (257/257)
45112026-03-18T11:04:52.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45122026-03-18T11:04:52.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45132026-03-18T11:04:52.934Z Checking uzers v0.12.2
45142026-03-18T11:04:53.286Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45152026-03-18T11:04:54.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
45162026-03-18T11:04:54.508Z
45172026-03-18T11:04:54.511Zreal 19:11.883867360
45182026-03-18T11:04:54.511Zuser 28:35.741715216
45192026-03-18T11:04:54.511Zsys 5:17.616306296
45202026-03-18T11:04:54.511Ztrap 0.479573132
45212026-03-18T11:04:54.511Ztflt 0.559979477
45222026-03-18T11:04:54.511Zdflt 0.782309848
45232026-03-18T11:04:54.512Zkflt 0.003669170
45242026-03-18T11:04:54.512Zlock 1:46:26.853146745
45252026-03-18T11:04:54.512Zslp 2:14:42.429145390
45262026-03-18T11:04:54.512Zlat 1:23.194600171
45272026-03-18T11:04:54.512Zstop 5:18.495013083
45282026-03-18T11:04:54.512Zprocess exited: duration 1323109 ms, exit code 0
 
45292026-03-18T11:04:54.518Zfound 0 output files