01KSK218HVQ3MT5KXVDTPHF2P2: 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: 01KSK21MW1C8T3WX3BSA9F1MK2

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-26T21:12:17.203Zjob assigned to worker 01KSK21T3ZP9JCZG6FYH17HAZX [factory aws, i-0d24a0d22852e7801] (queued for 49 s)
 
22026-05-26T21:12:24.172Zstarting task 0: "setup"
32026-05-26T21:12:24.176Z++ uname -s
42026-05-26T21:12:24.180Z+ kern=SunOS
52026-05-26T21:12:24.180Z+ build_user=build
62026-05-26T21:12:24.180Z+ build_uid=12345
72026-05-26T21:12:24.180Z+ work_dir=/work
82026-05-26T21:12:24.180Z+ input_dir=/input
92026-05-26T21:12:24.180Z+ [[ 0 == 12345 ]]
102026-05-26T21:12:24.180Z+ case "$kern" in
112026-05-26T21:12:24.180Z+ groupadd -g 12345 build
122026-05-26T21:12:24.190Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-26T21:12:26.197Z+ zfs create -o mountpoint=/work rpool/work
142026-05-26T21:12:26.277Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-26T21:12:26.280Z+ home_fs=zfs
162026-05-26T21:12:26.280Z+ [[ zfs == autofs ]]
172026-05-26T21:12:26.280Z+ mkdir -p /home/build
182026-05-26T21:12:26.280Z+ chown build:build /home/build /work
192026-05-26T21:12:27.281Z+ chmod 0700 /home/build /work
202026-05-26T21:12:27.284Zprocess exited: duration 3113 ms, exit code 0
 
212026-05-26T21:12:27.290Zstarting task 1: "rust-toolchain"
222026-05-26T21:12:27.294Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-26T21:12:27.294Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-26T21:12:27.294Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-26T21:12:27.294Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-26T21:12:27.294Z * rust toolchain channel = "1.94.0"
272026-05-26T21:12:27.294Z * rust toolchain profile = "default"
282026-05-26T21:12:27.298Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-26T21:12:27.298Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-26T21:12:27.353Zinfo: downloading installer
312026-05-26T21:12:28.955Zwarn: It looks like you have an existing rustup settings file at:
322026-05-26T21:12:28.955Zwarn: /home/build/.rustup/settings.toml
332026-05-26T21:12:28.955Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-26T21:12:28.955Zwarn: instead of the one inferred from the default host triple.
352026-05-26T21:12:28.968Zinfo: profile set to default
362026-05-26T21:12:28.968Zinfo: default host triple is x86_64-unknown-illumos
372026-05-26T21:12:28.971Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-26T21:12:29.116Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-26T21:12:29.119Zinfo: downloading 6 components
402026-05-26T21:12:44.649Z
412026-05-26T21:12:44.649Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-05-26T21:12:44.676Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-26T21:12:44.676Z
442026-05-26T21:12:44.676Z
452026-05-26T21:12:44.676ZRust is installed now. Great!
462026-05-26T21:12:44.676Z
472026-05-26T21:12:44.679ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-26T21:12:44.679Zenvironment variable. This has not been done automatically.
492026-05-26T21:12:44.679Z
502026-05-26T21:12:44.679ZTo configure your current shell, you need to source
512026-05-26T21:12:44.679Zthe corresponding env file under $HOME/.cargo.
522026-05-26T21:12:44.679Z
532026-05-26T21:12:44.679ZThis is usually done by running one of the following (note the leading DOT):
542026-05-26T21:12:44.679Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-26T21:12:44.679Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-26T21:12:44.679Zsource "~/.cargo/env.nu" # For nushell
572026-05-26T21:12:44.679Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-26T21:12:44.679Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-26T21:12:44.679Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-26T21:12:44.679Zwarn: no default linker (`cc`) was found in your PATH
612026-05-26T21:12:44.679Zwarn: many Rust crates require a system C toolchain to build
622026-05-26T21:12:44.764Z+ rustup --version
632026-05-26T21:12:44.773Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-26T21:12:44.776Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-26T21:12:44.795Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-26T21:12:44.798Z+ cargo --version
672026-05-26T21:12:44.810Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-26T21:12:44.813Z+ rustc --version
692026-05-26T21:12:44.832Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-26T21:12:44.835Zprocess exited: duration 17544 ms, exit code 0
 
712026-05-26T21:12:44.841Zstarting task 2: "authentication"
722026-05-26T21:12:44.859Zprocess exited: duration 16 ms, exit code 0
 
732026-05-26T21:12:44.868Zstarting task 3: "clone repository"
742026-05-26T21:12:44.871Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-26T21:12:44.871Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-26T21:12:44.910ZCloning into '/work/oxidecomputer/omicron'...
772026-05-26T21:12:54.870Z+ cd /work/oxidecomputer/omicron
782026-05-26T21:12:54.870Z+ git fetch origin 5ebb5b03c9d348f4042ae041b8abb90e0bc403f2
792026-05-26T21:12:55.157ZFrom https://github.com/oxidecomputer/omicron
802026-05-26T21:12:55.158Z * branch 5ebb5b03c9d348f4042ae041b8abb90e0bc403f2 -> FETCH_HEAD
812026-05-26T21:12:55.167Z+ [[ -n bump_crucible_propolis ]]
822026-05-26T21:12:55.171Z++ git branch --show-current
832026-05-26T21:12:55.171Z+ current=main
842026-05-26T21:12:55.171Z+ [[ main != bump_crucible_propolis ]]
852026-05-26T21:12:55.171Z+ git branch -f bump_crucible_propolis 5ebb5b03c9d348f4042ae041b8abb90e0bc403f2
862026-05-26T21:12:55.174Z+ git checkout -f bump_crucible_propolis
872026-05-26T21:12:55.417ZSwitched to branch 'bump_crucible_propolis'
882026-05-26T21:12:55.420Z+ git reset --hard 5ebb5b03c9d348f4042ae041b8abb90e0bc403f2
892026-05-26T21:12:55.439ZHEAD is now at 5ebb5b03c add UpstairsDegradedReason::InvalidState
902026-05-26T21:12:55.442Zprocess exited: duration 10574 ms, exit code 0
 
