01KSKBQXH6HSBT33GK9P58T1V6: 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: 01KSKBSBFRT0N0S7WVAS0WPKCD

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-27T00:02:33.772Zjob assigned to worker 01KSKBSKQB9CD2F0F90HRFM7NB [factory aws, i-021cb465772a499a8] (queued for 51 s)
 
22026-05-27T00:02:39.891Zstarting task 0: "setup"
32026-05-27T00:02:39.895Z++ uname -s
42026-05-27T00:02:39.898Z+ kern=SunOS
52026-05-27T00:02:39.898Z+ build_user=build
62026-05-27T00:02:39.898Z+ build_uid=12345
72026-05-27T00:02:39.898Z+ work_dir=/work
82026-05-27T00:02:39.898Z+ input_dir=/input
92026-05-27T00:02:39.898Z+ [[ 0 == 12345 ]]
102026-05-27T00:02:39.898Z+ case "$kern" in
112026-05-27T00:02:39.898Z+ groupadd -g 12345 build
122026-05-27T00:02:39.902Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-27T00:02:41.904Z+ zfs create -o mountpoint=/work rpool/work
142026-05-27T00:02:42.021Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-27T00:02:42.024Z+ home_fs=zfs
162026-05-27T00:02:42.024Z+ [[ zfs == autofs ]]
172026-05-27T00:02:42.024Z+ mkdir -p /home/build
182026-05-27T00:02:42.025Z+ chown build:build /home/build /work
192026-05-27T00:02:44.026Z+ chmod 0700 /home/build /work
202026-05-27T00:02:44.029Zprocess exited: duration 4139 ms, exit code 0
 
212026-05-27T00:02:44.036Zstarting task 1: "rust-toolchain"
222026-05-27T00:02:44.040Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-27T00:02:44.041Z * rust toolchain channel = "1.94.0"
242026-05-27T00:02:44.041Z * rust toolchain profile = "default"
252026-05-27T00:02:44.041Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-27T00:02:44.041Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-27T00:02:44.041Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-27T00:02:44.044Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-27T00:02:44.044Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-27T00:02:44.099Zinfo: downloading installer
312026-05-27T00:02:45.417Zwarn: It looks like you have an existing rustup settings file at:
322026-05-27T00:02:45.417Zwarn: /home/build/.rustup/settings.toml
332026-05-27T00:02:45.417Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-27T00:02:45.417Zwarn: instead of the one inferred from the default host triple.
352026-05-27T00:02:45.430Zinfo: profile set to default
362026-05-27T00:02:45.430Zinfo: default host triple is x86_64-unknown-illumos
372026-05-27T00:02:45.433Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-27T00:02:45.559Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-27T00:02:45.562Zinfo: downloading 6 components
402026-05-27T00:03:01.397Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-27T00:03:01.397Z
422026-05-27T00:03:01.424Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-27T00:03:01.424Z
442026-05-27T00:03:01.424Z
452026-05-27T00:03:01.424ZRust is installed now. Great!
462026-05-27T00:03:01.424Z
472026-05-27T00:03:01.424ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-27T00:03:01.424Zenvironment variable. This has not been done automatically.
492026-05-27T00:03:01.424Z
502026-05-27T00:03:01.424ZTo configure your current shell, you need to source
512026-05-27T00:03:01.424Zthe corresponding env file under $HOME/.cargo.
522026-05-27T00:03:01.424Z
532026-05-27T00:03:01.424ZThis is usually done by running one of the following (note the leading DOT):
542026-05-27T00:03:01.428Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-27T00:03:01.428Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-27T00:03:01.428Zsource "~/.cargo/env.nu" # For nushell
572026-05-27T00:03:01.428Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-27T00:03:01.428Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-27T00:03:01.428Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-27T00:03:01.428Zwarn: no default linker (`cc`) was found in your PATH
612026-05-27T00:03:01.428Zwarn: many Rust crates require a system C toolchain to build
622026-05-27T00:03:01.515Z+ rustup --version
632026-05-27T00:03:01.524Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-27T00:03:01.527Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-27T00:03:01.546Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-27T00:03:01.549Z+ cargo --version
672026-05-27T00:03:01.562Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-27T00:03:01.565Z+ rustc --version
692026-05-27T00:03:01.583Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-27T00:03:01.586Zprocess exited: duration 17548 ms, exit code 0
 
712026-05-27T00:03:01.591Zstarting task 2: "authentication"
722026-05-27T00:03:01.608Zprocess exited: duration 16 ms, exit code 0
 
732026-05-27T00:03:01.615Zstarting task 3: "clone repository"
742026-05-27T00:03:01.617Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-27T00:03:01.620Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-27T00:03:01.663ZCloning into '/work/oxidecomputer/omicron'...
772026-05-27T00:03:12.055Z+ cd /work/oxidecomputer/omicron
782026-05-27T00:03:12.055Z+ git fetch origin d48205f6319d9ef1346fbdf8ec3762c09c7acedf
792026-05-27T00:03:12.356ZFrom https://github.com/oxidecomputer/omicron
802026-05-27T00:03:12.357Z * branch d48205f6319d9ef1346fbdf8ec3762c09c7acedf -> FETCH_HEAD
812026-05-27T00:03:12.366Z+ [[ -n '' ]]
822026-05-27T00:03:12.366Z+ git reset --hard d48205f6319d9ef1346fbdf8ec3762c09c7acedf
832026-05-27T00:03:12.602ZHEAD is now at d48205f63 [review] address 80 cols
842026-05-27T00:03:12.605Zprocess exited: duration 10990 ms, exit code 0
 