912026-05-26T21:12:55.447Zstarting task 4: "build"
922026-05-26T21:12:55.452Z+ source .github/buildomat/ci-env.sh
932026-05-26T21:12:55.455Z++ export CARGO_TERM_COLOR=always
942026-05-26T21:12:55.455Z++ CARGO_TERM_COLOR=always
952026-05-26T21:12:55.455Z+ cargo --version
962026-05-26T21:12:55.462Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-26T21:12:55.464Z+ rustc --version
982026-05-26T21:12:55.484Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-26T21:12:55.487Z+ source ./env.sh
1002026-05-26T21:12:55.487Z++ OLD_SHELL_OPTS=ehxB
1012026-05-26T21:12:55.487Z++ set -o xtrace
1022026-05-26T21:12:55.490Z++++ dirname ./env.sh
1032026-05-26T21:12:55.502Z+++ readlink -f .
1042026-05-26T21:12:55.506Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-26T21:12:55.506Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-05-26T21:12:55.506Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-26T21:12:55.510Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-05-26T21:12:55.510Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-05-26T21:12:55.510Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-05-26T21:12:55.510Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-05-26T21:12:55.510Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-05-26T21:12:55.510Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-05-26T21:12:55.510Z++ case $OLD_SHELL_OPTS in
1142026-05-26T21:12:55.510Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-26T21:12:55.510Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-05-26T21:12:55.510Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1172026-05-26T21:12:55.510Z+ banner prerequisites
1182026-05-26T21:12:55.510Z
1192026-05-26T21:12:55.510Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-26T21:12:55.510Z # # # # # # # # # # # # # # #
1212026-05-26T21:12:55.510Z # # # # ##### # # ##### # # # # # #### #
1222026-05-26T21:12:55.510Z ##### ##### # ##### # # # # # # # # #
1232026-05-26T21:12:55.510Z # # # # # # # # # # # # # # #
1242026-05-26T21:12:55.510Z # # # ###### # # ###### ### # #### # #### #
1252026-05-26T21:12:55.510Z
1262026-05-26T21:12:55.510Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-26T21:12:57.540Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-26T21:12:57.609Z Startup: Caching catalogs ... Done
1292026-05-26T21:12:57.870ZPlanning: Solver setup ... Done (0.225s)
1302026-05-26T21:12:57.889ZPlanning: Running solver ... Done (0.018s)
1312026-05-26T21:12:57.894ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-26T21:12:57.905ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-26T21:12:57.925ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-26T21:12:57.938ZPlanning: Package planning ... Done (0.013s)
1352026-05-26T21:12:57.941ZPlanning: Merging actions ... Done (0.002s)
1362026-05-26T21:12:58.122ZPlanning: Checking for conflicting actions ... Done (0.181s)
1372026-05-26T21:12:58.125ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-26T21:12:58.900ZPlanning: Evaluating mediators ... Done (0.777s)
1392026-05-26T21:12:58.903ZPlanning: Planning completed in 1.27 seconds
1402026-05-26T21:12:58.909Z Packages to install: 2
1412026-05-26T21:12:58.909Z Estimated space available: 156.08 GB
1422026-05-26T21:12:58.909ZEstimated space to be consumed: 22.53 MB
1432026-05-26T21:12:58.910Z Create boot environment: No
1442026-05-26T21:12:58.910ZCreate backup boot environment: No
1452026-05-26T21:12:58.910Z Rebuild boot archive: No
1462026-05-26T21:12:58.913Z
1472026-05-26T21:12:58.913ZChanged packages:
1482026-05-26T21:12:58.913Zhelios
1492026-05-26T21:12:58.913Z developer/build-essential
1502026-05-26T21:12:58.913Z None -> 11-3.0
1512026-05-26T21:12:58.913Z library/libxmlsec1
1522026-05-26T21:12:58.913Z None -> 1.2.35-3.0
1532026-05-26T21:12:58.934Z
1542026-05-26T21:12:58.934ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-26T21:12:59.420ZDownload: Completed 1.28 MB in 0.49 seconds (2.6M/s)
1562026-05-26T21:12:59.479Z Actions: 1/268 actions (Installing new actions)
1572026-05-26T21:12:59.527Z Actions: Completed 268 actions in 0.05 seconds.
1582026-05-26T21:12:59.557ZFinalize: Updating package state database ... Done (0.030s)
1592026-05-26T21:12:59.560ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-26T21:12:59.575ZFinalize: Updating image state ... Done (0.018s)
1612026-05-26T21:13:01.977ZFinalize: Creating fast lookup database ... Done (2.380s)
1622026-05-26T21:13:02.042ZFinalize: Reading search index ... Done (0.013s)
1632026-05-26T21:13:02.045ZFinalize: Updating search index ... Done (0.000s)
1642026-05-26T21:13:02.116ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-26T21:13:02.414ZPlanning: Evaluating mediator changes ... Done
1662026-05-26T21:13:02.520ZPlanning: Checking for conflicting actions ... Done
1672026-05-26T21:13:02.524ZPlanning: Consolidating action changes ... Done
1682026-05-26T21:13:02.680ZPlanning: Evaluating mediators ... Done
1692026-05-26T21:13:02.684ZPlanning: Planning completed in 0.27 seconds
1702026-05-26T21:13:02.703Z Mediators to change: 2
1712026-05-26T21:13:02.703Z Create boot environment: No
1722026-05-26T21:13:02.703ZCreate backup boot environment: No
1732026-05-26T21:13:02.790ZFinalize: Updating package state database ... Done
1742026-05-26T21:13:02.793ZFinalize: Updating package cache ... Done
1752026-05-26T21:13:02.800ZFinalize: Updating image state ... Done
1762026-05-26T21:13:04.745ZFinalize: Creating fast lookup database ... Done
1772026-05-26T21:13:04.807ZFinalize: Reading search index ... Done
1782026-05-26T21:13:04.810ZFinalize: Updating search index ... Done
1792026-05-26T21:13:04.873ZFinalize: Updating package cache ... Done
1802026-05-26T21:13:05.158ZPlanning: Evaluating mediator changes ... Done
1812026-05-26T21:13:05.260ZPlanning: Checking for conflicting actions ... Done
1822026-05-26T21:13:05.264ZPlanning: Consolidating action changes ... Done
1832026-05-26T21:13:05.417ZPlanning: Evaluating mediators ... Done
1842026-05-26T21:13:05.420ZPlanning: Planning completed in 0.26 seconds
1852026-05-26T21:13:05.440Z Mediators to change: 1
1862026-05-26T21:13:05.440Z Create boot environment: No
1872026-05-26T21:13:05.440ZCreate backup boot environment: No
1882026-05-26T21:13:05.484ZFinalize: Updating package state database ... Done
1892026-05-26T21:13:05.484ZFinalize: Updating package cache ... Done
1902026-05-26T21:13:05.494ZFinalize: Updating image state ... Done
1912026-05-26T21:13:07.430ZFinalize: Creating fast lookup database ... Done
1922026-05-26T21:13:07.494ZFinalize: Reading search index ... Done
1932026-05-26T21:13:07.497ZFinalize: Updating search index ... Done
1942026-05-26T21:13:07.573ZFinalize: Updating package cache ... Done
1952026-05-26T21:13:07.884ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-26T21:13:07.884Zapache system 2.4 system
1972026-05-26T21:13:07.884Zclang system 15 system
1982026-05-26T21:13:07.884Zcsh system system illumos
1992026-05-26T21:13:07.884Zctags system system illumos
2002026-05-26T21:13:07.884Zfile vendor vendor darwinsys
2012026-05-26T21:13:07.885Zfile system system illumos
2022026-05-26T21:13:07.885Zgcc vendor 14 vendor
2032026-05-26T21:13:07.885Zgcc system 13 system
2042026-05-26T21:13:07.885Zgcc system 10 system
2052026-05-26T21:13:07.885Zgo system 1.25 system
2062026-05-26T21:13:07.885Zllvm system 15 system
2072026-05-26T21:13:07.885Zmariadb system 11.4 system
2082026-05-26T21:13:07.885Zmta vendor vendor dma
2092026-05-26T21:13:07.885Zopenjdk system 17 system
2102026-05-26T21:13:07.885Zopenjdk system 11 system
2112026-05-26T21:13:07.885Zopenssl vendor 3 vendor
2122026-05-26T21:13:07.885Zperl system 5.40 system
2132026-05-26T21:13:07.885Zpostgresql system 18 system
2142026-05-26T21:13:07.885Zpostgresql system 17 system
2152026-05-26T21:13:07.885Zpython vendor 3 vendor
2162026-05-26T21:13:07.885Zpython system 2 system
2172026-05-26T21:13:07.885Zpython3 vendor 3.13 vendor
2182026-05-26T21:13:07.885Zruby system 3.4 system
2192026-05-26T21:13:07.885Zruby system 3.0 system
2202026-05-26T21:13:07.885Zwords vendor vendor american-english
2212026-05-26T21:13:07.885Zwords system system australian-english
2222026-05-26T21:13:07.885Zwords system system british-english
2232026-05-26T21:13:07.885Zwords system system canadian-english
2242026-05-26T21:13:07.885Zwords system system french
2252026-05-26T21:13:07.885Zwords system system italian
2262026-05-26T21:13:07.885Zwords system system ngerman
2272026-05-26T21:13:07.885Zwords system system ogerman
2282026-05-26T21:13:07.885Zwords system system spanish
2292026-05-26T21:13:08.136ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-26T21:13:08.137Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-26T21:13:08.417ZFMRI IFO
2322026-05-26T21:13:08.417Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-26T21:13:08.417Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-26T21:13:08.417Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-26T21:13:08.417Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-26T21:13:08.417Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-26T21:13:08.417Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-26T21:13:08.417Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-26T21:13:08.417Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-26T21:13:08.417Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-26T21:13:08.663Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-26T21:13:08.949Z Updating crates.io index
2432026-05-26T21:13:08.982Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-26T21:13:09.743Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-26T21:13:10.219Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-26T21:13:10.948Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-26T21:13:11.903Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-26T21:13:12.377Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-26T21:13:13.948Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-26T21:13:14.812Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-26T21:13:15.101Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-26T21:13:15.856Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-26T21:13:16.567Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-26T21:13:16.989Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-26T21:13:17.404Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-26T21:13:18.338Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-26T21:13:19.198Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-26T21:13:19.603Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-26T21:13:20.009Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-26T21:13:20.427Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-26T21:13:20.803Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-26T21:13:21.202Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-26T21:13:21.478Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-26T21:13:21.754Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-26T21:13:22.203Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-26T21:13:22.633Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-05-26T21:13:23.161Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-05-26T21:13:23.698Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-05-26T21:13:24.005Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-05-26T21:13:24.360Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-05-26T21:13:25.491Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-05-26T21:13:26.162Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-26T21:13:26.635Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-05-26T21:13:26.969Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-05-26T21:13:27.291Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-26T21:13:27.567Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-05-26T21:13:28.012Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2782026-05-26T21:13:28.603Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792026-05-26T21:13:28.854Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802026-05-26T21:13:29.106Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812026-05-26T21:13:29.342Z Updating git repository `https://github.com/illumos/smf-rs`
2822026-05-26T21:13:29.829Z Updating git repository `https://github.com/oxidecomputer/omicron`
2832026-05-26T21:13:41.303Z Downloading crates ...
2842026-05-26T21:13:41.367Z Downloaded pest_generator v2.8.6
2852026-05-26T21:13:41.370Z Downloaded anstream v0.6.21
2862026-05-26T21:13:41.378Z Downloaded cargo_metadata v0.21.0
2872026-05-26T21:13:41.384Z Downloaded bitflags v2.11.0
2882026-05-26T21:13:41.391Z Downloaded cfg-if v1.0.4
2892026-05-26T21:13:41.397Z Downloaded unicode-xid v0.2.6
2902026-05-26T21:13:41.400Z Downloaded typeid v1.0.3
2912026-05-26T21:13:41.400Z Downloaded cpufeatures v0.2.17
2922026-05-26T21:13:41.403Z Downloaded toml_write v0.1.2
2932026-05-26T21:13:41.403Z Downloaded cargo_toml v0.21.0
2942026-05-26T21:13:41.429Z Downloaded zerofrom v0.1.6
2952026-05-26T21:13:41.429Z Downloaded version_check v0.9.5
2962026-05-26T21:13:41.429Z Downloaded thread-id v4.2.2
2972026-05-26T21:13:41.429Z Downloaded memchr v2.8.0
2982026-05-26T21:13:41.429Z Downloaded fnv v1.0.7
2992026-05-26T21:13:41.429Z Downloaded clap_derive v4.5.55
3002026-05-26T21:13:41.429Z Downloaded cargo-util-schemas v0.8.2
3012026-05-26T21:13:41.429Z Downloaded usdt-attr-macro v0.5.0
3022026-05-26T21:13:41.429Z Downloaded itoa v1.0.17
3032026-05-26T21:13:41.429Z Downloaded clap v4.5.60
3042026-05-26T21:13:41.429Z Downloaded utf8parse v0.2.2
3052026-05-26T21:13:41.429Z Downloaded usdt-macro v0.5.0
3062026-05-26T21:13:41.429Z Downloaded serde-value v0.7.0
3072026-05-26T21:13:41.429Z Downloaded zerofrom-derive v0.1.6
3082026-05-26T21:13:41.430Z Downloaded toml_datetime v0.6.11
3092026-05-26T21:13:41.430Z Downloaded is_terminal_polyfill v1.70.2
3102026-05-26T21:13:41.430Z Downloaded proc-macro-error-attr v1.0.4
3112026-05-26T21:13:41.430Z Downloaded heck v0.4.1
3122026-05-26T21:13:41.430Z Downloaded yoke-derive v0.8.1
3132026-05-26T21:13:41.430Z Downloaded num-traits v0.2.19
3142026-05-26T21:13:41.430Z Downloaded heck v0.5.0
3152026-05-26T21:13:41.430Z Downloaded colorchoice v1.0.4
3162026-05-26T21:13:41.433Z Downloaded dof v0.3.0
3172026-05-26T21:13:41.433Z Downloaded utf8_iter v1.0.4
3182026-05-26T21:13:41.436Z Downloaded yoke v0.8.1
3192026-05-26T21:13:41.436Z Downloaded unicode-linebreak v0.1.5
3202026-05-26T21:13:41.439Z Downloaded usdt v0.5.0
3212026-05-26T21:13:41.442Z Downloaded writeable v0.6.2
3222026-05-26T21:13:41.446Z Downloaded thiserror v1.0.69
3232026-05-26T21:13:41.448Z Downloaded thiserror-impl v1.0.69
3242026-05-26T21:13:41.451Z Downloaded proc-macro-error v1.0.4
3252026-05-26T21:13:41.451Z Downloaded zerovec-derive v0.11.2
3262026-05-26T21:13:41.454Z Downloaded usdt-impl v0.5.0
3272026-05-26T21:13:41.454Z Downloaded ordered-float v2.10.1
3282026-05-26T21:13:41.454Z Downloaded toml v0.8.23
3292026-05-26T21:13:41.457Z Downloaded thiserror v2.0.18
3302026-05-26T21:13:41.460Z Downloaded tinystr v0.8.2
3312026-05-26T21:13:41.460Z Downloaded thiserror-impl v2.0.18
3322026-05-26T21:13:41.460Z Downloaded form_urlencoded v1.2.2
3332026-05-26T21:13:41.463Z Downloaded strsim v0.11.1
3342026-05-26T21:13:41.463Z Downloaded macaddr v1.0.1
3352026-05-26T21:13:41.463Z Downloaded clap_builder v4.5.60
3362026-05-26T21:13:41.466Z Downloaded scroll_derive v0.12.1
3372026-05-26T21:13:41.466Z Downloaded crypto-common v0.1.7
3382026-05-26T21:13:41.468Z Downloaded potential_utf v0.1.4
3392026-05-26T21:13:41.468Z Downloaded block-buffer v0.10.4
3402026-05-26T21:13:41.468Z Downloaded zmij v1.0.21
3412026-05-26T21:13:41.468Z Downloaded plain v0.2.3
3422026-05-26T21:13:41.471Z Downloaded generic-array v0.14.7
3432026-05-26T21:13:41.471Z Downloaded equivalent v1.0.2
3442026-05-26T21:13:41.471Z Downloaded anstyle-query v1.1.5
3452026-05-26T21:13:41.471Z Downloaded displaydoc v0.2.5
3462026-05-26T21:13:41.475Z Downloaded idna_adapter v1.2.1
3472026-05-26T21:13:41.475Z Downloaded camino v1.2.2
3482026-05-26T21:13:41.477Z Downloaded fastrand v2.3.0
3492026-05-26T21:13:41.480Z Downloaded ucd-trie v0.1.7
3502026-05-26T21:13:41.480Z Downloaded stable_deref_trait v1.2.1
3512026-05-26T21:13:41.480Z Downloaded unicode-ident v1.0.24
3522026-05-26T21:13:41.483Z Downloaded memmap v0.7.0
3532026-05-26T21:13:41.483Z Downloaded errno v0.3.14
3542026-05-26T21:13:41.486Z Downloaded textwrap v0.16.2
3552026-05-26T21:13:41.489Z Downloaded cargo-platform v0.2.0
3562026-05-26T21:13:41.491Z Downloaded terminal_size v0.4.3
3572026-05-26T21:13:41.491Z Downloaded zerotrie v0.2.3
3582026-05-26T21:13:41.494Z Downloaded toml_edit v0.22.27
3592026-05-26T21:13:41.497Z Downloaded swrite v0.1.0
3602026-05-26T21:13:41.497Z Downloaded smawk v0.3.2
3612026-05-26T21:13:41.497Z Downloaded zerocopy-derive v0.7.35
3622026-05-26T21:13:41.500Z Downloaded typenum v1.19.0
3632026-05-26T21:13:41.502Z Downloaded dtrace-parser v0.2.0
3642026-05-26T21:13:41.502Z Downloaded url v2.5.8
3652026-05-26T21:13:41.505Z Downloaded serde_spanned v0.6.9
3662026-05-26T21:13:41.505Z Downloaded clap_lex v1.0.0
3672026-05-26T21:13:41.508Z Downloaded erased-serde v0.4.9
3682026-05-26T21:13:41.508Z Downloaded anstyle-parse v0.2.7
3692026-05-26T21:13:41.511Z Downloaded anstyle v1.0.13
3702026-05-26T21:13:41.513Z Downloaded sha2 v0.10.9
3712026-05-26T21:13:41.516Z Downloaded fs-err v3.3.0
3722026-05-26T21:13:41.516Z Downloaded synstructure v0.13.2
3732026-05-26T21:13:41.519Z Downloaded pretty-hex v0.4.1
3742026-05-26T21:13:41.519Z Downloaded scroll v0.12.0
3752026-05-26T21:13:41.519Z Downloaded tabled_derive v0.7.0
3762026-05-26T21:13:41.523Z Downloaded percent-encoding v2.3.2
3772026-05-26T21:13:41.523Z Downloaded autocfg v1.5.0
3782026-05-26T21:13:41.523Z Downloaded zerovec v0.11.5
3792026-05-26T21:13:41.527Z Downloaded byteorder v1.5.0
3802026-05-26T21:13:41.529Z Downloaded bytecount v0.6.9
3812026-05-26T21:13:41.529Z Downloaded zerocopy v0.7.35
3822026-05-26T21:13:41.537Z Downloaded winnow v0.7.14
3832026-05-26T21:13:41.542Z Downloaded serde-untagged v0.1.9
3842026-05-26T21:13:41.545Z Downloaded camino-tempfile v1.4.1
3852026-05-26T21:13:41.548Z Downloaded quote v1.0.45
3862026-05-26T21:13:41.551Z Downloaded unicode-width v0.2.0
3872026-05-26T21:13:41.553Z Downloaded unicode-width v0.1.14
3882026-05-26T21:13:41.556Z Downloaded semver v1.0.28
3892026-05-26T21:13:41.559Z Downloaded digest v0.10.7
3902026-05-26T21:13:41.566Z Downloaded smallvec v1.15.1
3912026-05-26T21:13:41.569Z Downloaded serde_tokenstream v0.2.3
3922026-05-26T21:13:41.569Z Downloaded tempfile v3.25.0
3932026-05-26T21:13:41.576Z Downloaded once_cell v1.21.3
3942026-05-26T21:13:41.584Z Downloaded getrandom v0.4.1
3952026-05-26T21:13:41.598Z Downloaded papergrid v0.11.0
3962026-05-26T21:13:41.601Z Downloaded icu_provider v2.1.1
3972026-05-26T21:13:41.604Z Downloaded anyhow v1.0.102
3982026-05-26T21:13:41.604Z Downloaded litemap v0.8.1
3992026-05-26T21:13:41.607Z Downloaded log v0.4.29
4002026-05-26T21:13:41.609Z Downloaded serde_core v1.0.228
4012026-05-26T21:13:41.615Z Downloaded serde_derive v1.0.228
4022026-05-26T21:13:41.618Z Downloaded proc-macro2 v1.0.106
4032026-05-26T21:13:41.621Z Downloaded icu_locale_core v2.1.1
4042026-05-26T21:13:41.624Z Downloaded icu_properties v2.1.2
4052026-05-26T21:13:41.630Z Downloaded pest_derive v2.8.6
4062026-05-26T21:13:41.641Z Downloaded icu_normalizer_data v2.1.1
4072026-05-26T21:13:41.644Z Downloaded pest_meta v2.8.6
4082026-05-26T21:13:41.647Z Downloaded serde v1.0.228
4092026-05-26T21:13:41.649Z Downloaded icu_normalizer v2.1.1
4102026-05-26T21:13:41.652Z Downloaded icu_collections v2.1.1
4112026-05-26T21:13:41.659Z Downloaded indexmap v2.14.0
4122026-05-26T21:13:41.675Z Downloaded pest v2.8.6
4132026-05-26T21:13:41.694Z Downloaded idna v1.1.0
4142026-05-26T21:13:41.699Z Downloaded hashbrown v0.17.0
4152026-05-26T21:13:41.702Z Downloaded serde_json v1.0.149
4162026-05-26T21:13:41.706Z Downloaded icu_properties_data v2.1.2
4172026-05-26T21:13:41.720Z Downloaded goblin v0.8.2
4182026-05-26T21:13:41.729Z Downloaded tabled v0.15.0
4192026-05-26T21:13:41.737Z Downloaded syn v1.0.109
4202026-05-26T21:13:41.753Z Downloaded syn v2.0.117
4212026-05-26T21:13:41.767Z Downloaded rustix v1.1.3
4222026-05-26T21:13:41.799Z Downloaded libc v0.2.185
4232026-05-26T21:13:41.866Z Compiling proc-macro2 v1.0.106
4242026-05-26T21:13:41.866Z Compiling quote v1.0.45
4252026-05-26T21:13:41.866Z Compiling unicode-ident v1.0.24
4262026-05-26T21:13:41.867Z Compiling serde_core v1.0.228
4272026-05-26T21:13:41.867Z Compiling libc v0.2.185
4282026-05-26T21:13:41.867Z Compiling version_check v0.9.5
4292026-05-26T21:13:41.867Z Compiling memchr v2.8.0
4302026-05-26T21:13:41.870Z Compiling serde v1.0.228
4312026-05-26T21:13:42.209Z Compiling stable_deref_trait v1.2.1
4322026-05-26T21:13:42.280Z Compiling zmij v1.0.21
4332026-05-26T21:13:42.372Z Compiling thiserror v1.0.69
4342026-05-26T21:13:42.724Z Compiling autocfg v1.5.0
4352026-05-26T21:13:42.737Z Compiling ucd-trie v0.1.7
4362026-05-26T21:13:42.751Z Compiling itoa v1.0.17
4372026-05-26T21:13:42.958Z Compiling pest v2.8.6
4382026-05-26T21:13:43.021Z Compiling writeable v0.6.2
4392026-05-26T21:13:43.137Z Compiling litemap v0.8.1
4402026-05-26T21:13:43.166Z Compiling byteorder v1.5.0
4412026-05-26T21:13:43.211Z Compiling icu_normalizer_data v2.1.1
4422026-05-26T21:13:43.326Z Compiling rustix v1.1.3
4432026-05-26T21:13:43.404Z Compiling icu_properties_data v2.1.2
4442026-05-26T21:13:43.560Z Compiling errno v0.3.14
4452026-05-26T21:13:43.592Z Compiling syn v2.0.117
4462026-05-26T21:13:43.639Z Compiling bitflags v2.11.0
4472026-05-26T21:13:43.681Z Compiling serde_json v1.0.149
4482026-05-26T21:13:43.853Z Compiling num-traits v0.2.19
4492026-05-26T21:13:43.898Z Compiling smallvec v1.15.1
4502026-05-26T21:13:43.913Z Compiling typeid v1.0.3
4512026-05-26T21:13:44.024Z Compiling pest_meta v2.8.6
4522026-05-26T21:13:44.097Z Compiling equivalent v1.0.2
4532026-05-26T21:13:44.166Z Compiling hashbrown v0.17.0
4542026-05-26T21:13:44.380Z Compiling thread-id v4.2.2
4552026-05-26T21:13:44.414Z Compiling usdt-impl v0.5.0
4562026-05-26T21:13:44.459Z Compiling proc-macro-error-attr v1.0.4
4572026-05-26T21:13:44.584Z Compiling winnow v0.7.14
4582026-05-26T21:13:44.615Z Compiling syn v1.0.109
4592026-05-26T21:13:44.639Z Compiling indexmap v2.14.0
4602026-05-26T21:13:44.695Z Compiling toml_write v0.1.2
4612026-05-26T21:13:44.912Z Compiling erased-serde v0.4.9
4622026-05-26T21:13:45.242Z Compiling proc-macro-error v1.0.4
4632026-05-26T21:13:45.322Z Compiling thiserror v2.0.18
4642026-05-26T21:13:45.422Z Compiling log v0.4.29
4652026-05-26T21:13:45.597Z Compiling utf8parse v0.2.2
4662026-05-26T21:13:45.613Z Compiling camino v1.2.2
4672026-05-26T21:13:45.645Z Compiling plain v0.2.3
4682026-05-26T21:13:45.665Z Compiling getrandom v0.4.1
4692026-05-26T21:13:45.702Z Compiling utf8_iter v1.0.4
4702026-05-26T21:13:45.749Z Compiling percent-encoding v2.3.2
4712026-05-26T21:13:45.849Z Compiling anstyle-parse v0.2.7
4722026-05-26T21:13:45.933Z Compiling form_urlencoded v1.2.2
4732026-05-26T21:13:45.964Z Compiling ordered-float v2.10.1
4742026-05-26T21:13:46.071Z Compiling terminal_size v0.4.3
4752026-05-26T21:13:46.100Z Compiling synstructure v0.13.2
4762026-05-26T21:13:46.198Z Compiling pest_generator v2.8.6
4772026-05-26T21:13:46.213Z Compiling cfg-if v1.0.4
4782026-05-26T21:13:46.281Z Compiling pretty-hex v0.4.1
4792026-05-26T21:13:46.304Z Compiling anstyle v1.0.13
4802026-05-26T21:13:46.413Z Compiling is_terminal_polyfill v1.70.2
4812026-05-26T21:13:46.471Z Compiling anstyle-query v1.1.5
4822026-05-26T21:13:46.487Z Compiling colorchoice v1.0.4
4832026-05-26T21:13:46.516Z Compiling serde-untagged v0.1.9
4842026-05-26T21:13:46.574Z Compiling anstream v0.6.21
4852026-05-26T21:13:46.692Z Compiling semver v1.0.28
4862026-05-26T21:13:46.764Z Compiling fs-err v3.3.0
4872026-05-26T21:13:46.866Z Compiling once_cell v1.21.3
4882026-05-26T21:13:46.891Z Compiling heck v0.5.0
4892026-05-26T21:13:46.943Z Compiling heck v0.4.1
4902026-05-26T21:13:47.002Z Compiling bytecount v0.6.9
4912026-05-26T21:13:47.005Z Compiling unicode-width v0.1.14
4922026-05-26T21:13:47.072Z Compiling anyhow v1.0.102
4932026-05-26T21:13:47.134Z Compiling fnv v1.0.7
4942026-05-26T21:13:47.155Z Compiling unicode-xid v0.2.6
4952026-05-26T21:13:47.230Z Compiling strsim v0.11.1
4962026-05-26T21:13:47.271Z Compiling clap_lex v1.0.0
4972026-05-26T21:13:47.288Z Compiling fastrand v2.3.0
4982026-05-26T21:13:47.411Z Compiling papergrid v0.11.0
4992026-05-26T21:13:47.490Z Compiling tempfile v3.25.0
5002026-05-26T21:13:47.601Z Compiling clap_builder v4.5.60
5012026-05-26T21:13:47.630Z Compiling memmap v0.7.0
5022026-05-26T21:13:47.712Z Compiling unicode-linebreak v0.1.5
5032026-05-26T21:13:47.778Z Compiling serde_derive v1.0.228
5042026-05-26T21:13:47.805Z Compiling zerofrom-derive v0.1.6
5052026-05-26T21:13:47.918Z Compiling yoke-derive v0.8.1
5062026-05-26T21:13:47.949Z Compiling zerovec-derive v0.11.2
5072026-05-26T21:13:48.105Z Compiling displaydoc v0.2.5
5082026-05-26T21:13:48.842Z Compiling thiserror-impl v1.0.69
5092026-05-26T21:13:48.842Z Compiling zerocopy-derive v0.7.35
5102026-05-26T21:13:49.050Z Compiling pest_derive v2.8.6
5112026-05-26T21:13:49.066Z Compiling scroll_derive v0.12.1
5122026-05-26T21:13:49.183Z Compiling zerofrom v0.1.6
5132026-05-26T21:13:49.308Z Compiling yoke v0.8.1
5142026-05-26T21:13:49.455Z Compiling thiserror-impl v2.0.18
5152026-05-26T21:13:49.495Z Compiling zerovec v0.11.5
5162026-05-26T21:13:49.700Z Compiling zerotrie v0.2.3
5172026-05-26T21:13:49.715Z Compiling zerocopy v0.7.35
5182026-05-26T21:13:49.985Z Compiling tinystr v0.8.2
5192026-05-26T21:13:49.989Z Compiling potential_utf v0.1.4
5202026-05-26T21:13:50.160Z Compiling icu_locale_core v2.1.1
5212026-05-26T21:13:50.185Z Compiling icu_collections v2.1.1
5222026-05-26T21:13:50.213Z Compiling dtrace-parser v0.2.0
5232026-05-26T21:13:50.256Z Compiling scroll v0.12.0
5242026-05-26T21:13:50.517Z Compiling goblin v0.8.2
5252026-05-26T21:13:50.594Z Compiling tabled_derive v0.7.0
5262026-05-26T21:13:50.712Z Compiling clap_derive v4.5.55
5272026-05-26T21:13:50.854Z Compiling icu_provider v2.1.1
5282026-05-26T21:13:50.947Z Compiling unicode-width v0.2.0
5292026-05-26T21:13:51.033Z Compiling smawk v0.3.2
5302026-05-26T21:13:51.143Z Compiling toml_datetime v0.6.11
5312026-05-26T21:13:51.159Z Compiling serde_spanned v0.6.9
5322026-05-26T21:13:51.159Z Compiling icu_normalizer v2.1.1
5332026-05-26T21:13:51.189Z Compiling icu_properties v2.1.2
5342026-05-26T21:13:51.212Z Compiling dof v0.3.0
5352026-05-26T21:13:51.298Z Compiling serde_tokenstream v0.2.3
5362026-05-26T21:13:51.394Z Compiling toml_edit v0.22.27
5372026-05-26T21:13:51.598Z Compiling serde-value v0.7.0
5382026-05-26T21:13:51.614Z Compiling cargo-platform v0.2.0
5392026-05-26T21:13:51.700Z Compiling tabled v0.15.0
5402026-05-26T21:13:51.877Z Compiling textwrap v0.16.2
5412026-05-26T21:13:51.942Z Compiling macaddr v1.0.1
5422026-05-26T21:13:52.081Z Compiling idna_adapter v1.2.1
5432026-05-26T21:13:52.155Z Compiling usdt-attr-macro v0.5.0
5442026-05-26T21:13:52.217Z Compiling idna v1.1.0
5452026-05-26T21:13:52.262Z Compiling usdt-macro v0.5.0
5462026-05-26T21:13:52.367Z Compiling camino-tempfile v1.4.1
5472026-05-26T21:13:52.463Z Compiling clap v4.5.60
5482026-05-26T21:13:52.563Z Compiling url v2.5.8
5492026-05-26T21:13:52.853Z Compiling toml v0.8.23
5502026-05-26T21:13:52.946Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5512026-05-26T21:13:53.188Z Compiling swrite v0.1.0
5522026-05-26T21:13:53.295Z Compiling cargo-util-schemas v0.8.2
5532026-05-26T21:13:53.331Z Compiling cargo_toml v0.21.0
5542026-05-26T21:13:53.603Z Compiling usdt v0.5.0
5552026-05-26T21:13:54.182Z Compiling cargo_metadata v0.21.0
5562026-05-26T21:13:55.496Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5572026-05-26T21:13:57.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.65s
5582026-05-26T21:13:57.384Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5592026-05-26T21:13:57.950Z Downloading crates ...
5602026-05-26T21:13:58.045Z Downloaded ascii-canvas v3.0.0
5612026-05-26T21:13:58.059Z Downloaded arrayvec v0.7.6
5622026-05-26T21:13:58.062Z Downloaded aead v0.5.2
5632026-05-26T21:13:58.062Z Downloaded adler2 v2.0.1
5642026-05-26T21:13:58.065Z Downloaded arrayref v0.3.9
5652026-05-26T21:13:58.065Z Downloaded crc32fast v1.5.0
5662026-05-26T21:13:58.068Z Downloaded argon2 v0.5.3
5672026-05-26T21:13:58.068Z Downloaded array-init v0.0.4
5682026-05-26T21:13:58.071Z Downloaded crossbeam-channel v0.5.15
5692026-05-26T21:13:58.074Z Downloaded allocator-api2 v0.2.21
5702026-05-26T21:13:58.077Z Downloaded elliptic-curve v0.13.8
5712026-05-26T21:13:58.081Z Downloaded dropshot-api-manager-types v0.7.2
5722026-05-26T21:13:58.081Z Downloaded document-features v0.2.12
5732026-05-26T21:13:58.084Z Downloaded dirs-next v2.0.0
5742026-05-26T21:13:58.084Z Downloaded ahash v0.8.12
5752026-05-26T21:13:58.087Z Downloaded crossbeam-utils v0.8.21
5762026-05-26T21:13:58.087Z Downloaded fixedbitset v0.4.2
5772026-05-26T21:13:58.087Z Downloaded embedded-io v0.6.1
5782026-05-26T21:13:58.090Z Downloaded display-error-chain v0.2.2
5792026-05-26T21:13:58.090Z Downloaded cargo-platform v0.3.2
5802026-05-26T21:13:58.090Z Downloaded env_filter v1.0.0
5812026-05-26T21:13:58.093Z Downloaded difflib v0.4.0
5822026-05-26T21:13:58.093Z Downloaded aes-gcm v0.10.3
5832026-05-26T21:13:58.096Z Downloaded dof v0.4.0
5842026-05-26T21:13:58.096Z Downloaded crunchy v0.2.4
5852026-05-26T21:13:58.096Z Downloaded assert_matches v1.5.0
5862026-05-26T21:13:58.099Z Downloaded cfg_aliases v0.1.1
5872026-05-26T21:13:58.099Z Downloaded async-stream-impl v0.3.6
5882026-05-26T21:13:58.101Z Downloaded ctr v0.9.2
5892026-05-26T21:13:58.105Z Downloaded base64ct v1.8.3
5902026-05-26T21:13:58.105Z Downloaded float-ord v0.3.2
5912026-05-26T21:13:58.108Z Downloaded fallible-iterator v0.2.0
5922026-05-26T21:13:58.108Z Downloaded dtrace-parser v0.3.0
5932026-05-26T21:13:58.108Z Downloaded crossbeam-deque v0.8.6
5942026-05-26T21:13:58.108Z Downloaded bitfield v0.19.4
5952026-05-26T21:13:58.111Z Downloaded atomicwrites v0.4.4
5962026-05-26T21:13:58.111Z Downloaded async-bb8-diesel v0.2.1
5972026-05-26T21:13:58.111Z Downloaded bit-set v0.8.0
5982026-05-26T21:13:58.115Z Downloaded endian-type v0.1.2
5992026-05-26T21:13:58.118Z Downloaded downcast-rs v2.0.2
6002026-05-26T21:13:58.118Z Downloaded dirs-sys-next v0.1.2
6012026-05-26T21:13:58.118Z Downloaded env_logger v0.11.9
6022026-05-26T21:13:58.121Z Downloaded bitfield-macros v0.19.4
6032026-05-26T21:13:58.124Z Downloaded darling_macro v0.23.0
6042026-05-26T21:13:58.124Z Downloaded dsl_auto_type v0.2.0
6052026-05-26T21:13:58.124Z Downloaded dyn-clone v1.0.20
6062026-05-26T21:13:58.127Z Downloaded ciborium-ll v0.2.2
6072026-05-26T21:13:58.127Z Downloaded atomic-waker v1.1.2
6082026-05-26T21:13:58.127Z Downloaded defmt-parser v1.0.0
6092026-05-26T21:13:58.127Z Downloaded async-recursion v1.1.1
6102026-05-26T21:13:58.130Z Downloaded darling_macro v0.21.3
6112026-05-26T21:13:58.133Z Downloaded bit-set v0.5.3
6122026-05-26T21:13:58.133Z Downloaded castaway v0.2.4
6132026-05-26T21:13:58.133Z Downloaded block-padding v0.3.3
6142026-05-26T21:13:58.133Z Downloaded base16ct v0.2.0
6152026-05-26T21:13:58.137Z Downloaded derive_builder_macro v0.20.2
6162026-05-26T21:13:58.140Z Downloaded cookie v0.18.1
6172026-05-26T21:13:58.140Z Downloaded cbc v0.1.2
6182026-05-26T21:13:58.143Z Downloaded embedded-io v0.4.0
6192026-05-26T21:13:58.143Z Downloaded bitflags v1.3.2
6202026-05-26T21:13:58.146Z Downloaded dunce v1.0.5
6212026-05-26T21:13:58.146Z Downloaded funty v2.0.0
6222026-05-26T21:13:58.147Z Downloaded ciborium-io v0.2.2
6232026-05-26T21:13:58.147Z Downloaded atty v0.2.14
6242026-05-26T21:13:58.150Z Downloaded base64 v0.22.1
6252026-05-26T21:13:58.150Z Downloaded async-stream v0.3.6
6262026-05-26T21:13:58.153Z Downloaded crucible-workspace-hack v0.1.0
6272026-05-26T21:13:58.156Z Downloaded darling_macro v0.13.4
6282026-05-26T21:13:58.156Z Downloaded compression-core v0.4.31
6292026-05-26T21:13:58.159Z Downloaded ed25519 v2.2.3
6302026-05-26T21:13:58.159Z Downloaded defmt-macros v1.0.1
6312026-05-26T21:13:58.162Z Downloaded convert_case v0.4.0
6322026-05-26T21:13:58.162Z Downloaded crypto-bigint v0.5.5
6332026-05-26T21:13:58.165Z Downloaded float-cmp v0.10.0
6342026-05-26T21:13:58.165Z Downloaded foreign-types v0.5.0
6352026-05-26T21:13:58.168Z Downloaded diesel_table_macro_syntax v0.3.0
6362026-05-26T21:13:58.168Z Downloaded bitfield-struct v0.6.2
6372026-05-26T21:13:58.168Z Downloaded defmt v0.3.100
6382026-05-26T21:13:58.168Z Downloaded bb8 v0.8.6
6392026-05-26T21:13:58.171Z Downloaded foreign-types-shared v0.1.1
6402026-05-26T21:13:58.176Z Downloaded foreign-types-shared v0.3.1
6412026-05-26T21:13:58.176Z Downloaded cobs v0.3.0
6422026-05-26T21:13:58.176Z Downloaded debug-ignore v1.0.5
6432026-05-26T21:13:58.176Z Downloaded cpufeatures v0.3.0
6442026-05-26T21:13:58.179Z Downloaded foreign-types-macros v0.2.3
6452026-05-26T21:13:58.179Z Downloaded cfg_aliases v0.2.1
6462026-05-26T21:13:58.182Z Downloaded foreign-types v0.3.2
6472026-05-26T21:13:58.182Z Downloaded bcrypt-pbkdf v0.10.0
6482026-05-26T21:13:58.182Z Downloaded gethostname v0.5.0
6492026-05-26T21:13:58.182Z Downloaded crc8 v0.1.1
6502026-05-26T21:13:58.185Z Downloaded futures-io v0.3.32
6512026-05-26T21:13:58.185Z Downloaded fd-lock v4.0.4
6522026-05-26T21:13:58.185Z Downloaded curve25519-dalek-derive v0.1.1
6532026-05-26T21:13:58.188Z Downloaded fxhash v0.2.1
6542026-05-26T21:13:58.188Z Downloaded chacha20 v0.9.1
6552026-05-26T21:13:58.188Z Downloaded futures-sink v0.3.32
6562026-05-26T21:13:58.188Z Downloaded cmake v0.1.57
6572026-05-26T21:13:58.191Z Downloaded futures-task v0.3.32
6582026-05-26T21:13:58.191Z Downloaded cassowary v0.3.0
6592026-05-26T21:13:58.191Z Downloaded backoff v0.4.0
6602026-05-26T21:13:58.194Z Downloaded flagset v0.4.7
6612026-05-26T21:13:58.194Z Downloaded const_format_proc_macros v0.2.34
6622026-05-26T21:13:58.197Z Downloaded bit-vec v0.8.0
6632026-05-26T21:13:58.197Z Downloaded cstr-argument v0.1.2
6642026-05-26T21:13:58.197Z Downloaded async-trait v0.1.89
6652026-05-26T21:13:58.200Z Downloaded hash32 v0.3.1
6662026-05-26T21:13:58.200Z Downloaded futures-core v0.3.32
6672026-05-26T21:13:58.203Z Downloaded git-stub v1.0.0
6682026-05-26T21:13:58.203Z Downloaded futures-macro v0.3.32
6692026-05-26T21:13:58.203Z Downloaded daft v0.1.7
6702026-05-26T21:13:58.206Z Downloaded fixedbitset v0.5.7
6712026-05-26T21:13:58.206Z Downloaded ecdsa v0.16.9
6722026-05-26T21:13:58.206Z Downloaded ff v0.13.1
6732026-05-26T21:13:58.209Z Downloaded compression-codecs v0.4.37
6742026-05-26T21:13:58.209Z Downloaded headers-core v0.3.0
6752026-05-26T21:13:58.212Z Downloaded hex v0.4.3
6762026-05-26T21:13:58.212Z Downloaded cexpr v0.6.0
6772026-05-26T21:13:58.212Z Downloaded defmt v1.0.1
6782026-05-26T21:13:58.215Z Downloaded byte-wrapper v0.1.0
6792026-05-26T21:13:58.218Z Downloaded ed25519-dalek v2.2.0
6802026-05-26T21:13:58.221Z Downloaded ghash v0.5.1
6812026-05-26T21:13:58.221Z Downloaded darling_macro v0.20.11
6822026-05-26T21:13:58.221Z Downloaded darling v0.20.11
6832026-05-26T21:13:58.224Z Downloaded hash32 v0.2.1
6842026-05-26T21:13:58.227Z Downloaded globwalk v0.9.1
6852026-05-26T21:13:58.227Z Downloaded corncobs v0.1.4
6862026-05-26T21:13:58.230Z Downloaded cipher v0.4.4
6872026-05-26T21:13:58.230Z Downloaded crc v3.4.0
6882026-05-26T21:13:58.230Z Downloaded blowfish v0.9.1
6892026-05-26T21:13:58.233Z Downloaded fs-err v2.11.0
6902026-05-26T21:13:58.233Z Downloaded foldhash v0.2.0
6912026-05-26T21:13:58.233Z Downloaded convert_case v0.10.0
6922026-05-26T21:13:58.236Z Downloaded bit-vec v0.6.3
6932026-05-26T21:13:58.236Z Downloaded data-encoding v2.10.0
6942026-05-26T21:13:58.236Z Downloaded hex-literal v0.4.1
6952026-05-26T21:13:58.239Z Downloaded camino-tempfile-ext v0.3.3
6962026-05-26T21:13:58.239Z Downloaded hostname v0.4.2
6972026-05-26T21:13:58.240Z Downloaded buf-list v1.1.2
6982026-05-26T21:13:58.243Z Downloaded hostname v0.3.1
6992026-05-26T21:13:58.243Z Downloaded httpdate v1.0.3
7002026-05-26T21:13:58.246Z Downloaded http-range v0.1.5
7012026-05-26T21:13:58.246Z Downloaded http-body v1.0.1
7022026-05-26T21:13:58.249Z Downloaded find-msvc-tools v0.1.9
7032026-05-26T21:13:58.249Z Downloaded erased-serde v0.3.31
7042026-05-26T21:13:58.252Z Downloaded console v0.15.11
7052026-05-26T21:13:58.252Z Downloaded futures-executor v0.3.32
7062026-05-26T21:13:58.252Z Downloaded filetime v0.2.27
7072026-05-26T21:13:58.255Z Downloaded ena v0.14.4
7082026-05-26T21:13:58.255Z Downloaded bzip2 v0.6.1
7092026-05-26T21:13:58.259Z Downloaded hubpack v0.1.2
7102026-05-26T21:13:58.259Z Downloaded foldhash v0.1.5
7112026-05-26T21:13:58.259Z Downloaded colored v3.1.1
7122026-05-26T21:13:58.262Z Downloaded bzip2 v0.4.4
7132026-05-26T21:13:58.262Z Downloaded deranged v0.5.8
7142026-05-26T21:13:58.262Z Downloaded hubpack_derive v0.1.1
7152026-05-26T21:13:58.262Z Downloaded critical-section v1.2.0
7162026-05-26T21:13:58.265Z Downloaded globset v0.4.18
7172026-05-26T21:13:58.265Z Downloaded glob v0.3.3
7182026-05-26T21:13:58.266Z Downloaded bcs v0.1.6
7192026-05-26T21:13:58.269Z Downloaded der_derive v0.7.3
7202026-05-26T21:13:58.269Z Downloaded group v0.13.0
7212026-05-26T21:13:58.272Z Downloaded derive-ex v0.1.8
7222026-05-26T21:13:58.272Z Downloaded diesel-dtrace v0.5.0
7232026-05-26T21:13:58.272Z Downloaded daft-derive v0.1.7
7242026-05-26T21:13:58.275Z Downloaded diff v0.1.13
7252026-05-26T21:13:58.278Z Downloaded des v0.8.1
7262026-05-26T21:13:58.278Z Downloaded inout v0.1.4
7272026-05-26T21:13:58.278Z Downloaded ident_case v1.0.1
7282026-05-26T21:13:58.281Z Downloaded instability v0.3.11
7292026-05-26T21:13:58.281Z Downloaded csv-core v0.1.13
7302026-05-26T21:13:58.281Z Downloaded illumos-nvpair v0.3.0
7312026-05-26T21:13:58.281Z Downloaded indent_write v2.2.0
7322026-05-26T21:13:58.284Z Downloaded illumos-nvpair-sys v0.2.0
7332026-05-26T21:13:58.284Z Downloaded keccak v0.1.6
7342026-05-26T21:13:58.284Z Downloaded instant v0.1.13
7352026-05-26T21:13:58.287Z Downloaded clang-sys v1.8.1
7362026-05-26T21:13:58.287Z Downloaded cancel-safe-futures v0.1.5
7372026-05-26T21:13:58.290Z Downloaded indoc v1.0.9
7382026-05-26T21:13:58.290Z Downloaded constant_time_eq v0.4.2
7392026-05-26T21:13:58.293Z Downloaded chacha20 v0.10.0
7402026-05-26T21:13:58.293Z Downloaded console v0.16.2
7412026-05-26T21:13:58.296Z Downloaded crc-catalog v2.4.0
7422026-05-26T21:13:58.296Z Downloaded fs_extra v1.3.0
7432026-05-26T21:13:58.299Z Downloaded home v0.5.12
7442026-05-26T21:13:58.299Z Downloaded internet-checksum v0.2.1
7452026-05-26T21:13:58.299Z Downloaded cookie_store v0.22.1
7462026-05-26T21:13:58.299Z Downloaded backon v1.6.0
7472026-05-26T21:13:58.303Z Downloaded cargo_metadata v0.23.1
7482026-05-26T21:13:58.303Z Downloaded ciborium v0.2.2
7492026-05-26T21:13:58.306Z Downloaded lazy_static v1.5.0
7502026-05-26T21:13:58.306Z Downloaded kstat-rs v0.2.4
7512026-05-26T21:13:58.309Z Downloaded is_ci v1.2.0
7522026-05-26T21:13:58.309Z Downloaded libscf-sys v1.1.0
7532026-05-26T21:13:58.309Z Downloaded highway v1.3.0
7542026-05-26T21:13:58.312Z Downloaded is-terminal v0.4.17
7552026-05-26T21:13:58.312Z Downloaded http-body-util v0.1.3
7562026-05-26T21:13:58.312Z Downloaded crossbeam-epoch v0.9.18
7572026-05-26T21:13:58.315Z Downloaded const-oid v0.9.6
7582026-05-26T21:13:58.315Z Downloaded arc-swap v1.8.2
7592026-05-26T21:13:58.318Z Downloaded lalrpop-util v0.19.12
7602026-05-26T21:13:58.318Z Downloaded either v1.15.0
7612026-05-26T21:13:58.320Z Downloaded hyper-tls v0.6.0
7622026-05-26T21:13:58.320Z Downloaded hyper-staticfile v0.10.1
7632026-05-26T21:13:58.323Z Downloaded aho-corasick v1.1.4
7642026-05-26T21:13:58.326Z Downloaded match_cfg v0.1.0
7652026-05-26T21:13:58.326Z Downloaded md-5 v0.10.6
7662026-05-26T21:13:58.326Z Downloaded maybe-uninit v2.0.0
7672026-05-26T21:13:58.326Z Downloaded dropshot_endpoint v0.17.0
7682026-05-26T21:13:58.330Z Downloaded derive_builder v0.20.2
7692026-05-26T21:13:58.332Z Downloaded lru-slab v0.1.2
7702026-05-26T21:13:58.333Z Downloaded half v1.8.3
7712026-05-26T21:13:58.335Z Downloaded maplit v1.0.2
7722026-05-26T21:13:58.335Z Downloaded linked-hash-map v0.5.6
7732026-05-26T21:13:58.335Z Downloaded impl-trait-for-tuples v0.2.3
7742026-05-26T21:13:58.339Z Downloaded managed v0.8.0
7752026-05-26T21:13:58.339Z Downloaded ingot v0.1.1
7762026-05-26T21:13:58.339Z Downloaded mime v0.3.17
7772026-05-26T21:13:58.342Z Downloaded memoffset v0.9.1
7782026-05-26T21:13:58.342Z Downloaded fatfs v0.3.6
7792026-05-26T21:13:58.345Z Downloaded md5 v0.7.0
7802026-05-26T21:13:58.345Z Downloaded darling v0.21.3
7812026-05-26T21:13:58.348Z Downloaded nibble_vec v0.1.0
7822026-05-26T21:13:58.348Z Downloaded nodrop v0.1.14
7832026-05-26T21:13:58.348Z Downloaded derive_more v0.99.20
7842026-05-26T21:13:58.350Z Downloaded ipnetwork v0.21.1
7852026-05-26T21:13:58.354Z Downloaded futures-channel v0.3.32
7862026-05-26T21:13:58.354Z Downloaded crc-any v2.5.0
7872026-05-26T21:13:58.357Z Downloaded ingot-types v0.1.2
7882026-05-26T21:13:58.357Z Downloaded indoc v2.0.7
7892026-05-26T21:13:58.360Z Downloaded blake2 v0.10.6
7902026-05-26T21:13:58.360Z Downloaded new_debug_unreachable v1.0.6
7912026-05-26T21:13:58.363Z Downloaded newtype-uuid-macros v0.1.0
7922026-05-26T21:13:58.363Z Downloaded hmac v0.12.1
7932026-05-26T21:13:58.363Z Downloaded ipnet v2.11.0
7942026-05-26T21:13:58.367Z Downloaded multimap v0.10.1
7952026-05-26T21:13:58.367Z Downloaded ar_archive_writer v0.5.1
7962026-05-26T21:13:58.370Z Downloaded num v0.4.3
7972026-05-26T21:13:58.370Z Downloaded num-conv v0.2.0
7982026-05-26T21:13:58.370Z Downloaded libsw v3.5.0
7992026-05-26T21:13:58.370Z Downloaded futures v0.3.32
8002026-05-26T21:13:58.373Z Downloaded num-derive v0.3.3
8012026-05-26T21:13:58.373Z Downloaded humantime v2.3.0
8022026-05-26T21:13:58.376Z Downloaded getrandom v0.3.4
8032026-05-26T21:13:58.376Z Downloaded libsw-core v0.3.2
8042026-05-26T21:13:58.379Z Downloaded derive-where v1.6.0
8052026-05-26T21:13:58.383Z Downloaded httparse v1.10.1
8062026-05-26T21:13:58.383Z Downloaded num-derive v0.4.2
8072026-05-26T21:13:58.386Z Downloaded libloading v0.8.9
8082026-05-26T21:13:58.386Z Downloaded opaque-debug v0.3.1
8092026-05-26T21:13:58.422Z Downloaded olpc-cjson v0.1.4
8102026-05-26T21:13:58.422Z Downloaded num_enum_derive v0.5.11
8112026-05-26T21:13:58.422Z Downloaded num-iter v0.1.45
8122026-05-26T21:13:58.422Z Downloaded lru-cache v0.1.2
8132026-05-26T21:13:58.422Z Downloaded linear-map v1.2.0
8142026-05-26T21:13:58.422Z Downloaded lock_api v0.4.14
8152026-05-26T21:13:58.422Z Downloaded libefi-sys v0.1.0
8162026-05-26T21:13:58.422Z Downloaded oso-derive v0.27.3
8172026-05-26T21:13:58.422Z Downloaded lzss v0.8.2
8182026-05-26T21:13:58.422Z Downloaded openssl-probe v0.2.1
8192026-05-26T21:13:58.422Z Downloaded openssl-probe v0.1.6
8202026-05-26T21:13:58.422Z Downloaded openssl-macros v0.1.1
8212026-05-26T21:13:58.422Z Downloaded hyper-rustls v0.27.7
8222026-05-26T21:13:58.422Z Downloaded drift v0.2.0
8232026-05-26T21:13:58.422Z Downloaded newline-converter v0.3.0
8242026-05-26T21:13:58.422Z Downloaded native-tls v0.2.18
8252026-05-26T21:13:58.422Z Downloaded multer v3.1.0
8262026-05-26T21:13:58.422Z Downloaded pbkdf2 v0.12.2
8272026-05-26T21:13:58.422Z Downloaded nanorand v0.7.0
8282026-05-26T21:13:58.422Z Downloaded newtype_derive v0.1.6
8292026-05-26T21:13:58.422Z Downloaded newtype-uuid v1.3.2
8302026-05-26T21:13:58.422Z Downloaded mime_guess v2.0.5
8312026-05-26T21:13:58.423Z Downloaded parse-size v1.1.0
8322026-05-26T21:13:58.423Z Downloaded getrandom v0.2.17
8332026-05-26T21:13:58.423Z Downloaded packed_struct_codegen v0.10.1
8342026-05-26T21:13:58.423Z Downloaded darling_core v0.13.4
8352026-05-26T21:13:58.426Z Downloaded parse-display v0.10.0
8362026-05-26T21:13:58.426Z Downloaded num_threads v0.1.7
8372026-05-26T21:13:58.427Z Downloaded ingot-macros v0.1.1
8382026-05-26T21:13:58.427Z Downloaded peg-runtime v0.8.5
8392026-05-26T21:13:58.427Z Downloaded iana-time-zone v0.1.65
8402026-05-26T21:13:58.429Z Downloaded jobserver v0.1.34
8412026-05-26T21:13:58.429Z Downloaded normalize-line-endings v0.3.0
8422026-05-26T21:13:58.429Z Downloaded const_format v0.2.35
8432026-05-26T21:13:58.432Z Downloaded path-slash v0.1.5
8442026-05-26T21:13:58.436Z Downloaded chacha20poly1305 v0.10.1
8452026-05-26T21:13:58.436Z Downloaded lru v0.12.5
8462026-05-26T21:13:58.436Z Downloaded darling v0.23.0
8472026-05-26T21:13:58.439Z Downloaded nu-ansi-term v0.50.3
8482026-05-26T21:13:58.442Z Downloaded pin-utils v0.1.0
8492026-05-26T21:13:58.442Z Downloaded phf_shared v0.11.3
8502026-05-26T21:13:58.442Z Downloaded compact_str v0.8.1
8512026-05-26T21:13:58.445Z Downloaded nonempty v0.12.0
8522026-05-26T21:13:58.445Z Downloaded git-stub-vcs v0.1.0
8532026-05-26T21:13:58.459Z Downloaded phf_shared v0.13.1
8542026-05-26T21:13:58.462Z Downloaded flume v0.11.1
8552026-05-26T21:13:58.462Z Downloaded bytes v1.11.1
8562026-05-26T21:13:58.465Z Downloaded phf_shared v0.12.1
8572026-05-26T21:13:58.468Z Downloaded num-rational v0.4.2
8582026-05-26T21:13:58.468Z Downloaded oxide-tokio-rt v0.1.4
8592026-05-26T21:13:58.468Z Downloaded predicates-tree v1.0.13
8602026-05-26T21:13:58.471Z Downloaded precomputed-hash v0.1.1
8612026-05-26T21:13:58.471Z Downloaded oxnet v0.1.4
8622026-05-26T21:13:58.471Z Downloaded expectorate v1.2.0
8632026-05-26T21:13:58.474Z Downloaded owo-colors v4.3.0
8642026-05-26T21:13:58.474Z Downloaded num_enum_derive v0.7.5
8652026-05-26T21:13:58.474Z Downloaded powerfmt v0.2.0
8662026-05-26T21:13:58.477Z Downloaded proc-macro-crate v1.3.1
8672026-05-26T21:13:58.477Z Downloaded num-integer v0.1.46
8682026-05-26T21:13:58.477Z Downloaded num-complex v0.4.6
8692026-05-26T21:13:58.480Z Downloaded darling v0.13.4
8702026-05-26T21:13:58.480Z Downloaded derive_builder_core v0.20.2
8712026-05-26T21:13:58.483Z Downloaded progenitor-client v0.10.0
8722026-05-26T21:13:58.483Z Downloaded proc-macro-error-attr2 v2.0.0
8732026-05-26T21:13:58.483Z Downloaded half v2.7.1
8742026-05-26T21:13:58.486Z Downloaded flate2 v1.1.9
8752026-05-26T21:13:58.489Z Downloaded parse-display-derive v0.10.0
8762026-05-26T21:13:58.489Z Downloaded memmap2 v0.9.10
8772026-05-26T21:13:58.492Z Downloaded pbkdf2 v0.11.0
8782026-05-26T21:13:58.492Z Downloaded password-hash v0.4.2
8792026-05-26T21:13:58.492Z Downloaded heapless v0.8.0
8802026-05-26T21:13:58.495Z Downloaded progenitor-client v0.11.2
8812026-05-26T21:13:58.495Z Downloaded quick-error v1.2.3
8822026-05-26T21:13:58.498Z Downloaded peg-macros v0.8.5
8832026-05-26T21:13:58.498Z Downloaded proc-macro-crate v3.4.0
8842026-05-26T21:13:58.498Z Downloaded paste v1.0.15
8852026-05-26T21:13:58.501Z Downloaded password-hash v0.5.0
8862026-05-26T21:13:58.501Z Downloaded progenitor-client v0.14.0
8872026-05-26T21:13:58.505Z Downloaded progenitor-macro v0.14.0
8882026-05-26T21:13:58.505Z Downloaded psl-types v2.0.11
8892026-05-26T21:13:58.505Z Downloaded pem-rfc7468 v0.7.0
8902026-05-26T21:13:58.508Z Downloaded pem v3.0.6
8912026-05-26T21:13:58.508Z Downloaded bumpalo v3.20.2
8922026-05-26T21:13:58.508Z Downloaded base64 v0.21.7
8932026-05-26T21:13:58.511Z Downloaded progenitor-macro v0.13.0
8942026-05-26T21:13:58.511Z Downloaded pkcs8 v0.10.2
8952026-05-26T21:13:58.514Z Downloaded phf v0.12.1
8962026-05-26T21:13:58.514Z Downloaded progenitor-macro v0.11.2
8972026-05-26T21:13:58.514Z Downloaded rand_xorshift v0.4.0
8982026-05-26T21:13:58.514Z Downloaded peg v0.8.5
8992026-05-26T21:13:58.517Z Downloaded pin-project-internal v1.1.11
9002026-05-26T21:13:58.520Z Downloaded async-compression v0.4.41
9012026-05-26T21:13:58.523Z Downloaded phf v0.13.1
9022026-05-26T21:13:58.523Z Downloaded num_enum v0.5.11
9032026-05-26T21:13:58.526Z Downloaded libbz2-rs-sys v0.2.2
9042026-05-26T21:13:58.526Z Downloaded pin-project-lite v0.2.17
9052026-05-26T21:13:58.529Z Downloaded ignore v0.4.25
9062026-05-26T21:13:58.532Z Downloaded polyval v0.6.2
9072026-05-26T21:13:58.532Z Downloaded predicates v3.1.4
9082026-05-26T21:13:58.535Z Downloaded litrs v1.0.0
9092026-05-26T21:13:58.535Z Downloaded der v0.7.10
9102026-05-26T21:13:58.538Z Downloaded recursive-proc-macro-impl v0.1.1
9112026-05-26T21:13:58.541Z Downloaded recursive v0.1.1
9122026-05-26T21:13:58.541Z Downloaded predicates-core v1.0.10
9132026-05-26T21:13:58.541Z Downloaded ref-cast-impl v1.0.25
9142026-05-26T21:13:58.541Z Downloaded ppv-lite86 v0.2.21
9152026-05-26T21:13:58.544Z Downloaded poly1305 v0.8.0
9162026-05-26T21:13:58.544Z Downloaded omicron-zone-package v0.12.2
9172026-05-26T21:13:58.547Z Downloaded progenitor v0.13.0
9182026-05-26T21:13:58.547Z Downloaded proc-macro-error2 v2.0.1
9192026-05-26T21:13:58.550Z Downloaded progenitor v0.11.2
9202026-05-26T21:13:58.550Z Downloaded hickory-resolver v0.24.4
9212026-05-26T21:13:58.553Z Downloaded parking_lot_core v0.9.12
9222026-05-26T21:13:58.553Z Downloaded parking_lot v0.11.2
9232026-05-26T21:13:58.556Z Downloaded indexmap v1.9.3
9242026-05-26T21:13:58.559Z Downloaded primeorder v0.13.6
9252026-05-26T21:13:58.559Z Downloaded darling_core v0.23.0
9262026-05-26T21:13:58.562Z Downloaded indicatif v0.18.4
9272026-05-26T21:13:58.565Z Downloaded cc v1.2.56
9282026-05-26T21:13:58.565Z Downloaded darling_core v0.20.11
9292026-05-26T21:13:58.568Z Downloaded progenitor-client v0.13.0
9302026-05-26T21:13:58.571Z Downloaded darling_core v0.21.3
9312026-05-26T21:13:58.574Z Downloaded rfc6979 v0.4.0
9322026-05-26T21:13:58.574Z Downloaded parking_lot_core v0.8.6
9332026-05-26T21:13:58.574Z Downloaded russh-cryptovec v0.7.3
9342026-05-26T21:13:58.574Z Downloaded rtoolbox v0.0.3
9352026-05-26T21:13:58.577Z Downloaded heapless v0.7.17
9362026-05-26T21:13:58.577Z Downloaded rustc-hash v2.1.1
9372026-05-26T21:13:58.580Z Downloaded headers v0.4.1
9382026-05-26T21:13:58.583Z Downloaded rand_core v0.9.5
9392026-05-26T21:13:58.583Z Downloaded radium v0.7.0
9402026-05-26T21:13:58.583Z Downloaded derive_more-impl v2.1.1
9412026-05-26T21:13:58.587Z Downloaded pkcs5 v0.7.1
9422026-05-26T21:13:58.591Z Downloaded pkcs1 v0.7.5
9432026-05-26T21:13:58.591Z Downloaded diesel_derives v2.3.7
9442026-05-26T21:13:58.594Z Downloaded rustc_version v0.1.7
9452026-05-26T21:13:58.596Z Downloaded postgres-types v0.2.12
9462026-05-26T21:13:58.596Z Downloaded postcard v1.1.3
9472026-05-26T21:13:58.599Z Downloaded rand_core v0.6.4
9482026-05-26T21:13:58.599Z Downloaded rand_chacha v0.3.1
9492026-05-26T21:13:58.599Z Downloaded postgres-protocol v0.6.10
9502026-05-26T21:13:58.602Z Downloaded p256 v0.13.2
9512026-05-26T21:13:58.603Z Downloaded oso v0.27.3
9522026-05-26T21:13:58.605Z Downloaded miniz_oxide v0.8.9
9532026-05-26T21:13:58.608Z Downloaded ref-cast v1.0.25
9542026-05-26T21:13:58.608Z Downloaded parking_lot v0.12.5
9552026-05-26T21:13:58.611Z Downloaded rand_core v0.10.0
9562026-05-26T21:13:58.611Z Downloaded salsa20 v0.10.2
9572026-05-26T21:13:58.611Z Downloaded sapling-renderdag v0.1.0
9582026-05-26T21:13:58.614Z Downloaded same-file v1.0.6
9592026-05-26T21:13:58.614Z Downloaded scrypt v0.11.0
9602026-05-26T21:13:58.614Z Downloaded scheduled-thread-pool v0.2.7
9612026-05-26T21:13:58.618Z Downloaded rand_chacha v0.9.0
9622026-05-26T21:13:58.618Z Downloaded r2d2 v0.8.10
9632026-05-26T21:13:58.618Z Downloaded serde-big-array v0.5.1
9642026-05-26T21:13:58.618Z Downloaded progenitor v0.14.0
9652026-05-26T21:13:58.621Z Downloaded derive_more v2.1.1
9662026-05-26T21:13:58.624Z Downloaded papergrid v0.17.0
9672026-05-26T21:13:58.627Z Downloaded progenitor-extras v0.2.0
9682026-05-26T21:13:58.630Z Downloaded crossterm v0.29.0
9692026-05-26T21:13:58.633Z Downloaded serde_bytes v0.11.19
9702026-05-26T21:13:58.633Z Downloaded scroll_derive v0.13.1
9712026-05-26T21:13:58.637Z Downloaded hashbrown v0.13.2
9722026-05-26T21:13:58.637Z Downloaded resolv-conf v0.7.6
9732026-05-26T21:13:58.640Z Downloaded scopeguard v1.2.0
9742026-05-26T21:13:58.640Z Downloaded psm v0.1.30
9752026-05-26T21:13:58.642Z Downloaded semver v0.1.20
9762026-05-26T21:13:58.642Z Downloaded secrecy v0.8.0
9772026-05-26T21:13:58.643Z Downloaded secrecy v0.10.3
9782026-05-26T21:13:58.643Z Downloaded hickory-resolver v0.25.2
9792026-05-26T21:13:58.646Z Downloaded hashbrown v0.12.3
9802026-05-26T21:13:58.648Z Downloaded serde_spanned v1.0.4
9812026-05-26T21:13:58.648Z Downloaded packed_struct v0.10.1
9822026-05-26T21:13:58.651Z Downloaded serde_repr v0.1.20
9832026-05-26T21:13:58.652Z Downloaded serde_plain v1.0.2
9842026-05-26T21:13:58.652Z Downloaded quinn-udp v0.5.14
9852026-05-26T21:13:58.655Z Downloaded serde_urlencoded v0.7.1
9862026-05-26T21:13:58.655Z Downloaded rustc_version v0.4.1
9872026-05-26T21:13:58.655Z Downloaded num_enum v0.7.5
9882026-05-26T21:13:58.658Z Downloaded sha1 v0.10.6
9892026-05-26T21:13:58.658Z Downloaded shell-words v1.1.1
9902026-05-26T21:13:58.661Z Downloaded jiff-static v0.2.21
9912026-05-26T21:13:58.661Z Downloaded rustls-pemfile v2.2.0
9922026-05-26T21:13:58.664Z Downloaded rustls-native-certs v0.8.3
9932026-05-26T21:13:58.664Z Downloaded http v1.4.0
9942026-05-26T21:13:58.668Z Downloaded signal-hook-mio v0.2.5
9952026-05-26T21:13:58.668Z Downloaded rustls-pemfile v1.0.4
9962026-05-26T21:13:58.668Z Downloaded openssl-sys v0.9.115
9972026-05-26T21:13:59.673Z Downloaded pkg-config v0.3.32
9982026-05-26T21:13:59.678Z Downloaded signature v2.2.0
9992026-05-26T21:13:59.678Z Downloaded rand_seeder v0.4.0
10002026-05-26T21:13:59.678Z Downloaded colored v2.2.0
10012026-05-26T21:13:59.678Z Downloaded seq-macro v0.3.6
10022026-05-26T21:13:59.678Z Downloaded aes v0.8.4
10032026-05-26T21:13:59.678Z Downloaded enum-as-inner v0.6.1
10042026-05-26T21:13:59.678Z Downloaded siphasher v1.0.2
10052026-05-26T21:13:59.678Z Downloaded slog-bunyan v2.5.0
10062026-05-26T21:13:59.678Z Downloaded prefix-trie v0.7.0
10072026-05-26T21:13:59.678Z Downloaded sigpipe v0.1.3
10082026-05-26T21:13:59.678Z Downloaded signal-hook-tokio v0.3.1
10092026-05-26T21:13:59.678Z Downloaded rustversion v1.0.22
10102026-05-26T21:13:59.678Z Downloaded hickory-server v0.25.2
10112026-05-26T21:13:59.678Z Downloaded progenitor-impl v0.14.0
10122026-05-26T21:13:59.678Z Downloaded sec1 v0.7.3
10132026-05-26T21:13:59.678Z Downloaded schemars_derive v0.8.22
10142026-05-26T21:13:59.678Z Downloaded sct v0.7.1
10152026-05-26T21:13:59.678Z Downloaded slog-envlogger v2.2.0
10162026-05-26T21:13:59.678Z Downloaded serde_derive_internals v0.29.1
10172026-05-26T21:13:59.678Z Downloaded scroll v0.13.0
10182026-05-26T21:13:59.678Z Downloaded serde_path_to_error v0.1.20
10192026-05-26T21:13:59.678Z Downloaded pin-project v1.1.11
10202026-05-26T21:13:59.678Z Downloaded ssh-cipher v0.2.0
10212026-05-26T21:13:59.678Z Downloaded ssh-encoding v0.2.0
10222026-05-26T21:13:59.678Z Downloaded shlex v1.3.0
10232026-05-26T21:13:59.679Z Downloaded crossterm v0.28.1
10242026-05-26T21:13:59.679Z Downloaded sqlparser_derive v0.5.0
10252026-05-26T21:13:59.679Z Downloaded serde_with_macros v1.5.2
10262026-05-26T21:13:59.679Z Downloaded structmeta-derive v0.3.0
10272026-05-26T21:13:59.679Z Downloaded russh-keys v0.45.0
10282026-05-26T21:13:59.679Z Downloaded structmeta v0.3.0
10292026-05-26T21:13:59.679Z Downloaded prettyplease v0.2.37
10302026-05-26T21:13:59.679Z Downloaded strum v0.27.2
10312026-05-26T21:13:59.679Z Downloaded strum v0.26.3
10322026-05-26T21:13:59.679Z Downloaded signal-hook-registry v1.4.8
10332026-05-26T21:13:59.679Z Downloaded slog-dtrace v0.3.0
10342026-05-26T21:13:59.679Z Downloaded strip-ansi-escapes v0.2.1
10352026-05-26T21:13:59.679Z Downloaded rustls-pki-types v1.14.0
10362026-05-26T21:13:59.679Z Downloaded sync-ptr v0.1.4
10372026-05-26T21:13:59.679Z Downloaded supports-color v3.0.2
10382026-05-26T21:13:59.679Z Downloaded subtle v2.6.1
10392026-05-26T21:13:59.679Z Downloaded rcgen v0.12.1
10402026-05-26T21:13:59.679Z Downloaded tap v1.0.1
10412026-05-26T21:13:59.679Z Downloaded tagptr v0.2.0
10422026-05-26T21:13:59.679Z Downloaded simd-adler32 v0.3.8
10432026-05-26T21:13:59.679Z Downloaded slab v0.4.12
10442026-05-26T21:13:59.679Z Downloaded tabwriter v1.4.1
10452026-05-26T21:13:59.679Z Downloaded sync_wrapper v1.0.2
10462026-05-26T21:13:59.679Z Downloaded take_mut v0.2.2
10472026-05-26T21:13:59.679Z Downloaded rusty-fork v0.3.1
10482026-05-26T21:13:59.679Z Downloaded pretty_assertions v1.4.1
10492026-05-26T21:13:59.679Z Downloaded minimal-lexical v0.2.1
10502026-05-26T21:13:59.679Z Downloaded progenitor-impl v0.13.0
10512026-05-26T21:13:59.679Z Downloaded hyper-util v0.1.20
10522026-05-26T21:13:59.679Z Downloaded slog-stdlog v4.1.1
10532026-05-26T21:13:59.679Z Downloaded serde_cbor v0.11.2
10542026-05-26T21:13:59.679Z Downloaded slog-scope v4.4.1
10552026-05-26T21:13:59.679Z Downloaded progenitor-impl v0.11.2
10562026-05-26T21:13:59.679Z Downloaded slog-json v2.6.1
10572026-05-26T21:13:59.679Z Downloaded slog-async v2.8.0
10582026-05-26T21:13:59.679Z Downloaded serde-hex v0.1.0
10592026-05-26T21:13:59.680Z Downloaded snafu-derive v0.8.9
10602026-05-26T21:13:59.680Z Downloaded dropshot-api-manager v0.7.2
10612026-05-26T21:13:59.680Z Downloaded termtree v0.5.1
10622026-05-26T21:13:59.680Z Downloaded ron v0.8.1
10632026-05-26T21:13:59.680Z Downloaded thiserror-impl-no-std v2.0.2
10642026-05-26T21:13:59.680Z Downloaded spki v0.7.3
10652026-05-26T21:13:59.680Z Downloaded smf v0.2.3
10662026-05-26T21:13:59.680Z Downloaded slog-term v2.9.2
10672026-05-26T21:13:59.680Z Downloaded time-core v0.1.8
10682026-05-26T21:13:59.680Z Downloaded thread-id v5.1.0
10692026-05-26T21:13:59.680Z Downloaded testing_table v0.3.0
10702026-05-26T21:13:59.680Z Downloaded serde_with_macros v3.17.0
10712026-05-26T21:13:59.680Z Downloaded tokio-macros v2.7.0
10722026-05-26T21:13:59.680Z Downloaded mio v1.2.0
10732026-05-26T21:13:59.680Z Downloaded string_cache v0.8.9
10742026-05-26T21:13:59.680Z Downloaded tinyvec_macros v0.1.1
10752026-05-26T21:13:59.680Z Downloaded strum_macros v0.26.4
10762026-05-26T21:13:59.680Z Downloaded stringprep v0.1.5
10772026-05-26T21:13:59.680Z Downloaded static_assertions v1.1.0
10782026-05-26T21:13:59.680Z Downloaded strsim v0.10.0
10792026-05-26T21:13:59.680Z Downloaded tabled_derive v0.11.0
10802026-05-26T21:13:59.680Z Downloaded rustls-platform-verifier v0.6.2
10812026-05-26T21:13:59.680Z Downloaded rayon-core v1.13.0
10822026-05-26T21:13:59.680Z Downloaded support-bundle-viewer v0.1.2
10832026-05-26T21:13:59.680Z Downloaded strum_macros v0.27.2
10842026-05-26T21:13:59.680Z Downloaded termios v0.3.3
10852026-05-26T21:13:59.680Z Downloaded ryu v1.0.23
10862026-05-26T21:13:59.680Z Downloaded itertools v0.10.5
10872026-05-26T21:13:59.680Z Downloaded hashbrown v0.16.1
10882026-05-26T21:13:59.680Z Downloaded schemars v0.8.22
10892026-05-26T21:13:59.680Z Downloaded dropshot v0.17.0
10902026-05-26T21:13:59.680Z Downloaded tower-service v0.3.3
10912026-05-26T21:13:59.680Z Downloaded thread_local v1.1.9
10922026-05-26T21:13:59.680Z Downloaded quinn v0.11.9
10932026-05-26T21:13:59.680Z Downloaded thiserror-no-std v2.0.2
10942026-05-26T21:13:59.680Z Downloaded smallvec v0.6.14
10952026-05-26T21:13:59.680Z Downloaded topological-sort v0.2.2
10962026-05-26T21:13:59.680Z Downloaded stacker v0.1.23
10972026-05-26T21:13:59.681Z Downloaded try-lock v0.2.5
10982026-05-26T21:13:59.685Z Downloaded trait-variant v0.1.2
10992026-05-26T21:13:59.685Z Downloaded time-macros v0.2.27
11002026-05-26T21:13:59.685Z Downloaded spin v0.9.8
11012026-05-26T21:13:59.685Z Downloaded rand v0.8.6
11022026-05-26T21:13:59.685Z Downloaded tower-layer v0.3.3
11032026-05-26T21:13:59.685Z Downloaded nom v7.1.3
11042026-05-26T21:13:59.685Z Downloaded publicsuffix v2.3.0
11052026-05-26T21:13:59.685Z Downloaded tls_codec_derive v0.4.2
11062026-05-26T21:13:59.685Z Downloaded serde_yaml v0.9.34+deprecated
11072026-05-26T21:13:59.685Z Downloaded strum_macros v0.24.3
11082026-05-26T21:13:59.685Z Downloaded tokio-native-tls v0.3.1
11092026-05-26T21:13:59.685Z Downloaded tokio-rustls v0.25.0
11102026-05-26T21:13:59.685Z Downloaded sqlformat v0.3.5
11112026-05-26T21:13:59.685Z Downloaded typify-macro v0.6.2
11122026-05-26T21:13:59.685Z Downloaded tokio-dtrace v0.1.1
11132026-05-26T21:13:59.685Z Downloaded tiny-keccak v2.0.2
11142026-05-26T21:13:59.686Z Downloaded typify-macro v0.4.3
11152026-05-26T21:13:59.686Z Downloaded unicode-truncate v1.1.0
11162026-05-26T21:13:59.686Z Downloaded signal-hook v0.3.18
11172026-05-26T21:13:59.686Z Downloaded libxml v0.3.3
11182026-05-26T21:13:59.686Z Downloaded similar v2.7.0
11192026-05-26T21:13:59.686Z Downloaded num-bigint-dig v0.8.6
11202026-05-26T21:13:59.686Z Downloaded itertools v0.13.0
11212026-05-26T21:13:59.686Z Downloaded usdt-attr-macro v0.6.0
11222026-05-26T21:13:59.686Z Downloaded universal-hash v0.5.1
11232026-05-26T21:13:59.686Z Downloaded usdt v0.6.0
11242026-05-26T21:13:59.686Z Downloaded tokio-tungstenite v0.23.1
11252026-05-26T21:13:59.686Z Downloaded unit-prefix v0.5.2
11262026-05-26T21:13:59.686Z Downloaded socket2 v0.5.10
11272026-05-26T21:13:59.686Z Downloaded untrusted v0.9.0
11282026-05-26T21:13:59.686Z Downloaded untrusted v0.7.1
11292026-05-26T21:13:59.686Z Downloaded num-bigint v0.4.6
11302026-05-26T21:13:59.686Z Downloaded tokio-tungstenite v0.21.0
11312026-05-26T21:13:59.686Z Downloaded iri-string v0.7.10
11322026-05-26T21:13:59.686Z Downloaded utf-8 v0.7.6
11332026-05-26T21:13:59.686Z Downloaded term v1.2.1
11342026-05-26T21:13:59.686Z Downloaded term v0.7.0
11352026-05-26T21:13:59.686Z Downloaded rand v0.10.0
11362026-05-26T21:13:59.686Z Downloaded usdt-macro v0.6.0
11372026-05-26T21:13:59.686Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11382026-05-26T21:13:59.686Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11392026-05-26T21:13:59.686Z Downloaded tls_codec v0.4.2
11402026-05-26T21:13:59.686Z Downloaded rsa v0.9.10
11412026-05-26T21:13:59.686Z Downloaded toml_writer v1.0.6+spec-1.1.0
11422026-05-26T21:13:59.686Z Downloaded want v0.3.1
11432026-05-26T21:13:59.686Z Downloaded void v1.0.2
11442026-05-26T21:13:59.686Z Downloaded wait-timeout v0.2.1
11452026-05-26T21:13:59.686Z Downloaded qorb v0.4.1
11462026-05-26T21:13:59.686Z Downloaded tokio-rustls v0.24.1
11472026-05-26T21:13:59.686Z Downloaded schemars v1.2.1
11482026-05-26T21:13:59.686Z Downloaded tokio-rustls v0.26.4
11492026-05-26T21:13:59.686Z Downloaded xshell-macros v0.2.7
11502026-05-26T21:13:59.686Z Downloaded rand v0.9.2
11512026-05-26T21:13:59.686Z Downloaded hashbrown v0.15.5
11522026-05-26T21:13:59.686Z Downloaded subprocess v0.2.15
11532026-05-26T21:13:59.687Z Downloaded unarray v0.1.4
11542026-05-26T21:13:59.687Z Downloaded socket2 v0.6.3
11552026-05-26T21:13:59.687Z Downloaded rustls-webpki v0.103.9
11562026-05-26T21:13:59.687Z Downloaded snafu v0.8.9
11572026-05-26T21:13:59.687Z Downloaded xattr v1.6.1
11582026-05-26T21:13:59.687Z Downloaded samael v0.0.19
11592026-05-26T21:13:59.687Z Downloaded unicase v2.9.0
11602026-05-26T21:13:59.687Z Downloaded slog v2.8.2
11612026-05-26T21:13:59.687Z Downloaded zeroize_derive v1.4.3
11622026-05-26T21:13:59.687Z Downloaded tokio-stream v0.1.18
11632026-05-26T21:13:59.687Z Downloaded zone v0.3.1
11642026-05-26T21:13:59.687Z Downloaded uzers v0.12.2
11652026-05-26T21:13:59.687Z Downloaded libm v0.2.16
11662026-05-26T21:13:59.687Z Downloaded zone_cfg_derive v0.3.1
11672026-05-26T21:13:59.687Z Downloaded toml_parser v1.0.9+spec-1.1.0
11682026-05-26T21:13:59.687Z Downloaded test-strategy v0.4.5
11692026-05-26T21:13:59.687Z Downloaded schemars v0.9.0
11702026-05-26T21:13:59.687Z Downloaded whoami v2.1.0
11712026-05-26T21:13:59.687Z Downloaded tui-tree-widget v0.23.1
11722026-05-26T21:13:59.687Z Downloaded whoami v1.6.1
11732026-05-26T21:13:59.687Z Downloaded futures-util v0.3.32
11742026-05-26T21:13:59.687Z Downloaded vergen-gitcl v1.0.8
11752026-05-26T21:13:59.687Z Downloaded twox-hash v2.1.2
11762026-05-26T21:13:59.687Z Downloaded waitgroup v0.1.2
11772026-05-26T21:13:59.687Z Downloaded vergen-git2 v9.1.0
11782026-05-26T21:13:59.687Z Downloaded hkdf v0.12.4
11792026-05-26T21:13:59.687Z Downloaded wyz v0.5.1
11802026-05-26T21:13:59.687Z Downloaded tinyvec v1.10.0
11812026-05-26T21:13:59.687Z Downloaded walkdir v2.5.0
11822026-05-26T21:13:59.687Z Downloaded itertools v0.12.1
11832026-05-26T21:13:59.687Z Downloaded tar v0.4.45
11842026-05-26T21:13:59.687Z Downloaded xshell v0.2.7
11852026-05-26T21:13:59.687Z Downloaded russh v0.45.0
11862026-05-26T21:13:59.687Z Downloaded zeroize v1.8.2
11872026-05-26T21:13:59.687Z Downloaded blake3 v1.8.3
11882026-05-26T21:13:59.687Z Downloaded h2 v0.4.13
11892026-05-26T21:13:59.687Z Downloaded vergen-lib v9.1.0
11902026-05-26T21:13:59.687Z Downloaded unicode-properties v0.1.4
11912026-05-26T21:13:59.688Z Downloaded usdt-impl v0.6.0
11922026-05-26T21:13:59.688Z Downloaded steno v0.4.1
11932026-05-26T21:13:59.688Z Downloaded vsss-rs v3.3.4
11942026-05-26T21:13:59.688Z Downloaded p521 v0.13.3
11952026-05-26T21:13:59.688Z Downloaded zstd-safe v7.2.4
11962026-05-26T21:13:59.688Z Downloaded tracing-core v0.1.36
11972026-05-26T21:13:59.688Z Downloaded zstd v0.13.3
11982026-05-26T21:13:59.692Z Downloaded iddqd v0.4.1
11992026-05-26T21:13:59.692Z Downloaded tracing-attributes v0.1.31
12002026-05-26T21:13:59.692Z Downloaded unicode-bidi v0.3.18
12012026-05-26T21:13:59.692Z Downloaded tungstenite v0.23.0
12022026-05-26T21:13:59.692Z Downloaded vergen v9.1.0
12032026-05-26T21:13:59.692Z Downloaded typify v0.6.2
12042026-05-26T21:13:59.692Z Downloaded typify v0.4.3
12052026-05-26T21:13:59.692Z Downloaded toml v1.0.6+spec-1.1.0
12062026-05-26T21:13:59.692Z Downloaded itertools v0.14.0
12072026-05-26T21:13:59.692Z Downloaded hyper v1.8.1
12082026-05-26T21:13:59.692Z Downloaded vergen-lib v0.1.6
12092026-05-26T21:13:59.692Z Downloaded uuid v1.23.0
12102026-05-26T21:13:59.692Z Downloaded rustyline v14.0.0
12112026-05-26T21:13:59.692Z Downloaded zerocopy v0.6.6
12122026-05-26T21:13:59.692Z Downloaded yasna v0.5.2
12132026-05-26T21:13:59.692Z Downloaded vte v0.14.1
12142026-05-26T21:13:59.693Z Downloaded toml_edit v0.23.10+spec-1.0.0
12152026-05-26T21:13:59.693Z Downloaded rpassword v7.4.0
12162026-05-26T21:13:59.693Z Downloaded reedline v0.40.0
12172026-05-26T21:13:59.693Z Downloaded aws-lc-rs v1.16.3
12182026-05-26T21:13:59.693Z Downloaded serde_with v1.14.0
12192026-05-26T21:13:59.693Z Downloaded unsafe-libyaml v0.2.11
12202026-05-26T21:13:59.693Z Downloaded toml_edit v0.19.15
12212026-05-26T21:13:59.693Z Downloaded ssh-key v0.6.7
12222026-05-26T21:13:59.693Z Downloaded tungstenite v0.21.0
12232026-05-26T21:13:59.693Z Downloaded unicode_categories v0.1.1
12242026-05-26T21:13:59.693Z Downloaded reqwest v0.13.2
12252026-05-26T21:13:59.693Z Downloaded tokio-postgres v0.7.16
12262026-05-26T21:13:59.693Z Downloaded reqwest v0.12.28
12272026-05-26T21:13:59.693Z Downloaded zip v0.6.6
12282026-05-26T21:13:59.693Z Downloaded yansi v1.0.1
12292026-05-26T21:13:59.693Z Downloaded zopfli v0.8.3
12302026-05-26T21:13:59.693Z Downloaded p384 v0.13.1
12312026-05-26T21:13:59.693Z Downloaded toml v0.7.8
12322026-05-26T21:13:59.693Z Downloaded portable-atomic v1.13.1
12332026-05-26T21:13:59.693Z Downloaded regex v1.12.3
12342026-05-26T21:13:59.693Z Downloaded chrono v0.4.44
12352026-05-26T21:13:59.693Z Downloaded typed-path v0.9.3
12362026-05-26T21:13:59.693Z Downloaded zerocopy-derive v0.8.40
12372026-05-26T21:13:59.693Z Downloaded git2 v0.20.4
12382026-05-26T21:13:59.693Z Downloaded quick-xml v0.37.5
12392026-05-26T21:13:59.693Z Downloaded tower v0.5.3
12402026-05-26T21:13:59.693Z Downloaded rustls-webpki v0.101.7
12412026-05-26T21:13:59.693Z Downloaded x509-cert v0.2.5
12422026-05-26T21:13:59.693Z Downloaded lalrpop v0.19.12
12432026-05-26T21:13:59.693Z Downloaded salty v0.3.0
12442026-05-26T21:13:59.693Z Downloaded rayon v1.11.0
12452026-05-26T21:13:59.693Z Downloaded bitvec v1.0.1
12462026-05-26T21:13:59.693Z Downloaded unicode-segmentation v1.12.0
12472026-05-26T21:13:59.693Z Downloaded tokio-util v0.7.18
12482026-05-26T21:13:59.693Z Downloaded zip v4.6.1
12492026-05-26T21:13:59.693Z Downloaded goblin v0.10.5
12502026-05-26T21:13:59.693Z Downloaded petname v2.0.2
12512026-05-26T21:13:59.694Z Downloaded rustls-webpki v0.102.8
12522026-05-26T21:13:59.694Z Downloaded serde_with v3.17.0
12532026-05-26T21:13:59.694Z Downloaded bindgen v0.71.1
12542026-05-26T21:13:59.694Z Downloaded tower-http v0.6.8
12552026-05-26T21:13:59.694Z Downloaded object v0.30.4
12562026-05-26T21:13:59.694Z Downloaded tough v0.22.0
12572026-05-26T21:13:59.694Z Downloaded curve25519-dalek v4.1.3
12582026-05-26T21:13:59.694Z Downloaded unicode-normalization v0.1.25
12592026-05-26T21:13:59.694Z Downloaded quinn-proto v0.11.13
12602026-05-26T21:13:59.694Z Downloaded winnow v0.5.40
12612026-05-26T21:13:59.694Z Downloaded radix_trie v0.2.1
12622026-05-26T21:13:59.694Z Downloaded proptest v1.10.0
12632026-05-26T21:13:59.694Z Downloaded moka v0.12.13
12642026-05-26T21:13:59.694Z Downloaded polar-core v0.27.3
12652026-05-26T21:13:59.694Z Downloaded winnow v0.6.26
12662026-05-26T21:13:59.694Z Downloaded nix v0.27.1
12672026-05-26T21:13:59.694Z Downloaded tabled v0.20.0
12682026-05-26T21:13:59.694Z Downloaded bstr v1.12.1
12692026-05-26T21:13:59.694Z Downloaded regex-syntax v0.6.29
12702026-05-26T21:13:59.694Z Downloaded time v0.3.47
12712026-05-26T21:13:59.694Z Downloaded nix v0.28.0
12722026-05-26T21:13:59.694Z Downloaded openssl v0.10.79
12732026-05-26T21:13:59.694Z Downloaded nix v0.31.2
12742026-05-26T21:13:59.694Z Downloaded hickory-proto v0.24.4
12752026-05-26T21:13:59.694Z Downloaded object v0.37.3
12762026-05-26T21:13:59.694Z Downloaded zlib-rs v0.6.2
12772026-05-26T21:13:59.694Z Downloaded smoltcp v0.9.1
12782026-05-26T21:13:59.694Z Downloaded hickory-proto v0.25.2
12792026-05-26T21:13:59.694Z Downloaded vcpkg v0.2.15
12802026-05-26T21:13:59.694Z Downloaded zerocopy v0.8.40
12812026-05-26T21:13:59.694Z Downloaded diesel v2.3.7
12822026-05-26T21:13:59.694Z Downloaded webpki-roots v1.0.6
12832026-05-26T21:13:59.694Z Downloaded rustls v0.23.37
12842026-05-26T21:13:59.694Z Downloaded openapiv3 v2.2.0
12852026-05-26T21:13:59.694Z Downloaded regress v0.11.1
12862026-05-26T21:13:59.694Z Downloaded rustix v0.38.44
12872026-05-26T21:13:59.694Z Downloaded smoltcp v0.11.0
12882026-05-26T21:13:59.694Z Downloaded rustls v0.22.4
12892026-05-26T21:13:59.695Z Downloaded rustls v0.21.12
12902026-05-26T21:13:59.695Z Downloaded regress v0.10.5
12912026-05-26T21:13:59.695Z Downloaded regex-syntax v0.8.10
12922026-05-26T21:13:59.695Z Downloaded sqlparser v0.61.0
12932026-05-26T21:13:59.695Z Downloaded tracing v0.1.44
12942026-05-26T21:13:59.695Z Downloaded sled v0.34.7
12952026-05-26T21:13:59.695Z Downloaded typify-impl v0.4.3
12962026-05-26T21:13:59.695Z Downloaded typify-impl v0.6.2
12972026-05-26T21:13:59.695Z Downloaded zerocopy-derive v0.6.6
12982026-05-26T21:13:59.698Z Downloaded bzip2-sys v0.1.13+1.0.8
12992026-05-26T21:13:59.698Z Downloaded ratatui v0.29.0
13002026-05-26T21:13:59.714Z Downloaded petgraph v0.8.3
13012026-05-26T21:13:59.726Z Downloaded regex-automata v0.4.14
13022026-05-26T21:13:59.735Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13032026-05-26T21:13:59.745Z Downloaded csv v1.4.0
13042026-05-26T21:13:59.757Z Downloaded petgraph v0.6.5
13052026-05-26T21:13:59.768Z Downloaded chrono-tz v0.10.4
13062026-05-26T21:13:59.779Z Downloaded jiff v0.2.21
13072026-05-26T21:13:59.797Z Downloaded libz-sys v1.1.24
13082026-05-26T21:13:59.810Z Downloaded encoding_rs v0.8.35
13092026-05-26T21:13:59.823Z Downloaded sha3 v0.10.8
13102026-05-26T21:13:59.838Z Downloaded tokio v1.52.1
13112026-05-26T21:13:59.951Z Downloaded ring v0.17.14
13122026-05-26T21:13:59.996Z Downloaded libgit2-sys v0.18.3+1.9.2
13132026-05-26T21:14:00.485Z Downloaded aws-lc-sys v0.40.0
13142026-05-26T21:14:00.729Z Compiling libc v0.2.185
13152026-05-26T21:14:00.729Z Compiling serde v1.0.228
13162026-05-26T21:14:00.732Z Compiling log v0.4.29
13172026-05-26T21:14:00.733Z Compiling shlex v1.3.0
13182026-05-26T21:14:00.865Z Compiling find-msvc-tools v0.1.9
13192026-05-26T21:14:00.868Z Compiling smallvec v1.15.1
13202026-05-26T21:14:00.880Z Compiling syn v2.0.117
13212026-05-26T21:14:00.888Z Compiling typenum v1.19.0
13222026-05-26T21:14:01.055Z Compiling generic-array v0.14.7
13232026-05-26T21:14:01.070Z Compiling subtle v2.6.1
13242026-05-26T21:14:01.107Z Compiling scopeguard v1.2.0
13252026-05-26T21:14:01.120Z Compiling const-oid v0.9.6
13262026-05-26T21:14:01.187Z Compiling lock_api v0.4.14
13272026-05-26T21:14:01.217Z Compiling serde_json v1.0.149
13282026-05-26T21:14:01.254Z Compiling zerocopy v0.8.40
13292026-05-26T21:14:01.291Z Compiling pin-project-lite v0.2.17
13302026-05-26T21:14:01.380Z Compiling parking_lot_core v0.9.12
13312026-05-26T21:14:01.406Z Compiling portable-atomic v1.13.1
13322026-05-26T21:14:01.624Z Compiling pkg-config v0.3.32
13332026-05-26T21:14:01.712Z Compiling getrandom v0.2.17
13342026-05-26T21:14:01.731Z Compiling jobserver v0.1.34
13352026-05-26T21:14:01.823Z Compiling rand_core v0.6.4
13362026-05-26T21:14:01.836Z Compiling errno v0.3.14
13372026-05-26T21:14:01.976Z Compiling cc v1.2.56
13382026-05-26T21:14:02.089Z Compiling signal-hook-registry v1.4.8
13392026-05-26T21:14:02.103Z Compiling bitflags v2.11.0
13402026-05-26T21:14:02.161Z Compiling futures-core v0.3.32
13412026-05-26T21:14:02.181Z Compiling libm v0.2.16
13422026-05-26T21:14:02.306Z Compiling critical-section v1.2.0
13432026-05-26T21:14:02.320Z Compiling parking_lot v0.12.5
13442026-05-26T21:14:02.350Z Compiling mio v1.2.0
13452026-05-26T21:14:02.376Z Compiling num-traits v0.2.19
13462026-05-26T21:14:02.409Z Compiling once_cell v1.21.3
13472026-05-26T21:14:02.525Z Compiling percent-encoding v2.3.2
13482026-05-26T21:14:02.684Z Compiling socket2 v0.6.3
13492026-05-26T21:14:02.794Z Compiling futures-sink v0.3.32
13502026-05-26T21:14:02.837Z Compiling futures-task v0.3.32
13512026-05-26T21:14:02.858Z Compiling slab v0.4.12
13522026-05-26T21:14:02.900Z Compiling futures-channel v0.3.32
13532026-05-26T21:14:02.930Z Compiling cpufeatures v0.2.17
13542026-05-26T21:14:03.037Z Compiling getrandom v0.4.1
13552026-05-26T21:14:03.041Z Compiling futures-io v0.3.32
13562026-05-26T21:14:03.078Z Compiling rand_core v0.10.0
13572026-05-26T21:14:03.119Z Compiling indexmap v2.14.0
13582026-05-26T21:14:03.152Z Compiling getrandom v0.3.4
13592026-05-26T21:14:03.202Z Compiling rustversion v1.0.22
13602026-05-26T21:14:03.251Z Compiling form_urlencoded v1.2.2
13612026-05-26T21:14:03.601Z Compiling cmake v0.1.57
13622026-05-26T21:14:03.642Z Compiling fs_extra v1.3.0
13632026-05-26T21:14:03.674Z Compiling dunce v1.0.5
13642026-05-26T21:14:03.765Z Compiling synstructure v0.13.2
13652026-05-26T21:14:03.791Z Compiling base64ct v1.8.3
13662026-05-26T21:14:03.917Z Compiling ident_case v1.0.1
13672026-05-26T21:14:04.010Z Compiling aws-lc-sys v0.40.0
13682026-05-26T21:14:04.025Z Compiling pem-rfc7468 v0.7.0
13692026-05-26T21:14:04.042Z Compiling rustix v1.1.3
13702026-05-26T21:14:04.081Z Compiling iana-time-zone v0.1.65
13712026-05-26T21:14:04.149Z Compiling regex-syntax v0.8.10
13722026-05-26T21:14:04.286Z Compiling flagset v0.4.7
13732026-05-26T21:14:04.324Z Compiling rand_core v0.9.5
13742026-05-26T21:14:04.350Z Compiling ring v0.17.14
13752026-05-26T21:14:04.373Z Compiling vcpkg v0.2.15
13762026-05-26T21:14:04.417Z Compiling aws-lc-rs v1.16.3
13772026-05-26T21:14:04.599Z Compiling uuid v1.23.0
13782026-05-26T21:14:04.706Z Compiling rustc_version v0.4.1
13792026-05-26T21:14:05.035Z Compiling tracing-core v0.1.36
13802026-05-26T21:14:05.116Z Compiling openssl-sys v0.9.115
13812026-05-26T21:14:05.318Z Compiling base64 v0.22.1
13822026-05-26T21:14:05.540Z Compiling serde_derive v1.0.228
13832026-05-26T21:14:05.595Z Compiling zeroize_derive v1.4.3
13842026-05-26T21:14:05.642Z Compiling zerofrom-derive v0.1.6
13852026-05-26T21:14:05.656Z Compiling yoke-derive v0.8.1
13862026-05-26T21:14:05.801Z Compiling zerocopy-derive v0.8.40
13872026-05-26T21:14:06.248Z Compiling zeroize v1.8.2
13882026-05-26T21:14:06.521Z Compiling zerovec-derive v0.11.2
13892026-05-26T21:14:06.799Z Compiling displaydoc v0.2.5
13902026-05-26T21:14:06.984Z Compiling crypto-common v0.1.7
13912026-05-26T21:14:07.024Z Compiling zerofrom v0.1.6
13922026-05-26T21:14:07.127Z Compiling yoke v0.8.1
13932026-05-26T21:14:07.144Z Compiling block-buffer v0.10.4
13942026-05-26T21:14:07.303Z Compiling digest v0.10.7
13952026-05-26T21:14:07.310Z Compiling tokio-macros v2.7.0
13962026-05-26T21:14:07.517Z Compiling zerotrie v0.2.3
13972026-05-26T21:14:07.541Z Compiling futures-macro v0.3.32
13982026-05-26T21:14:07.616Z Compiling zerovec v0.11.5
13992026-05-26T21:14:07.858Z Compiling hmac v0.12.1
14002026-05-26T21:14:08.016Z Compiling block-padding v0.3.3
14012026-05-26T21:14:08.059Z Compiling sha2 v0.10.9
14022026-05-26T21:14:08.131Z Compiling tinystr v0.8.2
14032026-05-26T21:14:08.179Z Compiling potential_utf v0.1.4
14042026-05-26T21:14:08.333Z Compiling icu_locale_core v2.1.1
14052026-05-26T21:14:08.347Z Compiling icu_collections v2.1.1
14062026-05-26T21:14:08.377Z Compiling futures-util v0.3.32
14072026-05-26T21:14:08.814Z Compiling inout v0.1.4
14082026-05-26T21:14:08.977Z Compiling bytes v1.11.1
14092026-05-26T21:14:09.008Z Compiling icu_provider v2.1.1
14102026-05-26T21:14:09.186Z Compiling cipher v0.4.4
14112026-05-26T21:14:09.292Z Compiling icu_properties v2.1.2
14122026-05-26T21:14:09.418Z Compiling icu_normalizer v2.1.1
14132026-05-26T21:14:09.439Z Compiling tokio v1.52.1
14142026-05-26T21:14:09.567Z Compiling der_derive v0.7.3
14152026-05-26T21:14:09.951Z Compiling http v1.4.0
14162026-05-26T21:14:10.171Z Compiling idna_adapter v1.2.1
14172026-05-26T21:14:10.273Z Compiling ppv-lite86 v0.2.21
14182026-05-26T21:14:10.306Z Compiling idna v1.1.0
14192026-05-26T21:14:10.353Z Compiling chrono v0.4.44
14202026-05-26T21:14:10.491Z Compiling der v0.7.10
14212026-05-26T21:14:10.577Z Compiling salsa20 v0.10.2
14222026-05-26T21:14:10.591Z Compiling url v2.5.8
14232026-05-26T21:14:10.714Z Compiling pbkdf2 v0.12.2
14242026-05-26T21:14:10.829Z Compiling rustls-pki-types v1.14.0
14252026-05-26T21:14:10.843Z Compiling tracing-attributes v0.1.31
14262026-05-26T21:14:10.938Z Compiling thiserror-impl v2.0.18
14272026-05-26T21:14:11.262Z Compiling scrypt v0.11.0
14282026-05-26T21:14:11.360Z Compiling spki v0.7.3
14292026-05-26T21:14:11.510Z Compiling http-body v1.0.1
14302026-05-26T21:14:11.559Z Compiling rand_chacha v0.9.0
14312026-05-26T21:14:11.659Z Compiling cbc v0.1.2
14322026-05-26T21:14:11.672Z Compiling aes v0.8.4
14332026-05-26T21:14:11.784Z Compiling openssl-probe v0.2.1
14342026-05-26T21:14:11.803Z Compiling httparse v1.10.1
14352026-05-26T21:14:11.953Z Compiling untrusted v0.7.1
14362026-05-26T21:14:12.075Z Compiling untrusted v0.9.0
14372026-05-26T21:14:12.098Z Compiling tracing v0.1.44
14382026-05-26T21:14:12.128Z Compiling tinyvec_macros v0.1.1
14392026-05-26T21:14:12.195Z Compiling tinyvec v1.10.0
14402026-05-26T21:14:12.228Z Compiling thiserror v2.0.18
14412026-05-26T21:14:12.284Z Compiling pkcs5 v0.7.1
14422026-05-26T21:14:12.328Z Compiling pest_generator v2.8.6
14432026-05-26T21:14:12.357Z Compiling rand v0.9.2
14442026-05-26T21:14:12.529Z Compiling serde_derive_internals v0.29.1
14452026-05-26T21:14:12.714Z Compiling aho-corasick v1.1.4
14462026-05-26T21:14:12.793Z Compiling atomic-waker v1.1.2
14472026-05-26T21:14:12.918Z Compiling tower-layer v0.3.3
14482026-05-26T21:14:13.055Z Compiling dyn-clone v1.0.20
14492026-05-26T21:14:13.077Z Compiling tower-service v0.3.3
14502026-05-26T21:14:13.173Z Compiling tokio-util v0.7.18
14512026-05-26T21:14:13.191Z Compiling rustls v0.23.37
14522026-05-26T21:14:13.195Z Compiling schemars v0.8.22
14532026-05-26T21:14:13.361Z Compiling try-lock v0.2.5
14542026-05-26T21:14:13.418Z Compiling pest_derive v2.8.6
14552026-05-26T21:14:13.463Z Compiling schemars_derive v0.8.22
14562026-05-26T21:14:13.477Z Compiling want v0.3.1
14572026-05-26T21:14:13.640Z Compiling regex-automata v0.4.14
14582026-05-26T21:14:13.829Z Compiling pkcs8 v0.10.2
14592026-05-26T21:14:13.991Z Compiling h2 v0.4.13
14602026-05-26T21:14:14.189Z Compiling ipnet v2.11.0
14612026-05-26T21:14:14.374Z Compiling scroll_derive v0.13.1
14622026-05-26T21:14:14.417Z Compiling darling_core v0.20.11
14632026-05-26T21:14:14.673Z Compiling foreign-types-shared v0.1.1
14642026-05-26T21:14:14.688Z Compiling pin-utils v0.1.0
14652026-05-26T21:14:14.757Z Compiling httpdate v1.0.3
14662026-05-26T21:14:14.770Z Compiling openssl v0.10.79
14672026-05-26T21:14:14.977Z Compiling tempfile v3.25.0
14682026-05-26T21:14:15.008Z Compiling foreign-types v0.3.2
14692026-05-26T21:14:15.080Z Compiling unicode-normalization v0.1.25
14702026-05-26T21:14:15.151Z Compiling scroll v0.13.0
14712026-05-26T21:14:15.412Z Compiling openssl-macros v0.1.1
14722026-05-26T21:14:15.521Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14732026-05-26T21:14:15.754Z Compiling spin v0.9.8
14742026-05-26T21:14:15.790Z Compiling crc32fast v1.5.0
14752026-05-26T21:14:15.903Z Compiling native-tls v0.2.18
14762026-05-26T21:14:15.960Z Compiling powerfmt v0.2.0
14772026-05-26T21:14:16.052Z Compiling num-conv v0.2.0
14782026-05-26T21:14:16.101Z Compiling time-core v0.1.8
14792026-05-26T21:14:16.177Z Compiling deranged v0.5.8
14802026-05-26T21:14:16.249Z Compiling time-macros v0.2.27
14812026-05-26T21:14:16.654Z Compiling darling_macro v0.20.11
14822026-05-26T21:14:17.108Z Compiling hyper v1.8.1
14832026-05-26T21:14:17.121Z Compiling darling v0.20.11
14842026-05-26T21:14:17.201Z Compiling goblin v0.10.5
14852026-05-26T21:14:17.277Z Compiling rustls-native-certs v0.8.3
14862026-05-26T21:14:17.617Z Compiling sync_wrapper v1.0.2
14872026-05-26T21:14:17.673Z Compiling wait-timeout v0.2.1
14882026-05-26T21:14:17.726Z Compiling quick-error v1.2.3
14892026-05-26T21:14:17.836Z Compiling num_threads v0.1.7
14902026-05-26T21:14:17.878Z Compiling siphasher v1.0.2
14912026-05-26T21:14:17.931Z Compiling crossbeam-utils v0.8.21
14922026-05-26T21:14:17.944Z Compiling simd-adler32 v0.3.8
14932026-05-26T21:14:18.062Z Compiling syn v1.0.109
14942026-05-26T21:14:18.186Z Compiling hyper-util v0.1.20
14952026-05-26T21:14:18.212Z Compiling bit-vec v0.8.0
14962026-05-26T21:14:18.368Z Compiling usdt-impl v0.6.0
14972026-05-26T21:14:18.449Z Compiling bit-set v0.8.0
14982026-05-26T21:14:18.678Z Compiling time v0.3.47
14992026-05-26T21:14:18.713Z Compiling rusty-fork v0.3.1
15002026-05-26T21:14:18.911Z Compiling tower v0.5.3
15012026-05-26T21:14:19.033Z Compiling derive_builder_core v0.20.2
15022026-05-26T21:14:19.376Z Compiling dtrace-parser v0.3.0
15032026-05-26T21:14:19.476Z Compiling http-body-util v0.1.3
15042026-05-26T21:14:19.720Z Compiling webpki-roots v1.0.6
15052026-05-26T21:14:19.846Z Compiling signature v2.2.0
15062026-05-26T21:14:19.890Z Compiling thiserror-impl v1.0.69
15072026-05-26T21:14:19.905Z Compiling scroll_derive v0.12.1
15082026-05-26T21:14:20.023Z Compiling dof v0.4.0
15092026-05-26T21:14:20.113Z Compiling heapless v0.7.17
15102026-05-26T21:14:20.211Z Compiling rand_xorshift v0.4.0
15112026-05-26T21:14:20.347Z Compiling slog v2.8.2
15122026-05-26T21:14:20.371Z Compiling darling_core v0.21.3
15132026-05-26T21:14:20.529Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-05-26T21:14:20.546Z Compiling thread-id v5.1.0
15152026-05-26T21:14:20.631Z Compiling cookie v0.18.1
15162026-05-26T21:14:20.797Z Compiling unicode-bidi v0.3.18
15172026-05-26T21:14:20.810Z Compiling adler2 v2.0.1
15182026-05-26T21:14:20.941Z Compiling unicode-properties v0.1.4
15192026-05-26T21:14:21.111Z Compiling allocator-api2 v0.2.21
15202026-05-26T21:14:21.146Z Compiling anyhow v1.0.102
15212026-05-26T21:14:21.182Z Compiling zstd-safe v7.2.4
15222026-05-26T21:14:21.318Z Compiling unarray v0.1.4
15232026-05-26T21:14:21.372Z Compiling paste v1.0.15
15242026-05-26T21:14:21.426Z Compiling ryu v1.0.23
15252026-05-26T21:14:21.429Z Compiling signal-hook v0.3.18
15262026-05-26T21:14:21.429Z Compiling iri-string v0.7.10
15272026-05-26T21:14:21.603Z Compiling serde_urlencoded v0.7.1
15282026-05-26T21:14:21.646Z Compiling proptest v1.10.0
15292026-05-26T21:14:21.669Z Compiling thiserror v1.0.69
15302026-05-26T21:14:21.681Z Compiling stringprep v0.1.5
15312026-05-26T21:14:21.769Z Compiling miniz_oxide v0.8.9
15322026-05-26T21:14:22.357Z Compiling scroll v0.12.0
15332026-05-26T21:14:22.625Z Compiling tower-http v0.6.8
15342026-05-26T21:14:22.705Z Compiling derive_builder_macro v0.20.2
15352026-05-26T21:14:22.747Z Compiling tokio-native-tls v0.3.1
15362026-05-26T21:14:22.880Z Compiling darling_macro v0.21.3
15372026-05-26T21:14:22.960Z Compiling bstr v1.12.1
15382026-05-26T21:14:23.033Z Compiling ipnetwork v0.21.1
15392026-05-26T21:14:23.151Z Compiling rand_chacha v0.3.1
15402026-05-26T21:14:23.342Z Compiling serde_spanned v0.6.9
15412026-05-26T21:14:23.359Z Compiling erased-serde v0.3.31
15422026-05-26T21:14:23.431Z Compiling serde_tokenstream v0.2.3
15432026-05-26T21:14:23.488Z Compiling toml_datetime v0.6.11
15442026-05-26T21:14:23.611Z Compiling md-5 v0.10.6
15452026-05-26T21:14:23.744Z Compiling zerocopy-derive v0.7.35
15462026-05-26T21:14:23.745Z Compiling pin-project-internal v1.1.11
15472026-05-26T21:14:23.778Z Compiling async-trait v0.1.89
15482026-05-26T21:14:23.849Z Compiling curve25519-dalek v4.1.3
15492026-05-26T21:14:23.952Z Compiling vergen-lib v9.1.0
15502026-05-26T21:14:24.129Z Compiling num-integer v0.1.46
15512026-05-26T21:14:24.178Z Compiling hash32 v0.2.1
15522026-05-26T21:14:24.372Z Compiling ff v0.13.1
15532026-05-26T21:14:24.447Z Compiling memoffset v0.9.1
15542026-05-26T21:14:24.506Z Compiling encoding_rs v0.8.35
15552026-05-26T21:14:24.604Z Compiling ref-cast v1.0.25
15562026-05-26T21:14:24.638Z Compiling zlib-rs v0.6.2
15572026-05-26T21:14:24.766Z Compiling mime v0.3.17
15582026-05-26T21:14:24.830Z Compiling fallible-iterator v0.2.0
15592026-05-26T21:14:24.901Z Compiling smoltcp v0.9.1
15602026-05-26T21:14:25.033Z Compiling rustix v0.38.44
15612026-05-26T21:14:25.136Z Compiling cfg_aliases v0.2.1
15622026-05-26T21:14:25.215Z Compiling num-bigint-dig v0.8.6
15632026-05-26T21:14:25.230Z Compiling litrs v1.0.0
15642026-05-26T21:14:25.369Z Compiling base16ct v0.2.0
15652026-05-26T21:14:25.403Z Compiling psl-types v2.0.11
15662026-05-26T21:14:25.530Z Compiling publicsuffix v2.3.0
15672026-05-26T21:14:25.544Z Compiling sec1 v0.7.3
15682026-05-26T21:14:25.734Z Compiling document-features v0.2.12
15692026-05-26T21:14:25.809Z Compiling nix v0.31.2
15702026-05-26T21:14:25.839Z Compiling postgres-protocol v0.6.10
15712026-05-26T21:14:26.053Z Compiling pin-project v1.1.11
15722026-05-26T21:14:26.176Z Compiling zerocopy v0.7.35
15732026-05-26T21:14:26.250Z Compiling group v0.13.0
15742026-05-26T21:14:26.307Z Compiling num-iter v0.1.45
15752026-05-26T21:14:26.448Z Compiling newtype-uuid v1.3.2
15762026-05-26T21:14:26.703Z Compiling darling v0.21.3
15772026-05-26T21:14:26.717Z Compiling hubpack_derive v0.1.1
15782026-05-26T21:14:26.766Z Compiling rand v0.8.6
15792026-05-26T21:14:26.791Z Compiling oxnet v0.1.4
15802026-05-26T21:14:26.838Z Compiling derive_builder v0.20.2
15812026-05-26T21:14:26.887Z Compiling hyper-tls v0.6.0
15822026-05-26T21:14:27.148Z Compiling goblin v0.8.2
15832026-05-26T21:14:27.547Z Compiling flate2 v1.1.9
15842026-05-26T21:14:27.713Z Compiling phf_shared v0.13.1
15852026-05-26T21:14:27.738Z Compiling lazy_static v1.5.0
15862026-05-26T21:14:27.833Z Compiling regex v1.12.3
15872026-05-26T21:14:27.837Z Compiling futures-executor v0.3.32
15882026-05-26T21:14:27.932Z Compiling hex v0.4.3
15892026-05-26T21:14:27.951Z Compiling hkdf v0.12.4
15902026-05-26T21:14:27.958Z Compiling crypto-bigint v0.5.5
15912026-05-26T21:14:28.104Z Compiling strum_macros v0.27.2
15922026-05-26T21:14:28.120Z Compiling curve25519-dalek-derive v0.1.1
15932026-05-26T21:14:28.202Z Compiling ref-cast-impl v1.0.25
15942026-05-26T21:14:28.266Z Compiling snafu-derive v0.8.9
15952026-05-26T21:14:28.747Z Compiling daft-derive v0.1.7
15962026-05-26T21:14:28.772Z Compiling terminal_size v0.4.3
15972026-05-26T21:14:28.909Z Compiling vergen v9.1.0
15982026-05-26T21:14:29.089Z Compiling fs-err v3.3.0
15992026-05-26T21:14:29.276Z Compiling cargo-platform v0.3.2
16002026-05-26T21:14:29.452Z Compiling ahash v0.8.12
16012026-05-26T21:14:29.581Z Compiling managed v0.8.0
16022026-05-26T21:14:29.653Z Compiling unicode-segmentation v1.12.0
16032026-05-26T21:14:29.765Z Compiling object v0.37.3
16042026-05-26T21:14:30.027Z Compiling bitflags v1.3.2
16052026-05-26T21:14:30.041Z Compiling libbz2-rs-sys v0.2.2
16062026-05-26T21:14:30.055Z Compiling foldhash v0.2.0
16072026-05-26T21:14:30.069Z Compiling foldhash v0.1.5
16082026-05-26T21:14:30.101Z Compiling winnow v0.5.40
16092026-05-26T21:14:30.145Z Compiling bumpalo v3.20.2
16102026-05-26T21:14:30.237Z Compiling same-file v1.0.6
16112026-05-26T21:14:30.268Z Compiling clap_builder v4.5.60
16122026-05-26T21:14:30.392Z Compiling walkdir v2.5.0
16132026-05-26T21:14:30.392Z Compiling zopfli v0.8.3
16142026-05-26T21:14:30.660Z Compiling bzip2 v0.6.1
16152026-05-26T21:14:30.705Z Compiling hashbrown v0.16.1
16162026-05-26T21:14:30.719Z Compiling hashbrown v0.15.5
16172026-05-26T21:14:30.864Z Compiling snafu v0.8.9
16182026-05-26T21:14:31.215Z Compiling strum v0.27.2
16192026-05-26T21:14:31.298Z Compiling daft v0.1.7
16202026-05-26T21:14:31.328Z Compiling cargo_metadata v0.23.1
16212026-05-26T21:14:31.352Z Compiling toml_edit v0.19.15
16222026-05-26T21:14:31.482Z Compiling dof v0.3.0
16232026-05-26T21:14:31.683Z Compiling elliptic-curve v0.13.8
16242026-05-26T21:14:32.184Z Compiling futures v0.3.32
16252026-05-26T21:14:32.198Z Compiling phf v0.13.1
16262026-05-26T21:14:32.267Z Compiling signal-hook-mio v0.2.5
16272026-05-26T21:14:32.387Z Compiling cookie_store v0.22.1
16282026-05-26T21:14:32.716Z Compiling bzip2 v0.4.4
16292026-05-26T21:14:32.927Z Compiling hubpack v0.1.2
16302026-05-26T21:14:32.947Z Compiling zstd v0.13.3
16312026-05-26T21:14:33.090Z Compiling serde_with_macros v3.17.0
16322026-05-26T21:14:33.212Z Compiling postgres-types v0.2.12
16332026-05-26T21:14:33.264Z Compiling usdt-macro v0.6.0
16342026-05-26T21:14:33.771Z Compiling usdt-attr-macro v0.6.0
16352026-05-26T21:14:33.991Z Compiling globset v0.4.18
16362026-05-26T21:14:34.005Z Compiling dtrace-parser v0.2.0
16372026-05-26T21:14:34.204Z Compiling ed25519 v2.2.3
16382026-05-26T21:14:34.341Z Compiling phf_shared v0.11.3
16392026-05-26T21:14:34.530Z Compiling olpc-cjson v0.1.4
16402026-05-26T21:14:34.543Z Compiling pkcs1 v0.7.5
16412026-05-26T21:14:34.664Z Compiling serde_plain v1.0.2
16422026-05-26T21:14:34.687Z Compiling serde-big-array v0.5.1
16432026-05-26T21:14:34.745Z Compiling rfc6979 v0.4.0
16442026-05-26T21:14:34.852Z Compiling pem v3.0.6
16452026-05-26T21:14:34.859Z Compiling enum-as-inner v0.6.1
16462026-05-26T21:14:34.870Z Compiling serde_repr v0.1.20
16472026-05-26T21:14:34.883Z Compiling clap_derive v4.5.55
16482026-05-26T21:14:34.937Z Compiling strum_macros v0.26.4
16492026-05-26T21:14:35.101Z Compiling async-recursion v1.1.1
16502026-05-26T21:14:35.150Z Compiling float-cmp v0.10.0
16512026-05-26T21:14:35.296Z Compiling memmap2 v0.9.10
16522026-05-26T21:14:35.341Z Compiling thread-id v4.2.2
16532026-05-26T21:14:35.381Z Compiling env_filter v1.0.0
16542026-05-26T21:14:35.426Z Compiling keccak v0.1.6
16552026-05-26T21:14:35.507Z Compiling new_debug_unreachable v1.0.6
16562026-05-26T21:14:35.581Z Compiling typed-path v0.9.3
16572026-05-26T21:14:35.675Z Compiling data-encoding v2.10.0
16582026-05-26T21:14:35.727Z Compiling fixedbitset v0.5.7
16592026-05-26T21:14:36.024Z Compiling difflib v0.4.0
16602026-05-26T21:14:36.227Z Compiling predicates-core v1.0.10
16612026-05-26T21:14:36.357Z Compiling either v1.15.0
16622026-05-26T21:14:36.397Z Compiling whoami v2.1.0
16632026-05-26T21:14:36.561Z Compiling jiff v0.2.21
16642026-05-26T21:14:36.583Z Compiling precomputed-hash v0.1.1
16652026-05-26T21:14:36.619Z Compiling fixedbitset v0.4.2
16662026-05-26T21:14:36.649Z Compiling normalize-line-endings v0.3.0
16672026-05-26T21:14:36.669Z Compiling static_assertions v1.1.0
16682026-05-26T21:14:36.741Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16692026-05-26T21:14:36.754Z Compiling predicates v3.1.4
16702026-05-26T21:14:36.766Z Compiling petgraph v0.6.5
16712026-05-26T21:14:36.780Z Compiling strum v0.26.3
16722026-05-26T21:14:36.828Z Compiling string_cache v0.8.9
16732026-05-26T21:14:36.906Z Compiling clap v4.5.60
16742026-05-26T21:14:36.990Z Compiling tokio-postgres v0.7.16
16752026-05-26T21:14:37.050Z Compiling itertools v0.13.0
16762026-05-26T21:14:37.390Z Compiling toml_edit v0.22.27
16772026-05-26T21:14:38.039Z Compiling hickory-proto v0.25.2
16782026-05-26T21:14:38.287Z Compiling petgraph v0.8.3
16792026-05-26T21:14:38.310Z Compiling sha3 v0.10.8
16802026-05-26T21:14:38.772Z Compiling env_logger v0.11.9
16812026-05-26T21:14:39.120Z Compiling zip v4.6.1
16822026-05-26T21:14:39.208Z Compiling usdt v0.6.0
16832026-05-26T21:14:39.469Z Compiling usdt-impl v0.5.0
16842026-05-26T21:14:39.537Z Compiling ecdsa v0.16.9
16852026-05-26T21:14:39.938Z Compiling rsa v0.9.10
16862026-05-26T21:14:40.042Z Compiling ed25519-dalek v2.2.0
16872026-05-26T21:14:40.059Z Compiling serde_with v3.17.0
16882026-05-26T21:14:40.138Z Compiling crossterm v0.28.1
16892026-05-26T21:14:40.706Z Compiling zip v0.6.6
16902026-05-26T21:14:41.119Z Compiling toml v0.7.8
16912026-05-26T21:14:41.273Z Compiling iddqd v0.4.1
16922026-05-26T21:14:41.737Z Compiling heck v0.4.1
16932026-05-26T21:14:41.823Z Compiling similar v2.7.0
16942026-05-26T21:14:41.983Z Compiling toml_parser v1.0.9+spec-1.1.0
16952026-05-26T21:14:41.986Z Compiling crossbeam-epoch v0.9.18
16962026-05-26T21:14:42.295Z Compiling tokio-stream v0.1.18
16972026-05-26T21:14:42.494Z Compiling buf-list v1.1.2
16982026-05-26T21:14:42.532Z Compiling x509-cert v0.2.5
16992026-05-26T21:14:42.678Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
17002026-05-26T21:14:42.717Z Compiling openapiv3 v2.2.0
17012026-05-26T21:14:42.772Z Compiling sha1 v0.10.6
17022026-05-26T21:14:42.809Z Compiling peg-runtime v0.8.5
17032026-05-26T21:14:42.983Z Compiling lalrpop-util v0.19.12
17042026-05-26T21:14:42.998Z Compiling thread_local v1.1.9
17052026-05-26T21:14:43.099Z Compiling slog-async v2.8.0
17062026-05-26T21:14:43.175Z Compiling crossbeam-channel v0.5.15
17072026-05-26T21:14:43.255Z Compiling is-terminal v0.4.17
17082026-05-26T21:14:43.269Z Compiling filetime v0.2.27
17092026-05-26T21:14:43.352Z Compiling xattr v1.6.1
17102026-05-26T21:14:43.418Z Compiling take_mut v0.2.2
17112026-05-26T21:14:43.440Z Compiling term v1.2.1
17122026-05-26T21:14:43.532Z Compiling tar v0.4.45
17132026-05-26T21:14:43.964Z Compiling slog-term v2.9.2
17142026-05-26T21:14:53.901Z Compiling rustls-webpki v0.103.9
17152026-05-26T21:14:56.719Z Compiling tokio-rustls v0.26.4
17162026-05-26T21:14:56.719Z Compiling rustls-platform-verifier v0.6.2
17172026-05-26T21:14:56.879Z Compiling hyper-rustls v0.27.7
17182026-05-26T21:14:57.075Z Compiling reqwest v0.12.28
17192026-05-26T21:14:57.075Z Compiling reqwest v0.13.2
17202026-05-26T21:14:58.336Z Compiling tough v0.22.0
17212026-05-26T21:15:00.847Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-05-26T21:15:01.062Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-05-26T21:15:03.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17242026-05-26T21:15:04.035Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17252026-05-26T21:15:04.086ZMay 26 21:15:02.879 INFO Starting download, target: Console
17262026-05-26T21:15:04.087ZMay 26 21:15:02.879 INFO Starting download, target: Clickhouse
17272026-05-26T21:15:04.087ZMay 26 21:15:02.879 INFO Starting download, target: Cockroach
17282026-05-26T21:15:04.087ZMay 26 21:15:02.879 INFO Starting download, target: DendriteStub
17292026-05-26T21:15:04.087ZMay 26 21:15:02.879 INFO Starting download, target: MaghemiteMgd
17302026-05-26T21:15:04.100ZMay 26 21:15:02.879 INFO Starting download, target: TransceiverControl
17312026-05-26T21:15:04.101ZMay 26 21:15:02.879 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17322026-05-26T21:15:04.101ZMay 26 21:15:02.879 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17332026-05-26T21:15:04.101ZMay 26 21:15:02.879 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342026-05-26T21:15:04.101ZMay 26 21:15:02.879 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-05-26T21:15:04.101ZMay 26 21:15:02.879 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17362026-05-26T21:15:04.101ZMay 26 21:15:02.879 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17372026-05-26T21:15:04.655ZMay 26 21:15:03.448 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17382026-05-26T21:15:04.879ZMay 26 21:15:03.661 INFO Download complete, target: TransceiverControl
17392026-05-26T21:15:05.136ZMay 26 21:15:03.923 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17402026-05-26T21:15:05.379ZMay 26 21:15:04.157 INFO Download complete, target: Console
17412026-05-26T21:15:06.032ZMay 26 21:15:04.809 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17422026-05-26T21:15:06.198ZMay 26 21:15:04.969 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-05-26T21:15:06.392ZMay 26 21:15:05.178 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442026-05-26T21:15:06.746ZMay 26 21:15:05.538 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17452026-05-26T21:15:06.747ZMay 26 21:15:05.538 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17462026-05-26T21:15:08.516ZMay 26 21:15:07.309 INFO Download complete, target: DendriteStub
17472026-05-26T21:15:08.828ZMay 26 21:15:07.621 INFO Download complete, target: MaghemiteMgd
17482026-05-26T21:15:11.460ZMay 26 21:15:10.245 INFO Checking that binary works, target: Cockroach
17492026-05-26T21:15:11.710ZMay 26 21:15:10.503 INFO Download complete, target: Cockroach
17502026-05-26T21:15:12.751ZMay 26 21:15:11.544 INFO Checking that binary works, target: Clickhouse
17512026-05-26T21:15:12.873ZMay 26 21:15:11.666 INFO Download complete, target: Clickhouse
17522026-05-26T21:15:12.901ZAll builder prerequisites installed successfully, and PATH looks valid
17532026-05-26T21:15:12.905Z
17542026-05-26T21:15:12.905Zreal 2:17.379292772
17552026-05-26T21:15:12.905Zuser 6:52.850737903
17562026-05-26T21:15:12.905Zsys 1:20.781924505
17572026-05-26T21:15:12.905Ztrap 0.217225074
17582026-05-26T21:15:12.905Ztflt 1.277054655
17592026-05-26T21:15:12.905Zdflt 1.619184519
17602026-05-26T21:15:12.905Zkflt 0.056993224
17612026-05-26T21:15:12.905Zlock 21:26.103540094
17622026-05-26T21:15:12.905Zslp 21:26.283986080
17632026-05-26T21:15:12.905Zlat 41.876419882
17642026-05-26T21:15:12.905Zstop 1:50.101148139
17652026-05-26T21:15:12.905Z+ banner hack-check
17662026-05-26T21:15:12.905Z
17672026-05-26T21:15:12.905Z # # ## #### # # #### # # ###### #### # #
17682026-05-26T21:15:12.905Z # # # # # # # # # # # # # # # # #
17692026-05-26T21:15:12.905Z ###### # # # #### ##### # ###### ##### # ####
17702026-05-26T21:15:12.905Z # # ###### # # # # # # # # # #
17712026-05-26T21:15:12.905Z # # # # # # # # # # # # # # # # #
17722026-05-26T21:15:12.906Z # # # # #### # # #### # # ###### #### # #
17732026-05-26T21:15:12.906Z
17742026-05-26T21:15:12.906Z+ export CARGO_INCREMENTAL=0
17752026-05-26T21:15:12.906Z+ CARGO_INCREMENTAL=0
17762026-05-26T21:15:12.906Z+ ptime -m timeout 2h cargo xtask check-features --ci
17772026-05-26T21:15:13.424Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17782026-05-26T21:15:13.662Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17792026-05-26T21:15:15.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
17802026-05-26T21:15:15.581Z Running `target/debug/xtask check-features --ci`
17812026-05-26T21:15:15.607Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17822026-05-26T21:15:15.610Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17832026-05-26T21:15:16.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17842026-05-26T21:15:16.112Z Running `target/debug/xtask download cargo-hack`
17852026-05-26T21:15:16.891Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17862026-05-26T21:15:17.201Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17872026-05-26T21:15:19.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s
17882026-05-26T21:15:19.808Z Running `target/debug/xtask-downloader cargo-hack`
17892026-05-26T21:15:19.853ZMay 26 21:15:18.644 INFO Starting download, target: CargoHack
17902026-05-26T21:15:19.859ZMay 26 21:15:18.645 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17912026-05-26T21:15:20.422ZMay 26 21:15:19.215 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17922026-05-26T21:15:20.473ZMay 26 21:15:19.266 INFO Download complete, target: CargoHack
17932026-05-26T21:15:20.476Zrunning: "/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"
17942026-05-26T21:15:20.489Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17952026-05-26T21:15:20.644Zinfo: running `cargo check --bins` on api_identity (1/295)
17962026-05-26T21:15:21.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972026-05-26T21:15:21.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982026-05-26T21:15:21.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992026-05-26T21:15:21.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18002026-05-26T21:15:21.222Z
18012026-05-26T21:15:21.222Zinfo: running `cargo check --bins` on bootstore (2/295)
18022026-05-26T21:15:21.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-05-26T21:15:21.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-05-26T21:15:21.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-05-26T21:15:21.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18062026-05-26T21:15:21.795Z
18072026-05-26T21:15:21.795Zinfo: running `cargo check --bins` on omicron-ledger (3/295)
18082026-05-26T21:15:22.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-05-26T21:15:22.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-05-26T21:15:22.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-05-26T21:15:22.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18122026-05-26T21:15:22.366Z
18132026-05-26T21:15:22.366Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295)
18142026-05-26T21:15:22.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-05-26T21:15:22.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-05-26T21:15:22.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-05-26T21:15:22.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18182026-05-26T21:15:22.939Z
18192026-05-26T21:15:22.939Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295)
18202026-05-26T21:15:23.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-05-26T21:15:23.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-05-26T21:15:23.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-05-26T21:15:23.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18242026-05-26T21:15:23.512Z
18252026-05-26T21:15:23.512Zinfo: running `cargo check --bins` on omicron-certificates (6/295)
18262026-05-26T21:15:24.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-05-26T21:15:24.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-05-26T21:15:24.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-05-26T21:15:24.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18302026-05-26T21:15:24.105Z
18312026-05-26T21:15:24.105Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/295)
18322026-05-26T21:15:24.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-05-26T21:15:24.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-05-26T21:15:24.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-05-26T21:15:24.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18362026-05-26T21:15:24.683Z
18372026-05-26T21:15:24.683Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295)
18382026-05-26T21:15:25.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-05-26T21:15:25.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-05-26T21:15:25.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-05-26T21:15:25.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18422026-05-26T21:15:25.267Z
18432026-05-26T21:15:25.267Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295)
18442026-05-26T21:15:25.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-05-26T21:15:25.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-05-26T21:15:25.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-05-26T21:15:25.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18482026-05-26T21:15:25.724Z
18492026-05-26T21:15:25.724Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295)
18502026-05-26T21:15:26.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-05-26T21:15:26.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-05-26T21:15:26.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-05-26T21:15:26.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18542026-05-26T21:15:26.180Z
18552026-05-26T21:15:26.180Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295)
18562026-05-26T21:15:26.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-05-26T21:15:26.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-05-26T21:15:26.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-05-26T21:15:26.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18602026-05-26T21:15:26.666Z
18612026-05-26T21:15:26.666Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295)
18622026-05-26T21:15:27.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-05-26T21:15:27.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-05-26T21:15:27.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-05-26T21:15:27.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18662026-05-26T21:15:27.088Z
18672026-05-26T21:15:27.088Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295)
18682026-05-26T21:15:27.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-05-26T21:15:27.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-05-26T21:15:27.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-05-26T21:15:27.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18722026-05-26T21:15:27.547Z
18732026-05-26T21:15:27.547Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295)
18742026-05-26T21:15:27.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-05-26T21:15:27.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-05-26T21:15:27.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-05-26T21:15:27.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18782026-05-26T21:15:27.996Z
18792026-05-26T21:15:27.996Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295)
18802026-05-26T21:15:28.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-05-26T21:15:28.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-05-26T21:15:28.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-05-26T21:15:28.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18842026-05-26T21:15:28.450Z
18852026-05-26T21:15:28.450Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295)
18862026-05-26T21:15:28.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-05-26T21:15:28.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-05-26T21:15:28.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-05-26T21:15:28.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18902026-05-26T21:15:28.899Z
18912026-05-26T21:15:28.899Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295)
18922026-05-26T21:15:29.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-05-26T21:15:29.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-05-26T21:15:29.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-05-26T21:15:29.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18962026-05-26T21:15:29.358Z
18972026-05-26T21:15:29.358Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295)
18982026-05-26T21:15:29.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-05-26T21:15:29.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-05-26T21:15:29.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-05-26T21:15:29.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19022026-05-26T21:15:29.816Z
19032026-05-26T21:15:29.816Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295)
19042026-05-26T21:15:30.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-05-26T21:15:30.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-05-26T21:15:30.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-05-26T21:15:30.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19082026-05-26T21:15:30.273Z
19092026-05-26T21:15:30.273Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295)
19102026-05-26T21:15:30.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-05-26T21:15:30.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-05-26T21:15:30.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-05-26T21:15:30.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19142026-05-26T21:15:30.731Z
19152026-05-26T21:15:30.732Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295)
19162026-05-26T21:15:31.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-05-26T21:15:31.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-05-26T21:15:31.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-05-26T21:15:31.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19202026-05-26T21:15:31.192Z
19212026-05-26T21:15:31.192Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295)
19222026-05-26T21:15:31.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-05-26T21:15:31.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-05-26T21:15:31.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-05-26T21:15:31.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19262026-05-26T21:15:31.652Z
19272026-05-26T21:15:31.652Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295)
19282026-05-26T21:15:32.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-05-26T21:15:32.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-05-26T21:15:32.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-05-26T21:15:32.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19322026-05-26T21:15:32.112Z
19332026-05-26T21:15:32.112Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295)
19342026-05-26T21:15:32.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-05-26T21:15:32.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-05-26T21:15:32.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-05-26T21:15:32.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19382026-05-26T21:15:32.573Z
19392026-05-26T21:15:32.573Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295)
19402026-05-26T21:15:32.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-05-26T21:15:32.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-05-26T21:15:32.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-05-26T21:15:32.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19442026-05-26T21:15:33.032Z
19452026-05-26T21:15:33.032Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295)
19462026-05-26T21:15:33.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-05-26T21:15:33.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-05-26T21:15:33.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-05-26T21:15:33.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19502026-05-26T21:15:33.492Z
19512026-05-26T21:15:33.492Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295)
19522026-05-26T21:15:33.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-05-26T21:15:33.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-05-26T21:15:33.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-05-26T21:15:33.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19562026-05-26T21:15:34.032Z
19572026-05-26T21:15:34.032Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295)
19582026-05-26T21:15:34.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-05-26T21:15:34.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-05-26T21:15:34.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-05-26T21:15:34.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19622026-05-26T21:15:34.414Z
19632026-05-26T21:15:34.414Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295)
19642026-05-26T21:15:34.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-05-26T21:15:34.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-05-26T21:15:34.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-05-26T21:15:34.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19682026-05-26T21:15:34.873Z
19692026-05-26T21:15:34.873Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295)
19702026-05-26T21:15:35.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-05-26T21:15:35.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-05-26T21:15:35.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-05-26T21:15:35.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19742026-05-26T21:15:35.331Z
19752026-05-26T21:15:35.331Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295)
19762026-05-26T21:15:35.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-05-26T21:15:35.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-05-26T21:15:35.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-05-26T21:15:35.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19802026-05-26T21:15:35.791Z
19812026-05-26T21:15:35.791Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295)
19822026-05-26T21:15:36.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-05-26T21:15:36.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-05-26T21:15:36.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-05-26T21:15:36.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19862026-05-26T21:15:36.250Z
19872026-05-26T21:15:36.250Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295)
19882026-05-26T21:15:36.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-05-26T21:15:36.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-05-26T21:15:36.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-05-26T21:15:36.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19922026-05-26T21:15:36.711Z
19932026-05-26T21:15:36.711Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295)
19942026-05-26T21:15:37.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-05-26T21:15:37.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-05-26T21:15:37.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-05-26T21:15:37.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19982026-05-26T21:15:37.169Z
19992026-05-26T21:15:37.169Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295)
20002026-05-26T21:15:37.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-05-26T21:15:37.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-05-26T21:15:37.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-05-26T21:15:37.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20042026-05-26T21:15:37.627Z
20052026-05-26T21:15:37.627Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295)
20062026-05-26T21:15:38.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-05-26T21:15:38.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-05-26T21:15:38.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-05-26T21:15:38.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20102026-05-26T21:15:38.085Z
20112026-05-26T21:15:38.085Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295)
20122026-05-26T21:15:38.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-05-26T21:15:38.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-05-26T21:15:38.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-05-26T21:15:38.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20162026-05-26T21:15:38.546Z
20172026-05-26T21:15:38.546Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295)
20182026-05-26T21:15:38.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-05-26T21:15:38.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-05-26T21:15:38.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-05-26T21:15:38.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20222026-05-26T21:15:39.008Z
20232026-05-26T21:15:39.008Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295)
20242026-05-26T21:15:39.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-05-26T21:15:39.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-05-26T21:15:39.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-05-26T21:15:39.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20282026-05-26T21:15:39.459Z
20292026-05-26T21:15:39.459Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295)
20302026-05-26T21:15:39.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-05-26T21:15:39.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-05-26T21:15:39.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-05-26T21:15:39.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20342026-05-26T21:15:39.919Z
20352026-05-26T21:15:39.919Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295)
20362026-05-26T21:15:40.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-05-26T21:15:40.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-05-26T21:15:40.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-05-26T21:15:40.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20402026-05-26T21:15:40.378Z
20412026-05-26T21:15:40.378Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295)
20422026-05-26T21:15:40.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-05-26T21:15:40.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-05-26T21:15:40.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-05-26T21:15:40.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20462026-05-26T21:15:40.839Z
20472026-05-26T21:15:40.839Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295)
20482026-05-26T21:15:41.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-05-26T21:15:41.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-05-26T21:15:41.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-05-26T21:15:41.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20522026-05-26T21:15:41.300Z
20532026-05-26T21:15:41.300Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295)
20542026-05-26T21:15:41.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-05-26T21:15:41.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-05-26T21:15:41.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-05-26T21:15:41.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20582026-05-26T21:15:41.761Z
20592026-05-26T21:15:41.761Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295)
20602026-05-26T21:15:42.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-05-26T21:15:42.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-05-26T21:15:42.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-05-26T21:15:42.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20642026-05-26T21:15:42.224Z
20652026-05-26T21:15:42.224Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295)
20662026-05-26T21:15:42.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-05-26T21:15:42.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-05-26T21:15:42.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-05-26T21:15:42.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20702026-05-26T21:15:42.683Z
20712026-05-26T21:15:42.683Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295)
20722026-05-26T21:15:43.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-05-26T21:15:43.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-05-26T21:15:43.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-05-26T21:15:43.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20762026-05-26T21:15:43.146Z
20772026-05-26T21:15:43.146Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295)
20782026-05-26T21:15:43.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-05-26T21:15:43.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-05-26T21:15:43.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-05-26T21:15:43.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20822026-05-26T21:15:43.610Z
20832026-05-26T21:15:43.610Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295)
20842026-05-26T21:15:44.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-05-26T21:15:44.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-05-26T21:15:44.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-05-26T21:15:44.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20882026-05-26T21:15:44.227Z
20892026-05-26T21:15:44.227Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295)
20902026-05-26T21:15:44.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-05-26T21:15:44.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-05-26T21:15:44.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-05-26T21:15:44.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20942026-05-26T21:15:44.852Z
20952026-05-26T21:15:44.852Zinfo: running `cargo check --bins` on nexus-config (51/295)
20962026-05-26T21:15:45.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-05-26T21:15:45.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-05-26T21:15:45.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-05-26T21:15:45.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21002026-05-26T21:15:45.475Z
21012026-05-26T21:15:45.475Zinfo: running `cargo check --bins` on nexus-types (52/295)
21022026-05-26T21:15:46.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-05-26T21:15:46.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-05-26T21:15:46.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-05-26T21:15:46.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21062026-05-26T21:15:46.099Z
21072026-05-26T21:15:46.100Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295)
21082026-05-26T21:15:46.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-05-26T21:15:46.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-05-26T21:15:46.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-05-26T21:15:46.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21122026-05-26T21:15:46.690Z
21132026-05-26T21:15:46.690Zinfo: running `cargo check --bins` on omicron-passwords (54/295)
21142026-05-26T21:15:47.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-05-26T21:15:47.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-05-26T21:15:47.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-05-26T21:15:47.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21182026-05-26T21:15:47.260Z
21192026-05-26T21:15:47.260Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/295)
21202026-05-26T21:15:47.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-05-26T21:15:47.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-05-26T21:15:47.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-05-26T21:15:47.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21242026-05-26T21:15:47.851Z
21252026-05-26T21:15:47.851Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295)
21262026-05-26T21:15:48.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-05-26T21:15:48.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-05-26T21:15:48.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-05-26T21:15:48.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21302026-05-26T21:15:48.443Z
21312026-05-26T21:15:48.443Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295)
21322026-05-26T21:15:48.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-05-26T21:15:48.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-05-26T21:15:48.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-05-26T21:15:48.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21362026-05-26T21:15:49.029Z
21372026-05-26T21:15:49.029Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295)
21382026-05-26T21:15:49.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-05-26T21:15:49.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-05-26T21:15:49.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-05-26T21:15:49.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21422026-05-26T21:15:49.623Z
21432026-05-26T21:15:49.623Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295)
21442026-05-26T21:15:50.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-05-26T21:15:50.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-05-26T21:15:50.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-05-26T21:15:50.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21482026-05-26T21:15:50.197Z
21492026-05-26T21:15:50.197Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295)
21502026-05-26T21:15:50.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-05-26T21:15:50.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-05-26T21:15:50.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-05-26T21:15:50.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21542026-05-26T21:15:50.769Z
21552026-05-26T21:15:50.769Zinfo: running `cargo check --bins --no-default-features` on gfss (61/295)
21562026-05-26T21:15:51.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-05-26T21:15:51.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-05-26T21:15:51.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-05-26T21:15:51.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21602026-05-26T21:15:51.349Z
21612026-05-26T21:15:51.349Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295)
21622026-05-26T21:15:51.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-05-26T21:15:51.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-05-26T21:15:51.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-05-26T21:15:51.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21662026-05-26T21:15:51.916Z
21672026-05-26T21:15:51.916Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/295)
21682026-05-26T21:15:52.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-05-26T21:15:52.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-05-26T21:15:52.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-05-26T21:15:52.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21722026-05-26T21:15:52.505Z
21732026-05-26T21:15:52.505Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/295)
21742026-05-26T21:15:53.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-05-26T21:15:53.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-05-26T21:15:53.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-05-26T21:15:53.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21782026-05-26T21:15:53.089Z
21792026-05-26T21:15:53.089Zinfo: running `cargo check --bins` on cockroach-admin-types (65/295)
21802026-05-26T21:15:53.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-05-26T21:15:53.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-05-26T21:15:53.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-05-26T21:15:53.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21842026-05-26T21:15:53.658Z
21852026-05-26T21:15:53.658Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/295)
21862026-05-26T21:15:54.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-05-26T21:15:54.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-05-26T21:15:54.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-05-26T21:15:54.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21902026-05-26T21:15:54.235Z
21912026-05-26T21:15:54.235Zinfo: running `cargo check --bins` on ereport-types (67/295)
21922026-05-26T21:15:54.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-05-26T21:15:54.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-05-26T21:15:54.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-05-26T21:15:54.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21962026-05-26T21:15:54.819Z
21972026-05-26T21:15:54.819Zinfo: running `cargo check --bins` on gateway-client (68/295)
21982026-05-26T21:15:55.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-05-26T21:15:55.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-05-26T21:15:55.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-05-26T21:15:55.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22022026-05-26T21:15:55.409Z
22032026-05-26T21:15:55.409Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/295)
22042026-05-26T21:15:55.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-05-26T21:15:55.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-05-26T21:15:55.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-05-26T21:15:55.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22082026-05-26T21:15:55.990Z
22092026-05-26T21:15:55.990Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295)
22102026-05-26T21:15:56.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-05-26T21:15:56.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-05-26T21:15:56.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-05-26T21:15:56.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22142026-05-26T21:15:56.574Z
22152026-05-26T21:15:56.574Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295)
22162026-05-26T21:15:57.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-05-26T21:15:57.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-05-26T21:15:57.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-05-26T21:15:57.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22202026-05-26T21:15:57.157Z
22212026-05-26T21:15:57.157Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295)
22222026-05-26T21:15:57.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-05-26T21:15:57.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-05-26T21:15:57.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-05-26T21:15:57.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22262026-05-26T21:15:57.744Z
22272026-05-26T21:15:57.744Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/295)
22282026-05-26T21:15:58.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-05-26T21:15:58.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-05-26T21:15:58.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-05-26T21:15:58.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22322026-05-26T21:15:58.353Z
22332026-05-26T21:15:58.353Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295)
22342026-05-26T21:15:58.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-05-26T21:15:58.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-05-26T21:15:58.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-05-26T21:15:58.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22382026-05-26T21:15:58.961Z
22392026-05-26T21:15:58.961Zinfo: running `cargo check --bins` on key-manager-types (75/295)
22402026-05-26T21:15:59.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-05-26T21:15:59.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-05-26T21:15:59.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-05-26T21:15:59.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22442026-05-26T21:15:59.539Z
22452026-05-26T21:15:59.539Zinfo: running `cargo check --bins` on oxlog (76/295)
22462026-05-26T21:16:00.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-05-26T21:16:00.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-05-26T21:16:00.147Z Checking cfg-if v1.0.4
22492026-05-26T21:16:00.150Z Checking libc v0.2.185
22502026-05-26T21:16:00.150Z Checking serde_core v1.0.228
22512026-05-26T21:16:00.264Z Checking zeroize v1.8.2
22522026-05-26T21:16:00.271Z Checking memchr v2.8.0
22532026-05-26T21:16:00.279Z Checking log v0.4.29
22542026-05-26T21:16:00.288Z Checking smallvec v1.15.1
22552026-05-26T21:16:00.298Z Checking typenum v1.19.0
22562026-05-26T21:16:00.312Z Checking subtle v2.6.1
22572026-05-26T21:16:00.397Z Checking itoa v1.0.17
22582026-05-26T21:16:00.434Z Checking scopeguard v1.2.0
22592026-05-26T21:16:00.451Z Checking stable_deref_trait v1.2.1
22602026-05-26T21:16:00.465Z Checking const-oid v0.9.6
22612026-05-26T21:16:00.524Z Checking zerofrom v0.1.6
22622026-05-26T21:16:00.536Z Checking lock_api v0.4.14
22632026-05-26T21:16:00.548Z Checking pin-project-lite v0.2.17
22642026-05-26T21:16:00.631Z Checking portable-atomic v1.13.1
22652026-05-26T21:16:00.650Z Checking yoke v0.8.1
22662026-05-26T21:16:00.660Z Checking getrandom v0.2.17
22672026-05-26T21:16:00.665Z Checking errno v0.3.14
22682026-05-26T21:16:00.728Z Checking parking_lot_core v0.9.12
22692026-05-26T21:16:00.778Z Checking signal-hook-registry v1.4.8
22702026-05-26T21:16:00.797Z Checking rand_core v0.6.4
22712026-05-26T21:16:00.808Z Checking zerovec v0.11.5
22722026-05-26T21:16:00.818Z Checking generic-array v0.14.7
22732026-05-26T21:16:00.907Z Checking futures-core v0.3.32
22742026-05-26T21:16:00.930Z Checking critical-section v1.2.0
22752026-05-26T21:16:00.967Z Checking parking_lot v0.12.5
22762026-05-26T21:16:01.022Z Checking mio v1.2.0
22772026-05-26T21:16:01.033Z Checking once_cell v1.21.3
22782026-05-26T21:16:01.036Z Checking zerocopy v0.8.40
22792026-05-26T21:16:01.128Z Checking zmij v1.0.21
22802026-05-26T21:16:01.146Z Checking socket2 v0.6.3
22812026-05-26T21:16:01.245Z Checking libm v0.2.16
22822026-05-26T21:16:01.248Z Checking tinystr v0.8.2
22832026-05-26T21:16:01.248Z Checking crypto-common v0.1.7
22842026-05-26T21:16:01.297Z Checking block-buffer v0.10.4
22852026-05-26T21:16:01.330Z Checking writeable v0.6.2
22862026-05-26T21:16:01.356Z Checking equivalent v1.0.2
22872026-05-26T21:16:01.380Z Checking litemap v0.8.1
22882026-05-26T21:16:01.392Z Checking percent-encoding v2.3.2
22892026-05-26T21:16:01.429Z Checking digest v0.10.7
22902026-05-26T21:16:01.441Z Checking potential_utf v0.1.4
22912026-05-26T21:16:01.484Z Checking zerotrie v0.2.3
22922026-05-26T21:16:01.524Z Checking futures-sink v0.3.32
22932026-05-26T21:16:01.544Z Checking icu_locale_core v2.1.1
22942026-05-26T21:16:01.562Z Checking icu_collections v2.1.1
22952026-05-26T21:16:01.617Z Checking futures-channel v0.3.32
22962026-05-26T21:16:01.631Z Checking slab v0.4.12
22972026-05-26T21:16:01.692Z Checking serde v1.0.228
22982026-05-26T21:16:01.720Z Checking bitflags v2.11.0
22992026-05-26T21:16:01.782Z Checking serde_json v1.0.149
23002026-05-26T21:16:01.804Z Checking cpufeatures v0.2.17
23012026-05-26T21:16:01.862Z Checking futures-io v0.3.32
23022026-05-26T21:16:01.873Z Checking futures-task v0.3.32
23032026-05-26T21:16:01.885Z Checking num-traits v0.2.19
23042026-05-26T21:16:01.897Z Checking hmac v0.12.1
23052026-05-26T21:16:01.969Z Checking icu_properties_data v2.1.2
23062026-05-26T21:16:02.002Z Checking futures-util v0.3.32
23072026-05-26T21:16:02.024Z Checking icu_normalizer_data v2.1.1
23082026-05-26T21:16:02.091Z Checking bytes v1.11.1
23092026-05-26T21:16:02.094Z Checking icu_provider v2.1.1
23102026-05-26T21:16:02.094Z Checking rand_core v0.10.0
23112026-05-26T21:16:02.121Z Checking hashbrown v0.17.0
23122026-05-26T21:16:02.249Z Checking getrandom v0.4.1
23132026-05-26T21:16:02.325Z Checking icu_properties v2.1.2
23142026-05-26T21:16:02.392Z Checking icu_normalizer v2.1.1
23152026-05-26T21:16:02.405Z Checking block-padding v0.3.3
23162026-05-26T21:16:02.439Z Checking utf8_iter v1.0.4
23172026-05-26T21:16:02.518Z Checking tokio v1.52.1
23182026-05-26T21:16:02.531Z Checking inout v0.1.4
23192026-05-26T21:16:02.560Z Checking sha2 v0.10.9
23202026-05-26T21:16:02.573Z Checking indexmap v2.14.0
23212026-05-26T21:16:02.663Z Checking cipher v0.4.4
23222026-05-26T21:16:02.700Z Checking form_urlencoded v1.2.2
23232026-05-26T21:16:02.824Z Checking getrandom v0.3.4
23242026-05-26T21:16:02.836Z Checking byteorder v1.5.0
23252026-05-26T21:16:02.863Z Checking base64ct v1.8.3
23262026-05-26T21:16:02.964Z Checking fnv v1.0.7
23272026-05-26T21:16:03.027Z Checking flagset v0.4.7
23282026-05-26T21:16:03.056Z Checking rand_core v0.9.5
23292026-05-26T21:16:03.091Z Checking pem-rfc7468 v0.7.0
23302026-05-26T21:16:03.119Z Checking http v1.4.0
23312026-05-26T21:16:03.131Z Checking idna_adapter v1.2.1
23322026-05-26T21:16:03.145Z Checking regex-syntax v0.8.10
23332026-05-26T21:16:03.233Z Checking salsa20 v0.10.2
23342026-05-26T21:16:03.245Z Checking der v0.7.10
23352026-05-26T21:16:03.245Z Checking idna v1.1.0
23362026-05-26T21:16:03.361Z Checking uuid v1.23.0
23372026-05-26T21:16:03.497Z Checking url v2.5.8
23382026-05-26T21:16:03.676Z Checking pbkdf2 v0.12.2
23392026-05-26T21:16:03.689Z Checking rustix v1.1.3
23402026-05-26T21:16:03.771Z Checking ppv-lite86 v0.2.21
23412026-05-26T21:16:03.784Z Checking tracing-core v0.1.36
23422026-05-26T21:16:03.918Z Checking rustls-pki-types v1.14.0
23432026-05-26T21:16:03.954Z Checking base64 v0.22.1
23442026-05-26T21:16:03.998Z Checking spki v0.7.3
23452026-05-26T21:16:04.067Z Checking iana-time-zone v0.1.65
23462026-05-26T21:16:04.088Z Checking tracing v0.1.44
23472026-05-26T21:16:04.156Z Checking rand_chacha v0.9.0
23482026-05-26T21:16:04.171Z Checking chrono v0.4.44
23492026-05-26T21:16:04.184Z Checking scrypt v0.11.0
23502026-05-26T21:16:04.195Z Checking http-body v1.0.1
23512026-05-26T21:16:04.292Z Checking aes v0.8.4
23522026-05-26T21:16:04.317Z Checking cbc v0.1.2
23532026-05-26T21:16:04.329Z Checking aws-lc-sys v0.40.0
23542026-05-26T21:16:04.352Z Checking openssl-probe v0.2.1
23552026-05-26T21:16:04.442Z Checking untrusted v0.9.0
23562026-05-26T21:16:04.455Z Checking untrusted v0.7.1
23572026-05-26T21:16:04.466Z Checking tinyvec_macros v0.1.1
23582026-05-26T21:16:04.521Z Checking rand v0.9.2
23592026-05-26T21:16:04.534Z Checking tinyvec v1.10.0
23602026-05-26T21:16:04.545Z Checking ring v0.17.14
23612026-05-26T21:16:04.562Z Checking tower-layer v0.3.3
23622026-05-26T21:16:04.676Z Checking pkcs5 v0.7.1
23632026-05-26T21:16:04.706Z Checking try-lock v0.2.5
23642026-05-26T21:16:04.804Z Checking atomic-waker v1.1.2
23652026-05-26T21:16:04.822Z Checking aws-lc-rs v1.16.3
23662026-05-26T21:16:04.834Z Checking tower-service v0.3.3
23672026-05-26T21:16:04.898Z Checking want v0.3.1
23682026-05-26T21:16:04.919Z Checking ipnet v2.11.0
23692026-05-26T21:16:04.932Z Checking pkcs8 v0.10.2
23702026-05-26T21:16:04.977Z Checking httparse v1.10.1
23712026-05-26T21:16:05.012Z Checking aho-corasick v1.1.4
23722026-05-26T21:16:05.026Z Checking dyn-clone v1.0.20
23732026-05-26T21:16:05.101Z Checking fastrand v2.3.0
23742026-05-26T21:16:05.125Z Checking httpdate v1.0.3
23752026-05-26T21:16:05.168Z Checking plain v0.2.3
23762026-05-26T21:16:05.181Z Checking foreign-types-shared v0.1.1
23772026-05-26T21:16:05.258Z Checking pin-utils v0.1.0
23782026-05-26T21:16:05.271Z Checking foreign-types v0.3.2
23792026-05-26T21:16:05.283Z Checking tempfile v3.25.0
23802026-05-26T21:16:05.299Z Checking unicode-normalization v0.1.25
23812026-05-26T21:16:05.324Z Checking semver v1.0.28
23822026-05-26T21:16:05.337Z Checking openssl-sys v0.9.115
23832026-05-26T21:16:05.470Z Checking spin v0.9.8
23842026-05-26T21:16:05.520Z Checking unicode-ident v1.0.24
23852026-05-26T21:16:05.534Z Checking ucd-trie v0.1.7
23862026-05-26T21:16:05.630Z Checking proc-macro2 v1.0.106
23872026-05-26T21:16:05.645Z Checking rustls-webpki v0.103.9
23882026-05-26T21:16:05.657Z Checking schemars v0.8.22
23892026-05-26T21:16:05.668Z Checking pest v2.8.6
23902026-05-26T21:16:05.679Z Checking regex-automata v0.4.14
23912026-05-26T21:16:05.692Z Checking rustls-native-certs v0.8.3
23922026-05-26T21:16:05.715Z Checking openssl v0.10.79
23932026-05-26T21:16:05.729Z Checking tokio-util v0.7.18
23942026-05-26T21:16:05.814Z Checking thiserror v2.0.18
23952026-05-26T21:16:05.912Z Checking sync_wrapper v1.0.2
23962026-05-26T21:16:05.937Z Checking wait-timeout v0.2.1
23972026-05-26T21:16:06.014Z Checking bit-vec v0.8.0
23982026-05-26T21:16:06.055Z Checking pretty-hex v0.4.1
23992026-05-26T21:16:06.067Z Checking rustls v0.23.37
24002026-05-26T21:16:06.170Z Checking utf8parse v0.2.2
24012026-05-26T21:16:06.203Z Checking quick-error v1.2.3
24022026-05-26T21:16:06.269Z Checking powerfmt v0.2.0
24032026-05-26T21:16:06.285Z Checking siphasher v1.0.2
24042026-05-26T21:16:06.300Z Checking simd-adler32 v0.3.8
24052026-05-26T21:16:06.326Z Checking h2 v0.4.13
24062026-05-26T21:16:06.415Z Checking anstyle v1.0.13
24072026-05-26T21:16:06.437Z Checking deranged v0.5.8
24082026-05-26T21:16:06.464Z Checking rusty-fork v0.3.1
24092026-05-26T21:16:06.590Z Checking anstyle-parse v0.2.7
24102026-05-26T21:16:06.628Z Checking bit-set v0.8.0
24112026-05-26T21:16:06.717Z Checking tower v0.5.3
24122026-05-26T21:16:06.734Z Checking quote v1.0.45
24132026-05-26T21:16:06.771Z Compiling newtype-uuid v1.3.2
24142026-05-26T21:16:06.901Z Checking http-body-util v0.1.3
24152026-05-26T21:16:06.945Z Checking webpki-roots v1.0.6
24162026-05-26T21:16:07.059Z Checking crossbeam-utils v0.8.21
24172026-05-26T21:16:07.100Z Checking rand_xorshift v0.4.0
24182026-05-26T21:16:07.113Z Checking crc32fast v1.5.0
24192026-05-26T21:16:07.215Z Checking scroll v0.13.0
24202026-05-26T21:16:07.247Z Checking signature v2.2.0
24212026-05-26T21:16:07.346Z Checking adler2 v2.0.1
24222026-05-26T21:16:07.373Z Checking unicode-properties v0.1.4
24232026-05-26T21:16:07.385Z Checking is_terminal_polyfill v1.70.2
24242026-05-26T21:16:07.441Z Checking allocator-api2 v0.2.21
24252026-05-26T21:16:07.454Z Checking colorchoice v1.0.4
24262026-05-26T21:16:07.467Z Checking unicode-bidi v0.3.18
24272026-05-26T21:16:07.470Z Checking anstyle-query v1.1.5
24282026-05-26T21:16:07.549Z Checking num_threads v0.1.7
24292026-05-26T21:16:07.562Z Checking ryu v1.0.23
24302026-05-26T21:16:07.573Z Checking iri-string v0.7.10
24312026-05-26T21:16:07.633Z Checking unarray v0.1.4
24322026-05-26T21:16:07.693Z Checking num-conv v0.2.0
24332026-05-26T21:16:07.705Z Checking native-tls v0.2.18
24342026-05-26T21:16:07.718Z Checking time-core v0.1.8
24352026-05-26T21:16:07.733Z Checking proptest v1.10.0
24362026-05-26T21:16:07.751Z Checking stringprep v0.1.5
24372026-05-26T21:16:07.803Z Checking serde_urlencoded v0.7.1
24382026-05-26T21:16:07.851Z Checking time v0.3.47
24392026-05-26T21:16:07.873Z Checking tokio-native-tls v0.3.1
24402026-05-26T21:16:07.899Z Checking anstream v0.6.21
24412026-05-26T21:16:08.000Z Checking bstr v1.12.1
24422026-05-26T21:16:08.029Z Checking miniz_oxide v0.8.9
24432026-05-26T21:16:08.094Z Checking goblin v0.10.5
24442026-05-26T21:16:08.376Z Checking crossbeam-epoch v0.9.18
24452026-05-26T21:16:08.391Z Checking syn v2.0.117
24462026-05-26T21:16:08.407Z Checking tokio-rustls v0.26.4
24472026-05-26T21:16:08.590Z Checking tower-http v0.6.8
24482026-05-26T21:16:08.603Z Compiling daft v0.1.7
24492026-05-26T21:16:08.647Z Checking ipnetwork v0.21.1
24502026-05-26T21:16:08.869Z Checking rand_chacha v0.3.1
24512026-05-26T21:16:08.869Z Checking scroll v0.12.0
24522026-05-26T21:16:08.869Z Checking thiserror v1.0.69
24532026-05-26T21:16:08.965Z Checking zstd-sys v2.0.16+zstd.1.5.7
24542026-05-26T21:16:08.978Z Checking hash32 v0.2.1
24552026-05-26T21:16:09.012Z Checking hyper v1.8.1
24562026-05-26T21:16:09.074Z Checking num-integer v0.1.46
24572026-05-26T21:16:09.097Z Checking toml_datetime v0.6.11
24582026-05-26T21:16:09.110Z Checking serde_spanned v0.6.9
24592026-05-26T21:16:09.132Z Checking md-5 v0.10.6
24602026-05-26T21:16:09.228Z Checking ff v0.13.1
24612026-05-26T21:16:09.265Z Checking encoding_rs v0.8.35
24622026-05-26T21:16:09.281Z Checking base16ct v0.2.0
24632026-05-26T21:16:09.297Z Checking mime v0.3.17
24642026-05-26T21:16:09.357Z Checking fallible-iterator v0.2.0
24652026-05-26T21:16:09.404Z Checking psl-types v2.0.11
24662026-05-26T21:16:09.465Z Checking zlib-rs v0.6.2
24672026-05-26T21:16:09.517Z Checking publicsuffix v2.3.0
24682026-05-26T21:16:09.619Z Checking postgres-protocol v0.6.10
24692026-05-26T21:16:09.673Z Checking sec1 v0.7.3
24702026-05-26T21:16:09.700Z Checking group v0.13.0
24712026-05-26T21:16:09.843Z Checking num-iter v0.1.45
24722026-05-26T21:16:09.874Z Checking heapless v0.7.17
24732026-05-26T21:16:09.914Z Checking hyper-util v0.1.20
24742026-05-26T21:16:09.927Z Checking goblin v0.8.2
24752026-05-26T21:16:09.949Z Checking rand v0.8.6
24762026-05-26T21:16:10.184Z Checking zstd-safe v7.2.4
24772026-05-26T21:16:10.272Z Checking cookie v0.18.1
24782026-05-26T21:16:10.327Z Checking flate2 v1.1.9
24792026-05-26T21:16:10.346Z Compiling iddqd v0.4.1
24802026-05-26T21:16:10.418Z Checking dof v0.4.0
24812026-05-26T21:16:10.453Z Checking oxnet v0.1.4
24822026-05-26T21:16:10.502Z Checking dtrace-parser v0.3.0
24832026-05-26T21:16:10.624Z Checking phf_shared v0.13.1
24842026-05-26T21:16:10.652Z Checking lazy_static v1.5.0
24852026-05-26T21:16:10.685Z Checking zerocopy v0.7.35
24862026-05-26T21:16:10.735Z Checking pin-project v1.1.11
24872026-05-26T21:16:10.748Z Checking bzip2-sys v0.1.13+1.0.8
24882026-05-26T21:16:10.821Z Checking signal-hook v0.3.18
24892026-05-26T21:16:10.835Z Checking terminal_size v0.4.3
24902026-05-26T21:16:10.838Z Checking futures-executor v0.3.32
24912026-05-26T21:16:10.944Z Checking hex v0.4.3
24922026-05-26T21:16:10.991Z Checking hkdf v0.12.4
24932026-05-26T21:16:11.004Z Checking crypto-bigint v0.5.5
24942026-05-26T21:16:11.029Z Checking thread-id v5.1.0
24952026-05-26T21:16:11.109Z Checking foldhash v0.1.5
24962026-05-26T21:16:11.122Z Checking either v1.15.0
24972026-05-26T21:16:11.157Z Checking winnow v0.5.40
24982026-05-26T21:16:11.160Z Checking strsim v0.11.1
24992026-05-26T21:16:11.182Z Checking hyper-rustls v0.27.7
25002026-05-26T21:16:11.236Z Checking hyper-tls v0.6.0
25012026-05-26T21:16:11.298Z Compiling rayon-core v1.13.0
25022026-05-26T21:16:11.327Z Checking bitflags v1.3.2
25032026-05-26T21:16:11.386Z Checking libbz2-rs-sys v0.2.2
25042026-05-26T21:16:11.399Z Checking managed v0.8.0
25052026-05-26T21:16:11.412Z Checking bumpalo v3.20.2
25062026-05-26T21:16:11.469Z Checking foldhash v0.2.0
25072026-05-26T21:16:11.536Z Checking winnow v0.7.14
25082026-05-26T21:16:11.579Z Checking clap_lex v1.0.0
25092026-05-26T21:16:11.600Z Checking same-file v1.0.6
25102026-05-26T21:16:11.621Z Checking hashbrown v0.16.1
25112026-05-26T21:16:11.714Z Checking walkdir v2.5.0
25122026-05-26T21:16:11.792Z Checking clap_builder v4.5.60
25132026-05-26T21:16:11.796Z Checking bzip2 v0.6.1
25142026-05-26T21:16:11.796Z Checking dof v0.3.0
25152026-05-26T21:16:11.867Z Checking zopfli v0.8.3
25162026-05-26T21:16:11.881Z Checking elliptic-curve v0.13.8
25172026-05-26T21:16:11.940Z Checking smoltcp v0.9.1
25182026-05-26T21:16:12.064Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25192026-05-26T21:16:12.154Z Checking reqwest v0.12.28
25202026-05-26T21:16:12.184Z Checking hashbrown v0.15.5
25212026-05-26T21:16:12.188Z Checking usdt-impl v0.6.0
25222026-05-26T21:16:12.244Z Checking signal-hook-mio v0.2.5
25232026-05-26T21:16:12.280Z Checking toml_edit v0.19.15
25242026-05-26T21:16:12.345Z Checking futures v0.3.32
25252026-05-26T21:16:12.423Z Checking snafu v0.8.9
25262026-05-26T21:16:12.466Z Checking bzip2 v0.4.4
25272026-05-26T21:16:12.534Z Checking phf v0.13.1
25282026-05-26T21:16:12.633Z Checking num-bigint-dig v0.8.6
25292026-05-26T21:16:12.657Z Checking cookie_store v0.22.1
25302026-05-26T21:16:12.679Z Checking zstd v0.13.3
25312026-05-26T21:16:12.695Z Checking postgres-types v0.2.12
25322026-05-26T21:16:12.862Z Checking dtrace-parser v0.2.0
25332026-05-26T21:16:12.875Z Checking crossbeam-deque v0.8.6
25342026-05-26T21:16:12.937Z Checking rustls-platform-verifier v0.6.2
25352026-05-26T21:16:12.970Z Checking globset v0.4.18
25362026-05-26T21:16:12.986Z Checking regex v1.12.3
25372026-05-26T21:16:12.999Z Checking ed25519 v2.2.3
25382026-05-26T21:16:13.043Z Checking phf_shared v0.11.3
25392026-05-26T21:16:13.071Z Checking olpc-cjson v0.1.4
25402026-05-26T21:16:13.091Z Checking curve25519-dalek v4.1.3
25412026-05-26T21:16:13.176Z Checking ref-cast v1.0.25
25422026-05-26T21:16:13.188Z Checking strum v0.27.2
25432026-05-26T21:16:13.203Z Checking hubpack v0.1.2
25442026-05-26T21:16:13.216Z Checking memoffset v0.9.1
25452026-05-26T21:16:13.257Z Checking rustix v0.38.44
25462026-05-26T21:16:13.270Z Checking pkcs1 v0.7.5
25472026-05-26T21:16:13.288Z Checking pem v3.0.6
25482026-05-26T21:16:13.291Z Checking float-cmp v0.10.0
25492026-05-26T21:16:13.291Z Checking serde-big-array v0.5.1
25502026-05-26T21:16:13.366Z Checking erased-serde v0.3.31
25512026-05-26T21:16:13.412Z Checking serde_plain v1.0.2
25522026-05-26T21:16:13.435Z Checking rfc6979 v0.4.0
25532026-05-26T21:16:13.438Z Checking thread-id v4.2.2
25542026-05-26T21:16:13.460Z Checking memmap2 v0.9.10
25552026-05-26T21:16:13.473Z Checking env_filter v1.0.0
25562026-05-26T21:16:13.522Z Checking unicode-segmentation v1.12.0
25572026-05-26T21:16:13.546Z Checking new_debug_unreachable v1.0.6
25582026-05-26T21:16:13.549Z Checking static_assertions v1.1.0
25592026-05-26T21:16:13.622Z Checking typed-path v0.9.3
25602026-05-26T21:16:13.635Z Checking precomputed-hash v0.1.1
25612026-05-26T21:16:13.638Z Checking fixedbitset v0.5.7
25622026-05-26T21:16:13.638Z Checking fixedbitset v0.4.2
25632026-05-26T21:16:13.715Z Checking jiff v0.2.21
25642026-05-26T21:16:13.746Z Checking predicates-core v1.0.10
25652026-05-26T21:16:13.804Z Checking difflib v0.4.0
25662026-05-26T21:16:13.839Z Checking normalize-line-endings v0.3.0
25672026-05-26T21:16:13.851Z Checking data-encoding v2.10.0
25682026-05-26T21:16:13.864Z Checking keccak v0.1.6
25692026-05-26T21:16:13.889Z Checking whoami v2.1.0
25702026-05-26T21:16:13.926Z Checking toml_write v0.1.2
25712026-05-26T21:16:13.977Z Checking predicates v3.1.4
25722026-05-26T21:16:14.023Z Checking sha3 v0.10.8
25732026-05-26T21:16:14.077Z Checking crossterm v0.28.1
25742026-05-26T21:16:14.090Z Checking tokio-postgres v0.7.16
25752026-05-26T21:16:14.101Z Checking toml_edit v0.22.27
25762026-05-26T21:16:14.119Z Checking hickory-proto v0.25.2
25772026-05-26T21:16:14.221Z Checking ed25519-dalek v2.2.0
25782026-05-26T21:16:14.271Z Checking similar v2.7.0
25792026-05-26T21:16:14.394Z Checking tough v0.22.0
25802026-05-26T21:16:14.444Z Checking petgraph v0.8.3
25812026-05-26T21:16:14.643Z Checking petgraph v0.6.5
25822026-05-26T21:16:14.769Z Checking slog v2.8.2
25832026-05-26T21:16:15.026Z Checking string_cache v0.8.9
25842026-05-26T21:16:15.180Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
25852026-05-26T21:16:15.195Z Checking usdt v0.6.0
25862026-05-26T21:16:15.309Z Checking env_logger v0.11.9
25872026-05-26T21:16:15.356Z Checking ecdsa v0.16.9
25882026-05-26T21:16:15.495Z Checking usdt-impl v0.5.0
25892026-05-26T21:16:15.685Z Checking rsa v0.9.10
25902026-05-26T21:16:15.773Z Checking toml v0.7.8
25912026-05-26T21:16:15.882Z Checking nix v0.31.2
25922026-05-26T21:16:15.920Z Checking zip v4.6.1
25932026-05-26T21:16:16.078Z Checking reqwest v0.13.2
25942026-05-26T21:16:16.381Z Checking clap v4.5.60
25952026-05-26T21:16:16.460Z Checking toml_parser v1.0.9+spec-1.1.0
25962026-05-26T21:16:16.473Z Checking zip v0.6.6
25972026-05-26T21:16:16.502Z Checking itertools v0.13.0
25982026-05-26T21:16:16.785Z Checking serde_with v3.17.0
25992026-05-26T21:16:16.785Z Checking strum v0.26.3
26002026-05-26T21:16:16.840Z Checking fs-err v3.3.0
26012026-05-26T21:16:16.899Z Checking ahash v0.8.12
26022026-05-26T21:16:16.902Z Checking object v0.37.3
26032026-05-26T21:16:16.924Z Checking tokio-stream v0.1.18
26042026-05-26T21:16:16.927Z Checking buf-list v1.1.2
26052026-05-26T21:16:17.093Z Checking camino v1.2.2
26062026-05-26T21:16:17.106Z Checking anyhow v1.0.102
26072026-05-26T21:16:17.133Z Checking x509-cert v0.2.5
26082026-05-26T21:16:17.302Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
26092026-05-26T21:16:17.315Z Checking openapiv3 v2.2.0
26102026-05-26T21:16:17.338Z Checking sha1 v0.10.6
26112026-05-26T21:16:17.429Z Checking lalrpop-util v0.19.12
26122026-05-26T21:16:17.496Z Checking peg-runtime v0.8.5
26132026-05-26T21:16:17.519Z Checking rayon v1.11.0
26142026-05-26T21:16:17.558Z Checking sigpipe v0.1.3
26152026-05-26T21:16:17.590Z Checking glob v0.3.3
26162026-05-26T21:16:19.108Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26172026-05-26T21:16:19.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.84s
26182026-05-26T21:16:19.551Z
26192026-05-26T21:16:19.551Zinfo: running `cargo check --bins` on internal-dns-types (77/295)
26202026-05-26T21:16:20.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212026-05-26T21:16:20.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222026-05-26T21:16:20.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232026-05-26T21:16:20.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26242026-05-26T21:16:20.144Z
26252026-05-26T21:16:20.144Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/295)
26262026-05-26T21:16:20.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272026-05-26T21:16:20.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282026-05-26T21:16:20.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292026-05-26T21:16:20.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26302026-05-26T21:16:20.729Z
26312026-05-26T21:16:20.729Zinfo: running `cargo check --bins` on nexus-types-versions (79/295)
26322026-05-26T21:16:21.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-05-26T21:16:21.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-05-26T21:16:21.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352026-05-26T21:16:21.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26362026-05-26T21:16:21.326Z
26372026-05-26T21:16:21.326Zinfo: running `cargo check --bins` on oxql-types (80/295)
26382026-05-26T21:16:21.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-05-26T21:16:21.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-05-26T21:16:21.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-05-26T21:16:21.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26422026-05-26T21:16:21.953Z
26432026-05-26T21:16:21.954Zinfo: running `cargo check --bins` on oximeter-types (81/295)
26442026-05-26T21:16:22.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-05-26T21:16:22.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-05-26T21:16:22.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-05-26T21:16:22.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26482026-05-26T21:16:22.505Z
26492026-05-26T21:16:22.506Zinfo: running `cargo check --bins` on oximeter-types-versions (82/295)
26502026-05-26T21:16:23.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-05-26T21:16:23.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-05-26T21:16:23.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-05-26T21:16:23.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26542026-05-26T21:16:23.095Z
26552026-05-26T21:16:23.095Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/295)
26562026-05-26T21:16:23.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-05-26T21:16:23.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-05-26T21:16:23.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-05-26T21:16:23.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26602026-05-26T21:16:23.669Z
26612026-05-26T21:16:23.669Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/295)
26622026-05-26T21:16:24.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-05-26T21:16:24.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-05-26T21:16:24.349Z Compiling structmeta-derive v0.3.0
26652026-05-26T21:16:24.463Z Compiling rustls v0.22.4
26662026-05-26T21:16:24.472Z Compiling multer v3.1.0
26672026-05-26T21:16:24.482Z Compiling async-stream-impl v0.3.6
26682026-05-26T21:16:24.482Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26692026-05-26T21:16:24.502Z Compiling dropshot v0.17.0
26702026-05-26T21:16:24.517Z Compiling newtype-uuid-macros v0.1.0
26712026-05-26T21:16:24.517Z Compiling dropshot_endpoint v0.17.0
26722026-05-26T21:16:24.637Z Checking newtype-uuid v1.3.2
26732026-05-26T21:16:24.698Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26742026-05-26T21:16:24.759Z Checking rustls-webpki v0.102.8
26752026-05-26T21:16:24.832Z Checking daft v0.1.7
26762026-05-26T21:16:24.855Z Checking thread_local v1.1.9
26772026-05-26T21:16:25.025Z Checking compression-core v0.4.31
26782026-05-26T21:16:25.053Z Checking match_cfg v0.1.0
26792026-05-26T21:16:25.068Z Checking iddqd v0.4.1
26802026-05-26T21:16:25.126Z Checking hostname v0.3.1
26812026-05-26T21:16:25.142Z Checking crossbeam-channel v0.5.15
26822026-05-26T21:16:25.157Z Checking compression-codecs v0.4.37
26832026-05-26T21:16:25.218Z Checking slog-json v2.6.1
26842026-05-26T21:16:25.248Z Checking is-terminal v0.4.17
26852026-05-26T21:16:25.319Z Checking serde_spanned v1.0.4
26862026-05-26T21:16:25.337Z Checking toml_datetime v1.0.0+spec-1.1.0
26872026-05-26T21:16:25.368Z Checking term v1.2.1
26882026-05-26T21:16:25.446Z Checking debug-ignore v1.0.5
26892026-05-26T21:16:25.473Z Checking toml_writer v1.0.6+spec-1.1.0
26902026-05-26T21:16:25.512Z Compiling structmeta v0.3.0
26912026-05-26T21:16:25.536Z Checking take_mut v0.2.2
26922026-05-26T21:16:25.549Z Checking slog-bunyan v2.5.0
26932026-05-26T21:16:25.586Z Checking slog-term v2.9.2
26942026-05-26T21:16:25.635Z Checking slog-async v2.8.0
26952026-05-26T21:16:25.647Z Checking toml v1.0.6+spec-1.1.0
26962026-05-26T21:16:25.659Z Checking async-compression v0.4.41
26972026-05-26T21:16:25.720Z Compiling derive-ex v0.1.8
26982026-05-26T21:16:25.800Z Compiling parse-display-derive v0.10.0
26992026-05-26T21:16:25.839Z Checking async-stream v0.3.6
27002026-05-26T21:16:25.898Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27012026-05-26T21:16:25.967Z Checking progenitor-client v0.14.0
27022026-05-26T21:16:25.980Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27032026-05-26T21:16:26.004Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27042026-05-26T21:16:26.142Z Checking waitgroup v0.1.2
27052026-05-26T21:16:26.194Z Checking backon v1.6.0
27062026-05-26T21:16:26.214Z Checking rustls-pemfile v2.2.0
27072026-05-26T21:16:26.262Z Checking serde_path_to_error v0.1.20
27082026-05-26T21:16:26.275Z Checking hostname v0.4.2
27092026-05-26T21:16:26.353Z Checking instant v0.1.13
27102026-05-26T21:16:26.450Z Checking backoff v0.4.0
27112026-05-26T21:16:26.535Z Checking progenitor-extras v0.2.0
27122026-05-26T21:16:26.579Z Checking tokio-rustls v0.25.0
27132026-05-26T21:16:26.588Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27142026-05-26T21:16:26.623Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27152026-05-26T21:16:26.774Z Checking itertools v0.14.0
27162026-05-26T21:16:26.889Z Checking progenitor-client v0.10.0
27172026-05-26T21:16:26.977Z Checking regress v0.10.5
27182026-05-26T21:16:26.990Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27192026-05-26T21:16:27.205Z Checking macaddr v1.0.1
27202026-05-26T21:16:27.374Z Compiling test-strategy v0.4.5
27212026-05-26T21:16:27.465Z Checking parse-display v0.10.0
27222026-05-26T21:16:27.601Z Checking humantime v2.3.0
27232026-05-26T21:16:28.588Z Compiling prettyplease v0.2.37
27242026-05-26T21:16:28.881Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27252026-05-26T21:16:29.064Z Checking num-rational v0.4.2
27262026-05-26T21:16:29.254Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27272026-05-26T21:16:29.489Z Checking num-complex v0.4.6
27282026-05-26T21:16:30.218Z Compiling num v0.4.3
27292026-05-26T21:16:30.292Z Compiling usdt-macro v0.5.0
27302026-05-26T21:16:30.317Z Compiling usdt-attr-macro v0.5.0
27312026-05-26T21:16:30.344Z Checking memmap v0.7.0
27322026-05-26T21:16:30.362Z Compiling float-ord v0.3.2
27332026-05-26T21:16:30.480Z Compiling convert_case v0.4.0
27342026-05-26T21:16:30.485Z Checking unicode-width v0.2.0
27352026-05-26T21:16:30.736Z Checking console v0.15.11
27362026-05-26T21:16:30.847Z Compiling derive_more v0.99.20
27372026-05-26T21:16:31.009Z Checking newline-converter v0.3.0
27382026-05-26T21:16:31.021Z Checking atomicwrites v0.4.4
27392026-05-26T21:16:31.073Z Checking usdt v0.5.0
27402026-05-26T21:16:31.116Z Compiling toml v0.8.23
27412026-05-26T21:16:31.147Z Checking linked-hash-map v0.5.6
27422026-05-26T21:16:31.240Z Compiling minimal-lexical v0.2.1
27432026-05-26T21:16:31.315Z Checking lru-cache v0.1.2
27442026-05-26T21:16:31.436Z Compiling nom v7.1.3
27452026-05-26T21:16:31.494Z Checking expectorate v1.2.0
27462026-05-26T21:16:32.049Z Checking camino-tempfile v1.4.1
27472026-05-26T21:16:32.145Z Checking hickory-proto v0.24.4
27482026-05-26T21:16:32.209Z Checking phf_shared v0.12.1
27492026-05-26T21:16:32.350Z Compiling slog-dtrace v0.3.0
27502026-05-26T21:16:32.414Z Compiling chrono-tz v0.10.4
27512026-05-26T21:16:32.541Z Checking resolv-conf v0.7.6
27522026-05-26T21:16:32.625Z Checking heck v0.5.0
27532026-05-26T21:16:32.749Z Compiling const_format_proc_macros v0.2.34
27542026-05-26T21:16:32.763Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27552026-05-26T21:16:32.780Z Checking phf v0.12.1
27562026-05-26T21:16:32.793Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27572026-05-26T21:16:32.917Z Checking tokio-dtrace v0.1.1
27582026-05-26T21:16:33.105Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27592026-05-26T21:16:33.225Z Compiling derive-where v1.6.0
27602026-05-26T21:16:33.381Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27612026-05-26T21:16:33.656Z Checking highway v1.3.0
27622026-05-26T21:16:33.889Z Checking const_format v0.2.35
27632026-05-26T21:16:33.992Z Checking hickory-resolver v0.24.4
27642026-05-26T21:16:34.127Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27652026-05-26T21:16:34.183Z Checking oxide-tokio-rt v0.1.4
27662026-05-26T21:16:34.382Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27672026-05-26T21:16:34.620Z Checking gethostname v0.5.0
27682026-05-26T21:16:34.639Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27692026-05-26T21:16:34.658Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27702026-05-26T21:16:34.706Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27712026-05-26T21:16:34.734Z Checking qorb v0.4.1
27722026-05-26T21:16:34.797Z Checking bcs v0.1.6
27732026-05-26T21:16:34.853Z Checking termtree v0.5.1
27742026-05-26T21:16:38.077Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27752026-05-26T21:16:40.757Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27762026-05-26T21:16:42.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.19s
27772026-05-26T21:16:43.047Z
27782026-05-26T21:16:43.047Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295)
27792026-05-26T21:16:43.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-05-26T21:16:43.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-05-26T21:16:43.728Z Compiling ar_archive_writer v0.5.1
27822026-05-26T21:16:43.839Z Compiling stacker v0.1.23
27832026-05-26T21:16:43.842Z Compiling cfg_aliases v0.1.1
27842026-05-26T21:16:43.853Z Compiling convert_case v0.10.0
27852026-05-26T21:16:43.860Z Checking unicode-width v0.1.14
27862026-05-26T21:16:43.869Z Compiling proc-macro-error v1.0.4
27872026-05-26T21:16:43.880Z Checking fd-lock v4.0.4
27882026-05-26T21:16:43.880Z Checking nibble_vec v0.1.0
27892026-05-26T21:16:43.903Z Compiling nix v0.28.0
27902026-05-26T21:16:44.023Z Checking vte v0.14.1
27912026-05-26T21:16:44.029Z Compiling recursive-proc-macro-impl v0.1.1
27922026-05-26T21:16:44.091Z Checking endian-type v0.1.2
27932026-05-26T21:16:44.103Z Checking bytecount v0.6.9
27942026-05-26T21:16:44.144Z Compiling derive_more-impl v2.1.1
27952026-05-26T21:16:44.147Z Checking strip-ansi-escapes v0.2.1
27962026-05-26T21:16:44.163Z Compiling tabled_derive v0.7.0
27972026-05-26T21:16:44.213Z Checking papergrid v0.11.0
27982026-05-26T21:16:44.216Z Checking radix_trie v0.2.1
27992026-05-26T21:16:44.299Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28002026-05-26T21:16:44.408Z Compiling peg-macros v0.8.5
28012026-05-26T21:16:44.431Z Checking winnow v0.6.26
28022026-05-26T21:16:44.665Z Compiling psm v0.1.30
28032026-05-26T21:16:44.760Z Compiling sqlparser_derive v0.5.0
28042026-05-26T21:16:44.833Z Checking home v0.5.12
28052026-05-26T21:16:44.940Z Checking nu-ansi-term v0.50.3
28062026-05-26T21:16:44.975Z Checking derive_more v2.1.1
28072026-05-26T21:16:45.054Z Checking unicode_categories v0.1.1
28082026-05-26T21:16:45.132Z Checking tabled v0.15.0
28092026-05-26T21:16:45.145Z Checking reedline v0.40.0
28102026-05-26T21:16:45.193Z Checking rustyline v14.0.0
28112026-05-26T21:16:45.207Z Checking crossterm v0.29.0
28122026-05-26T21:16:45.440Z Checking recursive v0.1.1
28132026-05-26T21:16:45.526Z Checking display-error-chain v0.2.2
28142026-05-26T21:16:45.539Z Checking sqlparser v0.61.0
28152026-05-26T21:16:45.566Z Checking sqlformat v0.3.5
28162026-05-26T21:16:45.757Z Checking peg v0.8.5
28172026-05-26T21:16:56.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.68s
28182026-05-26T21:16:56.913Z
28192026-05-26T21:16:56.913Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295)
28202026-05-26T21:16:57.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-05-26T21:16:57.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-05-26T21:16:57.582Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28232026-05-26T21:17:01.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
28242026-05-26T21:17:01.196Z
28252026-05-26T21:17:01.196Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295)
28262026-05-26T21:17:01.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-05-26T21:17:01.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-05-26T21:17:01.868Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-05-26T21:17:04.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
28302026-05-26T21:17:04.518Z
28312026-05-26T21:17:04.518Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295)
28322026-05-26T21:17:05.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-05-26T21:17:05.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-05-26T21:17:05.181Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-05-26T21:17:08.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28362026-05-26T21:17:08.595Z
28372026-05-26T21:17:08.595Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295)
28382026-05-26T21:17:09.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-05-26T21:17:09.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-05-26T21:17:09.270Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-05-26T21:17:12.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28422026-05-26T21:17:12.671Z
28432026-05-26T21:17:12.671Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295)
28442026-05-26T21:17:13.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-05-26T21:17:13.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-05-26T21:17:13.335Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-05-26T21:17:15.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28482026-05-26T21:17:16.079Z
28492026-05-26T21:17:16.079Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295)
28502026-05-26T21:17:16.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-05-26T21:17:16.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-05-26T21:17:16.748Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-05-26T21:17:19.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28542026-05-26T21:17:19.532Z
28552026-05-26T21:17:19.532Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295)
28562026-05-26T21:17:20.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-05-26T21:17:20.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-05-26T21:17:20.199Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-05-26T21:17:23.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
28602026-05-26T21:17:23.774Z
28612026-05-26T21:17:23.774Zinfo: running `cargo check --bins` on oximeter (93/295)
28622026-05-26T21:17:24.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-05-26T21:17:24.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-05-26T21:17:24.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-05-26T21:17:24.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28662026-05-26T21:17:24.361Z
28672026-05-26T21:17:24.361Zinfo: running `cargo check --bins` on oximeter-schema (94/295)
28682026-05-26T21:17:24.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-05-26T21:17:24.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-05-26T21:17:24.988Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28712026-05-26T21:17:25.149Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28722026-05-26T21:17:25.152Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28732026-05-26T21:17:25.482Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28742026-05-26T21:17:28.338Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28752026-05-26T21:17:29.543Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28762026-05-26T21:17:29.753Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28772026-05-26T21:17:30.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.05s
28782026-05-26T21:17:30.600Z
28792026-05-26T21:17:30.600Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/295)
28802026-05-26T21:17:31.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-05-26T21:17:31.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-05-26T21:17:31.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-05-26T21:17:31.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28842026-05-26T21:17:31.189Z
28852026-05-26T21:17:31.189Zinfo: running `cargo check --bins` on oximeter-test-utils (96/295)
28862026-05-26T21:17:31.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-05-26T21:17:31.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-05-26T21:17:31.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-05-26T21:17:31.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28902026-05-26T21:17:31.826Z
28912026-05-26T21:17:31.826Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295)
28922026-05-26T21:17:32.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-05-26T21:17:32.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-05-26T21:17:32.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-05-26T21:17:32.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28962026-05-26T21:17:32.432Z
28972026-05-26T21:17:32.432Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295)
28982026-05-26T21:17:32.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-05-26T21:17:32.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-05-26T21:17:32.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-05-26T21:17:32.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29022026-05-26T21:17:33.032Z
29032026-05-26T21:17:33.032Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295)
29042026-05-26T21:17:33.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-05-26T21:17:33.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-05-26T21:17:33.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-05-26T21:17:33.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29082026-05-26T21:17:33.632Z
29092026-05-26T21:17:33.632Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295)
29102026-05-26T21:17:34.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-05-26T21:17:34.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-05-26T21:17:34.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-05-26T21:17:34.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29142026-05-26T21:17:34.232Z
29152026-05-26T21:17:34.232Zinfo: running `cargo check --bins` on trust-quorum-types (101/295)
29162026-05-26T21:17:34.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-05-26T21:17:34.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-05-26T21:17:34.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-05-26T21:17:34.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29202026-05-26T21:17:34.816Z
29212026-05-26T21:17:34.816Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/295)
29222026-05-26T21:17:35.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-05-26T21:17:35.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-05-26T21:17:35.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-05-26T21:17:35.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29262026-05-26T21:17:35.415Z
29272026-05-26T21:17:35.415Zinfo: running `cargo check --bins` on update-engine (103/295)
29282026-05-26T21:17:35.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-05-26T21:17:35.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-05-26T21:17:35.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-05-26T21:17:35.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29322026-05-26T21:17:35.996Z
29332026-05-26T21:17:35.997Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/295)
29342026-05-26T21:17:36.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-05-26T21:17:36.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-05-26T21:17:36.716Z Compiling crucible-workspace-hack v0.1.0
29372026-05-26T21:17:36.831Z Checking secrecy v0.10.3
29382026-05-26T21:17:36.840Z Compiling toml_datetime v0.7.5+spec-1.1.0
29392026-05-26T21:17:36.840Z Compiling heapless v0.8.0
29402026-05-26T21:17:36.853Z Compiling ingot-macros v0.1.1
29412026-05-26T21:17:36.863Z Checking hash32 v0.3.1
29422026-05-26T21:17:36.874Z Compiling smoltcp v0.11.0
29432026-05-26T21:17:36.876Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29442026-05-26T21:17:36.933Z Checking cobs v0.3.0
29452026-05-26T21:17:36.979Z Compiling toml_edit v0.23.10+spec-1.0.0
29462026-05-26T21:17:37.058Z Compiling thiserror-impl-no-std v2.0.2
29472026-05-26T21:17:37.072Z Checking universal-hash v0.5.1
29482026-05-26T21:17:37.084Z Checking half v2.7.1
29492026-05-26T21:17:37.125Z Checking opaque-debug v0.3.1
29502026-05-26T21:17:37.190Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29512026-05-26T21:17:37.205Z Checking ciborium-io v0.2.2
29522026-05-26T21:17:37.271Z Checking poly1305 v0.8.0
29532026-05-26T21:17:37.327Z Checking ciborium-ll v0.2.2
29542026-05-26T21:17:37.342Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29552026-05-26T21:17:37.385Z Checking postcard v1.1.3
29562026-05-26T21:17:37.498Z Compiling proc-macro-crate v3.4.0
29572026-05-26T21:17:37.531Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29582026-05-26T21:17:37.670Z Checking password-hash v0.5.0
29592026-05-26T21:17:37.734Z Checking chacha20 v0.9.1
29602026-05-26T21:17:37.802Z Compiling proc-macro-crate v1.3.1
29612026-05-26T21:17:37.896Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29622026-05-26T21:17:37.931Z Checking blake2 v0.10.6
29632026-05-26T21:17:38.036Z Checking aead v0.5.2
29642026-05-26T21:17:38.049Z Compiling num_enum_derive v0.7.5
29652026-05-26T21:17:38.130Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29662026-05-26T21:17:38.166Z Compiling foreign-types-macros v0.2.3
29672026-05-26T21:17:38.179Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29682026-05-26T21:17:38.216Z Checking foreign-types-shared v0.3.1
29692026-05-26T21:17:38.229Z Checking thiserror-no-std v2.0.2
29702026-05-26T21:17:38.305Z Checking cpufeatures v0.3.0
29712026-05-26T21:17:38.319Z Checking vsss-rs v3.3.4
29722026-05-26T21:17:38.336Z Compiling num_enum_derive v0.5.11
29732026-05-26T21:17:38.378Z Checking chacha20 v0.10.0
29742026-05-26T21:17:38.410Z Checking chacha20poly1305 v0.10.1
29752026-05-26T21:17:38.536Z Checking argon2 v0.5.3
29762026-05-26T21:17:38.590Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29772026-05-26T21:17:38.753Z Checking foreign-types v0.5.0
29782026-05-26T21:17:38.832Z Checking ciborium v0.2.2
29792026-05-26T21:17:38.953Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29802026-05-26T21:17:38.993Z Checking tabwriter v1.4.1
29812026-05-26T21:17:39.113Z Checking num_enum v0.7.5
29822026-05-26T21:17:39.184Z Checking byte-wrapper v0.1.0
29832026-05-26T21:17:39.230Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29842026-05-26T21:17:39.244Z Checking cstr-argument v0.1.2
29852026-05-26T21:17:39.264Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29862026-05-26T21:17:39.340Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29872026-05-26T21:17:39.366Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29882026-05-26T21:17:39.381Z Checking num_enum v0.5.11
29892026-05-26T21:17:39.439Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29902026-05-26T21:17:39.491Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29912026-05-26T21:17:39.533Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29922026-05-26T21:17:39.551Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29932026-05-26T21:17:39.644Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29942026-05-26T21:17:39.657Z Checking ingot-types v0.1.2
29952026-05-26T21:17:39.694Z Checking rand v0.10.0
29962026-05-26T21:17:39.707Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29972026-05-26T21:17:39.749Z Checking indent_write v2.2.0
29982026-05-26T21:17:39.763Z Checking colored v3.1.1
29992026-05-26T21:17:39.880Z Compiling zone_cfg_derive v0.3.1
30002026-05-26T21:17:39.960Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30012026-05-26T21:17:40.011Z Checking ingot v0.1.1
30022026-05-26T21:17:40.025Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30032026-05-26T21:17:40.068Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30042026-05-26T21:17:40.098Z Checking itertools v0.12.1
30052026-05-26T21:17:40.128Z Compiling num-derive v0.4.2
30062026-05-26T21:17:40.162Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30072026-05-26T21:17:40.190Z Checking swrite v0.1.0
30082026-05-26T21:17:40.279Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30092026-05-26T21:17:40.362Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30102026-05-26T21:17:40.510Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30112026-05-26T21:17:40.523Z Checking dropshot-api-manager-types v0.7.2
30122026-05-26T21:17:40.536Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30132026-05-26T21:17:40.589Z Checking smf v0.2.3
30142026-05-26T21:17:40.619Z Checking nanorand v0.7.0
30152026-05-26T21:17:40.684Z Checking whoami v1.6.1
30162026-05-26T21:17:40.810Z Checking flume v0.11.1
30172026-05-26T21:17:40.824Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30182026-05-26T21:17:41.028Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30192026-05-26T21:17:41.098Z Checking zone v0.3.1
30202026-05-26T21:17:41.572Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30212026-05-26T21:17:42.526Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30222026-05-26T21:17:43.397Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30232026-05-26T21:17:46.599Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30242026-05-26T21:17:48.627Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30252026-05-26T21:17:49.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s
30262026-05-26T21:17:49.911Z
30272026-05-26T21:17:49.911Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/295)
30282026-05-26T21:17:50.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-05-26T21:17:50.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-05-26T21:17:50.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-05-26T21:17:50.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30322026-05-26T21:17:50.498Z
30332026-05-26T21:17:50.498Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/295)
30342026-05-26T21:17:50.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-05-26T21:17:51.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-05-26T21:17:51.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-05-26T21:17:51.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30382026-05-26T21:17:51.083Z
30392026-05-26T21:17:51.083Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/295)
30402026-05-26T21:17:51.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-05-26T21:17:51.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-05-26T21:17:51.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-05-26T21:17:51.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30442026-05-26T21:17:51.686Z
30452026-05-26T21:17:51.686Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295)
30462026-05-26T21:17:52.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-05-26T21:17:52.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-05-26T21:17:52.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-05-26T21:17:52.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30502026-05-26T21:17:52.285Z
30512026-05-26T21:17:52.285Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295)
30522026-05-26T21:17:52.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-05-26T21:17:52.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-05-26T21:17:52.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-05-26T21:17:52.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30562026-05-26T21:17:52.875Z
30572026-05-26T21:17:52.875Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/295)
30582026-05-26T21:17:53.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-05-26T21:17:53.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-05-26T21:17:53.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-05-26T21:17:53.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30622026-05-26T21:17:53.466Z
30632026-05-26T21:17:53.467Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/295)
30642026-05-26T21:17:53.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-05-26T21:17:53.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-05-26T21:17:53.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-05-26T21:17:53.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30682026-05-26T21:17:54.058Z
30692026-05-26T21:17:54.058Zinfo: running `cargo check --bins` on cockroach-admin-client (112/295)
30702026-05-26T21:17:54.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-05-26T21:17:54.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-05-26T21:17:54.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-05-26T21:17:54.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30742026-05-26T21:17:54.631Z
30752026-05-26T21:17:54.631Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/295)
30762026-05-26T21:17:55.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-05-26T21:17:55.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-05-26T21:17:55.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-05-26T21:17:55.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30802026-05-26T21:17:55.225Z
30812026-05-26T21:17:55.225Zinfo: running `cargo check --bins` on dns-service-client (114/295)
30822026-05-26T21:17:55.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-05-26T21:17:55.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-05-26T21:17:55.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-05-26T21:17:55.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30862026-05-26T21:17:55.824Z
30872026-05-26T21:17:55.824Zinfo: running `cargo check --bins` on installinator-client (115/295)
30882026-05-26T21:17:56.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-05-26T21:17:56.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-05-26T21:17:56.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-05-26T21:17:56.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30922026-05-26T21:17:56.419Z
30932026-05-26T21:17:56.419Zinfo: running `cargo check --bins` on nexus-client (116/295)
30942026-05-26T21:17:56.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-05-26T21:17:56.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-05-26T21:17:56.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-05-26T21:17:56.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30982026-05-26T21:17:57.038Z
30992026-05-26T21:17:57.038Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/295)
31002026-05-26T21:17:57.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-05-26T21:17:57.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-05-26T21:17:57.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-05-26T21:17:57.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31042026-05-26T21:17:57.665Z
31052026-05-26T21:17:57.665Zinfo: running `cargo check --bins` on ntp-admin-client (118/295)
31062026-05-26T21:17:58.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-05-26T21:17:58.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-05-26T21:17:58.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-05-26T21:17:58.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31102026-05-26T21:17:58.240Z
31112026-05-26T21:17:58.240Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/295)
31122026-05-26T21:17:58.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-05-26T21:17:58.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-05-26T21:17:58.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-05-26T21:17:58.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31162026-05-26T21:17:58.818Z
31172026-05-26T21:17:58.818Zinfo: running `cargo check --bins` on oxide-client (120/295)
31182026-05-26T21:17:59.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-05-26T21:17:59.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-05-26T21:17:59.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-05-26T21:17:59.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31222026-05-26T21:17:59.403Z
31232026-05-26T21:17:59.403Zinfo: running `cargo check --bins` on oximeter-client (121/295)
31242026-05-26T21:17:59.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-05-26T21:17:59.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-05-26T21:17:59.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-05-26T21:17:59.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31282026-05-26T21:17:59.991Z
31292026-05-26T21:17:59.991Zinfo: running `cargo check --bins` on repo-depot-client (122/295)
31302026-05-26T21:18:00.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-05-26T21:18:00.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-05-26T21:18:00.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-05-26T21:18:00.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31342026-05-26T21:18:00.570Z
31352026-05-26T21:18:00.571Zinfo: running `cargo check --bins` on sled-agent-client (123/295)
31362026-05-26T21:18:01.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-05-26T21:18:01.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-05-26T21:18:01.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-05-26T21:18:01.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31402026-05-26T21:18:01.173Z
31412026-05-26T21:18:01.173Zinfo: running `cargo check --bins` on wicketd-client (124/295)
31422026-05-26T21:18:01.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-05-26T21:18:01.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-05-26T21:18:01.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-05-26T21:18:01.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31462026-05-26T21:18:01.787Z
31472026-05-26T21:18:01.787Zinfo: running `cargo check --bins` on installinator-common (125/295)
31482026-05-26T21:18:02.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-05-26T21:18:02.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-05-26T21:18:02.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-05-26T21:18:02.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31522026-05-26T21:18:02.395Z
31532026-05-26T21:18:02.395Zinfo: running `cargo check --bins` on installinator-common-versions (126/295)
31542026-05-26T21:18:02.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-05-26T21:18:02.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-05-26T21:18:02.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-05-26T21:18:02.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31582026-05-26T21:18:02.973Z
31592026-05-26T21:18:02.973Zinfo: running `cargo check --bins` on wicket-common (127/295)
31602026-05-26T21:18:03.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-05-26T21:18:03.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-05-26T21:18:03.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-05-26T21:18:03.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31642026-05-26T21:18:03.578Z
31652026-05-26T21:18:03.578Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/295)
31662026-05-26T21:18:04.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-05-26T21:18:04.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-05-26T21:18:04.263Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31692026-05-26T21:18:04.377Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31702026-05-26T21:18:04.385Z Checking csv-core v0.1.13
31712026-05-26T21:18:04.392Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31722026-05-26T21:18:04.398Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31732026-05-26T21:18:04.402Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31742026-05-26T21:18:04.419Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31752026-05-26T21:18:04.430Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31762026-05-26T21:18:04.539Z Checking csv v1.4.0
31772026-05-26T21:18:04.582Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31782026-05-26T21:18:04.596Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31792026-05-26T21:18:04.620Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31802026-05-26T21:18:04.637Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31812026-05-26T21:18:04.870Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31822026-05-26T21:18:05.233Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31832026-05-26T21:18:05.236Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31842026-05-26T21:18:05.588Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31852026-05-26T21:18:11.429Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31862026-05-26T21:18:11.956Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31872026-05-26T21:18:14.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.70s
31882026-05-26T21:18:14.474Z
31892026-05-26T21:18:14.474Zinfo: running `cargo check --bins` on cockroach-admin-api (129/295)
31902026-05-26T21:18:14.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-05-26T21:18:14.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-05-26T21:18:14.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-05-26T21:18:14.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31942026-05-26T21:18:15.065Z
31952026-05-26T21:18:15.065Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295)
31962026-05-26T21:18:15.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-05-26T21:18:15.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-05-26T21:18:15.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-05-26T21:18:15.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32002026-05-26T21:18:15.743Z
32012026-05-26T21:18:15.743Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295)
32022026-05-26T21:18:16.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-05-26T21:18:16.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-05-26T21:18:16.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-05-26T21:18:16.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32062026-05-26T21:18:16.421Z
32072026-05-26T21:18:16.421Zinfo: running `cargo check --bins` on gateway-test-utils (132/295)
32082026-05-26T21:18:16.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-05-26T21:18:16.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-05-26T21:18:16.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-05-26T21:18:16.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32122026-05-26T21:18:17.065Z
32132026-05-26T21:18:17.065Zinfo: running `cargo check --bins` on omicron-gateway (133/295)
32142026-05-26T21:18:17.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-05-26T21:18:17.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-05-26T21:18:17.824Z Compiling regress v0.11.1
32172026-05-26T21:18:17.961Z Compiling unsafe-libyaml v0.2.11
32182026-05-26T21:18:17.973Z Compiling semver v0.1.20
32192026-05-26T21:18:17.976Z Compiling radium v0.7.0
32202026-05-26T21:18:17.998Z Checking tap v1.0.1
32212026-05-26T21:18:18.001Z Compiling maybe-uninit v2.0.0
32222026-05-26T21:18:18.023Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32232026-05-26T21:18:18.097Z Checking wyz v0.5.1
32242026-05-26T21:18:18.244Z Compiling rustc_version v0.1.7
32252026-05-26T21:18:18.289Z Checking progenitor-client v0.13.0
32262026-05-26T21:18:18.320Z Compiling zerocopy-derive v0.6.6
32272026-05-26T21:18:18.434Z Compiling packed_struct v0.10.1
32282026-05-26T21:18:18.460Z Compiling newtype_derive v0.1.6
32292026-05-26T21:18:18.515Z Compiling serde_yaml v0.9.34+deprecated
32302026-05-26T21:18:18.651Z Checking funty v2.0.0
32312026-05-26T21:18:18.680Z Checking crc-catalog v2.4.0
32322026-05-26T21:18:18.704Z Compiling owo-colors v4.3.0
32332026-05-26T21:18:18.773Z Compiling cancel-safe-futures v0.1.5
32342026-05-26T21:18:18.975Z Checking bitvec v1.0.1
32352026-05-26T21:18:19.025Z Checking crc v3.4.0
32362026-05-26T21:18:19.162Z Checking zerocopy v0.6.6
32372026-05-26T21:18:19.227Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32382026-05-26T21:18:19.245Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32392026-05-26T21:18:19.378Z Checking typify-impl v0.6.2
32402026-05-26T21:18:19.514Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32412026-05-26T21:18:19.581Z Compiling packed_struct_codegen v0.10.1
32422026-05-26T21:18:19.766Z Checking libsw-core v0.3.2
32432026-05-26T21:18:19.781Z Compiling bitfield-macros v0.19.4
32442026-05-26T21:18:19.912Z Compiling indexmap v1.9.3
32452026-05-26T21:18:19.976Z Checking nodrop v0.1.14
32462026-05-26T21:18:20.070Z Checking array-init v0.0.4
32472026-05-26T21:18:20.129Z Checking libsw v3.5.0
32482026-05-26T21:18:20.285Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32492026-05-26T21:18:20.301Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32502026-05-26T21:18:20.371Z Checking smallvec v0.6.14
32512026-05-26T21:18:20.474Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32522026-05-26T21:18:20.489Z Checking bitfield v0.19.4
32532026-05-26T21:18:20.689Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32542026-05-26T21:18:20.756Z Checking unicode-linebreak v0.1.5
32552026-05-26T21:18:20.814Z Checking base64 v0.21.7
32562026-05-26T21:18:20.839Z Checking smawk v0.3.2
32572026-05-26T21:18:20.901Z Checking linear-map v1.2.0
32582026-05-26T21:18:20.969Z Checking tagptr v0.2.0
32592026-05-26T21:18:20.972Z Checking hashbrown v0.12.3
32602026-05-26T21:18:21.054Z Checking ron v0.8.1
32612026-05-26T21:18:21.070Z Checking textwrap v0.16.2
32622026-05-26T21:18:21.124Z Checking moka v0.12.13
32632026-05-26T21:18:21.137Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32642026-05-26T21:18:21.151Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32652026-05-26T21:18:21.284Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32662026-05-26T21:18:21.317Z Checking steno v0.4.1
32672026-05-26T21:18:21.575Z Checking serde-hex v0.1.0
32682026-05-26T21:18:21.700Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32692026-05-26T21:18:21.714Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32702026-05-26T21:18:21.744Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32712026-05-26T21:18:21.860Z Checking hashbrown v0.13.2
32722026-05-26T21:18:22.079Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32732026-05-26T21:18:22.298Z Checking crc-any v2.5.0
32742026-05-26T21:18:22.301Z Checking object v0.30.4
32752026-05-26T21:18:22.327Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32762026-05-26T21:18:22.344Z Checking hickory-resolver v0.25.2
32772026-05-26T21:18:22.399Z Checking void v1.0.2
32782026-05-26T21:18:22.451Z Checking path-slash v0.1.5
32792026-05-26T21:18:22.490Z Checking half v1.8.3
32802026-05-26T21:18:22.504Z Checking utf-8 v0.7.6
32812026-05-26T21:18:22.553Z Checking lzss v0.8.2
32822026-05-26T21:18:22.636Z Checking tungstenite v0.23.0
32832026-05-26T21:18:22.687Z Checking serde_cbor v0.11.2
32842026-05-26T21:18:22.876Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32852026-05-26T21:18:23.036Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32862026-05-26T21:18:23.052Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32872026-05-26T21:18:23.052Z Checking nix v0.27.1
32882026-05-26T21:18:23.079Z Checking kstat-rs v0.2.4
32892026-05-26T21:18:23.079Z Checking fxhash v0.2.1
32902026-05-26T21:18:23.212Z Checking serde_bytes v0.11.19
32912026-05-26T21:18:23.264Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32922026-05-26T21:18:23.279Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32932026-05-26T21:18:23.386Z Checking tokio-tungstenite v0.23.1
32942026-05-26T21:18:23.470Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32952026-05-26T21:18:23.567Z Checking signal-hook-tokio v0.3.1
32962026-05-26T21:18:23.849Z Compiling typify-macro v0.6.2
32972026-05-26T21:18:24.680Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32982026-05-26T21:18:25.001Z Compiling typify v0.6.2
32992026-05-26T21:18:25.080Z Compiling progenitor-impl v0.13.0
33002026-05-26T21:18:25.080Z Compiling progenitor-impl v0.14.0
33012026-05-26T21:18:25.570Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33022026-05-26T21:18:25.893Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
33032026-05-26T21:18:26.652Z Compiling progenitor-macro v0.13.0
33042026-05-26T21:18:26.693Z Compiling progenitor-macro v0.14.0
33052026-05-26T21:18:29.236Z Checking progenitor v0.13.0
33062026-05-26T21:18:29.239Z Checking progenitor v0.14.0
33072026-05-26T21:18:29.370Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33082026-05-26T21:18:29.376Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33092026-05-26T21:18:32.343Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33102026-05-26T21:18:39.978Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-05-26T21:18:46.288Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33122026-05-26T21:18:47.650Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33132026-05-26T21:18:48.152Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33142026-05-26T21:18:50.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.16s
33152026-05-26T21:18:50.421Z
33162026-05-26T21:18:50.421Zinfo: running `cargo check --bins` on gateway-api (134/295)
33172026-05-26T21:18:50.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-05-26T21:18:50.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-05-26T21:18:50.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-05-26T21:18:50.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33212026-05-26T21:18:51.014Z
33222026-05-26T21:18:51.014Zinfo: running `cargo check --bins` on ipcc (135/295)
33232026-05-26T21:18:51.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-05-26T21:18:51.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-05-26T21:18:51.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-05-26T21:18:51.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33272026-05-26T21:18:51.611Z
33282026-05-26T21:18:51.611Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295)
33292026-05-26T21:18:52.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-05-26T21:18:52.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-05-26T21:18:52.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-05-26T21:18:52.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33332026-05-26T21:18:52.195Z
33342026-05-26T21:18:52.195Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295)
33352026-05-26T21:18:52.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-05-26T21:18:52.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-05-26T21:18:52.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-05-26T21:18:52.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33392026-05-26T21:18:52.817Z
33402026-05-26T21:18:52.817Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295)
33412026-05-26T21:18:53.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-05-26T21:18:53.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-05-26T21:18:53.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-05-26T21:18:53.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33452026-05-26T21:18:53.418Z
33462026-05-26T21:18:53.418Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295)
33472026-05-26T21:18:53.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-05-26T21:18:53.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-05-26T21:18:53.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-05-26T21:18:53.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33512026-05-26T21:18:54.018Z
33522026-05-26T21:18:54.018Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295)
33532026-05-26T21:18:54.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-05-26T21:18:54.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-05-26T21:18:54.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-05-26T21:18:54.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33572026-05-26T21:18:54.617Z
33582026-05-26T21:18:54.617Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295)
33592026-05-26T21:18:55.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-05-26T21:18:55.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-05-26T21:18:55.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-05-26T21:18:55.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33632026-05-26T21:18:55.231Z
33642026-05-26T21:18:55.231Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295)
33652026-05-26T21:18:55.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-05-26T21:18:55.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-05-26T21:18:55.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-05-26T21:18:55.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33692026-05-26T21:18:55.831Z
33702026-05-26T21:18:55.831Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295)
33712026-05-26T21:18:56.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-05-26T21:18:56.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-05-26T21:18:56.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-05-26T21:18:56.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33752026-05-26T21:18:56.432Z
33762026-05-26T21:18:56.432Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295)
33772026-05-26T21:18:56.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-05-26T21:18:56.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-05-26T21:18:56.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-05-26T21:18:56.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33812026-05-26T21:18:57.033Z
33822026-05-26T21:18:57.033Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295)
33832026-05-26T21:18:57.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-26T21:18:57.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-26T21:18:57.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-26T21:18:57.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33872026-05-26T21:18:57.633Z
33882026-05-26T21:18:57.633Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295)
33892026-05-26T21:18:58.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-26T21:18:58.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-26T21:18:58.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-26T21:18:58.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33932026-05-26T21:18:58.235Z
33942026-05-26T21:18:58.235Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295)
33952026-05-26T21:18:58.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-26T21:18:58.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-26T21:18:58.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-26T21:18:58.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33992026-05-26T21:18:58.835Z
34002026-05-26T21:18:58.835Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295)
34012026-05-26T21:18:59.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-26T21:18:59.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-26T21:18:59.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-26T21:18:59.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34052026-05-26T21:18:59.453Z
34062026-05-26T21:18:59.453Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295)
34072026-05-26T21:18:59.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-26T21:18:59.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-26T21:18:59.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-26T21:18:59.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34112026-05-26T21:19:00.068Z
34122026-05-26T21:19:00.068Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295)
34132026-05-26T21:19:00.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-26T21:19:00.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-26T21:19:00.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-26T21:19:00.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34172026-05-26T21:19:00.689Z
34182026-05-26T21:19:00.689Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295)
34192026-05-26T21:19:01.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-26T21:19:01.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-26T21:19:01.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-26T21:19:01.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34232026-05-26T21:19:01.308Z
34242026-05-26T21:19:01.308Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295)
34252026-05-26T21:19:01.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-26T21:19:01.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-26T21:19:01.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-26T21:19:01.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34292026-05-26T21:19:01.927Z
34302026-05-26T21:19:01.927Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295)
34312026-05-26T21:19:02.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-26T21:19:02.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-26T21:19:02.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-05-26T21:19:02.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34352026-05-26T21:19:02.552Z
34362026-05-26T21:19:02.552Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295)
34372026-05-26T21:19:03.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-05-26T21:19:03.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-05-26T21:19:03.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-05-26T21:19:03.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34412026-05-26T21:19:03.172Z
34422026-05-26T21:19:03.172Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295)
34432026-05-26T21:19:03.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-05-26T21:19:03.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-05-26T21:19:03.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-05-26T21:19:03.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34472026-05-26T21:19:03.793Z
34482026-05-26T21:19:03.793Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295)
34492026-05-26T21:19:04.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-05-26T21:19:04.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-05-26T21:19:04.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-05-26T21:19:04.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34532026-05-26T21:19:04.412Z
34542026-05-26T21:19:04.412Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295)
34552026-05-26T21:19:04.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-05-26T21:19:04.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-05-26T21:19:04.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-05-26T21:19:04.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34592026-05-26T21:19:05.030Z
34602026-05-26T21:19:05.030Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295)
34612026-05-26T21:19:05.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-05-26T21:19:05.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-05-26T21:19:05.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-05-26T21:19:05.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34652026-05-26T21:19:05.629Z
34662026-05-26T21:19:05.629Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295)
34672026-05-26T21:19:06.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-05-26T21:19:06.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-05-26T21:19:06.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-05-26T21:19:06.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34712026-05-26T21:19:06.229Z
34722026-05-26T21:19:06.230Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295)
34732026-05-26T21:19:06.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-05-26T21:19:06.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-05-26T21:19:06.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-05-26T21:19:06.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34772026-05-26T21:19:06.829Z
34782026-05-26T21:19:06.829Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295)
34792026-05-26T21:19:07.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-05-26T21:19:07.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-05-26T21:19:07.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-05-26T21:19:07.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34832026-05-26T21:19:07.424Z
34842026-05-26T21:19:07.424Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295)
34852026-05-26T21:19:07.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-05-26T21:19:07.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-05-26T21:19:07.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-05-26T21:19:07.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34892026-05-26T21:19:08.017Z
34902026-05-26T21:19:08.018Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295)
34912026-05-26T21:19:08.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-05-26T21:19:08.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-05-26T21:19:08.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-05-26T21:19:08.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34952026-05-26T21:19:08.614Z
34962026-05-26T21:19:08.614Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295)
34972026-05-26T21:19:09.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-05-26T21:19:09.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-05-26T21:19:09.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-05-26T21:19:09.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35012026-05-26T21:19:09.205Z
35022026-05-26T21:19:09.205Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295)
35032026-05-26T21:19:09.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-05-26T21:19:09.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-05-26T21:19:09.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-05-26T21:19:09.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35072026-05-26T21:19:09.799Z
35082026-05-26T21:19:09.799Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295)
35092026-05-26T21:19:10.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-05-26T21:19:10.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-05-26T21:19:10.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-05-26T21:19:10.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35132026-05-26T21:19:10.416Z
35142026-05-26T21:19:10.416Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295)
35152026-05-26T21:19:10.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-05-26T21:19:10.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-05-26T21:19:10.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-05-26T21:19:10.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35192026-05-26T21:19:11.032Z
35202026-05-26T21:19:11.032Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295)
35212026-05-26T21:19:11.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-05-26T21:19:11.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-05-26T21:19:11.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-05-26T21:19:11.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35252026-05-26T21:19:11.643Z
35262026-05-26T21:19:11.643Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295)
35272026-05-26T21:19:12.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-05-26T21:19:12.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-05-26T21:19:12.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-05-26T21:19:12.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35312026-05-26T21:19:12.252Z
35322026-05-26T21:19:12.252Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295)
35332026-05-26T21:19:12.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-05-26T21:19:12.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-05-26T21:19:12.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-05-26T21:19:12.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35372026-05-26T21:19:12.861Z
35382026-05-26T21:19:12.861Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295)
35392026-05-26T21:19:13.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-05-26T21:19:13.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-05-26T21:19:13.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-05-26T21:19:13.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35432026-05-26T21:19:13.475Z
35442026-05-26T21:19:13.475Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295)
35452026-05-26T21:19:13.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-05-26T21:19:13.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-05-26T21:19:13.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-05-26T21:19:13.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35492026-05-26T21:19:14.085Z
35502026-05-26T21:19:14.085Zinfo: running `cargo check --bins` on oximeter-producer (173/295)
35512026-05-26T21:19:14.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-05-26T21:19:14.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-05-26T21:19:14.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-05-26T21:19:14.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35552026-05-26T21:19:14.720Z
35562026-05-26T21:19:14.720Zinfo: running `cargo check --bins` on internal-dns-resolver (174/295)
35572026-05-26T21:19:15.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-05-26T21:19:15.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-05-26T21:19:15.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-05-26T21:19:15.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35612026-05-26T21:19:15.323Z
35622026-05-26T21:19:15.323Zinfo: running `cargo check --bins` on dns-server (175/295)
35632026-05-26T21:19:15.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-05-26T21:19:15.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-05-26T21:19:15.973Z Compiling parking_lot_core v0.8.6
35662026-05-26T21:19:15.973Z Compiling atomicwrites v0.4.4
35672026-05-26T21:19:15.976Z Compiling git-stub v1.0.0
35682026-05-26T21:19:15.976Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35692026-05-26T21:19:15.976Z Checking prefix-trie v0.7.0
35702026-05-26T21:19:16.209Z Compiling git-stub-vcs v0.1.0
35712026-05-26T21:19:16.383Z Checking hickory-server v0.25.2
35722026-05-26T21:19:16.476Z Checking parking_lot v0.11.2
35732026-05-26T21:19:16.488Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35742026-05-26T21:19:16.565Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35752026-05-26T21:19:16.565Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35762026-05-26T21:19:16.644Z Checking sled v0.34.7
35772026-05-26T21:19:18.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
35782026-05-26T21:19:18.724Z
35792026-05-26T21:19:18.724Zinfo: running `cargo check --bins` on dns-server-api (176/295)
35802026-05-26T21:19:19.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-26T21:19:19.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-26T21:19:19.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-26T21:19:19.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35842026-05-26T21:19:19.314Z
35852026-05-26T21:19:19.314Zinfo: running `cargo check --bins` on oximeter-producer-api (177/295)
35862026-05-26T21:19:19.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-26T21:19:19.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-26T21:19:19.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-05-26T21:19:19.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35902026-05-26T21:19:19.910Z
35912026-05-26T21:19:19.910Zinfo: running `cargo check --bins` on sp-sim (178/295)
35922026-05-26T21:19:20.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-26T21:19:20.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-26T21:19:20.637Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35952026-05-26T21:19:22.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
35962026-05-26T21:19:22.596Z
35972026-05-26T21:19:22.596Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295)
35982026-05-26T21:19:23.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-26T21:19:23.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-26T21:19:23.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-26T21:19:23.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36022026-05-26T21:19:23.252Z
36032026-05-26T21:19:23.252Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295)
36042026-05-26T21:19:23.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-26T21:19:23.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-26T21:19:23.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-05-26T21:19:23.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36082026-05-26T21:19:23.895Z
36092026-05-26T21:19:23.895Zinfo: running `cargo check --bins` on db-macros (181/295)
36102026-05-26T21:19:24.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-05-26T21:19:24.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-05-26T21:19:24.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-05-26T21:19:24.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36142026-05-26T21:19:24.476Z
36152026-05-26T21:19:24.476Zinfo: running `cargo check --bins` on nexus-macros-common (182/295)
36162026-05-26T21:19:24.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-05-26T21:19:24.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-05-26T21:19:24.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-05-26T21:19:24.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36202026-05-26T21:19:25.060Z
36212026-05-26T21:19:25.060Zinfo: running `cargo check --bins` on nexus-auth (183/295)
36222026-05-26T21:19:25.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-05-26T21:19:25.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-05-26T21:19:25.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-05-26T21:19:25.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36262026-05-26T21:19:25.774Z
36272026-05-26T21:19:25.774Zinfo: running `cargo check --bins` on authz-macros (184/295)
36282026-05-26T21:19:26.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-05-26T21:19:26.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-05-26T21:19:26.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-05-26T21:19:26.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36322026-05-26T21:19:26.302Z
36332026-05-26T21:19:26.302Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/295)
36342026-05-26T21:19:26.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-05-26T21:19:26.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-05-26T21:19:26.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-05-26T21:19:26.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36382026-05-26T21:19:26.954Z
36392026-05-26T21:19:26.954Zinfo: running `cargo check --bins` on nexus-db-model (186/295)
36402026-05-26T21:19:27.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-05-26T21:19:27.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-05-26T21:19:27.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-05-26T21:19:27.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36442026-05-26T21:19:27.566Z
36452026-05-26T21:19:27.566Zinfo: running `cargo check --bins` on nexus-db-schema (187/295)
36462026-05-26T21:19:28.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-05-26T21:19:28.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-05-26T21:19:28.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-05-26T21:19:28.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36502026-05-26T21:19:28.146Z
36512026-05-26T21:19:28.146Zinfo: running `cargo check --bins` on omicron-rpaths (188/295)
36522026-05-26T21:19:28.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-05-26T21:19:28.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-05-26T21:19:28.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-05-26T21:19:28.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36562026-05-26T21:19:28.752Z
36572026-05-26T21:19:28.752Zinfo: running `cargo check --bins` on nexus-defaults (189/295)
36582026-05-26T21:19:29.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-05-26T21:19:29.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-05-26T21:19:29.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-05-26T21:19:29.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36622026-05-26T21:19:29.325Z
36632026-05-26T21:19:29.325Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/295)
36642026-05-26T21:19:29.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-05-26T21:19:29.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-05-26T21:19:29.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-05-26T21:19:29.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36682026-05-26T21:19:29.897Z
36692026-05-26T21:19:29.897Zinfo: running `cargo check --bins` on parallel-task-set (191/295)
36702026-05-26T21:19:30.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-05-26T21:19:30.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-05-26T21:19:30.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-05-26T21:19:30.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36742026-05-26T21:19:30.502Z
36752026-05-26T21:19:30.502Zinfo: running `cargo check --bins` on nexus-db-errors (192/295)
36762026-05-26T21:19:31.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-05-26T21:19:31.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-05-26T21:19:31.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-05-26T21:19:31.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36802026-05-26T21:19:31.130Z
36812026-05-26T21:19:31.130Zinfo: running `cargo check --bins` on nexus-db-lookup (193/295)
36822026-05-26T21:19:31.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-05-26T21:19:31.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-05-26T21:19:31.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-05-26T21:19:31.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36862026-05-26T21:19:31.775Z
36872026-05-26T21:19:31.775Zinfo: running `cargo check --bins` on nexus-inventory (194/295)
36882026-05-26T21:19:32.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-05-26T21:19:32.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-05-26T21:19:32.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-05-26T21:19:32.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36922026-05-26T21:19:32.412Z
36932026-05-26T21:19:32.412Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295)
36942026-05-26T21:19:32.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-05-26T21:19:32.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-05-26T21:19:32.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-05-26T21:19:32.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36982026-05-26T21:19:33.028Z
36992026-05-26T21:19:33.028Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/295)
37002026-05-26T21:19:33.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-05-26T21:19:33.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-05-26T21:19:33.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-05-26T21:19:33.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37042026-05-26T21:19:33.645Z
37052026-05-26T21:19:33.645Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295)
37062026-05-26T21:19:34.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-05-26T21:19:34.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-05-26T21:19:34.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-05-26T21:19:34.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37102026-05-26T21:19:34.264Z
37112026-05-26T21:19:34.264Zinfo: running `cargo check --bins` on key-manager (198/295)
37122026-05-26T21:19:34.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-05-26T21:19:34.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-05-26T21:19:34.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-05-26T21:19:34.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37162026-05-26T21:19:34.863Z
37172026-05-26T21:19:34.863Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/295)
37182026-05-26T21:19:35.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-05-26T21:19:35.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-05-26T21:19:35.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-05-26T21:19:35.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37222026-05-26T21:19:35.477Z
37232026-05-26T21:19:35.477Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295)
37242026-05-26T21:19:35.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-05-26T21:19:36.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-05-26T21:19:36.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-05-26T21:19:36.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37282026-05-26T21:19:36.099Z
37292026-05-26T21:19:36.099Zinfo: running `cargo check --bins` on typed-rng (201/295)
37302026-05-26T21:19:36.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-05-26T21:19:36.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-05-26T21:19:36.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-05-26T21:19:36.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37342026-05-26T21:19:36.676Z
37352026-05-26T21:19:36.676Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295)
37362026-05-26T21:19:37.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-05-26T21:19:37.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-05-26T21:19:37.558Z Compiling libefi-sys v0.1.0
37392026-05-26T21:19:37.699Z Compiling bitfield-struct v0.6.2
37402026-05-26T21:19:37.739Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37412026-05-26T21:19:37.740Z Compiling xshell-macros v0.2.7
37422026-05-26T21:19:37.740Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37432026-05-26T21:19:37.781Z Compiling typify-impl v0.4.3
37442026-05-26T21:19:37.781Z Compiling salty v0.3.0
37452026-05-26T21:19:37.781Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37462026-05-26T21:19:37.806Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37472026-05-26T21:19:37.924Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37482026-05-26T21:19:38.059Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37492026-05-26T21:19:38.070Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37502026-05-26T21:19:38.070Z Checking xshell v0.2.7
37512026-05-26T21:19:38.233Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37522026-05-26T21:19:38.256Z Checking primeorder v0.13.6
37532026-05-26T21:19:38.278Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37542026-05-26T21:19:38.391Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37552026-05-26T21:19:38.477Z Compiling proc-macro-error-attr2 v2.0.0
37562026-05-26T21:19:38.477Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37572026-05-26T21:19:38.540Z Checking p384 v0.13.1
37582026-05-26T21:19:38.557Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37592026-05-26T21:19:38.658Z Checking tungstenite v0.21.0
37602026-05-26T21:19:38.672Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37612026-05-26T21:19:38.767Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37622026-05-26T21:19:38.803Z Compiling proc-macro-error2 v2.0.1
37632026-05-26T21:19:39.177Z Compiling num-derive v0.3.3
37642026-05-26T21:19:39.279Z Compiling tabled_derive v0.11.0
37652026-05-26T21:19:39.370Z Checking tokio-tungstenite v0.21.0
37662026-05-26T21:19:39.688Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37672026-05-26T21:19:39.779Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37682026-05-26T21:19:39.992Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37692026-05-26T21:19:40.061Z Checking libscf-sys v1.1.0
37702026-05-26T21:19:40.227Z Checking papergrid v0.17.0
37712026-05-26T21:19:40.338Z Checking testing_table v0.3.0
37722026-05-26T21:19:40.433Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37732026-05-26T21:19:40.433Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37742026-05-26T21:19:40.585Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37752026-05-26T21:19:40.680Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37762026-05-26T21:19:40.805Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37772026-05-26T21:19:40.911Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37782026-05-26T21:19:41.045Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37792026-05-26T21:19:41.045Z Checking corncobs v0.1.4
37802026-05-26T21:19:41.045Z Compiling illumos-nvpair-sys v0.2.0
37812026-05-26T21:19:41.152Z Compiling unicase v2.9.0
37822026-05-26T21:19:41.152Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37832026-05-26T21:19:41.208Z Checking tabled v0.20.0
37842026-05-26T21:19:41.208Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37852026-05-26T21:19:41.255Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37862026-05-26T21:19:41.276Z Compiling mime_guess v2.0.5
37872026-05-26T21:19:41.318Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37882026-05-26T21:19:41.362Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37892026-05-26T21:19:41.378Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37902026-05-26T21:19:41.486Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37912026-05-26T21:19:41.637Z Checking progenitor-client v0.11.2
37922026-05-26T21:19:41.782Z Checking secrecy v0.8.0
37932026-05-26T21:19:41.893Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37942026-05-26T21:19:41.985Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37952026-05-26T21:19:42.104Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
37962026-05-26T21:19:42.198Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37972026-05-26T21:19:42.214Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37982026-05-26T21:19:42.217Z Compiling typify-macro v0.4.3
37992026-05-26T21:19:42.247Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38002026-05-26T21:19:42.470Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38012026-05-26T21:19:42.505Z Checking filetime v0.2.27
38022026-05-26T21:19:42.634Z Checking http-range v0.1.5
38032026-05-26T21:19:42.650Z Checking crc8 v0.1.1
38042026-05-26T21:19:42.748Z Checking xattr v1.6.1
38052026-05-26T21:19:42.764Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38062026-05-26T21:19:42.881Z Checking tar v0.4.45
38072026-05-26T21:19:42.951Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38082026-05-26T21:19:43.134Z Checking illumos-nvpair v0.3.0
38092026-05-26T21:19:43.271Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38102026-05-26T21:19:43.301Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38112026-05-26T21:19:44.348Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38122026-05-26T21:19:44.352Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38132026-05-26T21:19:44.352Z Checking atty v0.2.14
38142026-05-26T21:19:44.352Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38152026-05-26T21:19:44.352Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
38162026-05-26T21:19:44.352Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38172026-05-26T21:19:44.352Z Compiling typify v0.4.3
38182026-05-26T21:19:44.352Z Compiling progenitor-impl v0.11.2
38192026-05-26T21:19:44.352Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38202026-05-26T21:19:44.352Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38212026-05-26T21:19:44.352Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38222026-05-26T21:19:44.565Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38232026-05-26T21:19:44.586Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38242026-05-26T21:19:44.758Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38252026-05-26T21:19:44.867Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38262026-05-26T21:19:44.983Z Checking hyper-staticfile v0.10.1
38272026-05-26T21:19:45.112Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38282026-05-26T21:19:45.276Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38292026-05-26T21:19:45.313Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38302026-05-26T21:19:45.367Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38312026-05-26T21:19:45.448Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38322026-05-26T21:19:45.633Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38332026-05-26T21:19:45.717Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38342026-05-26T21:19:45.789Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38352026-05-26T21:19:45.907Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38362026-05-26T21:19:46.011Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38372026-05-26T21:19:46.453Z Compiling progenitor-macro v0.11.2
38382026-05-26T21:19:48.837Z Checking progenitor v0.11.2
38392026-05-26T21:19:48.969Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38402026-05-26T21:19:49.300Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38412026-05-26T21:19:53.630Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38422026-05-26T21:20:04.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.82s
38432026-05-26T21:20:04.718Z
38442026-05-26T21:20:04.718Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295)
38452026-05-26T21:20:05.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-05-26T21:20:05.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-05-26T21:20:05.502Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38482026-05-26T21:20:16.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
38492026-05-26T21:20:16.334Z
38502026-05-26T21:20:16.334Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295)
38512026-05-26T21:20:16.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-05-26T21:20:16.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-05-26T21:20:17.117Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38542026-05-26T21:20:27.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
38552026-05-26T21:20:27.919Z
38562026-05-26T21:20:27.919Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295)
38572026-05-26T21:20:28.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-05-26T21:20:28.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-05-26T21:20:28.701Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38602026-05-26T21:20:39.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
38612026-05-26T21:20:39.534Z
38622026-05-26T21:20:39.534Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295)
38632026-05-26T21:20:40.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-05-26T21:20:40.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-05-26T21:20:40.315Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-05-26T21:20:50.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
38672026-05-26T21:20:51.133Z
38682026-05-26T21:20:51.133Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295)
38692026-05-26T21:20:51.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-05-26T21:20:51.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-05-26T21:20:51.911Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-05-26T21:21:02.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
38732026-05-26T21:21:02.747Z
38742026-05-26T21:21:02.747Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295)
38752026-05-26T21:21:03.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-05-26T21:21:03.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-05-26T21:21:03.534Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-05-26T21:21:14.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
38792026-05-26T21:21:14.372Z
38802026-05-26T21:21:14.372Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295)
38812026-05-26T21:21:14.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-05-26T21:21:14.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-05-26T21:21:15.163Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38842026-05-26T21:21:25.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
38852026-05-26T21:21:25.993Z
38862026-05-26T21:21:25.993Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/295)
38872026-05-26T21:21:26.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-05-26T21:21:26.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-05-26T21:21:26.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-05-26T21:21:26.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38912026-05-26T21:21:26.599Z
38922026-05-26T21:21:26.599Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295)
38932026-05-26T21:21:27.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-05-26T21:21:27.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-05-26T21:21:27.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-05-26T21:21:27.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38972026-05-26T21:21:27.211Z
38982026-05-26T21:21:27.211Zinfo: running `cargo check --bins` on range-requests (212/295)
38992026-05-26T21:21:27.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-05-26T21:21:27.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-05-26T21:21:27.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-05-26T21:21:27.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39032026-05-26T21:21:27.814Z
39042026-05-26T21:21:27.814Zinfo: running `cargo check --bins` on repo-depot-api (213/295)
39052026-05-26T21:21:28.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-05-26T21:21:28.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-05-26T21:21:28.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-05-26T21:21:28.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39092026-05-26T21:21:28.423Z
39102026-05-26T21:21:28.423Zinfo: running `cargo check --bins` on sled-agent-api (214/295)
39112026-05-26T21:21:28.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-05-26T21:21:28.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-05-26T21:21:28.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-05-26T21:21:28.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39152026-05-26T21:21:29.053Z
39162026-05-26T21:21:29.053Zinfo: running `cargo check --bins` on sled-diagnostics (215/295)
39172026-05-26T21:21:29.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-05-26T21:21:29.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-05-26T21:21:29.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-05-26T21:21:29.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39212026-05-26T21:21:29.680Z
39222026-05-26T21:21:29.680Zinfo: running `cargo check --bins` on zfs-test-harness (216/295)
39232026-05-26T21:21:30.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-05-26T21:21:30.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-05-26T21:21:30.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-05-26T21:21:30.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39272026-05-26T21:21:30.312Z
39282026-05-26T21:21:30.313Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295)
39292026-05-26T21:21:30.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-05-26T21:21:30.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-05-26T21:21:30.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-05-26T21:21:30.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39332026-05-26T21:21:30.945Z
39342026-05-26T21:21:30.945Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295)
39352026-05-26T21:21:31.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-05-26T21:21:31.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-05-26T21:21:31.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-05-26T21:21:31.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39392026-05-26T21:21:31.578Z
39402026-05-26T21:21:31.579Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/295)
39412026-05-26T21:21:32.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-05-26T21:21:32.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-05-26T21:21:32.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-05-26T21:21:32.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39452026-05-26T21:21:32.205Z
39462026-05-26T21:21:32.205Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/295)
39472026-05-26T21:21:32.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-05-26T21:21:32.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-05-26T21:21:32.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-05-26T21:21:32.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39512026-05-26T21:21:32.833Z
39522026-05-26T21:21:32.833Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295)
39532026-05-26T21:21:33.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-05-26T21:21:33.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-05-26T21:21:33.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-05-26T21:21:33.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39572026-05-26T21:21:33.461Z
39582026-05-26T21:21:33.461Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295)
39592026-05-26T21:21:33.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-05-26T21:21:33.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-05-26T21:21:33.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-05-26T21:21:33.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39632026-05-26T21:21:34.091Z
39642026-05-26T21:21:34.092Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/295)
39652026-05-26T21:21:34.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-05-26T21:21:34.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-05-26T21:21:34.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-05-26T21:21:34.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39692026-05-26T21:21:34.722Z
39702026-05-26T21:21:34.723Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/295)
39712026-05-26T21:21:35.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-05-26T21:21:35.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-05-26T21:21:35.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-05-26T21:21:35.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39752026-05-26T21:21:35.376Z
39762026-05-26T21:21:35.376Zinfo: running `cargo check --bins` on trust-quorum (225/295)
39772026-05-26T21:21:35.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-05-26T21:21:35.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-05-26T21:21:35.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-05-26T21:21:35.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39812026-05-26T21:21:36.009Z
39822026-05-26T21:21:36.009Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295)
39832026-05-26T21:21:36.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-05-26T21:21:36.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-05-26T21:21:36.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-05-26T21:21:36.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39872026-05-26T21:21:36.650Z
39882026-05-26T21:21:36.650Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/295)
39892026-05-26T21:21:37.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-05-26T21:21:37.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-05-26T21:21:37.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-05-26T21:21:37.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39932026-05-26T21:21:37.314Z
39942026-05-26T21:21:37.314Zinfo: running `cargo check --bins` on update-common (228/295)
39952026-05-26T21:21:37.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-05-26T21:21:37.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-05-26T21:21:37.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-05-26T21:21:37.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39992026-05-26T21:21:37.929Z
40002026-05-26T21:21:37.929Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295)
40012026-05-26T21:21:38.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-05-26T21:21:38.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-05-26T21:21:38.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-05-26T21:21:38.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40052026-05-26T21:21:38.591Z
40062026-05-26T21:21:38.591Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/295)
40072026-05-26T21:21:39.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-05-26T21:21:39.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-05-26T21:21:39.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-05-26T21:21:39.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40112026-05-26T21:21:39.172Z
40122026-05-26T21:21:39.172Zinfo: running `cargo check --bins` on reconfigurator-cli (231/295)
40132026-05-26T21:21:39.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-05-26T21:21:39.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-05-26T21:21:39.947Z Compiling fs-err v2.11.0
40162026-05-26T21:21:39.950Z Checking ignore v0.4.25
40172026-05-26T21:21:39.951Z Checking arc-swap v1.8.2
40182026-05-26T21:21:40.083Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40192026-05-26T21:21:40.083Z Checking predicates-tree v1.0.13
40202026-05-26T21:21:40.089Z Checking parse-size v1.1.0
40212026-05-26T21:21:40.112Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40222026-05-26T21:21:40.124Z Checking rand_seeder v0.4.0
40232026-05-26T21:21:40.188Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40242026-05-26T21:21:40.210Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40252026-05-26T21:21:40.264Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40262026-05-26T21:21:40.277Z Checking slog-scope v4.4.1
40272026-05-26T21:21:40.313Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40282026-05-26T21:21:40.401Z Compiling petname v2.0.2
40292026-05-26T21:21:40.416Z Checking slog-stdlog v4.1.1
40302026-05-26T21:21:40.430Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40312026-05-26T21:21:40.455Z Checking globwalk v0.9.1
40322026-05-26T21:21:40.502Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40332026-05-26T21:21:40.531Z Checking slog-envlogger v2.2.0
40342026-05-26T21:21:40.631Z Checking camino-tempfile-ext v0.3.3
40352026-05-26T21:21:40.678Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40362026-05-26T21:21:40.713Z Checking sapling-renderdag v0.1.0
40372026-05-26T21:21:40.822Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40382026-05-26T21:21:40.863Z Checking subprocess v0.2.15
40392026-05-26T21:21:40.947Z Checking sync-ptr v0.1.4
40402026-05-26T21:21:41.047Z Checking colored v2.2.0
40412026-05-26T21:21:41.062Z Checking assert_matches v1.5.0
40422026-05-26T21:21:41.141Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40432026-05-26T21:21:41.310Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40442026-05-26T21:21:41.310Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40452026-05-26T21:21:41.966Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40462026-05-26T21:21:43.297Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40472026-05-26T21:21:45.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.31s
40482026-05-26T21:21:45.702Z
40492026-05-26T21:21:45.702Zinfo: running `cargo check --bins` on omicron-repl-utils (232/295)
40502026-05-26T21:21:46.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40512026-05-26T21:21:46.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40522026-05-26T21:21:46.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40532026-05-26T21:21:46.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40542026-05-26T21:21:46.291Z
40552026-05-26T21:21:46.291Zinfo: running `cargo check --bins` on transient-dns-server (233/295)
40562026-05-26T21:21:46.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-05-26T21:21:46.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-05-26T21:21:46.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40592026-05-26T21:21:46.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40602026-05-26T21:21:46.896Z
40612026-05-26T21:21:46.896Zinfo: running `cargo check --bins` on nexus-test-interface (234/295)
40622026-05-26T21:21:47.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-05-26T21:21:47.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-05-26T21:21:47.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-05-26T21:21:47.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40662026-05-26T21:21:47.554Z
40672026-05-26T21:21:47.554Zinfo: running `cargo check --bins` on oximeter-collector (235/295)
40682026-05-26T21:21:48.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-05-26T21:21:48.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-05-26T21:21:48.287Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40712026-05-26T21:21:48.287Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40722026-05-26T21:21:48.927Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40732026-05-26T21:21:50.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s
40742026-05-26T21:21:50.700Z
40752026-05-26T21:21:50.700Zinfo: running `cargo check --bins` on oximeter-api (236/295)
40762026-05-26T21:21:51.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-05-26T21:21:51.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-05-26T21:21:51.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40792026-05-26T21:21:51.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40802026-05-26T21:21:51.304Z
40812026-05-26T21:21:51.304Zinfo: running `cargo check --bins` on cert-dev (237/295)
40822026-05-26T21:21:51.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-05-26T21:21:51.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-05-26T21:21:51.914Z Checking yasna v0.5.2
40852026-05-26T21:21:52.313Z Checking rcgen v0.12.1
40862026-05-26T21:21:52.558Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40872026-05-26T21:21:52.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
40882026-05-26T21:21:52.918Z
40892026-05-26T21:21:52.918Zinfo: running `cargo check --bins` on clickana (238/295)
40902026-05-26T21:21:53.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-05-26T21:21:53.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-05-26T21:21:53.567Z Compiling darling_core v0.23.0
40932026-05-26T21:21:53.675Z Compiling instability v0.3.11
40942026-05-26T21:21:53.678Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40952026-05-26T21:21:53.689Z Checking castaway v0.2.4
40962026-05-26T21:21:53.695Z Compiling indoc v2.0.7
40972026-05-26T21:21:53.702Z Checking unicode-truncate v1.1.0
40982026-05-26T21:21:53.706Z Checking lru v0.12.5
40992026-05-26T21:21:53.706Z Checking cassowary v0.3.0
41002026-05-26T21:21:53.778Z Checking compact_str v0.8.1
41012026-05-26T21:21:54.746Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41022026-05-26T21:21:54.929Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41032026-05-26T21:21:55.087Z Compiling darling_macro v0.23.0
41042026-05-26T21:21:55.491Z Compiling darling v0.23.0
41052026-05-26T21:21:56.097Z Checking ratatui v0.29.0
41062026-05-26T21:21:57.157Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41072026-05-26T21:21:57.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s
41082026-05-26T21:21:58.008Z
41092026-05-26T21:21:58.008Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/295)
41102026-05-26T21:21:58.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-05-26T21:21:58.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-05-26T21:21:58.735Z Checking headers-core v0.3.0
41132026-05-26T21:21:58.738Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41142026-05-26T21:21:58.930Z Checking headers v0.4.1
41152026-05-26T21:21:59.296Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41162026-05-26T21:22:00.151Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41172026-05-26T21:22:00.643Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41182026-05-26T21:22:01.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
41192026-05-26T21:22:01.263Z
41202026-05-26T21:22:01.263Zinfo: running `cargo check --bins` on ch-dev (240/295)
41212026-05-26T21:22:01.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-05-26T21:22:01.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-05-26T21:22:01.980Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41242026-05-26T21:22:02.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
41252026-05-26T21:22:02.933Z
41262026-05-26T21:22:02.933Zinfo: running `cargo check --bins` on dev-tools-common (241/295)
41272026-05-26T21:22:03.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-05-26T21:22:03.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-05-26T21:22:03.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41302026-05-26T21:22:03.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
41312026-05-26T21:22:03.402Z
41322026-05-26T21:22:03.402Zinfo: running `cargo check --bins` on crdb-seed (242/295)
41332026-05-26T21:22:03.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-05-26T21:22:03.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-05-26T21:22:04.122Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41362026-05-26T21:22:05.107Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41372026-05-26T21:22:05.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
41382026-05-26T21:22:05.644Z
41392026-05-26T21:22:05.644Zinfo: running `cargo check --bins` on db-dev (243/295)
41402026-05-26T21:22:06.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41412026-05-26T21:22:06.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41422026-05-26T21:22:06.360Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41432026-05-26T21:22:07.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
41442026-05-26T21:22:07.305Z
41452026-05-26T21:22:07.305Zinfo: running `cargo check --bins` on omicron-dev-lib (244/295)
41462026-05-26T21:22:07.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41472026-05-26T21:22:07.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41482026-05-26T21:22:07.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41492026-05-26T21:22:07.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41502026-05-26T21:22:07.949Z
41512026-05-26T21:22:07.949Zinfo: running `cargo check --bins` on xtask-downloader (245/295)
41522026-05-26T21:22:08.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-05-26T21:22:08.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-05-26T21:22:08.562Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41552026-05-26T21:22:09.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
41562026-05-26T21:22:09.416Z
41572026-05-26T21:22:09.416Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/295)
41582026-05-26T21:22:09.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-05-26T21:22:09.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-05-26T21:22:10.169Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41612026-05-26T21:22:10.169Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41622026-05-26T21:22:10.169Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
41632026-05-26T21:22:10.172Z Checking git-stub v1.0.0
41642026-05-26T21:22:10.172Z Compiling trait-variant v0.1.2
41652026-05-26T21:22:10.172Z Checking is_ci v1.2.0
41662026-05-26T21:22:10.172Z Checking maplit v1.0.2
41672026-05-26T21:22:10.318Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41682026-05-26T21:22:10.370Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41692026-05-26T21:22:10.384Z Checking supports-color v3.0.2
41702026-05-26T21:22:10.478Z Checking git-stub-vcs v0.1.0
41712026-05-26T21:22:10.504Z Checking drift v0.2.0
41722026-05-26T21:22:10.518Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41732026-05-26T21:22:10.574Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41742026-05-26T21:22:10.670Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41752026-05-26T21:22:10.784Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41762026-05-26T21:22:10.800Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41772026-05-26T21:22:10.839Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41782026-05-26T21:22:10.852Z Checking dropshot-api-manager v0.7.2
41792026-05-26T21:22:11.007Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41802026-05-26T21:22:11.034Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41812026-05-26T21:22:11.246Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
41822026-05-26T21:22:11.571Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41832026-05-26T21:22:16.493Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41842026-05-26T21:22:17.574Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41852026-05-26T21:22:18.134Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41862026-05-26T21:22:18.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.14s
41872026-05-26T21:22:18.761Z
41882026-05-26T21:22:18.761Zinfo: running `cargo check --bins` on installinator-api (247/295)
41892026-05-26T21:22:19.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902026-05-26T21:22:19.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912026-05-26T21:22:19.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41922026-05-26T21:22:19.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41932026-05-26T21:22:19.361Z
41942026-05-26T21:22:19.361Zinfo: running `cargo check --bins` on nexus-external-api (248/295)
41952026-05-26T21:22:19.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41962026-05-26T21:22:19.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41972026-05-26T21:22:19.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41982026-05-26T21:22:19.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41992026-05-26T21:22:19.993Z
42002026-05-26T21:22:19.993Zinfo: running `cargo check --bins` on nexus-internal-api (249/295)
42012026-05-26T21:22:20.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42022026-05-26T21:22:20.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42032026-05-26T21:22:20.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42042026-05-26T21:22:20.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42052026-05-26T21:22:20.629Z
42062026-05-26T21:22:20.629Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/295)
42072026-05-26T21:22:21.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-05-26T21:22:21.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-05-26T21:22:21.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42102026-05-26T21:22:21.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42112026-05-26T21:22:21.264Z
42122026-05-26T21:22:21.264Zinfo: running `cargo check --bins` on ntp-admin-api (251/295)
42132026-05-26T21:22:21.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-05-26T21:22:21.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-05-26T21:22:21.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42162026-05-26T21:22:21.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42172026-05-26T21:22:21.864Z
42182026-05-26T21:22:21.864Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/295)
42192026-05-26T21:22:22.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-05-26T21:22:22.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-05-26T21:22:22.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-05-26T21:22:22.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42232026-05-26T21:22:22.454Z
42242026-05-26T21:22:22.454Zinfo: running `cargo check --bins` on wicketd-api (253/295)
42252026-05-26T21:22:22.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-05-26T21:22:22.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-05-26T21:22:22.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42282026-05-26T21:22:22.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42292026-05-26T21:22:23.073Z
42302026-05-26T21:22:23.073Zinfo: running `cargo check --bins` on omicron-ls-apis (254/295)
42312026-05-26T21:22:23.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-05-26T21:22:23.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-05-26T21:22:23.687Z Checking typeid v1.0.3
42342026-05-26T21:22:23.798Z Checking ordered-float v2.10.1
42352026-05-26T21:22:23.816Z Checking unicode-xid v0.2.6
42362026-05-26T21:22:23.828Z Checking cargo-platform v0.2.0
42372026-05-26T21:22:23.838Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42382026-05-26T21:22:23.864Z Checking erased-serde v0.4.9
42392026-05-26T21:22:24.000Z Checking serde-value v0.7.0
42402026-05-26T21:22:24.176Z Checking serde-untagged v0.1.9
42412026-05-26T21:22:24.328Z Checking cargo-util-schemas v0.8.2
42422026-05-26T21:22:25.003Z Checking cargo_metadata v0.21.0
42432026-05-26T21:22:25.604Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42442026-05-26T21:22:26.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
42452026-05-26T21:22:26.463Z
42462026-05-26T21:22:26.463Zinfo: running `cargo check --bins` on mgs-dev (255/295)
42472026-05-26T21:22:27.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-05-26T21:22:27.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-05-26T21:22:27.196Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42502026-05-26T21:22:27.816Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42512026-05-26T21:22:28.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
42522026-05-26T21:22:28.529Z
42532026-05-26T21:22:28.530Zinfo: running `cargo check --bins` on omicron-omdb (256/295)
42542026-05-26T21:22:29.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-05-26T21:22:29.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-05-26T21:22:29.481Z Compiling vergen-lib v0.1.6
42572026-05-26T21:22:29.481Z Compiling vergen-gitcl v1.0.8
42582026-05-26T21:22:29.481Z Compiling dirs-sys-next v0.1.2
42592026-05-26T21:22:29.484Z Compiling glob v0.3.3
42602026-05-26T21:22:29.484Z Compiling diesel_derives v2.3.7
42612026-05-26T21:22:29.484Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42622026-05-26T21:22:29.645Z Compiling crunchy v0.2.4
42632026-05-26T21:22:29.685Z Compiling dsl_auto_type v0.2.0
42642026-05-26T21:22:29.859Z Compiling dirs-next v2.0.0
42652026-05-26T21:22:29.932Z Checking scheduled-thread-pool v0.2.7
42662026-05-26T21:22:29.950Z Compiling diesel_table_macro_syntax v0.3.0
42672026-05-26T21:22:29.988Z Compiling clang-sys v1.8.1
42682026-05-26T21:22:30.010Z Compiling tiny-keccak v2.0.2
42692026-05-26T21:22:30.075Z Checking r2d2 v0.8.10
42702026-05-26T21:22:30.200Z Compiling term v0.7.0
42712026-05-26T21:22:30.237Z Compiling bit-vec v0.6.3
42722026-05-26T21:22:30.253Z Checking downcast-rs v2.0.2
42732026-05-26T21:22:30.356Z Compiling itertools v0.10.5
42742026-05-26T21:22:30.376Z Compiling ena v0.14.4
42752026-05-26T21:22:30.454Z Compiling bit-set v0.5.3
42762026-05-26T21:22:30.588Z Compiling ascii-canvas v3.0.0
42772026-05-26T21:22:30.607Z Compiling libloading v0.8.9
42782026-05-26T21:22:30.624Z Compiling regex-syntax v0.6.29
42792026-05-26T21:22:30.678Z Compiling diff v0.1.13
42802026-05-26T21:22:30.774Z Compiling bindgen v0.71.1
42812026-05-26T21:22:30.833Z Compiling cexpr v0.6.0
42822026-05-26T21:22:30.940Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42832026-05-26T21:22:31.130Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42842026-05-26T21:22:31.217Z Compiling rustc-hash v2.1.1
42852026-05-26T21:22:31.314Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42862026-05-26T21:22:31.350Z Compiling libxml v0.3.3
42872026-05-26T21:22:31.402Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42882026-05-26T21:22:31.503Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42892026-05-26T21:22:31.596Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42902026-05-26T21:22:31.792Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42912026-05-26T21:22:31.823Z Compiling strum_macros v0.24.3
42922026-05-26T21:22:31.916Z Compiling indoc v1.0.9
42932026-05-26T21:22:32.060Z Compiling lalrpop v0.19.12
42942026-05-26T21:22:32.722Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42952026-05-26T21:22:32.915Z Checking derive_builder v0.20.2
42962026-05-26T21:22:33.033Z Compiling oso-derive v0.27.3
42972026-05-26T21:22:33.176Z Checking quick-xml v0.37.5
42982026-05-26T21:22:33.270Z Compiling impl-trait-for-tuples v0.2.3
42992026-05-26T21:22:33.528Z Checking openssl-probe v0.1.6
43002026-05-26T21:22:33.693Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43012026-05-26T21:22:34.107Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43022026-05-26T21:22:34.303Z Checking bb8 v0.8.6
43032026-05-26T21:22:34.455Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43042026-05-26T21:22:34.497Z Compiling libz-sys v1.1.24
43052026-05-26T21:22:34.587Z Checking nonempty v0.12.0
43062026-05-26T21:22:34.668Z Compiling strsim v0.10.0
43072026-05-26T21:22:34.756Z Compiling libgit2-sys v0.18.3+1.9.2
43082026-05-26T21:22:34.860Z Compiling darling_core v0.13.4
43092026-05-26T21:22:35.009Z Compiling vergen-git2 v9.1.0
43102026-05-26T21:22:35.070Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43112026-05-26T21:22:35.224Z Compiling base64 v0.21.7
43122026-05-26T21:22:35.262Z Compiling rustls v0.21.12
43132026-05-26T21:22:35.473Z Compiling ron v0.8.1
43142026-05-26T21:22:35.576Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43152026-05-26T21:22:35.628Z Checking diesel v2.3.7
43162026-05-26T21:22:36.426Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43172026-05-26T21:22:36.494Z Checking rustls-webpki v0.101.7
43182026-05-26T21:22:36.615Z Checking sct v0.7.1
43192026-05-26T21:22:36.736Z Compiling darling_macro v0.13.4
43202026-05-26T21:22:36.781Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43212026-05-26T21:22:37.215Z Compiling darling v0.13.4
43222026-05-26T21:22:37.308Z Compiling serde_with_macros v1.5.2
43232026-05-26T21:22:37.479Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43242026-05-26T21:22:38.148Z Compiling serde_with v1.14.0
43252026-05-26T21:22:38.151Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43262026-05-26T21:22:39.212Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43272026-05-26T21:22:39.314Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43282026-05-26T21:22:39.976Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43292026-05-26T21:22:40.632Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43302026-05-26T21:22:40.781Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43312026-05-26T21:22:40.825Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43322026-05-26T21:22:40.865Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43332026-05-26T21:22:40.969Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43342026-05-26T21:22:41.013Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43352026-05-26T21:22:41.197Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43362026-05-26T21:22:41.230Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43372026-05-26T21:22:41.250Z Checking tokio-rustls v0.24.1
43382026-05-26T21:22:41.453Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43392026-05-26T21:22:41.995Z Checking rustls-pemfile v1.0.4
43402026-05-26T21:22:42.073Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43412026-05-26T21:22:42.138Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43422026-05-26T21:22:42.325Z Checking twox-hash v2.1.2
43432026-05-26T21:22:42.344Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43442026-05-26T21:22:42.627Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43452026-05-26T21:22:42.670Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43462026-05-26T21:22:42.968Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43472026-05-26T21:22:43.126Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43482026-05-26T21:22:44.379Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43492026-05-26T21:22:44.452Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43502026-05-26T21:22:44.656Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43512026-05-26T21:22:45.055Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43522026-05-26T21:22:45.209Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43532026-05-26T21:22:45.705Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43542026-05-26T21:22:45.733Z Checking console v0.16.2
43552026-05-26T21:22:46.049Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43562026-05-26T21:22:46.198Z Checking fatfs v0.3.6
43572026-05-26T21:22:46.651Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43582026-05-26T21:22:46.686Z Checking unit-prefix v0.5.2
43592026-05-26T21:22:46.823Z Compiling seq-macro v0.3.6
43602026-05-26T21:22:47.258Z Checking indicatif v0.18.4
43612026-05-26T21:22:47.397Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43622026-05-26T21:22:47.643Z Checking support-bundle-viewer v0.1.2
43632026-05-26T21:22:47.889Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43642026-05-26T21:22:47.977Z Checking multimap v0.10.1
43652026-05-26T21:22:53.953Z Checking diesel-dtrace v0.5.0
43662026-05-26T21:22:54.200Z Checking async-bb8-diesel v0.2.1
43672026-05-26T21:22:56.918Z Compiling samael v0.0.19
43682026-05-26T21:23:03.024Z Compiling git2 v0.20.4
43692026-05-26T21:23:03.111Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43702026-05-26T21:23:04.239Z Compiling polar-core v0.27.3
43712026-05-26T21:23:05.383Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43722026-05-26T21:23:08.679Z Checking oso v0.27.3
43732026-05-26T21:23:36.008Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43742026-05-26T21:24:46.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s
43752026-05-26T21:24:46.346Z
43762026-05-26T21:24:46.346Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (257/295)
43772026-05-26T21:24:46.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-05-26T21:24:46.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-05-26T21:24:46.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-05-26T21:24:46.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
43812026-05-26T21:24:47.045Z
43822026-05-26T21:24:47.045Zinfo: running `cargo check --bins` on nexus-saga-recovery (258/295)
43832026-05-26T21:24:47.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-05-26T21:24:47.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-05-26T21:24:47.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-05-26T21:24:47.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43872026-05-26T21:24:47.699Z
43882026-05-26T21:24:47.699Zinfo: running `cargo check --bins` on nexus-test-utils-macros (259/295)
43892026-05-26T21:24:48.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-05-26T21:24:48.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-05-26T21:24:48.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-05-26T21:24:48.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43932026-05-26T21:24:48.291Z
43942026-05-26T21:24:48.291Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (260/295)
43952026-05-26T21:24:48.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-05-26T21:24:48.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-05-26T21:24:49.133Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43982026-05-26T21:24:49.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
43992026-05-26T21:24:50.109Z
44002026-05-26T21:24:50.109Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (261/295)
44012026-05-26T21:24:50.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-05-26T21:24:50.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-05-26T21:24:50.950Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44042026-05-26T21:25:27.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.31s
44052026-05-26T21:25:27.650Z
44062026-05-26T21:25:27.650Zinfo: running `cargo check --bins` on nexus-background-task-interface (262/295)
44072026-05-26T21:25:28.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-05-26T21:25:28.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-05-26T21:25:28.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44102026-05-26T21:25:28.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44112026-05-26T21:25:28.235Z
44122026-05-26T21:25:28.235Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (263/295)
44132026-05-26T21:25:28.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-05-26T21:25:28.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-05-26T21:25:28.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44162026-05-26T21:25:28.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44172026-05-26T21:25:28.876Z
44182026-05-26T21:25:28.876Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (264/295)
44192026-05-26T21:25:29.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-05-26T21:25:29.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-05-26T21:25:29.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44222026-05-26T21:25:29.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44232026-05-26T21:25:29.532Z
44242026-05-26T21:25:29.532Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (265/295)
44252026-05-26T21:25:30.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-05-26T21:25:30.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-05-26T21:25:30.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44282026-05-26T21:25:30.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44292026-05-26T21:25:30.189Z
44302026-05-26T21:25:30.189Zinfo: running `cargo check --bins` on nexus-mgs-updates (266/295)
44312026-05-26T21:25:30.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-05-26T21:25:30.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-05-26T21:25:30.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44342026-05-26T21:25:30.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44352026-05-26T21:25:30.836Z
44362026-05-26T21:25:30.836Zinfo: running `cargo check --bins` on nexus-networking (267/295)
44372026-05-26T21:25:31.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44382026-05-26T21:25:31.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44392026-05-26T21:25:31.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44402026-05-26T21:25:31.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44412026-05-26T21:25:31.490Z
44422026-05-26T21:25:31.490Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/295)
44432026-05-26T21:25:32.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44442026-05-26T21:25:32.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44452026-05-26T21:25:32.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44462026-05-26T21:25:32.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44472026-05-26T21:25:32.144Z
44482026-05-26T21:25:32.144Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295)
44492026-05-26T21:25:32.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-05-26T21:25:32.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-05-26T21:25:32.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44522026-05-26T21:25:32.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44532026-05-26T21:25:32.798Z
44542026-05-26T21:25:32.798Zinfo: running `cargo check --bins` on support-bundle-collection (270/295)
44552026-05-26T21:25:33.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44562026-05-26T21:25:33.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44572026-05-26T21:25:33.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44582026-05-26T21:25:33.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44592026-05-26T21:25:33.449Z
44602026-05-26T21:25:33.449Zinfo: running `cargo check --bins` on omicron-dev (271/295)
44612026-05-26T21:25:34.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-05-26T21:25:34.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-05-26T21:25:34.347Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44642026-05-26T21:25:34.347Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44652026-05-26T21:25:34.530Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44662026-05-26T21:25:34.967Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44672026-05-26T21:25:34.973Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44682026-05-26T21:25:34.973Z Checking diff v0.1.13
44692026-05-26T21:25:34.973Z Checking yansi v1.0.1
44702026-05-26T21:25:34.973Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44712026-05-26T21:25:34.973Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44722026-05-26T21:25:34.973Z Checking pretty_assertions v1.4.1
44732026-05-26T21:25:35.489Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44742026-05-26T21:25:35.659Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44752026-05-26T21:25:59.210Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44762026-05-26T21:25:59.213Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44772026-05-26T21:25:59.213Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44782026-05-26T21:25:59.213Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44792026-05-26T21:25:59.213Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44802026-05-26T21:25:59.213Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44812026-05-26T21:25:59.999Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44822026-05-26T21:25:59.999Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44832026-05-26T21:26:01.197Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44842026-05-26T21:26:37.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
44852026-05-26T21:26:37.517Z
44862026-05-26T21:26:37.517Zinfo: running `cargo check --bins` on omicron-pins (272/295)
44872026-05-26T21:26:38.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44882026-05-26T21:26:38.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44892026-05-26T21:26:38.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44902026-05-26T21:26:38.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44912026-05-26T21:26:38.106Z
44922026-05-26T21:26:38.106Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295)
44932026-05-26T21:26:38.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44942026-05-26T21:26:38.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44952026-05-26T21:26:38.871Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44962026-05-26T21:26:38.991Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44972026-05-26T21:26:38.994Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44982026-05-26T21:27:04.602Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44992026-05-26T21:27:04.989Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45002026-05-26T21:27:06.675Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45012026-05-26T21:27:07.136Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45022026-05-26T21:27:10.046Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45032026-05-26T21:27:32.590Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45042026-05-26T21:27:33.287Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45052026-05-26T21:27:34.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.80s
45062026-05-26T21:27:35.129Z
45072026-05-26T21:27:35.129Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/295)
45082026-05-26T21:27:35.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-05-26T21:27:35.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-05-26T21:27:35.848Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45112026-05-26T21:27:36.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
45122026-05-26T21:27:36.720Z
45132026-05-26T21:27:36.720Zinfo: running `cargo check --bins` on omicron-releng (275/295)
45142026-05-26T21:27:37.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-05-26T21:27:37.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-05-26T21:27:37.365Z Compiling blake3 v1.8.3
45172026-05-26T21:27:37.473Z Checking arrayref v0.3.9
45182026-05-26T21:27:37.476Z Checking arrayvec v0.7.6
45192026-05-26T21:27:37.476Z Checking constant_time_eq v0.4.2
45202026-05-26T21:27:37.492Z Checking topological-sort v0.2.2
45212026-05-26T21:27:37.495Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45222026-05-26T21:27:37.495Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45232026-05-26T21:27:37.495Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45242026-05-26T21:27:37.534Z Checking shell-words v1.1.1
45252026-05-26T21:27:38.352Z Checking omicron-zone-package v0.12.2
45262026-05-26T21:27:39.063Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45272026-05-26T21:27:39.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
45282026-05-26T21:27:40.095Z
45292026-05-26T21:27:40.095Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/295)
45302026-05-26T21:27:40.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45312026-05-26T21:27:40.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45322026-05-26T21:27:40.731Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45332026-05-26T21:27:41.048Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45342026-05-26T21:27:41.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45352026-05-26T21:27:41.631Z
45362026-05-26T21:27:41.631Zinfo: running `cargo check --bins` on schema (277/295)
45372026-05-26T21:27:42.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45382026-05-26T21:27:42.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45392026-05-26T21:27:42.351Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45402026-05-26T21:27:43.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45412026-05-26T21:27:43.231Z
45422026-05-26T21:27:43.231Zinfo: running `cargo check --bins` on xtask (278/295)
45432026-05-26T21:27:43.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-05-26T21:27:43.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-05-26T21:27:43.676Z Checking libc v0.2.185
45462026-05-26T21:27:43.679Z Checking serde v1.0.228
45472026-05-26T21:27:43.762Z Checking zerofrom v0.1.6
45482026-05-26T21:27:43.766Z Checking bitflags v2.11.0
45492026-05-26T21:27:43.772Z Checking smallvec v1.15.1
45502026-05-26T21:27:43.777Z Checking indexmap v2.14.0
45512026-05-26T21:27:43.787Z Checking serde_json v1.0.149
45522026-05-26T21:27:43.789Z Checking scroll v0.12.0
45532026-05-26T21:27:43.856Z Checking yoke v0.8.1
45542026-05-26T21:27:43.912Z Checking num-traits v0.2.19
45552026-05-26T21:27:43.941Z Checking thiserror v1.0.69
45562026-05-26T21:27:44.012Z Checking log v0.4.29
45572026-05-26T21:27:44.023Z Checking zerovec v0.11.5
45582026-05-26T21:27:44.035Z Checking zerotrie v0.2.3
45592026-05-26T21:27:44.046Z Checking errno v0.3.14
45602026-05-26T21:27:44.141Z Checking serde_spanned v0.6.9
45612026-05-26T21:27:44.157Z Checking toml_datetime v0.6.11
45622026-05-26T21:27:44.167Z Checking rustix v1.1.3
45632026-05-26T21:27:44.270Z Checking percent-encoding v2.3.2
45642026-05-26T21:27:44.281Z Checking goblin v0.8.2
45652026-05-26T21:27:44.307Z Checking zerocopy v0.7.35
45662026-05-26T21:27:44.335Z Checking toml_edit v0.22.27
45672026-05-26T21:27:44.382Z Checking getrandom v0.4.1
45682026-05-26T21:27:44.410Z Checking form_urlencoded v1.2.2
45692026-05-26T21:27:44.423Z Checking ordered-float v2.10.1
45702026-05-26T21:27:44.452Z Checking tinystr v0.8.2
45712026-05-26T21:27:44.510Z Checking potential_utf v0.1.4
45722026-05-26T21:27:44.535Z Checking thiserror v2.0.18
45732026-05-26T21:27:44.628Z Checking icu_locale_core v2.1.1
45742026-05-26T21:27:44.639Z Checking serde-value v0.7.0
45752026-05-26T21:27:44.642Z Checking icu_collections v2.1.1
45762026-05-26T21:27:44.649Z Checking syn v2.0.117
45772026-05-26T21:27:44.792Z Checking dtrace-parser v0.2.0
45782026-05-26T21:27:44.840Z Checking thread-id v4.2.2
45792026-05-26T21:27:44.920Z Checking once_cell v1.21.3
45802026-05-26T21:27:44.954Z Checking cargo-platform v0.2.0
45812026-05-26T21:27:44.966Z Checking terminal_size v0.4.3
45822026-05-26T21:27:45.025Z Checking memmap v0.7.0
45832026-05-26T21:27:45.094Z Checking tempfile v3.25.0
45842026-05-26T21:27:45.105Z Checking clap_builder v4.5.60
45852026-05-26T21:27:45.126Z Checking textwrap v0.16.2
45862026-05-26T21:27:45.151Z Checking fs-err v3.3.0
45872026-05-26T21:27:45.173Z Checking icu_provider v2.1.1
45882026-05-26T21:27:45.282Z Checking camino-tempfile v1.4.1
45892026-05-26T21:27:45.326Z Checking tabled v0.15.0
45902026-05-26T21:27:45.337Z Checking anyhow v1.0.102
45912026-05-26T21:27:45.410Z Checking icu_properties v2.1.2
45922026-05-26T21:27:45.436Z Checking icu_normalizer v2.1.1
45932026-05-26T21:27:45.448Z Checking toml v0.8.23
45942026-05-26T21:27:45.533Z Checking macaddr v1.0.1
45952026-05-26T21:27:45.712Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45962026-05-26T21:27:45.758Z Checking cargo_toml v0.21.0
45972026-05-26T21:27:46.153Z Checking dof v0.3.0
45982026-05-26T21:27:46.223Z Checking idna_adapter v1.2.1
45992026-05-26T21:27:46.304Z Checking clap v4.5.60
46002026-05-26T21:27:46.339Z Checking idna v1.1.0
46012026-05-26T21:27:46.453Z Checking usdt-impl v0.5.0
46022026-05-26T21:27:46.564Z Checking url v2.5.8
46032026-05-26T21:27:46.696Z Checking usdt v0.5.0
46042026-05-26T21:27:46.897Z Checking cargo-util-schemas v0.8.2
46052026-05-26T21:27:47.577Z Checking cargo_metadata v0.21.0
46062026-05-26T21:27:48.170Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46072026-05-26T21:27:48.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s
46082026-05-26T21:27:48.702Z
46092026-05-26T21:27:48.702Zinfo: running `cargo check --bins` on dnsadm (279/295)
46102026-05-26T21:27:49.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46112026-05-26T21:27:49.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46122026-05-26T21:27:49.336Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46132026-05-26T21:27:49.803Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46142026-05-26T21:27:50.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
46152026-05-26T21:27:50.385Z
46162026-05-26T21:27:50.385Zinfo: running `cargo check --bins` on end-to-end-tests (280/295)
46172026-05-26T21:27:50.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46182026-05-26T21:27:50.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46192026-05-26T21:27:51.185Z Checking polyval v0.6.2
46202026-05-26T21:27:51.309Z Checking ctr v0.9.2
46212026-05-26T21:27:51.319Z Checking ssh-encoding v0.2.0
46222026-05-26T21:27:51.319Z Checking blowfish v0.9.1
46232026-05-26T21:27:51.338Z Checking password-hash v0.4.2
46242026-05-26T21:27:51.354Z Checking p521 v0.13.3
46252026-05-26T21:27:51.354Z Checking p256 v0.13.2
46262026-05-26T21:27:51.381Z Checking russh-cryptovec v0.7.3
46272026-05-26T21:27:51.447Z Checking ghash v0.5.1
46282026-05-26T21:27:51.461Z Checking md5 v0.7.0
46292026-05-26T21:27:51.464Z Checking bcrypt-pbkdf v0.10.0
46302026-05-26T21:27:51.489Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46312026-05-26T21:27:51.542Z Checking num-bigint v0.4.6
46322026-05-26T21:27:51.557Z Checking pbkdf2 v0.11.0
46332026-05-26T21:27:51.572Z Checking aes-gcm v0.10.3
46342026-05-26T21:27:51.604Z Checking des v0.8.1
46352026-05-26T21:27:52.667Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46362026-05-26T21:27:52.670Z Checking hex-literal v0.4.1
46372026-05-26T21:27:52.670Z Checking ssh-cipher v0.2.0
46382026-05-26T21:27:52.670Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46392026-05-26T21:27:52.670Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46402026-05-26T21:27:52.670Z Checking socket2 v0.5.10
46412026-05-26T21:27:52.670Z Checking internet-checksum v0.2.1
46422026-05-26T21:27:52.670Z Checking ssh-key v0.6.7
46432026-05-26T21:27:52.670Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46442026-05-26T21:27:52.670Z Checking russh-keys v0.45.0
46452026-05-26T21:27:53.056Z Checking russh v0.45.0
46462026-05-26T21:28:09.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.02s
46472026-05-26T21:28:09.622Z
46482026-05-26T21:28:09.622Zinfo: running `cargo check --bins` on gateway-cli (281/295)
46492026-05-26T21:28:10.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46502026-05-26T21:28:10.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46512026-05-26T21:28:10.266Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46522026-05-26T21:28:10.377Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46532026-05-26T21:28:10.382Z Checking termios v0.3.3
46542026-05-26T21:28:11.580Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46552026-05-26T21:28:11.729Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46562026-05-26T21:28:13.502Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46572026-05-26T21:28:14.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
46582026-05-26T21:28:14.251Z
46592026-05-26T21:28:14.251Zinfo: running `cargo check --bins --no-default-features` on installinator (282/295)
46602026-05-26T21:28:14.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46612026-05-26T21:28:14.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46622026-05-26T21:28:14.958Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46632026-05-26T21:28:14.961Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46642026-05-26T21:28:15.079Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46652026-05-26T21:28:15.081Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46662026-05-26T21:28:15.092Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46672026-05-26T21:28:15.092Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46682026-05-26T21:28:15.812Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46692026-05-26T21:28:16.150Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46702026-05-26T21:28:16.153Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46712026-05-26T21:28:16.795Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46722026-05-26T21:28:18.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
46732026-05-26T21:28:18.628Z
46742026-05-26T21:28:18.628Zinfo: running `cargo check --bins` on internal-dns-cli (283/295)
46752026-05-26T21:28:19.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46762026-05-26T21:28:19.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46772026-05-26T21:28:19.274Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46782026-05-26T21:28:19.709Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46792026-05-26T21:28:20.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
46802026-05-26T21:28:20.219Z
46812026-05-26T21:28:20.219Zinfo: running `cargo check --bins` on omicron-live-tests (284/295)
46822026-05-26T21:28:20.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46832026-05-26T21:28:20.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46842026-05-26T21:28:20.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46852026-05-26T21:28:20.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46862026-05-26T21:28:20.812Z
46872026-05-26T21:28:20.812Zinfo: running `cargo check --bins` on live-tests-macros (285/295)
46882026-05-26T21:28:21.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-05-26T21:28:21.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-05-26T21:28:21.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46912026-05-26T21:28:21.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46922026-05-26T21:28:21.402Z
46932026-05-26T21:28:21.403Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295)
46942026-05-26T21:28:21.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-05-26T21:28:21.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-05-26T21:28:22.216Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46972026-05-26T21:28:22.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
46982026-05-26T21:28:22.943Z
46992026-05-26T21:28:22.943Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/295)
47002026-05-26T21:28:23.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-05-26T21:28:23.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-05-26T21:28:23.593Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47032026-05-26T21:28:23.602Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47042026-05-26T21:28:23.867Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47052026-05-26T21:28:23.867Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47062026-05-26T21:28:24.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
47072026-05-26T21:28:24.835Z
47082026-05-26T21:28:24.835Zinfo: running `cargo check --bins` on ntp-admin-types (288/295)
47092026-05-26T21:28:25.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47102026-05-26T21:28:25.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47112026-05-26T21:28:25.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47122026-05-26T21:28:25.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47132026-05-26T21:28:25.420Z
47142026-05-26T21:28:25.420Zinfo: running `cargo check --bins` on omicron-package (289/295)
47152026-05-26T21:28:25.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47162026-05-26T21:28:25.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47172026-05-26T21:28:26.105Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47182026-05-26T21:28:27.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
47192026-05-26T21:28:27.365Z
47202026-05-26T21:28:27.365Zinfo: running `cargo check --bins` on tqdb (290/295)
47212026-05-26T21:28:27.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47222026-05-26T21:28:27.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47232026-05-26T21:28:28.122Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47242026-05-26T21:28:28.470Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47252026-05-26T21:28:28.974Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47262026-05-26T21:28:28.978Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47272026-05-26T21:28:34.845Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47282026-05-26T21:28:34.849Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47292026-05-26T21:28:35.412Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47302026-05-26T21:28:35.415Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47312026-05-26T21:28:35.415Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47322026-05-26T21:28:35.415Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47332026-05-26T21:28:36.170Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47342026-05-26T21:28:37.139Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47352026-05-26T21:28:37.906Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47362026-05-26T21:28:38.521Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47372026-05-26T21:28:42.802Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47382026-05-26T21:28:49.096Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47392026-05-26T21:28:49.096Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47402026-05-26T21:28:49.099Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47412026-05-26T21:28:49.099Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47422026-05-26T21:28:50.554Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47432026-05-26T21:28:51.871Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47442026-05-26T21:28:52.537Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47452026-05-26T21:28:53.771Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47462026-05-26T21:28:54.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.95s
47472026-05-26T21:28:54.538Z
47482026-05-26T21:28:54.538Zinfo: running `cargo check --bins` on wicket-dbg (291/295)
47492026-05-26T21:28:55.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47502026-05-26T21:28:55.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47512026-05-26T21:28:55.257Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47522026-05-26T21:28:55.260Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47532026-05-26T21:28:55.260Z Checking rtoolbox v0.0.3
47542026-05-26T21:28:55.387Z Checking tui-tree-widget v0.23.1
47552026-05-26T21:28:55.484Z Checking rpassword v7.4.0
47562026-05-26T21:28:56.506Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47572026-05-26T21:28:59.502Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47582026-05-26T21:29:01.330Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47592026-05-26T21:29:02.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.68s
47602026-05-26T21:29:02.423Z
47612026-05-26T21:29:02.424Zinfo: running `cargo check --bins` on wicket (292/295)
47622026-05-26T21:29:02.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47632026-05-26T21:29:02.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47642026-05-26T21:29:03.124Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47652026-05-26T21:29:03.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
47662026-05-26T21:29:03.675Z
47672026-05-26T21:29:03.675Zinfo: running `cargo check --bins` on wicketd (293/295)
47682026-05-26T21:29:04.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47692026-05-26T21:29:04.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47702026-05-26T21:29:04.399Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47712026-05-26T21:29:04.404Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47722026-05-26T21:29:04.404Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47732026-05-26T21:29:04.404Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47742026-05-26T21:29:05.383Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47752026-05-26T21:29:05.953Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47762026-05-26T21:29:08.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s
47772026-05-26T21:29:09.109Z
47782026-05-26T21:29:09.109Zinfo: running `cargo check --bins` on omicron-workspace-hack (294/295)
47792026-05-26T21:29:09.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47802026-05-26T21:29:09.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47812026-05-26T21:29:09.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47822026-05-26T21:29:09.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47832026-05-26T21:29:09.727Z
47842026-05-26T21:29:09.727Zinfo: running `cargo check --bins` on zone-setup (295/295)
47852026-05-26T21:29:10.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47862026-05-26T21:29:10.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47872026-05-26T21:29:10.382Z Checking uzers v0.12.2
47882026-05-26T21:29:10.650Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47892026-05-26T21:29:11.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
47902026-05-26T21:29:11.621Z
47912026-05-26T21:29:11.621Zreal 13:58.700952474
47922026-05-26T21:29:11.621Zuser 20:55.959488469
47932026-05-26T21:29:11.621Zsys 4:20.276411210
47942026-05-26T21:29:11.621Ztrap 0.326409371
47952026-05-26T21:29:11.621Ztflt 1.878504499
47962026-05-26T21:29:11.621Zdflt 1.626769407
47972026-05-26T21:29:11.621Zkflt 0.024664997
47982026-05-26T21:29:11.621Zlock 1:17:50.949344749
47992026-05-26T21:29:11.621Zslp 1:40:26.969852838
48002026-05-26T21:29:11.621Zlat 58.400181401
48012026-05-26T21:29:11.630Zstop 3:44.914187719
48022026-05-26T21:29:11.630Zprocess exited: duration 976159 ms, exit code 0
 
48032026-05-26T21:29:11.655Zfound 0 output files