852026-05-27T00:03:12.610Zstarting task 4: "build"
862026-05-27T00:03:12.615Z+ source .github/buildomat/ci-env.sh
872026-05-27T00:03:12.615Z++ export CARGO_TERM_COLOR=always
882026-05-27T00:03:12.618Z++ CARGO_TERM_COLOR=always
892026-05-27T00:03:12.618Z+ cargo --version
902026-05-27T00:03:12.626Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-05-27T00:03:12.629Z+ rustc --version
922026-05-27T00:03:12.648Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-05-27T00:03:12.651Z+ source ./env.sh
942026-05-27T00:03:12.651Z++ OLD_SHELL_OPTS=ehxB
952026-05-27T00:03:12.651Z++ set -o xtrace
962026-05-27T00:03:12.653Z++++ dirname ./env.sh
972026-05-27T00:03:12.661Z+++ readlink -f .
982026-05-27T00:03:12.665Z++ OMICRON_WS=/work/oxidecomputer/omicron
992026-05-27T00:03:12.668Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-05-27T00:03:12.668Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-05-27T00:03:12.668Z++ 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
1022026-05-27T00:03:12.668Z++ 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
1032026-05-27T00:03:12.668Z++ 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
1042026-05-27T00:03:12.668Z++ 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
1052026-05-27T00:03:12.668Z++ 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
1062026-05-27T00:03:12.668Z++ 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
1072026-05-27T00:03:12.668Z++ case $OLD_SHELL_OPTS in
1082026-05-27T00:03:12.668Z++ unset OLD_SHELL_OPTS OMICRON_WS
1092026-05-27T00:03:12.668Z+ 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
1102026-05-27T00:03:12.668Z+ 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
1112026-05-27T00:03:12.668Z+ banner prerequisites
1122026-05-27T00:03:12.669Z
1132026-05-27T00:03:12.669Z ##### ##### ###### ##### ###### #### # # # #### #
1142026-05-27T00:03:12.669Z # # # # # # # # # # # # # # #
1152026-05-27T00:03:12.669Z # # # # ##### # # ##### # # # # # #### #
1162026-05-27T00:03:12.669Z ##### ##### # ##### # # # # # # # # #
1172026-05-27T00:03:12.669Z # # # # # # # # # # # # # # #
1182026-05-27T00:03:12.669Z # # # ###### # # ###### ### # #### # #### #
1192026-05-27T00:03:12.669Z
1202026-05-27T00:03:12.669Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1212026-05-27T00:03:14.168Z Startup: Refreshing catalog 'helios' ... Done
1222026-05-27T00:03:14.245Z Startup: Caching catalogs ... Done
1232026-05-27T00:03:14.507ZPlanning: Solver setup ... Done (0.225s)
1242026-05-27T00:03:14.524ZPlanning: Running solver ... Done (0.018s)
1252026-05-27T00:03:14.529ZPlanning: Finding local manifests ... Done (0.002s)
1262026-05-27T00:03:14.540ZPlanning: Fetching manifests: 0/2 0% complete
1272026-05-27T00:03:14.555ZPlanning: Fetching manifests: 2/2 100% complete
1282026-05-27T00:03:14.568ZPlanning: Package planning ... Done (0.013s)
1292026-05-27T00:03:14.571ZPlanning: Merging actions ... Done (0.001s)
1302026-05-27T00:03:14.757ZPlanning: Checking for conflicting actions ... Done (0.187s)
1312026-05-27T00:03:14.760ZPlanning: Consolidating action changes ... Done (0.001s)
1322026-05-27T00:03:15.601ZPlanning: Evaluating mediators ... Done (0.843s)
1332026-05-27T00:03:15.604ZPlanning: Planning completed in 1.34 seconds
1342026-05-27T00:03:15.609Z Packages to install: 2
1352026-05-27T00:03:15.612Z Estimated space available: 156.08 GB
1362026-05-27T00:03:15.612ZEstimated space to be consumed: 22.53 MB
1372026-05-27T00:03:15.612Z Create boot environment: No
1382026-05-27T00:03:15.612ZCreate backup boot environment: No
1392026-05-27T00:03:15.612Z Rebuild boot archive: No
1402026-05-27T00:03:15.612Z
1412026-05-27T00:03:15.613ZChanged packages:
1422026-05-27T00:03:15.613Zhelios
1432026-05-27T00:03:15.613Z developer/build-essential
1442026-05-27T00:03:15.613Z None -> 11-3.0
1452026-05-27T00:03:15.613Z library/libxmlsec1
1462026-05-27T00:03:15.613Z None -> 1.2.35-3.0
1472026-05-27T00:03:15.647Z
1482026-05-27T00:03:15.647ZDownload: 0/214 items 0.0/1.3MB 0% complete
1492026-05-27T00:03:16.256ZDownload: Completed 1.28 MB in 0.61 seconds (2.1M/s)
1502026-05-27T00:03:16.298Z Actions: 1/268 actions (Installing new actions)
1512026-05-27T00:03:16.335Z Actions: Completed 268 actions in 0.04 seconds.
1522026-05-27T00:03:16.366ZFinalize: Updating package state database ... Done (0.030s)
1532026-05-27T00:03:16.366ZFinalize: Updating package cache ... Done (0.000s)
1542026-05-27T00:03:16.384ZFinalize: Updating image state ... Done (0.018s)
1552026-05-27T00:03:18.737ZFinalize: Creating fast lookup database ... Done (2.330s)
1562026-05-27T00:03:18.810ZFinalize: Reading search index ... Done (0.020s)
1572026-05-27T00:03:18.813ZFinalize: Updating search index ... Done (0.000s)
1582026-05-27T00:03:18.907ZFinalize: Updating package cache ... Done (0.000s)
1592026-05-27T00:03:19.205ZPlanning: Evaluating mediator changes ... Done
1602026-05-27T00:03:19.309ZPlanning: Checking for conflicting actions ... Done
1612026-05-27T00:03:19.312ZPlanning: Consolidating action changes ... Done
1622026-05-27T00:03:19.470ZPlanning: Evaluating mediators ... Done
1632026-05-27T00:03:19.474ZPlanning: Planning completed in 0.27 seconds
1642026-05-27T00:03:19.493Z Mediators to change: 2
1652026-05-27T00:03:19.493Z Create boot environment: No
1662026-05-27T00:03:19.497ZCreate backup boot environment: No
1672026-05-27T00:03:19.558ZFinalize: Updating package state database ... Done
1682026-05-27T00:03:19.558ZFinalize: Updating package cache ... Done
1692026-05-27T00:03:19.568ZFinalize: Updating image state ... Done
1702026-05-27T00:03:21.499ZFinalize: Creating fast lookup database ... Done
1712026-05-27T00:03:21.566ZFinalize: Reading search index ... Done
1722026-05-27T00:03:21.569ZFinalize: Updating search index ... Done
1732026-05-27T00:03:21.658ZFinalize: Updating package cache ... Done
1742026-05-27T00:03:21.939ZPlanning: Evaluating mediator changes ... Done
1752026-05-27T00:03:22.043ZPlanning: Checking for conflicting actions ... Done
1762026-05-27T00:03:22.046ZPlanning: Consolidating action changes ... Done
1772026-05-27T00:03:22.202ZPlanning: Evaluating mediators ... Done
1782026-05-27T00:03:22.205ZPlanning: Planning completed in 0.26 seconds
1792026-05-27T00:03:22.225Z Mediators to change: 1
1802026-05-27T00:03:22.225Z Create boot environment: No
1812026-05-27T00:03:22.225ZCreate backup boot environment: No
1822026-05-27T00:03:22.288ZFinalize: Updating package state database ... Done
1832026-05-27T00:03:22.288ZFinalize: Updating package cache ... Done
1842026-05-27T00:03:22.299ZFinalize: Updating image state ... Done
1852026-05-27T00:03:24.241ZFinalize: Creating fast lookup database ... Done
1862026-05-27T00:03:24.304ZFinalize: Reading search index ... Done
1872026-05-27T00:03:24.304ZFinalize: Updating search index ... Done
1882026-05-27T00:03:24.392ZFinalize: Updating package cache ... Done
1892026-05-27T00:03:24.706ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1902026-05-27T00:03:24.707Zapache system 2.4 system
1912026-05-27T00:03:24.707Zclang system 15 system
1922026-05-27T00:03:24.707Zcsh system system illumos
1932026-05-27T00:03:24.707Zctags system system illumos
1942026-05-27T00:03:24.707Zfile vendor vendor darwinsys
1952026-05-27T00:03:24.707Zfile system system illumos
1962026-05-27T00:03:24.707Zgcc vendor 14 vendor
1972026-05-27T00:03:24.707Zgcc system 13 system
1982026-05-27T00:03:24.707Zgcc system 10 system
1992026-05-27T00:03:24.707Zgo system 1.25 system
2002026-05-27T00:03:24.707Zllvm system 15 system
2012026-05-27T00:03:24.707Zmariadb system 11.4 system
2022026-05-27T00:03:24.707Zmta vendor vendor dma
2032026-05-27T00:03:24.707Zopenjdk system 17 system
2042026-05-27T00:03:24.707Zopenjdk system 11 system
2052026-05-27T00:03:24.707Zopenssl vendor 3 vendor
2062026-05-27T00:03:24.707Zperl system 5.40 system
2072026-05-27T00:03:24.707Zpostgresql system 18 system
2082026-05-27T00:03:24.707Zpostgresql system 17 system
2092026-05-27T00:03:24.707Zpython vendor 3 vendor
2102026-05-27T00:03:24.707Zpython system 2 system
2112026-05-27T00:03:24.707Zpython3 vendor 3.13 vendor
2122026-05-27T00:03:24.707Zruby system 3.4 system
2132026-05-27T00:03:24.707Zruby system 3.0 system
2142026-05-27T00:03:24.707Zwords vendor vendor american-english
2152026-05-27T00:03:24.707Zwords system system australian-english
2162026-05-27T00:03:24.707Zwords system system british-english
2172026-05-27T00:03:24.707Zwords system system canadian-english
2182026-05-27T00:03:24.707Zwords system system french
2192026-05-27T00:03:24.707Zwords system system italian
2202026-05-27T00:03:24.707Zwords system system ngerman
2212026-05-27T00:03:24.707Zwords system system ogerman
2222026-05-27T00:03:24.707Zwords system system spanish
2232026-05-27T00:03:24.967ZPUBLISHER TYPE STATUS P LOCATION
2242026-05-27T00:03:24.967Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2252026-05-27T00:03:25.241ZFMRI IFO
2262026-05-27T00:03:25.241Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2272026-05-27T00:03:25.241Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2282026-05-27T00:03:25.241Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2292026-05-27T00:03:25.241Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2302026-05-27T00:03:25.241Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2312026-05-27T00:03:25.241Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2322026-05-27T00:03:25.241Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2332026-05-27T00:03:25.241Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2342026-05-27T00:03:25.241Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2352026-05-27T00:03:25.474Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2362026-05-27T00:03:25.771Z Updating crates.io index
2372026-05-27T00:03:25.807Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2382026-05-27T00:03:26.016Z Updating git repository `https://github.com/oxidecomputer/lldp`
2392026-05-27T00:03:26.951Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2402026-05-27T00:03:27.490Z Updating git repository `https://github.com/oxidecomputer/propolis`
2412026-05-27T00:03:28.327Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2422026-05-27T00:03:28.856Z Updating git repository `https://github.com/oxidecomputer/crucible`
2432026-05-27T00:03:30.158Z Updating git repository `https://github.com/oxidecomputer/opte`
2442026-05-27T00:03:30.924Z Updating git repository `https://github.com/oxidecomputer/tofino`
2452026-05-27T00:03:31.368Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2462026-05-27T00:03:32.216Z Updating git repository `https://github.com/oxidecomputer/clickward`
2472026-05-27T00:03:32.825Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2482026-05-27T00:03:33.124Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2492026-05-27T00:03:33.417Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2502026-05-27T00:03:34.403Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2512026-05-27T00:03:34.876Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2522026-05-27T00:03:35.183Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-05-27T00:03:35.482Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2542026-05-27T00:03:35.741Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2552026-05-27T00:03:36.096Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2562026-05-27T00:03:36.396Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2572026-05-27T00:03:36.647Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2582026-05-27T00:03:37.020Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-05-27T00:03:37.402Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2602026-05-27T00:03:38.112Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2612026-05-27T00:03:38.534Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2622026-05-27T00:03:38.814Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2632026-05-27T00:03:39.109Z Updating git repository `https://github.com/oxidecomputer/ispf`
2642026-05-27T00:03:40.038Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2652026-05-27T00:03:40.615Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-05-27T00:03:41.117Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2672026-05-27T00:03:41.611Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2682026-05-27T00:03:41.916Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2692026-05-27T00:03:42.198Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2702026-05-27T00:03:42.522Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2712026-05-27T00:03:43.172Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2722026-05-27T00:03:43.427Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2732026-05-27T00:03:43.683Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2742026-05-27T00:03:43.978Z Updating git repository `https://github.com/illumos/smf-rs`
2752026-05-27T00:03:44.425Z Updating git repository `https://github.com/oxidecomputer/omicron`
2762026-05-27T00:03:56.047Z Downloading crates ...
2772026-05-27T00:03:56.096Z Downloaded equivalent v1.0.2
2782026-05-27T00:03:56.102Z Downloaded cargo-platform v0.2.0
2792026-05-27T00:03:56.107Z Downloaded crypto-common v0.1.7
2802026-05-27T00:03:56.112Z Downloaded textwrap v0.16.2
2812026-05-27T00:03:56.114Z Downloaded thiserror v2.0.18
2822026-05-27T00:03:56.117Z Downloaded dtrace-parser v0.2.0
2832026-05-27T00:03:56.117Z Downloaded dof v0.3.0
2842026-05-27T00:03:56.120Z Downloaded anstyle-query v1.1.5
2852026-05-27T00:03:56.120Z Downloaded usdt-attr-macro v0.5.0
2862026-05-27T00:03:56.120Z Downloaded fs-err v3.3.0
2872026-05-27T00:03:56.123Z Downloaded unicode-xid v0.2.6
2882026-05-27T00:03:56.123Z Downloaded toml_write v0.1.2
2892026-05-27T00:03:56.123Z Downloaded unicode-linebreak v0.1.5
2902026-05-27T00:03:56.123Z Downloaded fastrand v2.3.0
2912026-05-27T00:03:56.125Z Downloaded errno v0.3.14
2922026-05-27T00:03:56.125Z Downloaded anstyle-parse v0.2.7
2932026-05-27T00:03:56.125Z Downloaded fnv v1.0.7
2942026-05-27T00:03:56.128Z Downloaded usdt-macro v0.5.0
2952026-05-27T00:03:56.128Z Downloaded typeid v1.0.3
2962026-05-27T00:03:56.128Z Downloaded thread-id v4.2.2
2972026-05-27T00:03:56.128Z Downloaded utf8parse v0.2.2
2982026-05-27T00:03:56.131Z Downloaded bitflags v2.11.0
2992026-05-27T00:03:56.131Z Downloaded pretty-hex v0.4.1
3002026-05-27T00:03:56.134Z Downloaded anstream v0.6.21
3012026-05-27T00:03:56.134Z Downloaded form_urlencoded v1.2.2
3022026-05-27T00:03:56.136Z Downloaded version_check v0.9.5
3032026-05-27T00:03:56.136Z Downloaded usdt v0.5.0
3042026-05-27T00:03:56.136Z Downloaded pest_derive v2.8.6
3052026-05-27T00:03:56.139Z Downloaded anstyle v1.0.13
3062026-05-27T00:03:56.139Z Downloaded displaydoc v0.2.5
3072026-05-27T00:03:56.142Z Downloaded generic-array v0.14.7
3082026-05-27T00:03:56.142Z Downloaded byteorder v1.5.0
3092026-05-27T00:03:56.142Z Downloaded zerovec-derive v0.11.2
3102026-05-27T00:03:56.145Z Downloaded thiserror-impl v1.0.69
3112026-05-27T00:03:56.145Z Downloaded zerofrom-derive v0.1.6
3122026-05-27T00:03:56.145Z Downloaded digest v0.10.7
3132026-05-27T00:03:56.145Z Downloaded tinystr v0.8.2
3142026-05-27T00:03:56.147Z Downloaded yoke v0.8.1
3152026-05-27T00:03:56.150Z Downloaded zmij v1.0.21
3162026-05-27T00:03:56.150Z Downloaded utf8_iter v1.0.4
3172026-05-27T00:03:56.153Z Downloaded toml_datetime v0.6.11
3182026-05-27T00:03:56.153Z Downloaded toml_edit v0.22.27
3192026-05-27T00:03:56.156Z Downloaded zerofrom v0.1.6
3202026-05-27T00:03:56.156Z Downloaded smawk v0.3.2
3212026-05-27T00:03:56.156Z Downloaded is_terminal_polyfill v1.70.2
3222026-05-27T00:03:56.156Z Downloaded thiserror v1.0.69
3232026-05-27T00:03:56.159Z Downloaded proc-macro-error v1.0.4
3242026-05-27T00:03:56.161Z Downloaded zerocopy-derive v0.7.35
3252026-05-27T00:03:56.164Z Downloaded anyhow v1.0.102
3262026-05-27T00:03:56.167Z Downloaded yoke-derive v0.8.1
3272026-05-27T00:03:56.167Z Downloaded toml v0.8.23
3282026-05-27T00:03:56.167Z Downloaded cpufeatures v0.2.17
3292026-05-27T00:03:56.167Z Downloaded erased-serde v0.4.9
3302026-05-27T00:03:56.170Z Downloaded thiserror-impl v2.0.18
3312026-05-27T00:03:56.170Z Downloaded ordered-float v2.10.1
3322026-05-27T00:03:56.173Z Downloaded itoa v1.0.17
3332026-05-27T00:03:56.173Z Downloaded block-buffer v0.10.4
3342026-05-27T00:03:56.173Z Downloaded typenum v1.19.0
3352026-05-27T00:03:56.177Z Downloaded serde_spanned v0.6.9
3362026-05-27T00:03:56.180Z Downloaded colorchoice v1.0.4
3372026-05-27T00:03:56.183Z Downloaded zerotrie v0.2.3
3382026-05-27T00:03:56.183Z Downloaded plain v0.2.3
3392026-05-27T00:03:56.185Z Downloaded writeable v0.6.2
3402026-05-27T00:03:56.188Z Downloaded ucd-trie v0.1.7
3412026-05-27T00:03:56.188Z Downloaded unicode-ident v1.0.24
3422026-05-27T00:03:56.191Z Downloaded strsim v0.11.1
3432026-05-27T00:03:56.191Z Downloaded heck v0.5.0
3442026-05-27T00:03:56.191Z Downloaded swrite v0.1.0
3452026-05-27T00:03:56.191Z Downloaded proc-macro-error-attr v1.0.4
3462026-05-27T00:03:56.191Z Downloaded potential_utf v0.1.4
3472026-05-27T00:03:56.194Z Downloaded heck v0.4.1
3482026-05-27T00:03:56.194Z Downloaded memmap v0.7.0
3492026-05-27T00:03:56.197Z Downloaded stable_deref_trait v1.2.1
3502026-05-27T00:03:56.197Z Downloaded usdt-impl v0.5.0
3512026-05-27T00:03:56.200Z Downloaded scroll_derive v0.12.1
3522026-05-27T00:03:56.200Z Downloaded tabled_derive v0.7.0
3532026-05-27T00:03:56.200Z Downloaded serde-value v0.7.0
3542026-05-27T00:03:56.200Z Downloaded url v2.5.8
3552026-05-27T00:03:56.203Z Downloaded idna_adapter v1.2.1
3562026-05-27T00:03:56.203Z Downloaded cfg-if v1.0.4
3572026-05-27T00:03:56.211Z Downloaded semver v1.0.28
3582026-05-27T00:03:56.214Z Downloaded num-traits v0.2.19
3592026-05-27T00:03:56.214Z Downloaded icu_properties v2.1.2
3602026-05-27T00:03:56.217Z Downloaded zerocopy v0.7.35
3612026-05-27T00:03:56.224Z Downloaded zerovec v0.11.5
3622026-05-27T00:03:56.226Z Downloaded percent-encoding v2.3.2
3632026-05-27T00:03:56.229Z Downloaded terminal_size v0.4.3
3642026-05-27T00:03:56.229Z Downloaded macaddr v1.0.1
3652026-05-27T00:03:56.229Z Downloaded clap_lex v1.0.0
3662026-05-27T00:03:56.229Z Downloaded winnow v0.7.14
3672026-05-27T00:03:56.233Z Downloaded serde_core v1.0.228
3682026-05-27T00:03:56.236Z Downloaded cargo_toml v0.21.0
3692026-05-27T00:03:56.236Z Downloaded unicode-width v0.2.0
3702026-05-27T00:03:56.239Z Downloaded sha2 v0.10.9
3712026-05-27T00:03:56.242Z Downloaded cargo_metadata v0.21.0
3722026-05-27T00:03:56.242Z Downloaded unicode-width v0.1.14
3732026-05-27T00:03:56.250Z Downloaded serde_tokenstream v0.2.3
3742026-05-27T00:03:56.253Z Downloaded serde v1.0.228
3752026-05-27T00:03:56.253Z Downloaded serde-untagged v0.1.9
3762026-05-27T00:03:56.260Z Downloaded clap_derive v4.5.55
3772026-05-27T00:03:56.263Z Downloaded pest_meta v2.8.6
3782026-05-27T00:03:56.267Z Downloaded synstructure v0.13.2
3792026-05-27T00:03:56.269Z Downloaded scroll v0.12.0
3802026-05-27T00:03:56.272Z Downloaded bytecount v0.6.9
3812026-05-27T00:03:56.272Z Downloaded litemap v0.8.1
3822026-05-27T00:03:56.278Z Downloaded tempfile v3.25.0
3832026-05-27T00:03:56.281Z Downloaded autocfg v1.5.0
3842026-05-27T00:03:56.281Z Downloaded pest_generator v2.8.6
3852026-05-27T00:03:56.281Z Downloaded cargo-util-schemas v0.8.2
3862026-05-27T00:03:56.285Z Downloaded proc-macro2 v1.0.106
3872026-05-27T00:03:56.289Z Downloaded log v0.4.29
3882026-05-27T00:03:56.294Z Downloaded camino-tempfile v1.4.1
3892026-05-27T00:03:56.297Z Downloaded camino v1.2.2
3902026-05-27T00:03:56.300Z Downloaded quote v1.0.45
3912026-05-27T00:03:56.304Z Downloaded clap v4.5.60
3922026-05-27T00:03:56.308Z Downloaded papergrid v0.11.0
3932026-05-27T00:03:56.311Z Downloaded once_cell v1.21.3
3942026-05-27T00:03:56.314Z Downloaded icu_normalizer_data v2.1.1
3952026-05-27T00:03:56.319Z Downloaded smallvec v1.15.1
3962026-05-27T00:03:56.319Z Downloaded icu_provider v2.1.1
3972026-05-27T00:03:56.322Z Downloaded serde_derive v1.0.228
3982026-05-27T00:03:56.322Z Downloaded getrandom v0.4.1
3992026-05-27T00:03:56.332Z Downloaded icu_locale_core v2.1.1
4002026-05-27T00:03:56.335Z Downloaded memchr v2.8.0
4012026-05-27T00:03:56.339Z Downloaded icu_normalizer v2.1.1
4022026-05-27T00:03:56.343Z Downloaded icu_collections v2.1.1
4032026-05-27T00:03:56.366Z Downloaded pest v2.8.6
4042026-05-27T00:03:56.369Z Downloaded indexmap v2.14.0
4052026-05-27T00:03:56.375Z Downloaded idna v1.1.0
4062026-05-27T00:03:56.380Z Downloaded hashbrown v0.17.0
4072026-05-27T00:03:56.395Z Downloaded serde_json v1.0.149
4082026-05-27T00:03:56.399Z Downloaded icu_properties_data v2.1.2
4092026-05-27T00:03:56.403Z Downloaded clap_builder v4.5.60
4102026-05-27T00:03:56.408Z Downloaded goblin v0.8.2
4112026-05-27T00:03:56.413Z Downloaded tabled v0.15.0
4122026-05-27T00:03:56.423Z Downloaded syn v2.0.117
4132026-05-27T00:03:56.429Z Downloaded syn v1.0.109
4142026-05-27T00:03:56.451Z Downloaded rustix v1.1.3
4152026-05-27T00:03:56.477Z Downloaded libc v0.2.185
4162026-05-27T00:03:56.544Z Compiling proc-macro2 v1.0.106
4172026-05-27T00:03:56.544Z Compiling unicode-ident v1.0.24
4182026-05-27T00:03:56.544Z Compiling quote v1.0.45
4192026-05-27T00:03:56.547Z Compiling serde_core v1.0.228
4202026-05-27T00:03:56.547Z Compiling libc v0.2.185
4212026-05-27T00:03:56.547Z Compiling version_check v0.9.5
4222026-05-27T00:03:56.547Z Compiling stable_deref_trait v1.2.1
4232026-05-27T00:03:56.548Z Compiling serde v1.0.228
4242026-05-27T00:03:56.853Z Compiling memchr v2.8.0
4252026-05-27T00:03:56.867Z Compiling zmij v1.0.21
4262026-05-27T00:03:57.075Z Compiling itoa v1.0.17
4272026-05-27T00:03:57.225Z Compiling autocfg v1.5.0
4282026-05-27T00:03:57.253Z Compiling thiserror v1.0.69
4292026-05-27T00:03:57.463Z Compiling ucd-trie v0.1.7
4302026-05-27T00:03:57.508Z Compiling litemap v0.8.1
4312026-05-27T00:03:57.611Z Compiling pest v2.8.6
4322026-05-27T00:03:57.640Z Compiling writeable v0.6.2
4332026-05-27T00:03:57.696Z Compiling rustix v1.1.3
4342026-05-27T00:03:57.738Z Compiling byteorder v1.5.0
4352026-05-27T00:03:57.967Z Compiling icu_properties_data v2.1.2
4362026-05-27T00:03:58.012Z Compiling syn v2.0.117
4372026-05-27T00:03:58.043Z Compiling icu_normalizer_data v2.1.1
4382026-05-27T00:03:58.160Z Compiling errno v0.3.14
4392026-05-27T00:03:58.177Z Compiling serde_json v1.0.149
4402026-05-27T00:03:58.247Z Compiling bitflags v2.11.0
4412026-05-27T00:03:58.384Z Compiling num-traits v0.2.19
4422026-05-27T00:03:58.398Z Compiling equivalent v1.0.2
4432026-05-27T00:03:58.487Z Compiling hashbrown v0.17.0
4442026-05-27T00:03:58.561Z Compiling smallvec v1.15.1
4452026-05-27T00:03:58.660Z Compiling pest_meta v2.8.6
4462026-05-27T00:03:58.772Z Compiling typeid v1.0.3
4472026-05-27T00:03:59.018Z Compiling indexmap v2.14.0
4482026-05-27T00:03:59.033Z Compiling thread-id v4.2.2
4492026-05-27T00:03:59.068Z Compiling usdt-impl v0.5.0
4502026-05-27T00:03:59.092Z Compiling proc-macro-error-attr v1.0.4
4512026-05-27T00:03:59.113Z Compiling toml_write v0.1.2
4522026-05-27T00:03:59.274Z Compiling erased-serde v0.4.9
4532026-05-27T00:03:59.277Z Compiling syn v1.0.109
4542026-05-27T00:03:59.310Z Compiling winnow v0.7.14
4552026-05-27T00:03:59.702Z Compiling proc-macro-error v1.0.4
4562026-05-27T00:03:59.780Z Compiling getrandom v0.4.1
4572026-05-27T00:03:59.898Z Compiling percent-encoding v2.3.2
4582026-05-27T00:04:00.096Z Compiling camino v1.2.2
4592026-05-27T00:04:00.131Z Compiling utf8_iter v1.0.4
4602026-05-27T00:04:00.284Z Compiling log v0.4.29
4612026-05-27T00:04:00.322Z Compiling thiserror v2.0.18
4622026-05-27T00:04:00.372Z Compiling utf8parse v0.2.2
4632026-05-27T00:04:00.425Z Compiling plain v0.2.3
4642026-05-27T00:04:00.486Z Compiling anstyle-parse v0.2.7
4652026-05-27T00:04:00.540Z Compiling ordered-float v2.10.1
4662026-05-27T00:04:00.555Z Compiling form_urlencoded v1.2.2
4672026-05-27T00:04:00.682Z Compiling synstructure v0.13.2
4682026-05-27T00:04:00.697Z Compiling pest_generator v2.8.6
4692026-05-27T00:04:00.826Z Compiling terminal_size v0.4.3
4702026-05-27T00:04:00.967Z Compiling is_terminal_polyfill v1.70.2
4712026-05-27T00:04:01.065Z Compiling anstyle-query v1.1.5
4722026-05-27T00:04:01.086Z Compiling pretty-hex v0.4.1
4732026-05-27T00:04:01.154Z Compiling cfg-if v1.0.4
4742026-05-27T00:04:01.175Z Compiling anstyle v1.0.13
4752026-05-27T00:04:01.204Z Compiling colorchoice v1.0.4
4762026-05-27T00:04:01.237Z Compiling serde-untagged v0.1.9
4772026-05-27T00:04:01.381Z Compiling anstream v0.6.21
4782026-05-27T00:04:01.397Z Compiling semver v1.0.28
4792026-05-27T00:04:01.424Z Compiling fs-err v3.3.0
4802026-05-27T00:04:01.471Z Compiling anyhow v1.0.102
4812026-05-27T00:04:01.607Z Compiling heck v0.4.1
4822026-05-27T00:04:01.679Z Compiling bytecount v0.6.9
4832026-05-27T00:04:01.695Z Compiling fnv v1.0.7
4842026-05-27T00:04:01.714Z Compiling heck v0.5.0
4852026-05-27T00:04:01.769Z Compiling clap_lex v1.0.0
4862026-05-27T00:04:01.794Z Compiling strsim v0.11.1
4872026-05-27T00:04:01.810Z Compiling once_cell v1.21.3
4882026-05-27T00:04:01.831Z Compiling unicode-xid v0.2.6
4892026-05-27T00:04:01.959Z Compiling fastrand v2.3.0
4902026-05-27T00:04:02.000Z Compiling unicode-width v0.1.14
4912026-05-27T00:04:02.018Z Compiling clap_builder v4.5.60
4922026-05-27T00:04:02.137Z Compiling tempfile v3.25.0
4932026-05-27T00:04:02.216Z Compiling papergrid v0.11.0
4942026-05-27T00:04:02.374Z Compiling memmap v0.7.0
4952026-05-27T00:04:02.396Z Compiling serde_derive v1.0.228
4962026-05-27T00:04:02.451Z Compiling zerofrom-derive v0.1.6
4972026-05-27T00:04:02.504Z Compiling yoke-derive v0.8.1
4982026-05-27T00:04:02.552Z Compiling zerovec-derive v0.11.2
4992026-05-27T00:04:02.830Z Compiling displaydoc v0.2.5
5002026-05-27T00:04:03.568Z Compiling thiserror-impl v1.0.69
5012026-05-27T00:04:03.618Z Compiling zerocopy-derive v0.7.35
5022026-05-27T00:04:03.633Z Compiling pest_derive v2.8.6
5032026-05-27T00:04:03.646Z Compiling scroll_derive v0.12.1
5042026-05-27T00:04:03.799Z Compiling zerofrom v0.1.6
5052026-05-27T00:04:03.929Z Compiling yoke v0.8.1
5062026-05-27T00:04:04.049Z Compiling thiserror-impl v2.0.18
5072026-05-27T00:04:04.120Z Compiling zerovec v0.11.5
5082026-05-27T00:04:04.297Z Compiling zerotrie v0.2.3
5092026-05-27T00:04:04.487Z Compiling zerocopy v0.7.35
5102026-05-27T00:04:04.632Z Compiling tinystr v0.8.2
5112026-05-27T00:04:04.697Z Compiling potential_utf v0.1.4
5122026-05-27T00:04:04.847Z Compiling icu_locale_core v2.1.1
5132026-05-27T00:04:04.877Z Compiling icu_collections v2.1.1
5142026-05-27T00:04:04.973Z Compiling dtrace-parser v0.2.0
5152026-05-27T00:04:05.022Z Compiling scroll v0.12.0
5162026-05-27T00:04:05.044Z Compiling tabled_derive v0.7.0
5172026-05-27T00:04:05.271Z Compiling goblin v0.8.2
5182026-05-27T00:04:05.286Z Compiling clap_derive v4.5.55
5192026-05-27T00:04:05.529Z Compiling icu_provider v2.1.1
5202026-05-27T00:04:05.719Z Compiling unicode-width v0.2.0
5212026-05-27T00:04:05.734Z Compiling smawk v0.3.2
5222026-05-27T00:04:05.827Z Compiling serde_spanned v0.6.9
5232026-05-27T00:04:05.868Z Compiling toml_datetime v0.6.11
5242026-05-27T00:04:05.892Z Compiling icu_normalizer v2.1.1
5252026-05-27T00:04:05.892Z Compiling icu_properties v2.1.2
5262026-05-27T00:04:05.951Z Compiling dof v0.3.0
5272026-05-27T00:04:05.970Z Compiling serde_tokenstream v0.2.3
5282026-05-27T00:04:05.993Z Compiling serde-value v0.7.0
5292026-05-27T00:04:06.124Z Compiling toml_edit v0.22.27
5302026-05-27T00:04:06.349Z Compiling cargo-platform v0.2.0
5312026-05-27T00:04:06.380Z Compiling unicode-linebreak v0.1.5
5322026-05-27T00:04:06.417Z Compiling tabled v0.15.0
5332026-05-27T00:04:06.617Z Compiling textwrap v0.16.2
5342026-05-27T00:04:06.620Z Compiling macaddr v1.0.1
5352026-05-27T00:04:06.857Z Compiling idna_adapter v1.2.1
5362026-05-27T00:04:06.928Z Compiling usdt-macro v0.5.0
5372026-05-27T00:04:06.974Z Compiling idna v1.1.0
5382026-05-27T00:04:07.002Z Compiling usdt-attr-macro v0.5.0
5392026-05-27T00:04:07.038Z Compiling clap v4.5.60
5402026-05-27T00:04:07.409Z Compiling url v2.5.8
5412026-05-27T00:04:07.429Z Compiling camino-tempfile v1.4.1
5422026-05-27T00:04:07.540Z Compiling toml v0.8.23
5432026-05-27T00:04:07.657Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5442026-05-27T00:04:07.672Z Compiling swrite v0.1.0
5452026-05-27T00:04:07.909Z Compiling cargo-util-schemas v0.8.2
5462026-05-27T00:04:07.925Z Compiling cargo_toml v0.21.0
5472026-05-27T00:04:08.478Z Compiling usdt v0.5.0
5482026-05-27T00:04:08.805Z Compiling cargo_metadata v0.21.0
5492026-05-27T00:04:09.734Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5502026-05-27T00:04:11.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.49s
5512026-05-27T00:04:12.053Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5522026-05-27T00:04:12.616Z Downloading crates ...
5532026-05-27T00:04:12.736Z Downloaded argon2 v0.5.3
5542026-05-27T00:04:12.832Z Downloaded atomicwrites v0.4.4
5552026-05-27T00:04:12.833Z Downloaded arrayref v0.3.9
5562026-05-27T00:04:12.833Z Downloaded async-stream v0.3.6
5572026-05-27T00:04:12.833Z Downloaded arrayvec v0.7.6
5582026-05-27T00:04:12.833Z Downloaded assert_matches v1.5.0
5592026-05-27T00:04:12.833Z Downloaded adler2 v2.0.1
5602026-05-27T00:04:12.833Z Downloaded async-recursion v1.1.1
5612026-05-27T00:04:12.833Z Downloaded atomic-waker v1.1.2
5622026-05-27T00:04:12.833Z Downloaded ascii-canvas v3.0.0
5632026-05-27T00:04:12.833Z Downloaded cmake v0.1.57
5642026-05-27T00:04:12.833Z Downloaded convert_case v0.4.0
5652026-05-27T00:04:12.833Z Downloaded atty v0.2.14
5662026-05-27T00:04:12.833Z Downloaded derive_more v0.99.20
5672026-05-27T00:04:12.833Z Downloaded derive_builder_macro v0.20.2
5682026-05-27T00:04:12.833Z Downloaded aead v0.5.2
5692026-05-27T00:04:12.833Z Downloaded derive_builder_core v0.20.2
5702026-05-27T00:04:12.833Z Downloaded cpufeatures v0.3.0
5712026-05-27T00:04:12.833Z Downloaded deranged v0.5.8
5722026-05-27T00:04:12.834Z Downloaded des v0.8.1
5732026-05-27T00:04:12.834Z Downloaded cargo_metadata v0.19.2
5742026-05-27T00:04:12.834Z Downloaded crc-catalog v2.4.0
5752026-05-27T00:04:12.834Z Downloaded crc8 v0.1.1
5762026-05-27T00:04:12.834Z Downloaded cobs v0.3.0
5772026-05-27T00:04:12.834Z Downloaded colored v3.1.1
5782026-05-27T00:04:12.834Z Downloaded der_derive v0.7.3
5792026-05-27T00:04:12.903Z Downloaded cipher v0.4.4
5802026-05-27T00:04:12.903Z Downloaded array-init v0.0.4
5812026-05-27T00:04:12.903Z Downloaded async-trait v0.1.89
5822026-05-27T00:04:12.903Z Downloaded darling_macro v0.23.0
5832026-05-27T00:04:12.903Z Downloaded derive-ex v0.1.8
5842026-05-27T00:04:12.903Z Downloaded compact_str v0.8.1
5852026-05-27T00:04:12.903Z Downloaded defmt-macros v1.0.1
5862026-05-27T00:04:12.903Z Downloaded daft-derive v0.1.7
5872026-05-27T00:04:12.903Z Downloaded convert_case v0.10.0
5882026-05-27T00:04:12.903Z Downloaded csv-core v0.1.13
5892026-05-27T00:04:12.904Z Downloaded clang-sys v1.8.1
5902026-05-27T00:04:12.904Z Downloaded compression-codecs v0.4.37
5912026-05-27T00:04:12.904Z Downloaded cfg_aliases v0.2.1
5922026-05-27T00:04:12.904Z Downloaded darling_macro v0.20.11
5932026-05-27T00:04:12.904Z Downloaded async-stream-impl v0.3.6
5942026-05-27T00:04:12.904Z Downloaded crc v3.4.0
5952026-05-27T00:04:12.904Z Downloaded async-compression v0.4.41
5962026-05-27T00:04:12.904Z Downloaded defmt-parser v1.0.0
5972026-05-27T00:04:12.904Z Downloaded data-encoding v2.10.0
5982026-05-27T00:04:12.904Z Downloaded derive_builder v0.20.2
5992026-05-27T00:04:12.904Z Downloaded derive-where v1.6.0
6002026-05-27T00:04:12.904Z Downloaded debug-ignore v1.0.5
6012026-05-27T00:04:12.904Z Downloaded bcrypt-pbkdf v0.10.0
6022026-05-27T00:04:12.904Z Downloaded darling v0.21.3
6032026-05-27T00:04:12.904Z Downloaded dirs-next v2.0.0
6042026-05-27T00:04:12.904Z Downloaded ciborium-io v0.2.2
6052026-05-27T00:04:12.905Z Downloaded cargo-platform v0.1.9
6062026-05-27T00:04:12.905Z Downloaded darling v0.20.11
6072026-05-27T00:04:12.905Z Downloaded darling_core v0.23.0
6082026-05-27T00:04:12.905Z Downloaded defmt v1.0.1
6092026-05-27T00:04:12.905Z Downloaded document-features v0.2.12
6102026-05-27T00:04:12.905Z Downloaded env_filter v1.0.0
6112026-05-27T00:04:12.905Z Downloaded futures-core v0.3.32
6122026-05-27T00:04:12.905Z Downloaded critical-section v1.2.0
6132026-05-27T00:04:12.905Z Downloaded castaway v0.2.4
6142026-05-27T00:04:12.905Z Downloaded env_logger v0.11.9
6152026-05-27T00:04:12.905Z Downloaded crossbeam-channel v0.5.15
6162026-05-27T00:04:12.905Z Downloaded dtrace-parser v0.3.0
6172026-05-27T00:04:12.905Z Downloaded foreign-types-shared v0.3.1
6182026-05-27T00:04:12.905Z Downloaded foreign-types v0.3.2
6192026-05-27T00:04:12.905Z Downloaded block-padding v0.3.3
6202026-05-27T00:04:12.905Z Downloaded display-error-chain v0.2.2
6212026-05-27T00:04:12.905Z Downloaded downcast-rs v2.0.2
6222026-05-27T00:04:12.905Z Downloaded dyn-clone v1.0.20
6232026-05-27T00:04:12.906Z Downloaded fd-lock v4.0.4
6242026-05-27T00:04:12.906Z Downloaded cexpr v0.6.0
6252026-05-27T00:04:12.906Z Downloaded enum-as-inner v0.6.1
6262026-05-27T00:04:12.906Z Downloaded bit-set v0.5.3
6272026-05-27T00:04:12.906Z Downloaded float-ord v0.3.2
6282026-05-27T00:04:12.906Z Downloaded dropshot-api-manager-types v0.7.2
6292026-05-27T00:04:12.906Z Downloaded curve25519-dalek-derive v0.1.1
6302026-05-27T00:04:12.906Z Downloaded dunce v1.0.5
6312026-05-27T00:04:12.906Z Downloaded difflib v0.4.0
6322026-05-27T00:04:12.906Z Downloaded diesel_table_macro_syntax v0.3.0
6332026-05-27T00:04:12.906Z Downloaded cstr-argument v0.1.2
6342026-05-27T00:04:12.906Z Downloaded bitfield-struct v0.6.2
6352026-05-27T00:04:12.906Z Downloaded dsl_auto_type v0.2.0
6362026-05-27T00:04:12.906Z Downloaded endian-type v0.1.2
6372026-05-27T00:04:12.906Z Downloaded defmt v0.3.100
6382026-05-27T00:04:12.906Z Downloaded cfg_aliases v0.1.1
6392026-05-27T00:04:12.906Z Downloaded foreign-types-macros v0.2.3
6402026-05-27T00:04:12.906Z Downloaded foreign-types v0.5.0
6412026-05-27T00:04:12.907Z Downloaded darling_macro v0.21.3
6422026-05-27T00:04:12.907Z Downloaded darling v0.23.0
6432026-05-27T00:04:12.907Z Downloaded flagset v0.4.7
6442026-05-27T00:04:12.907Z Downloaded futures-task v0.3.32
6452026-05-27T00:04:12.907Z Downloaded futures-sink v0.3.32
6462026-05-27T00:04:12.907Z Downloaded futures-io v0.3.32
6472026-05-27T00:04:12.907Z Downloaded foreign-types-shared v0.1.1
6482026-05-27T00:04:12.907Z Downloaded bit-set v0.8.0
6492026-05-27T00:04:12.944Z Downloaded funty v2.0.0
6502026-05-27T00:04:12.945Z Downloaded gethostname v0.5.0
6512026-05-27T00:04:12.945Z Downloaded hash32 v0.2.1
6522026-05-27T00:04:12.945Z Downloaded dof v0.4.0
6532026-05-27T00:04:12.945Z Downloaded globwalk v0.9.1
6542026-05-27T00:04:12.945Z Downloaded ghash v0.5.1
6552026-05-27T00:04:12.945Z Downloaded fxhash v0.2.1
6562026-05-27T00:04:12.945Z Downloaded ena v0.14.4
6572026-05-27T00:04:12.945Z Downloaded embedded-io v0.4.0
6582026-05-27T00:04:12.945Z Downloaded bitfield v0.19.4
6592026-05-27T00:04:12.945Z Downloaded bb8 v0.8.6
6602026-05-27T00:04:12.945Z Downloaded crucible-workspace-hack v0.1.0
6612026-05-27T00:04:12.945Z Downloaded fixedbitset v0.4.2
6622026-05-27T00:04:12.945Z Downloaded crunchy v0.2.4
6632026-05-27T00:04:12.945Z Downloaded float-cmp v0.10.0
6642026-05-27T00:04:12.945Z Downloaded ciborium-ll v0.2.2
6652026-05-27T00:04:12.945Z Downloaded base64ct v1.8.3
6662026-05-27T00:04:12.945Z Downloaded backoff v0.4.0
6672026-05-27T00:04:12.945Z Downloaded bitfield-macros v0.19.4
6682026-05-27T00:04:12.945Z Downloaded base16ct v0.2.0
6692026-05-27T00:04:12.945Z Downloaded darling_core v0.21.3
6702026-05-27T00:04:12.946Z Downloaded hash32 v0.3.1
6712026-05-27T00:04:12.946Z Downloaded chacha20 v0.9.1
6722026-05-27T00:04:12.946Z Downloaded darling_core v0.20.11
6732026-05-27T00:04:12.946Z Downloaded futures-macro v0.3.32
6742026-05-27T00:04:12.946Z Downloaded dirs-sys-next v0.1.2
6752026-05-27T00:04:12.946Z Downloaded headers-core v0.3.0
6762026-05-27T00:04:12.946Z Downloaded ff v0.13.1
6772026-05-27T00:04:12.946Z Downloaded crossbeam-deque v0.8.6
6782026-05-27T00:04:12.946Z Downloaded buf-list v1.1.2
6792026-05-27T00:04:12.946Z Downloaded byte-wrapper v0.1.0
6802026-05-27T00:04:12.946Z Downloaded hostname v0.3.1
6812026-05-27T00:04:12.946Z Downloaded camino-tempfile-ext v0.3.3
6822026-05-27T00:04:12.946Z Downloaded ed25519 v2.2.3
6832026-05-27T00:04:12.946Z Downloaded crc32fast v1.5.0
6842026-05-27T00:04:12.946Z Downloaded fs-err v2.11.0
6852026-05-27T00:04:12.946Z Downloaded console v0.15.11
6862026-05-27T00:04:12.946Z Downloaded bzip2 v0.4.4
6872026-05-27T00:04:12.946Z Downloaded home v0.5.12
6882026-05-27T00:04:12.947Z Downloaded foldhash v0.1.5
6892026-05-27T00:04:12.947Z Downloaded httpdate v1.0.3
6902026-05-27T00:04:12.947Z Downloaded http-range v0.1.5
6912026-05-27T00:04:12.947Z Downloaded filetime v0.2.27
6922026-05-27T00:04:12.947Z Downloaded either v1.15.0
6932026-05-27T00:04:12.947Z Downloaded diesel-dtrace v0.5.0
6942026-05-27T00:04:12.947Z Downloaded hostname v0.4.2
6952026-05-27T00:04:12.947Z Downloaded http-body v1.0.1
6962026-05-27T00:04:13.022Z Downloaded cbc v0.1.2
6972026-05-27T00:04:13.022Z Downloaded ident_case v1.0.1
6982026-05-27T00:04:13.022Z Downloaded embedded-io v0.6.1
6992026-05-27T00:04:13.022Z Downloaded hex-literal v0.4.1
7002026-05-27T00:04:13.022Z Downloaded hex v0.4.3
7012026-05-27T00:04:13.022Z Downloaded fixedbitset v0.5.7
7022026-05-27T00:04:13.023Z Downloaded futures-executor v0.3.32
7032026-05-27T00:04:13.023Z Downloaded glob v0.3.3
7042026-05-27T00:04:13.023Z Downloaded fs_extra v1.3.0
7052026-05-27T00:04:13.023Z Downloaded hubpack_derive v0.1.1
7062026-05-27T00:04:13.023Z Downloaded hyper-tls v0.6.0
7072026-05-27T00:04:13.023Z Downloaded hubpack v0.1.2
7082026-05-27T00:04:13.023Z Downloaded globset v0.4.18
7092026-05-27T00:04:13.023Z Downloaded illumos-nvpair-sys v0.2.0
7102026-05-27T00:04:13.023Z Downloaded instant v0.1.13
7112026-05-27T00:04:13.023Z Downloaded indent_write v2.2.0
7122026-05-27T00:04:13.023Z Downloaded indoc v1.0.9
7132026-05-27T00:04:13.023Z Downloaded internet-checksum v0.2.1
7142026-05-27T00:04:13.024Z Downloaded daft v0.1.7
7152026-05-27T00:04:13.024Z Downloaded fallible-iterator v0.2.0
7162026-05-27T00:04:13.024Z Downloaded erased-serde v0.3.31
7172026-05-27T00:04:13.024Z Downloaded git-stub-vcs v0.1.0
7182026-05-27T00:04:13.024Z Downloaded git-stub v1.0.0
7192026-05-27T00:04:13.024Z Downloaded chacha20 v0.10.0
7202026-05-27T00:04:13.024Z Downloaded cookie_store v0.22.1
7212026-05-27T00:04:13.024Z Downloaded console v0.16.2
7222026-05-27T00:04:13.024Z Downloaded blake2 v0.10.6
7232026-05-27T00:04:13.024Z Downloaded instability v0.3.11
7242026-05-27T00:04:13.024Z Downloaded cookie v0.18.1
7252026-05-27T00:04:13.024Z Downloaded is_ci v1.2.0
7262026-05-27T00:04:13.024Z Downloaded is-terminal v0.4.17
7272026-05-27T00:04:13.024Z Downloaded crossbeam-utils v0.8.21
7282026-05-27T00:04:13.024Z Downloaded inout v0.1.4
7292026-05-27T00:04:13.024Z Downloaded group v0.13.0
7302026-05-27T00:04:13.024Z Downloaded lalrpop-util v0.19.12
7312026-05-27T00:04:13.024Z Downloaded foldhash v0.2.0
7322026-05-27T00:04:13.024Z Downloaded ciborium v0.2.2
7332026-05-27T00:04:13.025Z Downloaded bzip2 v0.6.1
7342026-05-27T00:04:13.025Z Downloaded highway v1.3.0
7352026-05-27T00:04:13.025Z Downloaded async-bb8-diesel v0.2.1
7362026-05-27T00:04:13.079Z Downloaded lazy_static v1.5.0
7372026-05-27T00:04:13.079Z Downloaded arc-swap v1.8.2
7382026-05-27T00:04:13.079Z Downloaded linked-hash-map v0.5.6
7392026-05-27T00:04:13.079Z Downloaded kstat-rs v0.2.4
7402026-05-27T00:04:13.079Z Downloaded keccak v0.1.6
7412026-05-27T00:04:13.079Z Downloaded ecdsa v0.16.9
7422026-05-27T00:04:13.079Z Downloaded bit-vec v0.8.0
7432026-05-27T00:04:13.080Z Downloaded libscf-sys v1.1.0
7442026-05-27T00:04:13.080Z Downloaded const-oid v0.9.6
7452026-05-27T00:04:13.080Z Downloaded colored v2.2.0
7462026-05-27T00:04:13.080Z Downloaded cancel-safe-futures v0.1.5
7472026-05-27T00:04:13.080Z Downloaded cassowary v0.3.0
7482026-05-27T00:04:13.080Z Downloaded http-body-util v0.1.3
7492026-05-27T00:04:13.080Z Downloaded crossbeam-epoch v0.9.18
7502026-05-27T00:04:13.080Z Downloaded humantime v2.3.0
7512026-05-27T00:04:13.080Z Downloaded futures-channel v0.3.32
7522026-05-27T00:04:13.080Z Downloaded elliptic-curve v0.13.8
7532026-05-27T00:04:13.080Z Downloaded lru-cache v0.1.2
7542026-05-27T00:04:13.080Z Downloaded maybe-uninit v2.0.0
7552026-05-27T00:04:13.080Z Downloaded mime v0.3.17
7562026-05-27T00:04:13.080Z Downloaded derive_more-impl v2.1.1
7572026-05-27T00:04:13.080Z Downloaded md5 v0.7.0
7582026-05-27T00:04:13.081Z Downloaded md-5 v0.10.6
7592026-05-27T00:04:13.081Z Downloaded memoffset v0.9.1
7602026-05-27T00:04:13.081Z Downloaded match_cfg v0.1.0
7612026-05-27T00:04:13.081Z Downloaded maplit v1.0.2
7622026-05-27T00:04:13.081Z Downloaded lzss v0.8.2
7632026-05-27T00:04:13.081Z Downloaded lru-slab v0.1.2
7642026-05-27T00:04:13.081Z Downloaded impl-trait-for-tuples v0.2.3
7652026-05-27T00:04:13.081Z Downloaded ipnet v2.11.0
7662026-05-27T00:04:13.081Z Downloaded getrandom v0.2.17
7672026-05-27T00:04:13.081Z Downloaded bumpalo v3.20.2
7682026-05-27T00:04:13.081Z Downloaded lru v0.12.5
7692026-05-27T00:04:13.081Z Downloaded backon v1.6.0
7702026-05-27T00:04:13.081Z Downloaded ingot-types v0.1.2
7712026-05-27T00:04:13.081Z Downloaded illumos-nvpair v0.3.0
7722026-05-27T00:04:13.081Z Downloaded diff v0.1.13
7732026-05-27T00:04:13.081Z Downloaded normalize-line-endings v0.3.0
7742026-05-27T00:04:13.082Z Downloaded newtype-uuid-macros v0.1.0
7752026-05-27T00:04:13.082Z Downloaded nibble_vec v0.1.0
7762026-05-27T00:04:13.082Z Downloaded newline-converter v0.3.0
7772026-05-27T00:04:13.082Z Downloaded ipnetwork v0.21.1
7782026-05-27T00:04:13.082Z Downloaded ingot v0.1.1
7792026-05-27T00:04:13.082Z Downloaded new_debug_unreachable v1.0.6
7802026-05-27T00:04:13.082Z Downloaded newtype_derive v0.1.6
7812026-05-27T00:04:13.082Z Downloaded nonempty v0.12.0
7822026-05-27T00:04:13.082Z Downloaded nodrop v0.1.14
7832026-05-27T00:04:13.082Z Downloaded libefi-sys v0.1.0
7842026-05-27T00:04:13.082Z Downloaded num-derive v0.3.3
7852026-05-27T00:04:13.082Z Downloaded num-conv v0.2.0
7862026-05-27T00:04:13.082Z Downloaded multimap v0.10.1
7872026-05-27T00:04:13.082Z Downloaded num-derive v0.4.2
7882026-05-27T00:04:13.082Z Downloaded libsw v3.5.0
7892026-05-27T00:04:13.082Z Downloaded jobserver v0.1.34
7902026-05-27T00:04:13.082Z Downloaded httparse v1.10.1
7912026-05-27T00:04:13.082Z Downloaded libsw-core v0.3.2
7922026-05-27T00:04:13.082Z Downloaded linear-map v1.2.0
7932026-05-27T00:04:13.083Z Downloaded openssl-macros v0.1.1
7942026-05-27T00:04:13.083Z Downloaded crc-any v2.5.0
7952026-05-27T00:04:13.083Z Downloaded dropshot_endpoint v0.17.0
7962026-05-27T00:04:13.083Z Downloaded lock_api v0.4.14
7972026-05-27T00:04:13.112Z Downloaded futures v0.3.32
7982026-05-27T00:04:13.112Z Downloaded num_threads v0.1.7
7992026-05-27T00:04:13.113Z Downloaded num-iter v0.1.45
8002026-05-27T00:04:13.113Z Downloaded iana-time-zone v0.1.65
8012026-05-27T00:04:13.113Z Downloaded dropshot_endpoint v0.16.7
8022026-05-27T00:04:13.113Z Downloaded olpc-cjson v0.1.4
8032026-05-27T00:04:13.113Z Downloaded ingot-macros v0.1.1
8042026-05-27T00:04:13.113Z Downloaded drift v0.2.0
8052026-05-27T00:04:13.113Z Downloaded parse-size v1.1.0
8062026-05-27T00:04:13.113Z Downloaded oso-derive v0.27.3
8072026-05-27T00:04:13.113Z Downloaded const_format v0.2.35
8082026-05-27T00:04:13.113Z Downloaded openssl-probe v0.2.1
8092026-05-27T00:04:13.113Z Downloaded openssl-probe v0.1.6
8102026-05-27T00:04:13.114Z Downloaded multer v3.1.0
8112026-05-27T00:04:13.114Z Downloaded mime_guess v2.0.5
8122026-05-27T00:04:13.114Z Downloaded managed v0.8.0
8132026-05-27T00:04:13.114Z Downloaded indoc v2.0.7
8142026-05-27T00:04:13.114Z Downloaded nanorand v0.7.0
8152026-05-27T00:04:13.114Z Downloaded hyper-staticfile v0.10.1
8162026-05-27T00:04:13.114Z Downloaded bytes v1.11.1
8172026-05-27T00:04:13.114Z Downloaded libloading v0.8.9
8182026-05-27T00:04:13.114Z Downloaded half v1.8.3
8192026-05-27T00:04:13.114Z Downloaded pbkdf2 v0.11.0
8202026-05-27T00:04:13.114Z Downloaded native-tls v0.2.18
8212026-05-27T00:04:13.151Z Downloaded newtype-uuid v1.3.2
8222026-05-27T00:04:13.151Z Downloaded half v2.7.1
8232026-05-27T00:04:13.151Z Downloaded ar_archive_writer v0.5.1
8242026-05-27T00:04:13.151Z Downloaded parse-display v0.10.0
8252026-05-27T00:04:13.151Z Downloaded ahash v0.8.12
8262026-05-27T00:04:13.151Z Downloaded path-slash v0.1.5
8272026-05-27T00:04:13.152Z Downloaded nu-ansi-term v0.50.3
8282026-05-27T00:04:13.152Z Downloaded peg-runtime v0.8.5
8292026-05-27T00:04:13.152Z Downloaded num_enum v0.7.5
8302026-05-27T00:04:13.152Z Downloaded num v0.4.3
8312026-05-27T00:04:13.152Z Downloaded phf_shared v0.11.3
8322026-05-27T00:04:13.152Z Downloaded opaque-debug v0.3.1
8332026-05-27T00:04:13.152Z Downloaded hmac v0.12.1
8342026-05-27T00:04:13.152Z Downloaded bit-vec v0.6.3
8352026-05-27T00:04:13.152Z Downloaded blowfish v0.9.1
8362026-05-27T00:04:13.222Z Downloaded pin-utils v0.1.0
8372026-05-27T00:04:13.222Z Downloaded allocator-api2 v0.2.21
8382026-05-27T00:04:13.222Z Downloaded phf_shared v0.13.1
8392026-05-27T00:04:13.222Z Downloaded phf_shared v0.12.1
8402026-05-27T00:04:13.222Z Downloaded num-complex v0.4.6
8412026-05-27T00:04:13.222Z Downloaded headers v0.4.1
8422026-05-27T00:04:13.222Z Downloaded powerfmt v0.2.0
8432026-05-27T00:04:13.223Z Downloaded num_enum_derive v0.7.5
8442026-05-27T00:04:13.223Z Downloaded num_enum_derive v0.5.11
8452026-05-27T00:04:13.223Z Downloaded num_enum v0.5.11
8462026-05-27T00:04:13.223Z Downloaded proc-macro-crate v3.4.0
8472026-05-27T00:04:13.223Z Downloaded predicates-tree v1.0.13
8482026-05-27T00:04:13.223Z Downloaded predicates-core v1.0.10
8492026-05-27T00:04:13.223Z Downloaded precomputed-hash v0.1.1
8502026-05-27T00:04:13.223Z Downloaded hyper-rustls v0.27.7
8512026-05-27T00:04:13.223Z Downloaded flume v0.11.1
8522026-05-27T00:04:13.223Z Downloaded proc-macro-error-attr2 v2.0.0
8532026-05-27T00:04:13.223Z Downloaded packed_struct_codegen v0.10.1
8542026-05-27T00:04:13.223Z Downloaded owo-colors v4.3.0
8552026-05-27T00:04:13.223Z Downloaded derive_more v2.1.1
8562026-05-27T00:04:13.223Z Downloaded parse-display-derive v0.10.0
8572026-05-27T00:04:13.223Z Downloaded packed_struct v0.10.1
8582026-05-27T00:04:13.223Z Downloaded progenitor-client v0.11.2
8592026-05-27T00:04:13.223Z Downloaded progenitor-client v0.14.0
8602026-05-27T00:04:13.223Z Downloaded progenitor-macro v0.13.0
8612026-05-27T00:04:13.223Z Downloaded crypto-bigint v0.5.5
8622026-05-27T00:04:13.224Z Downloaded peg v0.8.5
8632026-05-27T00:04:13.224Z Downloaded password-hash v0.5.0
8642026-05-27T00:04:13.224Z Downloaded progenitor-macro v0.14.0
8652026-05-27T00:04:13.224Z Downloaded pbkdf2 v0.12.2
8662026-05-27T00:04:13.224Z Downloaded paste v1.0.15
8672026-05-27T00:04:13.224Z Downloaded pem-rfc7468 v0.7.0
8682026-05-27T00:04:13.224Z Downloaded progenitor-macro v0.10.0
8692026-05-27T00:04:13.224Z Downloaded pem v3.0.6
8702026-05-27T00:04:13.224Z Downloaded parking_lot_core v0.8.6
8712026-05-27T00:04:13.224Z Downloaded password-hash v0.4.2
8722026-05-27T00:04:13.224Z Downloaded poly1305 v0.8.0
8732026-05-27T00:04:13.224Z Downloaded quick-error v1.2.3
8742026-05-27T00:04:13.224Z Downloaded der v0.7.10
8752026-05-27T00:04:13.224Z Downloaded psl-types v2.0.11
8762026-05-27T00:04:13.224Z Downloaded rand_chacha v0.3.1
8772026-05-27T00:04:13.280Z Downloaded aes-gcm v0.10.3
8782026-05-27T00:04:13.281Z Downloaded polyval v0.6.2
8792026-05-27T00:04:13.281Z Downloaded base64 v0.21.7
8802026-05-27T00:04:13.281Z Downloaded phf v0.13.1
8812026-05-27T00:04:13.281Z Downloaded phf v0.12.1
8822026-05-27T00:04:13.281Z Downloaded pkg-config v0.3.32
8832026-05-27T00:04:13.281Z Downloaded pkcs8 v0.10.2
8842026-05-27T00:04:13.281Z Downloaded pin-project-lite v0.2.17
8852026-05-27T00:04:13.281Z Downloaded radium v0.7.0
8862026-05-27T00:04:13.281Z Downloaded postgres-protocol v0.6.10
8872026-05-27T00:04:13.281Z Downloaded proc-macro-crate v1.3.1
8882026-05-27T00:04:13.281Z Downloaded primeorder v0.13.6
8892026-05-27T00:04:13.281Z Downloaded predicates v3.1.4
8902026-05-27T00:04:13.281Z Downloaded fatfs v0.3.6
8912026-05-27T00:04:13.281Z Downloaded diesel_derives v2.3.7
8922026-05-27T00:04:13.281Z Downloaded progenitor v0.10.0
8932026-05-27T00:04:13.281Z Downloaded parking_lot v0.11.2
8942026-05-27T00:04:13.281Z Downloaded flate2 v1.1.9
8952026-05-27T00:04:13.281Z Downloaded progenitor-extras v0.2.0
8962026-05-27T00:04:13.281Z Downloaded oxnet v0.1.4
8972026-05-27T00:04:13.281Z Downloaded indicatif v0.18.4
8982026-05-27T00:04:13.281Z Downloaded ref-cast-impl v1.0.25
8992026-05-27T00:04:13.281Z Downloaded recursive-proc-macro-impl v0.1.1
9002026-05-27T00:04:13.281Z Downloaded rand_xorshift v0.4.0
9012026-05-27T00:04:13.281Z Downloaded progenitor-client v0.13.0
9022026-05-27T00:04:13.282Z Downloaded progenitor v0.11.2
9032026-05-27T00:04:13.282Z Downloaded peg-macros v0.8.5
9042026-05-27T00:04:13.282Z Downloaded proc-macro-error2 v2.0.1
9052026-05-27T00:04:13.282Z Downloaded progenitor v0.14.0
9062026-05-27T00:04:13.282Z Downloaded recursive v0.1.1
9072026-05-27T00:04:13.282Z Downloaded progenitor-macro v0.11.2
9082026-05-27T00:04:13.282Z Downloaded progenitor v0.13.0
9092026-05-27T00:04:13.282Z Downloaded parking_lot v0.12.5
9102026-05-27T00:04:13.282Z Downloaded ed25519-dalek v2.2.0
9112026-05-27T00:04:13.283Z Downloaded psm v0.1.30
9122026-05-27T00:04:13.283Z Downloaded heapless v0.8.0
9132026-05-27T00:04:13.283Z Downloaded pkcs5 v0.7.1
9142026-05-27T00:04:13.283Z Downloaded rtoolbox v0.0.3
9152026-05-27T00:04:13.283Z Downloaded ppv-lite86 v0.2.21
9162026-05-27T00:04:13.283Z Downloaded parking_lot_core v0.9.12
9172026-05-27T00:04:13.283Z Downloaded rustc-hash v2.1.1
9182026-05-27T00:04:13.283Z Downloaded pkcs1 v0.7.5
9192026-05-27T00:04:13.283Z Downloaded rustc_version v0.4.1
9202026-05-27T00:04:13.325Z Downloaded r2d2 v0.8.10
9212026-05-27T00:04:13.325Z Downloaded rustc_version v0.1.7
9222026-05-27T00:04:13.325Z Downloaded rfc6979 v0.4.0
9232026-05-27T00:04:13.325Z Downloaded libbz2-rs-sys v0.2.2
9242026-05-27T00:04:13.325Z Downloaded hickory-resolver v0.24.4
9252026-05-27T00:04:13.325Z Downloaded postgres-types v0.2.12
9262026-05-27T00:04:13.325Z Downloaded omicron-zone-package v0.12.2
9272026-05-27T00:04:13.326Z Downloaded hashbrown v0.12.3
9282026-05-27T00:04:13.326Z Downloaded postcard v1.1.3
9292026-05-27T00:04:13.326Z Downloaded rand_seeder v0.4.0
9302026-05-27T00:04:13.326Z Downloaded rand_core v0.10.0
9312026-05-27T00:04:13.326Z Downloaded rand_core v0.9.5
9322026-05-27T00:04:13.326Z Downloaded scheduled-thread-pool v0.2.7
9332026-05-27T00:04:13.326Z Downloaded salsa20 v0.10.2
9342026-05-27T00:04:13.326Z Downloaded rand_chacha v0.9.0
9352026-05-27T00:04:13.326Z Downloaded expectorate v1.2.0
9362026-05-27T00:04:13.326Z Downloaded miniz_oxide v0.8.9
9372026-05-27T00:04:13.326Z Downloaded aes v0.8.4
9382026-05-27T00:04:13.326Z Downloaded papergrid v0.17.0
9392026-05-27T00:04:13.372Z Downloaded p256 v0.13.2
9402026-05-27T00:04:13.373Z Downloaded cc v1.2.56
9412026-05-27T00:04:13.373Z Downloaded same-file v1.0.6
9422026-05-27T00:04:13.373Z Downloaded rand_core v0.6.4
9432026-05-27T00:04:13.373Z Downloaded russh-cryptovec v0.7.3
9442026-05-27T00:04:13.373Z Downloaded pin-project-internal v1.1.11
9452026-05-27T00:04:13.373Z Downloaded oxide-tokio-rt v0.1.4
9462026-05-27T00:04:13.373Z Downloaded progenitor-client v0.10.0
9472026-05-27T00:04:13.373Z Downloaded indexmap v1.9.3
9482026-05-27T00:04:13.373Z Downloaded secrecy v0.8.0
9492026-05-27T00:04:13.373Z Downloaded sapling-renderdag v0.1.0
9502026-05-27T00:04:13.373Z Downloaded scroll_derive v0.13.1
9512026-05-27T00:04:13.373Z Downloaded secrecy v0.10.3
9522026-05-27T00:04:13.374Z Downloaded ref-cast v1.0.25
9532026-05-27T00:04:13.374Z Downloaded serde_bytes v0.11.19
9542026-05-27T00:04:13.374Z Downloaded resolv-conf v0.7.6
9552026-05-27T00:04:13.374Z Downloaded hickory-resolver v0.25.2
9562026-05-27T00:04:13.374Z Downloaded semver v0.1.20
9572026-05-27T00:04:13.374Z Downloaded heapless v0.7.17
9582026-05-27T00:04:13.374Z Downloaded chacha20poly1305 v0.10.1
9592026-05-27T00:04:13.374Z Downloaded base64 v0.22.1
9602026-05-27T00:04:13.374Z Downloaded num-rational v0.4.2
9612026-05-27T00:04:13.374Z Downloaded num-integer v0.1.46
9622026-05-27T00:04:13.374Z Downloaded scrypt v0.11.0
9632026-05-27T00:04:13.374Z Downloaded serde-big-array v0.5.1
9642026-05-27T00:04:13.374Z Downloaded rustls-pemfile v1.0.4
9652026-05-27T00:04:13.375Z Downloaded memmap2 v0.9.10
9662026-05-27T00:04:13.375Z Downloaded sha1 v0.10.6
9672026-05-27T00:04:13.375Z Downloaded litrs v1.0.0
9682026-05-27T00:04:13.375Z Downloaded signal-hook-mio v0.2.5
9692026-05-27T00:04:13.375Z Downloaded serde_urlencoded v0.7.1
9702026-05-27T00:04:13.375Z Downloaded serde_spanned v1.0.4
9712026-05-27T00:04:13.375Z Downloaded serde_repr v0.1.20
9722026-05-27T00:04:13.375Z Downloaded quinn-udp v0.5.14
9732026-05-27T00:04:13.375Z Downloaded jiff-static v0.2.21
9742026-05-27T00:04:13.375Z Downloaded oso v0.27.3
9752026-05-27T00:04:13.375Z Downloaded rustls-pemfile v2.2.0
9762026-05-27T00:04:13.375Z Downloaded openssl-sys v0.9.115
9772026-05-27T00:04:13.375Z Downloaded shell-words v1.1.1
9782026-05-27T00:04:13.418Z Downloaded rusty-fork v0.3.1
9792026-05-27T00:04:13.418Z Downloaded sigpipe v0.1.3
9802026-05-27T00:04:13.418Z Downloaded hyper-util v0.1.20
9812026-05-27T00:04:13.418Z Downloaded siphasher v1.0.2
9822026-05-27T00:04:13.418Z Downloaded rustversion v1.0.22
9832026-05-27T00:04:13.418Z Downloaded minimal-lexical v0.2.1
9842026-05-27T00:04:13.418Z Downloaded signal-hook-tokio v0.3.1
9852026-05-27T00:04:13.418Z Downloaded prefix-trie v0.7.0
9862026-05-27T00:04:13.418Z Downloaded http v1.4.0
9872026-05-27T00:04:13.418Z Downloaded ignore v0.4.25
9882026-05-27T00:04:13.418Z Downloaded getrandom v0.3.4
9892026-05-27T00:04:13.418Z Downloaded bcs v0.1.6
9902026-05-27T00:04:13.418Z Downloaded ctr v0.9.2
9912026-05-27T00:04:13.418Z Downloaded const_format_proc_macros v0.2.34
9922026-05-27T00:04:13.418Z Downloaded schemars_derive v0.8.22
9932026-05-27T00:04:13.418Z Downloaded bitflags v1.3.2
9942026-05-27T00:04:13.418Z Downloaded sec1 v0.7.3
9952026-05-27T00:04:13.418Z Downloaded progenitor-impl v0.11.2
9962026-05-27T00:04:13.418Z Downloaded find-msvc-tools v0.1.9
9972026-05-27T00:04:13.418Z Downloaded slog-bunyan v2.5.0
9982026-05-27T00:04:13.418Z Downloaded scopeguard v1.2.0
9992026-05-27T00:04:13.418Z Downloaded seq-macro v0.3.6
10002026-05-27T00:04:13.418Z Downloaded sct v0.7.1
10012026-05-27T00:04:13.418Z Downloaded corncobs v0.1.4
10022026-05-27T00:04:13.419Z Downloaded constant_time_eq v0.4.2
10032026-05-27T00:04:13.419Z Downloaded compression-core v0.4.31
10042026-05-27T00:04:13.419Z Downloaded sqlparser_derive v0.5.0
10052026-05-27T00:04:13.471Z Downloaded progenitor-impl v0.14.0
10062026-05-27T00:04:13.471Z Downloaded pin-project v1.1.11
10072026-05-27T00:04:13.472Z Downloaded serde-hex v0.1.0
10082026-05-27T00:04:13.472Z Downloaded ssh-cipher v0.2.0
10092026-05-27T00:04:13.472Z Downloaded serde_derive_internals v0.29.1
10102026-05-27T00:04:13.472Z Downloaded hashbrown v0.13.2
10112026-05-27T00:04:13.472Z Downloaded serde_path_to_error v0.1.20
10122026-05-27T00:04:13.472Z Downloaded russh-keys v0.45.0
10132026-05-27T00:04:13.472Z Downloaded hickory-server v0.25.2
10142026-05-27T00:04:13.472Z Downloaded serde_plain v1.0.2
10152026-05-27T00:04:13.472Z Downloaded rustls-native-certs v0.8.3
10162026-05-27T00:04:13.472Z Downloaded simd-adler32 v0.3.8
10172026-05-27T00:04:13.472Z Downloaded signature v2.2.0
10182026-05-27T00:04:13.472Z Downloaded strum v0.27.2
10192026-05-27T00:04:13.472Z Downloaded strum v0.26.3
10202026-05-27T00:04:13.473Z Downloaded structmeta v0.3.0
10212026-05-27T00:04:13.473Z Downloaded structmeta-derive v0.3.0
10222026-05-27T00:04:13.473Z Downloaded strip-ansi-escapes v0.2.1
10232026-05-27T00:04:13.473Z Downloaded signal-hook-registry v1.4.8
10242026-05-27T00:04:13.518Z Downloaded pretty_assertions v1.4.1
10252026-05-27T00:04:13.518Z Downloaded shlex v1.3.0
10262026-05-27T00:04:13.519Z Downloaded slog-json v2.6.1
10272026-05-27T00:04:13.519Z Downloaded sync-ptr v0.1.4
10282026-05-27T00:04:13.519Z Downloaded scroll v0.13.0
10292026-05-27T00:04:13.519Z Downloaded progenitor-impl v0.10.0
10302026-05-27T00:04:13.519Z Downloaded slog-scope v4.4.1
10312026-05-27T00:04:13.519Z Downloaded progenitor-impl v0.13.0
10322026-05-27T00:04:13.519Z Downloaded slog-stdlog v4.1.1
10332026-05-27T00:04:13.519Z Downloaded slog-async v2.8.0
10342026-05-27T00:04:13.519Z Downloaded supports-color v3.0.2
10352026-05-27T00:04:13.519Z Downloaded termtree v0.5.1
10362026-05-27T00:04:13.519Z Downloaded tap v1.0.1
10372026-05-27T00:04:13.519Z Downloaded take_mut v0.2.2
10382026-05-27T00:04:13.519Z Downloaded slab v0.4.12
10392026-05-27T00:04:13.519Z Downloaded slog-envlogger v2.2.0
10402026-05-27T00:04:13.519Z Downloaded smallvec v0.6.14
10412026-05-27T00:04:13.520Z Downloaded testing_table v0.3.0
10422026-05-27T00:04:13.520Z Downloaded spki v0.7.3
10432026-05-27T00:04:13.520Z Downloaded sync_wrapper v1.0.2
10442026-05-27T00:04:13.520Z Downloaded sqlformat v0.3.5
10452026-05-27T00:04:13.520Z Downloaded tagptr v0.2.0
10462026-05-27T00:04:13.520Z Downloaded snafu-derive v0.8.9
10472026-05-27T00:04:13.520Z Downloaded tabwriter v1.4.1
10482026-05-27T00:04:13.520Z Downloaded tabled_derive v0.11.0
10492026-05-27T00:04:13.520Z Downloaded smf v0.2.3
10502026-05-27T00:04:13.520Z Downloaded slog-dtrace v0.3.0
10512026-05-27T00:04:13.520Z Downloaded ron v0.8.1
10522026-05-27T00:04:13.520Z Downloaded static_assertions v1.1.0
10532026-05-27T00:04:13.533Z Downloaded ssh-encoding v0.2.0
10542026-05-27T00:04:13.533Z Downloaded time-core v0.1.8
10552026-05-27T00:04:13.533Z Downloaded rustls-pki-types v1.14.0
10562026-05-27T00:04:13.533Z Downloaded stacker v0.1.23
10572026-05-27T00:04:13.533Z Downloaded thread-id v5.1.0
10582026-05-27T00:04:13.533Z Downloaded ryu v1.0.23
10592026-05-27T00:04:13.533Z Downloaded rustls-platform-verifier v0.6.2
10602026-05-27T00:04:13.533Z Downloaded tinyvec_macros v0.1.1
10612026-05-27T00:04:13.533Z Downloaded crossterm v0.29.0
10622026-05-27T00:04:13.533Z Downloaded strum_macros v0.24.3
10632026-05-27T00:04:13.533Z Downloaded serde_with_macros v3.17.0
10642026-05-27T00:04:13.533Z Downloaded rcgen v0.12.1
10652026-05-27T00:04:13.533Z Downloaded rayon-core v1.13.0
10662026-05-27T00:04:13.534Z Downloaded subtle v2.6.1
10672026-05-27T00:04:13.534Z Downloaded stringprep v0.1.5
10682026-05-27T00:04:13.534Z Downloaded string_cache v0.8.9
10692026-05-27T00:04:13.534Z Downloaded mio v1.2.0
10702026-05-27T00:04:13.534Z Downloaded prettyplease v0.2.37
10712026-05-27T00:04:13.534Z Downloaded num-bigint v0.4.6
10722026-05-27T00:04:13.534Z Downloaded thiserror-impl-no-std v2.0.2
10732026-05-27T00:04:13.541Z Downloaded termios v0.3.3
10742026-05-27T00:04:13.541Z Downloaded strum_macros v0.26.4
10752026-05-27T00:04:13.542Z Downloaded spin v0.9.8
10762026-05-27T00:04:13.542Z Downloaded strum_macros v0.27.2
10772026-05-27T00:04:13.542Z Downloaded slog-term v2.9.2
10782026-05-27T00:04:13.542Z Downloaded crossterm v0.28.1
10792026-05-27T00:04:13.552Z Downloaded support-bundle-viewer v0.1.2
10802026-05-27T00:04:13.552Z Downloaded hashbrown v0.16.1
10812026-05-27T00:04:13.566Z Downloaded itertools v0.10.5
10822026-05-27T00:04:13.584Z Downloaded topological-sort v0.2.2
10832026-05-27T00:04:13.584Z Downloaded thiserror-no-std v2.0.2
10842026-05-27T00:04:13.584Z Downloaded similar v2.7.0
10852026-05-27T00:04:13.584Z Downloaded serde_cbor v0.11.2
10862026-05-27T00:04:13.584Z Downloaded tower-service v0.3.3
10872026-05-27T00:04:13.589Z Downloaded try-lock v0.2.5
10882026-05-27T00:04:13.589Z Downloaded tower-layer v0.3.3
10892026-05-27T00:04:13.589Z Downloaded tiny-keccak v2.0.2
10902026-05-27T00:04:13.589Z Downloaded thread_local v1.1.9
10912026-05-27T00:04:13.589Z Downloaded libxml v0.3.3
10922026-05-27T00:04:13.589Z Downloaded tls_codec v0.4.2
10932026-05-27T00:04:13.595Z Downloaded typify-macro v0.4.3
10942026-05-27T00:04:13.595Z Downloaded tls_codec_derive v0.4.2
10952026-05-27T00:04:13.595Z Downloaded aho-corasick v1.1.4
10962026-05-27T00:04:13.595Z Downloaded typify-macro v0.6.2
10972026-05-27T00:04:13.595Z Downloaded trait-variant v0.1.2
10982026-05-27T00:04:13.600Z Downloaded tokio-macros v2.7.0
10992026-05-27T00:04:13.600Z Downloaded tokio-dtrace v0.1.1
11002026-05-27T00:04:13.600Z Downloaded signal-hook v0.3.18
11012026-05-27T00:04:13.611Z Downloaded schemars v0.8.22
11022026-05-27T00:04:13.611Z Downloaded unarray v0.1.4
11032026-05-27T00:04:13.611Z Downloaded tokio-rustls v0.25.0
11042026-05-27T00:04:13.615Z Downloaded tokio-native-tls v0.3.1
11052026-05-27T00:04:13.615Z Downloaded term v1.2.1
11062026-05-27T00:04:13.615Z Downloaded untrusted v0.9.0
11072026-05-27T00:04:13.615Z Downloaded usdt-macro v0.6.0
11082026-05-27T00:04:13.615Z Downloaded universal-hash v0.5.1
11092026-05-27T00:04:13.615Z Downloaded unit-prefix v0.5.2
11102026-05-27T00:04:13.673Z Downloaded untrusted v0.7.1
11112026-05-27T00:04:13.673Z Downloaded unicode-truncate v1.1.0
11122026-05-27T00:04:13.673Z Downloaded nom v7.1.3
11132026-05-27T00:04:13.690Z Downloaded rand v0.8.6
11142026-05-27T00:04:13.690Z Downloaded qorb v0.4.1
11152026-05-27T00:04:13.690Z Downloaded slog v2.8.2
11162026-05-27T00:04:13.690Z Downloaded tokio-tungstenite v0.23.1
11172026-05-27T00:04:13.690Z Downloaded usdt v0.6.0
11182026-05-27T00:04:13.690Z Downloaded serde_yaml v0.9.34+deprecated
11192026-05-27T00:04:13.690Z Downloaded utf-8 v0.7.6
11202026-05-27T00:04:13.690Z Downloaded schemars v0.9.0
11212026-05-27T00:04:13.690Z Downloaded usdt-attr-macro v0.6.0
11222026-05-27T00:04:13.691Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11232026-05-27T00:04:13.691Z Downloaded rsa v0.9.10
11242026-05-27T00:04:13.691Z Downloaded futures-util v0.3.32
11252026-05-27T00:04:13.691Z Downloaded wait-timeout v0.2.1
11262026-05-27T00:04:13.691Z Downloaded void v1.0.2
11272026-05-27T00:04:13.691Z Downloaded toml_writer v1.0.6+spec-1.1.0
11282026-05-27T00:04:13.691Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11292026-05-27T00:04:13.692Z Downloaded time-macros v0.2.27
11302026-05-27T00:04:13.692Z Downloaded rand v0.9.2
11312026-05-27T00:04:13.692Z Downloaded term v0.7.0
11322026-05-27T00:04:13.692Z Downloaded iddqd v0.4.1
11332026-05-27T00:04:13.692Z Downloaded hyper v1.8.1
11342026-05-27T00:04:13.692Z Downloaded want v0.3.1
11352026-05-27T00:04:13.692Z Downloaded waitgroup v0.1.2
11362026-05-27T00:04:13.692Z Downloaded test-strategy v0.4.5
11372026-05-27T00:04:13.692Z Downloaded socket2 v0.5.10
11382026-05-27T00:04:13.692Z Downloaded itertools v0.12.1
11392026-05-27T00:04:13.692Z Downloaded tokio-tungstenite v0.21.0
11402026-05-27T00:04:13.698Z Downloaded rustls-webpki v0.103.9
11412026-05-27T00:04:13.698Z Downloaded itertools v0.13.0
11422026-05-27T00:04:13.699Z Downloaded libm v0.2.16
11432026-05-27T00:04:13.699Z Downloaded xshell-macros v0.2.7
11442026-05-27T00:04:13.699Z Downloaded unicase v2.9.0
11452026-05-27T00:04:13.699Z Downloaded socket2 v0.6.3
11462026-05-27T00:04:13.706Z Downloaded schemars v1.2.1
11472026-05-27T00:04:13.712Z Downloaded xattr v1.6.1
11482026-05-27T00:04:13.712Z Downloaded tokio-rustls v0.26.4
11492026-05-27T00:04:13.712Z Downloaded uzers v0.12.2
11502026-05-27T00:04:13.735Z Downloaded snafu v0.8.9
11512026-05-27T00:04:13.735Z Downloaded usdt-impl v0.6.0
11522026-05-27T00:04:13.735Z Downloaded toml_parser v1.0.9+spec-1.1.0
11532026-05-27T00:04:13.735Z Downloaded publicsuffix v2.3.0
11542026-05-27T00:04:13.735Z Downloaded vergen-lib v0.1.6
11552026-05-27T00:04:13.735Z Downloaded vergen-gitcl v1.0.8
11562026-05-27T00:04:13.735Z Downloaded h2 v0.4.13
11572026-05-27T00:04:13.753Z Downloaded zone_cfg_derive v0.3.1
11582026-05-27T00:04:13.753Z Downloaded quinn v0.11.9
11592026-05-27T00:04:13.753Z Downloaded zone v0.3.1
11602026-05-27T00:04:13.753Z Downloaded zeroize_derive v1.4.3
11612026-05-27T00:04:13.753Z Downloaded vsss-rs v3.3.4
11622026-05-27T00:04:13.753Z Downloaded tui-tree-widget v0.23.1
11632026-05-27T00:04:13.753Z Downloaded vergen-git2 v1.0.7
11642026-05-27T00:04:13.753Z Downloaded num-bigint-dig v0.8.6
11652026-05-27T00:04:13.753Z Downloaded walkdir v2.5.0
11662026-05-27T00:04:13.753Z Downloaded tokio-stream v0.1.18
11672026-05-27T00:04:13.753Z Downloaded tracing-attributes v0.1.31
11682026-05-27T00:04:13.753Z Downloaded tokio-rustls v0.24.1
11692026-05-27T00:04:13.779Z Downloaded unicode-properties v0.1.4
11702026-05-27T00:04:13.779Z Downloaded tinyvec v1.10.0
11712026-05-27T00:04:13.779Z Downloaded twox-hash v2.1.2
11722026-05-27T00:04:13.779Z Downloaded rand v0.10.0
11732026-05-27T00:04:13.779Z Downloaded whoami v2.1.0
11742026-05-27T00:04:13.779Z Downloaded toml v0.7.8
11752026-05-27T00:04:13.779Z Downloaded subprocess v0.2.15
11762026-05-27T00:04:13.779Z Downloaded samael v0.0.19
11772026-05-27T00:04:13.779Z Downloaded toml v0.9.12+spec-1.1.0
11782026-05-27T00:04:13.802Z Downloaded whoami v1.6.1
11792026-05-27T00:04:13.803Z Downloaded xshell v0.2.7
11802026-05-27T00:04:13.803Z Downloaded rustyline v14.0.0
11812026-05-27T00:04:13.803Z Downloaded hashbrown v0.15.5
11822026-05-27T00:04:13.803Z Downloaded dropshot-api-manager v0.7.2
11832026-05-27T00:04:13.803Z Downloaded tungstenite v0.21.0
11842026-05-27T00:04:13.803Z Downloaded zeroize v1.8.2
11852026-05-27T00:04:13.803Z Downloaded typify v0.4.3
11862026-05-27T00:04:13.803Z Downloaded blake3 v1.8.3
11872026-05-27T00:04:13.809Z Downloaded zstd-safe v7.2.4
11882026-05-27T00:04:13.809Z Downloaded bitvec v1.0.1
11892026-05-27T00:04:13.809Z Downloaded zstd v0.13.3
11902026-05-27T00:04:13.809Z Downloaded iri-string v0.7.10
11912026-05-27T00:04:13.827Z Downloaded aws-lc-rs v1.16.3
11922026-05-27T00:04:13.827Z Downloaded tracing-core v0.1.36
11932026-05-27T00:04:13.827Z Downloaded yasna v0.5.2
11942026-05-27T00:04:13.827Z Downloaded toml_edit v0.23.10+spec-1.0.0
11952026-05-27T00:04:13.861Z Downloaded toml v1.0.6+spec-1.1.0
11962026-05-27T00:04:13.861Z Downloaded rpassword v7.4.0
11972026-05-27T00:04:13.861Z Downloaded unicode-bidi v0.3.18
11982026-05-27T00:04:13.861Z Downloaded typify v0.6.2
11992026-05-27T00:04:13.862Z Downloaded uuid v1.23.0
12002026-05-27T00:04:13.862Z Downloaded vte v0.14.1
12012026-05-27T00:04:13.862Z Downloaded tungstenite v0.23.0
12022026-05-27T00:04:13.862Z Downloaded hkdf v0.12.4
12032026-05-27T00:04:13.862Z Downloaded p521 v0.13.3
12042026-05-27T00:04:13.870Z Downloaded vergen v9.0.6
12052026-05-27T00:04:13.870Z Downloaded unsafe-libyaml v0.2.11
12062026-05-27T00:04:13.871Z Downloaded russh v0.45.0
12072026-05-27T00:04:13.871Z Downloaded steno v0.4.1
12082026-05-27T00:04:13.871Z Downloaded itertools v0.14.0
12092026-05-27T00:04:13.882Z Downloaded git2 v0.20.4
12102026-05-27T00:04:13.901Z Downloaded ssh-key v0.6.7
12112026-05-27T00:04:13.902Z Downloaded zopfli v0.8.3
12122026-05-27T00:04:13.902Z Downloaded wyz v0.5.1
12132026-05-27T00:04:13.902Z Downloaded unicode_categories v0.1.1
12142026-05-27T00:04:13.902Z Downloaded tokio-postgres v0.7.16
12152026-05-27T00:04:13.902Z Downloaded regex v1.12.3
12162026-05-27T00:04:13.902Z Downloaded tar v0.4.45
12172026-05-27T00:04:13.931Z Downloaded reedline v0.40.0
12182026-05-27T00:04:13.931Z Downloaded bindgen v0.71.1
12192026-05-27T00:04:13.931Z Downloaded toml_edit v0.19.15
12202026-05-27T00:04:13.962Z Downloaded zerocopy v0.6.6
12212026-05-27T00:04:13.962Z Downloaded p384 v0.13.1
12222026-05-27T00:04:13.962Z Downloaded chrono v0.4.44
12232026-05-27T00:04:13.962Z Downloaded yansi v1.0.1
12242026-05-27T00:04:13.962Z Downloaded zip v0.6.6
12252026-05-27T00:04:13.962Z Downloaded goblin v0.10.5
12262026-05-27T00:04:13.962Z Downloaded reqwest v0.12.28
12272026-05-27T00:04:13.983Z Downloaded reqwest v0.13.2
12282026-05-27T00:04:13.983Z Downloaded unicode-segmentation v1.12.0
12292026-05-27T00:04:13.983Z Downloaded lalrpop v0.19.12
12302026-05-27T00:04:13.983Z Downloaded x509-cert v0.2.5
12312026-05-27T00:04:13.984Z Downloaded portable-atomic v1.13.1
12322026-05-27T00:04:14.014Z Downloaded rayon v1.11.0
12332026-05-27T00:04:14.014Z Downloaded serde_with v3.17.0
12342026-05-27T00:04:14.014Z Downloaded proptest v1.10.0
12352026-05-27T00:04:14.014Z Downloaded typed-path v0.9.3
12362026-05-27T00:04:14.062Z Downloaded unicode-normalization v0.1.25
12372026-05-27T00:04:14.062Z Downloaded tower v0.5.3
12382026-05-27T00:04:14.062Z Downloaded salty v0.3.0
12392026-05-27T00:04:14.062Z Downloaded tough v0.22.0
12402026-05-27T00:04:14.063Z Downloaded tokio-util v0.7.18
12412026-05-27T00:04:14.063Z Downloaded tower-http v0.6.8
12422026-05-27T00:04:14.087Z Downloaded zip v4.6.1
12432026-05-27T00:04:14.087Z Downloaded petname v2.0.2
12442026-05-27T00:04:14.087Z Downloaded rustls-webpki v0.101.7
12452026-05-27T00:04:14.087Z Downloaded moka v0.12.13
12462026-05-27T00:04:14.087Z Downloaded zerocopy-derive v0.8.40
12472026-05-27T00:04:14.087Z Downloaded bstr v1.12.1
12482026-05-27T00:04:14.087Z Downloaded radix_trie v0.2.1
12492026-05-27T00:04:14.087Z Downloaded quinn-proto v0.11.13
12502026-05-27T00:04:14.087Z Downloaded winnow v0.5.40
12512026-05-27T00:04:14.087Z Downloaded quick-xml v0.37.5
12522026-05-27T00:04:14.124Z Downloaded nix v0.27.1
12532026-05-27T00:04:14.148Z Downloaded openssl v0.10.79
12542026-05-27T00:04:14.148Z Downloaded object v0.30.4
12552026-05-27T00:04:14.148Z Downloaded curve25519-dalek v4.1.3
12562026-05-27T00:04:14.148Z Downloaded regex-syntax v0.6.29
12572026-05-27T00:04:14.161Z Downloaded rustls-webpki v0.102.8
12582026-05-27T00:04:14.161Z Downloaded winnow v0.6.26
12592026-05-27T00:04:14.161Z Downloaded smoltcp v0.9.1
12602026-05-27T00:04:14.190Z Downloaded smoltcp v0.11.0
12612026-05-27T00:04:14.190Z Downloaded zlib-rs v0.6.2
12622026-05-27T00:04:14.201Z Downloaded polar-core v0.27.3
12632026-05-27T00:04:14.201Z Downloaded zerocopy v0.8.40
12642026-05-27T00:04:14.201Z Downloaded rustix v0.38.44
12652026-05-27T00:04:14.238Z Downloaded nix v0.29.0
12662026-05-27T00:04:14.244Z Downloaded nix v0.28.0
12672026-05-27T00:04:14.244Z Downloaded rustls v0.21.12
12682026-05-27T00:04:14.272Z Downloaded time v0.3.47
12692026-05-27T00:04:14.285Z Downloaded tabled v0.20.0
12702026-05-27T00:04:14.285Z Downloaded dropshot v0.17.0
12712026-05-27T00:04:14.285Z Downloaded sqlparser v0.61.0
12722026-05-27T00:04:14.288Z Downloaded hickory-proto v0.24.4
12732026-05-27T00:04:14.293Z Downloaded webpki-roots v1.0.6
12742026-05-27T00:04:14.297Z Downloaded vcpkg v0.2.15
12752026-05-27T00:04:14.319Z Downloaded hickory-proto v0.25.2
12762026-05-27T00:04:14.326Z Downloaded sled v0.34.7
12772026-05-27T00:04:14.333Z Downloaded regress v0.11.1
12782026-05-27T00:04:14.339Z Downloaded tracing v0.1.44
12792026-05-27T00:04:14.370Z Downloaded regex-syntax v0.8.10
12802026-05-27T00:04:14.375Z Downloaded typify-impl v0.6.2
12812026-05-27T00:04:14.383Z Downloaded rustls v0.23.37
12822026-05-27T00:04:14.390Z Downloaded bzip2-sys v0.1.13+1.0.8
12832026-05-27T00:04:14.397Z Downloaded ratatui v0.29.0
12842026-05-27T00:04:14.408Z Downloaded rustls v0.22.4
12852026-05-27T00:04:14.415Z Downloaded regex-automata v0.4.14
12862026-05-27T00:04:14.423Z Downloaded regress v0.10.5
12872026-05-27T00:04:14.428Z Downloaded openapiv3 v2.2.0
12882026-05-27T00:04:14.434Z Downloaded petgraph v0.6.5
12892026-05-27T00:04:14.443Z Downloaded diesel v2.3.7
12902026-05-27T00:04:14.455Z Downloaded object v0.37.3
12912026-05-27T00:04:14.462Z Downloaded chrono-tz v0.10.4
12922026-05-27T00:04:14.471Z Downloaded typify-impl v0.4.3
12932026-05-27T00:04:14.479Z Downloaded nix v0.31.2
12942026-05-27T00:04:14.486Z Downloaded dropshot v0.16.7
12952026-05-27T00:04:14.500Z Downloaded zerocopy-derive v0.6.6
12962026-05-27T00:04:14.505Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12972026-05-27T00:04:14.519Z Downloaded libz-sys v1.1.24
12982026-05-27T00:04:14.537Z Downloaded jiff v0.2.21
12992026-05-27T00:04:14.566Z Downloaded petgraph v0.8.3
13002026-05-27T00:04:14.588Z Downloaded ring v0.17.14
13012026-05-27T00:04:14.616Z Downloaded sha3 v0.10.8
13022026-05-27T00:04:14.619Z Downloaded csv v1.4.0
13032026-05-27T00:04:14.640Z Downloaded tokio v1.52.1
13042026-05-27T00:04:14.700Z Downloaded encoding_rs v0.8.35
13052026-05-27T00:04:14.723Z Downloaded libgit2-sys v0.18.3+1.9.2
13062026-05-27T00:04:15.146Z Downloaded aws-lc-sys v0.40.0
13072026-05-27T00:04:15.386Z Compiling libc v0.2.185
13082026-05-27T00:04:15.386Z Compiling serde v1.0.228
13092026-05-27T00:04:15.390Z Compiling log v0.4.29
13102026-05-27T00:04:15.390Z Compiling shlex v1.3.0
13112026-05-27T00:04:15.555Z Compiling find-msvc-tools v0.1.9
13122026-05-27T00:04:15.566Z Compiling syn v2.0.117
13132026-05-27T00:04:15.570Z Compiling smallvec v1.15.1
13142026-05-27T00:04:15.570Z Compiling typenum v1.19.0
13152026-05-27T00:04:15.726Z Compiling generic-array v0.14.7
13162026-05-27T00:04:15.741Z Compiling subtle v2.6.1
13172026-05-27T00:04:15.770Z Compiling scopeguard v1.2.0
13182026-05-27T00:04:15.826Z Compiling const-oid v0.9.6
13192026-05-27T00:04:15.854Z Compiling lock_api v0.4.14
13202026-05-27T00:04:15.874Z Compiling serde_json v1.0.149
13212026-05-27T00:04:15.909Z Compiling zerocopy v0.8.40
13222026-05-27T00:04:15.977Z Compiling pin-project-lite v0.2.17
13232026-05-27T00:04:16.070Z Compiling portable-atomic v1.13.1
13242026-05-27T00:04:16.083Z Compiling parking_lot_core v0.9.12
13252026-05-27T00:04:16.337Z Compiling pkg-config v0.3.32
13262026-05-27T00:04:16.350Z Compiling bitflags v2.11.0
13272026-05-27T00:04:16.439Z Compiling getrandom v0.2.17
13282026-05-27T00:04:16.559Z Compiling jobserver v0.1.34
13292026-05-27T00:04:16.568Z Compiling errno v0.3.14
13302026-05-27T00:04:16.574Z Compiling rand_core v0.6.4
13312026-05-27T00:04:16.670Z Compiling signal-hook-registry v1.4.8
13322026-05-27T00:04:16.851Z Compiling cc v1.2.56
13332026-05-27T00:04:16.906Z Compiling futures-core v0.3.32
13342026-05-27T00:04:16.931Z Compiling critical-section v1.2.0
13352026-05-27T00:04:16.961Z Compiling libm v0.2.16
13362026-05-27T00:04:17.012Z Compiling parking_lot v0.12.5
13372026-05-27T00:04:17.044Z Compiling mio v1.2.0
13382026-05-27T00:04:17.060Z Compiling num-traits v0.2.19
13392026-05-27T00:04:17.162Z Compiling once_cell v1.21.3
13402026-05-27T00:04:17.293Z Compiling percent-encoding v2.3.2
13412026-05-27T00:04:17.366Z Compiling socket2 v0.6.3
13422026-05-27T00:04:17.381Z Compiling futures-sink v0.3.32
13432026-05-27T00:04:17.400Z Compiling getrandom v0.4.1
13442026-05-27T00:04:17.478Z Compiling futures-channel v0.3.32
13452026-05-27T00:04:17.492Z Compiling futures-io v0.3.32
13462026-05-27T00:04:17.495Z Compiling cpufeatures v0.2.17
13472026-05-27T00:04:17.565Z Compiling futures-task v0.3.32
13482026-05-27T00:04:17.653Z Compiling slab v0.4.12
13492026-05-27T00:04:17.699Z Compiling rand_core v0.10.0
13502026-05-27T00:04:17.736Z Compiling indexmap v2.14.0
13512026-05-27T00:04:17.750Z Compiling rustversion v1.0.22
13522026-05-27T00:04:17.764Z Compiling getrandom v0.3.4
13532026-05-27T00:04:17.824Z Compiling cmake v0.1.57
13542026-05-27T00:04:18.139Z Compiling form_urlencoded v1.2.2
13552026-05-27T00:04:18.217Z Compiling fs_extra v1.3.0
13562026-05-27T00:04:18.317Z Compiling dunce v1.0.5
13572026-05-27T00:04:18.359Z Compiling synstructure v0.13.2
13582026-05-27T00:04:18.395Z Compiling base64ct v1.8.3
13592026-05-27T00:04:18.408Z Compiling ident_case v1.0.1
13602026-05-27T00:04:18.503Z Compiling aws-lc-sys v0.40.0
13612026-05-27T00:04:18.527Z Compiling flagset v0.4.7
13622026-05-27T00:04:18.659Z Compiling pem-rfc7468 v0.7.0
13632026-05-27T00:04:18.684Z Compiling rustix v1.1.3
13642026-05-27T00:04:18.722Z Compiling iana-time-zone v0.1.65
13652026-05-27T00:04:18.768Z Compiling regex-syntax v0.8.10
13662026-05-27T00:04:18.881Z Compiling rand_core v0.9.5
13672026-05-27T00:04:18.928Z Compiling ring v0.17.14
13682026-05-27T00:04:18.945Z Compiling vcpkg v0.2.15
13692026-05-27T00:04:18.961Z Compiling aws-lc-rs v1.16.3
13702026-05-27T00:04:19.159Z Compiling uuid v1.23.0
13712026-05-27T00:04:19.246Z Compiling rustc_version v0.4.1
13722026-05-27T00:04:19.632Z Compiling tracing-core v0.1.36
13732026-05-27T00:04:19.682Z Compiling openssl-sys v0.9.115
13742026-05-27T00:04:19.919Z Compiling base64 v0.22.1
13752026-05-27T00:04:20.106Z Compiling serde_derive v1.0.228
13762026-05-27T00:04:20.188Z Compiling zeroize_derive v1.4.3
13772026-05-27T00:04:20.211Z Compiling zerofrom-derive v0.1.6
13782026-05-27T00:04:20.250Z Compiling yoke-derive v0.8.1
13792026-05-27T00:04:20.426Z Compiling zerocopy-derive v0.8.40
13802026-05-27T00:04:20.839Z Compiling zeroize v1.8.2
13812026-05-27T00:04:21.072Z Compiling zerovec-derive v0.11.2
13822026-05-27T00:04:21.403Z Compiling displaydoc v0.2.5
13832026-05-27T00:04:21.616Z Compiling crypto-common v0.1.7
13842026-05-27T00:04:21.622Z Compiling zerofrom v0.1.6
13852026-05-27T00:04:21.775Z Compiling yoke v0.8.1
13862026-05-27T00:04:21.788Z Compiling block-buffer v0.10.4
13872026-05-27T00:04:21.926Z Compiling digest v0.10.7
13882026-05-27T00:04:21.964Z Compiling tokio-macros v2.7.0
13892026-05-27T00:04:22.150Z Compiling zerotrie v0.2.3
13902026-05-27T00:04:22.154Z Compiling futures-macro v0.3.32
13912026-05-27T00:04:22.177Z Compiling zerovec v0.11.5
13922026-05-27T00:04:22.447Z Compiling hmac v0.12.1
13932026-05-27T00:04:22.607Z Compiling block-padding v0.3.3
13942026-05-27T00:04:22.653Z Compiling tinystr v0.8.2
13952026-05-27T00:04:22.668Z Compiling potential_utf v0.1.4
13962026-05-27T00:04:22.763Z Compiling inout v0.1.4
13972026-05-27T00:04:22.825Z Compiling icu_locale_core v2.1.1
13982026-05-27T00:04:22.843Z Compiling icu_collections v2.1.1
13992026-05-27T00:04:22.927Z Compiling cipher v0.4.4
14002026-05-27T00:04:22.954Z Compiling futures-util v0.3.32
14012026-05-27T00:04:23.176Z Compiling sha2 v0.10.9
14022026-05-27T00:04:23.315Z Compiling der_derive v0.7.3
14032026-05-27T00:04:23.553Z Compiling bytes v1.11.1
14042026-05-27T00:04:23.687Z Compiling icu_provider v2.1.1
14052026-05-27T00:04:23.781Z Compiling chrono v0.4.44
14062026-05-27T00:04:23.987Z Compiling icu_properties v2.1.2
14072026-05-27T00:04:24.141Z Compiling tokio v1.52.1
14082026-05-27T00:04:24.251Z Compiling icu_normalizer v2.1.1
14092026-05-27T00:04:24.569Z Compiling der v0.7.10
14102026-05-27T00:04:24.839Z Compiling ppv-lite86 v0.2.21
14112026-05-27T00:04:24.855Z Compiling idna_adapter v1.2.1
14122026-05-27T00:04:24.992Z Compiling idna v1.1.0
14132026-05-27T00:04:25.104Z Compiling http v1.4.0
14142026-05-27T00:04:25.163Z Compiling salsa20 v0.10.2
14152026-05-27T00:04:25.203Z Compiling pbkdf2 v0.12.2
14162026-05-27T00:04:25.255Z Compiling rustls-pki-types v1.14.0
14172026-05-27T00:04:25.297Z Compiling url v2.5.8
14182026-05-27T00:04:25.325Z Compiling tracing-attributes v0.1.31
14192026-05-27T00:04:25.642Z Compiling spki v0.7.3
14202026-05-27T00:04:25.699Z Compiling thiserror-impl v2.0.18
14212026-05-27T00:04:25.783Z Compiling http-body v1.0.1
14222026-05-27T00:04:25.840Z Compiling scrypt v0.11.0
14232026-05-27T00:04:25.932Z Compiling rand_chacha v0.9.0
14242026-05-27T00:04:25.997Z Compiling aes v0.8.4
14252026-05-27T00:04:26.084Z Compiling cbc v0.1.2
14262026-05-27T00:04:26.164Z Compiling untrusted v0.7.1
14272026-05-27T00:04:26.225Z Compiling untrusted v0.9.0
14282026-05-27T00:04:26.285Z Compiling openssl-probe v0.2.1
14292026-05-27T00:04:26.342Z Compiling httparse v1.10.1
14302026-05-27T00:04:26.461Z Compiling tinyvec_macros v0.1.1
14312026-05-27T00:04:26.531Z Compiling tinyvec v1.10.0
14322026-05-27T00:04:26.602Z Compiling tracing v0.1.44
14332026-05-27T00:04:26.617Z Compiling pkcs5 v0.7.1
14342026-05-27T00:04:26.860Z Compiling pest_generator v2.8.6
14352026-05-27T00:04:26.863Z Compiling rand v0.9.2
14362026-05-27T00:04:27.000Z Compiling thiserror v2.0.18
14372026-05-27T00:04:27.030Z Compiling serde_derive_internals v0.29.1
14382026-05-27T00:04:27.081Z Compiling aho-corasick v1.1.4
14392026-05-27T00:04:27.095Z Compiling try-lock v0.2.5
14402026-05-27T00:04:27.200Z Compiling atomic-waker v1.1.2
14412026-05-27T00:04:27.328Z Compiling dyn-clone v1.0.20
14422026-05-27T00:04:27.459Z Compiling tower-layer v0.3.3
14432026-05-27T00:04:27.560Z Compiling rustls v0.23.37
14442026-05-27T00:04:27.618Z Compiling schemars v0.8.22
14452026-05-27T00:04:27.634Z Compiling tower-service v0.3.3
14462026-05-27T00:04:27.727Z Compiling pest_derive v2.8.6
14472026-05-27T00:04:27.730Z Compiling want v0.3.1
14482026-05-27T00:04:27.822Z Compiling tokio-util v0.7.18
14492026-05-27T00:04:27.889Z Compiling regex-automata v0.4.14
14502026-05-27T00:04:27.903Z Compiling schemars_derive v0.8.22
14512026-05-27T00:04:28.172Z Compiling pkcs8 v0.10.2
14522026-05-27T00:04:28.464Z Compiling h2 v0.4.13
14532026-05-27T00:04:28.726Z Compiling ipnet v2.11.0
14542026-05-27T00:04:28.771Z Compiling scroll_derive v0.13.1
14552026-05-27T00:04:28.809Z Compiling darling_core v0.20.11
14562026-05-27T00:04:29.123Z Compiling openssl v0.10.79
14572026-05-27T00:04:29.218Z Compiling httpdate v1.0.3
14582026-05-27T00:04:29.383Z Compiling pin-utils v0.1.0
14592026-05-27T00:04:29.462Z Compiling foreign-types-shared v0.1.1
14602026-05-27T00:04:29.486Z Compiling tempfile v3.25.0
14612026-05-27T00:04:29.552Z Compiling foreign-types v0.3.2
14622026-05-27T00:04:29.594Z Compiling scroll v0.13.0
14632026-05-27T00:04:29.791Z Compiling unicode-normalization v0.1.25
14642026-05-27T00:04:29.853Z Compiling openssl-macros v0.1.1
14652026-05-27T00:04:30.253Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14662026-05-27T00:04:30.260Z Compiling spin v0.9.8
14672026-05-27T00:04:30.273Z Compiling num-conv v0.2.0
14682026-05-27T00:04:30.401Z Compiling crc32fast v1.5.0
14692026-05-27T00:04:30.458Z Compiling powerfmt v0.2.0
14702026-05-27T00:04:30.621Z Compiling native-tls v0.2.18
14712026-05-27T00:04:30.661Z Compiling time-core v0.1.8
14722026-05-27T00:04:30.805Z Compiling time-macros v0.2.27
14732026-05-27T00:04:30.838Z Compiling deranged v0.5.8
14742026-05-27T00:04:31.065Z Compiling darling_macro v0.20.11
14752026-05-27T00:04:31.519Z Compiling hyper v1.8.1
14762026-05-27T00:04:31.789Z Compiling darling v0.20.11
14772026-05-27T00:04:31.834Z Compiling goblin v0.10.5
14782026-05-27T00:04:31.871Z Compiling rustls-native-certs v0.8.3
14792026-05-27T00:04:31.979Z Compiling sync_wrapper v1.0.2
14802026-05-27T00:04:32.084Z Compiling wait-timeout v0.2.1
14812026-05-27T00:04:32.159Z Compiling bit-vec v0.8.0
14822026-05-27T00:04:32.350Z Compiling usdt-impl v0.6.0
14832026-05-27T00:04:32.370Z Compiling siphasher v1.0.2
14842026-05-27T00:04:32.383Z Compiling crossbeam-utils v0.8.21
14852026-05-27T00:04:32.547Z Compiling hyper-util v0.1.20
14862026-05-27T00:04:32.563Z Compiling simd-adler32 v0.3.8
14872026-05-27T00:04:32.661Z Compiling quick-error v1.2.3
14882026-05-27T00:04:32.763Z Compiling syn v1.0.109
14892026-05-27T00:04:32.798Z Compiling num_threads v0.1.7
14902026-05-27T00:04:32.896Z Compiling time v0.3.47
14912026-05-27T00:04:33.063Z Compiling rusty-fork v0.3.1
14922026-05-27T00:04:33.422Z Compiling bit-set v0.8.0
14932026-05-27T00:04:33.438Z Compiling tower v0.5.3
14942026-05-27T00:04:33.579Z Compiling derive_builder_core v0.20.2
14952026-05-27T00:04:33.903Z Compiling dtrace-parser v0.3.0
14962026-05-27T00:04:34.032Z Compiling http-body-util v0.1.3
14972026-05-27T00:04:34.247Z Compiling webpki-roots v1.0.6
14982026-05-27T00:04:34.277Z Compiling signature v2.2.0
14992026-05-27T00:04:34.404Z Compiling thiserror-impl v1.0.69
15002026-05-27T00:04:34.469Z Compiling scroll_derive v0.12.1
15012026-05-27T00:04:34.483Z Compiling heapless v0.7.17
15022026-05-27T00:04:34.498Z Compiling rand_xorshift v0.4.0
15032026-05-27T00:04:34.656Z Compiling dof v0.4.0
15042026-05-27T00:04:34.693Z Compiling slog v2.8.2
15052026-05-27T00:04:34.717Z Compiling darling_core v0.21.3
15062026-05-27T00:04:34.871Z Compiling bzip2-sys v0.1.13+1.0.8
15072026-05-27T00:04:35.117Z Compiling thread-id v5.1.0
15082026-05-27T00:04:35.142Z Compiling cookie v0.18.1
15092026-05-27T00:04:35.200Z Compiling adler2 v2.0.1
15102026-05-27T00:04:35.320Z Compiling ryu v1.0.23
15112026-05-27T00:04:35.334Z Compiling zstd-safe v7.2.4
15122026-05-27T00:04:35.497Z Compiling unicode-properties v0.1.4
15132026-05-27T00:04:35.523Z Compiling anyhow v1.0.102
15142026-05-27T00:04:35.654Z Compiling unarray v0.1.4
15152026-05-27T00:04:35.707Z Compiling signal-hook v0.3.18
15162026-05-27T00:04:35.760Z Compiling paste v1.0.15
15172026-05-27T00:04:35.817Z Compiling unicode-bidi v0.3.18
15182026-05-27T00:04:35.831Z Compiling allocator-api2 v0.2.21
15192026-05-27T00:04:35.872Z Compiling iri-string v0.7.10
15202026-05-27T00:04:36.097Z Compiling proptest v1.10.0
15212026-05-27T00:04:36.142Z Compiling stringprep v0.1.5
15222026-05-27T00:04:36.289Z Compiling thiserror v1.0.69
15232026-05-27T00:04:36.335Z Compiling serde_urlencoded v0.7.1
15242026-05-27T00:04:36.576Z Compiling miniz_oxide v0.8.9
15252026-05-27T00:04:36.952Z Compiling scroll v0.12.0
15262026-05-27T00:04:37.177Z Compiling tower-http v0.6.8
15272026-05-27T00:04:37.194Z Compiling darling_macro v0.21.3
15282026-05-27T00:04:37.303Z Compiling derive_builder_macro v0.20.2
15292026-05-27T00:04:37.345Z Compiling tokio-native-tls v0.3.1
15302026-05-27T00:04:37.512Z Compiling ipnetwork v0.21.1
15312026-05-27T00:04:37.568Z Compiling bstr v1.12.1
15322026-05-27T00:04:37.660Z Compiling rand_chacha v0.3.1
15332026-05-27T00:04:37.749Z Compiling serde_tokenstream v0.2.3
15342026-05-27T00:04:37.807Z Compiling toml_datetime v0.6.11
15352026-05-27T00:04:37.906Z Compiling serde_spanned v0.6.9
15362026-05-27T00:04:38.048Z Compiling erased-serde v0.3.31
15372026-05-27T00:04:38.062Z Compiling md-5 v0.10.6
15382026-05-27T00:04:38.065Z Compiling pin-project-internal v1.1.11
15392026-05-27T00:04:38.206Z Compiling zerocopy-derive v0.7.35
15402026-05-27T00:04:38.227Z Compiling async-trait v0.1.89
15412026-05-27T00:04:38.455Z Compiling curve25519-dalek v4.1.3
15422026-05-27T00:04:38.525Z Compiling vergen-lib v0.1.6
15432026-05-27T00:04:38.704Z Compiling num-integer v0.1.46
15442026-05-27T00:04:38.781Z Compiling hash32 v0.2.1
15452026-05-27T00:04:38.971Z Compiling ff v0.13.1
15462026-05-27T00:04:39.018Z Compiling memoffset v0.9.1
15472026-05-27T00:04:39.046Z Compiling ref-cast v1.0.25
15482026-05-27T00:04:39.104Z Compiling base16ct v0.2.0
15492026-05-27T00:04:39.158Z Compiling smoltcp v0.9.1
15502026-05-27T00:04:39.206Z Compiling psl-types v2.0.11
15512026-05-27T00:04:39.237Z Compiling rustix v0.38.44
15522026-05-27T00:04:39.281Z Compiling fallible-iterator v0.2.0
15532026-05-27T00:04:39.349Z Compiling zlib-rs v0.6.2
15542026-05-27T00:04:39.417Z Compiling num-bigint-dig v0.8.6
15552026-05-27T00:04:39.515Z Compiling litrs v1.0.0
15562026-05-27T00:04:39.612Z Compiling cfg_aliases v0.2.1
15572026-05-27T00:04:39.663Z Compiling postgres-protocol v0.6.10
15582026-05-27T00:04:39.687Z Compiling nix v0.31.2
15592026-05-27T00:04:39.782Z Compiling publicsuffix v2.3.0
15602026-05-27T00:04:39.966Z Compiling sec1 v0.7.3
15612026-05-27T00:04:40.029Z Compiling document-features v0.2.12
15622026-05-27T00:04:40.157Z Compiling pin-project v1.1.11
15632026-05-27T00:04:40.222Z Compiling group v0.13.0
15642026-05-27T00:04:40.236Z Compiling zerocopy v0.7.35
15652026-05-27T00:04:40.254Z Compiling num-iter v0.1.45
15662026-05-27T00:04:40.615Z Compiling newtype-uuid v1.3.2
15672026-05-27T00:04:40.790Z Compiling rand v0.8.6
15682026-05-27T00:04:40.846Z Compiling derive_builder v0.20.2
15692026-05-27T00:04:40.878Z Compiling oxnet v0.1.4
15702026-05-27T00:04:40.950Z Compiling darling v0.21.3
15712026-05-27T00:04:40.966Z Compiling hyper-tls v0.6.0
15722026-05-27T00:04:41.179Z Compiling goblin v0.8.2
15732026-05-27T00:04:41.234Z Compiling hubpack_derive v0.1.1
15742026-05-27T00:04:41.682Z Compiling phf_shared v0.13.1
15752026-05-27T00:04:41.780Z Compiling lazy_static v1.5.0
15762026-05-27T00:04:41.884Z Compiling regex v1.12.3
15772026-05-27T00:04:41.917Z Compiling futures-executor v0.3.32
15782026-05-27T00:04:41.931Z Compiling hex v0.4.3
15792026-05-27T00:04:42.169Z Compiling cargo-platform v0.1.9
15802026-05-27T00:04:42.173Z Compiling hkdf v0.12.4
15812026-05-27T00:04:42.198Z Compiling crypto-bigint v0.5.5
15822026-05-27T00:04:42.307Z Compiling flate2 v1.1.9
15832026-05-27T00:04:42.358Z Compiling terminal_size v0.4.3
15842026-05-27T00:04:42.423Z Compiling ref-cast-impl v1.0.25
15852026-05-27T00:04:42.476Z Compiling daft-derive v0.1.7
15862026-05-27T00:04:42.602Z Compiling curve25519-dalek-derive v0.1.1
15872026-05-27T00:04:42.708Z Compiling snafu-derive v0.8.9
15882026-05-27T00:04:42.973Z Compiling strum_macros v0.27.2
15892026-05-27T00:04:43.204Z Compiling vergen v9.0.6
15902026-05-27T00:04:43.247Z Compiling fs-err v3.3.0
15912026-05-27T00:04:43.381Z Compiling ahash v0.8.12
15922026-05-27T00:04:43.436Z Compiling encoding_rs v0.8.35
15932026-05-27T00:04:43.581Z Compiling unicode-segmentation v1.12.0
15942026-05-27T00:04:43.982Z Compiling libbz2-rs-sys v0.2.2
15952026-05-27T00:04:44.298Z Compiling foldhash v0.1.5
15962026-05-27T00:04:44.497Z Compiling foldhash v0.2.0
15972026-05-27T00:04:44.617Z Compiling object v0.37.3
15982026-05-27T00:04:44.639Z Compiling winnow v0.5.40
15992026-05-27T00:04:44.685Z Compiling bitflags v1.3.2
16002026-05-27T00:04:44.724Z Compiling same-file v1.0.6
16012026-05-27T00:04:44.761Z Compiling mime v0.3.17
16022026-05-27T00:04:44.884Z Compiling managed v0.8.0
16032026-05-27T00:04:44.898Z Compiling bumpalo v3.20.2
16042026-05-27T00:04:44.951Z Compiling strum v0.27.2
16052026-05-27T00:04:45.026Z Compiling walkdir v2.5.0
16062026-05-27T00:04:45.040Z Compiling clap_builder v4.5.60
16072026-05-27T00:04:45.094Z Compiling hashbrown v0.16.1
16082026-05-27T00:04:45.144Z Compiling zopfli v0.8.3
16092026-05-27T00:04:45.332Z Compiling snafu v0.8.9
16102026-05-27T00:04:45.672Z Compiling hashbrown v0.15.5
16112026-05-27T00:04:45.686Z Compiling bzip2 v0.6.1
16122026-05-27T00:04:45.889Z Compiling dof v0.3.0
16132026-05-27T00:04:45.944Z Compiling toml_edit v0.19.15
16142026-05-27T00:04:46.061Z Compiling daft v0.1.7
16152026-05-27T00:04:46.212Z Compiling elliptic-curve v0.13.8
16162026-05-27T00:04:46.440Z Compiling cargo_metadata v0.19.2
16172026-05-27T00:04:46.593Z Compiling futures v0.3.32
16182026-05-27T00:04:46.616Z Compiling phf v0.13.1
16192026-05-27T00:04:46.774Z Compiling signal-hook-mio v0.2.5
16202026-05-27T00:04:46.892Z Compiling hubpack v0.1.2
16212026-05-27T00:04:47.107Z Compiling cookie_store v0.22.1
16222026-05-27T00:04:47.394Z Compiling zstd v0.13.3
16232026-05-27T00:04:47.656Z Compiling bzip2 v0.4.4
16242026-05-27T00:04:47.736Z Compiling serde_with_macros v3.17.0
16252026-05-27T00:04:47.855Z Compiling postgres-types v0.2.12
16262026-05-27T00:04:48.003Z Compiling usdt-attr-macro v0.6.0
16272026-05-27T00:04:48.395Z Compiling usdt-macro v0.6.0
16282026-05-27T00:04:48.553Z Compiling globset v0.4.18
16292026-05-27T00:04:48.783Z Compiling dtrace-parser v0.2.0
16302026-05-27T00:04:48.845Z Compiling ed25519 v2.2.3
16312026-05-27T00:04:48.860Z Compiling phf_shared v0.11.3
16322026-05-27T00:04:48.959Z Compiling olpc-cjson v0.1.4
16332026-05-27T00:04:49.045Z Compiling pkcs1 v0.7.5
16342026-05-27T00:04:49.115Z Compiling serde_plain v1.0.2
16352026-05-27T00:04:49.130Z Compiling serde-big-array v0.5.1
16362026-05-27T00:04:49.236Z Compiling rfc6979 v0.4.0
16372026-05-27T00:04:49.270Z Compiling pem v3.0.6
16382026-05-27T00:04:49.305Z Compiling strum_macros v0.26.4
16392026-05-27T00:04:49.401Z Compiling serde_repr v0.1.20
16402026-05-27T00:04:49.465Z Compiling async-recursion v1.1.1
16412026-05-27T00:04:49.570Z Compiling clap_derive v4.5.55
16422026-05-27T00:04:49.624Z Compiling enum-as-inner v0.6.1
16432026-05-27T00:04:49.777Z Compiling float-cmp v0.10.0
16442026-05-27T00:04:49.920Z Compiling memmap2 v0.9.10
16452026-05-27T00:04:49.923Z Compiling thread-id v4.2.2
16462026-05-27T00:04:50.021Z Compiling env_filter v1.0.0
16472026-05-27T00:04:50.119Z Compiling predicates-core v1.0.10
16482026-05-27T00:04:50.132Z Compiling normalize-line-endings v0.3.0
16492026-05-27T00:04:50.146Z Compiling keccak v0.1.6
16502026-05-27T00:04:50.228Z Compiling fixedbitset v0.5.7
16512026-05-27T00:04:50.296Z Compiling either v1.15.0
16522026-05-27T00:04:50.327Z Compiling typed-path v0.9.3
16532026-05-27T00:04:50.509Z Compiling difflib v0.4.0
16542026-05-27T00:04:50.534Z Compiling new_debug_unreachable v1.0.6
16552026-05-27T00:04:50.609Z Compiling fixedbitset v0.4.2
16562026-05-27T00:04:50.833Z Compiling static_assertions v1.1.0
16572026-05-27T00:04:50.906Z Compiling jiff v0.2.21
16582026-05-27T00:04:50.956Z Compiling precomputed-hash v0.1.1
16592026-05-27T00:04:51.046Z Compiling whoami v2.1.0
16602026-05-27T00:04:51.061Z Compiling data-encoding v2.10.0
16612026-05-27T00:04:51.089Z Compiling strum v0.26.3
16622026-05-27T00:04:51.219Z Compiling toml_edit v0.22.27
16632026-05-27T00:04:51.343Z Compiling clap v4.5.60
16642026-05-27T00:04:51.419Z Compiling hickory-proto v0.25.2
16652026-05-27T00:04:51.436Z Compiling tokio-postgres v0.7.16
16662026-05-27T00:04:51.531Z Compiling string_cache v0.8.9
16672026-05-27T00:04:51.743Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16682026-05-27T00:04:51.759Z Compiling petgraph v0.6.5
16692026-05-27T00:04:52.267Z Compiling predicates v3.1.4
16702026-05-27T00:04:52.906Z Compiling itertools v0.13.0
16712026-05-27T00:04:53.206Z Compiling petgraph v0.8.3
16722026-05-27T00:04:53.621Z Compiling zip v4.6.1
16732026-05-27T00:04:53.910Z Compiling sha3 v0.10.8
16742026-05-27T00:04:54.123Z Compiling env_logger v0.11.9
16752026-05-27T00:04:54.362Z Compiling usdt v0.6.0
16762026-05-27T00:04:54.511Z Compiling usdt-impl v0.5.0
16772026-05-27T00:04:54.577Z Compiling ecdsa v0.16.9
16782026-05-27T00:04:54.614Z Compiling rsa v0.9.10
16792026-05-27T00:04:54.631Z Compiling ed25519-dalek v2.2.0
16802026-05-27T00:04:54.971Z Compiling serde_with v3.17.0
16812026-05-27T00:04:55.052Z Compiling crossterm v0.28.1
16822026-05-27T00:04:55.187Z Compiling zip v0.6.6
16832026-05-27T00:04:55.303Z Compiling toml v0.7.8
16842026-05-27T00:04:55.911Z Compiling iddqd v0.4.1
16852026-05-27T00:04:56.399Z Compiling toml_parser v1.0.9+spec-1.1.0
16862026-05-27T00:04:56.478Z Compiling heck v0.4.1
16872026-05-27T00:04:56.525Z Compiling similar v2.7.0
16882026-05-27T00:04:56.666Z Compiling crossbeam-epoch v0.9.18
16892026-05-27T00:04:56.703Z Compiling tokio-stream v0.1.18
16902026-05-27T00:04:56.999Z Compiling buf-list v1.1.2
16912026-05-27T00:04:57.022Z Compiling x509-cert v0.2.5
16922026-05-27T00:04:57.125Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16932026-05-27T00:04:57.165Z Compiling openapiv3 v2.2.0
16942026-05-27T00:04:57.277Z Compiling sha1 v0.10.6
16952026-05-27T00:04:57.391Z Compiling toml_datetime v0.7.5+spec-1.1.0
16962026-05-27T00:04:57.446Z Compiling peg-runtime v0.8.5
16972026-05-27T00:04:57.509Z Compiling lalrpop-util v0.19.12
16982026-05-27T00:04:57.679Z Compiling thread_local v1.1.9
16992026-05-27T00:04:57.692Z Compiling slog-async v2.8.0
17002026-05-27T00:04:57.717Z Compiling crossbeam-channel v0.5.15
17012026-05-27T00:04:57.908Z Compiling filetime v0.2.27
17022026-05-27T00:04:57.927Z Compiling is-terminal v0.4.17
17032026-05-27T00:04:58.000Z Compiling xattr v1.6.1
17042026-05-27T00:04:58.022Z Compiling take_mut v0.2.2
17052026-05-27T00:04:58.087Z Compiling term v1.2.1
17062026-05-27T00:04:58.138Z Compiling tar v0.4.45
17072026-05-27T00:04:58.608Z Compiling slog-term v2.9.2
17082026-05-27T00:05:08.182Z Compiling rustls-webpki v0.103.9
17092026-05-27T00:05:10.997Z Compiling tokio-rustls v0.26.4
17102026-05-27T00:05:10.997Z Compiling rustls-platform-verifier v0.6.2
17112026-05-27T00:05:11.224Z Compiling hyper-rustls v0.27.7
17122026-05-27T00:05:11.397Z Compiling reqwest v0.12.28
17132026-05-27T00:05:11.397Z Compiling reqwest v0.13.2
17142026-05-27T00:05:12.649Z Compiling tough v0.22.0
17152026-05-27T00:05:15.186Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17162026-05-27T00:05:15.420Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17172026-05-27T00:05:18.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17182026-05-27T00:05:18.358Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17192026-05-27T00:05:18.412ZMay 27 00:05:16.711 INFO Starting download, target: Cockroach
17202026-05-27T00:05:18.412ZMay 27 00:05:16.711 INFO Starting download, target: Clickhouse
17212026-05-27T00:05:18.412ZMay 27 00:05:16.711 INFO Starting download, target: Console
17222026-05-27T00:05:18.412ZMay 27 00:05:16.711 INFO Starting download, target: DendriteStub
17232026-05-27T00:05:18.412ZMay 27 00:05:16.711 INFO Starting download, target: MaghemiteMgd
17242026-05-27T00:05:18.416ZMay 27 00:05:16.711 INFO Starting download, target: TransceiverControl
17252026-05-27T00:05:18.416ZMay 27 00:05:16.711 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17262026-05-27T00:05:18.416ZMay 27 00:05:16.711 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17272026-05-27T00:05:18.416ZMay 27 00:05:16.712 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17282026-05-27T00:05:18.416ZMay 27 00:05:16.712 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17292026-05-27T00:05:18.417ZMay 27 00:05:16.712 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17302026-05-27T00:05:18.417ZMay 27 00:05:16.712 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17312026-05-27T00:05:18.973ZMay 27 00:05:17.268 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17322026-05-27T00:05:19.173ZMay 27 00:05:17.472 INFO Download complete, target: TransceiverControl
17332026-05-27T00:05:19.522ZMay 27 00:05:17.809 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17342026-05-27T00:05:19.761ZMay 27 00:05:18.056 INFO Download complete, target: Console
17352026-05-27T00:05:20.372ZMay 27 00:05:18.669 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17362026-05-27T00:05:20.455ZMay 27 00:05:18.752 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17372026-05-27T00:05:20.608ZMay 27 00:05:18.906 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17382026-05-27T00:05:20.970ZMay 27 00:05:19.270 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17392026-05-27T00:05:20.970ZMay 27 00:05:19.270 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17402026-05-27T00:05:22.668ZMay 27 00:05:20.968 INFO Download complete, target: DendriteStub
17412026-05-27T00:05:22.973ZMay 27 00:05:21.273 INFO Download complete, target: MaghemiteMgd
17422026-05-27T00:05:25.549ZMay 27 00:05:23.848 INFO Checking that binary works, target: Cockroach
17432026-05-27T00:05:25.659ZMay 27 00:05:23.958 INFO Download complete, target: Cockroach
17442026-05-27T00:05:27.089ZMay 27 00:05:25.389 INFO Checking that binary works, target: Clickhouse
17452026-05-27T00:05:27.220ZMay 27 00:05:25.520 INFO Download complete, target: Clickhouse
17462026-05-27T00:05:27.263ZAll builder prerequisites installed successfully, and PATH looks valid
17472026-05-27T00:05:27.266Z
17482026-05-27T00:05:27.266Zreal 2:14.584623248
17492026-05-27T00:05:27.266Zuser 6:54.063310907
17502026-05-27T00:05:27.266Zsys 1:21.910661259
17512026-05-27T00:05:27.266Ztrap 0.213607136
17522026-05-27T00:05:27.266Ztflt 0.753514081
17532026-05-27T00:05:27.266Zdflt 0.747388216
17542026-05-27T00:05:27.267Zkflt 0.030371127
17552026-05-27T00:05:27.267Zlock 21:35.401242462
17562026-05-27T00:05:27.267Zslp 21:09.455885832
17572026-05-27T00:05:27.267Zlat 43.039505898
17582026-05-27T00:05:27.267Zstop 1:55.281055990
17592026-05-27T00:05:27.267Z+ banner hack-check
17602026-05-27T00:05:27.267Z
17612026-05-27T00:05:27.267Z # # ## #### # # #### # # ###### #### # #
17622026-05-27T00:05:27.267Z # # # # # # # # # # # # # # # # #
17632026-05-27T00:05:27.267Z ###### # # # #### ##### # ###### ##### # ####
17642026-05-27T00:05:27.267Z # # ###### # # # # # # # # # #
17652026-05-27T00:05:27.267Z # # # # # # # # # # # # # # # # #
17662026-05-27T00:05:27.267Z # # # # #### # # #### # # ###### #### # #
17672026-05-27T00:05:27.267Z
17682026-05-27T00:05:27.267Z+ export CARGO_INCREMENTAL=0
17692026-05-27T00:05:27.267Z+ CARGO_INCREMENTAL=0
17702026-05-27T00:05:27.267Z+ ptime -m timeout 2h cargo xtask check-features --ci
17712026-05-27T00:05:27.797Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17722026-05-27T00:05:28.025Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17732026-05-27T00:05:29.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
17742026-05-27T00:05:29.968Z Running `target/debug/xtask check-features --ci`
17752026-05-27T00:05:29.994Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17762026-05-27T00:05:29.997Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17772026-05-27T00:05:30.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17782026-05-27T00:05:30.506Z Running `target/debug/xtask download cargo-hack`
17792026-05-27T00:05:31.293Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17802026-05-27T00:05:31.609Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17812026-05-27T00:05:34.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
17822026-05-27T00:05:34.250Z Running `target/debug/xtask-downloader cargo-hack`
17832026-05-27T00:05:34.290ZMay 27 00:05:32.590 INFO Starting download, target: CargoHack
17842026-05-27T00:05:34.293ZMay 27 00:05:32.590 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17852026-05-27T00:05:34.679ZMay 27 00:05:32.979 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17862026-05-27T00:05:34.727ZMay 27 00:05:33.027 INFO Download complete, target: CargoHack
17872026-05-27T00:05:34.731Zrunning: "/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"
17882026-05-27T00:05:34.743Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17892026-05-27T00:05:34.897Zinfo: running `cargo check --bins` on api_identity (1/295)
17902026-05-27T00:05:35.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17912026-05-27T00:05:35.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17922026-05-27T00:05:35.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17932026-05-27T00:05:35.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17942026-05-27T00:05:35.485Z
17952026-05-27T00:05:35.485Zinfo: running `cargo check --bins` on bootstore (2/295)
17962026-05-27T00:05:35.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972026-05-27T00:05:35.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982026-05-27T00:05:35.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992026-05-27T00:05:35.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18002026-05-27T00:05:36.077Z
18012026-05-27T00:05:36.077Zinfo: running `cargo check --bins` on omicron-ledger (3/295)
18022026-05-27T00:05:36.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-05-27T00:05:36.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-05-27T00:05:36.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-05-27T00:05:36.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18062026-05-27T00:05:36.658Z
18072026-05-27T00:05:36.658Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295)
18082026-05-27T00:05:37.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-05-27T00:05:37.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-05-27T00:05:37.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-05-27T00:05:37.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18122026-05-27T00:05:37.241Z
18132026-05-27T00:05:37.241Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295)
18142026-05-27T00:05:37.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-05-27T00:05:37.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-05-27T00:05:37.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-05-27T00:05:37.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18182026-05-27T00:05:37.831Z
18192026-05-27T00:05:37.831Zinfo: running `cargo check --bins` on omicron-certificates (6/295)
18202026-05-27T00:05:38.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-05-27T00:05:38.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-05-27T00:05:38.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-05-27T00:05:38.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18242026-05-27T00:05:38.443Z
18252026-05-27T00:05:38.443Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/295)
18262026-05-27T00:05:38.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-05-27T00:05:38.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-05-27T00:05:38.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-05-27T00:05:38.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18302026-05-27T00:05:39.058Z
18312026-05-27T00:05:39.058Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295)
18322026-05-27T00:05:39.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-05-27T00:05:39.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-05-27T00:05:39.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-05-27T00:05:39.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18362026-05-27T00:05:39.657Z
18372026-05-27T00:05:39.657Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295)
18382026-05-27T00:05:40.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-05-27T00:05:40.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-05-27T00:05:40.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-05-27T00:05:40.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18422026-05-27T00:05:40.131Z
18432026-05-27T00:05:40.131Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295)
18442026-05-27T00:05:40.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-05-27T00:05:40.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-05-27T00:05:40.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-05-27T00:05:40.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18482026-05-27T00:05:40.605Z
18492026-05-27T00:05:40.606Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295)
18502026-05-27T00:05:41.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-05-27T00:05:41.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-05-27T00:05:41.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-05-27T00:05:41.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18542026-05-27T00:05:41.081Z
18552026-05-27T00:05:41.081Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295)
18562026-05-27T00:05:41.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-05-27T00:05:41.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-05-27T00:05:41.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-05-27T00:05:41.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18602026-05-27T00:05:41.554Z
18612026-05-27T00:05:41.554Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295)
18622026-05-27T00:05:41.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-05-27T00:05:41.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-05-27T00:05:41.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-05-27T00:05:41.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18662026-05-27T00:05:42.028Z
18672026-05-27T00:05:42.028Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295)
18682026-05-27T00:05:42.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-05-27T00:05:42.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-05-27T00:05:42.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-05-27T00:05:42.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18722026-05-27T00:05:42.502Z
18732026-05-27T00:05:42.502Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295)
18742026-05-27T00:05:42.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-05-27T00:05:42.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-05-27T00:05:42.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-05-27T00:05:42.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18782026-05-27T00:05:42.981Z
18792026-05-27T00:05:42.982Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295)
18802026-05-27T00:05:43.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-05-27T00:05:43.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-05-27T00:05:43.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-05-27T00:05:43.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18842026-05-27T00:05:43.455Z
18852026-05-27T00:05:43.455Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295)
18862026-05-27T00:05:43.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-05-27T00:05:43.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-05-27T00:05:43.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-05-27T00:05:43.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18902026-05-27T00:05:43.933Z
18912026-05-27T00:05:43.933Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295)
18922026-05-27T00:05:44.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-05-27T00:05:44.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-05-27T00:05:44.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-05-27T00:05:44.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18962026-05-27T00:05:44.404Z
18972026-05-27T00:05:44.404Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295)
18982026-05-27T00:05:44.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-05-27T00:05:44.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-05-27T00:05:44.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-05-27T00:05:44.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19022026-05-27T00:05:44.877Z
19032026-05-27T00:05:44.877Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295)
19042026-05-27T00:05:45.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-05-27T00:05:45.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-05-27T00:05:45.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-05-27T00:05:45.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19082026-05-27T00:05:45.356Z
19092026-05-27T00:05:45.356Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295)
19102026-05-27T00:05:45.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-05-27T00:05:45.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-05-27T00:05:45.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-05-27T00:05:45.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19142026-05-27T00:05:45.834Z
19152026-05-27T00:05:45.834Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295)
19162026-05-27T00:05:46.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-05-27T00:05:46.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-05-27T00:05:46.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-05-27T00:05:46.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19202026-05-27T00:05:46.309Z
19212026-05-27T00:05:46.309Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295)
19222026-05-27T00:05:46.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-05-27T00:05:46.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-05-27T00:05:46.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-05-27T00:05:46.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19262026-05-27T00:05:46.787Z
19272026-05-27T00:05:46.787Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295)
19282026-05-27T00:05:47.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-05-27T00:05:47.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-05-27T00:05:47.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-05-27T00:05:47.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19322026-05-27T00:05:47.260Z
19332026-05-27T00:05:47.260Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295)
19342026-05-27T00:05:47.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-05-27T00:05:47.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-05-27T00:05:47.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-05-27T00:05:47.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19382026-05-27T00:05:47.736Z
19392026-05-27T00:05:47.736Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295)
19402026-05-27T00:05:48.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-05-27T00:05:48.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-05-27T00:05:48.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-05-27T00:05:48.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19442026-05-27T00:05:48.213Z
19452026-05-27T00:05:48.213Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295)
19462026-05-27T00:05:48.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-05-27T00:05:48.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-05-27T00:05:48.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-05-27T00:05:48.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19502026-05-27T00:05:48.689Z
19512026-05-27T00:05:48.689Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295)
19522026-05-27T00:05:49.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-05-27T00:05:49.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-05-27T00:05:49.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-05-27T00:05:49.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19562026-05-27T00:05:49.168Z
19572026-05-27T00:05:49.168Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295)
19582026-05-27T00:05:49.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-05-27T00:05:49.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-05-27T00:05:49.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-05-27T00:05:49.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19622026-05-27T00:05:49.649Z
19632026-05-27T00:05:49.649Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295)
19642026-05-27T00:05:50.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-05-27T00:05:50.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-05-27T00:05:50.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-05-27T00:05:50.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19682026-05-27T00:05:50.125Z
19692026-05-27T00:05:50.125Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295)
19702026-05-27T00:05:50.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-05-27T00:05:50.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-05-27T00:05:50.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-05-27T00:05:50.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19742026-05-27T00:05:50.600Z
19752026-05-27T00:05:50.600Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295)
19762026-05-27T00:05:51.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-05-27T00:05:51.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-05-27T00:05:51.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-05-27T00:05:51.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19802026-05-27T00:05:51.103Z
19812026-05-27T00:05:51.103Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295)
19822026-05-27T00:05:51.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-05-27T00:05:51.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-05-27T00:05:51.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-05-27T00:05:51.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19862026-05-27T00:05:51.551Z
19872026-05-27T00:05:51.551Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295)
19882026-05-27T00:05:51.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-05-27T00:05:51.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-05-27T00:05:51.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-05-27T00:05:51.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19922026-05-27T00:05:52.022Z
19932026-05-27T00:05:52.024Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295)
19942026-05-27T00:05:52.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-05-27T00:05:52.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-05-27T00:05:52.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-05-27T00:05:52.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19982026-05-27T00:05:52.499Z
19992026-05-27T00:05:52.499Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295)
20002026-05-27T00:05:52.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-05-27T00:05:52.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-05-27T00:05:52.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-05-27T00:05:52.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20042026-05-27T00:05:52.973Z
20052026-05-27T00:05:52.973Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295)
20062026-05-27T00:05:53.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-05-27T00:05:53.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-05-27T00:05:53.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-05-27T00:05:53.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20102026-05-27T00:05:53.449Z
20112026-05-27T00:05:53.449Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295)
20122026-05-27T00:05:53.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-05-27T00:05:53.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-05-27T00:05:53.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-05-27T00:05:53.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20162026-05-27T00:05:53.921Z
20172026-05-27T00:05:53.921Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295)
20182026-05-27T00:05:54.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-05-27T00:05:54.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-05-27T00:05:54.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-05-27T00:05:54.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20222026-05-27T00:05:54.394Z
20232026-05-27T00:05:54.395Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295)
20242026-05-27T00:05:54.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-05-27T00:05:54.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-05-27T00:05:54.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-05-27T00:05:54.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20282026-05-27T00:05:54.870Z
20292026-05-27T00:05:54.871Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295)
20302026-05-27T00:05:55.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-05-27T00:05:55.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-05-27T00:05:55.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-05-27T00:05:55.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20342026-05-27T00:05:55.347Z
20352026-05-27T00:05:55.347Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295)
20362026-05-27T00:05:55.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-05-27T00:05:55.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-05-27T00:05:55.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-05-27T00:05:55.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20402026-05-27T00:05:55.824Z
20412026-05-27T00:05:55.824Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295)
20422026-05-27T00:05:56.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-05-27T00:05:56.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-05-27T00:05:56.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-05-27T00:05:56.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20462026-05-27T00:05:56.303Z
20472026-05-27T00:05:56.303Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295)
20482026-05-27T00:05:56.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-05-27T00:05:56.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-05-27T00:05:56.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-05-27T00:05:56.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20522026-05-27T00:05:56.783Z
20532026-05-27T00:05:56.783Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295)
20542026-05-27T00:05:57.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-05-27T00:05:57.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-05-27T00:05:57.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-05-27T00:05:57.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20582026-05-27T00:05:57.258Z
20592026-05-27T00:05:57.258Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295)
20602026-05-27T00:05:57.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-05-27T00:05:57.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-05-27T00:05:57.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-05-27T00:05:57.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20642026-05-27T00:05:57.735Z
20652026-05-27T00:05:57.735Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295)
20662026-05-27T00:05:58.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-05-27T00:05:58.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-05-27T00:05:58.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-05-27T00:05:58.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20702026-05-27T00:05:58.213Z
20712026-05-27T00:05:58.213Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295)
20722026-05-27T00:05:58.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-05-27T00:05:58.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-05-27T00:05:58.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-05-27T00:05:58.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20762026-05-27T00:05:58.689Z
20772026-05-27T00:05:58.689Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295)
20782026-05-27T00:05:59.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-05-27T00:05:59.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-05-27T00:05:59.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-05-27T00:05:59.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20822026-05-27T00:05:59.327Z
20832026-05-27T00:05:59.327Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295)
20842026-05-27T00:05:59.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-05-27T00:05:59.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-05-27T00:05:59.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-05-27T00:05:59.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20882026-05-27T00:05:59.969Z
20892026-05-27T00:05:59.969Zinfo: running `cargo check --bins` on nexus-config (51/295)
20902026-05-27T00:06:00.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-05-27T00:06:00.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-05-27T00:06:00.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-05-27T00:06:00.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20942026-05-27T00:06:00.611Z
20952026-05-27T00:06:00.611Zinfo: running `cargo check --bins` on nexus-types (52/295)
20962026-05-27T00:06:01.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-05-27T00:06:01.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-05-27T00:06:01.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-05-27T00:06:01.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21002026-05-27T00:06:01.249Z
21012026-05-27T00:06:01.249Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295)
21022026-05-27T00:06:01.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-05-27T00:06:01.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-05-27T00:06:01.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-05-27T00:06:01.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21062026-05-27T00:06:01.894Z
21072026-05-27T00:06:01.895Zinfo: running `cargo check --bins` on omicron-passwords (54/295)
21082026-05-27T00:06:02.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-05-27T00:06:02.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-05-27T00:06:02.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-05-27T00:06:02.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21122026-05-27T00:06:02.457Z
21132026-05-27T00:06:02.457Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/295)
21142026-05-27T00:06:02.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-05-27T00:06:03.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-05-27T00:06:03.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-05-27T00:06:03.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21182026-05-27T00:06:03.074Z
21192026-05-27T00:06:03.074Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295)
21202026-05-27T00:06:03.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-05-27T00:06:03.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-05-27T00:06:03.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-05-27T00:06:03.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21242026-05-27T00:06:03.686Z
21252026-05-27T00:06:03.686Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295)
21262026-05-27T00:06:04.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-05-27T00:06:04.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-05-27T00:06:04.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-05-27T00:06:04.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21302026-05-27T00:06:04.324Z
21312026-05-27T00:06:04.324Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295)
21322026-05-27T00:06:04.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-05-27T00:06:04.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-05-27T00:06:04.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-05-27T00:06:04.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21362026-05-27T00:06:04.912Z
21372026-05-27T00:06:04.912Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295)
21382026-05-27T00:06:05.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-05-27T00:06:05.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-05-27T00:06:05.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-05-27T00:06:05.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21422026-05-27T00:06:05.503Z
21432026-05-27T00:06:05.503Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295)
21442026-05-27T00:06:06.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-05-27T00:06:06.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-05-27T00:06:06.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-05-27T00:06:06.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21482026-05-27T00:06:06.099Z
21492026-05-27T00:06:06.099Zinfo: running `cargo check --bins --no-default-features` on gfss (61/295)
21502026-05-27T00:06:06.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-05-27T00:06:06.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-05-27T00:06:06.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-05-27T00:06:06.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21542026-05-27T00:06:06.687Z
21552026-05-27T00:06:06.687Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295)
21562026-05-27T00:06:07.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-05-27T00:06:07.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-05-27T00:06:07.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-05-27T00:06:07.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21602026-05-27T00:06:07.277Z
21612026-05-27T00:06:07.277Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/295)
21622026-05-27T00:06:07.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-05-27T00:06:07.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-05-27T00:06:07.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-05-27T00:06:07.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21662026-05-27T00:06:07.893Z
21672026-05-27T00:06:07.893Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/295)
21682026-05-27T00:06:08.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-05-27T00:06:08.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-05-27T00:06:08.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-05-27T00:06:08.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21722026-05-27T00:06:08.490Z
21732026-05-27T00:06:08.490Zinfo: running `cargo check --bins` on cockroach-admin-types (65/295)
21742026-05-27T00:06:08.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-05-27T00:06:09.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-05-27T00:06:09.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-05-27T00:06:09.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21782026-05-27T00:06:09.080Z
21792026-05-27T00:06:09.080Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/295)
21802026-05-27T00:06:09.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-05-27T00:06:09.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-05-27T00:06:09.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-05-27T00:06:09.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21842026-05-27T00:06:09.687Z
21852026-05-27T00:06:09.687Zinfo: running `cargo check --bins` on ereport-types (67/295)
21862026-05-27T00:06:10.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-05-27T00:06:10.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-05-27T00:06:10.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-05-27T00:06:10.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21902026-05-27T00:06:10.292Z
21912026-05-27T00:06:10.292Zinfo: running `cargo check --bins` on gateway-client (68/295)
21922026-05-27T00:06:10.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-05-27T00:06:10.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-05-27T00:06:10.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-05-27T00:06:10.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21962026-05-27T00:06:10.890Z
21972026-05-27T00:06:10.890Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/295)
21982026-05-27T00:06:11.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-05-27T00:06:11.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-05-27T00:06:11.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-05-27T00:06:11.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22022026-05-27T00:06:11.476Z
22032026-05-27T00:06:11.476Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295)
22042026-05-27T00:06:11.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-05-27T00:06:11.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-05-27T00:06:11.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-05-27T00:06:11.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22082026-05-27T00:06:12.093Z
22092026-05-27T00:06:12.093Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295)
22102026-05-27T00:06:12.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-05-27T00:06:12.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-05-27T00:06:12.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-05-27T00:06:12.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22142026-05-27T00:06:12.784Z
22152026-05-27T00:06:12.784Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295)
22162026-05-27T00:06:13.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-05-27T00:06:13.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-05-27T00:06:13.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-05-27T00:06:13.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22202026-05-27T00:06:13.295Z
22212026-05-27T00:06:13.295Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/295)
22222026-05-27T00:06:13.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-05-27T00:06:13.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-05-27T00:06:13.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-05-27T00:06:13.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22262026-05-27T00:06:13.941Z
22272026-05-27T00:06:13.941Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295)
22282026-05-27T00:06:14.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-05-27T00:06:14.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-05-27T00:06:14.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-05-27T00:06:14.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22322026-05-27T00:06:14.532Z
22332026-05-27T00:06:14.532Zinfo: running `cargo check --bins` on key-manager-types (75/295)
22342026-05-27T00:06:15.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-05-27T00:06:15.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-05-27T00:06:15.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-05-27T00:06:15.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22382026-05-27T00:06:15.139Z
22392026-05-27T00:06:15.139Zinfo: running `cargo check --bins` on oxlog (76/295)
22402026-05-27T00:06:15.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-05-27T00:06:15.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-05-27T00:06:15.764Z Checking cfg-if v1.0.4
22432026-05-27T00:06:15.782Z Checking libc v0.2.185
22442026-05-27T00:06:15.782Z Checking serde_core v1.0.228
22452026-05-27T00:06:15.880Z Checking zeroize v1.8.2
22462026-05-27T00:06:15.891Z Checking memchr v2.8.0
22472026-05-27T00:06:15.892Z Checking log v0.4.29
22482026-05-27T00:06:15.903Z Checking smallvec v1.15.1
22492026-05-27T00:06:15.915Z Checking typenum v1.19.0
22502026-05-27T00:06:15.922Z Checking subtle v2.6.1
22512026-05-27T00:06:16.011Z Checking itoa v1.0.17
22522026-05-27T00:06:16.046Z Checking scopeguard v1.2.0
22532026-05-27T00:06:16.071Z Checking stable_deref_trait v1.2.1
22542026-05-27T00:06:16.094Z Checking const-oid v0.9.6
22552026-05-27T00:06:16.133Z Checking zerofrom v0.1.6
22562026-05-27T00:06:16.170Z Checking lock_api v0.4.14
22572026-05-27T00:06:16.176Z Checking pin-project-lite v0.2.17
22582026-05-27T00:06:16.272Z Checking yoke v0.8.1
22592026-05-27T00:06:16.280Z Checking getrandom v0.2.17
22602026-05-27T00:06:16.280Z Checking errno v0.3.14
22612026-05-27T00:06:16.289Z Checking parking_lot_core v0.9.12
22622026-05-27T00:06:16.359Z Checking portable-atomic v1.13.1
22632026-05-27T00:06:16.385Z Checking signal-hook-registry v1.4.8
22642026-05-27T00:06:16.414Z Checking zerovec v0.11.5
22652026-05-27T00:06:16.414Z Checking rand_core v0.6.4
22662026-05-27T00:06:16.433Z Checking generic-array v0.14.7
22672026-05-27T00:06:16.479Z Checking futures-core v0.3.32
22682026-05-27T00:06:16.556Z Checking critical-section v1.2.0
22692026-05-27T00:06:16.599Z Checking parking_lot v0.12.5
22702026-05-27T00:06:16.617Z Checking mio v1.2.0
22712026-05-27T00:06:16.651Z Checking zerocopy v0.8.40
22722026-05-27T00:06:16.806Z Checking once_cell v1.21.3
22732026-05-27T00:06:16.833Z Checking zmij v1.0.21
22742026-05-27T00:06:16.834Z Checking socket2 v0.6.3
22752026-05-27T00:06:16.879Z Checking tinystr v0.8.2
22762026-05-27T00:06:16.906Z Checking crypto-common v0.1.7
22772026-05-27T00:06:16.906Z Checking block-buffer v0.10.4
22782026-05-27T00:06:16.958Z Checking libm v0.2.16
22792026-05-27T00:06:17.029Z Checking percent-encoding v2.3.2
22802026-05-27T00:06:17.029Z Checking writeable v0.6.2
22812026-05-27T00:06:17.093Z Checking litemap v0.8.1
22822026-05-27T00:06:17.093Z Checking digest v0.10.7
22832026-05-27T00:06:17.093Z Checking equivalent v1.0.2
22842026-05-27T00:06:17.105Z Checking potential_utf v0.1.4
22852026-05-27T00:06:17.149Z Checking zerotrie v0.2.3
22862026-05-27T00:06:17.177Z Checking futures-sink v0.3.32
22872026-05-27T00:06:17.195Z Checking icu_locale_core v2.1.1
22882026-05-27T00:06:17.250Z Checking slab v0.4.12
22892026-05-27T00:06:17.310Z Checking icu_collections v2.1.1
22902026-05-27T00:06:17.310Z Checking futures-channel v0.3.32
22912026-05-27T00:06:17.409Z Checking serde v1.0.228
22922026-05-27T00:06:17.491Z Checking bitflags v2.11.0
22932026-05-27T00:06:17.491Z Checking serde_json v1.0.149
22942026-05-27T00:06:17.574Z Checking futures-io v0.3.32
22952026-05-27T00:06:17.574Z Checking futures-task v0.3.32
22962026-05-27T00:06:17.580Z Checking cpufeatures v0.2.17
22972026-05-27T00:06:17.580Z Checking hmac v0.12.1
22982026-05-27T00:06:17.613Z Checking icu_properties_data v2.1.2
22992026-05-27T00:06:17.624Z Checking num-traits v0.2.19
23002026-05-27T00:06:17.669Z Checking futures-util v0.3.32
23012026-05-27T00:06:17.682Z Checking icu_normalizer_data v2.1.1
23022026-05-27T00:06:17.762Z Checking icu_provider v2.1.1
23032026-05-27T00:06:17.770Z Checking bytes v1.11.1
23042026-05-27T00:06:17.770Z Checking hashbrown v0.17.0
23052026-05-27T00:06:17.770Z Checking rand_core v0.10.0
23062026-05-27T00:06:17.972Z Checking getrandom v0.4.1
23072026-05-27T00:06:18.005Z Checking icu_normalizer v2.1.1
23082026-05-27T00:06:18.046Z Checking icu_properties v2.1.2
23092026-05-27T00:06:18.058Z Checking block-padding v0.3.3
23102026-05-27T00:06:18.148Z Checking utf8_iter v1.0.4
23112026-05-27T00:06:18.201Z Checking tokio v1.52.1
23122026-05-27T00:06:18.214Z Checking inout v0.1.4
23132026-05-27T00:06:18.244Z Checking indexmap v2.14.0
23142026-05-27T00:06:18.284Z Checking sha2 v0.10.9
23152026-05-27T00:06:18.313Z Checking form_urlencoded v1.2.2
23162026-05-27T00:06:18.349Z Checking cipher v0.4.4
23172026-05-27T00:06:18.409Z Checking getrandom v0.3.4
23182026-05-27T00:06:18.623Z Checking byteorder v1.5.0
23192026-05-27T00:06:18.654Z Checking fnv v1.0.7
23202026-05-27T00:06:18.654Z Checking base64ct v1.8.3
23212026-05-27T00:06:18.683Z Checking flagset v0.4.7
23222026-05-27T00:06:18.749Z Checking rand_core v0.9.5
23232026-05-27T00:06:18.780Z Checking http v1.4.0
23242026-05-27T00:06:18.795Z Checking regex-syntax v0.8.10
23252026-05-27T00:06:18.810Z Checking pem-rfc7468 v0.7.0
23262026-05-27T00:06:18.904Z Checking idna_adapter v1.2.1
23272026-05-27T00:06:18.942Z Checking salsa20 v0.10.2
23282026-05-27T00:06:18.960Z Checking der v0.7.10
23292026-05-27T00:06:19.023Z Checking idna v1.1.0
23302026-05-27T00:06:19.070Z Checking uuid v1.23.0
23312026-05-27T00:06:19.255Z Checking url v2.5.8
23322026-05-27T00:06:19.383Z Checking pbkdf2 v0.12.2
23332026-05-27T00:06:19.424Z Checking rustix v1.1.3
23342026-05-27T00:06:19.448Z Checking ppv-lite86 v0.2.21
23352026-05-27T00:06:19.470Z Checking tracing-core v0.1.36
23362026-05-27T00:06:19.583Z Checking rustls-pki-types v1.14.0
23372026-05-27T00:06:19.696Z Checking spki v0.7.3
23382026-05-27T00:06:19.705Z Checking iana-time-zone v0.1.65
23392026-05-27T00:06:19.717Z Checking base64 v0.22.1
23402026-05-27T00:06:19.741Z Checking tracing v0.1.44
23412026-05-27T00:06:19.809Z Checking chrono v0.4.44
23422026-05-27T00:06:19.860Z Checking rand_chacha v0.9.0
23432026-05-27T00:06:19.873Z Checking scrypt v0.11.0
23442026-05-27T00:06:19.957Z Checking http-body v1.0.1
23452026-05-27T00:06:19.963Z Checking aes v0.8.4
23462026-05-27T00:06:20.012Z Checking cbc v0.1.2
23472026-05-27T00:06:20.056Z Checking aws-lc-sys v0.40.0
23482026-05-27T00:06:20.084Z Checking tinyvec_macros v0.1.1
23492026-05-27T00:06:20.109Z Checking untrusted v0.7.1
23502026-05-27T00:06:20.153Z Checking untrusted v0.9.0
23512026-05-27T00:06:20.163Z Checking openssl-probe v0.2.1
23522026-05-27T00:06:20.204Z Checking tinyvec v1.10.0
23532026-05-27T00:06:20.225Z Checking rand v0.9.2
23542026-05-27T00:06:20.244Z Checking ring v0.17.14
23552026-05-27T00:06:20.263Z Checking atomic-waker v1.1.2
23562026-05-27T00:06:20.339Z Checking pkcs5 v0.7.1
23572026-05-27T00:06:20.372Z Checking tower-layer v0.3.3
23582026-05-27T00:06:20.505Z Checking tower-service v0.3.3
23592026-05-27T00:06:20.525Z Checking try-lock v0.2.5
23602026-05-27T00:06:20.546Z Checking aws-lc-rs v1.16.3
23612026-05-27T00:06:20.597Z Checking pkcs8 v0.10.2
23622026-05-27T00:06:20.604Z Checking ipnet v2.11.0
23632026-05-27T00:06:20.622Z Checking want v0.3.1
23642026-05-27T00:06:20.668Z Checking httparse v1.10.1
23652026-05-27T00:06:20.690Z Checking aho-corasick v1.1.4
23662026-05-27T00:06:20.748Z Checking dyn-clone v1.0.20
23672026-05-27T00:06:20.768Z Checking httpdate v1.0.3
23682026-05-27T00:06:20.834Z Checking pin-utils v0.1.0
23692026-05-27T00:06:20.862Z Checking fastrand v2.3.0
23702026-05-27T00:06:20.875Z Checking foreign-types-shared v0.1.1
23712026-05-27T00:06:20.900Z Checking plain v0.2.3
23722026-05-27T00:06:20.942Z Checking unicode-normalization v0.1.25
23732026-05-27T00:06:20.948Z Checking foreign-types v0.3.2
23742026-05-27T00:06:21.009Z Checking semver v1.0.28
23752026-05-27T00:06:21.091Z Checking openssl-sys v0.9.115
23762026-05-27T00:06:21.226Z Checking tempfile v3.25.0
23772026-05-27T00:06:21.251Z Checking spin v0.9.8
23782026-05-27T00:06:21.252Z Checking unicode-ident v1.0.24
23792026-05-27T00:06:21.293Z Checking ucd-trie v0.1.7
23802026-05-27T00:06:21.323Z Checking schemars v0.8.22
23812026-05-27T00:06:21.340Z Checking proc-macro2 v1.0.106
23822026-05-27T00:06:21.370Z Checking regex-automata v0.4.14
23832026-05-27T00:06:21.404Z Checking pest v2.8.6
23842026-05-27T00:06:21.410Z Checking rustls-webpki v0.103.9
23852026-05-27T00:06:21.427Z Checking tokio-util v0.7.18
23862026-05-27T00:06:21.427Z Checking openssl v0.10.79
23872026-05-27T00:06:21.427Z Checking rustls-native-certs v0.8.3
23882026-05-27T00:06:21.547Z Checking thiserror v2.0.18
23892026-05-27T00:06:21.643Z Checking sync_wrapper v1.0.2
23902026-05-27T00:06:21.648Z Checking wait-timeout v0.2.1
23912026-05-27T00:06:21.736Z Checking anstyle v1.0.13
23922026-05-27T00:06:21.768Z Checking bit-vec v0.8.0
23932026-05-27T00:06:21.813Z Checking rustls v0.23.37
23942026-05-27T00:06:21.912Z Checking simd-adler32 v0.3.8
23952026-05-27T00:06:21.968Z Checking powerfmt v0.2.0
23962026-05-27T00:06:21.985Z Checking pretty-hex v0.4.1
23972026-05-27T00:06:22.023Z Checking h2 v0.4.13
23982026-05-27T00:06:22.077Z Checking quick-error v1.2.3
23992026-05-27T00:06:22.092Z Checking siphasher v1.0.2
24002026-05-27T00:06:22.108Z Checking utf8parse v0.2.2
24012026-05-27T00:06:22.181Z Checking rusty-fork v0.3.1
24022026-05-27T00:06:22.203Z Checking anstyle-parse v0.2.7
24032026-05-27T00:06:22.237Z Checking deranged v0.5.8
24042026-05-27T00:06:22.368Z Checking bit-set v0.8.0
24052026-05-27T00:06:22.394Z Checking tower v0.5.3
24062026-05-27T00:06:22.452Z Checking quote v1.0.45
24072026-05-27T00:06:22.524Z Compiling newtype-uuid v1.3.2
24082026-05-27T00:06:22.589Z Checking http-body-util v0.1.3
24092026-05-27T00:06:23.033Z Checking crossbeam-utils v0.8.21
24102026-05-27T00:06:23.046Z Checking webpki-roots v1.0.6
24112026-05-27T00:06:23.046Z Checking rand_xorshift v0.4.0
24122026-05-27T00:06:23.046Z Checking crc32fast v1.5.0
24132026-05-27T00:06:23.046Z Checking scroll v0.13.0
24142026-05-27T00:06:23.047Z Checking signature v2.2.0
24152026-05-27T00:06:23.047Z Checking unicode-bidi v0.3.18
24162026-05-27T00:06:23.122Z Checking adler2 v2.0.1
24172026-05-27T00:06:23.170Z Checking colorchoice v1.0.4
24182026-05-27T00:06:23.178Z Checking time-core v0.1.8
24192026-05-27T00:06:23.178Z Checking unarray v0.1.4
24202026-05-27T00:06:23.228Z Checking anstyle-query v1.1.5
24212026-05-27T00:06:23.263Z Checking num_threads v0.1.7
24222026-05-27T00:06:23.284Z Checking unicode-properties v0.1.4
24232026-05-27T00:06:23.312Z Checking iri-string v0.7.10
24242026-05-27T00:06:23.324Z Checking allocator-api2 v0.2.21
24252026-05-27T00:06:23.341Z Checking ryu v1.0.23
24262026-05-27T00:06:23.351Z Checking is_terminal_polyfill v1.70.2
24272026-05-27T00:06:23.404Z Checking native-tls v0.2.18
24282026-05-27T00:06:23.441Z Checking num-conv v0.2.0
24292026-05-27T00:06:23.478Z Checking stringprep v0.1.5
24302026-05-27T00:06:23.507Z Checking serde_urlencoded v0.7.1
24312026-05-27T00:06:23.559Z Checking time v0.3.47
24322026-05-27T00:06:23.583Z Checking tokio-native-tls v0.3.1
24332026-05-27T00:06:23.614Z Checking anstream v0.6.21
24342026-05-27T00:06:23.628Z Checking proptest v1.10.0
24352026-05-27T00:06:23.682Z Checking miniz_oxide v0.8.9
24362026-05-27T00:06:23.761Z Checking bstr v1.12.1
24372026-05-27T00:06:23.808Z Checking goblin v0.10.5
24382026-05-27T00:06:24.066Z Checking crossbeam-epoch v0.9.18
24392026-05-27T00:06:24.133Z Compiling daft v0.1.7
24402026-05-27T00:06:24.237Z Checking tokio-rustls v0.26.4
24412026-05-27T00:06:24.261Z Checking syn v2.0.117
24422026-05-27T00:06:24.342Z Checking tower-http v0.6.8
24432026-05-27T00:06:24.408Z Checking ipnetwork v0.21.1
24442026-05-27T00:06:24.451Z Checking rand_chacha v0.3.1
24452026-05-27T00:06:24.623Z Checking scroll v0.12.0
24462026-05-27T00:06:24.656Z Checking thiserror v1.0.69
24472026-05-27T00:06:24.670Z Checking zstd-sys v2.0.16+zstd.1.5.7
24482026-05-27T00:06:24.694Z Checking hash32 v0.2.1
24492026-05-27T00:06:24.716Z Checking num-integer v0.1.46
24502026-05-27T00:06:24.748Z Checking hyper v1.8.1
24512026-05-27T00:06:24.765Z Checking toml_datetime v0.6.11
24522026-05-27T00:06:24.821Z Checking serde_spanned v0.6.9
24532026-05-27T00:06:24.833Z Checking md-5 v0.10.6
24542026-05-27T00:06:24.938Z Checking ff v0.13.1
24552026-05-27T00:06:24.954Z Checking zlib-rs v0.6.2
24562026-05-27T00:06:24.966Z Checking psl-types v2.0.11
24572026-05-27T00:06:25.005Z Checking fallible-iterator v0.2.0
24582026-05-27T00:06:25.091Z Checking base16ct v0.2.0
24592026-05-27T00:06:25.117Z Checking publicsuffix v2.3.0
24602026-05-27T00:06:25.187Z Checking sec1 v0.7.3
24612026-05-27T00:06:25.240Z Checking group v0.13.0
24622026-05-27T00:06:25.252Z Checking postgres-protocol v0.6.10
24632026-05-27T00:06:25.385Z Checking num-iter v0.1.45
24642026-05-27T00:06:25.409Z Checking heapless v0.7.17
24652026-05-27T00:06:25.494Z Checking goblin v0.8.2
24662026-05-27T00:06:25.558Z Checking zstd-safe v7.2.4
24672026-05-27T00:06:25.580Z Checking cookie v0.18.1
24682026-05-27T00:06:25.637Z Checking hyper-util v0.1.20
24692026-05-27T00:06:25.725Z Checking rand v0.8.6
24702026-05-27T00:06:25.801Z Checking oxnet v0.1.4
24712026-05-27T00:06:25.818Z Compiling iddqd v0.4.1
24722026-05-27T00:06:25.833Z Checking flate2 v1.1.9
24732026-05-27T00:06:26.084Z Checking dtrace-parser v0.3.0
24742026-05-27T00:06:26.149Z Checking phf_shared v0.13.1
24752026-05-27T00:06:26.163Z Checking dof v0.4.0
24762026-05-27T00:06:26.245Z Checking lazy_static v1.5.0
24772026-05-27T00:06:26.313Z Checking zerocopy v0.7.35
24782026-05-27T00:06:26.345Z Checking pin-project v1.1.11
24792026-05-27T00:06:26.361Z Checking bzip2-sys v0.1.13+1.0.8
24802026-05-27T00:06:26.406Z Checking signal-hook v0.3.18
24812026-05-27T00:06:26.419Z Checking terminal_size v0.4.3
24822026-05-27T00:06:26.531Z Checking futures-executor v0.3.32
24832026-05-27T00:06:26.552Z Checking hex v0.4.3
24842026-05-27T00:06:26.953Z Checking hkdf v0.12.4
24852026-05-27T00:06:27.011Z Checking crypto-bigint v0.5.5
24862026-05-27T00:06:27.011Z Checking thread-id v5.1.0
24872026-05-27T00:06:27.011Z Checking encoding_rs v0.8.35
24882026-05-27T00:06:27.011Z Checking winnow v0.5.40
24892026-05-27T00:06:27.011Z Checking bitflags v1.3.2
24902026-05-27T00:06:27.012Z Checking strsim v0.11.1
24912026-05-27T00:06:27.012Z Checking managed v0.8.0
24922026-05-27T00:06:27.012Z Checking hyper-rustls v0.27.7
24932026-05-27T00:06:27.045Z Checking hyper-tls v0.6.0
24942026-05-27T00:06:27.078Z Checking either v1.15.0
24952026-05-27T00:06:27.078Z Checking mime v0.3.17
24962026-05-27T00:06:27.110Z Checking winnow v0.7.14
24972026-05-27T00:06:27.156Z Checking clap_lex v1.0.0
24982026-05-27T00:06:27.211Z Checking bumpalo v3.20.2
24992026-05-27T00:06:27.224Z Checking same-file v1.0.6
25002026-05-27T00:06:27.313Z Checking libbz2-rs-sys v0.2.2
25012026-05-27T00:06:27.355Z Checking foldhash v0.2.0
25022026-05-27T00:06:27.390Z Checking foldhash v0.1.5
25032026-05-27T00:06:27.408Z Compiling rayon-core v1.13.0
25042026-05-27T00:06:27.493Z Checking hashbrown v0.16.1
25052026-05-27T00:06:27.529Z Checking hashbrown v0.15.5
25062026-05-27T00:06:27.584Z Checking elliptic-curve v0.13.8
25072026-05-27T00:06:27.630Z Checking zopfli v0.8.3
25082026-05-27T00:06:27.699Z Checking bzip2 v0.6.1
25092026-05-27T00:06:27.712Z Checking reqwest v0.12.28
25102026-05-27T00:06:27.861Z Checking dof v0.3.0
25112026-05-27T00:06:27.890Z Checking walkdir v2.5.0
25122026-05-27T00:06:27.936Z Checking toml_edit v0.19.15
25132026-05-27T00:06:27.952Z Checking clap_builder v4.5.60
25142026-05-27T00:06:27.985Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25152026-05-27T00:06:27.985Z Checking smoltcp v0.9.1
25162026-05-27T00:06:28.049Z Checking usdt-impl v0.6.0
25172026-05-27T00:06:28.152Z Checking futures v0.3.32
25182026-05-27T00:06:28.198Z Checking signal-hook-mio v0.2.5
25192026-05-27T00:06:28.245Z Checking bzip2 v0.4.4
25202026-05-27T00:06:28.281Z Checking snafu v0.8.9
25212026-05-27T00:06:28.304Z Checking num-bigint-dig v0.8.6
25222026-05-27T00:06:28.383Z Checking phf v0.13.1
25232026-05-27T00:06:28.495Z Checking cookie_store v0.22.1
25242026-05-27T00:06:28.516Z Checking zstd v0.13.3
25252026-05-27T00:06:28.572Z Checking postgres-types v0.2.12
25262026-05-27T00:06:28.595Z Checking dtrace-parser v0.2.0
25272026-05-27T00:06:28.686Z Checking crossbeam-deque v0.8.6
25282026-05-27T00:06:28.706Z Checking rustls-platform-verifier v0.6.2
25292026-05-27T00:06:28.827Z Checking globset v0.4.18
25302026-05-27T00:06:28.852Z Checking regex v1.12.3
25312026-05-27T00:06:28.852Z Checking ed25519 v2.2.3
25322026-05-27T00:06:28.904Z Checking phf_shared v0.11.3
25332026-05-27T00:06:28.921Z Checking olpc-cjson v0.1.4
25342026-05-27T00:06:28.966Z Checking curve25519-dalek v4.1.3
25352026-05-27T00:06:28.995Z Checking ref-cast v1.0.25
25362026-05-27T00:06:28.995Z Checking strum v0.27.2
25372026-05-27T00:06:29.032Z Checking hubpack v0.1.2
25382026-05-27T00:06:29.072Z Checking memoffset v0.9.1
25392026-05-27T00:06:29.122Z Checking rustix v0.38.44
25402026-05-27T00:06:29.151Z Checking pkcs1 v0.7.5
25412026-05-27T00:06:29.151Z Checking pem v3.0.6
25422026-05-27T00:06:29.151Z Checking float-cmp v0.10.0
25432026-05-27T00:06:29.174Z Checking erased-serde v0.3.31
25442026-05-27T00:06:29.182Z Checking serde-big-array v0.5.1
25452026-05-27T00:06:29.196Z Checking serde_plain v1.0.2
25462026-05-27T00:06:29.246Z Checking rfc6979 v0.4.0
25472026-05-27T00:06:29.260Z Checking memmap2 v0.9.10
25482026-05-27T00:06:29.299Z Checking thread-id v4.2.2
25492026-05-27T00:06:29.308Z Checking env_filter v1.0.0
25502026-05-27T00:06:29.360Z Checking jiff v0.2.21
25512026-05-27T00:06:29.398Z Checking predicates-core v1.0.10
25522026-05-27T00:06:29.429Z Checking whoami v2.1.0
25532026-05-27T00:06:29.429Z Checking toml_write v0.1.2
25542026-05-27T00:06:29.463Z Checking data-encoding v2.10.0
25552026-05-27T00:06:29.475Z Checking normalize-line-endings v0.3.0
25562026-05-27T00:06:29.537Z Checking difflib v0.4.0
25572026-05-27T00:06:29.564Z Checking new_debug_unreachable v1.0.6
25582026-05-27T00:06:29.578Z Checking fixedbitset v0.4.2
25592026-05-27T00:06:29.601Z Checking static_assertions v1.1.0
25602026-05-27T00:06:29.648Z Checking keccak v0.1.6
25612026-05-27T00:06:29.669Z Checking unicode-segmentation v1.12.0
25622026-05-27T00:06:29.708Z Checking typed-path v0.9.3
25632026-05-27T00:06:29.717Z Checking fixedbitset v0.5.7
25642026-05-27T00:06:29.717Z Checking precomputed-hash v0.1.1
25652026-05-27T00:06:29.740Z Checking ed25519-dalek v2.2.0
25662026-05-27T00:06:29.810Z Checking string_cache v0.8.9
25672026-05-27T00:06:29.817Z Checking sha3 v0.10.8
25682026-05-27T00:06:29.889Z Checking crossterm v0.28.1
25692026-05-27T00:06:29.909Z Checking petgraph v0.8.3
25702026-05-27T00:06:29.960Z Checking similar v2.7.0
25712026-05-27T00:06:29.973Z Checking hickory-proto v0.25.2
25722026-05-27T00:06:29.973Z Checking petgraph v0.6.5
25732026-05-27T00:06:30.022Z Checking predicates v3.1.4
25742026-05-27T00:06:30.303Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
25752026-05-27T00:06:30.331Z Checking toml_edit v0.22.27
25762026-05-27T00:06:30.481Z Checking tough v0.22.0
25772026-05-27T00:06:30.591Z Checking tokio-postgres v0.7.16
25782026-05-27T00:06:31.253Z Checking slog v2.8.2
25792026-05-27T00:06:31.414Z Checking env_logger v0.11.9
25802026-05-27T00:06:31.456Z Checking usdt v0.6.0
25812026-05-27T00:06:31.472Z Checking usdt-impl v0.5.0
25822026-05-27T00:06:31.512Z Checking zip v4.6.1
25832026-05-27T00:06:31.601Z Checking ecdsa v0.16.9
25842026-05-27T00:06:31.628Z Checking rsa v0.9.10
25852026-05-27T00:06:31.745Z Checking clap v4.5.60
25862026-05-27T00:06:31.840Z Checking nix v0.31.2
25872026-05-27T00:06:31.935Z Checking toml v0.7.8
25882026-05-27T00:06:32.074Z Checking reqwest v0.13.2
25892026-05-27T00:06:32.244Z Checking zip v0.6.6
25902026-05-27T00:06:32.426Z Checking toml_parser v1.0.9+spec-1.1.0
25912026-05-27T00:06:32.490Z Checking itertools v0.13.0
25922026-05-27T00:06:32.540Z Checking serde_with v3.17.0
25932026-05-27T00:06:32.606Z Checking strum v0.26.3
25942026-05-27T00:06:32.692Z Checking fs-err v3.3.0
25952026-05-27T00:06:32.730Z Checking ahash v0.8.12
25962026-05-27T00:06:32.742Z Checking object v0.37.3
25972026-05-27T00:06:32.767Z Checking tokio-stream v0.1.18
25982026-05-27T00:06:32.818Z Checking buf-list v1.1.2
25992026-05-27T00:06:32.947Z Checking anyhow v1.0.102
26002026-05-27T00:06:32.996Z Checking camino v1.2.2
26012026-05-27T00:06:33.009Z Checking x509-cert v0.2.5
26022026-05-27T00:06:33.009Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
26032026-05-27T00:06:33.128Z Checking openapiv3 v2.2.0
26042026-05-27T00:06:33.154Z Checking sha1 v0.10.6
26052026-05-27T00:06:33.180Z Checking toml_datetime v0.7.5+spec-1.1.0
26062026-05-27T00:06:33.277Z Checking peg-runtime v0.8.5
26072026-05-27T00:06:33.323Z Checking lalrpop-util v0.19.12
26082026-05-27T00:06:33.387Z Checking rayon v1.11.0
26092026-05-27T00:06:33.419Z Checking sigpipe v0.1.3
26102026-05-27T00:06:33.475Z Checking glob v0.3.3
26112026-05-27T00:06:34.959Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26122026-05-27T00:06:35.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.10s
26132026-05-27T00:06:35.404Z
26142026-05-27T00:06:35.404Zinfo: running `cargo check --bins` on internal-dns-types (77/295)
26152026-05-27T00:06:35.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26162026-05-27T00:06:35.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26172026-05-27T00:06:35.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26182026-05-27T00:06:35.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26192026-05-27T00:06:36.004Z
26202026-05-27T00:06:36.004Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/295)
26212026-05-27T00:06:36.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222026-05-27T00:06:36.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232026-05-27T00:06:36.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26242026-05-27T00:06:36.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26252026-05-27T00:06:36.623Z
26262026-05-27T00:06:36.623Zinfo: running `cargo check --bins` on nexus-types-versions (79/295)
26272026-05-27T00:06:37.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282026-05-27T00:06:37.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292026-05-27T00:06:37.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302026-05-27T00:06:37.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26312026-05-27T00:06:37.650Z
26322026-05-27T00:06:37.650Zinfo: running `cargo check --bins` on oxql-types (80/295)
26332026-05-27T00:06:37.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342026-05-27T00:06:37.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352026-05-27T00:06:37.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362026-05-27T00:06:37.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26372026-05-27T00:06:37.837Z
26382026-05-27T00:06:37.837Zinfo: running `cargo check --bins` on oximeter-types (81/295)
26392026-05-27T00:06:38.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-05-27T00:06:38.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-05-27T00:06:38.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-05-27T00:06:38.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26432026-05-27T00:06:38.446Z
26442026-05-27T00:06:38.446Zinfo: running `cargo check --bins` on oximeter-types-versions (82/295)
26452026-05-27T00:06:38.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-05-27T00:06:38.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-05-27T00:06:38.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-05-27T00:06:38.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26492026-05-27T00:06:39.065Z
26502026-05-27T00:06:39.065Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/295)
26512026-05-27T00:06:39.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-05-27T00:06:39.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-05-27T00:06:39.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-05-27T00:06:39.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26552026-05-27T00:06:39.636Z
26562026-05-27T00:06:39.637Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/295)
26572026-05-27T00:06:40.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-05-27T00:06:40.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-05-27T00:06:40.326Z Compiling structmeta-derive v0.3.0
26602026-05-27T00:06:40.452Z Compiling rustls v0.22.4
26612026-05-27T00:06:40.462Z Compiling multer v3.1.0
26622026-05-27T00:06:40.505Z Compiling async-stream-impl v0.3.6
26632026-05-27T00:06:40.505Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26642026-05-27T00:06:40.524Z Compiling dropshot v0.17.0
26652026-05-27T00:06:40.524Z Compiling dropshot_endpoint v0.17.0
26662026-05-27T00:06:40.524Z Compiling newtype-uuid-macros v0.1.0
26672026-05-27T00:06:40.647Z Checking newtype-uuid v1.3.2
26682026-05-27T00:06:40.719Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26692026-05-27T00:06:40.752Z Checking rustls-webpki v0.102.8
26702026-05-27T00:06:40.836Z Checking daft v0.1.7
26712026-05-27T00:06:40.876Z Checking thread_local v1.1.9
26722026-05-27T00:06:41.050Z Checking compression-core v0.4.31
26732026-05-27T00:06:41.067Z Checking match_cfg v0.1.0
26742026-05-27T00:06:41.090Z Checking iddqd v0.4.1
26752026-05-27T00:06:41.120Z Checking hostname v0.3.1
26762026-05-27T00:06:41.137Z Checking crossbeam-channel v0.5.15
26772026-05-27T00:06:41.151Z Checking compression-codecs v0.4.37
26782026-05-27T00:06:41.216Z Checking slog-json v2.6.1
26792026-05-27T00:06:41.266Z Checking is-terminal v0.4.17
26802026-05-27T00:06:41.322Z Checking toml_datetime v1.0.0+spec-1.1.0
26812026-05-27T00:06:41.358Z Checking serde_spanned v1.0.4
26822026-05-27T00:06:41.372Z Checking term v1.2.1
26832026-05-27T00:06:41.473Z Checking debug-ignore v1.0.5
26842026-05-27T00:06:41.488Z Checking take_mut v0.2.2
26852026-05-27T00:06:41.518Z Compiling structmeta v0.3.0
26862026-05-27T00:06:41.523Z Checking toml_writer v1.0.6+spec-1.1.0
26872026-05-27T00:06:41.570Z Checking slog-bunyan v2.5.0
26882026-05-27T00:06:41.588Z Checking slog-async v2.8.0
26892026-05-27T00:06:41.602Z Checking slog-term v2.9.2
26902026-05-27T00:06:41.683Z Checking async-compression v0.4.41
26912026-05-27T00:06:41.710Z Checking toml v1.0.6+spec-1.1.0
26922026-05-27T00:06:41.735Z Compiling derive-ex v0.1.8
26932026-05-27T00:06:41.762Z Compiling parse-display-derive v0.10.0
26942026-05-27T00:06:41.861Z Checking async-stream v0.3.6
26952026-05-27T00:06:41.938Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26962026-05-27T00:06:41.986Z Checking progenitor-client v0.14.0
26972026-05-27T00:06:42.003Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26982026-05-27T00:06:42.039Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
26992026-05-27T00:06:42.183Z Checking waitgroup v0.1.2
27002026-05-27T00:06:42.217Z Checking backon v1.6.0
27012026-05-27T00:06:42.240Z Checking rustls-pemfile v2.2.0
27022026-05-27T00:06:42.290Z Checking serde_path_to_error v0.1.20
27032026-05-27T00:06:42.308Z Checking hostname v0.4.2
27042026-05-27T00:06:42.781Z Checking instant v0.1.13
27052026-05-27T00:06:42.799Z Checking backoff v0.4.0
27062026-05-27T00:06:42.799Z Checking progenitor-extras v0.2.0
27072026-05-27T00:06:42.800Z Checking tokio-rustls v0.25.0
27082026-05-27T00:06:42.800Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27092026-05-27T00:06:42.800Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27102026-05-27T00:06:42.828Z Checking itertools v0.14.0
27112026-05-27T00:06:42.849Z Checking progenitor-client v0.10.0
27122026-05-27T00:06:43.012Z Checking regress v0.10.5
27132026-05-27T00:06:43.031Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27142026-05-27T00:06:43.265Z Checking macaddr v1.0.1
27152026-05-27T00:06:43.461Z Compiling test-strategy v0.4.5
27162026-05-27T00:06:43.476Z Checking parse-display v0.10.0
27172026-05-27T00:06:43.624Z Checking humantime v2.3.0
27182026-05-27T00:06:44.637Z Compiling prettyplease v0.2.37
27192026-05-27T00:06:44.958Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27202026-05-27T00:06:45.106Z Checking num-rational v0.4.2
27212026-05-27T00:06:45.330Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27222026-05-27T00:06:45.572Z Checking num-complex v0.4.6
27232026-05-27T00:06:46.284Z Compiling num v0.4.3
27242026-05-27T00:06:46.365Z Compiling usdt-attr-macro v0.5.0
27252026-05-27T00:06:46.383Z Compiling usdt-macro v0.5.0
27262026-05-27T00:06:46.395Z Checking memmap v0.7.0
27272026-05-27T00:06:46.407Z Compiling float-ord v0.3.2
27282026-05-27T00:06:46.523Z Compiling convert_case v0.4.0
27292026-05-27T00:06:46.535Z Checking unicode-width v0.2.0
27302026-05-27T00:06:46.793Z Checking console v0.15.11
27312026-05-27T00:06:46.939Z Compiling derive_more v0.99.20
27322026-05-27T00:06:47.079Z Checking newline-converter v0.3.0
27332026-05-27T00:06:47.101Z Checking atomicwrites v0.4.4
27342026-05-27T00:06:47.138Z Checking usdt v0.5.0
27352026-05-27T00:06:47.191Z Compiling toml v0.8.23
27362026-05-27T00:06:47.228Z Compiling minimal-lexical v0.2.1
27372026-05-27T00:06:47.306Z Checking linked-hash-map v0.5.6
27382026-05-27T00:06:47.482Z Checking lru-cache v0.1.2
27392026-05-27T00:06:47.491Z Compiling nom v7.1.3
27402026-05-27T00:06:47.686Z Checking expectorate v1.2.0
27412026-05-27T00:06:48.159Z Checking camino-tempfile v1.4.1
27422026-05-27T00:06:48.700Z Checking hickory-proto v0.24.4
27432026-05-27T00:06:48.712Z Checking phf_shared v0.12.1
27442026-05-27T00:06:48.713Z Compiling slog-dtrace v0.3.0
27452026-05-27T00:06:48.713Z Compiling chrono-tz v0.10.4
27462026-05-27T00:06:48.726Z Checking heck v0.5.0
27472026-05-27T00:06:48.740Z Checking resolv-conf v0.7.6
27482026-05-27T00:06:48.878Z Compiling const_format_proc_macros v0.2.34
27492026-05-27T00:06:48.894Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27502026-05-27T00:06:48.944Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27512026-05-27T00:06:48.971Z Checking phf v0.12.1
27522026-05-27T00:06:49.118Z Checking tokio-dtrace v0.1.1
27532026-05-27T00:06:49.310Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27542026-05-27T00:06:49.374Z Compiling derive-where v1.6.0
27552026-05-27T00:06:49.536Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27562026-05-27T00:06:49.831Z Checking highway v1.3.0
27572026-05-27T00:06:50.083Z Checking const_format v0.2.35
27582026-05-27T00:06:50.179Z Checking hickory-resolver v0.24.4
27592026-05-27T00:06:50.237Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27602026-05-27T00:06:50.323Z Checking oxide-tokio-rt v0.1.4
27612026-05-27T00:06:50.508Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27622026-05-27T00:06:50.730Z Checking gethostname v0.5.0
27632026-05-27T00:06:50.751Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27642026-05-27T00:06:50.768Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27652026-05-27T00:06:50.880Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27662026-05-27T00:06:50.914Z Checking qorb v0.4.1
27672026-05-27T00:06:50.936Z Checking bcs v0.1.6
27682026-05-27T00:06:50.948Z Checking termtree v0.5.1
27692026-05-27T00:06:54.430Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27702026-05-27T00:06:56.949Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27712026-05-27T00:06:59.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.46s
27722026-05-27T00:06:59.282Z
27732026-05-27T00:06:59.282Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295)
27742026-05-27T00:06:59.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752026-05-27T00:06:59.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762026-05-27T00:06:59.976Z Compiling ar_archive_writer v0.5.1
27772026-05-27T00:06:59.985Z Compiling stacker v0.1.23
27782026-05-27T00:07:00.094Z Compiling cfg_aliases v0.1.1
27792026-05-27T00:07:00.100Z Compiling convert_case v0.10.0
27802026-05-27T00:07:00.100Z Checking unicode-width v0.1.14
27812026-05-27T00:07:00.117Z Compiling proc-macro-error v1.0.4
27822026-05-27T00:07:00.126Z Checking fd-lock v4.0.4
27832026-05-27T00:07:00.126Z Checking nibble_vec v0.1.0
27842026-05-27T00:07:00.149Z Compiling nix v0.28.0
27852026-05-27T00:07:00.242Z Checking vte v0.14.1
27862026-05-27T00:07:00.257Z Compiling recursive-proc-macro-impl v0.1.1
27872026-05-27T00:07:00.336Z Checking bytecount v0.6.9
27882026-05-27T00:07:00.348Z Checking endian-type v0.1.2
27892026-05-27T00:07:00.389Z Compiling derive_more-impl v2.1.1
27902026-05-27T00:07:00.404Z Compiling tabled_derive v0.7.0
27912026-05-27T00:07:00.404Z Checking strip-ansi-escapes v0.2.1
27922026-05-27T00:07:00.461Z Checking papergrid v0.11.0
27932026-05-27T00:07:00.473Z Checking radix_trie v0.2.1
27942026-05-27T00:07:00.550Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27952026-05-27T00:07:00.644Z Compiling peg-macros v0.8.5
27962026-05-27T00:07:00.678Z Checking winnow v0.6.26
27972026-05-27T00:07:00.904Z Compiling psm v0.1.30
27982026-05-27T00:07:01.019Z Compiling sqlparser_derive v0.5.0
27992026-05-27T00:07:01.075Z Checking nu-ansi-term v0.50.3
28002026-05-27T00:07:01.179Z Checking derive_more v2.1.1
28012026-05-27T00:07:01.259Z Checking unicode_categories v0.1.1
28022026-05-27T00:07:01.287Z Checking home v0.5.12
28032026-05-27T00:07:01.394Z Checking tabled v0.15.0
28042026-05-27T00:07:01.401Z Checking reedline v0.40.0
28052026-05-27T00:07:01.430Z Checking crossterm v0.29.0
28062026-05-27T00:07:01.456Z Checking rustyline v14.0.0
28072026-05-27T00:07:01.694Z Checking recursive v0.1.1
28082026-05-27T00:07:01.792Z Checking sqlparser v0.61.0
28092026-05-27T00:07:01.807Z Checking display-error-chain v0.2.2
28102026-05-27T00:07:03.705Z Checking sqlformat v0.3.5
28112026-05-27T00:07:03.705Z Checking peg v0.8.5
28122026-05-27T00:07:12.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.67s
28132026-05-27T00:07:13.140Z
28142026-05-27T00:07:13.140Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295)
28152026-05-27T00:07:13.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162026-05-27T00:07:13.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172026-05-27T00:07:13.831Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28182026-05-27T00:07:17.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
28192026-05-27T00:07:17.480Z
28202026-05-27T00:07:17.480Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295)
28212026-05-27T00:07:18.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-05-27T00:07:18.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-05-27T00:07:18.164Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28242026-05-27T00:07:20.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
28252026-05-27T00:07:20.825Z
28262026-05-27T00:07:20.825Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295)
28272026-05-27T00:07:21.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-05-27T00:07:21.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-05-27T00:07:21.511Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28302026-05-27T00:07:24.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
28312026-05-27T00:07:24.955Z
28322026-05-27T00:07:24.955Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295)
28332026-05-27T00:07:25.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-05-27T00:07:25.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-05-27T00:07:25.648Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-05-27T00:07:28.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
28372026-05-27T00:07:29.154Z
28382026-05-27T00:07:29.154Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295)
28392026-05-27T00:07:29.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-05-27T00:07:29.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-05-27T00:07:29.836Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-05-27T00:07:32.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28432026-05-27T00:07:32.630Z
28442026-05-27T00:07:32.630Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295)
28452026-05-27T00:07:33.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-05-27T00:07:33.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-05-27T00:07:33.322Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-05-27T00:07:35.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s
28492026-05-27T00:07:36.162Z
28502026-05-27T00:07:36.162Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295)
28512026-05-27T00:07:36.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-05-27T00:07:36.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-05-27T00:07:36.894Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-05-27T00:07:40.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
28552026-05-27T00:07:40.485Z
28562026-05-27T00:07:40.485Zinfo: running `cargo check --bins` on oximeter (93/295)
28572026-05-27T00:07:41.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-05-27T00:07:41.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-05-27T00:07:41.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602026-05-27T00:07:41.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28612026-05-27T00:07:41.099Z
28622026-05-27T00:07:41.100Zinfo: running `cargo check --bins` on oximeter-schema (94/295)
28632026-05-27T00:07:41.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-05-27T00:07:41.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-05-27T00:07:41.744Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28662026-05-27T00:07:41.913Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28672026-05-27T00:07:41.916Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28682026-05-27T00:07:42.251Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28692026-05-27T00:07:45.137Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28702026-05-27T00:07:46.355Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28712026-05-27T00:07:46.567Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28722026-05-27T00:07:47.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.14s
28732026-05-27T00:07:47.440Z
28742026-05-27T00:07:47.440Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/295)
28752026-05-27T00:07:47.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-05-27T00:07:47.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-05-27T00:07:47.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-05-27T00:07:47.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28792026-05-27T00:07:48.054Z
28802026-05-27T00:07:48.054Zinfo: running `cargo check --bins` on oximeter-test-utils (96/295)
28812026-05-27T00:07:48.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-05-27T00:07:48.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-05-27T00:07:48.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-05-27T00:07:48.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28852026-05-27T00:07:48.707Z
28862026-05-27T00:07:48.707Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295)
28872026-05-27T00:07:49.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-05-27T00:07:49.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-05-27T00:07:49.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-05-27T00:07:49.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28912026-05-27T00:07:49.319Z
28922026-05-27T00:07:49.320Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295)
28932026-05-27T00:07:49.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-05-27T00:07:49.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-05-27T00:07:49.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-05-27T00:07:49.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28972026-05-27T00:07:49.936Z
28982026-05-27T00:07:49.936Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295)
28992026-05-27T00:07:50.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-05-27T00:07:50.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-05-27T00:07:50.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-05-27T00:07:50.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29032026-05-27T00:07:50.558Z
29042026-05-27T00:07:50.558Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295)
29052026-05-27T00:07:51.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-05-27T00:07:51.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-05-27T00:07:51.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-05-27T00:07:51.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29092026-05-27T00:07:51.170Z
29102026-05-27T00:07:51.170Zinfo: running `cargo check --bins` on trust-quorum-types (101/295)
29112026-05-27T00:07:51.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-05-27T00:07:51.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-05-27T00:07:51.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-05-27T00:07:51.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29152026-05-27T00:07:51.768Z
29162026-05-27T00:07:51.768Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/295)
29172026-05-27T00:07:52.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-05-27T00:07:52.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-05-27T00:07:52.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-05-27T00:07:52.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29212026-05-27T00:07:52.383Z
29222026-05-27T00:07:52.383Zinfo: running `cargo check --bins` on update-engine (103/295)
29232026-05-27T00:07:52.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-05-27T00:07:52.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-05-27T00:07:52.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-05-27T00:07:52.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29272026-05-27T00:07:52.978Z
29282026-05-27T00:07:52.978Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/295)
29292026-05-27T00:07:53.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-05-27T00:07:53.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-05-27T00:07:53.713Z Compiling crucible-workspace-hack v0.1.0
29322026-05-27T00:07:53.833Z Checking secrecy v0.10.3
29332026-05-27T00:07:53.841Z Compiling heapless v0.8.0
29342026-05-27T00:07:53.847Z Compiling ingot-macros v0.1.1
29352026-05-27T00:07:53.855Z Compiling toml_edit v0.23.10+spec-1.0.0
29362026-05-27T00:07:53.857Z Checking hash32 v0.3.1
29372026-05-27T00:07:53.877Z Compiling smoltcp v0.11.0
29382026-05-27T00:07:53.880Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29392026-05-27T00:07:53.936Z Checking cobs v0.3.0
29402026-05-27T00:07:53.985Z Compiling thiserror-impl-no-std v2.0.2
29412026-05-27T00:07:54.078Z Checking universal-hash v0.5.1
29422026-05-27T00:07:54.091Z Checking half v2.7.1
29432026-05-27T00:07:54.130Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29442026-05-27T00:07:54.200Z Checking opaque-debug v0.3.1
29452026-05-27T00:07:54.232Z Checking ciborium-io v0.2.2
29462026-05-27T00:07:54.271Z Checking poly1305 v0.8.0
29472026-05-27T00:07:54.322Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29482026-05-27T00:07:54.339Z Checking postcard v1.1.3
29492026-05-27T00:07:54.364Z Checking ciborium-ll v0.2.2
29502026-05-27T00:07:54.532Z Compiling proc-macro-crate v3.4.0
29512026-05-27T00:07:54.546Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29522026-05-27T00:07:54.607Z Checking password-hash v0.5.0
29532026-05-27T00:07:54.623Z Checking chacha20 v0.9.1
29542026-05-27T00:07:54.816Z Compiling proc-macro-crate v1.3.1
29552026-05-27T00:07:54.846Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29562026-05-27T00:07:54.864Z Checking blake2 v0.10.6
29572026-05-27T00:07:54.907Z Checking aead v0.5.2
29582026-05-27T00:07:55.051Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29592026-05-27T00:07:55.083Z Compiling foreign-types-macros v0.2.3
29602026-05-27T00:07:55.097Z Compiling num_enum_derive v0.7.5
29612026-05-27T00:07:55.097Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29622026-05-27T00:07:55.143Z Checking thiserror-no-std v2.0.2
29632026-05-27T00:07:55.228Z Checking foreign-types-shared v0.3.1
29642026-05-27T00:07:55.241Z Checking cpufeatures v0.3.0
29652026-05-27T00:07:55.255Z Checking vsss-rs v3.3.4
29662026-05-27T00:07:55.314Z Checking chacha20 v0.10.0
29672026-05-27T00:07:55.317Z Compiling num_enum_derive v0.5.11
29682026-05-27T00:07:55.346Z Checking argon2 v0.5.3
29692026-05-27T00:07:55.531Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29702026-05-27T00:07:55.670Z Checking foreign-types v0.5.0
29712026-05-27T00:07:55.685Z Checking chacha20poly1305 v0.10.1
29722026-05-27T00:07:55.751Z Checking ciborium v0.2.2
29732026-05-27T00:07:55.916Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29742026-05-27T00:07:55.960Z Checking tabwriter v1.4.1
29752026-05-27T00:07:56.108Z Checking byte-wrapper v0.1.0
29762026-05-27T00:07:56.144Z Checking num_enum v0.7.5
29772026-05-27T00:07:56.164Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29782026-05-27T00:07:56.202Z Checking cstr-argument v0.1.2
29792026-05-27T00:07:56.257Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29802026-05-27T00:07:56.312Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29812026-05-27T00:07:56.325Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29822026-05-27T00:07:56.358Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29832026-05-27T00:07:56.372Z Checking num_enum v0.5.11
29842026-05-27T00:07:56.486Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29852026-05-27T00:07:56.501Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29862026-05-27T00:07:56.533Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29872026-05-27T00:07:56.591Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29882026-05-27T00:07:56.639Z Checking ingot-types v0.1.2
29892026-05-27T00:07:56.660Z Checking rand v0.10.0
29902026-05-27T00:07:56.696Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29912026-05-27T00:07:56.709Z Checking indent_write v2.2.0
29922026-05-27T00:07:56.730Z Checking colored v3.1.1
29932026-05-27T00:07:56.839Z Compiling zone_cfg_derive v0.3.1
29942026-05-27T00:07:56.928Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29952026-05-27T00:07:56.993Z Checking ingot v0.1.1
29962026-05-27T00:07:56.996Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29972026-05-27T00:07:57.019Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29982026-05-27T00:07:57.091Z Checking itertools v0.12.1
29992026-05-27T00:07:57.105Z Compiling num-derive v0.4.2
30002026-05-27T00:07:57.118Z Checking swrite v0.1.0
30012026-05-27T00:07:57.188Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30022026-05-27T00:07:57.208Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30032026-05-27T00:07:57.370Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30042026-05-27T00:07:57.454Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30052026-05-27T00:07:57.484Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30062026-05-27T00:07:57.527Z Checking dropshot-api-manager-types v0.7.2
30072026-05-27T00:07:57.554Z Checking smf v0.2.3
30082026-05-27T00:07:57.594Z Checking nanorand v0.7.0
30092026-05-27T00:07:57.694Z Checking whoami v1.6.1
30102026-05-27T00:07:57.787Z Checking flume v0.11.1
30112026-05-27T00:07:57.790Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30122026-05-27T00:07:58.053Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30132026-05-27T00:07:58.099Z Checking zone v0.3.1
30142026-05-27T00:07:58.586Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30152026-05-27T00:07:59.562Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30162026-05-27T00:08:00.441Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30172026-05-27T00:08:03.554Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30182026-05-27T00:08:05.598Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30192026-05-27T00:08:06.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.73s
30202026-05-27T00:08:06.901Z
30212026-05-27T00:08:06.901Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/295)
30222026-05-27T00:08:07.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232026-05-27T00:08:07.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242026-05-27T00:08:07.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30252026-05-27T00:08:07.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30262026-05-27T00:08:07.516Z
30272026-05-27T00:08:07.516Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/295)
30282026-05-27T00:08:08.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-05-27T00:08:08.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-05-27T00:08:08.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-05-27T00:08:08.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30322026-05-27T00:08:08.132Z
30332026-05-27T00:08:08.132Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/295)
30342026-05-27T00:08:08.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-05-27T00:08:08.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-05-27T00:08:08.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-05-27T00:08:08.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30382026-05-27T00:08:08.775Z
30392026-05-27T00:08:08.775Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295)
30402026-05-27T00:08:09.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-05-27T00:08:09.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-05-27T00:08:09.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-05-27T00:08:09.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30442026-05-27T00:08:09.370Z
30452026-05-27T00:08:09.370Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295)
30462026-05-27T00:08:09.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-05-27T00:08:09.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-05-27T00:08:09.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-05-27T00:08:09.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30502026-05-27T00:08:09.984Z
30512026-05-27T00:08:09.984Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/295)
30522026-05-27T00:08:10.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-05-27T00:08:10.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-05-27T00:08:10.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-05-27T00:08:10.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30562026-05-27T00:08:10.594Z
30572026-05-27T00:08:10.594Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/295)
30582026-05-27T00:08:11.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-05-27T00:08:11.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-05-27T00:08:11.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-05-27T00:08:11.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30622026-05-27T00:08:11.206Z
30632026-05-27T00:08:11.206Zinfo: running `cargo check --bins` on cockroach-admin-client (112/295)
30642026-05-27T00:08:11.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-05-27T00:08:11.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-05-27T00:08:11.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-05-27T00:08:11.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30682026-05-27T00:08:11.807Z
30692026-05-27T00:08:11.807Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/295)
30702026-05-27T00:08:12.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-05-27T00:08:12.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-05-27T00:08:12.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-05-27T00:08:12.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30742026-05-27T00:08:12.420Z
30752026-05-27T00:08:12.420Zinfo: running `cargo check --bins` on dns-service-client (114/295)
30762026-05-27T00:08:12.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-05-27T00:08:12.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-05-27T00:08:12.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-05-27T00:08:12.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30802026-05-27T00:08:13.034Z
30812026-05-27T00:08:13.034Zinfo: running `cargo check --bins` on installinator-client (115/295)
30822026-05-27T00:08:13.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-05-27T00:08:13.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-05-27T00:08:13.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-05-27T00:08:13.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30862026-05-27T00:08:13.647Z
30872026-05-27T00:08:13.647Zinfo: running `cargo check --bins` on nexus-client (116/295)
30882026-05-27T00:08:14.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-05-27T00:08:14.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-05-27T00:08:14.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-05-27T00:08:14.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30922026-05-27T00:08:14.298Z
30932026-05-27T00:08:14.298Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/295)
30942026-05-27T00:08:14.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-05-27T00:08:14.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-05-27T00:08:14.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-05-27T00:08:14.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30982026-05-27T00:08:14.942Z
30992026-05-27T00:08:14.942Zinfo: running `cargo check --bins` on ntp-admin-client (118/295)
31002026-05-27T00:08:15.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-05-27T00:08:15.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-05-27T00:08:15.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-05-27T00:08:15.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31042026-05-27T00:08:15.534Z
31052026-05-27T00:08:15.535Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/295)
31062026-05-27T00:08:16.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-05-27T00:08:16.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-05-27T00:08:16.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-05-27T00:08:16.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31102026-05-27T00:08:16.132Z
31112026-05-27T00:08:16.132Zinfo: running `cargo check --bins` on oxide-client (120/295)
31122026-05-27T00:08:16.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-05-27T00:08:16.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-05-27T00:08:16.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-05-27T00:08:16.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31162026-05-27T00:08:16.731Z
31172026-05-27T00:08:16.731Zinfo: running `cargo check --bins` on oximeter-client (121/295)
31182026-05-27T00:08:17.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-05-27T00:08:17.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-05-27T00:08:17.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-05-27T00:08:17.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31222026-05-27T00:08:17.342Z
31232026-05-27T00:08:17.342Zinfo: running `cargo check --bins` on repo-depot-client (122/295)
31242026-05-27T00:08:17.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-05-27T00:08:17.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-05-27T00:08:17.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-05-27T00:08:17.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31282026-05-27T00:08:17.939Z
31292026-05-27T00:08:17.939Zinfo: running `cargo check --bins` on sled-agent-client (123/295)
31302026-05-27T00:08:18.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-05-27T00:08:18.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-05-27T00:08:18.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-05-27T00:08:18.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31342026-05-27T00:08:18.559Z
31352026-05-27T00:08:18.559Zinfo: running `cargo check --bins` on wicketd-client (124/295)
31362026-05-27T00:08:19.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-05-27T00:08:19.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-05-27T00:08:19.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-05-27T00:08:19.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31402026-05-27T00:08:19.199Z
31412026-05-27T00:08:19.199Zinfo: running `cargo check --bins` on installinator-common (125/295)
31422026-05-27T00:08:19.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-05-27T00:08:19.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-05-27T00:08:19.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-05-27T00:08:19.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31462026-05-27T00:08:19.824Z
31472026-05-27T00:08:19.824Zinfo: running `cargo check --bins` on installinator-common-versions (126/295)
31482026-05-27T00:08:20.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-05-27T00:08:20.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-05-27T00:08:20.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-05-27T00:08:20.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31522026-05-27T00:08:20.419Z
31532026-05-27T00:08:20.419Zinfo: running `cargo check --bins` on wicket-common (127/295)
31542026-05-27T00:08:20.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-05-27T00:08:20.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-05-27T00:08:20.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-05-27T00:08:20.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31582026-05-27T00:08:21.038Z
31592026-05-27T00:08:21.038Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/295)
31602026-05-27T00:08:21.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-05-27T00:08:21.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-05-27T00:08:21.745Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31632026-05-27T00:08:21.865Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31642026-05-27T00:08:21.873Z Checking csv-core v0.1.13
31652026-05-27T00:08:21.879Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31662026-05-27T00:08:21.888Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31672026-05-27T00:08:21.892Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31682026-05-27T00:08:21.909Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31692026-05-27T00:08:21.921Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31702026-05-27T00:08:22.029Z Checking csv v1.4.0
31712026-05-27T00:08:22.062Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31722026-05-27T00:08:22.077Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31732026-05-27T00:08:22.106Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31742026-05-27T00:08:22.135Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31752026-05-27T00:08:22.361Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31762026-05-27T00:08:22.725Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31772026-05-27T00:08:22.729Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31782026-05-27T00:08:23.073Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31792026-05-27T00:08:29.074Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31802026-05-27T00:08:29.606Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31812026-05-27T00:08:31.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.93s
31822026-05-27T00:08:32.173Z
31832026-05-27T00:08:32.173Zinfo: running `cargo check --bins` on cockroach-admin-api (129/295)
31842026-05-27T00:08:32.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852026-05-27T00:08:32.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862026-05-27T00:08:32.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31872026-05-27T00:08:32.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31882026-05-27T00:08:32.798Z
31892026-05-27T00:08:32.798Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295)
31902026-05-27T00:08:33.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-05-27T00:08:33.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-05-27T00:08:33.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-05-27T00:08:33.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31942026-05-27T00:08:33.491Z
31952026-05-27T00:08:33.491Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295)
31962026-05-27T00:08:34.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-05-27T00:08:34.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-05-27T00:08:34.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-05-27T00:08:34.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32002026-05-27T00:08:34.190Z
32012026-05-27T00:08:34.191Zinfo: running `cargo check --bins` on gateway-test-utils (132/295)
32022026-05-27T00:08:34.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-05-27T00:08:34.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-05-27T00:08:34.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-05-27T00:08:34.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32062026-05-27T00:08:34.861Z
32072026-05-27T00:08:34.861Zinfo: running `cargo check --bins` on omicron-gateway (133/295)
32082026-05-27T00:08:35.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-05-27T00:08:35.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-05-27T00:08:35.646Z Compiling regress v0.11.1
32112026-05-27T00:08:35.787Z Compiling unsafe-libyaml v0.2.11
32122026-05-27T00:08:35.800Z Compiling radium v0.7.0
32132026-05-27T00:08:35.800Z Compiling semver v0.1.20
32142026-05-27T00:08:35.833Z Checking tap v1.0.1
32152026-05-27T00:08:35.833Z Compiling maybe-uninit v2.0.0
32162026-05-27T00:08:35.858Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32172026-05-27T00:08:35.928Z Checking wyz v0.5.1
32182026-05-27T00:08:36.070Z Compiling rustc_version v0.1.7
32192026-05-27T00:08:36.104Z Checking progenitor-client v0.13.0
32202026-05-27T00:08:36.168Z Compiling zerocopy-derive v0.6.6
32212026-05-27T00:08:36.260Z Compiling cancel-safe-futures v0.1.5
32222026-05-27T00:08:36.286Z Compiling serde_yaml v0.9.34+deprecated
32232026-05-27T00:08:36.346Z Compiling newtype_derive v0.1.6
32242026-05-27T00:08:36.465Z Compiling owo-colors v4.3.0
32252026-05-27T00:08:36.521Z Compiling packed_struct v0.10.1
32262026-05-27T00:08:36.537Z Checking crc-catalog v2.4.0
32272026-05-27T00:08:36.644Z Checking funty v2.0.0
32282026-05-27T00:08:36.812Z Checking crc v3.4.0
32292026-05-27T00:08:36.989Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32302026-05-27T00:08:36.989Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32312026-05-27T00:08:37.018Z Checking bitvec v1.0.1
32322026-05-27T00:08:37.031Z Checking zerocopy v0.6.6
32332026-05-27T00:08:37.194Z Checking typify-impl v0.6.2
32342026-05-27T00:08:37.336Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32352026-05-27T00:08:37.353Z Compiling packed_struct_codegen v0.10.1
32362026-05-27T00:08:37.543Z Checking libsw-core v0.3.2
32372026-05-27T00:08:37.597Z Compiling bitfield-macros v0.19.4
32382026-05-27T00:08:37.692Z Compiling indexmap v1.9.3
32392026-05-27T00:08:37.754Z Checking nodrop v0.1.14
32402026-05-27T00:08:37.853Z Checking array-init v0.0.4
32412026-05-27T00:08:37.906Z Checking libsw v3.5.0
32422026-05-27T00:08:38.064Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32432026-05-27T00:08:38.153Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32442026-05-27T00:08:38.319Z Checking bitfield v0.19.4
32452026-05-27T00:08:38.340Z Checking smallvec v0.6.14
32462026-05-27T00:08:38.358Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32472026-05-27T00:08:38.579Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32482026-05-27T00:08:38.596Z Checking unicode-linebreak v0.1.5
32492026-05-27T00:08:38.611Z Checking base64 v0.21.7
32502026-05-27T00:08:38.711Z Checking tagptr v0.2.0
32512026-05-27T00:08:38.811Z Checking linear-map v1.2.0
32522026-05-27T00:08:38.823Z Checking smawk v0.3.2
32532026-05-27T00:08:38.864Z Checking hashbrown v0.12.3
32542026-05-27T00:08:38.869Z Checking ron v0.8.1
32552026-05-27T00:08:38.942Z Checking textwrap v0.16.2
32562026-05-27T00:08:38.960Z Checking moka v0.12.13
32572026-05-27T00:08:39.005Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32582026-05-27T00:08:39.105Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32592026-05-27T00:08:39.159Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32602026-05-27T00:08:39.173Z Checking steno v0.4.1
32612026-05-27T00:08:39.391Z Checking serde-hex v0.1.0
32622026-05-27T00:08:39.507Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32632026-05-27T00:08:39.581Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32642026-05-27T00:08:39.597Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32652026-05-27T00:08:39.738Z Checking hashbrown v0.13.2
32662026-05-27T00:08:39.949Z Checking crc-any v2.5.0
32672026-05-27T00:08:40.133Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32682026-05-27T00:08:40.157Z Checking object v0.30.4
32692026-05-27T00:08:40.173Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32702026-05-27T00:08:40.185Z Checking hickory-resolver v0.25.2
32712026-05-27T00:08:40.335Z Checking path-slash v0.1.5
32722026-05-27T00:08:40.355Z Checking void v1.0.2
32732026-05-27T00:08:40.368Z Checking half v1.8.3
32742026-05-27T00:08:40.453Z Checking utf-8 v0.7.6
32752026-05-27T00:08:40.461Z Checking lzss v0.8.2
32762026-05-27T00:08:40.564Z Checking serde_cbor v0.11.2
32772026-05-27T00:08:40.578Z Checking tungstenite v0.23.0
32782026-05-27T00:08:40.820Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32792026-05-27T00:08:40.894Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32802026-05-27T00:08:40.904Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32812026-05-27T00:08:40.946Z Checking nix v0.27.1
32822026-05-27T00:08:40.953Z Checking kstat-rs v0.2.4
32832026-05-27T00:08:40.991Z Checking fxhash v0.2.1
32842026-05-27T00:08:41.109Z Checking serde_bytes v0.11.19
32852026-05-27T00:08:41.127Z Checking tokio-tungstenite v0.23.1
32862026-05-27T00:08:41.143Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32872026-05-27T00:08:41.289Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32882026-05-27T00:08:41.306Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32892026-05-27T00:08:41.387Z Checking signal-hook-tokio v0.3.1
32902026-05-27T00:08:41.711Z Compiling typify-macro v0.6.2
32912026-05-27T00:08:42.464Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32922026-05-27T00:08:42.893Z Compiling typify v0.6.2
32932026-05-27T00:08:42.960Z Compiling progenitor-impl v0.13.0
32942026-05-27T00:08:42.960Z Compiling progenitor-impl v0.14.0
32952026-05-27T00:08:43.390Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32962026-05-27T00:08:43.733Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
32972026-05-27T00:08:44.582Z Compiling progenitor-macro v0.13.0
32982026-05-27T00:08:44.608Z Compiling progenitor-macro v0.14.0
32992026-05-27T00:08:47.044Z Checking progenitor v0.13.0
33002026-05-27T00:08:47.175Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33012026-05-27T00:08:47.266Z Checking progenitor v0.14.0
33022026-05-27T00:08:47.384Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33032026-05-27T00:08:50.241Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33042026-05-27T00:08:57.893Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33052026-05-27T00:09:04.259Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33062026-05-27T00:09:09.590Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33072026-05-27T00:09:09.688Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33082026-05-27T00:09:09.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.41s
33092026-05-27T00:09:09.689Z
33102026-05-27T00:09:09.689Zinfo: running `cargo check --bins` on gateway-api (134/295)
33112026-05-27T00:09:09.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122026-05-27T00:09:09.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132026-05-27T00:09:09.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142026-05-27T00:09:09.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33152026-05-27T00:09:09.689Z
33162026-05-27T00:09:09.689Zinfo: running `cargo check --bins` on ipcc (135/295)
33172026-05-27T00:09:09.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-05-27T00:09:09.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-05-27T00:09:09.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-05-27T00:09:09.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33212026-05-27T00:09:09.783Z
33222026-05-27T00:09:09.783Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295)
33232026-05-27T00:09:10.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-05-27T00:09:10.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-05-27T00:09:10.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-05-27T00:09:10.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33272026-05-27T00:09:10.308Z
33282026-05-27T00:09:10.308Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295)
33292026-05-27T00:09:10.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-05-27T00:09:10.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-05-27T00:09:10.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-05-27T00:09:10.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33332026-05-27T00:09:10.927Z
33342026-05-27T00:09:10.928Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295)
33352026-05-27T00:09:11.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-05-27T00:09:11.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-05-27T00:09:11.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-05-27T00:09:11.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33392026-05-27T00:09:11.540Z
33402026-05-27T00:09:11.540Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295)
33412026-05-27T00:09:12.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-05-27T00:09:12.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-05-27T00:09:12.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-05-27T00:09:12.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33452026-05-27T00:09:12.152Z
33462026-05-27T00:09:12.153Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295)
33472026-05-27T00:09:12.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-05-27T00:09:12.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-05-27T00:09:12.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-05-27T00:09:12.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33512026-05-27T00:09:12.765Z
33522026-05-27T00:09:12.765Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295)
33532026-05-27T00:09:13.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-05-27T00:09:13.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-05-27T00:09:13.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-05-27T00:09:13.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33572026-05-27T00:09:13.394Z
33582026-05-27T00:09:13.396Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295)
33592026-05-27T00:09:13.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-05-27T00:09:13.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-05-27T00:09:13.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-05-27T00:09:13.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33632026-05-27T00:09:14.002Z
33642026-05-27T00:09:14.002Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295)
33652026-05-27T00:09:14.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-05-27T00:09:14.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-05-27T00:09:14.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-05-27T00:09:14.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33692026-05-27T00:09:14.645Z
33702026-05-27T00:09:14.645Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295)
33712026-05-27T00:09:15.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-05-27T00:09:15.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-05-27T00:09:15.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-05-27T00:09:15.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33752026-05-27T00:09:15.220Z
33762026-05-27T00:09:15.220Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295)
33772026-05-27T00:09:15.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-05-27T00:09:15.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-05-27T00:09:15.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-05-27T00:09:15.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33812026-05-27T00:09:15.830Z
33822026-05-27T00:09:15.830Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295)
33832026-05-27T00:09:16.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-27T00:09:16.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-27T00:09:16.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-27T00:09:16.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33872026-05-27T00:09:16.446Z
33882026-05-27T00:09:16.446Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295)
33892026-05-27T00:09:16.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-27T00:09:16.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-27T00:09:16.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-27T00:09:16.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33932026-05-27T00:09:17.055Z
33942026-05-27T00:09:17.055Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295)
33952026-05-27T00:09:17.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-27T00:09:17.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-27T00:09:17.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-27T00:09:17.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33992026-05-27T00:09:17.683Z
34002026-05-27T00:09:17.683Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295)
34012026-05-27T00:09:18.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-27T00:09:18.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-27T00:09:18.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-27T00:09:18.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34052026-05-27T00:09:18.310Z
34062026-05-27T00:09:18.311Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295)
34072026-05-27T00:09:18.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-27T00:09:18.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-27T00:09:18.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-27T00:09:18.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34112026-05-27T00:09:18.939Z
34122026-05-27T00:09:18.939Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295)
34132026-05-27T00:09:19.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-27T00:09:19.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-27T00:09:19.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-27T00:09:19.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34172026-05-27T00:09:19.561Z
34182026-05-27T00:09:19.561Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295)
34192026-05-27T00:09:20.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-27T00:09:20.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-27T00:09:20.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-27T00:09:20.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34232026-05-27T00:09:20.181Z
34242026-05-27T00:09:20.181Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295)
34252026-05-27T00:09:20.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-27T00:09:20.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-27T00:09:20.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-27T00:09:20.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34292026-05-27T00:09:20.803Z
34302026-05-27T00:09:20.804Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295)
34312026-05-27T00:09:21.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-27T00:09:21.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-27T00:09:21.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-05-27T00:09:21.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34352026-05-27T00:09:21.419Z
34362026-05-27T00:09:21.419Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295)
34372026-05-27T00:09:21.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-05-27T00:09:21.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-05-27T00:09:21.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-05-27T00:09:21.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34412026-05-27T00:09:22.040Z
34422026-05-27T00:09:22.040Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295)
34432026-05-27T00:09:22.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-05-27T00:09:22.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-05-27T00:09:22.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-05-27T00:09:22.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34472026-05-27T00:09:22.663Z
34482026-05-27T00:09:22.664Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295)
34492026-05-27T00:09:23.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-05-27T00:09:23.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-05-27T00:09:23.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-05-27T00:09:23.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34532026-05-27T00:09:23.277Z
34542026-05-27T00:09:23.277Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295)
34552026-05-27T00:09:23.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-05-27T00:09:23.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-05-27T00:09:23.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-05-27T00:09:23.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34592026-05-27T00:09:23.881Z
34602026-05-27T00:09:23.881Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295)
34612026-05-27T00:09:24.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-05-27T00:09:24.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-05-27T00:09:24.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-05-27T00:09:24.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34652026-05-27T00:09:24.483Z
34662026-05-27T00:09:24.483Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295)
34672026-05-27T00:09:24.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-05-27T00:09:24.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-05-27T00:09:24.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-05-27T00:09:25.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34712026-05-27T00:09:25.088Z
34722026-05-27T00:09:25.088Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295)
34732026-05-27T00:09:25.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-05-27T00:09:25.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-05-27T00:09:25.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-05-27T00:09:25.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34772026-05-27T00:09:25.690Z
34782026-05-27T00:09:25.690Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295)
34792026-05-27T00:09:26.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-05-27T00:09:26.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-05-27T00:09:26.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-05-27T00:09:26.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34832026-05-27T00:09:26.306Z
34842026-05-27T00:09:26.306Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295)
34852026-05-27T00:09:26.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-05-27T00:09:26.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-05-27T00:09:26.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-05-27T00:09:26.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34892026-05-27T00:09:26.903Z
34902026-05-27T00:09:26.903Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295)
34912026-05-27T00:09:27.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-05-27T00:09:27.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-05-27T00:09:27.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-05-27T00:09:27.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34952026-05-27T00:09:27.579Z
34962026-05-27T00:09:27.579Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295)
34972026-05-27T00:09:28.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-05-27T00:09:28.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-05-27T00:09:28.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-05-27T00:09:28.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35012026-05-27T00:09:28.106Z
35022026-05-27T00:09:28.106Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295)
35032026-05-27T00:09:28.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-05-27T00:09:28.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-05-27T00:09:28.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-05-27T00:09:28.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35072026-05-27T00:09:28.731Z
35082026-05-27T00:09:28.731Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295)
35092026-05-27T00:09:30.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-05-27T00:09:31.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-05-27T00:09:31.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-05-27T00:09:31.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35132026-05-27T00:09:31.052Z
35142026-05-27T00:09:31.052Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295)
35152026-05-27T00:09:31.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-05-27T00:09:31.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-05-27T00:09:31.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-05-27T00:09:31.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35192026-05-27T00:09:31.052Z
35202026-05-27T00:09:31.052Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295)
35212026-05-27T00:09:31.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-05-27T00:09:31.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-05-27T00:09:31.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-05-27T00:09:31.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35252026-05-27T00:09:31.053Z
35262026-05-27T00:09:31.053Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295)
35272026-05-27T00:09:31.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-05-27T00:09:31.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-05-27T00:09:31.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-05-27T00:09:31.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35312026-05-27T00:09:31.230Z
35322026-05-27T00:09:31.230Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295)
35332026-05-27T00:09:31.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-05-27T00:09:31.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-05-27T00:09:31.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-05-27T00:09:31.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35372026-05-27T00:09:31.859Z
35382026-05-27T00:09:31.859Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295)
35392026-05-27T00:09:32.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-05-27T00:09:32.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-05-27T00:09:32.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-05-27T00:09:32.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35432026-05-27T00:09:32.502Z
35442026-05-27T00:09:32.502Zinfo: running `cargo check --bins` on oximeter-producer (173/295)
35452026-05-27T00:09:33.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-05-27T00:09:33.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-05-27T00:09:33.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-05-27T00:09:33.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35492026-05-27T00:09:33.128Z
35502026-05-27T00:09:33.128Zinfo: running `cargo check --bins` on internal-dns-resolver (174/295)
35512026-05-27T00:09:33.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-05-27T00:09:33.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-05-27T00:09:33.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-05-27T00:09:33.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35552026-05-27T00:09:33.742Z
35562026-05-27T00:09:33.742Zinfo: running `cargo check --bins` on dns-server (175/295)
35572026-05-27T00:09:34.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-05-27T00:09:34.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-05-27T00:09:34.406Z Compiling parking_lot_core v0.8.6
35602026-05-27T00:09:34.406Z Compiling atomicwrites v0.4.4
35612026-05-27T00:09:34.406Z Compiling git-stub v1.0.0
35622026-05-27T00:09:34.409Z Checking prefix-trie v0.7.0
35632026-05-27T00:09:34.409Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35642026-05-27T00:09:34.643Z Compiling git-stub-vcs v0.1.0
35652026-05-27T00:09:34.823Z Checking hickory-server v0.25.2
35662026-05-27T00:09:34.916Z Checking parking_lot v0.11.2
35672026-05-27T00:09:34.919Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35682026-05-27T00:09:34.993Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35692026-05-27T00:09:34.993Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35702026-05-27T00:09:35.089Z Checking sled v0.34.7
35712026-05-27T00:09:37.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
35722026-05-27T00:09:37.204Z
35732026-05-27T00:09:37.205Zinfo: running `cargo check --bins` on dns-server-api (176/295)
35742026-05-27T00:09:37.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-05-27T00:09:37.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-05-27T00:09:37.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-05-27T00:09:37.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35782026-05-27T00:09:37.814Z
35792026-05-27T00:09:37.814Zinfo: running `cargo check --bins` on oximeter-producer-api (177/295)
35802026-05-27T00:09:38.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-27T00:09:38.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-27T00:09:38.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-27T00:09:38.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35842026-05-27T00:09:38.427Z
35852026-05-27T00:09:38.427Zinfo: running `cargo check --bins` on sp-sim (178/295)
35862026-05-27T00:09:38.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-27T00:09:38.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-27T00:09:39.153Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35892026-05-27T00:09:40.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
35902026-05-27T00:09:41.131Z
35912026-05-27T00:09:41.131Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295)
35922026-05-27T00:09:41.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-27T00:09:41.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-27T00:09:41.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-05-27T00:09:41.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35962026-05-27T00:09:41.795Z
35972026-05-27T00:09:41.796Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295)
35982026-05-27T00:09:42.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-27T00:09:42.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-27T00:09:42.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-27T00:09:42.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36022026-05-27T00:09:42.462Z
36032026-05-27T00:09:42.462Zinfo: running `cargo check --bins` on db-macros (181/295)
36042026-05-27T00:09:42.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-27T00:09:42.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-27T00:09:42.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-05-27T00:09:42.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36082026-05-27T00:09:43.057Z
36092026-05-27T00:09:43.057Zinfo: running `cargo check --bins` on nexus-macros-common (182/295)
36102026-05-27T00:09:43.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-05-27T00:09:43.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-05-27T00:09:43.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-05-27T00:09:43.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36142026-05-27T00:09:43.655Z
36152026-05-27T00:09:43.655Zinfo: running `cargo check --bins` on nexus-auth (183/295)
36162026-05-27T00:09:44.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-05-27T00:09:44.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-05-27T00:09:44.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-05-27T00:09:44.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36202026-05-27T00:09:44.317Z
36212026-05-27T00:09:44.317Zinfo: running `cargo check --bins` on authz-macros (184/295)
36222026-05-27T00:09:44.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-05-27T00:09:44.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-05-27T00:09:44.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-05-27T00:09:44.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36262026-05-27T00:09:44.915Z
36272026-05-27T00:09:44.915Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/295)
36282026-05-27T00:09:45.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-05-27T00:09:45.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-05-27T00:09:45.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-05-27T00:09:45.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36322026-05-27T00:09:45.569Z
36332026-05-27T00:09:45.570Zinfo: running `cargo check --bins` on nexus-db-model (186/295)
36342026-05-27T00:09:46.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-05-27T00:09:46.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-05-27T00:09:46.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-05-27T00:09:46.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36382026-05-27T00:09:46.228Z
36392026-05-27T00:09:46.228Zinfo: running `cargo check --bins` on nexus-db-schema (187/295)
36402026-05-27T00:09:46.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-05-27T00:09:46.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-05-27T00:09:46.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-05-27T00:09:46.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36442026-05-27T00:09:46.826Z
36452026-05-27T00:09:46.826Zinfo: running `cargo check --bins` on omicron-rpaths (188/295)
36462026-05-27T00:09:47.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-05-27T00:09:47.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-05-27T00:09:47.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-05-27T00:09:47.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36502026-05-27T00:09:47.421Z
36512026-05-27T00:09:47.421Zinfo: running `cargo check --bins` on nexus-defaults (189/295)
36522026-05-27T00:09:47.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-05-27T00:09:47.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-05-27T00:09:47.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-05-27T00:09:47.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36562026-05-27T00:09:48.027Z
36572026-05-27T00:09:48.027Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/295)
36582026-05-27T00:09:48.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-05-27T00:09:48.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-05-27T00:09:48.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-05-27T00:09:48.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36622026-05-27T00:09:48.622Z
36632026-05-27T00:09:48.622Zinfo: running `cargo check --bins` on parallel-task-set (191/295)
36642026-05-27T00:09:49.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-05-27T00:09:49.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-05-27T00:09:49.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-05-27T00:09:49.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36682026-05-27T00:09:49.215Z
36692026-05-27T00:09:49.215Zinfo: running `cargo check --bins` on nexus-db-errors (192/295)
36702026-05-27T00:09:49.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-05-27T00:09:49.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-05-27T00:09:49.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-05-27T00:09:49.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36742026-05-27T00:09:49.871Z
36752026-05-27T00:09:49.871Zinfo: running `cargo check --bins` on nexus-db-lookup (193/295)
36762026-05-27T00:09:50.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-05-27T00:09:50.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-05-27T00:09:50.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-05-27T00:09:50.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36802026-05-27T00:09:50.535Z
36812026-05-27T00:09:50.535Zinfo: running `cargo check --bins` on nexus-inventory (194/295)
36822026-05-27T00:09:51.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-05-27T00:09:51.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-05-27T00:09:51.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-05-27T00:09:51.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36862026-05-27T00:09:51.194Z
36872026-05-27T00:09:51.194Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295)
36882026-05-27T00:09:51.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-05-27T00:09:51.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-05-27T00:09:51.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-05-27T00:09:51.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36922026-05-27T00:09:51.832Z
36932026-05-27T00:09:51.833Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/295)
36942026-05-27T00:09:52.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-05-27T00:09:52.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-05-27T00:09:52.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-05-27T00:09:52.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36982026-05-27T00:09:52.463Z
36992026-05-27T00:09:52.463Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295)
37002026-05-27T00:09:52.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-05-27T00:09:53.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-05-27T00:09:53.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-05-27T00:09:53.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37042026-05-27T00:09:53.100Z
37052026-05-27T00:09:53.100Zinfo: running `cargo check --bins` on key-manager (198/295)
37062026-05-27T00:09:53.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-05-27T00:09:53.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-05-27T00:09:53.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-05-27T00:09:53.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37102026-05-27T00:09:53.716Z
37112026-05-27T00:09:53.716Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/295)
37122026-05-27T00:09:54.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-05-27T00:09:54.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-05-27T00:09:54.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-05-27T00:09:54.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37162026-05-27T00:09:54.344Z
37172026-05-27T00:09:54.344Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295)
37182026-05-27T00:09:54.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-05-27T00:09:54.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-05-27T00:09:54.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-05-27T00:09:54.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37222026-05-27T00:09:54.977Z
37232026-05-27T00:09:54.977Zinfo: running `cargo check --bins` on typed-rng (201/295)
37242026-05-27T00:09:55.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-05-27T00:09:55.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-05-27T00:09:55.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-05-27T00:09:55.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37282026-05-27T00:09:55.572Z
37292026-05-27T00:09:55.572Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295)
37302026-05-27T00:09:56.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-05-27T00:09:56.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-05-27T00:09:56.453Z Compiling typify-impl v0.4.3
37332026-05-27T00:09:56.453Z Compiling libefi-sys v0.1.0
37342026-05-27T00:09:56.591Z Compiling bitfield-struct v0.6.2
37352026-05-27T00:09:56.600Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37362026-05-27T00:09:56.610Z Compiling xshell-macros v0.2.7
37372026-05-27T00:09:56.635Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37382026-05-27T00:09:56.638Z Compiling salty v0.3.0
37392026-05-27T00:09:56.714Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37402026-05-27T00:09:56.849Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37412026-05-27T00:09:56.941Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37422026-05-27T00:09:56.996Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37432026-05-27T00:09:57.021Z Checking xshell v0.2.7
37442026-05-27T00:09:57.087Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37452026-05-27T00:09:57.188Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37462026-05-27T00:09:57.226Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37472026-05-27T00:09:57.304Z Checking primeorder v0.13.6
37482026-05-27T00:09:57.392Z Compiling proc-macro-error-attr2 v2.0.0
37492026-05-27T00:09:57.428Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37502026-05-27T00:09:57.525Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37512026-05-27T00:09:57.544Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37522026-05-27T00:09:57.665Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37532026-05-27T00:09:57.701Z Checking tungstenite v0.21.0
37542026-05-27T00:09:57.752Z Checking p384 v0.13.1
37552026-05-27T00:09:57.778Z Compiling proc-macro-error2 v2.0.1
37562026-05-27T00:09:57.820Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37572026-05-27T00:09:58.131Z Compiling num-derive v0.3.3
37582026-05-27T00:09:58.168Z Checking tokio-tungstenite v0.21.0
37592026-05-27T00:09:58.450Z Compiling tabled_derive v0.11.0
37602026-05-27T00:09:58.489Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37612026-05-27T00:09:58.542Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37622026-05-27T00:09:58.602Z Checking papergrid v0.17.0
37632026-05-27T00:09:58.874Z Checking testing_table v0.3.0
37642026-05-27T00:09:58.974Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37652026-05-27T00:09:58.992Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37662026-05-27T00:09:59.017Z Checking libscf-sys v1.1.0
37672026-05-27T00:09:59.238Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37682026-05-27T00:09:59.386Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37692026-05-27T00:09:59.493Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37702026-05-27T00:09:59.512Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37712026-05-27T00:09:59.600Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37722026-05-27T00:09:59.692Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37732026-05-27T00:09:59.708Z Checking corncobs v0.1.4
37742026-05-27T00:09:59.711Z Compiling unicase v2.9.0
37752026-05-27T00:09:59.795Z Compiling illumos-nvpair-sys v0.2.0
37762026-05-27T00:09:59.838Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37772026-05-27T00:09:59.927Z Compiling mime_guess v2.0.5
37782026-05-27T00:10:00.081Z Checking tabled v0.20.0
37792026-05-27T00:10:00.098Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37802026-05-27T00:10:00.115Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37812026-05-27T00:10:00.151Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37822026-05-27T00:10:00.304Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37832026-05-27T00:10:00.391Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37842026-05-27T00:10:00.454Z Checking progenitor-client v0.11.2
37852026-05-27T00:10:00.470Z Checking secrecy v0.8.0
37862026-05-27T00:10:00.563Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37872026-05-27T00:10:00.592Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37882026-05-27T00:10:00.927Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37892026-05-27T00:10:01.031Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37902026-05-27T00:10:01.031Z Compiling typify-macro v0.4.3
37912026-05-27T00:10:01.031Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37922026-05-27T00:10:01.101Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37932026-05-27T00:10:01.193Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37942026-05-27T00:10:01.256Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
37952026-05-27T00:10:01.277Z Checking filetime v0.2.27
37962026-05-27T00:10:01.415Z Checking crc8 v0.1.1
37972026-05-27T00:10:01.432Z Checking xattr v1.6.1
37982026-05-27T00:10:01.566Z Checking http-range v0.1.5
37992026-05-27T00:10:01.649Z Checking tar v0.4.45
38002026-05-27T00:10:01.702Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38012026-05-27T00:10:01.900Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38022026-05-27T00:10:02.023Z Checking illumos-nvpair v0.3.0
38032026-05-27T00:10:02.091Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38042026-05-27T00:10:02.174Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38052026-05-27T00:10:02.189Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38062026-05-27T00:10:02.477Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38072026-05-27T00:10:02.528Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38082026-05-27T00:10:02.546Z Checking atty v0.2.14
38092026-05-27T00:10:02.585Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38102026-05-27T00:10:02.642Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
38112026-05-27T00:10:02.686Z Compiling typify v0.4.3
38122026-05-27T00:10:02.913Z Compiling progenitor-impl v0.11.2
38132026-05-27T00:10:03.064Z Compiling progenitor-impl v0.10.0
38142026-05-27T00:10:03.220Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38152026-05-27T00:10:03.600Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38162026-05-27T00:10:03.793Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38172026-05-27T00:10:03.862Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38182026-05-27T00:10:04.243Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38192026-05-27T00:10:04.534Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38202026-05-27T00:10:04.776Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38212026-05-27T00:10:04.794Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38222026-05-27T00:10:04.880Z Checking hyper-staticfile v0.10.1
38232026-05-27T00:10:04.976Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38242026-05-27T00:10:05.027Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38252026-05-27T00:10:05.184Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38262026-05-27T00:10:05.240Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38272026-05-27T00:10:05.380Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38282026-05-27T00:10:05.400Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38292026-05-27T00:10:05.512Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38302026-05-27T00:10:05.606Z Compiling progenitor-macro v0.11.2
38312026-05-27T00:10:05.664Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38322026-05-27T00:10:05.708Z Compiling progenitor-macro v0.10.0
38332026-05-27T00:10:08.191Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38342026-05-27T00:10:08.455Z Checking progenitor v0.11.2
38352026-05-27T00:10:08.555Z Checking progenitor v0.10.0
38362026-05-27T00:10:08.580Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38372026-05-27T00:10:08.681Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
38382026-05-27T00:10:13.186Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38392026-05-27T00:10:24.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.50s
38402026-05-27T00:10:24.300Z
38412026-05-27T00:10:24.300Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295)
38422026-05-27T00:10:24.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-05-27T00:10:24.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-05-27T00:10:25.101Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38452026-05-27T00:10:35.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38462026-05-27T00:10:35.962Z
38472026-05-27T00:10:35.962Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295)
38482026-05-27T00:10:36.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-05-27T00:10:36.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-05-27T00:10:36.751Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38512026-05-27T00:10:47.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
38522026-05-27T00:10:47.642Z
38532026-05-27T00:10:47.642Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295)
38542026-05-27T00:10:48.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-05-27T00:10:48.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-05-27T00:10:48.436Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38572026-05-27T00:10:59.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38582026-05-27T00:10:59.307Z
38592026-05-27T00:10:59.307Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295)
38602026-05-27T00:10:59.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-05-27T00:10:59.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-05-27T00:11:00.104Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38632026-05-27T00:11:10.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
38642026-05-27T00:11:11.019Z
38652026-05-27T00:11:11.019Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295)
38662026-05-27T00:11:11.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-05-27T00:11:11.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-05-27T00:11:11.814Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38692026-05-27T00:11:22.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
38702026-05-27T00:11:22.672Z
38712026-05-27T00:11:22.672Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295)
38722026-05-27T00:11:23.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-05-27T00:11:23.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-05-27T00:11:23.466Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38752026-05-27T00:11:34.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
38762026-05-27T00:11:34.400Z
38772026-05-27T00:11:34.400Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295)
38782026-05-27T00:11:34.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-05-27T00:11:34.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-05-27T00:11:35.189Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38812026-05-27T00:11:45.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38822026-05-27T00:11:46.069Z
38832026-05-27T00:11:46.069Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/295)
38842026-05-27T00:11:46.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-05-27T00:11:46.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-05-27T00:11:46.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-05-27T00:11:46.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38882026-05-27T00:11:46.686Z
38892026-05-27T00:11:46.686Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295)
38902026-05-27T00:11:47.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-05-27T00:11:47.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-05-27T00:11:47.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-05-27T00:11:47.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38942026-05-27T00:11:47.300Z
38952026-05-27T00:11:47.300Zinfo: running `cargo check --bins` on range-requests (212/295)
38962026-05-27T00:11:47.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-05-27T00:11:47.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-05-27T00:11:47.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-05-27T00:11:47.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39002026-05-27T00:11:47.906Z
39012026-05-27T00:11:47.906Zinfo: running `cargo check --bins` on repo-depot-api (213/295)
39022026-05-27T00:11:48.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-05-27T00:11:48.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-05-27T00:11:48.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-05-27T00:11:48.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39062026-05-27T00:11:48.518Z
39072026-05-27T00:11:48.518Zinfo: running `cargo check --bins` on sled-agent-api (214/295)
39082026-05-27T00:11:49.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-05-27T00:11:49.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-05-27T00:11:49.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-05-27T00:11:49.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39122026-05-27T00:11:49.146Z
39132026-05-27T00:11:49.146Zinfo: running `cargo check --bins` on sled-diagnostics (215/295)
39142026-05-27T00:11:49.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-05-27T00:11:49.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-05-27T00:11:49.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39172026-05-27T00:11:49.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39182026-05-27T00:11:49.768Z
39192026-05-27T00:11:49.768Zinfo: running `cargo check --bins` on zfs-test-harness (216/295)
39202026-05-27T00:11:50.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-05-27T00:11:50.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-05-27T00:11:50.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39232026-05-27T00:11:50.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39242026-05-27T00:11:50.396Z
39252026-05-27T00:11:50.396Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295)
39262026-05-27T00:11:50.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-05-27T00:11:50.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-05-27T00:11:50.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-05-27T00:11:50.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39302026-05-27T00:11:51.033Z
39312026-05-27T00:11:51.033Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295)
39322026-05-27T00:11:51.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-05-27T00:11:51.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-05-27T00:11:51.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-05-27T00:11:51.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39362026-05-27T00:11:51.669Z
39372026-05-27T00:11:51.669Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/295)
39382026-05-27T00:11:52.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-05-27T00:11:52.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-05-27T00:11:52.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-05-27T00:11:52.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39422026-05-27T00:11:52.308Z
39432026-05-27T00:11:52.308Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/295)
39442026-05-27T00:11:52.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-05-27T00:11:52.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-05-27T00:11:52.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-05-27T00:11:52.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39482026-05-27T00:11:52.945Z
39492026-05-27T00:11:52.945Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295)
39502026-05-27T00:11:53.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-05-27T00:11:53.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-05-27T00:11:53.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-05-27T00:11:53.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39542026-05-27T00:11:53.583Z
39552026-05-27T00:11:53.583Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295)
39562026-05-27T00:11:54.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-05-27T00:11:54.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-05-27T00:11:54.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-05-27T00:11:54.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39602026-05-27T00:11:54.220Z
39612026-05-27T00:11:54.220Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/295)
39622026-05-27T00:11:54.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-05-27T00:11:54.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-05-27T00:11:54.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-05-27T00:11:54.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39662026-05-27T00:11:54.857Z
39672026-05-27T00:11:54.857Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/295)
39682026-05-27T00:11:55.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-05-27T00:11:55.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-05-27T00:11:55.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-05-27T00:11:55.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39722026-05-27T00:11:55.516Z
39732026-05-27T00:11:55.517Zinfo: running `cargo check --bins` on trust-quorum (225/295)
39742026-05-27T00:11:56.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-05-27T00:11:56.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-05-27T00:11:56.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-05-27T00:11:56.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39782026-05-27T00:11:56.158Z
39792026-05-27T00:11:56.158Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295)
39802026-05-27T00:11:56.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-05-27T00:11:56.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-05-27T00:11:56.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-05-27T00:11:56.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39842026-05-27T00:11:56.805Z
39852026-05-27T00:11:56.805Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/295)
39862026-05-27T00:11:57.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-05-27T00:11:57.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-05-27T00:11:57.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-05-27T00:11:57.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39902026-05-27T00:11:57.466Z
39912026-05-27T00:11:57.466Zinfo: running `cargo check --bins` on update-common (228/295)
39922026-05-27T00:11:57.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-05-27T00:11:57.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-05-27T00:11:57.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-05-27T00:11:58.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39962026-05-27T00:11:58.090Z
39972026-05-27T00:11:58.090Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295)
39982026-05-27T00:11:58.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-05-27T00:11:58.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-05-27T00:11:58.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-05-27T00:11:58.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40022026-05-27T00:11:58.759Z
40032026-05-27T00:11:58.759Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/295)
40042026-05-27T00:11:59.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-05-27T00:11:59.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-05-27T00:11:59.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-05-27T00:11:59.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40082026-05-27T00:11:59.352Z
40092026-05-27T00:11:59.352Zinfo: running `cargo check --bins` on reconfigurator-cli (231/295)
40102026-05-27T00:11:59.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-05-27T00:11:59.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-05-27T00:12:00.136Z Compiling fs-err v2.11.0
40132026-05-27T00:12:00.247Z Checking ignore v0.4.25
40142026-05-27T00:12:00.247Z Checking arc-swap v1.8.2
40152026-05-27T00:12:00.273Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40162026-05-27T00:12:00.276Z Checking predicates-tree v1.0.13
40172026-05-27T00:12:00.281Z Checking parse-size v1.1.0
40182026-05-27T00:12:00.304Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40192026-05-27T00:12:00.308Z Checking rand_seeder v0.4.0
40202026-05-27T00:12:00.370Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40212026-05-27T00:12:00.403Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40222026-05-27T00:12:00.454Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40232026-05-27T00:12:00.468Z Checking slog-scope v4.4.1
40242026-05-27T00:12:00.504Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40252026-05-27T00:12:00.593Z Checking slog-stdlog v4.1.1
40262026-05-27T00:12:00.607Z Compiling petname v2.0.2
40272026-05-27T00:12:00.623Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40282026-05-27T00:12:00.637Z Checking globwalk v0.9.1
40292026-05-27T00:12:00.688Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40302026-05-27T00:12:00.712Z Checking slog-envlogger v2.2.0
40312026-05-27T00:12:00.809Z Checking camino-tempfile-ext v0.3.3
40322026-05-27T00:12:00.859Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40332026-05-27T00:12:00.894Z Checking sapling-renderdag v0.1.0
40342026-05-27T00:12:01.003Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40352026-05-27T00:12:01.042Z Checking subprocess v0.2.15
40362026-05-27T00:12:01.132Z Checking sync-ptr v0.1.4
40372026-05-27T00:12:01.245Z Checking colored v2.2.0
40382026-05-27T00:12:01.260Z Checking assert_matches v1.5.0
40392026-05-27T00:12:01.316Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40402026-05-27T00:12:01.474Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40412026-05-27T00:12:01.477Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40422026-05-27T00:12:02.167Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40432026-05-27T00:12:03.495Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40442026-05-27T00:12:05.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.34s
40452026-05-27T00:12:05.911Z
40462026-05-27T00:12:05.911Zinfo: running `cargo check --bins` on omicron-repl-utils (232/295)
40472026-05-27T00:12:06.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-05-27T00:12:06.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-05-27T00:12:06.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40502026-05-27T00:12:06.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40512026-05-27T00:12:06.499Z
40522026-05-27T00:12:06.499Zinfo: running `cargo check --bins` on transient-dns-server (233/295)
40532026-05-27T00:12:07.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-05-27T00:12:07.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-05-27T00:12:07.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-05-27T00:12:07.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40572026-05-27T00:12:07.119Z
40582026-05-27T00:12:07.119Zinfo: running `cargo check --bins` on nexus-test-interface (234/295)
40592026-05-27T00:12:07.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-05-27T00:12:07.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-05-27T00:12:07.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-05-27T00:12:07.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40632026-05-27T00:12:07.785Z
40642026-05-27T00:12:07.785Zinfo: running `cargo check --bins` on oximeter-collector (235/295)
40652026-05-27T00:12:08.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-05-27T00:12:08.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-05-27T00:12:08.520Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40682026-05-27T00:12:08.520Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40692026-05-27T00:12:09.167Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40702026-05-27T00:12:10.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
40712026-05-27T00:12:10.954Z
40722026-05-27T00:12:10.954Zinfo: running `cargo check --bins` on oximeter-api (236/295)
40732026-05-27T00:12:11.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40742026-05-27T00:12:11.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40752026-05-27T00:12:11.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40762026-05-27T00:12:11.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40772026-05-27T00:12:11.560Z
40782026-05-27T00:12:11.560Zinfo: running `cargo check --bins` on cert-dev (237/295)
40792026-05-27T00:12:12.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-05-27T00:12:12.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-05-27T00:12:12.181Z Checking yasna v0.5.2
40822026-05-27T00:12:12.581Z Checking rcgen v0.12.1
40832026-05-27T00:12:12.836Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40842026-05-27T00:12:13.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40852026-05-27T00:12:13.204Z
40862026-05-27T00:12:13.205Zinfo: running `cargo check --bins` on clickana (238/295)
40872026-05-27T00:12:13.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-05-27T00:12:13.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-05-27T00:12:13.857Z Compiling darling_core v0.23.0
40902026-05-27T00:12:13.861Z Compiling instability v0.3.11
40912026-05-27T00:12:13.968Z Checking castaway v0.2.4
40922026-05-27T00:12:13.976Z Compiling indoc v2.0.7
40932026-05-27T00:12:13.981Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40942026-05-27T00:12:13.995Z Checking unicode-truncate v1.1.0
40952026-05-27T00:12:14.006Z Checking lru v0.12.5
40962026-05-27T00:12:14.009Z Checking cassowary v0.3.0
40972026-05-27T00:12:14.062Z Checking compact_str v0.8.1
40982026-05-27T00:12:15.029Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40992026-05-27T00:12:15.218Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41002026-05-27T00:12:15.386Z Compiling darling_macro v0.23.0
41012026-05-27T00:12:15.812Z Compiling darling v0.23.0
41022026-05-27T00:12:16.419Z Checking ratatui v0.29.0
41032026-05-27T00:12:17.461Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41042026-05-27T00:12:18.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.92s
41052026-05-27T00:12:18.323Z
41062026-05-27T00:12:18.323Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/295)
41072026-05-27T00:12:18.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-05-27T00:12:18.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-05-27T00:12:19.050Z Checking headers-core v0.3.0
41102026-05-27T00:12:19.054Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41112026-05-27T00:12:19.249Z Checking headers v0.4.1
41122026-05-27T00:12:19.612Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41132026-05-27T00:12:20.463Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41142026-05-27T00:12:20.961Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41152026-05-27T00:12:21.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
41162026-05-27T00:12:21.593Z
41172026-05-27T00:12:21.593Zinfo: running `cargo check --bins` on ch-dev (240/295)
41182026-05-27T00:12:22.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41192026-05-27T00:12:22.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41202026-05-27T00:12:22.316Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41212026-05-27T00:12:23.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
41222026-05-27T00:12:23.270Z
41232026-05-27T00:12:23.270Zinfo: running `cargo check --bins` on dev-tools-common (241/295)
41242026-05-27T00:12:23.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-05-27T00:12:23.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-05-27T00:12:23.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41272026-05-27T00:12:23.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
41282026-05-27T00:12:23.746Z
41292026-05-27T00:12:23.746Zinfo: running `cargo check --bins` on crdb-seed (242/295)
41302026-05-27T00:12:24.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-05-27T00:12:24.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-05-27T00:12:24.466Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41332026-05-27T00:12:25.448Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41342026-05-27T00:12:25.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
41352026-05-27T00:12:25.995Z
41362026-05-27T00:12:25.995Zinfo: running `cargo check --bins` on db-dev (243/295)
41372026-05-27T00:12:26.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-05-27T00:12:26.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-05-27T00:12:26.727Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41402026-05-27T00:12:27.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
41412026-05-27T00:12:27.700Z
41422026-05-27T00:12:27.700Zinfo: running `cargo check --bins` on omicron-dev-lib (244/295)
41432026-05-27T00:12:28.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-05-27T00:12:28.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-05-27T00:12:28.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41462026-05-27T00:12:28.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41472026-05-27T00:12:28.354Z
41482026-05-27T00:12:28.354Zinfo: running `cargo check --bins` on xtask-downloader (245/295)
41492026-05-27T00:12:28.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-05-27T00:12:28.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-05-27T00:12:28.970Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41522026-05-27T00:12:29.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
41532026-05-27T00:12:29.829Z
41542026-05-27T00:12:29.829Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/295)
41552026-05-27T00:12:30.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-05-27T00:12:30.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-05-27T00:12:30.583Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41582026-05-27T00:12:30.583Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41592026-05-27T00:12:30.583Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
41602026-05-27T00:12:30.590Z Checking git-stub v1.0.0
41612026-05-27T00:12:30.590Z Compiling trait-variant v0.1.2
41622026-05-27T00:12:30.590Z Checking maplit v1.0.2
41632026-05-27T00:12:30.713Z Checking is_ci v1.2.0
41642026-05-27T00:12:30.741Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41652026-05-27T00:12:30.781Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41662026-05-27T00:12:30.842Z Checking supports-color v3.0.2
41672026-05-27T00:12:30.855Z Checking git-stub-vcs v0.1.0
41682026-05-27T00:12:30.964Z Checking drift v0.2.0
41692026-05-27T00:12:30.977Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41702026-05-27T00:12:30.995Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41712026-05-27T00:12:31.051Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41722026-05-27T00:12:31.203Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41732026-05-27T00:12:31.239Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41742026-05-27T00:12:31.258Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41752026-05-27T00:12:31.310Z Checking dropshot-api-manager v0.7.2
41762026-05-27T00:12:31.443Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41772026-05-27T00:12:31.470Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41782026-05-27T00:12:31.665Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
41792026-05-27T00:12:31.980Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41802026-05-27T00:12:36.877Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41812026-05-27T00:12:37.981Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41822026-05-27T00:12:38.541Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41832026-05-27T00:12:38.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.14s
41842026-05-27T00:12:39.185Z
41852026-05-27T00:12:39.185Zinfo: running `cargo check --bins` on installinator-api (247/295)
41862026-05-27T00:12:39.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41872026-05-27T00:12:39.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41882026-05-27T00:12:39.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41892026-05-27T00:12:39.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41902026-05-27T00:12:39.788Z
41912026-05-27T00:12:39.788Zinfo: running `cargo check --bins` on nexus-external-api (248/295)
41922026-05-27T00:12:40.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41932026-05-27T00:12:40.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41942026-05-27T00:12:40.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41952026-05-27T00:12:40.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41962026-05-27T00:12:40.438Z
41972026-05-27T00:12:40.438Zinfo: running `cargo check --bins` on nexus-internal-api (249/295)
41982026-05-27T00:12:40.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-05-27T00:12:40.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-05-27T00:12:40.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-05-27T00:12:40.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42022026-05-27T00:12:41.086Z
42032026-05-27T00:12:41.086Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/295)
42042026-05-27T00:12:41.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-05-27T00:12:41.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-05-27T00:12:41.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-05-27T00:12:41.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42082026-05-27T00:12:41.732Z
42092026-05-27T00:12:41.733Zinfo: running `cargo check --bins` on ntp-admin-api (251/295)
42102026-05-27T00:12:42.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-05-27T00:12:42.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-05-27T00:12:42.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-05-27T00:12:42.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42142026-05-27T00:12:42.343Z
42152026-05-27T00:12:42.343Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/295)
42162026-05-27T00:12:42.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-05-27T00:12:42.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-05-27T00:12:42.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42192026-05-27T00:12:42.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42202026-05-27T00:12:42.947Z
42212026-05-27T00:12:42.947Zinfo: running `cargo check --bins` on wicketd-api (253/295)
42222026-05-27T00:12:43.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-05-27T00:12:43.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-05-27T00:12:43.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252026-05-27T00:12:43.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42262026-05-27T00:12:43.569Z
42272026-05-27T00:12:43.569Zinfo: running `cargo check --bins` on omicron-ls-apis (254/295)
42282026-05-27T00:12:44.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-05-27T00:12:44.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-05-27T00:12:44.489Z Checking typeid v1.0.3
42312026-05-27T00:12:44.489Z Checking ordered-float v2.10.1
42322026-05-27T00:12:44.489Z Checking unicode-xid v0.2.6
42332026-05-27T00:12:44.489Z Checking cargo-platform v0.2.0
42342026-05-27T00:12:44.489Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42352026-05-27T00:12:44.489Z Checking erased-serde v0.4.9
42362026-05-27T00:12:44.502Z Checking serde-value v0.7.0
42372026-05-27T00:12:44.677Z Checking serde-untagged v0.1.9
42382026-05-27T00:12:44.831Z Checking cargo-util-schemas v0.8.2
42392026-05-27T00:12:45.514Z Checking cargo_metadata v0.21.0
42402026-05-27T00:12:46.112Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42412026-05-27T00:12:46.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
42422026-05-27T00:12:46.986Z
42432026-05-27T00:12:46.986Zinfo: running `cargo check --bins` on mgs-dev (255/295)
42442026-05-27T00:12:47.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42452026-05-27T00:12:47.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42462026-05-27T00:12:47.734Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42472026-05-27T00:12:48.368Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42482026-05-27T00:12:48.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
42492026-05-27T00:12:49.093Z
42502026-05-27T00:12:49.093Zinfo: running `cargo check --bins` on omicron-omdb (256/295)
42512026-05-27T00:12:49.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-05-27T00:12:49.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-05-27T00:12:49.953Z Compiling vergen-gitcl v1.0.8
42542026-05-27T00:12:49.953Z Compiling dirs-sys-next v0.1.2
42552026-05-27T00:12:49.953Z Compiling crunchy v0.2.4
42562026-05-27T00:12:49.953Z Compiling glob v0.3.3
42572026-05-27T00:12:49.953Z Compiling diesel_derives v2.3.7
42582026-05-27T00:12:49.957Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42592026-05-27T00:12:49.957Z Compiling dsl_auto_type v0.2.0
42602026-05-27T00:12:49.957Z Checking scheduled-thread-pool v0.2.7
42612026-05-27T00:12:50.275Z Compiling dirs-next v2.0.0
42622026-05-27T00:12:50.303Z Compiling diesel_table_macro_syntax v0.3.0
42632026-05-27T00:12:50.321Z Compiling tiny-keccak v2.0.2
42642026-05-27T00:12:50.353Z Compiling term v0.7.0
42652026-05-27T00:12:50.391Z Checking r2d2 v0.8.10
42662026-05-27T00:12:50.450Z Compiling clang-sys v1.8.1
42672026-05-27T00:12:50.518Z Compiling bit-vec v0.6.3
42682026-05-27T00:12:50.536Z Checking downcast-rs v2.0.2
42692026-05-27T00:12:50.631Z Compiling ascii-canvas v3.0.0
42702026-05-27T00:12:50.733Z Compiling bit-set v0.5.3
42712026-05-27T00:12:50.857Z Compiling itertools v0.10.5
42722026-05-27T00:12:50.878Z Compiling ena v0.14.4
42732026-05-27T00:12:50.893Z Compiling libloading v0.8.9
42742026-05-27T00:12:50.907Z Compiling regex-syntax v0.6.29
42752026-05-27T00:12:50.977Z Compiling diff v0.1.13
42762026-05-27T00:12:51.052Z Compiling bindgen v0.71.1
42772026-05-27T00:12:51.103Z Compiling cexpr v0.6.0
42782026-05-27T00:12:51.235Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42792026-05-27T00:12:51.428Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42802026-05-27T00:12:51.494Z Compiling rustc-hash v2.1.1
42812026-05-27T00:12:51.606Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42822026-05-27T00:12:51.629Z Compiling libxml v0.3.3
42832026-05-27T00:12:51.763Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42842026-05-27T00:12:51.879Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42852026-05-27T00:12:51.907Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42862026-05-27T00:12:52.074Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42872026-05-27T00:12:52.096Z Compiling strum_macros v0.24.3
42882026-05-27T00:12:52.326Z Compiling lalrpop v0.19.12
42892026-05-27T00:12:52.342Z Compiling indoc v1.0.9
42902026-05-27T00:12:53.136Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42912026-05-27T00:12:53.340Z Checking derive_builder v0.20.2
42922026-05-27T00:12:53.450Z Compiling oso-derive v0.27.3
42932026-05-27T00:12:53.466Z Checking quick-xml v0.37.5
42942026-05-27T00:12:53.601Z Compiling impl-trait-for-tuples v0.2.3
42952026-05-27T00:12:53.948Z Checking openssl-probe v0.1.6
42962026-05-27T00:12:54.092Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42972026-05-27T00:12:54.358Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42982026-05-27T00:12:54.549Z Checking bb8 v0.8.6
42992026-05-27T00:12:54.752Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43002026-05-27T00:12:54.829Z Checking nonempty v0.12.0
43012026-05-27T00:12:54.848Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43022026-05-27T00:12:54.964Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43032026-05-27T00:12:55.001Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43042026-05-27T00:12:55.061Z Checking console v0.16.2
43052026-05-27T00:12:55.141Z Checking unit-prefix v0.5.2
43062026-05-27T00:12:55.178Z Checking support-bundle-viewer v0.1.2
43072026-05-27T00:12:55.276Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
43082026-05-27T00:12:55.366Z Checking indicatif v0.18.4
43092026-05-27T00:12:55.423Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43102026-05-27T00:12:55.691Z Checking multimap v0.10.1
43112026-05-27T00:12:55.983Z Checking diesel v2.3.7
43122026-05-27T00:12:57.933Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43132026-05-27T00:12:58.219Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43142026-05-27T00:12:58.534Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43152026-05-27T00:12:59.653Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43162026-05-27T00:12:59.973Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43172026-05-27T00:13:00.109Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43182026-05-27T00:13:00.623Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43192026-05-27T00:13:00.720Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43202026-05-27T00:13:02.663Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43212026-05-27T00:13:07.521Z Compiling samael v0.0.19
43222026-05-27T00:13:11.454Z Checking diesel-dtrace v0.5.0
43232026-05-27T00:13:11.690Z Checking async-bb8-diesel v0.2.1
43242026-05-27T00:13:12.900Z Compiling polar-core v0.27.3
43252026-05-27T00:13:17.349Z Checking oso v0.27.3
43262026-05-27T00:13:53.764Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43272026-05-27T00:14:27.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
43282026-05-27T00:14:27.363Z
43292026-05-27T00:14:27.363Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (257/295)
43302026-05-27T00:14:27.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43312026-05-27T00:14:27.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43322026-05-27T00:14:27.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43332026-05-27T00:14:27.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43342026-05-27T00:14:28.034Z
43352026-05-27T00:14:28.034Zinfo: running `cargo check --bins` on nexus-saga-recovery (258/295)
43362026-05-27T00:14:28.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43372026-05-27T00:14:28.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43382026-05-27T00:14:28.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43392026-05-27T00:14:28.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43402026-05-27T00:14:28.692Z
43412026-05-27T00:14:28.693Zinfo: running `cargo check --bins` on nexus-test-utils-macros (259/295)
43422026-05-27T00:14:29.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43432026-05-27T00:14:29.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43442026-05-27T00:14:29.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43452026-05-27T00:14:29.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43462026-05-27T00:14:29.287Z
43472026-05-27T00:14:29.287Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (260/295)
43482026-05-27T00:14:29.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43492026-05-27T00:14:29.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43502026-05-27T00:14:30.170Z Compiling libz-sys v1.1.24
43512026-05-27T00:14:30.307Z Compiling libgit2-sys v0.18.3+1.9.2
43522026-05-27T00:14:30.333Z Compiling vergen-git2 v1.0.7
43532026-05-27T00:14:30.337Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43542026-05-27T00:14:30.337Z Compiling rustls v0.21.12
43552026-05-27T00:14:30.337Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43562026-05-27T00:14:30.340Z Checking sct v0.7.1
43572026-05-27T00:14:30.340Z Checking rustls-webpki v0.101.7
43582026-05-27T00:14:30.493Z Compiling nix v0.29.0
43592026-05-27T00:14:30.618Z Compiling dropshot v0.16.7
43602026-05-27T00:14:30.679Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43612026-05-27T00:14:30.830Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43622026-05-27T00:14:30.855Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43632026-05-27T00:14:30.871Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43642026-05-27T00:14:30.905Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43652026-05-27T00:14:31.011Z Checking toml v0.9.12+spec-1.1.0
43662026-05-27T00:14:31.043Z Compiling dropshot_endpoint v0.16.7
43672026-05-27T00:14:31.186Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43682026-05-27T00:14:31.386Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43692026-05-27T00:14:31.390Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43702026-05-27T00:14:31.482Z Checking rustls-pemfile v1.0.4
43712026-05-27T00:14:31.580Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43722026-05-27T00:14:31.660Z Checking twox-hash v2.1.2
43732026-05-27T00:14:31.950Z Checking tokio-rustls v0.24.1
43742026-05-27T00:14:31.968Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43752026-05-27T00:14:32.760Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43762026-05-27T00:14:32.941Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43772026-05-27T00:14:33.248Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43782026-05-27T00:14:33.466Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43792026-05-27T00:14:33.556Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43802026-05-27T00:14:33.609Z Checking fatfs v0.3.6
43812026-05-27T00:14:33.704Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43822026-05-27T00:14:33.790Z Compiling seq-macro v0.3.6
43832026-05-27T00:14:37.243Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43842026-05-27T00:14:37.370Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43852026-05-27T00:14:37.910Z Compiling git2 v0.20.4
43862026-05-27T00:14:40.112Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
43872026-05-27T00:15:27.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.07s
43882026-05-27T00:15:27.596Z
43892026-05-27T00:15:27.596Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (261/295)
43902026-05-27T00:15:28.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43912026-05-27T00:15:28.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43922026-05-27T00:15:28.510Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43932026-05-27T00:16:06.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.13s
43942026-05-27T00:16:06.964Z
43952026-05-27T00:16:06.964Zinfo: running `cargo check --bins` on nexus-background-task-interface (262/295)
43962026-05-27T00:16:07.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43972026-05-27T00:16:07.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43982026-05-27T00:16:07.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43992026-05-27T00:16:07.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44002026-05-27T00:16:07.574Z
44012026-05-27T00:16:07.574Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (263/295)
44022026-05-27T00:16:08.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44032026-05-27T00:16:08.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44042026-05-27T00:16:08.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44052026-05-27T00:16:08.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44062026-05-27T00:16:08.229Z
44072026-05-27T00:16:08.229Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (264/295)
44082026-05-27T00:16:08.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44092026-05-27T00:16:08.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44102026-05-27T00:16:08.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44112026-05-27T00:16:08.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44122026-05-27T00:16:08.910Z
44132026-05-27T00:16:08.911Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (265/295)
44142026-05-27T00:16:09.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44152026-05-27T00:16:09.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44162026-05-27T00:16:09.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44172026-05-27T00:16:09.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44182026-05-27T00:16:09.580Z
44192026-05-27T00:16:09.580Zinfo: running `cargo check --bins` on nexus-mgs-updates (266/295)
44202026-05-27T00:16:10.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44212026-05-27T00:16:10.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44222026-05-27T00:16:10.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44232026-05-27T00:16:10.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44242026-05-27T00:16:10.237Z
44252026-05-27T00:16:10.238Zinfo: running `cargo check --bins` on nexus-networking (267/295)
44262026-05-27T00:16:10.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44272026-05-27T00:16:10.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44282026-05-27T00:16:10.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44292026-05-27T00:16:10.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44302026-05-27T00:16:10.912Z
44312026-05-27T00:16:10.912Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/295)
44322026-05-27T00:16:11.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44332026-05-27T00:16:11.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44342026-05-27T00:16:11.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44352026-05-27T00:16:11.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
44362026-05-27T00:16:11.585Z
44372026-05-27T00:16:11.585Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295)
44382026-05-27T00:16:12.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44392026-05-27T00:16:12.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44402026-05-27T00:16:12.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44412026-05-27T00:16:12.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44422026-05-27T00:16:12.258Z
44432026-05-27T00:16:12.258Zinfo: running `cargo check --bins` on support-bundle-collection (270/295)
44442026-05-27T00:16:12.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44452026-05-27T00:16:12.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44462026-05-27T00:16:12.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44472026-05-27T00:16:12.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44482026-05-27T00:16:12.926Z
44492026-05-27T00:16:12.926Zinfo: running `cargo check --bins` on omicron-dev (271/295)
44502026-05-27T00:16:13.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44512026-05-27T00:16:13.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44522026-05-27T00:16:13.844Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44532026-05-27T00:16:13.848Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44542026-05-27T00:16:14.039Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44552026-05-27T00:16:14.068Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44562026-05-27T00:16:14.083Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44572026-05-27T00:16:14.096Z Checking diff v0.1.13
44582026-05-27T00:16:14.098Z Checking yansi v1.0.1
44592026-05-27T00:16:14.125Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44602026-05-27T00:16:14.169Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44612026-05-27T00:16:14.337Z Checking pretty_assertions v1.4.1
44622026-05-27T00:16:15.000Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44632026-05-27T00:16:15.148Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44642026-05-27T00:16:38.684Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44652026-05-27T00:16:38.687Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44662026-05-27T00:16:38.687Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44672026-05-27T00:16:38.687Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44682026-05-27T00:16:38.687Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44692026-05-27T00:16:38.687Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44702026-05-27T00:16:39.527Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44712026-05-27T00:16:39.527Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44722026-05-27T00:16:40.743Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44732026-05-27T00:17:18.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
44742026-05-27T00:17:19.167Z
44752026-05-27T00:17:19.167Zinfo: running `cargo check --bins` on omicron-pins (272/295)
44762026-05-27T00:17:19.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44772026-05-27T00:17:19.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44782026-05-27T00:17:19.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44792026-05-27T00:17:19.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44802026-05-27T00:17:19.763Z
44812026-05-27T00:17:19.763Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295)
44822026-05-27T00:17:20.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44832026-05-27T00:17:20.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44842026-05-27T00:17:20.547Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44852026-05-27T00:17:20.671Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44862026-05-27T00:17:20.674Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44872026-05-27T00:17:46.378Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44882026-05-27T00:17:46.787Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44892026-05-27T00:17:49.031Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44902026-05-27T00:17:49.132Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44912026-05-27T00:17:51.950Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44922026-05-27T00:18:14.611Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44932026-05-27T00:18:15.409Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44942026-05-27T00:18:16.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.23s
44952026-05-27T00:18:17.212Z
44962026-05-27T00:18:17.212Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/295)
44972026-05-27T00:18:17.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44982026-05-27T00:18:17.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44992026-05-27T00:18:17.945Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45002026-05-27T00:18:18.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45012026-05-27T00:18:18.852Z
45022026-05-27T00:18:18.852Zinfo: running `cargo check --bins` on omicron-releng (275/295)
45032026-05-27T00:18:19.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45042026-05-27T00:18:19.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45052026-05-27T00:18:19.516Z Compiling blake3 v1.8.3
45062026-05-27T00:18:19.628Z Checking arrayref v0.3.9
45072026-05-27T00:18:19.631Z Checking arrayvec v0.7.6
45082026-05-27T00:18:19.632Z Checking constant_time_eq v0.4.2
45092026-05-27T00:18:19.649Z Checking topological-sort v0.2.2
45102026-05-27T00:18:19.653Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45112026-05-27T00:18:19.653Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45122026-05-27T00:18:19.653Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45132026-05-27T00:18:19.693Z Checking shell-words v1.1.1
45142026-05-27T00:18:20.522Z Checking omicron-zone-package v0.12.2
45152026-05-27T00:18:21.235Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45162026-05-27T00:18:22.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
45172026-05-27T00:18:22.284Z
45182026-05-27T00:18:22.284Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/295)
45192026-05-27T00:18:22.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45202026-05-27T00:18:22.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45212026-05-27T00:18:22.947Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45222026-05-27T00:18:23.268Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45232026-05-27T00:18:23.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45242026-05-27T00:18:23.866Z
45252026-05-27T00:18:23.866Zinfo: running `cargo check --bins` on schema (277/295)
45262026-05-27T00:18:24.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45272026-05-27T00:18:24.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45282026-05-27T00:18:24.621Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45292026-05-27T00:18:25.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
45302026-05-27T00:18:25.525Z
45312026-05-27T00:18:25.525Zinfo: running `cargo check --bins` on xtask (278/295)
45322026-05-27T00:18:25.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45332026-05-27T00:18:26.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45342026-05-27T00:18:26.007Z Checking libc v0.2.185
45352026-05-27T00:18:26.074Z Checking serde v1.0.228
45362026-05-27T00:18:26.079Z Checking zerofrom v0.1.6
45372026-05-27T00:18:26.084Z Checking bitflags v2.11.0
45382026-05-27T00:18:26.089Z Checking smallvec v1.15.1
45392026-05-27T00:18:26.097Z Checking indexmap v2.14.0
45402026-05-27T00:18:26.105Z Checking serde_json v1.0.149
45412026-05-27T00:18:26.110Z Checking num-traits v0.2.19
45422026-05-27T00:18:26.175Z Checking yoke v0.8.1
45432026-05-27T00:18:26.224Z Checking scroll v0.12.0
45442026-05-27T00:18:26.265Z Checking thiserror v1.0.69
45452026-05-27T00:18:26.345Z Checking zerovec v0.11.5
45462026-05-27T00:18:26.364Z Checking zerotrie v0.2.3
45472026-05-27T00:18:26.376Z Checking errno v0.3.14
45482026-05-27T00:18:26.456Z Checking serde_spanned v0.6.9
45492026-05-27T00:18:26.456Z Checking toml_datetime v0.6.11
45502026-05-27T00:18:26.492Z Checking rustix v1.1.3
45512026-05-27T00:18:26.579Z Checking percent-encoding v2.3.2
45522026-05-27T00:18:26.611Z Checking log v0.4.29
45532026-05-27T00:18:26.623Z Checking zerocopy v0.7.35
45542026-05-27T00:18:26.645Z Checking ordered-float v2.10.1
45552026-05-27T00:18:26.648Z Checking toml_edit v0.22.27
45562026-05-27T00:18:26.713Z Checking getrandom v0.4.1
45572026-05-27T00:18:26.725Z Checking form_urlencoded v1.2.2
45582026-05-27T00:18:26.761Z Checking goblin v0.8.2
45592026-05-27T00:18:26.784Z Checking tinystr v0.8.2
45602026-05-27T00:18:26.844Z Checking potential_utf v0.1.4
45612026-05-27T00:18:26.857Z Checking thiserror v2.0.18
45622026-05-27T00:18:26.870Z Checking serde-value v0.7.0
45632026-05-27T00:18:26.955Z Checking syn v2.0.117
45642026-05-27T00:18:26.964Z Checking icu_locale_core v2.1.1
45652026-05-27T00:18:26.973Z Checking icu_collections v2.1.1
45662026-05-27T00:18:27.071Z Checking dtrace-parser v0.2.0
45672026-05-27T00:18:27.107Z Checking thread-id v4.2.2
45682026-05-27T00:18:27.190Z Checking once_cell v1.21.3
45692026-05-27T00:18:27.282Z Checking cargo-platform v0.2.0
45702026-05-27T00:18:27.305Z Checking terminal_size v0.4.3
45712026-05-27T00:18:27.308Z Checking memmap v0.7.0
45722026-05-27T00:18:27.361Z Checking tempfile v3.25.0
45732026-05-27T00:18:27.442Z Checking clap_builder v4.5.60
45742026-05-27T00:18:27.461Z Checking textwrap v0.16.2
45752026-05-27T00:18:27.463Z Checking fs-err v3.3.0
45762026-05-27T00:18:27.506Z Checking icu_provider v2.1.1
45772026-05-27T00:18:27.552Z Checking camino-tempfile v1.4.1
45782026-05-27T00:18:27.644Z Checking tabled v0.15.0
45792026-05-27T00:18:27.666Z Checking anyhow v1.0.102
45802026-05-27T00:18:27.706Z Checking macaddr v1.0.1
45812026-05-27T00:18:27.739Z Checking icu_properties v2.1.2
45822026-05-27T00:18:27.742Z Checking icu_normalizer v2.1.1
45832026-05-27T00:18:27.863Z Checking toml v0.8.23
45842026-05-27T00:18:27.883Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45852026-05-27T00:18:28.180Z Checking cargo_toml v0.21.0
45862026-05-27T00:18:28.543Z Checking idna_adapter v1.2.1
45872026-05-27T00:18:28.630Z Checking dof v0.3.0
45882026-05-27T00:18:28.642Z Checking clap v4.5.60
45892026-05-27T00:18:28.660Z Checking idna v1.1.0
45902026-05-27T00:18:28.882Z Checking url v2.5.8
45912026-05-27T00:18:28.893Z Checking usdt-impl v0.5.0
45922026-05-27T00:18:29.128Z Checking usdt v0.5.0
45932026-05-27T00:18:29.219Z Checking cargo-util-schemas v0.8.2
45942026-05-27T00:18:29.906Z Checking cargo_metadata v0.21.0
45952026-05-27T00:18:30.505Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
45962026-05-27T00:18:30.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s
45972026-05-27T00:18:31.046Z
45982026-05-27T00:18:31.047Zinfo: running `cargo check --bins` on dnsadm (279/295)
45992026-05-27T00:18:31.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46002026-05-27T00:18:31.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46012026-05-27T00:18:31.707Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46022026-05-27T00:18:32.187Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46032026-05-27T00:18:32.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
46042026-05-27T00:18:32.816Z
46052026-05-27T00:18:32.817Zinfo: running `cargo check --bins` on end-to-end-tests (280/295)
46062026-05-27T00:18:33.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46072026-05-27T00:18:33.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46082026-05-27T00:18:33.590Z Checking polyval v0.6.2
46092026-05-27T00:18:33.761Z Checking ctr v0.9.2
46102026-05-27T00:18:33.835Z Checking ssh-encoding v0.2.0
46112026-05-27T00:18:33.835Z Checking blowfish v0.9.1
46122026-05-27T00:18:33.835Z Checking password-hash v0.4.2
46132026-05-27T00:18:33.897Z Checking p256 v0.13.2
46142026-05-27T00:18:33.897Z Checking p521 v0.13.3
46152026-05-27T00:18:33.897Z Checking russh-cryptovec v0.7.3
46162026-05-27T00:18:33.900Z Checking ghash v0.5.1
46172026-05-27T00:18:33.900Z Checking md5 v0.7.0
46182026-05-27T00:18:33.900Z Checking bcrypt-pbkdf v0.10.0
46192026-05-27T00:18:33.954Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46202026-05-27T00:18:33.960Z Checking num-bigint v0.4.6
46212026-05-27T00:18:33.973Z Checking pbkdf2 v0.11.0
46222026-05-27T00:18:33.976Z Checking aes-gcm v0.10.3
46232026-05-27T00:18:34.027Z Checking des v0.8.1
46242026-05-27T00:18:34.078Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46252026-05-27T00:18:34.093Z Checking hex-literal v0.4.1
46262026-05-27T00:18:34.146Z Checking ssh-cipher v0.2.0
46272026-05-27T00:18:34.150Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46282026-05-27T00:18:34.175Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46292026-05-27T00:18:34.187Z Checking socket2 v0.5.10
46302026-05-27T00:18:34.190Z Checking internet-checksum v0.2.1
46312026-05-27T00:18:34.317Z Checking ssh-key v0.6.7
46322026-05-27T00:18:34.470Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46332026-05-27T00:18:34.944Z Checking russh-keys v0.45.0
46342026-05-27T00:18:35.490Z Checking russh v0.45.0
46352026-05-27T00:18:51.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.07s
46362026-05-27T00:18:52.073Z
46372026-05-27T00:18:52.073Zinfo: running `cargo check --bins` on gateway-cli (281/295)
46382026-05-27T00:18:52.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46392026-05-27T00:18:52.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46402026-05-27T00:18:52.734Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46412026-05-27T00:18:52.847Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46422026-05-27T00:18:52.854Z Checking termios v0.3.3
46432026-05-27T00:18:54.065Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46442026-05-27T00:18:54.216Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46452026-05-27T00:18:56.008Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46462026-05-27T00:18:56.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s
46472026-05-27T00:18:56.771Z
46482026-05-27T00:18:56.771Zinfo: running `cargo check --bins --no-default-features` on installinator (282/295)
46492026-05-27T00:18:57.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46502026-05-27T00:18:57.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46512026-05-27T00:18:57.502Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46522026-05-27T00:18:57.505Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46532026-05-27T00:18:57.505Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46542026-05-27T00:18:57.621Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46552026-05-27T00:18:57.641Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46562026-05-27T00:18:57.651Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46572026-05-27T00:18:58.373Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46582026-05-27T00:18:58.708Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46592026-05-27T00:18:58.711Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46602026-05-27T00:18:59.356Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46612026-05-27T00:19:01.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
46622026-05-27T00:19:01.201Z
46632026-05-27T00:19:01.201Zinfo: running `cargo check --bins` on internal-dns-cli (283/295)
46642026-05-27T00:19:01.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46652026-05-27T00:19:01.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46662026-05-27T00:19:01.861Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46672026-05-27T00:19:02.315Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46682026-05-27T00:19:02.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
46692026-05-27T00:19:02.820Z
46702026-05-27T00:19:02.820Zinfo: running `cargo check --bins` on omicron-live-tests (284/295)
46712026-05-27T00:19:03.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46722026-05-27T00:19:03.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46732026-05-27T00:19:03.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46742026-05-27T00:19:03.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46752026-05-27T00:19:03.428Z
46762026-05-27T00:19:03.428Zinfo: running `cargo check --bins` on live-tests-macros (285/295)
46772026-05-27T00:19:03.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46782026-05-27T00:19:03.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46792026-05-27T00:19:03.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46802026-05-27T00:19:03.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46812026-05-27T00:19:04.042Z
46822026-05-27T00:19:04.042Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295)
46832026-05-27T00:19:04.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46842026-05-27T00:19:04.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46852026-05-27T00:19:04.824Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46862026-05-27T00:19:05.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
46872026-05-27T00:19:05.645Z
46882026-05-27T00:19:05.646Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/295)
46892026-05-27T00:19:06.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46902026-05-27T00:19:06.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46912026-05-27T00:19:06.323Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
46922026-05-27T00:19:06.327Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
46932026-05-27T00:19:06.604Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
46942026-05-27T00:19:06.604Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
46952026-05-27T00:19:07.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
46962026-05-27T00:19:07.602Z
46972026-05-27T00:19:07.602Zinfo: running `cargo check --bins` on ntp-admin-types (288/295)
46982026-05-27T00:19:08.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46992026-05-27T00:19:08.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47002026-05-27T00:19:08.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47012026-05-27T00:19:08.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47022026-05-27T00:19:08.209Z
47032026-05-27T00:19:08.209Zinfo: running `cargo check --bins` on omicron-package (289/295)
47042026-05-27T00:19:08.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47052026-05-27T00:19:08.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47062026-05-27T00:19:08.908Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47072026-05-27T00:19:10.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
47082026-05-27T00:19:10.187Z
47092026-05-27T00:19:10.187Zinfo: running `cargo check --bins` on tqdb (290/295)
47102026-05-27T00:19:10.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47112026-05-27T00:19:10.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47122026-05-27T00:19:10.994Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47132026-05-27T00:19:11.351Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47142026-05-27T00:19:11.867Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47152026-05-27T00:19:11.896Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47162026-05-27T00:19:17.811Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47172026-05-27T00:19:17.818Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47182026-05-27T00:19:18.390Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47192026-05-27T00:19:18.395Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47202026-05-27T00:19:18.395Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47212026-05-27T00:19:18.395Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47222026-05-27T00:19:19.144Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47232026-05-27T00:19:20.173Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47242026-05-27T00:19:20.963Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47252026-05-27T00:19:21.588Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47262026-05-27T00:19:28.531Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47272026-05-27T00:19:32.228Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47282026-05-27T00:19:32.231Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47292026-05-27T00:19:32.231Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47302026-05-27T00:19:32.231Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47312026-05-27T00:19:33.730Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47322026-05-27T00:19:35.083Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47332026-05-27T00:19:35.764Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47342026-05-27T00:19:37.009Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47352026-05-27T00:19:37.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.36s
47362026-05-27T00:19:37.778Z
47372026-05-27T00:19:37.778Zinfo: running `cargo check --bins` on wicket-dbg (291/295)
47382026-05-27T00:19:38.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47392026-05-27T00:19:38.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47402026-05-27T00:19:38.519Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47412026-05-27T00:19:38.523Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47422026-05-27T00:19:38.523Z Checking rtoolbox v0.0.3
47432026-05-27T00:19:38.654Z Checking tui-tree-widget v0.23.1
47442026-05-27T00:19:38.748Z Checking rpassword v7.4.0
47452026-05-27T00:19:39.777Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47462026-05-27T00:19:42.752Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47472026-05-27T00:19:44.600Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47482026-05-27T00:19:45.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.73s
47492026-05-27T00:19:45.720Z
47502026-05-27T00:19:45.720Zinfo: running `cargo check --bins` on wicket (292/295)
47512026-05-27T00:19:46.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47522026-05-27T00:19:46.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47532026-05-27T00:19:46.437Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47542026-05-27T00:19:46.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
47552026-05-27T00:19:47.017Z
47562026-05-27T00:19:47.017Zinfo: running `cargo check --bins` on wicketd (293/295)
47572026-05-27T00:19:47.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47582026-05-27T00:19:47.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47592026-05-27T00:19:47.763Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47602026-05-27T00:19:47.763Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47612026-05-27T00:19:47.763Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47622026-05-27T00:19:47.763Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47632026-05-27T00:19:48.728Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47642026-05-27T00:19:49.299Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47652026-05-27T00:19:52.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s
47662026-05-27T00:19:52.437Z
47672026-05-27T00:19:52.437Zinfo: running `cargo check --bins` on omicron-workspace-hack (294/295)
47682026-05-27T00:19:52.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47692026-05-27T00:19:52.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47702026-05-27T00:19:52.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47712026-05-27T00:19:52.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47722026-05-27T00:19:53.037Z
47732026-05-27T00:19:53.037Zinfo: running `cargo check --bins` on zone-setup (295/295)
47742026-05-27T00:19:53.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47752026-05-27T00:19:53.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47762026-05-27T00:19:53.715Z Checking uzers v0.12.2
47772026-05-27T00:19:53.988Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47782026-05-27T00:19:54.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
47792026-05-27T00:19:54.949Z
47802026-05-27T00:19:54.949Zreal 14:27.673716245
47812026-05-27T00:19:54.949Zuser 20:49.225561474
47822026-05-27T00:19:54.949Zsys 4:22.473394578
47832026-05-27T00:19:54.949Ztrap 0.315051985
47842026-05-27T00:19:54.949Ztflt 0.963277860
47852026-05-27T00:19:54.949Zdflt 1.244876765
47862026-05-27T00:19:54.949Zkflt 0.004107542
47872026-05-27T00:19:54.949Zlock 1:16:57.657979962
47882026-05-27T00:19:54.949Zslp 1:39:45.512910593
47892026-05-27T00:19:54.949Zlat 58.611716581
47902026-05-27T00:19:54.949Zstop 3:45.683577336
47912026-05-27T00:19:54.955Zprocess exited: duration 1002329 ms, exit code 0
 
47922026-05-27T00:19:54.964Zfound 0 output files