01KRD3ZMAKNPQGGF9RM4J10SV2: 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: 01KRD40J6GM968Q54VXTWTSCAM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-12T03:35:28.906Zjob assigned to worker 01KRD40QADBTZ1EPZWBKV3VFYG [factory aws, i-0f7b2fb9b6222e67c] (queued for 47 s)
 
22026-05-12T03:35:35.367Zstarting task 0: "setup"
32026-05-12T03:35:35.380Z++ uname -s
42026-05-12T03:35:35.398Z+ kern=SunOS
52026-05-12T03:35:35.398Z+ build_user=build
62026-05-12T03:35:35.398Z+ build_uid=12345
72026-05-12T03:35:35.398Z+ work_dir=/work
82026-05-12T03:35:35.398Z+ input_dir=/input
92026-05-12T03:35:35.399Z+ [[ 0 == 12345 ]]
102026-05-12T03:35:35.399Z+ case "$kern" in
112026-05-12T03:35:35.399Z+ groupadd -g 12345 build
122026-05-12T03:35:35.399Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-12T03:35:37.380Z+ zfs create -o mountpoint=/work rpool/work
142026-05-12T03:35:37.421Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-12T03:35:37.424Z+ home_fs=zfs
162026-05-12T03:35:37.424Z+ [[ zfs == autofs ]]
172026-05-12T03:35:37.424Z+ mkdir -p /home/build
182026-05-12T03:35:37.424Z+ chown build:build /home/build /work
192026-05-12T03:35:39.425Z+ chmod 0700 /home/build /work
202026-05-12T03:35:39.428Zprocess exited: duration 4059 ms, exit code 0
 
212026-05-12T03:35:39.434Zstarting task 1: "rust-toolchain"
222026-05-12T03:35:39.437Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-12T03:35:39.437Z * rust toolchain channel = "1.94.0"
242026-05-12T03:35:39.437Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-12T03:35:39.437Z * rust toolchain profile = "default"
262026-05-12T03:35:39.437Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-12T03:35:39.437Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-12T03:35:39.440Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-12T03:35:39.440Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-12T03:35:39.495Zinfo: downloading installer
312026-05-12T03:35:40.841Zwarn: It looks like you have an existing rustup settings file at:
322026-05-12T03:35:40.841Zwarn: /home/build/.rustup/settings.toml
332026-05-12T03:35:40.841Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-12T03:35:40.841Zwarn: instead of the one inferred from the default host triple.
352026-05-12T03:35:40.853Zinfo: profile set to default
362026-05-12T03:35:40.853Zinfo: default host triple is x86_64-unknown-illumos
372026-05-12T03:35:40.856Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-12T03:35:40.995Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-12T03:35:41.000Zinfo: downloading 6 components
402026-05-12T03:35:55.260Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-12T03:35:55.261Z
422026-05-12T03:35:55.292Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-12T03:35:55.293Z
442026-05-12T03:35:55.300Z
452026-05-12T03:35:55.300ZRust is installed now. Great!
462026-05-12T03:35:55.300Z
472026-05-12T03:35:55.300ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-12T03:35:55.300Zenvironment variable. This has not been done automatically.
492026-05-12T03:35:55.300Z
502026-05-12T03:35:55.300ZTo configure your current shell, you need to source
512026-05-12T03:35:55.300Zthe corresponding env file under $HOME/.cargo.
522026-05-12T03:35:55.301Z
532026-05-12T03:35:55.301ZThis is usually done by running one of the following (note the leading DOT):
542026-05-12T03:35:55.301Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-12T03:35:55.301Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-12T03:35:55.301Zsource "~/.cargo/env.nu" # For nushell
572026-05-12T03:35:55.301Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-12T03:35:55.301Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-12T03:35:55.301Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-12T03:35:55.301Zwarn: no default linker (`cc`) was found in your PATH
612026-05-12T03:35:55.301Zwarn: many Rust crates require a system C toolchain to build
622026-05-12T03:35:55.374Z+ rustup --version
632026-05-12T03:35:55.384Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-12T03:35:55.388Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-12T03:35:55.404Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-12T03:35:55.408Z+ cargo --version
672026-05-12T03:35:55.420Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-12T03:35:55.429Z+ rustc --version
692026-05-12T03:35:55.440Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-12T03:35:55.448Zprocess exited: duration 16007 ms, exit code 0
 
712026-05-12T03:35:55.479Zstarting task 2: "authentication"
722026-05-12T03:35:55.494ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-05-12T03:36:03.511Zprocess exited: duration 8034 ms, exit code 0
 
742026-05-12T03:36:03.517Zstarting task 3: "clone repository"
752026-05-12T03:36:03.521Z+ mkdir -p /work/oxidecomputer/omicron
762026-05-12T03:36:03.524Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-05-12T03:36:03.554ZCloning into '/work/oxidecomputer/omicron'...
782026-05-12T03:36:13.465Z+ cd /work/oxidecomputer/omicron
792026-05-12T03:36:13.465Z+ git fetch origin 7a402b0d0f9d4f528c1acf9da1cf10b2acc68213
802026-05-12T03:36:13.780ZFrom https://github.com/oxidecomputer/omicron
812026-05-12T03:36:13.780Z * branch 7a402b0d0f9d4f528c1acf9da1cf10b2acc68213 -> FETCH_HEAD
822026-05-12T03:36:13.785Z+ [[ -n '' ]]
832026-05-12T03:36:13.785Z+ git reset --hard 7a402b0d0f9d4f528c1acf9da1cf10b2acc68213
842026-05-12T03:36:13.993ZHEAD is now at 7a402b0d0 Update Rust crate diesel to v2.3.8 [SECURITY]
852026-05-12T03:36:13.996Zprocess exited: duration 10477 ms, exit code 0
 
862026-05-12T03:36:14.005Zstarting task 4: "build"
872026-05-12T03:36:14.010Z+ source .github/buildomat/ci-env.sh
882026-05-12T03:36:14.010Z++ export CARGO_TERM_COLOR=always
892026-05-12T03:36:14.010Z++ CARGO_TERM_COLOR=always
902026-05-12T03:36:14.010Z+ cargo --version
912026-05-12T03:36:14.017Zcargo 1.94.0 (85eff7c80 2026-01-15)
922026-05-12T03:36:14.021Z+ rustc --version
932026-05-12T03:36:14.040Zrustc 1.94.0 (4a4ef493e 2026-03-02)
942026-05-12T03:36:14.046Z+ source ./env.sh
952026-05-12T03:36:14.046Z++ OLD_SHELL_OPTS=ehxB
962026-05-12T03:36:14.046Z++ set -o xtrace
972026-05-12T03:36:14.046Z++++ dirname ./env.sh
982026-05-12T03:36:14.050Z+++ readlink -f .
992026-05-12T03:36:14.050Z++ OMICRON_WS=/work/oxidecomputer/omicron
1002026-05-12T03:36:14.050Z++ export 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-12T03:36:14.050Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-05-12T03:36:14.050Z++ 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
1032026-05-12T03:36:14.050Z++ 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
1042026-05-12T03:36:14.050Z++ 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
1052026-05-12T03:36:14.050Z++ 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
1062026-05-12T03:36:14.050Z++ 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
1072026-05-12T03:36:14.051Z++ 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
1082026-05-12T03:36:14.051Z++ case $OLD_SHELL_OPTS in
1092026-05-12T03:36:14.051Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-05-12T03:36:14.051Z+ 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
1112026-05-12T03:36:14.051Z+ 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
1122026-05-12T03:36:14.051Z+ banner prerequisites
1132026-05-12T03:36:14.051Z
1142026-05-12T03:36:14.051Z ##### ##### ###### ##### ###### #### # # # #### #
1152026-05-12T03:36:14.051Z # # # # # # # # # # # # # # #
1162026-05-12T03:36:14.051Z # # # # ##### # # ##### # # # # # #### #
1172026-05-12T03:36:14.051Z ##### ##### # ##### # # # # # # # # #
1182026-05-12T03:36:14.051Z # # # # # # # # # # # # # # #
1192026-05-12T03:36:14.051Z # # # ###### # # ###### ### # #### # #### #
1202026-05-12T03:36:14.051Z
1212026-05-12T03:36:14.051Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1222026-05-12T03:36:15.427Z Startup: Refreshing catalog 'helios' ... Done
1232026-05-12T03:36:15.472Z Startup: Caching catalogs ... Done
1242026-05-12T03:36:15.623ZPlanning: Solver setup ... Done (0.120s)
1252026-05-12T03:36:15.632ZPlanning: Running solver ... Done (0.009s)
1262026-05-12T03:36:15.635ZPlanning: Finding local manifests ... Done (0.003s)
1272026-05-12T03:36:15.647ZPlanning: Fetching manifests: 0/2 0% complete
1282026-05-12T03:36:15.659ZPlanning: Fetching manifests: 2/2 100% complete
1292026-05-12T03:36:15.673ZPlanning: Package planning ... Done (0.013s)
1302026-05-12T03:36:15.684ZPlanning: Merging actions ... Done (0.002s)
1312026-05-12T03:36:15.874ZPlanning: Checking for conflicting actions ... Done (0.190s)
1322026-05-12T03:36:15.879ZPlanning: Consolidating action changes ... Done (0.001s)
1332026-05-12T03:36:16.674ZPlanning: Evaluating mediators ... Done (0.809s)
1342026-05-12T03:36:16.677ZPlanning: Planning completed in 1.19 seconds
1352026-05-12T03:36:16.683Z Packages to install: 2
1362026-05-12T03:36:16.683Z Estimated space available: 156.08 GB
1372026-05-12T03:36:16.686ZEstimated space to be consumed: 16.95 MB
1382026-05-12T03:36:16.686Z Create boot environment: No
1392026-05-12T03:36:16.686ZCreate backup boot environment: No
1402026-05-12T03:36:16.686Z Rebuild boot archive: No
1412026-05-12T03:36:16.686Z
1422026-05-12T03:36:16.687ZChanged packages:
1432026-05-12T03:36:16.687Zhelios
1442026-05-12T03:36:16.687Z developer/build-essential
1452026-05-12T03:36:16.687Z None -> 11-3.0
1462026-05-12T03:36:16.687Z library/libxmlsec1
1472026-05-12T03:36:16.687Z None -> 1.2.35-3.0
1482026-05-12T03:36:16.707Z
1492026-05-12T03:36:16.707ZDownload: 0/214 items 0.0/1.3MB 0% complete
1502026-05-12T03:36:17.211ZDownload: Completed 1.28 MB in 0.50 seconds (2.5M/s)
1512026-05-12T03:36:17.310Z Actions: 1/268 actions (Installing new actions)
1522026-05-12T03:36:17.325Z Actions: Completed 268 actions in 0.04 seconds.
1532026-05-12T03:36:17.330ZFinalize: Updating package state database ... Done (0.004s)
1542026-05-12T03:36:17.333ZFinalize: Updating package cache ... Done (0.000s)
1552026-05-12T03:36:17.342ZFinalize: Updating image state ... Done (0.012s)
1562026-05-12T03:36:19.686ZFinalize: Creating fast lookup database ... Done (2.323s)
1572026-05-12T03:36:19.772ZFinalize: Reading search index ... Done (0.012s)
1582026-05-12T03:36:19.819ZFinalize: Updating search index ... Done (0.000s)
1592026-05-12T03:36:19.854ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-12T03:36:20.154ZPlanning: Evaluating mediator changes ... Done
1612026-05-12T03:36:20.249ZPlanning: Checking for conflicting actions ... Done
1622026-05-12T03:36:20.253ZPlanning: Consolidating action changes ... Done
1632026-05-12T03:36:20.412ZPlanning: Evaluating mediators ... Done
1642026-05-12T03:36:20.421ZPlanning: Planning completed in 0.27 seconds
1652026-05-12T03:36:20.436Z Mediators to change: 2
1662026-05-12T03:36:20.436Z Create boot environment: No
1672026-05-12T03:36:20.440ZCreate backup boot environment: No
1682026-05-12T03:36:20.509ZFinalize: Updating package state database ... Done
1692026-05-12T03:36:20.509ZFinalize: Updating package cache ... Done
1702026-05-12T03:36:20.517ZFinalize: Updating image state ... Done
1712026-05-12T03:36:22.443ZFinalize: Creating fast lookup database ... Done
1722026-05-12T03:36:22.504ZFinalize: Reading search index ... Done
1732026-05-12T03:36:22.511ZFinalize: Updating search index ... Done
1742026-05-12T03:36:22.580ZFinalize: Updating package cache ... Done
1752026-05-12T03:36:22.871ZPlanning: Evaluating mediator changes ... Done
1762026-05-12T03:36:22.979ZPlanning: Checking for conflicting actions ... Done
1772026-05-12T03:36:22.982ZPlanning: Consolidating action changes ... Done
1782026-05-12T03:36:23.140ZPlanning: Evaluating mediators ... Done
1792026-05-12T03:36:23.143ZPlanning: Planning completed in 0.27 seconds
1802026-05-12T03:36:23.164Z Mediators to change: 1
1812026-05-12T03:36:23.164Z Create boot environment: No
1822026-05-12T03:36:23.164ZCreate backup boot environment: No
1832026-05-12T03:36:23.216ZFinalize: Updating package state database ... Done
1842026-05-12T03:36:23.216ZFinalize: Updating package cache ... Done
1852026-05-12T03:36:23.223ZFinalize: Updating image state ... Done
1862026-05-12T03:36:25.180ZFinalize: Creating fast lookup database ... Done
1872026-05-12T03:36:25.232ZFinalize: Reading search index ... Done
1882026-05-12T03:36:25.236ZFinalize: Updating search index ... Done
1892026-05-12T03:36:25.305ZFinalize: Updating package cache ... Done
1902026-05-12T03:36:25.620ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1912026-05-12T03:36:25.620Zapache system 2.4 system
1922026-05-12T03:36:25.620Zclang system 15 system
1932026-05-12T03:36:25.620Zcsh system system illumos
1942026-05-12T03:36:25.620Zctags system system illumos
1952026-05-12T03:36:25.620Zfile vendor vendor darwinsys
1962026-05-12T03:36:25.620Zfile system system illumos
1972026-05-12T03:36:25.620Zgcc vendor 14 vendor
1982026-05-12T03:36:25.620Zgcc system 13 system
1992026-05-12T03:36:25.620Zgcc system 10 system
2002026-05-12T03:36:25.620Zgo system 1.25 system
2012026-05-12T03:36:25.620Zllvm system 15 system
2022026-05-12T03:36:25.620Zmariadb system 11.4 system
2032026-05-12T03:36:25.620Zmta vendor vendor dma
2042026-05-12T03:36:25.620Zopenjdk system 17 system
2052026-05-12T03:36:25.620Zopenjdk system 11 system
2062026-05-12T03:36:25.620Zopenssl vendor 3 vendor
2072026-05-12T03:36:25.620Zperl system 5.40 system
2082026-05-12T03:36:25.621Zpostgresql system 18 system
2092026-05-12T03:36:25.621Zpostgresql system 17 system
2102026-05-12T03:36:25.621Zpython vendor 3 vendor
2112026-05-12T03:36:25.621Zpython system 2 system
2122026-05-12T03:36:25.621Zpython3 vendor 3.13 vendor
2132026-05-12T03:36:25.621Zruby system 3.4 system
2142026-05-12T03:36:25.621Zruby system 3.0 system
2152026-05-12T03:36:25.621Zwords vendor vendor american-english
2162026-05-12T03:36:25.621Zwords system system australian-english
2172026-05-12T03:36:25.621Zwords system system british-english
2182026-05-12T03:36:25.621Zwords system system canadian-english
2192026-05-12T03:36:25.621Zwords system system french
2202026-05-12T03:36:25.621Zwords system system italian
2212026-05-12T03:36:25.621Zwords system system ngerman
2222026-05-12T03:36:25.621Zwords system system ogerman
2232026-05-12T03:36:25.621Zwords system system spanish
2242026-05-12T03:36:25.875ZPUBLISHER TYPE STATUS P LOCATION
2252026-05-12T03:36:25.875Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2262026-05-12T03:36:26.137ZFMRI IFO
2272026-05-12T03:36:26.137Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2282026-05-12T03:36:26.138Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2292026-05-12T03:36:26.138Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2302026-05-12T03:36:26.138Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2312026-05-12T03:36:26.138Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2322026-05-12T03:36:26.138Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2332026-05-12T03:36:26.138Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2342026-05-12T03:36:26.138Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2352026-05-12T03:36:26.138Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2362026-05-12T03:36:26.368Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2372026-05-12T03:36:26.633Z Updating crates.io index
2382026-05-12T03:36:26.670Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2392026-05-12T03:36:26.889Z Updating git repository `https://github.com/oxidecomputer/lldp`
2402026-05-12T03:36:27.888Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2412026-05-12T03:36:28.172Z Updating git repository `https://github.com/oxidecomputer/propolis`
2422026-05-12T03:36:29.304Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2432026-05-12T03:36:29.810Z Updating git repository `https://github.com/oxidecomputer/crucible`
2442026-05-12T03:36:31.266Z Updating git repository `https://github.com/oxidecomputer/opte`
2452026-05-12T03:36:32.101Z Updating git repository `https://github.com/oxidecomputer/tofino`
2462026-05-12T03:36:32.322Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2472026-05-12T03:36:33.053Z Updating git repository `https://github.com/oxidecomputer/clickward`
2482026-05-12T03:36:33.739Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2492026-05-12T03:36:34.097Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2502026-05-12T03:36:34.357Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2512026-05-12T03:36:35.401Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2522026-05-12T03:36:35.936Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-05-12T03:36:36.162Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2542026-05-12T03:36:36.538Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2552026-05-12T03:36:36.939Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2562026-05-12T03:36:37.251Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2572026-05-12T03:36:37.479Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2582026-05-12T03:36:37.730Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-05-12T03:36:38.170Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2602026-05-12T03:36:38.650Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2612026-05-12T03:36:39.017Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2622026-05-12T03:36:39.390Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2632026-05-12T03:36:39.703Z Updating git repository `https://github.com/oxidecomputer/ispf`
2642026-05-12T03:36:39.983Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2652026-05-12T03:36:41.235Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-05-12T03:36:41.751Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2672026-05-12T03:36:42.265Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2682026-05-12T03:36:42.530Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2692026-05-12T03:36:42.898Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2702026-05-12T03:36:43.210Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2712026-05-12T03:36:43.874Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2722026-05-12T03:36:44.124Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2732026-05-12T03:36:44.349Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2742026-05-12T03:36:44.644Z Updating git repository `https://github.com/illumos/smf-rs`
2752026-05-12T03:36:45.014Z Updating git repository `https://github.com/oxidecomputer/omicron`
2762026-05-12T03:36:57.384Z Downloading crates ...
2772026-05-12T03:36:57.439Z Downloaded scroll_derive v0.12.1
2782026-05-12T03:36:57.443Z Downloaded heck v0.5.0
2792026-05-12T03:36:57.446Z Downloaded cpufeatures v0.2.17
2802026-05-12T03:36:57.446Z Downloaded cfg-if v1.0.4
2812026-05-12T03:36:57.449Z Downloaded bitflags v2.11.0
2822026-05-12T03:36:57.452Z Downloaded macaddr v1.0.1
2832026-05-12T03:36:57.452Z Downloaded equivalent v1.0.2
2842026-05-12T03:36:57.452Z Downloaded cargo_metadata v0.21.0
2852026-05-12T03:36:57.459Z Downloaded unicode-ident v1.0.24
2862026-05-12T03:36:57.463Z Downloaded icu_normalizer v2.1.1
2872026-05-12T03:36:57.467Z Downloaded yoke-derive v0.8.1
2882026-05-12T03:36:57.467Z Downloaded cargo-util-schemas v0.8.2
2892026-05-12T03:36:57.467Z Downloaded anstream v0.6.21
2902026-05-12T03:36:57.470Z Downloaded anyhow v1.0.102
2912026-05-12T03:36:57.470Z Downloaded proc-macro2 v1.0.106
2922026-05-12T03:36:57.472Z Downloaded usdt-attr-macro v0.5.0
2932026-05-12T03:36:57.473Z Downloaded thiserror v1.0.69
2942026-05-12T03:36:57.476Z Downloaded ucd-trie v0.1.7
2952026-05-12T03:36:57.476Z Downloaded thread-id v4.2.2
2962026-05-12T03:36:57.479Z Downloaded usdt-macro v0.5.0
2972026-05-12T03:36:57.479Z Downloaded version_check v0.9.5
2982026-05-12T03:36:57.479Z Downloaded thiserror-impl v2.0.18
2992026-05-12T03:36:57.482Z Downloaded icu_properties v2.1.2
3002026-05-12T03:36:57.482Z Downloaded zerovec-derive v0.11.2
3012026-05-12T03:36:57.485Z Downloaded usdt v0.5.0
3022026-05-12T03:36:57.485Z Downloaded smallvec v1.15.1
3032026-05-12T03:36:57.485Z Downloaded typeid v1.0.3
3042026-05-12T03:36:57.488Z Downloaded toml_edit v0.22.27
3052026-05-12T03:36:57.491Z Downloaded utf8_iter v1.0.4
3062026-05-12T03:36:57.494Z Downloaded zerofrom-derive v0.1.6
3072026-05-12T03:36:57.494Z Downloaded toml_datetime v0.6.11
3082026-05-12T03:36:57.498Z Downloaded fnv v1.0.7
3092026-05-12T03:36:57.499Z Downloaded zerofrom v0.1.6
3102026-05-12T03:36:57.499Z Downloaded yoke v0.8.1
3112026-05-12T03:36:57.499Z Downloaded tinystr v0.8.2
3122026-05-12T03:36:57.502Z Downloaded smawk v0.3.2
3132026-05-12T03:36:57.502Z Downloaded block-buffer v0.10.4
3142026-05-12T03:36:57.505Z Downloaded zmij v1.0.21
3152026-05-12T03:36:57.505Z Downloaded unicode-linebreak v0.1.5
3162026-05-12T03:36:57.505Z Downloaded thiserror-impl v1.0.69
3172026-05-12T03:36:57.505Z Downloaded syn v1.0.109
3182026-05-12T03:36:57.510Z Downloaded zerocopy-derive v0.7.35
3192026-05-12T03:36:57.514Z Downloaded usdt-impl v0.5.0
3202026-05-12T03:36:57.517Z Downloaded tabled_derive v0.7.0
3212026-05-12T03:36:57.517Z Downloaded serde-value v0.7.0
3222026-05-12T03:36:57.517Z Downloaded toml_write v0.1.2
3232026-05-12T03:36:57.517Z Downloaded toml v0.8.23
3242026-05-12T03:36:57.517Z Downloaded zerotrie v0.2.3
3252026-05-12T03:36:57.520Z Downloaded proc-macro-error-attr v1.0.4
3262026-05-12T03:36:57.520Z Downloaded serde_spanned v0.6.9
3272026-05-12T03:36:57.521Z Downloaded anstyle-query v1.1.5
3282026-05-12T03:36:57.524Z Downloaded typenum v1.19.0
3292026-05-12T03:36:57.524Z Downloaded thiserror v2.0.18
3302026-05-12T03:36:57.527Z Downloaded url v2.5.8
3312026-05-12T03:36:57.527Z Downloaded strsim v0.11.1
3322026-05-12T03:36:57.531Z Downloaded errno v0.3.14
3332026-05-12T03:36:57.531Z Downloaded litemap v0.8.1
3342026-05-12T03:36:57.531Z Downloaded writeable v0.6.2
3352026-05-12T03:36:57.534Z Downloaded utf8parse v0.2.2
3362026-05-12T03:36:57.534Z Downloaded unicode-xid v0.2.6
3372026-05-12T03:36:57.534Z Downloaded textwrap v0.16.2
3382026-05-12T03:36:57.534Z Downloaded serde-untagged v0.1.9
3392026-05-12T03:36:57.537Z Downloaded colorchoice v1.0.4
3402026-05-12T03:36:57.537Z Downloaded potential_utf v0.1.4
3412026-05-12T03:36:57.537Z Downloaded plain v0.2.3
3422026-05-12T03:36:57.537Z Downloaded pest_derive v2.8.6
3432026-05-12T03:36:57.542Z Downloaded winnow v0.7.14
3442026-05-12T03:36:57.547Z Downloaded ordered-float v2.10.1
3452026-05-12T03:36:57.550Z Downloaded swrite v0.1.0
3462026-05-12T03:36:57.550Z Downloaded cargo-platform v0.2.0
3472026-05-12T03:36:57.550Z Downloaded generic-array v0.14.7
3482026-05-12T03:36:57.556Z Downloaded fastrand v2.3.0
3492026-05-12T03:36:57.559Z Downloaded stable_deref_trait v1.2.1
3502026-05-12T03:36:57.559Z Downloaded is_terminal_polyfill v1.70.2
3512026-05-12T03:36:57.559Z Downloaded zerocopy v0.7.35
3522026-05-12T03:36:57.566Z Downloaded terminal_size v0.4.3
3532026-05-12T03:36:57.569Z Downloaded itoa v1.0.17
3542026-05-12T03:36:57.569Z Downloaded heck v0.4.1
3552026-05-12T03:36:57.569Z Downloaded crypto-common v0.1.7
3562026-05-12T03:36:57.569Z Downloaded clap_lex v1.0.0
3572026-05-12T03:36:57.572Z Downloaded dof v0.3.0
3582026-05-12T03:36:57.572Z Downloaded unicode-width v0.1.14
3592026-05-12T03:36:57.576Z Downloaded unicode-width v0.2.0
3602026-05-12T03:36:57.579Z Downloaded pretty-hex v0.4.1
3612026-05-12T03:36:57.579Z Downloaded percent-encoding v2.3.2
3622026-05-12T03:36:57.579Z Downloaded zerovec v0.11.5
3632026-05-12T03:36:57.582Z Downloaded idna_adapter v1.2.1
3642026-05-12T03:36:57.582Z Downloaded form_urlencoded v1.2.2
3652026-05-12T03:36:57.585Z Downloaded synstructure v0.13.2
3662026-05-12T03:36:57.585Z Downloaded quote v1.0.45
3672026-05-12T03:36:57.585Z Downloaded byteorder v1.5.0
3682026-05-12T03:36:57.587Z Downloaded erased-serde v0.4.9
3692026-05-12T03:36:57.588Z Downloaded autocfg v1.5.0
3702026-05-12T03:36:57.588Z Downloaded anstyle-parse v0.2.7
3712026-05-12T03:36:57.590Z Downloaded anstyle v1.0.13
3722026-05-12T03:36:57.590Z Downloaded dtrace-parser v0.2.0
3732026-05-12T03:36:57.590Z Downloaded serde_tokenstream v0.2.3
3742026-05-12T03:36:57.591Z Downloaded bytecount v0.6.9
3752026-05-12T03:36:57.594Z Downloaded fs-err v3.3.0
3762026-05-12T03:36:57.594Z Downloaded scroll v0.12.0
3772026-05-12T03:36:57.594Z Downloaded memmap v0.7.0
3782026-05-12T03:36:57.597Z Downloaded digest v0.10.7
3792026-05-12T03:36:57.597Z Downloaded camino-tempfile v1.4.1
3802026-05-12T03:36:57.600Z Downloaded sha2 v0.10.9
3812026-05-12T03:36:57.607Z Downloaded proc-macro-error v1.0.4
3822026-05-12T03:36:57.615Z Downloaded displaydoc v0.2.5
3832026-05-12T03:36:57.618Z Downloaded hashbrown v0.17.0
3842026-05-12T03:36:57.622Z Downloaded cargo_toml v0.21.0
3852026-05-12T03:36:57.625Z Downloaded once_cell v1.21.3
3862026-05-12T03:36:57.625Z Downloaded clap_derive v4.5.55
3872026-05-12T03:36:57.628Z Downloaded camino v1.2.2
3882026-05-12T03:36:57.631Z Downloaded tempfile v3.25.0
3892026-05-12T03:36:57.643Z Downloaded pest_generator v2.8.6
3902026-05-12T03:36:57.647Z Downloaded serde_core v1.0.228
3912026-05-12T03:36:57.650Z Downloaded log v0.4.29
3922026-05-12T03:36:57.650Z Downloaded papergrid v0.11.0
3932026-05-12T03:36:57.657Z Downloaded semver v1.0.28
3942026-05-12T03:36:57.660Z Downloaded num-traits v0.2.19
3952026-05-12T03:36:57.663Z Downloaded pest_meta v2.8.6
3962026-05-12T03:36:57.666Z Downloaded icu_normalizer_data v2.1.1
3972026-05-12T03:36:57.666Z Downloaded clap v4.5.60
3982026-05-12T03:36:57.670Z Downloaded serde_derive v1.0.228
3992026-05-12T03:36:57.673Z Downloaded memchr v2.8.0
4002026-05-12T03:36:57.677Z Downloaded icu_provider v2.1.1
4012026-05-12T03:36:57.677Z Downloaded getrandom v0.4.1
4022026-05-12T03:36:57.680Z Downloaded icu_collections v2.1.1
4032026-05-12T03:36:57.683Z Downloaded pest v2.8.6
4042026-05-12T03:36:57.686Z Downloaded icu_locale_core v2.1.1
4052026-05-12T03:36:57.689Z Downloaded serde v1.0.228
4062026-05-12T03:36:57.698Z Downloaded indexmap v2.14.0
4072026-05-12T03:36:57.711Z Downloaded idna v1.1.0
4082026-05-12T03:36:57.714Z Downloaded serde_json v1.0.149
4092026-05-12T03:36:57.717Z Downloaded icu_properties_data v2.1.2
4102026-05-12T03:36:57.723Z Downloaded clap_builder v4.5.60
4112026-05-12T03:36:57.732Z Downloaded goblin v0.8.2
4122026-05-12T03:36:57.736Z Downloaded tabled v0.15.0
4132026-05-12T03:36:57.755Z Downloaded syn v2.0.117
4142026-05-12T03:36:57.772Z Downloaded rustix v1.1.3
4152026-05-12T03:36:57.796Z Downloaded libc v0.2.185
4162026-05-12T03:36:57.864Z Compiling proc-macro2 v1.0.106
4172026-05-12T03:36:57.864Z Compiling quote v1.0.45
4182026-05-12T03:36:57.864Z Compiling unicode-ident v1.0.24
4192026-05-12T03:36:57.864Z Compiling serde_core v1.0.228
4202026-05-12T03:36:57.868Z Compiling libc v0.2.185
4212026-05-12T03:36:57.868Z Compiling version_check v0.9.5
4222026-05-12T03:36:57.868Z Compiling serde v1.0.228
4232026-05-12T03:36:57.868Z Compiling stable_deref_trait v1.2.1
4242026-05-12T03:36:58.167Z Compiling memchr v2.8.0
4252026-05-12T03:36:58.219Z Compiling zmij v1.0.21
4262026-05-12T03:36:58.370Z Compiling ucd-trie v0.1.7
4272026-05-12T03:36:58.442Z Compiling autocfg v1.5.0
4282026-05-12T03:36:58.631Z Compiling itoa v1.0.17
4292026-05-12T03:36:58.763Z Compiling thiserror v1.0.69
4302026-05-12T03:36:58.808Z Compiling pest v2.8.6
4312026-05-12T03:36:58.811Z Compiling writeable v0.6.2
4322026-05-12T03:36:58.837Z Compiling litemap v0.8.1
4332026-05-12T03:36:58.866Z Compiling icu_normalizer_data v2.1.1
4342026-05-12T03:36:59.025Z Compiling icu_properties_data v2.1.2
4352026-05-12T03:36:59.047Z Compiling byteorder v1.5.0
4362026-05-12T03:36:59.231Z Compiling rustix v1.1.3
4372026-05-12T03:36:59.331Z Compiling errno v0.3.14
4382026-05-12T03:36:59.360Z Compiling serde_json v1.0.149
4392026-05-12T03:36:59.377Z Compiling bitflags v2.11.0
4402026-05-12T03:36:59.492Z Compiling syn v2.0.117
4412026-05-12T03:36:59.582Z Compiling num-traits v0.2.19
4422026-05-12T03:36:59.612Z Compiling smallvec v1.15.1
4432026-05-12T03:36:59.695Z Compiling typeid v1.0.3
4442026-05-12T03:36:59.759Z Compiling equivalent v1.0.2
4452026-05-12T03:36:59.832Z Compiling pest_meta v2.8.6
4462026-05-12T03:36:59.848Z Compiling hashbrown v0.17.0
4472026-05-12T03:37:00.165Z Compiling thread-id v4.2.2
4482026-05-12T03:37:00.250Z Compiling proc-macro-error-attr v1.0.4
4492026-05-12T03:37:00.265Z Compiling usdt-impl v0.5.0
4502026-05-12T03:37:00.290Z Compiling toml_write v0.1.2
4512026-05-12T03:37:00.466Z Compiling indexmap v2.14.0
4522026-05-12T03:37:00.490Z Compiling syn v1.0.109
4532026-05-12T03:37:00.505Z Compiling erased-serde v0.4.9
4542026-05-12T03:37:00.520Z Compiling winnow v0.7.14
4552026-05-12T03:37:01.105Z Compiling proc-macro-error v1.0.4
4562026-05-12T03:37:01.125Z Compiling getrandom v0.4.1
4572026-05-12T03:37:01.294Z Compiling utf8parse v0.2.2
4582026-05-12T03:37:01.418Z Compiling camino v1.2.2
4592026-05-12T03:37:01.479Z Compiling plain v0.2.3
4602026-05-12T03:37:01.503Z Compiling utf8_iter v1.0.4
4612026-05-12T03:37:01.527Z Compiling thiserror v2.0.18
4622026-05-12T03:37:01.597Z Compiling log v0.4.29
4632026-05-12T03:37:01.655Z Compiling percent-encoding v2.3.2
4642026-05-12T03:37:01.787Z Compiling ordered-float v2.10.1
4652026-05-12T03:37:01.790Z Compiling form_urlencoded v1.2.2
4662026-05-12T03:37:01.818Z Compiling anstyle-parse v0.2.7
4672026-05-12T03:37:02.019Z Compiling terminal_size v0.4.3
4682026-05-12T03:37:02.046Z Compiling colorchoice v1.0.4
4692026-05-12T03:37:02.076Z Compiling pretty-hex v0.4.1
4702026-05-12T03:37:02.157Z Compiling synstructure v0.13.2
4712026-05-12T03:37:02.177Z Compiling pest_generator v2.8.6
4722026-05-12T03:37:02.216Z Compiling is_terminal_polyfill v1.70.2
4732026-05-12T03:37:02.259Z Compiling cfg-if v1.0.4
4742026-05-12T03:37:02.317Z Compiling anstyle-query v1.1.5
4752026-05-12T03:37:02.352Z Compiling anstyle v1.0.13
4762026-05-12T03:37:02.384Z Compiling serde-untagged v0.1.9
4772026-05-12T03:37:02.558Z Compiling anstream v0.6.21
4782026-05-12T03:37:02.612Z Compiling semver v1.0.28
4792026-05-12T03:37:02.766Z Compiling fs-err v3.3.0
4802026-05-12T03:37:02.863Z Compiling fnv v1.0.7
4812026-05-12T03:37:02.888Z Compiling bytecount v0.6.9
4822026-05-12T03:37:02.936Z Compiling once_cell v1.21.3
4832026-05-12T03:37:02.953Z Compiling heck v0.4.1
4842026-05-12T03:37:02.953Z Compiling clap_lex v1.0.0
4852026-05-12T03:37:02.983Z Compiling fastrand v2.3.0
4862026-05-12T03:37:03.017Z Compiling anyhow v1.0.102
4872026-05-12T03:37:03.171Z Compiling unicode-width v0.1.14
4882026-05-12T03:37:03.197Z Compiling heck v0.5.0
4892026-05-12T03:37:03.234Z Compiling unicode-xid v0.2.6
4902026-05-12T03:37:03.325Z Compiling strsim v0.11.1
4912026-05-12T03:37:03.428Z Compiling papergrid v0.11.0
4922026-05-12T03:37:03.443Z Compiling tempfile v3.25.0
4932026-05-12T03:37:03.557Z Compiling clap_builder v4.5.60
4942026-05-12T03:37:03.575Z Compiling memmap v0.7.0
4952026-05-12T03:37:03.677Z Compiling unicode-width v0.2.0
4962026-05-12T03:37:03.755Z Compiling smawk v0.3.2
4972026-05-12T03:37:03.811Z Compiling unicode-linebreak v0.1.5
4982026-05-12T03:37:03.842Z Compiling serde_derive v1.0.228
4992026-05-12T03:37:03.891Z Compiling zerofrom-derive v0.1.6
5002026-05-12T03:37:03.949Z Compiling yoke-derive v0.8.1
5012026-05-12T03:37:04.022Z Compiling zerovec-derive v0.11.2
5022026-05-12T03:37:04.053Z Compiling displaydoc v0.2.5
5032026-05-12T03:37:04.791Z Compiling thiserror-impl v1.0.69
5042026-05-12T03:37:04.817Z Compiling zerocopy-derive v0.7.35
5052026-05-12T03:37:05.097Z Compiling pest_derive v2.8.6
5062026-05-12T03:37:05.110Z Compiling scroll_derive v0.12.1
5072026-05-12T03:37:05.250Z Compiling zerofrom v0.1.6
5082026-05-12T03:37:05.418Z Compiling yoke v0.8.1
5092026-05-12T03:37:05.576Z Compiling zerovec v0.11.5
5102026-05-12T03:37:05.612Z Compiling zerotrie v0.2.3
5112026-05-12T03:37:05.708Z Compiling zerocopy v0.7.35
5122026-05-12T03:37:05.814Z Compiling scroll v0.12.0
5132026-05-12T03:37:05.913Z Compiling thiserror-impl v2.0.18
5142026-05-12T03:37:06.080Z Compiling tinystr v0.8.2
5152026-05-12T03:37:06.095Z Compiling potential_utf v0.1.4
5162026-05-12T03:37:06.219Z Compiling icu_collections v2.1.1
5172026-05-12T03:37:06.263Z Compiling icu_locale_core v2.1.1
5182026-05-12T03:37:06.266Z Compiling dtrace-parser v0.2.0
5192026-05-12T03:37:06.295Z Compiling goblin v0.8.2
5202026-05-12T03:37:06.509Z Compiling tabled_derive v0.7.0
5212026-05-12T03:37:06.560Z Compiling clap_derive v4.5.55
5222026-05-12T03:37:06.701Z Compiling textwrap v0.16.2
5232026-05-12T03:37:07.025Z Compiling icu_provider v2.1.1
5242026-05-12T03:37:07.174Z Compiling camino-tempfile v1.4.1
5252026-05-12T03:37:07.270Z Compiling icu_normalizer v2.1.1
5262026-05-12T03:37:07.322Z Compiling icu_properties v2.1.2
5272026-05-12T03:37:07.339Z Compiling toml_datetime v0.6.11
5282026-05-12T03:37:07.405Z Compiling serde_spanned v0.6.9
5292026-05-12T03:37:07.545Z Compiling toml_edit v0.22.27
5302026-05-12T03:37:07.554Z Compiling serde-value v0.7.0
5312026-05-12T03:37:07.600Z Compiling cargo-platform v0.2.0
5322026-05-12T03:37:07.667Z Compiling dof v0.3.0
5332026-05-12T03:37:07.809Z Compiling serde_tokenstream v0.2.3
5342026-05-12T03:37:07.870Z Compiling tabled v0.15.0
5352026-05-12T03:37:08.057Z Compiling macaddr v1.0.1
5362026-05-12T03:37:08.283Z Compiling idna_adapter v1.2.1
5372026-05-12T03:37:08.316Z Compiling clap v4.5.60
5382026-05-12T03:37:08.418Z Compiling idna v1.1.0
5392026-05-12T03:37:08.441Z Compiling swrite v0.1.0
5402026-05-12T03:37:08.483Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5412026-05-12T03:37:08.545Z Compiling usdt-macro v0.5.0
5422026-05-12T03:37:08.679Z Compiling usdt-attr-macro v0.5.0
5432026-05-12T03:37:08.733Z Compiling url v2.5.8
5442026-05-12T03:37:09.059Z Compiling toml v0.8.23
5452026-05-12T03:37:09.478Z Compiling cargo-util-schemas v0.8.2
5462026-05-12T03:37:09.498Z Compiling usdt v0.5.0
5472026-05-12T03:37:09.615Z Compiling cargo_toml v0.21.0
5482026-05-12T03:37:10.326Z Compiling cargo_metadata v0.21.0
5492026-05-12T03:37:11.265Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5502026-05-12T03:37:13.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.10s
5512026-05-12T03:37:13.548Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5522026-05-12T03:37:14.101Z Downloading crates ...
5532026-05-12T03:37:14.212Z Downloaded dirs-next v2.0.0
5542026-05-12T03:37:14.217Z Downloaded foldhash v0.1.5
5552026-05-12T03:37:14.232Z Downloaded ctr v0.9.2
5562026-05-12T03:37:14.244Z Downloaded async-trait v0.1.89
5572026-05-12T03:37:14.247Z Downloaded blowfish v0.9.1
5582026-05-12T03:37:14.250Z Downloaded array-init v0.0.4
5592026-05-12T03:37:14.253Z Downloaded bit-vec v0.8.0
5602026-05-12T03:37:14.256Z Downloaded argon2 v0.5.3
5612026-05-12T03:37:14.261Z Downloaded display-error-chain v0.2.2
5622026-05-12T03:37:14.264Z Downloaded crypto-bigint v0.5.5
5632026-05-12T03:37:14.267Z Downloaded convert_case v0.10.0
5642026-05-12T03:37:14.270Z Downloaded embedded-io v0.4.0
5652026-05-12T03:37:14.270Z Downloaded embedded-io v0.6.1
5662026-05-12T03:37:14.273Z Downloaded crunchy v0.2.4
5672026-05-12T03:37:14.273Z Downloaded async-compression v0.4.41
5682026-05-12T03:37:14.277Z Downloaded base64ct v1.8.3
5692026-05-12T03:37:14.280Z Downloaded ed25519 v2.2.3
5702026-05-12T03:37:14.280Z Downloaded chacha20 v0.9.1
5712026-05-12T03:37:14.283Z Downloaded const_format_proc_macros v0.2.34
5722026-05-12T03:37:14.283Z Downloaded env_logger v0.11.9
5732026-05-12T03:37:14.286Z Downloaded env_filter v1.0.0
5742026-05-12T03:37:14.286Z Downloaded bitfield-macros v0.19.4
5752026-05-12T03:37:14.286Z Downloaded cpufeatures v0.3.0
5762026-05-12T03:37:14.290Z Downloaded float-ord v0.3.2
5772026-05-12T03:37:14.290Z Downloaded dtrace-parser v0.3.0
5782026-05-12T03:37:14.290Z Downloaded block-padding v0.3.3
5792026-05-12T03:37:14.293Z Downloaded atty v0.2.14
5802026-05-12T03:37:14.293Z Downloaded defmt v1.0.1
5812026-05-12T03:37:14.297Z Downloaded ciborium-io v0.2.2
5822026-05-12T03:37:14.297Z Downloaded bit-set v0.8.0
5832026-05-12T03:37:14.297Z Downloaded atomic-waker v1.1.2
5842026-05-12T03:37:14.297Z Downloaded async-recursion v1.1.1
5852026-05-12T03:37:14.300Z Downloaded flagset v0.4.7
5862026-05-12T03:37:14.303Z Downloaded deranged v0.5.8
5872026-05-12T03:37:14.303Z Downloaded aead v0.5.2
5882026-05-12T03:37:14.306Z Downloaded crc-catalog v2.4.0
5892026-05-12T03:37:14.306Z Downloaded cargo-platform v0.1.9
5902026-05-12T03:37:14.306Z Downloaded corncobs v0.1.4
5912026-05-12T03:37:14.309Z Downloaded buf-list v1.1.2
5922026-05-12T03:37:14.309Z Downloaded dof v0.4.0
5932026-05-12T03:37:14.315Z Downloaded derive_more v0.99.20
5942026-05-12T03:37:14.319Z Downloaded dropshot-api-manager-types v0.7.1
5952026-05-12T03:37:14.319Z Downloaded critical-section v1.2.0
5962026-05-12T03:37:14.319Z Downloaded crc v3.4.0
5972026-05-12T03:37:14.319Z Downloaded defmt-macros v1.0.1
5982026-05-12T03:37:14.319Z Downloaded diff v0.1.13
5992026-05-12T03:37:14.322Z Downloaded cfg_aliases v0.1.1
6002026-05-12T03:37:14.322Z Downloaded cfg_aliases v0.2.1
6012026-05-12T03:37:14.322Z Downloaded bb8 v0.8.6
6022026-05-12T03:37:14.325Z Downloaded derive-ex v0.1.8
6032026-05-12T03:37:14.325Z Downloaded cstr-argument v0.1.2
6042026-05-12T03:37:14.325Z Downloaded float-cmp v0.10.0
6052026-05-12T03:37:14.329Z Downloaded dsl_auto_type v0.2.0
6062026-05-12T03:37:14.329Z Downloaded defmt-parser v1.0.0
6072026-05-12T03:37:14.329Z Downloaded bit-set v0.5.3
6082026-05-12T03:37:14.329Z Downloaded diesel-dtrace v0.5.0
6092026-05-12T03:37:14.332Z Downloaded arrayvec v0.7.6
6102026-05-12T03:37:14.332Z Downloaded dunce v1.0.5
6112026-05-12T03:37:14.335Z Downloaded bitfield-struct v0.6.2
6122026-05-12T03:37:14.335Z Downloaded colored v2.2.0
6132026-05-12T03:37:14.338Z Downloaded aes-gcm v0.10.3
6142026-05-12T03:37:14.341Z Downloaded darling v0.21.3
6152026-05-12T03:37:14.344Z Downloaded fixedbitset v0.5.7
6162026-05-12T03:37:14.344Z Downloaded bcs v0.1.6
6172026-05-12T03:37:14.347Z Downloaded crossbeam-deque v0.8.6
6182026-05-12T03:37:14.347Z Downloaded crc8 v0.1.1
6192026-05-12T03:37:14.347Z Downloaded convert_case v0.4.0
6202026-05-12T03:37:14.350Z Downloaded bit-vec v0.6.3
6212026-05-12T03:37:14.350Z Downloaded difflib v0.4.0
6222026-05-12T03:37:14.350Z Downloaded ascii-canvas v3.0.0
6232026-05-12T03:37:14.350Z Downloaded compression-core v0.4.31
6242026-05-12T03:37:14.353Z Downloaded fd-lock v4.0.4
6252026-05-12T03:37:14.353Z Downloaded base16ct v0.2.0
6262026-05-12T03:37:14.356Z Downloaded fxhash v0.2.1
6272026-05-12T03:37:14.356Z Downloaded funty v2.0.0
6282026-05-12T03:37:14.356Z Downloaded downcast-rs v2.0.2
6292026-05-12T03:37:14.359Z Downloaded defmt v0.3.100
6302026-05-12T03:37:14.359Z Downloaded darling_macro v0.23.0
6312026-05-12T03:37:14.359Z Downloaded cassowary v0.3.0
6322026-05-12T03:37:14.359Z Downloaded clang-sys v1.8.1
6332026-05-12T03:37:14.363Z Downloaded git-stub v1.0.0
6342026-05-12T03:37:14.363Z Downloaded futures-task v0.3.32
6352026-05-12T03:37:14.366Z Downloaded enum-as-inner v0.6.1
6362026-05-12T03:37:14.366Z Downloaded cipher v0.4.4
6372026-05-12T03:37:14.366Z Downloaded cobs v0.3.0
6382026-05-12T03:37:14.369Z Downloaded camino-tempfile-ext v0.3.3
6392026-05-12T03:37:14.369Z Downloaded diesel_table_macro_syntax v0.3.0
6402026-05-12T03:37:14.372Z Downloaded ghash v0.5.1
6412026-05-12T03:37:14.372Z Downloaded find-msvc-tools v0.1.9
6422026-05-12T03:37:14.372Z Downloaded cexpr v0.6.0
6432026-05-12T03:37:14.375Z Downloaded hash32 v0.3.1
6442026-05-12T03:37:14.375Z Downloaded backon v1.6.0
6452026-05-12T03:37:14.377Z Downloaded futures-io v0.3.32
6462026-05-12T03:37:14.378Z Downloaded ecdsa v0.16.9
6472026-05-12T03:37:14.380Z Downloaded hash32 v0.2.1
6482026-05-12T03:37:14.380Z Downloaded futures-macro v0.3.32
6492026-05-12T03:37:14.380Z Downloaded dyn-clone v1.0.20
6502026-05-12T03:37:14.383Z Downloaded futures-sink v0.3.32
6512026-05-12T03:37:14.383Z Downloaded adler2 v2.0.1
6522026-05-12T03:37:14.386Z Downloaded foreign-types v0.5.0
6532026-05-12T03:37:14.386Z Downloaded endian-type v0.1.2
6542026-05-12T03:37:14.386Z Downloaded derive_builder_macro v0.20.2
6552026-05-12T03:37:14.386Z Downloaded darling_macro v0.20.11
6562026-05-12T03:37:14.387Z Downloaded fs-err v2.11.0
6572026-05-12T03:37:14.389Z Downloaded derive_builder v0.20.2
6582026-05-12T03:37:14.392Z Downloaded const-oid v0.9.6
6592026-05-12T03:37:14.395Z Downloaded chacha20 v0.10.0
6602026-05-12T03:37:14.395Z Downloaded darling_macro v0.21.3
6612026-05-12T03:37:14.398Z Downloaded foreign-types v0.3.2
6622026-05-12T03:37:14.398Z Downloaded darling_core v0.23.0
6632026-05-12T03:37:14.401Z Downloaded headers-core v0.3.0
6642026-05-12T03:37:14.401Z Downloaded globwalk v0.9.1
6652026-05-12T03:37:14.404Z Downloaded home v0.5.12
6662026-05-12T03:37:14.404Z Downloaded gethostname v0.5.0
6672026-05-12T03:37:14.404Z Downloaded futures-core v0.3.32
6682026-05-12T03:37:14.407Z Downloaded castaway v0.2.4
6692026-05-12T03:37:14.407Z Downloaded foreign-types-macros v0.2.3
6702026-05-12T03:37:14.407Z Downloaded fallible-iterator v0.2.0
6712026-05-12T03:37:14.407Z Downloaded curve25519-dalek-derive v0.1.1
6722026-05-12T03:37:14.410Z Downloaded either v1.15.0
6732026-05-12T03:37:14.410Z Downloaded derive_builder_core v0.20.2
6742026-05-12T03:37:14.414Z Downloaded debug-ignore v1.0.5
6752026-05-12T03:37:14.414Z Downloaded bcrypt-pbkdf v0.10.0
6762026-05-12T03:37:14.414Z Downloaded daft v0.1.5
6772026-05-12T03:37:14.417Z Downloaded hex-literal v0.4.1
6782026-05-12T03:37:14.417Z Downloaded fatfs v0.3.6
6792026-05-12T03:37:14.421Z Downloaded group v0.13.0
6802026-05-12T03:37:14.421Z Downloaded des v0.8.1
6812026-05-12T03:37:14.424Z Downloaded darling v0.23.0
6822026-05-12T03:37:14.424Z Downloaded ciborium-ll v0.2.2
6832026-05-12T03:37:14.427Z Downloaded ff v0.13.1
6842026-05-12T03:37:14.427Z Downloaded git-stub-vcs v0.1.0
6852026-05-12T03:37:14.427Z Downloaded futures-executor v0.3.32
6862026-05-12T03:37:14.430Z Downloaded ena v0.14.4
6872026-05-12T03:37:14.430Z Downloaded cookie v0.18.1
6882026-05-12T03:37:14.433Z Downloaded globset v0.4.18
6892026-05-12T03:37:14.433Z Downloaded fs_extra v1.3.0
6902026-05-12T03:37:14.433Z Downloaded backoff v0.4.0
6912026-05-12T03:37:14.436Z Downloaded ciborium v0.2.2
6922026-05-12T03:37:14.436Z Downloaded blake2 v0.10.6
6932026-05-12T03:37:14.439Z Downloaded console v0.16.2
6942026-05-12T03:37:14.443Z Downloaded indent_write v2.2.0
6952026-05-12T03:37:14.443Z Downloaded http-body v1.0.1
6962026-05-12T03:37:14.443Z Downloaded bitflags v1.3.2
6972026-05-12T03:37:14.446Z Downloaded crucible-workspace-hack v0.1.0
6982026-05-12T03:37:14.446Z Downloaded atomicwrites v0.4.4
6992026-05-12T03:37:14.446Z Downloaded foreign-types-shared v0.1.1
7002026-05-12T03:37:14.446Z Downloaded der_derive v0.7.3
7012026-05-12T03:37:14.449Z Downloaded erased-serde v0.3.31
7022026-05-12T03:37:14.449Z Downloaded drift v0.1.4
7032026-05-12T03:37:14.456Z Downloaded httpdate v1.0.3
7042026-05-12T03:37:14.459Z Downloaded ident_case v1.0.1
7052026-05-12T03:37:14.459Z Downloaded http-range v0.1.5
7062026-05-12T03:37:14.459Z Downloaded hostname v0.3.1
7072026-05-12T03:37:14.459Z Downloaded hex v0.4.3
7082026-05-12T03:37:14.462Z Downloaded foldhash v0.2.0
7092026-05-12T03:37:14.462Z Downloaded crossbeam-epoch v0.9.18
7102026-05-12T03:37:14.465Z Downloaded indoc v1.0.9
7112026-05-12T03:37:14.465Z Downloaded dropshot_endpoint v0.17.0
7122026-05-12T03:37:14.469Z Downloaded colored v3.1.1
7132026-05-12T03:37:14.472Z Downloaded foreign-types-shared v0.3.1
7142026-05-12T03:37:14.472Z Downloaded hubpack_derive v0.1.1
7152026-05-12T03:37:14.472Z Downloaded hubpack v0.1.2
7162026-05-12T03:37:14.472Z Downloaded highway v1.3.0
7172026-05-12T03:37:14.475Z Downloaded internet-checksum v0.2.1
7182026-05-12T03:37:14.475Z Downloaded instant v0.1.13
7192026-05-12T03:37:14.475Z Downloaded is-terminal v0.4.17
7202026-05-12T03:37:14.478Z Downloaded instability v0.3.11
7212026-05-12T03:37:14.478Z Downloaded hyper-tls v0.6.0
7222026-05-12T03:37:14.481Z Downloaded constant_time_eq v0.4.2
7232026-05-12T03:37:14.481Z Downloaded linked-hash-map v0.5.6
7242026-05-12T03:37:14.481Z Downloaded lazy_static v1.5.0
7252026-05-12T03:37:14.484Z Downloaded compression-codecs v0.4.37
7262026-05-12T03:37:14.484Z Downloaded cmake v0.1.57
7272026-05-12T03:37:14.487Z Downloaded hostname v0.4.2
7282026-05-12T03:37:14.487Z Downloaded glob v0.3.3
7292026-05-12T03:37:14.491Z Downloaded http-body-util v0.1.3
7302026-05-12T03:37:14.491Z Downloaded inout v0.1.4
7312026-05-12T03:37:14.491Z Downloaded keccak v0.1.6
7322026-05-12T03:37:14.494Z Downloaded md-5 v0.10.6
7332026-05-12T03:37:14.494Z Downloaded managed v0.8.0
7342026-05-12T03:37:14.494Z Downloaded lzss v0.8.2
7352026-05-12T03:37:14.500Z Downloaded maybe-uninit v2.0.0
7362026-05-12T03:37:14.500Z Downloaded humantime v2.3.0
7372026-05-12T03:37:14.500Z Downloaded daft-derive v0.1.5
7382026-05-12T03:37:14.503Z Downloaded md5 v0.7.0
7392026-05-12T03:37:14.503Z Downloaded libscf-sys v1.1.0
7402026-05-12T03:37:14.503Z Downloaded maplit v1.0.2
7412026-05-12T03:37:14.503Z Downloaded darling v0.20.11
7422026-05-12T03:37:14.506Z Downloaded der v0.7.10
7432026-05-12T03:37:14.509Z Downloaded lru-slab v0.1.2
7442026-05-12T03:37:14.513Z Downloaded lalrpop-util v0.19.12
7452026-05-12T03:37:14.513Z Downloaded kstat-rs v0.2.4
7462026-05-12T03:37:14.513Z Downloaded expectorate v1.2.0
7472026-05-12T03:37:14.516Z Downloaded data-encoding v2.10.0
7482026-05-12T03:37:14.516Z Downloaded ingot v0.1.1
7492026-05-12T03:37:14.516Z Downloaded impl-trait-for-tuples v0.2.3
7502026-05-12T03:37:14.519Z Downloaded hyper-staticfile v0.10.1
7512026-05-12T03:37:14.519Z Downloaded futures-channel v0.3.32
7522026-05-12T03:37:14.523Z Downloaded derive-where v1.6.0
7532026-05-12T03:37:14.523Z Downloaded new_debug_unreachable v1.0.6
7542026-05-12T03:37:14.526Z Downloaded newline-converter v0.3.0
7552026-05-12T03:37:14.526Z Downloaded memoffset v0.9.1
7562026-05-12T03:37:14.526Z Downloaded libloading v0.8.9
7572026-05-12T03:37:14.530Z Downloaded is_ci v1.2.0
7582026-05-12T03:37:14.530Z Downloaded ipnet v2.11.0
7592026-05-12T03:37:14.533Z Downloaded arc-swap v1.8.2
7602026-05-12T03:37:14.533Z Downloaded bzip2 v0.4.4
7612026-05-12T03:37:14.533Z Downloaded elliptic-curve v0.13.8
7622026-05-12T03:37:14.536Z Downloaded hmac v0.12.1
7632026-05-12T03:37:14.539Z Downloaded dropshot_endpoint v0.16.7
7642026-05-12T03:37:14.542Z Downloaded crossbeam-utils v0.8.21
7652026-05-12T03:37:14.545Z Downloaded indoc v2.0.7
7662026-05-12T03:37:14.545Z Downloaded compact_str v0.8.1
7672026-05-12T03:37:14.548Z Downloaded bytes v1.11.1
7682026-05-12T03:37:14.551Z Downloaded openssl-macros v0.1.1
7692026-05-12T03:37:14.551Z Downloaded lru v0.12.5
7702026-05-12T03:37:14.551Z Downloaded ipnetwork v0.21.1
7712026-05-12T03:37:14.554Z Downloaded getrandom v0.3.4
7722026-05-12T03:37:14.557Z Downloaded libsw v3.5.0
7732026-05-12T03:37:14.557Z Downloaded jobserver v0.1.34
7742026-05-12T03:37:14.560Z Downloaded linear-map v1.2.0
7752026-05-12T03:37:14.560Z Downloaded libsw-core v0.3.2
7762026-05-12T03:37:14.563Z Downloaded normalize-line-endings v0.3.0
7772026-05-12T03:37:14.563Z Downloaded nonempty v0.12.0
7782026-05-12T03:37:14.563Z Downloaded olpc-cjson v0.1.4
7792026-05-12T03:37:14.563Z Downloaded multimap v0.10.1
7802026-05-12T03:37:14.566Z Downloaded hyper-rustls v0.27.7
7812026-05-12T03:37:14.566Z Downloaded httparse v1.10.1
7822026-05-12T03:37:14.569Z Downloaded darling_core v0.20.11
7832026-05-12T03:37:14.572Z Downloaded num-derive v0.3.3
7842026-05-12T03:37:14.577Z Downloaded base64 v0.21.7
7852026-05-12T03:37:14.578Z Downloaded flume v0.11.1
7862026-05-12T03:37:14.581Z Downloaded iana-time-zone v0.1.65
7872026-05-12T03:37:14.581Z Downloaded num v0.4.3
7882026-05-12T03:37:14.581Z Downloaded futures v0.3.32
7892026-05-12T03:37:14.584Z Downloaded newtype-uuid v1.3.2
7902026-05-12T03:37:14.587Z Downloaded cookie_store v0.22.1
7912026-05-12T03:37:14.587Z Downloaded ed25519-dalek v2.2.0
7922026-05-12T03:37:14.590Z Downloaded derive_more v2.1.1
7932026-05-12T03:37:14.598Z Downloaded openssl-probe v0.2.1
7942026-05-12T03:37:14.601Z Downloaded darling_core v0.21.3
7952026-05-12T03:37:14.604Z Downloaded packed_struct_codegen v0.10.1
7962026-05-12T03:37:14.604Z Downloaded num_threads v0.1.7
7972026-05-12T03:37:14.604Z Downloaded num-conv v0.2.0
7982026-05-12T03:37:14.604Z Downloaded nibble_vec v0.1.0
7992026-05-12T03:37:14.607Z Downloaded ingot-types v0.1.2
8002026-05-12T03:37:14.607Z Downloaded crc-any v2.5.0
8012026-05-12T03:37:14.610Z Downloaded bzip2 v0.6.1
8022026-05-12T03:37:14.610Z Downloaded nanorand v0.7.0
8032026-05-12T03:37:14.613Z Downloaded mime_guess v2.0.5
8042026-05-12T03:37:14.638Z Downloaded peg-runtime v0.8.5
8052026-05-12T03:37:14.642Z Downloaded bumpalo v3.20.2
8062026-05-12T03:37:14.642Z Downloaded path-slash v0.1.5
8072026-05-12T03:37:14.642Z Downloaded parse-display v0.10.0
8082026-05-12T03:37:14.642Z Downloaded oso-derive v0.27.3
8092026-05-12T03:37:14.642Z Downloaded opaque-debug v0.3.1
8102026-05-12T03:37:14.642Z Downloaded num-derive v0.4.2
8112026-05-12T03:37:14.642Z Downloaded oxide-tokio-rt v0.1.4
8122026-05-12T03:37:14.642Z Downloaded openssl-probe v0.1.6
8132026-05-12T03:37:14.643Z Downloaded newtype-uuid-macros v0.1.0
8142026-05-12T03:37:14.643Z Downloaded lock_api v0.4.14
8152026-05-12T03:37:14.643Z Downloaded headers v0.4.1
8162026-05-12T03:37:14.646Z Downloaded phf_shared v0.12.1
8172026-05-12T03:37:14.646Z Downloaded num-rational v0.4.2
8182026-05-12T03:37:14.646Z Downloaded nu-ansi-term v0.50.3
8192026-05-12T03:37:14.646Z Downloaded newtype_derive v0.1.6
8202026-05-12T03:37:14.651Z Downloaded native-tls v0.2.18
8212026-05-12T03:37:14.651Z Downloaded pin-utils v0.1.0
8222026-05-12T03:37:14.651Z Downloaded chacha20poly1305 v0.10.1
8232026-05-12T03:37:14.654Z Downloaded phf_shared v0.13.1
8242026-05-12T03:37:14.654Z Downloaded pbkdf2 v0.12.2
8252026-05-12T03:37:14.654Z Downloaded pbkdf2 v0.11.0
8262026-05-12T03:37:14.654Z Downloaded packed_struct v0.10.1
8272026-05-12T03:37:14.659Z Downloaded heapless v0.8.0
8282026-05-12T03:37:14.664Z Downloaded num_enum_derive v0.5.11
8292026-05-12T03:37:14.664Z Downloaded num_enum v0.7.5
8302026-05-12T03:37:14.664Z Downloaded multer v3.1.0
8312026-05-12T03:37:14.668Z Downloaded indexmap v1.9.3
8322026-05-12T03:37:14.669Z Downloaded predicates-core v1.0.10
8332026-05-12T03:37:14.669Z Downloaded predicates-tree v1.0.13
8342026-05-12T03:37:14.674Z Downloaded nodrop v0.1.14
8352026-05-12T03:37:14.674Z Downloaded num-complex v0.4.6
8362026-05-12T03:37:14.674Z Downloaded precomputed-hash v0.1.1
8372026-05-12T03:37:14.674Z Downloaded mime v0.3.17
8382026-05-12T03:37:14.677Z Downloaded heapless v0.7.17
8392026-05-12T03:37:14.677Z Downloaded phf_shared v0.11.3
8402026-05-12T03:37:14.677Z Downloaded num_enum_derive v0.7.5
8412026-05-12T03:37:14.677Z Downloaded num-integer v0.1.46
8422026-05-12T03:37:14.680Z Downloaded memmap2 v0.9.10
8432026-05-12T03:37:14.680Z Downloaded libbz2-rs-sys v0.2.2
8442026-05-12T03:37:14.684Z Downloaded oxnet v0.1.4
8452026-05-12T03:37:14.684Z Downloaded password-hash v0.4.2
8462026-05-12T03:37:14.687Z Downloaded owo-colors v4.3.0
8472026-05-12T03:37:14.687Z Downloaded proc-macro-crate v1.3.1
8482026-05-12T03:37:14.687Z Downloaded derive_more-impl v2.1.1
8492026-05-12T03:37:14.690Z Downloaded progenitor-client v0.11.2
8502026-05-12T03:37:14.693Z Downloaded pkcs8 v0.10.2
8512026-05-12T03:37:14.693Z Downloaded pem v3.0.6
8522026-05-12T03:37:14.696Z Downloaded phf v0.12.1
8532026-05-12T03:37:14.696Z Downloaded psl-types v2.0.11
8542026-05-12T03:37:14.699Z Downloaded powerfmt v0.2.0
8552026-05-12T03:37:14.699Z Downloaded proc-macro-crate v3.4.0
8562026-05-12T03:37:14.699Z Downloaded poly1305 v0.8.0
8572026-05-12T03:37:14.702Z Downloaded pkg-config v0.3.32
8582026-05-12T03:37:14.702Z Downloaded predicates v3.1.4
8592026-05-12T03:37:14.705Z Downloaded pin-project-internal v1.1.11
8602026-05-12T03:37:14.705Z Downloaded parse-size v1.1.0
8612026-05-12T03:37:14.708Z Downloaded num-iter v0.1.45
8622026-05-12T03:37:14.708Z Downloaded litrs v1.0.0
8632026-05-12T03:37:14.711Z Downloaded quick-error v1.2.3
8642026-05-12T03:37:14.711Z Downloaded phf v0.13.1
8652026-05-12T03:37:14.711Z Downloaded peg v0.8.5
8662026-05-12T03:37:14.715Z Downloaded paste v1.0.15
8672026-05-12T03:37:14.717Z Downloaded rand_chacha v0.3.1
8682026-05-12T03:37:14.718Z Downloaded crossterm v0.28.1
8692026-05-12T03:37:14.721Z Downloaded pin-project-lite v0.2.17
8702026-05-12T03:37:14.727Z Downloaded progenitor-client v0.10.0
8712026-05-12T03:37:14.732Z Downloaded progenitor-client v0.14.0
8722026-05-12T03:37:14.732Z Downloaded progenitor v0.11.2
8732026-05-12T03:37:14.733Z Downloaded parking_lot_core v0.9.12
8742026-05-12T03:37:14.733Z Downloaded recursive v0.1.1
8752026-05-12T03:37:14.733Z Downloaded progenitor-macro v0.10.0
8762026-05-12T03:37:14.733Z Downloaded rand_xorshift v0.4.0
8772026-05-12T03:37:14.736Z Downloaded progenitor-client v0.13.0
8782026-05-12T03:37:14.736Z Downloaded proc-macro-error2 v2.0.1
8792026-05-12T03:37:14.736Z Downloaded progenitor v0.14.0
8802026-05-12T03:37:14.739Z Downloaded proc-macro-error-attr2 v2.0.0
8812026-05-12T03:37:14.739Z Downloaded ppv-lite86 v0.2.21
8822026-05-12T03:37:14.739Z Downloaded pem-rfc7468 v0.7.0
8832026-05-12T03:37:14.742Z Downloaded pkcs1 v0.7.5
8842026-05-12T03:37:14.742Z Downloaded rfc6979 v0.4.0
8852026-05-12T03:37:14.746Z Downloaded postgres-protocol v0.6.10
8862026-05-12T03:37:14.746Z Downloaded num_enum v0.5.11
8872026-05-12T03:37:14.753Z Downloaded miniz_oxide v0.8.9
8882026-05-12T03:37:14.758Z Downloaded progenitor v0.13.0
8892026-05-12T03:37:14.758Z Downloaded parking_lot v0.12.5
8902026-05-12T03:37:14.758Z Downloaded omicron-zone-package v0.12.2
8912026-05-12T03:37:14.758Z Downloaded progenitor-macro v0.13.0
8922026-05-12T03:37:14.758Z Downloaded progenitor-macro v0.11.2
8932026-05-12T03:37:14.758Z Downloaded crossterm v0.29.0
8942026-05-12T03:37:14.762Z Downloaded parse-display-derive v0.10.0
8952026-05-12T03:37:14.762Z Downloaded indicatif v0.18.4
8962026-05-12T03:37:14.764Z Downloaded rtoolbox v0.0.3
8972026-05-12T03:37:14.767Z Downloaded hickory-resolver v0.24.4
8982026-05-12T03:37:14.770Z Downloaded dropshot-api-manager v0.7.1
8992026-05-12T03:37:14.770Z Downloaded password-hash v0.5.0
9002026-05-12T03:37:14.773Z Downloaded cc v1.2.56
9012026-05-12T03:37:14.776Z Downloaded hickory-resolver v0.25.2
9022026-05-12T03:37:14.779Z Downloaded rustc_version v0.4.1
9032026-05-12T03:37:14.779Z Downloaded radium v0.7.0
9042026-05-12T03:37:14.779Z Downloaded peg-macros v0.8.5
9052026-05-12T03:37:14.784Z Downloaded polyval v0.6.2
9062026-05-12T03:37:14.784Z Downloaded progenitor-extras v0.2.0
9072026-05-12T03:37:14.788Z Downloaded parking_lot v0.11.2
9082026-05-12T03:37:14.788Z Downloaded postgres-types v0.2.12
9092026-05-12T03:37:14.788Z Downloaded oso v0.27.3
9102026-05-12T03:37:14.792Z Downloaded ref-cast v1.0.25
9112026-05-12T03:37:14.792Z Downloaded recursive-proc-macro-impl v0.1.1
9122026-05-12T03:37:14.792Z Downloaded progenitor-macro v0.14.0
9132026-05-12T03:37:14.792Z Downloaded primeorder v0.13.6
9142026-05-12T03:37:14.795Z Downloaded itertools v0.10.5
9152026-05-12T03:37:14.798Z Downloaded psm v0.1.30
9162026-05-12T03:37:14.801Z Downloaded rand_core v0.6.4
9172026-05-12T03:37:14.801Z Downloaded p256 v0.13.2
9182026-05-12T03:37:14.805Z Downloaded salsa20 v0.10.2
9192026-05-12T03:37:14.805Z Downloaded http v1.4.0
9202026-05-12T03:37:14.811Z Downloaded same-file v1.0.6
9212026-05-12T03:37:14.811Z Downloaded secrecy v0.10.3
9222026-05-12T03:37:14.815Z Downloaded papergrid v0.17.0
9232026-05-12T03:37:14.815Z Downloaded rand_seeder v0.4.0
9242026-05-12T03:37:14.815Z Downloaded jiff-static v0.2.21
9252026-05-12T03:37:14.820Z Downloaded ar_archive_writer v0.5.1
9262026-05-12T03:37:14.820Z Downloaded progenitor-impl v0.10.0
9272026-05-12T03:37:14.823Z Downloaded half v2.7.1
9282026-05-12T03:37:14.823Z Downloaded parking_lot_core v0.8.6
9292026-05-12T03:37:14.823Z Downloaded lru-cache v0.1.2
9302026-05-12T03:37:14.824Z Downloaded ignore v0.4.25
9312026-05-12T03:37:14.826Z Downloaded r2d2 v0.8.10
9322026-05-12T03:37:14.827Z Downloaded scroll_derive v0.13.1
9332026-05-12T03:37:14.830Z Downloaded serde_bytes v0.11.19
9342026-05-12T03:37:14.830Z Downloaded serde-big-array v0.5.1
9352026-05-12T03:37:14.834Z Downloaded serde_spanned v1.0.4
9362026-05-12T03:37:14.834Z Downloaded scheduled-thread-pool v0.2.7
9372026-05-12T03:37:14.834Z Downloaded rand_core v0.10.0
9382026-05-12T03:37:14.837Z Downloaded rand_core v0.9.5
9392026-05-12T03:37:14.837Z Downloaded sapling-renderdag v0.1.0
9402026-05-12T03:37:14.837Z Downloaded rustc_version v0.1.7
9412026-05-12T03:37:14.837Z Downloaded scrypt v0.11.0
9422026-05-12T03:37:14.840Z Downloaded rustls-pemfile v2.2.0
9432026-05-12T03:37:14.840Z Downloaded hashbrown v0.15.5
9442026-05-12T03:37:14.843Z Downloaded seq-macro v0.3.6
9452026-05-12T03:37:14.846Z Downloaded serde_urlencoded v0.7.1
9462026-05-12T03:37:14.846Z Downloaded sha1 v0.10.6
9472026-05-12T03:37:14.846Z Downloaded serde_repr v0.1.20
9482026-05-12T03:37:14.849Z Downloaded scopeguard v1.2.0
9492026-05-12T03:37:14.849Z Downloaded serde_plain v1.0.2
9502026-05-12T03:37:14.849Z Downloaded secrecy v0.8.0
9512026-05-12T03:37:14.854Z Downloaded signal-hook-tokio v0.3.1
9522026-05-12T03:37:14.854Z Downloaded libxml v0.3.3
9532026-05-12T03:37:14.858Z Downloaded rustls-native-certs v0.8.3
9542026-05-12T03:37:14.858Z Downloaded hashbrown v0.12.3
9552026-05-12T03:37:14.864Z Downloaded quinn-udp v0.5.14
9562026-05-12T03:37:14.864Z Downloaded postcard v1.1.3
9572026-05-12T03:37:14.867Z Downloaded progenitor-impl v0.13.0
9582026-05-12T03:37:14.867Z Downloaded signal-hook-mio v0.2.5
9592026-05-12T03:37:14.867Z Downloaded hashbrown v0.13.2
9602026-05-12T03:37:14.870Z Downloaded shell-words v1.1.1
9612026-05-12T03:37:14.870Z Downloaded ref-cast-impl v1.0.25
9622026-05-12T03:37:14.870Z Downloaded semver v0.1.20
9632026-05-12T03:37:14.874Z Downloaded rustc-hash v2.1.1
9642026-05-12T03:37:14.874Z Downloaded allocator-api2 v0.2.21
9652026-05-12T03:37:14.874Z Downloaded minimal-lexical v0.2.1
9662026-05-12T03:37:14.877Z Downloaded sigpipe v0.1.3
9672026-05-12T03:37:14.880Z Downloaded flate2 v1.1.9
9682026-05-12T03:37:14.881Z Downloaded prefix-trie v0.7.0
9692026-05-12T03:37:14.884Z Downloaded schemars_derive v0.8.22
9702026-05-12T03:37:14.884Z Downloaded hyper-util v0.1.20
9712026-05-12T03:37:14.888Z Downloaded russh-cryptovec v0.7.3
9722026-05-12T03:37:14.890Z Downloaded rustversion v1.0.22
9732026-05-12T03:37:14.890Z Downloaded progenitor v0.10.0
9742026-05-12T03:37:14.893Z Downloaded rusty-fork v0.3.1
9752026-05-12T03:37:14.894Z Downloaded crossbeam-channel v0.5.15
9762026-05-12T03:37:14.897Z Downloaded slog-envlogger v2.2.0
9772026-05-12T03:37:14.899Z Downloaded slog-bunyan v2.5.0
9782026-05-12T03:37:14.900Z Downloaded const_format v0.2.35
9792026-05-12T03:37:14.903Z Downloaded sct v0.7.1
9802026-05-12T03:37:14.903Z Downloaded openssl-sys v0.9.114
9812026-05-12T03:37:14.906Z Downloaded serde-hex v0.1.0
9822026-05-12T03:37:14.909Z Downloaded hickory-server v0.25.2
9832026-05-12T03:37:14.912Z Downloaded sec1 v0.7.3
9842026-05-12T03:37:14.912Z Downloaded signature v2.2.0
9852026-05-12T03:37:14.916Z Downloaded shlex v1.3.0
9862026-05-12T03:37:14.916Z Downloaded rand_chacha v0.9.0
9872026-05-12T03:37:14.916Z Downloaded scroll v0.13.0
9882026-05-12T03:37:14.919Z Downloaded sqlparser_derive v0.5.0
9892026-05-12T03:37:14.919Z Downloaded base64 v0.22.1
9902026-05-12T03:37:14.922Z Downloaded siphasher v1.0.2
9912026-05-12T03:37:14.922Z Downloaded match_cfg v0.1.0
9922026-05-12T03:37:14.922Z Downloaded libefi-sys v0.1.0
9932026-05-12T03:37:14.925Z Downloaded signal-hook-registry v1.4.8
9942026-05-12T03:37:14.925Z Downloaded progenitor-impl v0.11.2
9952026-05-12T03:37:14.928Z Downloaded ingot-macros v0.1.1
9962026-05-12T03:37:14.928Z Downloaded rustls-pemfile v1.0.4
9972026-05-12T03:37:14.933Z Downloaded cancel-safe-futures v0.1.5
9982026-05-12T03:37:14.933Z Downloaded ssh-cipher v0.2.0
9992026-05-12T03:37:14.937Z Downloaded getrandom v0.2.17
10002026-05-12T03:37:14.937Z Downloaded strip-ansi-escapes v0.2.1
10012026-05-12T03:37:14.937Z Downloaded slab v0.4.12
10022026-05-12T03:37:14.937Z Downloaded strum v0.27.2
10032026-05-12T03:37:14.937Z Downloaded structmeta-derive v0.3.0
10042026-05-12T03:37:14.938Z Downloaded pin-project v1.1.11
10052026-05-12T03:37:14.945Z Downloaded serde_path_to_error v0.1.20
10062026-05-12T03:37:14.948Z Downloaded serde_cbor v0.11.2
10072026-05-12T03:37:14.950Z Downloaded hashbrown v0.16.1
10082026-05-12T03:37:14.953Z Downloaded h2 v0.4.13
10092026-05-12T03:37:14.956Z Downloaded tagptr v0.2.0
10102026-05-12T03:37:14.959Z Downloaded sync_wrapper v1.0.2
10112026-05-12T03:37:14.959Z Downloaded sync-ptr v0.1.4
10122026-05-12T03:37:14.959Z Downloaded pkcs5 v0.7.1
10132026-05-12T03:37:14.962Z Downloaded take_mut v0.2.2
10142026-05-12T03:37:14.965Z Downloaded supports-color v3.0.2
10152026-05-12T03:37:14.965Z Downloaded strum v0.26.3
10162026-05-12T03:37:14.965Z Downloaded slog-stdlog v4.1.1
10172026-05-12T03:37:14.965Z Downloaded aws-lc-rs v1.16.3
10182026-05-12T03:37:14.972Z Downloaded tap v1.0.1
10192026-05-12T03:37:14.976Z Downloaded snafu-derive v0.8.9
10202026-05-12T03:37:14.976Z Downloaded russh-keys v0.45.0
10212026-05-12T03:37:14.979Z Downloaded smf v0.2.3
10222026-05-12T03:37:14.979Z Downloaded ron v0.8.1
10232026-05-12T03:37:14.982Z Downloaded slog-scope v4.4.1
10242026-05-12T03:37:14.982Z Downloaded mio v1.2.0
10252026-05-12T03:37:14.985Z Downloaded termtree v0.5.1
10262026-05-12T03:37:14.988Z Downloaded simd-adler32 v0.3.8
10272026-05-12T03:37:14.988Z Downloaded spki v0.7.3
10282026-05-12T03:37:14.990Z Downloaded publicsuffix v2.3.0
10292026-05-12T03:37:14.990Z Downloaded rustls-platform-verifier v0.6.2
10302026-05-12T03:37:14.993Z Downloaded libm v0.2.16
10312026-05-12T03:37:14.998Z Downloaded sqlformat v0.3.5
10322026-05-12T03:37:15.001Z Downloaded thread-id v5.1.0
10332026-05-12T03:37:15.001Z Downloaded itertools v0.12.1
10342026-05-12T03:37:15.004Z Downloaded tinyvec_macros v0.1.1
10352026-05-12T03:37:15.007Z Downloaded stacker v0.1.23
10362026-05-12T03:37:15.007Z Downloaded schemars v0.8.22
10372026-05-12T03:37:15.013Z Downloaded hkdf v0.12.4
10382026-05-12T03:37:15.016Z Downloaded rayon-core v1.13.0
10392026-05-12T03:37:15.019Z Downloaded serde_derive_internals v0.29.1
10402026-05-12T03:37:15.019Z Downloaded quinn v0.11.9
10412026-05-12T03:37:15.022Z Downloaded strum_macros v0.26.4
10422026-05-12T03:37:15.022Z Downloaded static_assertions v1.1.0
10432026-05-12T03:37:15.025Z Downloaded resolv-conf v0.7.6
10442026-05-12T03:37:15.025Z Downloaded ssh-encoding v0.2.0
10452026-05-12T03:37:15.025Z Downloaded progenitor-impl v0.14.0
10462026-05-12T03:37:15.029Z Downloaded pretty_assertions v1.4.1
10472026-05-12T03:37:15.029Z Downloaded half v1.8.3
10482026-05-12T03:37:15.032Z Downloaded bitfield v0.19.4
10492026-05-12T03:37:15.032Z Downloaded nom v7.1.3
10502026-05-12T03:37:15.035Z Downloaded strum_macros v0.27.2
10512026-05-12T03:37:15.035Z Downloaded tokio-macros v2.7.0
10522026-05-12T03:37:15.038Z Downloaded support-bundle-viewer v0.1.2
10532026-05-12T03:37:15.038Z Downloaded hyper v1.8.1
10542026-05-12T03:37:15.041Z Downloaded thiserror-no-std v2.0.2
10552026-05-12T03:37:15.043Z Downloaded signal-hook v0.3.18
10562026-05-12T03:37:15.048Z Downloaded termios v0.3.3
10572026-05-12T03:37:15.048Z Downloaded rcgen v0.12.1
10582026-05-12T03:37:15.051Z Downloaded num-bigint v0.4.6
10592026-05-12T03:37:15.051Z Downloaded slog-async v2.8.0
10602026-05-12T03:37:15.054Z Downloaded prettyplease v0.2.37
10612026-05-12T03:37:15.054Z Downloaded thiserror-impl-no-std v2.0.2
10622026-05-12T03:37:15.057Z Downloaded stringprep v0.1.5
10632026-05-12T03:37:15.057Z Downloaded topological-sort v0.2.2
10642026-05-12T03:37:15.057Z Downloaded spin v0.9.8
10652026-05-12T03:37:15.060Z Downloaded aes v0.8.4
10662026-05-12T03:37:15.063Z Downloaded slog-term v2.9.2
10672026-05-12T03:37:15.063Z Downloaded ryu v1.0.23
10682026-05-12T03:37:15.066Z Downloaded time-core v0.1.8
10692026-05-12T03:37:15.066Z Downloaded tower-layer v0.3.3
10702026-05-12T03:37:15.066Z Downloaded strum_macros v0.24.3
10712026-05-12T03:37:15.069Z Downloaded similar v2.7.0
10722026-05-12T03:37:15.072Z Downloaded trait-variant v0.1.2
10732026-05-12T03:37:15.072Z Downloaded tiny-keccak v2.0.2
10742026-05-12T03:37:15.075Z Downloaded testing_table v0.3.0
10752026-05-12T03:37:15.075Z Downloaded serde_with_macros v3.17.0
10762026-05-12T03:37:15.075Z Downloaded rand v0.8.6
10772026-05-12T03:37:15.078Z Downloaded time-macros v0.2.27
10782026-05-12T03:37:15.078Z Downloaded qorb v0.4.1
10792026-05-12T03:37:15.081Z Downloaded tokio-tungstenite v0.21.0
10802026-05-12T03:37:15.084Z Downloaded structmeta v0.3.0
10812026-05-12T03:37:15.084Z Downloaded subtle v2.6.1
10822026-05-12T03:37:15.084Z Downloaded slog-dtrace v0.3.0
10832026-05-12T03:37:15.087Z Downloaded tabwriter v1.4.1
10842026-05-12T03:37:15.087Z Downloaded tabled_derive v0.11.0
10852026-05-12T03:37:15.087Z Downloaded tower-service v0.3.3
10862026-05-12T03:37:15.087Z Downloaded serde_yaml v0.9.34+deprecated
10872026-05-12T03:37:15.092Z Downloaded rustls-pki-types v1.14.0
10882026-05-12T03:37:15.094Z Downloaded cbc v0.1.2
10892026-05-12T03:37:15.095Z Downloaded tls_codec v0.4.2
10902026-05-12T03:37:15.095Z Downloaded schemars v0.9.0
10912026-05-12T03:37:15.100Z Downloaded typify-macro v0.4.3
10922026-05-12T03:37:15.103Z Downloaded tls_codec_derive v0.4.2
10932026-05-12T03:37:15.103Z Downloaded slog v2.8.2
10942026-05-12T03:37:15.108Z Downloaded aho-corasick v1.1.4
10952026-05-12T03:37:15.111Z Downloaded toml_writer v1.0.6+spec-1.1.0
10962026-05-12T03:37:15.111Z Downloaded rand v0.10.0
10972026-05-12T03:37:15.113Z Downloaded term v0.7.0
10982026-05-12T03:37:15.114Z Downloaded typify-macro v0.6.2
10992026-05-12T03:37:15.114Z Downloaded tokio-rustls v0.25.0
11002026-05-12T03:37:15.117Z Downloaded tokio-native-tls v0.3.1
11012026-05-12T03:37:15.117Z Downloaded untrusted v0.7.1
11022026-05-12T03:37:15.117Z Downloaded unicode-truncate v1.1.0
11032026-05-12T03:37:15.119Z Downloaded unarray v0.1.4
11042026-05-12T03:37:15.119Z Downloaded tokio-dtrace v0.1.1
11052026-05-12T03:37:15.120Z Downloaded socket2 v0.6.3
11062026-05-12T03:37:15.124Z Downloaded unit-prefix v0.5.2
11072026-05-12T03:37:15.124Z Downloaded slog-json v2.6.1
11082026-05-12T03:37:15.124Z Downloaded iddqd v0.3.18
11092026-05-12T03:37:15.127Z Downloaded num-bigint-dig v0.8.6
11102026-05-12T03:37:15.130Z Downloaded subprocess v0.2.15
11112026-05-12T03:37:15.133Z Downloaded smallvec v0.6.14
11122026-05-12T03:37:15.133Z Downloaded fixedbitset v0.4.2
11132026-05-12T03:37:15.136Z Downloaded csv-core v0.1.13
11142026-05-12T03:37:15.136Z Downloaded async-stream v0.3.6
11152026-05-12T03:37:15.136Z Downloaded filetime v0.2.27
11162026-05-12T03:37:15.139Z Downloaded document-features v0.2.12
11172026-05-12T03:37:15.139Z Downloaded dirs-sys-next v0.1.2
11182026-05-12T03:37:15.139Z Downloaded diesel_derives v2.3.7
11192026-05-12T03:37:15.142Z Downloaded tokio-stream v0.1.18
11202026-05-12T03:37:15.145Z Downloaded rustls-webpki v0.103.9
11212026-05-12T03:37:15.148Z Downloaded tokio-tungstenite v0.23.1
11222026-05-12T03:37:15.151Z Downloaded schemars v1.2.1
11232026-05-12T03:37:15.157Z Downloaded void v1.0.2
11242026-05-12T03:37:15.160Z Downloaded iri-string v0.7.10
11252026-05-12T03:37:15.163Z Downloaded universal-hash v0.5.1
11262026-05-12T03:37:15.163Z Downloaded untrusted v0.9.0
11272026-05-12T03:37:15.163Z Downloaded unicase v2.9.0
11282026-05-12T03:37:15.166Z Downloaded term v1.2.1
11292026-05-12T03:37:15.166Z Downloaded usdt-attr-macro v0.6.0
11302026-05-12T03:37:15.169Z Downloaded toml_parser v1.0.9+spec-1.1.0
11312026-05-12T03:37:15.169Z Downloaded tokio-rustls v0.24.1
11322026-05-12T03:37:15.172Z Downloaded try-lock v0.2.5
11332026-05-12T03:37:15.172Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11342026-05-12T03:37:15.172Z Downloaded rsa v0.9.10
11352026-05-12T03:37:15.174Z Downloaded russh v0.45.0
11362026-05-12T03:37:15.177Z Downloaded usdt-macro v0.6.0
11372026-05-12T03:37:15.177Z Downloaded thread_local v1.1.9
11382026-05-12T03:37:15.180Z Downloaded string_cache v0.8.9
11392026-05-12T03:37:15.180Z Downloaded samael v0.0.19
11402026-05-12T03:37:15.183Z Downloaded usdt v0.6.0
11412026-05-12T03:37:15.183Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11422026-05-12T03:37:15.186Z Downloaded rand v0.9.2
11432026-05-12T03:37:15.189Z Downloaded futures-util v0.3.32
11442026-05-12T03:37:15.193Z Downloaded xshell-macros v0.2.7
11452026-05-12T03:37:15.197Z Downloaded utf-8 v0.7.6
11462026-05-12T03:37:15.197Z Downloaded itertools v0.14.0
11472026-05-12T03:37:15.200Z Downloaded rpassword v7.4.0
11482026-05-12T03:37:15.200Z Downloaded itertools v0.13.0
11492026-05-12T03:37:15.203Z Downloaded ahash v0.8.12
11502026-05-12T03:37:15.207Z Downloaded arrayref v0.3.9
11512026-05-12T03:37:15.207Z Downloaded console v0.15.11
11522026-05-12T03:37:15.210Z Downloaded wait-timeout v0.2.1
11532026-05-12T03:37:15.210Z Downloaded cargo_metadata v0.19.2
11542026-05-12T03:37:15.210Z Downloaded byte-wrapper v0.1.0
11552026-05-12T03:37:15.213Z Downloaded async-stream-impl v0.3.6
11562026-05-12T03:37:15.213Z Downloaded xattr v1.6.1
11572026-05-12T03:37:15.213Z Downloaded zeroize_derive v1.4.3
11582026-05-12T03:37:15.213Z Downloaded async-bb8-diesel v0.2.1
11592026-05-12T03:37:15.216Z Downloaded zone_cfg_derive v0.3.1
11602026-05-12T03:37:15.216Z Downloaded assert_matches v1.5.0
11612026-05-12T03:37:15.216Z Downloaded crc32fast v1.5.0
11622026-05-12T03:37:15.222Z Downloaded want v0.3.1
11632026-05-12T03:37:15.226Z Downloaded tokio-rustls v0.26.4
11642026-05-12T03:37:15.230Z Downloaded vergen-lib v0.1.6
11652026-05-12T03:37:15.234Z Downloaded socket2 v0.5.10
11662026-05-12T03:37:15.236Z Downloaded twox-hash v2.1.2
11672026-05-12T03:37:15.239Z Downloaded vergen-gitcl v1.0.8
11682026-05-12T03:37:15.239Z Downloaded test-strategy v0.4.5
11692026-05-12T03:37:15.242Z Downloaded tar v0.4.45
11702026-05-12T03:37:15.245Z Downloaded toml v1.0.6+spec-1.1.0
11712026-05-12T03:37:15.245Z Downloaded walkdir v2.5.0
11722026-05-12T03:37:15.248Z Downloaded waitgroup v0.1.2
11732026-05-12T03:37:15.248Z Downloaded toml v0.7.8
11742026-05-12T03:37:15.251Z Downloaded wyz v0.5.1
11752026-05-12T03:37:15.254Z Downloaded typify v0.6.2
11762026-05-12T03:37:15.269Z Downloaded zone v0.3.1
11772026-05-12T03:37:15.281Z Downloaded vergen v9.0.6
11782026-05-12T03:37:15.284Z Downloaded zstd v0.13.3
11792026-05-12T03:37:15.287Z Downloaded bitvec v1.0.1
11802026-05-12T03:37:15.294Z Downloaded vergen-git2 v1.0.7
11812026-05-12T03:37:15.297Z Downloaded usdt-impl v0.6.0
11822026-05-12T03:37:15.297Z Downloaded toml_edit v0.23.10+spec-1.0.0
11832026-05-12T03:37:15.303Z Downloaded steno v0.4.1
11842026-05-12T03:37:15.309Z Downloaded unicode-bidi v0.3.18
11852026-05-12T03:37:15.309Z Downloaded p521 v0.13.3
11862026-05-12T03:37:15.309Z Downloaded tracing-attributes v0.1.31
11872026-05-12T03:37:15.318Z Downloaded xshell v0.2.7
11882026-05-12T03:37:15.318Z Downloaded unicode-properties v0.1.4
11892026-05-12T03:37:15.318Z Downloaded reedline v0.40.0
11902026-05-12T03:37:15.322Z Downloaded snafu v0.8.9
11912026-05-12T03:37:15.322Z Downloaded portable-atomic v1.13.1
11922026-05-12T03:37:15.325Z Downloaded lalrpop v0.19.12
11932026-05-12T03:37:15.328Z Downloaded zstd-safe v7.2.4
11942026-05-12T03:37:15.332Z Downloaded yasna v0.5.2
11952026-05-12T03:37:15.332Z Downloaded typify v0.4.3
11962026-05-12T03:37:15.335Z Downloaded regex v1.12.3
11972026-05-12T03:37:15.338Z Downloaded tokio-postgres v0.7.16
11982026-05-12T03:37:15.341Z Downloaded zeroize v1.8.2
11992026-05-12T03:37:15.341Z Downloaded whoami v1.6.1
12002026-05-12T03:37:15.341Z Downloaded vsss-rs v3.3.4
12012026-05-12T03:37:15.344Z Downloaded uzers v0.12.2
12022026-05-12T03:37:15.344Z Downloaded git2 v0.20.4
12032026-05-12T03:37:15.348Z Downloaded vte v0.14.1
12042026-05-12T03:37:15.354Z Downloaded unsafe-libyaml v0.2.11
12052026-05-12T03:37:15.357Z Downloaded toml_edit v0.19.15
12062026-05-12T03:37:15.361Z Downloaded zopfli v0.8.3
12072026-05-12T03:37:15.364Z Downloaded zerocopy v0.6.6
12082026-05-12T03:37:15.364Z Downloaded whoami v2.1.0
12092026-05-12T03:37:15.367Z Downloaded reqwest v0.13.2
12102026-05-12T03:37:15.375Z Downloaded uuid v1.23.0
12112026-05-12T03:37:15.378Z Downloaded tinyvec v1.10.0
12122026-05-12T03:37:15.378Z Downloaded ssh-key v0.6.7
12132026-05-12T03:37:15.378Z Downloaded unicode_categories v0.1.1
12142026-05-12T03:37:15.378Z Downloaded tungstenite v0.21.0
12152026-05-12T03:37:15.378Z Downloaded chrono v0.4.44
12162026-05-12T03:37:15.382Z Downloaded yansi v1.0.1
12172026-05-12T03:37:15.385Z Downloaded blake3 v1.8.3
12182026-05-12T03:37:15.388Z Downloaded bindgen v0.71.1
12192026-05-12T03:37:15.393Z Downloaded p384 v0.13.1
12202026-05-12T03:37:15.396Z Downloaded rayon v1.11.0
12212026-05-12T03:37:15.401Z Downloaded zip v0.6.6
12222026-05-12T03:37:15.404Z Downloaded reqwest v0.12.28
12232026-05-12T03:37:15.407Z Downloaded csv v1.4.0
12242026-05-12T03:37:15.418Z Downloaded salty v0.3.0
12252026-05-12T03:37:15.422Z Downloaded curve25519-dalek v4.1.3
12262026-05-12T03:37:15.426Z Downloaded rustls-webpki v0.101.7
12272026-05-12T03:37:15.435Z Downloaded quick-xml v0.37.5
12282026-05-12T03:37:15.440Z Downloaded tungstenite v0.23.0
12292026-05-12T03:37:15.443Z Downloaded x509-cert v0.2.5
12302026-05-12T03:37:15.443Z Downloaded typed-path v0.9.3
12312026-05-12T03:37:15.447Z Downloaded tower v0.5.3
12322026-05-12T03:37:15.451Z Downloaded unicode-segmentation v1.12.0
12332026-05-12T03:37:15.454Z Downloaded moka v0.12.13
12342026-05-12T03:37:15.457Z Downloaded tracing-core v0.1.36
12352026-05-12T03:37:15.471Z Downloaded toml v0.9.12+spec-1.1.0
12362026-05-12T03:37:15.478Z Downloaded unicode-normalization v0.1.25
12372026-05-12T03:37:15.478Z Downloaded rustyline v14.0.0
12382026-05-12T03:37:15.478Z Downloaded tui-tree-widget v0.23.1
12392026-05-12T03:37:15.483Z Downloaded proptest v1.10.0
12402026-05-12T03:37:15.487Z Downloaded zerocopy-derive v0.8.40
12412026-05-12T03:37:15.491Z Downloaded tokio-util v0.7.18
12422026-05-12T03:37:15.503Z Downloaded goblin v0.10.5
12432026-05-12T03:37:15.507Z Downloaded tower-http v0.6.8
12442026-05-12T03:37:15.512Z Downloaded bstr v1.12.1
12452026-05-12T03:37:15.519Z Downloaded serde_with v3.17.0
12462026-05-12T03:37:15.525Z Downloaded nix v0.28.0
12472026-05-12T03:37:15.531Z Downloaded tough v0.22.0
12482026-05-12T03:37:15.535Z Downloaded rustls-webpki v0.102.8
12492026-05-12T03:37:15.547Z Downloaded zip v4.6.1
12502026-05-12T03:37:15.550Z Downloaded nix v0.27.1
12512026-05-12T03:37:15.555Z Downloaded radix_trie v0.2.1
12522026-05-12T03:37:15.558Z Downloaded dropshot v0.16.7
12532026-05-12T03:37:15.571Z Downloaded dropshot v0.17.0
12542026-05-12T03:37:15.584Z Downloaded quinn-proto v0.11.13
12552026-05-12T03:37:15.587Z Downloaded time v0.3.47
12562026-05-12T03:37:15.594Z Downloaded winnow v0.6.26
12572026-05-12T03:37:15.602Z Downloaded tabled v0.20.0
12582026-05-12T03:37:15.609Z Downloaded winnow v0.5.40
12592026-05-12T03:37:15.615Z Downloaded smoltcp v0.9.1
12602026-05-12T03:37:15.619Z Downloaded hickory-proto v0.24.4
12612026-05-12T03:37:15.629Z Downloaded object v0.37.3
12622026-05-12T03:37:15.635Z Downloaded polar-core v0.27.3
12632026-05-12T03:37:15.640Z Downloaded zlib-rs v0.6.2
12642026-05-12T03:37:15.643Z Downloaded diesel v2.3.8
12652026-05-12T03:37:15.653Z Downloaded vcpkg v0.2.15
12662026-05-12T03:37:15.676Z Downloaded webpki-roots v1.0.6
12672026-05-12T03:37:15.679Z Downloaded openapiv3 v2.2.0
12682026-05-12T03:37:15.686Z Downloaded zerocopy v0.8.40
12692026-05-12T03:37:15.689Z Downloaded smoltcp v0.11.0
12702026-05-12T03:37:15.697Z Downloaded rustls v0.23.37
12712026-05-12T03:37:15.705Z Downloaded rustls v0.22.4
12722026-05-12T03:37:15.710Z Downloaded regress v0.11.1
12732026-05-12T03:37:15.717Z Downloaded regex-syntax v0.8.10
12742026-05-12T03:37:15.722Z Downloaded hickory-proto v0.25.2
12752026-05-12T03:37:15.729Z Downloaded rustix v0.38.44
12762026-05-12T03:37:15.745Z Downloaded regress v0.10.5
12772026-05-12T03:37:15.748Z Downloaded nix v0.31.2
12782026-05-12T03:37:15.753Z Downloaded rustls v0.21.12
12792026-05-12T03:37:15.764Z Downloaded regex-syntax v0.6.29
12802026-05-12T03:37:15.767Z Downloaded sqlparser v0.61.0
12812026-05-12T03:37:15.773Z Downloaded openssl v0.10.78
12822026-05-12T03:37:15.776Z Downloaded sled v0.34.7
12832026-05-12T03:37:15.782Z Downloaded nix v0.29.0
12842026-05-12T03:37:15.788Z Downloaded typify-impl v0.6.2
12852026-05-12T03:37:15.796Z Downloaded tracing v0.1.44
12862026-05-12T03:37:15.806Z Downloaded ratatui v0.29.0
12872026-05-12T03:37:15.818Z Downloaded typify-impl v0.4.3
12882026-05-12T03:37:15.825Z Downloaded bzip2-sys v0.1.13+1.0.8
12892026-05-12T03:37:15.832Z Downloaded petname v2.0.2
12902026-05-12T03:37:15.840Z Downloaded object v0.30.4
12912026-05-12T03:37:15.844Z Downloaded regex-automata v0.4.14
12922026-05-12T03:37:15.850Z Downloaded zerocopy-derive v0.6.6
12932026-05-12T03:37:15.855Z Downloaded jiff v0.2.21
12942026-05-12T03:37:15.866Z Downloaded chrono-tz v0.10.4
12952026-05-12T03:37:15.879Z Downloaded petgraph v0.6.5
12962026-05-12T03:37:15.890Z Downloaded petgraph v0.8.3
12972026-05-12T03:37:15.904Z Downloaded libz-sys v1.1.24
12982026-05-12T03:37:15.918Z Downloaded sha3 v0.10.8
12992026-05-12T03:37:15.927Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13002026-05-12T03:37:15.936Z Downloaded tokio v1.52.1
13012026-05-12T03:37:15.987Z Downloaded encoding_rs v0.8.35
13022026-05-12T03:37:16.007Z Downloaded ring v0.17.14
13032026-05-12T03:37:16.080Z Downloaded libgit2-sys v0.18.3+1.9.2
13042026-05-12T03:37:16.551Z Downloaded aws-lc-sys v0.40.0
13052026-05-12T03:37:16.805Z Compiling libc v0.2.185
13062026-05-12T03:37:16.805Z Compiling serde v1.0.228
13072026-05-12T03:37:16.811Z Compiling log v0.4.29
13082026-05-12T03:37:16.811Z Compiling find-msvc-tools v0.1.9
13092026-05-12T03:37:16.953Z Compiling shlex v1.3.0
13102026-05-12T03:37:16.982Z Compiling syn v2.0.117
13112026-05-12T03:37:16.982Z Compiling smallvec v1.15.1
13122026-05-12T03:37:16.987Z Compiling typenum v1.19.0
13132026-05-12T03:37:17.157Z Compiling generic-array v0.14.7
13142026-05-12T03:37:17.174Z Compiling subtle v2.6.1
13152026-05-12T03:37:17.207Z Compiling scopeguard v1.2.0
13162026-05-12T03:37:17.240Z Compiling const-oid v0.9.6
13172026-05-12T03:37:17.284Z Compiling lock_api v0.4.14
13182026-05-12T03:37:17.307Z Compiling portable-atomic v1.13.1
13192026-05-12T03:37:17.356Z Compiling serde_json v1.0.149
13202026-05-12T03:37:17.393Z Compiling critical-section v1.2.0
13212026-05-12T03:37:17.514Z Compiling zerocopy v0.8.40
13222026-05-12T03:37:17.529Z Compiling parking_lot_core v0.9.12
13232026-05-12T03:37:17.754Z Compiling pin-project-lite v0.2.17
13242026-05-12T03:37:17.812Z Compiling getrandom v0.2.17
13252026-05-12T03:37:17.847Z Compiling jobserver v0.1.34
13262026-05-12T03:37:17.885Z Compiling errno v0.3.14
13272026-05-12T03:37:17.949Z Compiling rand_core v0.6.4
13282026-05-12T03:37:18.028Z Compiling pkg-config v0.3.32
13292026-05-12T03:37:18.042Z Compiling cc v1.2.56
13302026-05-12T03:37:18.210Z Compiling signal-hook-registry v1.4.8
13312026-05-12T03:37:18.211Z Compiling bitflags v2.11.0
13322026-05-12T03:37:18.331Z Compiling once_cell v1.21.3
13332026-05-12T03:37:18.382Z Compiling futures-core v0.3.32
13342026-05-12T03:37:18.444Z Compiling libm v0.2.16
13352026-05-12T03:37:18.474Z Compiling parking_lot v0.12.5
13362026-05-12T03:37:18.530Z Compiling mio v1.2.0
13372026-05-12T03:37:18.543Z Compiling num-traits v0.2.19
13382026-05-12T03:37:18.565Z Compiling percent-encoding v2.3.2
13392026-05-12T03:37:18.682Z Compiling socket2 v0.6.3
13402026-05-12T03:37:18.756Z Compiling futures-sink v0.3.32
13412026-05-12T03:37:18.835Z Compiling futures-channel v0.3.32
13422026-05-12T03:37:18.853Z Compiling slab v0.4.12
13432026-05-12T03:37:18.876Z Compiling getrandom v0.4.1
13442026-05-12T03:37:18.987Z Compiling futures-io v0.3.32
13452026-05-12T03:37:19.028Z Compiling cpufeatures v0.2.17
13462026-05-12T03:37:19.048Z Compiling futures-task v0.3.32
13472026-05-12T03:37:19.081Z Compiling rand_core v0.10.0
13482026-05-12T03:37:19.103Z Compiling indexmap v2.14.0
13492026-05-12T03:37:19.134Z Compiling getrandom v0.3.4
13502026-05-12T03:37:19.221Z Compiling rustversion v1.0.22
13512026-05-12T03:37:19.244Z Compiling cmake v0.1.57
13522026-05-12T03:37:19.467Z Compiling form_urlencoded v1.2.2
13532026-05-12T03:37:19.620Z Compiling fs_extra v1.3.0
13542026-05-12T03:37:19.669Z Compiling dunce v1.0.5
13552026-05-12T03:37:19.714Z Compiling base64ct v1.8.3
13562026-05-12T03:37:19.759Z Compiling synstructure v0.13.2
13572026-05-12T03:37:19.871Z Compiling aws-lc-sys v0.40.0
13582026-05-12T03:37:19.878Z Compiling ident_case v1.0.1
13592026-05-12T03:37:20.014Z Compiling pem-rfc7468 v0.7.0
13602026-05-12T03:37:20.107Z Compiling regex-syntax v0.8.10
13612026-05-12T03:37:20.162Z Compiling iana-time-zone v0.1.65
13622026-05-12T03:37:20.184Z Compiling rustix v1.1.3
13632026-05-12T03:37:20.204Z Compiling flagset v0.4.7
13642026-05-12T03:37:20.286Z Compiling rand_core v0.9.5
13652026-05-12T03:37:20.382Z Compiling ring v0.17.14
13662026-05-12T03:37:20.404Z Compiling vcpkg v0.2.15
13672026-05-12T03:37:20.432Z Compiling aws-lc-rs v1.16.3
13682026-05-12T03:37:20.637Z Compiling uuid v1.23.0
13692026-05-12T03:37:20.740Z Compiling rustc_version v0.4.1
13702026-05-12T03:37:21.098Z Compiling tracing-core v0.1.36
13712026-05-12T03:37:21.227Z Compiling openssl-sys v0.9.114
13722026-05-12T03:37:21.363Z Compiling base64 v0.22.1
13732026-05-12T03:37:21.702Z Compiling serde_derive v1.0.228
13742026-05-12T03:37:21.752Z Compiling zeroize_derive v1.4.3
13752026-05-12T03:37:21.752Z Compiling zerofrom-derive v0.1.6
13762026-05-12T03:37:21.752Z Compiling yoke-derive v0.8.1
13772026-05-12T03:37:22.047Z Compiling zerovec-derive v0.11.2
13782026-05-12T03:37:22.296Z Compiling zeroize v1.8.2
13792026-05-12T03:37:22.516Z Compiling zerocopy-derive v0.8.40
13802026-05-12T03:37:22.893Z Compiling displaydoc v0.2.5
13812026-05-12T03:37:23.068Z Compiling crypto-common v0.1.7
13822026-05-12T03:37:23.155Z Compiling zerofrom v0.1.6
13832026-05-12T03:37:23.228Z Compiling block-buffer v0.10.4
13842026-05-12T03:37:23.228Z Compiling tokio-macros v2.7.0
13852026-05-12T03:37:23.361Z Compiling yoke v0.8.1
13862026-05-12T03:37:23.361Z Compiling digest v0.10.7
13872026-05-12T03:37:23.440Z Compiling zerovec v0.11.5
13882026-05-12T03:37:23.571Z Compiling futures-macro v0.3.32
13892026-05-12T03:37:23.634Z Compiling zerotrie v0.2.3
13902026-05-12T03:37:23.932Z Compiling tinystr v0.8.2
13912026-05-12T03:37:23.933Z Compiling potential_utf v0.1.4
13922026-05-12T03:37:23.993Z Compiling hmac v0.12.1
13932026-05-12T03:37:24.073Z Compiling icu_locale_core v2.1.1
13942026-05-12T03:37:24.130Z Compiling icu_collections v2.1.1
13952026-05-12T03:37:24.130Z Compiling block-padding v0.3.3
13962026-05-12T03:37:24.249Z Compiling inout v0.1.4
13972026-05-12T03:37:24.328Z Compiling futures-util v0.3.32
13982026-05-12T03:37:24.393Z Compiling cipher v0.4.4
13992026-05-12T03:37:24.571Z Compiling sha2 v0.10.9
14002026-05-12T03:37:24.694Z Compiling icu_provider v2.1.1
14012026-05-12T03:37:24.933Z Compiling bytes v1.11.1
14022026-05-12T03:37:24.984Z Compiling icu_properties v2.1.2
14032026-05-12T03:37:25.028Z Compiling icu_normalizer v2.1.1
14042026-05-12T03:37:25.064Z Compiling der_derive v0.7.3
14052026-05-12T03:37:25.556Z Compiling tokio v1.52.1
14062026-05-12T03:37:25.581Z Compiling http v1.4.0
14072026-05-12T03:37:25.877Z Compiling idna_adapter v1.2.1
14082026-05-12T03:37:26.019Z Compiling idna v1.1.0
14092026-05-12T03:37:26.066Z Compiling der v0.7.10
14102026-05-12T03:37:26.073Z Compiling chrono v0.4.44
14112026-05-12T03:37:26.485Z Compiling url v2.5.8
14122026-05-12T03:37:26.642Z Compiling salsa20 v0.10.2
14132026-05-12T03:37:26.663Z Compiling pbkdf2 v0.12.2
14142026-05-12T03:37:26.774Z Compiling ppv-lite86 v0.2.21
14152026-05-12T03:37:26.774Z Compiling rustls-pki-types v1.14.0
14162026-05-12T03:37:26.934Z Compiling spki v0.7.3
14172026-05-12T03:37:27.088Z Compiling tracing-attributes v0.1.31
14182026-05-12T03:37:27.135Z Compiling thiserror-impl v2.0.18
14192026-05-12T03:37:27.223Z Compiling rand_chacha v0.9.0
14202026-05-12T03:37:27.246Z Compiling scrypt v0.11.0
14212026-05-12T03:37:27.264Z Compiling http-body v1.0.1
14222026-05-12T03:37:27.411Z Compiling cbc v0.1.2
14232026-05-12T03:37:27.417Z Compiling aes v0.8.4
14242026-05-12T03:37:27.549Z Compiling openssl-probe v0.2.1
14252026-05-12T03:37:27.569Z Compiling tinyvec_macros v0.1.1
14262026-05-12T03:37:27.635Z Compiling untrusted v0.7.1
14272026-05-12T03:37:27.728Z Compiling httparse v1.10.1
14282026-05-12T03:37:27.771Z Compiling untrusted v0.9.0
14292026-05-12T03:37:27.932Z Compiling pkcs5 v0.7.1
14302026-05-12T03:37:28.169Z Compiling tinyvec v1.10.0
14312026-05-12T03:37:28.367Z Compiling tracing v0.1.44
14322026-05-12T03:37:28.367Z Compiling pest_generator v2.8.6
14332026-05-12T03:37:28.430Z Compiling rand v0.9.2
14342026-05-12T03:37:28.448Z Compiling thiserror v2.0.18
14352026-05-12T03:37:28.459Z Compiling serde_derive_internals v0.29.1
14362026-05-12T03:37:28.545Z Compiling aho-corasick v1.1.4
14372026-05-12T03:37:28.625Z Compiling dyn-clone v1.0.20
14382026-05-12T03:37:28.757Z Compiling atomic-waker v1.1.2
14392026-05-12T03:37:28.890Z Compiling try-lock v0.2.5
14402026-05-12T03:37:29.018Z Compiling tower-layer v0.3.3
14412026-05-12T03:37:29.073Z Compiling rustls v0.23.37
14422026-05-12T03:37:29.151Z Compiling tower-service v0.3.3
14432026-05-12T03:37:29.247Z Compiling tokio-util v0.7.18
14442026-05-12T03:37:29.321Z Compiling schemars v0.8.22
14452026-05-12T03:37:29.321Z Compiling pest_derive v2.8.6
14462026-05-12T03:37:29.378Z Compiling schemars_derive v0.8.22
14472026-05-12T03:37:29.437Z Compiling regex-automata v0.4.14
14482026-05-12T03:37:29.608Z Compiling want v0.3.1
14492026-05-12T03:37:29.669Z Compiling pkcs8 v0.10.2
14502026-05-12T03:37:29.950Z Compiling h2 v0.4.13
14512026-05-12T03:37:30.054Z Compiling ipnet v2.11.0
14522026-05-12T03:37:30.238Z Compiling scroll_derive v0.13.1
14532026-05-12T03:37:30.261Z Compiling darling_core v0.20.11
14542026-05-12T03:37:30.579Z Compiling httpdate v1.0.3
14552026-05-12T03:37:30.601Z Compiling pin-utils v0.1.0
14562026-05-12T03:37:30.709Z Compiling openssl v0.10.78
14572026-05-12T03:37:30.794Z Compiling foreign-types-shared v0.1.1
14582026-05-12T03:37:30.902Z Compiling foreign-types v0.3.2
14592026-05-12T03:37:30.948Z Compiling tempfile v3.25.0
14602026-05-12T03:37:31.048Z Compiling scroll v0.13.0
14612026-05-12T03:37:31.174Z Compiling unicode-normalization v0.1.25
14622026-05-12T03:37:31.310Z Compiling openssl-macros v0.1.1
14632026-05-12T03:37:31.659Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14642026-05-12T03:37:31.715Z Compiling spin v0.9.8
14652026-05-12T03:37:31.824Z Compiling crc32fast v1.5.0
14662026-05-12T03:37:31.912Z Compiling num-conv v0.2.0
14672026-05-12T03:37:31.991Z Compiling powerfmt v0.2.0
14682026-05-12T03:37:32.031Z Compiling time-core v0.1.8
14692026-05-12T03:37:32.104Z Compiling native-tls v0.2.18
14702026-05-12T03:37:32.181Z Compiling time-macros v0.2.27
14712026-05-12T03:37:32.195Z Compiling deranged v0.5.8
14722026-05-12T03:37:32.544Z Compiling darling_macro v0.20.11
14732026-05-12T03:37:33.012Z Compiling hyper v1.8.1
14742026-05-12T03:37:33.147Z Compiling darling v0.20.11
14752026-05-12T03:37:33.238Z Compiling goblin v0.10.5
14762026-05-12T03:37:33.273Z Compiling rustls-native-certs v0.8.3
14772026-05-12T03:37:33.510Z Compiling sync_wrapper v1.0.2
14782026-05-12T03:37:33.519Z Compiling wait-timeout v0.2.1
14792026-05-12T03:37:33.625Z Compiling bit-vec v0.8.0
14802026-05-12T03:37:33.831Z Compiling simd-adler32 v0.3.8
14812026-05-12T03:37:33.849Z Compiling usdt-impl v0.6.0
14822026-05-12T03:37:33.900Z Compiling unicode-segmentation v1.12.0
14832026-05-12T03:37:34.050Z Compiling hyper-util v0.1.20
14842026-05-12T03:37:34.216Z Compiling quick-error v1.2.3
14852026-05-12T03:37:34.271Z Compiling crossbeam-utils v0.8.21
14862026-05-12T03:37:34.313Z Compiling num_threads v0.1.7
14872026-05-12T03:37:34.340Z Compiling siphasher v1.0.2
14882026-05-12T03:37:34.438Z Compiling syn v1.0.109
14892026-05-12T03:37:34.532Z Compiling time v0.3.47
14902026-05-12T03:37:34.777Z Compiling rusty-fork v0.3.1
14912026-05-12T03:37:34.853Z Compiling bit-set v0.8.0
14922026-05-12T03:37:35.012Z Compiling tower v0.5.3
14932026-05-12T03:37:35.073Z Compiling derive_builder_core v0.20.2
14942026-05-12T03:37:35.451Z Compiling dtrace-parser v0.3.0
14952026-05-12T03:37:35.510Z Compiling http-body-util v0.1.3
14962026-05-12T03:37:35.865Z Compiling webpki-roots v1.0.6
14972026-05-12T03:37:35.973Z Compiling signature v2.2.0
14982026-05-12T03:37:35.973Z Compiling scroll_derive v0.12.1
14992026-05-12T03:37:36.093Z Compiling dof v0.4.0
15002026-05-12T03:37:36.093Z Compiling thiserror-impl v1.0.69
15012026-05-12T03:37:36.166Z Compiling heapless v0.7.17
15022026-05-12T03:37:36.251Z Compiling rand_xorshift v0.4.0
15032026-05-12T03:37:36.450Z Compiling slog v2.8.2
15042026-05-12T03:37:36.544Z Compiling darling_core v0.21.3
15052026-05-12T03:37:36.618Z Compiling bzip2-sys v0.1.13+1.0.8
15062026-05-12T03:37:36.618Z Compiling thread-id v5.1.0
15072026-05-12T03:37:36.688Z Compiling cookie v0.18.1
15082026-05-12T03:37:36.868Z Compiling allocator-api2 v0.2.21
15092026-05-12T03:37:36.990Z Compiling zstd-safe v7.2.4
15102026-05-12T03:37:37.110Z Compiling unarray v0.1.4
15112026-05-12T03:37:37.187Z Compiling iri-string v0.7.10
15122026-05-12T03:37:37.188Z Compiling ryu v1.0.23
15132026-05-12T03:37:37.188Z Compiling adler2 v2.0.1
15142026-05-12T03:37:37.258Z Compiling signal-hook v0.3.18
15152026-05-12T03:37:37.289Z Compiling unicode-bidi v0.3.18
15162026-05-12T03:37:37.307Z Compiling anyhow v1.0.102
15172026-05-12T03:37:37.455Z Compiling paste v1.0.15
15182026-05-12T03:37:37.552Z Compiling unicode-properties v0.1.4
15192026-05-12T03:37:37.634Z Compiling stringprep v0.1.5
15202026-05-12T03:37:37.741Z Compiling thiserror v1.0.69
15212026-05-12T03:37:37.814Z Compiling serde_urlencoded v0.7.1
15222026-05-12T03:37:37.843Z Compiling miniz_oxide v0.8.9
15232026-05-12T03:37:37.843Z Compiling proptest v1.10.0
15242026-05-12T03:37:38.378Z Compiling tower-http v0.6.8
15252026-05-12T03:37:38.646Z Compiling scroll v0.12.0
15262026-05-12T03:37:38.685Z Compiling derive_builder_macro v0.20.2
15272026-05-12T03:37:38.955Z Compiling tokio-native-tls v0.3.1
15282026-05-12T03:37:39.086Z Compiling darling_macro v0.21.3
15292026-05-12T03:37:39.086Z Compiling heck v0.4.1
15302026-05-12T03:37:39.145Z Compiling ipnetwork v0.21.1
15312026-05-12T03:37:39.160Z Compiling bstr v1.12.1
15322026-05-12T03:37:39.221Z Compiling rand_chacha v0.3.1
15332026-05-12T03:37:39.334Z Compiling serde_spanned v0.6.9
15342026-05-12T03:37:39.393Z Compiling toml_datetime v0.6.11
15352026-05-12T03:37:39.436Z Compiling erased-serde v0.3.31
15362026-05-12T03:37:39.528Z Compiling serde_tokenstream v0.2.3
15372026-05-12T03:37:39.614Z Compiling md-5 v0.10.6
15382026-05-12T03:37:39.821Z Compiling async-trait v0.1.89
15392026-05-12T03:37:39.893Z Compiling zerocopy-derive v0.7.35
15402026-05-12T03:37:39.893Z Compiling pin-project-internal v1.1.11
15412026-05-12T03:37:39.904Z Compiling curve25519-dalek v4.1.3
15422026-05-12T03:37:39.995Z Compiling vergen-lib v0.1.6
15432026-05-12T03:37:40.224Z Compiling num-integer v0.1.46
15442026-05-12T03:37:40.332Z Compiling hash32 v0.2.1
15452026-05-12T03:37:40.502Z Compiling ff v0.13.1
15462026-05-12T03:37:40.534Z Compiling memoffset v0.9.1
15472026-05-12T03:37:40.651Z Compiling base16ct v0.2.0
15482026-05-12T03:37:40.865Z Compiling cfg_aliases v0.2.1
15492026-05-12T03:37:40.866Z Compiling psl-types v2.0.11
15502026-05-12T03:37:40.990Z Compiling smoltcp v0.9.1
15512026-05-12T03:37:40.990Z Compiling ref-cast v1.0.25
15522026-05-12T03:37:40.990Z Compiling litrs v1.0.0
15532026-05-12T03:37:40.990Z Compiling num-bigint-dig v0.8.6
15542026-05-12T03:37:41.027Z Compiling rustix v0.38.44
15552026-05-12T03:37:41.037Z Compiling zlib-rs v0.6.2
15562026-05-12T03:37:41.043Z Compiling fallible-iterator v0.2.0
15572026-05-12T03:37:41.240Z Compiling pin-project v1.1.11
15582026-05-12T03:37:41.274Z Compiling publicsuffix v2.3.0
15592026-05-12T03:37:41.303Z Compiling document-features v0.2.12
15602026-05-12T03:37:41.361Z Compiling postgres-protocol v0.6.10
15612026-05-12T03:37:41.403Z Compiling sec1 v0.7.3
15622026-05-12T03:37:41.426Z Compiling nix v0.31.2
15632026-05-12T03:37:41.921Z Compiling zerocopy v0.7.35
15642026-05-12T03:37:42.127Z Compiling group v0.13.0
15652026-05-12T03:37:42.127Z Compiling num-iter v0.1.45
15662026-05-12T03:37:42.127Z Compiling newtype-uuid v1.3.2
15672026-05-12T03:37:42.421Z Compiling rand v0.8.6
15682026-05-12T03:37:42.616Z Compiling oxnet v0.1.4
15692026-05-12T03:37:42.616Z Compiling darling v0.21.3
15702026-05-12T03:37:42.617Z Compiling snafu-derive v0.8.9
15712026-05-12T03:37:42.617Z Compiling derive_builder v0.20.2
15722026-05-12T03:37:42.837Z Compiling hubpack_derive v0.1.1
15732026-05-12T03:37:42.960Z Compiling hyper-tls v0.6.0
15742026-05-12T03:37:42.960Z Compiling goblin v0.8.2
15752026-05-12T03:37:43.499Z Compiling phf_shared v0.13.1
15762026-05-12T03:37:43.637Z Compiling lazy_static v1.5.0
15772026-05-12T03:37:43.760Z Compiling regex v1.12.3
15782026-05-12T03:37:43.760Z Compiling strum_macros v0.27.2
15792026-05-12T03:37:44.018Z Compiling flate2 v1.1.9
15802026-05-12T03:37:44.148Z Compiling futures-executor v0.3.32
15812026-05-12T03:37:44.345Z Compiling hex v0.4.3
15822026-05-12T03:37:44.471Z Compiling cargo-platform v0.1.9
15832026-05-12T03:37:44.471Z Compiling hkdf v0.12.4
15842026-05-12T03:37:44.472Z Compiling crypto-bigint v0.5.5
15852026-05-12T03:37:44.584Z Compiling terminal_size v0.4.3
15862026-05-12T03:37:44.694Z Compiling ref-cast-impl v1.0.25
15872026-05-12T03:37:44.694Z Compiling curve25519-dalek-derive v0.1.1
15882026-05-12T03:37:44.804Z Compiling daft-derive v0.1.5
15892026-05-12T03:37:45.095Z Compiling vergen v9.0.6
15902026-05-12T03:37:45.205Z Compiling fs-err v3.3.0
15912026-05-12T03:37:45.296Z Compiling ahash v0.8.12
15922026-05-12T03:37:45.360Z Compiling encoding_rs v0.8.35
15932026-05-12T03:37:45.405Z Compiling libbz2-rs-sys v0.2.2
15942026-05-12T03:37:45.488Z Compiling foldhash v0.1.5
15952026-05-12T03:37:45.713Z Compiling foldhash v0.2.0
15962026-05-12T03:37:45.819Z Compiling bumpalo v3.20.2
15972026-05-12T03:37:45.980Z Compiling object v0.37.3
15982026-05-12T03:37:46.126Z Compiling mime v0.3.17
15992026-05-12T03:37:46.205Z Compiling same-file v1.0.6
16002026-05-12T03:37:46.206Z Compiling winnow v0.5.40
16012026-05-12T03:37:46.270Z Compiling managed v0.8.0
16022026-05-12T03:37:46.348Z Compiling bitflags v1.3.2
16032026-05-12T03:37:46.404Z Compiling walkdir v2.5.0
16042026-05-12T03:37:46.526Z Compiling zopfli v0.8.3
16052026-05-12T03:37:46.546Z Compiling bzip2 v0.6.1
16062026-05-12T03:37:46.674Z Compiling hashbrown v0.16.1
16072026-05-12T03:37:46.821Z Compiling clap_builder v4.5.60
16082026-05-12T03:37:46.942Z Compiling strum v0.27.2
16092026-05-12T03:37:47.065Z Compiling hashbrown v0.15.5
16102026-05-12T03:37:47.215Z Compiling daft v0.1.5
16112026-05-12T03:37:47.282Z Compiling elliptic-curve v0.13.8
16122026-05-12T03:37:47.495Z Compiling toml_edit v0.19.15
16132026-05-12T03:37:47.655Z Compiling dof v0.3.0
16142026-05-12T03:37:47.758Z Compiling cargo_metadata v0.19.2
16152026-05-12T03:37:47.758Z Compiling snafu v0.8.9
16162026-05-12T03:37:48.105Z Compiling futures v0.3.32
16172026-05-12T03:37:48.235Z Compiling phf v0.13.1
16182026-05-12T03:37:48.301Z Compiling signal-hook-mio v0.2.5
16192026-05-12T03:37:48.808Z Compiling cookie_store v0.22.1
16202026-05-12T03:37:48.956Z Compiling hubpack v0.1.2
16212026-05-12T03:37:49.053Z Compiling bzip2 v0.4.4
16222026-05-12T03:37:49.091Z Compiling zstd v0.13.3
16232026-05-12T03:37:49.140Z Compiling serde_with_macros v3.17.0
16242026-05-12T03:37:49.388Z Compiling postgres-types v0.2.12
16252026-05-12T03:37:49.704Z Compiling usdt-attr-macro v0.6.0
16262026-05-12T03:37:49.932Z Compiling usdt-macro v0.6.0
16272026-05-12T03:37:50.050Z Compiling globset v0.4.18
16282026-05-12T03:37:50.218Z Compiling dtrace-parser v0.2.0
16292026-05-12T03:37:50.235Z Compiling ed25519 v2.2.3
16302026-05-12T03:37:50.517Z Compiling phf_shared v0.11.3
16312026-05-12T03:37:50.524Z Compiling olpc-cjson v0.1.4
16322026-05-12T03:37:50.786Z Compiling pkcs1 v0.7.5
16332026-05-12T03:37:50.813Z Compiling clap_derive v4.5.55
16342026-05-12T03:37:50.813Z Compiling enum-as-inner v0.6.1
16352026-05-12T03:37:50.813Z Compiling strum_macros v0.26.4
16362026-05-12T03:37:50.991Z Compiling serde_plain v1.0.2
16372026-05-12T03:37:51.088Z Compiling serde-big-array v0.5.1
16382026-05-12T03:37:51.202Z Compiling rfc6979 v0.4.0
16392026-05-12T03:37:51.223Z Compiling pem v3.0.6
16402026-05-12T03:37:51.223Z Compiling async-recursion v1.1.1
16412026-05-12T03:37:51.235Z Compiling serde_repr v0.1.20
16422026-05-12T03:37:51.297Z Compiling float-cmp v0.10.0
16432026-05-12T03:37:51.441Z Compiling thread-id v4.2.2
16442026-05-12T03:37:51.514Z Compiling memmap2 v0.9.10
16452026-05-12T03:37:51.525Z Compiling env_filter v1.0.0
16462026-05-12T03:37:51.752Z Compiling rustc-hash v2.1.1
16472026-05-12T03:37:51.791Z Compiling predicates-core v1.0.10
16482026-05-12T03:37:51.861Z Compiling static_assertions v1.1.0
16492026-05-12T03:37:51.924Z Compiling fixedbitset v0.4.2
16502026-05-12T03:37:51.924Z Compiling typed-path v0.9.3
16512026-05-12T03:37:51.982Z Compiling jiff v0.2.21
16522026-05-12T03:37:51.982Z Compiling whoami v2.1.0
16532026-05-12T03:37:52.089Z Compiling precomputed-hash v0.1.1
16542026-05-12T03:37:52.157Z Compiling keccak v0.1.6
16552026-05-12T03:37:52.293Z Compiling normalize-line-endings v0.3.0
16562026-05-12T03:37:52.381Z Compiling data-encoding v2.10.0
16572026-05-12T03:37:52.483Z Compiling either v1.15.0
16582026-05-12T03:37:52.507Z Compiling difflib v0.4.0
16592026-05-12T03:37:52.685Z Compiling new_debug_unreachable v1.0.6
16602026-05-12T03:37:52.794Z Compiling fixedbitset v0.5.7
16612026-05-12T03:37:52.936Z Compiling string_cache v0.8.9
16622026-05-12T03:37:53.041Z Compiling petgraph v0.8.3
16632026-05-12T03:37:53.492Z Compiling predicates v3.1.4
16642026-05-12T03:37:53.492Z Compiling hickory-proto v0.25.2
16652026-05-12T03:37:53.492Z Compiling itertools v0.13.0
16662026-05-12T03:37:53.508Z Compiling strum v0.26.3
16672026-05-12T03:37:53.508Z Compiling clap v4.5.60
16682026-05-12T03:37:53.509Z Compiling sha3 v0.10.8
16692026-05-12T03:37:53.753Z Compiling tokio-postgres v0.7.16
16702026-05-12T03:37:53.863Z Compiling petgraph v0.6.5
16712026-05-12T03:37:53.924Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16722026-05-12T03:37:54.294Z Compiling toml_edit v0.22.27
16732026-05-12T03:37:55.019Z Compiling zip v4.6.1
16742026-05-12T03:37:55.313Z Compiling iddqd v0.3.18
16752026-05-12T03:37:55.983Z Compiling env_logger v0.11.9
16762026-05-12T03:37:56.075Z Compiling usdt v0.6.0
16772026-05-12T03:37:56.237Z Compiling usdt-impl v0.5.0
16782026-05-12T03:37:56.263Z Compiling ecdsa v0.16.9
16792026-05-12T03:37:56.318Z Compiling rsa v0.9.10
16802026-05-12T03:37:56.601Z Compiling ed25519-dalek v2.2.0
16812026-05-12T03:37:56.720Z Compiling serde_with v3.17.0
16822026-05-12T03:37:56.807Z Compiling crossterm v0.28.1
16832026-05-12T03:37:57.066Z Compiling zip v0.6.6
16842026-05-12T03:37:57.177Z Compiling toml v0.7.8
16852026-05-12T03:37:58.018Z Compiling toml_parser v1.0.9+spec-1.1.0
16862026-05-12T03:37:58.091Z Compiling similar v2.7.0
16872026-05-12T03:37:58.124Z Compiling crossbeam-epoch v0.9.18
16882026-05-12T03:37:58.125Z Compiling tokio-stream v0.1.18
16892026-05-12T03:37:58.341Z Compiling buf-list v1.1.2
16902026-05-12T03:37:58.407Z Compiling x509-cert v0.2.5
16912026-05-12T03:37:58.628Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16922026-05-12T03:37:58.705Z Compiling openapiv3 v2.2.0
16932026-05-12T03:37:58.705Z Compiling sha1 v0.10.6
16942026-05-12T03:37:58.849Z Compiling toml_datetime v0.7.5+spec-1.1.0
16952026-05-12T03:37:58.877Z Compiling lalrpop-util v0.19.12
16962026-05-12T03:37:58.900Z Compiling peg-runtime v0.8.5
16972026-05-12T03:37:59.090Z Compiling thread_local v1.1.9
16982026-05-12T03:37:59.149Z Compiling slog-async v2.8.0
16992026-05-12T03:37:59.164Z Compiling crossbeam-channel v0.5.15
17002026-05-12T03:37:59.310Z Compiling is-terminal v0.4.17
17012026-05-12T03:37:59.413Z Compiling filetime v0.2.27
17022026-05-12T03:37:59.427Z Compiling xattr v1.6.1
17032026-05-12T03:37:59.589Z Compiling term v1.2.1
17042026-05-12T03:37:59.614Z Compiling take_mut v0.2.2
17052026-05-12T03:37:59.614Z Compiling tar v0.4.45
17062026-05-12T03:38:00.010Z Compiling slog-term v2.9.2
17072026-05-12T03:38:09.825Z Compiling rustls-webpki v0.103.9
17082026-05-12T03:38:12.608Z Compiling tokio-rustls v0.26.4
17092026-05-12T03:38:12.608Z Compiling rustls-platform-verifier v0.6.2
17102026-05-12T03:38:12.808Z Compiling hyper-rustls v0.27.7
17112026-05-12T03:38:13.022Z Compiling reqwest v0.12.28
17122026-05-12T03:38:13.040Z Compiling reqwest v0.13.2
17132026-05-12T03:38:14.268Z Compiling tough v0.22.0
17142026-05-12T03:38:16.799Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17152026-05-12T03:38:17.069Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17162026-05-12T03:38:19.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17172026-05-12T03:38:19.979Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17182026-05-12T03:38:20.047ZMay 12 03:38:18.876 INFO Starting download, target: Console
17192026-05-12T03:38:20.047ZMay 12 03:38:18.877 INFO Starting download, target: Cockroach
17202026-05-12T03:38:20.047ZMay 12 03:38:18.877 INFO Starting download, target: Clickhouse
17212026-05-12T03:38:20.053ZMay 12 03:38:18.877 INFO Starting download, target: MaghemiteMgd
17222026-05-12T03:38:20.053ZMay 12 03:38:18.877 INFO Starting download, target: DendriteStub
17232026-05-12T03:38:20.053ZMay 12 03:38:18.877 INFO Starting download, target: TransceiverControl
17242026-05-12T03:38:20.053ZMay 12 03:38:18.877 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17252026-05-12T03:38:20.053ZMay 12 03:38:18.877 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17262026-05-12T03:38:20.053ZMay 12 03:38:18.877 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17272026-05-12T03:38:20.053ZMay 12 03:38:18.877 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17282026-05-12T03:38:20.053ZMay 12 03:38:18.877 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17292026-05-12T03:38:20.053ZMay 12 03:38:18.877 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17302026-05-12T03:38:20.993ZMay 12 03:38:19.816 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17312026-05-12T03:38:21.101ZMay 12 03:38:19.913 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17322026-05-12T03:38:21.230ZMay 12 03:38:20.048 INFO Download complete, target: Console
17332026-05-12T03:38:21.302ZMay 12 03:38:20.117 INFO Download complete, target: TransceiverControl
17342026-05-12T03:38:21.864ZMay 12 03:38:20.663 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17352026-05-12T03:38:22.715ZMay 12 03:38:21.485 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17362026-05-12T03:38:23.435ZMay 12 03:38:22.257 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17372026-05-12T03:38:24.934ZMay 12 03:38:23.725 INFO Download complete, target: DendriteStub
17382026-05-12T03:38:24.979ZMay 12 03:38:23.804 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17392026-05-12T03:38:24.979ZMay 12 03:38:23.804 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17402026-05-12T03:38:25.842ZMay 12 03:38:24.623 INFO Download complete, target: MaghemiteMgd
17412026-05-12T03:38:28.542ZMay 12 03:38:27.380 INFO Checking that binary works, target: Clickhouse
17422026-05-12T03:38:28.633ZMay 12 03:38:27.472 INFO Download complete, target: Clickhouse
17432026-05-12T03:38:29.467ZMay 12 03:38:28.308 INFO Checking that binary works, target: Cockroach
17442026-05-12T03:38:29.577ZMay 12 03:38:28.418 INFO Download complete, target: Cockroach
17452026-05-12T03:38:29.591ZAll builder prerequisites installed successfully, and PATH looks valid
17462026-05-12T03:38:29.598Z
17472026-05-12T03:38:29.598Zreal 2:15.539413120
17482026-05-12T03:38:29.598Zuser 6:54.307962102
17492026-05-12T03:38:29.598Zsys 1:22.039863342
17502026-05-12T03:38:29.598Ztrap 0.213988681
17512026-05-12T03:38:29.598Ztflt 0.679353481
17522026-05-12T03:38:29.598Zdflt 0.513649806
17532026-05-12T03:38:29.598Zkflt 0.022438076
17542026-05-12T03:38:29.598Zlock 21:53.090560039
17552026-05-12T03:38:29.598Zslp 21:16.258971977
17562026-05-12T03:38:29.598Zlat 42.317208445
17572026-05-12T03:38:29.598Zstop 1:50.202955764
17582026-05-12T03:38:29.599Z+ banner hack-check
17592026-05-12T03:38:29.599Z
17602026-05-12T03:38:29.599Z # # ## #### # # #### # # ###### #### # #
17612026-05-12T03:38:29.599Z # # # # # # # # # # # # # # # # #
17622026-05-12T03:38:29.599Z ###### # # # #### ##### # ###### ##### # ####
17632026-05-12T03:38:29.599Z # # ###### # # # # # # # # # #
17642026-05-12T03:38:29.599Z # # # # # # # # # # # # # # # # #
17652026-05-12T03:38:29.599Z # # # # #### # # #### # # ###### #### # #
17662026-05-12T03:38:29.599Z
17672026-05-12T03:38:29.599Z+ export CARGO_INCREMENTAL=0
17682026-05-12T03:38:29.599Z+ CARGO_INCREMENTAL=0
17692026-05-12T03:38:29.599Z+ ptime -m timeout 2h cargo xtask check-features --ci
17702026-05-12T03:38:30.123Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17712026-05-12T03:38:30.342Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17722026-05-12T03:38:32.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
17732026-05-12T03:38:32.274Z Running `target/debug/xtask check-features --ci`
17742026-05-12T03:38:32.302Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17752026-05-12T03:38:32.316Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17762026-05-12T03:38:32.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17772026-05-12T03:38:32.857Z Running `target/debug/xtask download cargo-hack`
17782026-05-12T03:38:33.580Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17792026-05-12T03:38:33.906Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17802026-05-12T03:38:36.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
17812026-05-12T03:38:36.498Z Running `target/debug/xtask-downloader cargo-hack`
17822026-05-12T03:38:36.535ZMay 12 03:38:35.375 INFO Starting download, target: CargoHack
17832026-05-12T03:38:36.538ZMay 12 03:38:35.376 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17842026-05-12T03:38:36.880ZMay 12 03:38:35.720 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17852026-05-12T03:38:36.927ZMay 12 03:38:35.769 INFO Download complete, target: CargoHack
17862026-05-12T03:38:36.932Zrunning: "/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"
17872026-05-12T03:38:36.946Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17882026-05-12T03:38:37.107Zinfo: running `cargo check --bins` on api_identity (1/274)
17892026-05-12T03:38:37.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17902026-05-12T03:38:37.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17912026-05-12T03:38:37.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17922026-05-12T03:38:37.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17932026-05-12T03:38:37.682Z
17942026-05-12T03:38:37.682Zinfo: running `cargo check --bins` on bootstore (2/274)
17952026-05-12T03:38:38.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17962026-05-12T03:38:38.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17972026-05-12T03:38:38.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17982026-05-12T03:38:38.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17992026-05-12T03:38:38.261Z
18002026-05-12T03:38:38.261Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
18012026-05-12T03:38:38.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18022026-05-12T03:38:38.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18032026-05-12T03:38:38.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18042026-05-12T03:38:38.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18052026-05-12T03:38:38.843Z
18062026-05-12T03:38:38.843Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
18072026-05-12T03:38:39.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18082026-05-12T03:38:39.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18092026-05-12T03:38:39.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18102026-05-12T03:38:39.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18112026-05-12T03:38:39.420Z
18122026-05-12T03:38:39.420Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18132026-05-12T03:38:39.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142026-05-12T03:38:39.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152026-05-12T03:38:39.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162026-05-12T03:38:39.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18172026-05-12T03:38:39.998Z
18182026-05-12T03:38:39.998Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18192026-05-12T03:38:40.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202026-05-12T03:38:40.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212026-05-12T03:38:40.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222026-05-12T03:38:40.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18232026-05-12T03:38:40.592Z
18242026-05-12T03:38:40.592Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18252026-05-12T03:38:41.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-05-12T03:38:41.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-05-12T03:38:41.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-05-12T03:38:41.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18292026-05-12T03:38:41.186Z
18302026-05-12T03:38:41.186Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18312026-05-12T03:38:41.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-05-12T03:38:41.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-05-12T03:38:41.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-05-12T03:38:41.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18352026-05-12T03:38:41.769Z
18362026-05-12T03:38:41.769Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18372026-05-12T03:38:42.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-05-12T03:38:42.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-05-12T03:38:42.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-05-12T03:38:42.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18412026-05-12T03:38:42.237Z
18422026-05-12T03:38:42.237Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18432026-05-12T03:38:42.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-05-12T03:38:42.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-05-12T03:38:42.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-05-12T03:38:42.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18472026-05-12T03:38:42.701Z
18482026-05-12T03:38:42.701Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18492026-05-12T03:38:43.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-05-12T03:38:43.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-05-12T03:38:43.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-05-12T03:38:43.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18532026-05-12T03:38:43.169Z
18542026-05-12T03:38:43.169Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18552026-05-12T03:38:43.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-05-12T03:38:43.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-05-12T03:38:43.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-05-12T03:38:43.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18592026-05-12T03:38:43.630Z
18602026-05-12T03:38:43.631Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18612026-05-12T03:38:44.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-05-12T03:38:44.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-05-12T03:38:44.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-05-12T03:38:44.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18652026-05-12T03:38:44.098Z
18662026-05-12T03:38:44.098Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
18672026-05-12T03:38:44.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-05-12T03:38:44.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-05-12T03:38:44.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-05-12T03:38:44.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18712026-05-12T03:38:44.564Z
18722026-05-12T03:38:44.564Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
18732026-05-12T03:38:44.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-05-12T03:38:44.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-05-12T03:38:44.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-05-12T03:38:44.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18772026-05-12T03:38:45.050Z
18782026-05-12T03:38:45.050Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
18792026-05-12T03:38:45.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-05-12T03:38:45.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-05-12T03:38:45.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-05-12T03:38:45.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18832026-05-12T03:38:45.500Z
18842026-05-12T03:38:45.500Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
18852026-05-12T03:38:45.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-05-12T03:38:45.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-05-12T03:38:45.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-05-12T03:38:45.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18892026-05-12T03:38:45.966Z
18902026-05-12T03:38:45.966Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
18912026-05-12T03:38:46.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-05-12T03:38:46.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-05-12T03:38:46.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-05-12T03:38:46.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18952026-05-12T03:38:46.433Z
18962026-05-12T03:38:46.433Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
18972026-05-12T03:38:46.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-05-12T03:38:46.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-05-12T03:38:46.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-05-12T03:38:46.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19012026-05-12T03:38:46.894Z
19022026-05-12T03:38:46.894Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
19032026-05-12T03:38:47.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-05-12T03:38:47.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-05-12T03:38:47.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-05-12T03:38:47.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19072026-05-12T03:38:47.364Z
19082026-05-12T03:38:47.364Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19092026-05-12T03:38:47.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-05-12T03:38:47.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-05-12T03:38:47.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-05-12T03:38:47.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19132026-05-12T03:38:47.831Z
19142026-05-12T03:38:47.831Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19152026-05-12T03:38:48.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-05-12T03:38:48.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-05-12T03:38:48.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-05-12T03:38:48.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19192026-05-12T03:38:48.297Z
19202026-05-12T03:38:48.297Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19212026-05-12T03:38:48.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-05-12T03:38:48.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-05-12T03:38:48.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-05-12T03:38:48.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19252026-05-12T03:38:48.774Z
19262026-05-12T03:38:48.774Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19272026-05-12T03:38:49.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-05-12T03:38:49.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-05-12T03:38:49.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-05-12T03:38:49.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19312026-05-12T03:38:49.285Z
19322026-05-12T03:38:49.285Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19332026-05-12T03:38:49.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-05-12T03:38:49.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-05-12T03:38:49.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-05-12T03:38:49.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19372026-05-12T03:38:49.725Z
19382026-05-12T03:38:49.725Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19392026-05-12T03:38:50.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-05-12T03:38:50.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-05-12T03:38:50.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-05-12T03:38:50.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19432026-05-12T03:38:50.267Z
19442026-05-12T03:38:50.267Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19452026-05-12T03:38:50.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-05-12T03:38:50.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-05-12T03:38:50.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-05-12T03:38:50.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19492026-05-12T03:38:50.652Z
19502026-05-12T03:38:50.652Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19512026-05-12T03:38:51.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-05-12T03:38:51.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-05-12T03:38:51.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-05-12T03:38:51.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19552026-05-12T03:38:51.196Z
19562026-05-12T03:38:51.196Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19572026-05-12T03:38:51.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-05-12T03:38:51.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-05-12T03:38:51.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-05-12T03:38:51.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19612026-05-12T03:38:51.639Z
19622026-05-12T03:38:51.640Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19632026-05-12T03:38:52.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-05-12T03:38:52.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-05-12T03:38:52.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-05-12T03:38:52.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19672026-05-12T03:38:52.199Z
19682026-05-12T03:38:52.199Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
19692026-05-12T03:38:52.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-05-12T03:38:52.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-05-12T03:38:52.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-05-12T03:38:52.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19732026-05-12T03:38:52.681Z
19742026-05-12T03:38:52.681Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
19752026-05-12T03:38:52.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-05-12T03:38:52.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-05-12T03:38:52.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-05-12T03:38:52.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19792026-05-12T03:38:52.997Z
19802026-05-12T03:38:52.997Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
19812026-05-12T03:38:53.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-05-12T03:38:53.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-05-12T03:38:53.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-05-12T03:38:53.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19852026-05-12T03:38:53.461Z
19862026-05-12T03:38:53.461Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
19872026-05-12T03:38:53.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-05-12T03:38:53.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-05-12T03:38:53.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-05-12T03:38:53.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19912026-05-12T03:38:53.994Z
19922026-05-12T03:38:53.994Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
19932026-05-12T03:38:54.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-05-12T03:38:54.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-05-12T03:38:54.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-05-12T03:38:54.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19972026-05-12T03:38:54.418Z
19982026-05-12T03:38:54.418Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
19992026-05-12T03:38:54.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-05-12T03:38:54.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-05-12T03:38:54.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-05-12T03:38:54.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20032026-05-12T03:38:54.992Z
20042026-05-12T03:38:54.992Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
20052026-05-12T03:38:55.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-05-12T03:38:55.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-05-12T03:38:55.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-05-12T03:38:55.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20092026-05-12T03:38:55.348Z
20102026-05-12T03:38:55.348Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20112026-05-12T03:38:55.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-05-12T03:38:55.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-05-12T03:38:55.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-05-12T03:38:55.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20152026-05-12T03:38:55.949Z
20162026-05-12T03:38:55.949Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20172026-05-12T03:38:56.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-05-12T03:38:56.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-05-12T03:38:56.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-05-12T03:38:56.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20212026-05-12T03:38:56.392Z
20222026-05-12T03:38:56.392Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20232026-05-12T03:38:56.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-05-12T03:38:56.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-05-12T03:38:56.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-05-12T03:38:56.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20272026-05-12T03:38:56.856Z
20282026-05-12T03:38:56.856Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20292026-05-12T03:38:57.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-05-12T03:38:57.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-05-12T03:38:57.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-05-12T03:38:57.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20332026-05-12T03:38:57.206Z
20342026-05-12T03:38:57.206Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20352026-05-12T03:38:57.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-05-12T03:38:57.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-05-12T03:38:57.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-05-12T03:38:57.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20392026-05-12T03:38:57.806Z
20402026-05-12T03:38:57.806Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20412026-05-12T03:38:58.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-05-12T03:38:58.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-05-12T03:38:58.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-05-12T03:38:58.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20452026-05-12T03:38:58.246Z
20462026-05-12T03:38:58.247Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20472026-05-12T03:38:58.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-05-12T03:38:58.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-05-12T03:38:58.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-05-12T03:38:58.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20512026-05-12T03:38:58.631Z
20522026-05-12T03:38:58.631Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20532026-05-12T03:38:59.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-05-12T03:38:59.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-05-12T03:38:59.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-05-12T03:38:59.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20572026-05-12T03:38:59.084Z
20582026-05-12T03:38:59.084Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20592026-05-12T03:38:59.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-05-12T03:38:59.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-05-12T03:38:59.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-05-12T03:38:59.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20632026-05-12T03:38:59.553Z
20642026-05-12T03:38:59.553Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
20652026-05-12T03:38:59.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-05-12T03:38:59.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-05-12T03:38:59.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-05-12T03:38:59.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20692026-05-12T03:39:00.023Z
20702026-05-12T03:39:00.023Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
20712026-05-12T03:39:00.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-05-12T03:39:00.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-05-12T03:39:00.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-05-12T03:39:00.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20752026-05-12T03:39:00.493Z
20762026-05-12T03:39:00.493Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
20772026-05-12T03:39:01.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-05-12T03:39:01.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-05-12T03:39:01.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-05-12T03:39:01.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20812026-05-12T03:39:01.132Z
20822026-05-12T03:39:01.132Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
20832026-05-12T03:39:01.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-05-12T03:39:01.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-05-12T03:39:01.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-05-12T03:39:01.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20872026-05-12T03:39:01.778Z
20882026-05-12T03:39:01.779Zinfo: running `cargo check --bins` on nexus-config (51/274)
20892026-05-12T03:39:02.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-05-12T03:39:02.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-05-12T03:39:02.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-05-12T03:39:02.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20932026-05-12T03:39:02.403Z
20942026-05-12T03:39:02.404Zinfo: running `cargo check --bins` on nexus-types (52/274)
20952026-05-12T03:39:02.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-05-12T03:39:03.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-05-12T03:39:03.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-05-12T03:39:03.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20992026-05-12T03:39:03.056Z
21002026-05-12T03:39:03.056Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
21012026-05-12T03:39:03.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-05-12T03:39:03.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-05-12T03:39:03.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-05-12T03:39:03.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21052026-05-12T03:39:03.706Z
21062026-05-12T03:39:03.706Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
21072026-05-12T03:39:04.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-05-12T03:39:04.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-05-12T03:39:04.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-05-12T03:39:04.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21112026-05-12T03:39:04.219Z
21122026-05-12T03:39:04.219Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21132026-05-12T03:39:04.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-05-12T03:39:04.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-05-12T03:39:04.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-05-12T03:39:04.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21172026-05-12T03:39:04.815Z
21182026-05-12T03:39:04.815Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21192026-05-12T03:39:05.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-05-12T03:39:05.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-05-12T03:39:05.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-05-12T03:39:05.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21232026-05-12T03:39:05.422Z
21242026-05-12T03:39:05.422Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21252026-05-12T03:39:05.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-05-12T03:39:05.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-05-12T03:39:05.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-05-12T03:39:05.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21292026-05-12T03:39:06.019Z
21302026-05-12T03:39:06.019Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21312026-05-12T03:39:06.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-05-12T03:39:06.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-05-12T03:39:06.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-05-12T03:39:06.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21352026-05-12T03:39:06.630Z
21362026-05-12T03:39:06.630Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21372026-05-12T03:39:07.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-05-12T03:39:07.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-05-12T03:39:07.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-05-12T03:39:07.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21412026-05-12T03:39:07.229Z
21422026-05-12T03:39:07.229Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21432026-05-12T03:39:07.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-05-12T03:39:07.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-05-12T03:39:07.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-05-12T03:39:07.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21472026-05-12T03:39:07.807Z
21482026-05-12T03:39:07.807Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21492026-05-12T03:39:08.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-05-12T03:39:08.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-05-12T03:39:08.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-05-12T03:39:08.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21532026-05-12T03:39:08.398Z
21542026-05-12T03:39:08.398Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21552026-05-12T03:39:08.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-05-12T03:39:08.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-05-12T03:39:08.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-05-12T03:39:08.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21592026-05-12T03:39:08.976Z
21602026-05-12T03:39:08.976Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21612026-05-12T03:39:09.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-05-12T03:39:09.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-05-12T03:39:09.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-05-12T03:39:09.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21652026-05-12T03:39:09.567Z
21662026-05-12T03:39:09.567Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
21672026-05-12T03:39:10.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-05-12T03:39:10.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-05-12T03:39:10.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-05-12T03:39:10.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21712026-05-12T03:39:10.170Z
21722026-05-12T03:39:10.170Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
21732026-05-12T03:39:10.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-05-12T03:39:10.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-05-12T03:39:10.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-05-12T03:39:10.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21772026-05-12T03:39:10.755Z
21782026-05-12T03:39:10.755Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
21792026-05-12T03:39:11.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-05-12T03:39:11.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-05-12T03:39:11.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-05-12T03:39:11.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21832026-05-12T03:39:11.328Z
21842026-05-12T03:39:11.328Zinfo: running `cargo check --bins` on ereport-types (67/274)
21852026-05-12T03:39:11.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-05-12T03:39:11.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-05-12T03:39:11.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-05-12T03:39:11.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21892026-05-12T03:39:11.910Z
21902026-05-12T03:39:11.910Zinfo: running `cargo check --bins` on gateway-client (68/274)
21912026-05-12T03:39:12.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-05-12T03:39:12.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-05-12T03:39:12.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-05-12T03:39:12.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21952026-05-12T03:39:12.497Z
21962026-05-12T03:39:12.497Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
21972026-05-12T03:39:12.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-05-12T03:39:12.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-05-12T03:39:12.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-05-12T03:39:12.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22012026-05-12T03:39:13.076Z
22022026-05-12T03:39:13.076Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
22032026-05-12T03:39:13.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-05-12T03:39:13.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-05-12T03:39:13.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-05-12T03:39:13.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22072026-05-12T03:39:13.658Z
22082026-05-12T03:39:13.658Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22092026-05-12T03:39:14.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-05-12T03:39:14.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-05-12T03:39:14.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-05-12T03:39:14.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22132026-05-12T03:39:14.271Z
22142026-05-12T03:39:14.271Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22152026-05-12T03:39:14.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-05-12T03:39:14.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-05-12T03:39:14.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-05-12T03:39:14.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22192026-05-12T03:39:14.844Z
22202026-05-12T03:39:14.844Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22212026-05-12T03:39:15.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-05-12T03:39:15.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-05-12T03:39:15.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-05-12T03:39:15.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22252026-05-12T03:39:15.421Z
22262026-05-12T03:39:15.422Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22272026-05-12T03:39:15.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-05-12T03:39:15.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-05-12T03:39:15.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-05-12T03:39:15.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22312026-05-12T03:39:16.027Z
22322026-05-12T03:39:16.027Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22332026-05-12T03:39:16.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-05-12T03:39:16.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-05-12T03:39:16.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-05-12T03:39:16.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22372026-05-12T03:39:16.607Z
22382026-05-12T03:39:16.607Zinfo: running `cargo check --bins` on oxlog (76/274)
22392026-05-12T03:39:17.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-05-12T03:39:17.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-05-12T03:39:17.208Z Checking cfg-if v1.0.4
22422026-05-12T03:39:17.217Z Checking libc v0.2.185
22432026-05-12T03:39:17.217Z Checking serde_core v1.0.228
22442026-05-12T03:39:17.319Z Checking zeroize v1.8.2
22452026-05-12T03:39:17.328Z Checking memchr v2.8.0
22462026-05-12T03:39:17.334Z Checking log v0.4.29
22472026-05-12T03:39:17.343Z Checking smallvec v1.15.1
22482026-05-12T03:39:17.353Z Checking typenum v1.19.0
22492026-05-12T03:39:17.353Z Checking subtle v2.6.1
22502026-05-12T03:39:17.456Z Checking itoa v1.0.17
22512026-05-12T03:39:17.497Z Checking scopeguard v1.2.0
22522026-05-12T03:39:17.509Z Checking stable_deref_trait v1.2.1
22532026-05-12T03:39:17.519Z Checking const-oid v0.9.6
22542026-05-12T03:39:17.578Z Checking portable-atomic v1.13.1
22552026-05-12T03:39:17.589Z Checking lock_api v0.4.14
22562026-05-12T03:39:17.589Z Checking zerofrom v0.1.6
22572026-05-12T03:39:17.756Z Checking critical-section v1.2.0
22582026-05-12T03:39:17.767Z Checking getrandom v0.2.17
22592026-05-12T03:39:17.767Z Checking errno v0.3.14
22602026-05-12T03:39:17.795Z Checking yoke v0.8.1
22612026-05-12T03:39:17.804Z Checking pin-project-lite v0.2.17
22622026-05-12T03:39:17.856Z Checking signal-hook-registry v1.4.8
22632026-05-12T03:39:17.863Z Checking rand_core v0.6.4
22642026-05-12T03:39:17.879Z Checking generic-array v0.14.7
22652026-05-12T03:39:17.911Z Checking parking_lot_core v0.9.12
22662026-05-12T03:39:17.956Z Checking zerovec v0.11.5
22672026-05-12T03:39:18.024Z Checking once_cell v1.21.3
22682026-05-12T03:39:18.024Z Checking futures-core v0.3.32
22692026-05-12T03:39:18.052Z Checking mio v1.2.0
22702026-05-12T03:39:18.084Z Checking parking_lot v0.12.5
22712026-05-12T03:39:18.124Z Checking zerocopy v0.8.40
22722026-05-12T03:39:18.187Z Checking zmij v1.0.21
22732026-05-12T03:39:18.227Z Checking socket2 v0.6.3
22742026-05-12T03:39:18.245Z Checking libm v0.2.16
22752026-05-12T03:39:18.289Z Checking litemap v0.8.1
22762026-05-12T03:39:18.301Z Checking crypto-common v0.1.7
22772026-05-12T03:39:18.355Z Checking block-buffer v0.10.4
22782026-05-12T03:39:18.364Z Checking tinystr v0.8.2
22792026-05-12T03:39:18.406Z Checking percent-encoding v2.3.2
22802026-05-12T03:39:18.418Z Checking equivalent v1.0.2
22812026-05-12T03:39:18.443Z Checking writeable v0.6.2
22822026-05-12T03:39:18.484Z Checking digest v0.10.7
22832026-05-12T03:39:18.491Z Checking potential_utf v0.1.4
22842026-05-12T03:39:18.529Z Checking zerotrie v0.2.3
22852026-05-12T03:39:18.544Z Checking futures-sink v0.3.32
22862026-05-12T03:39:18.601Z Checking icu_locale_core v2.1.1
22872026-05-12T03:39:18.614Z Checking icu_collections v2.1.1
22882026-05-12T03:39:18.647Z Checking futures-channel v0.3.32
22892026-05-12T03:39:18.675Z Checking futures-io v0.3.32
22902026-05-12T03:39:18.762Z Checking serde v1.0.228
22912026-05-12T03:39:18.772Z Checking bitflags v2.11.0
22922026-05-12T03:39:18.782Z Checking serde_json v1.0.149
22932026-05-12T03:39:18.837Z Checking futures-task v0.3.32
22942026-05-12T03:39:18.920Z Checking cpufeatures v0.2.17
22952026-05-12T03:39:18.927Z Checking num-traits v0.2.19
22962026-05-12T03:39:18.944Z Checking slab v0.4.12
22972026-05-12T03:39:18.967Z Checking hmac v0.12.1
22982026-05-12T03:39:18.985Z Checking icu_normalizer_data v2.1.1
22992026-05-12T03:39:19.054Z Checking icu_properties_data v2.1.2
23002026-05-12T03:39:19.097Z Checking futures-util v0.3.32
23012026-05-12T03:39:19.110Z Checking rand_core v0.10.0
23022026-05-12T03:39:19.138Z Checking icu_provider v2.1.1
23032026-05-12T03:39:19.154Z Checking bytes v1.11.1
23042026-05-12T03:39:19.169Z Checking hashbrown v0.17.0
23052026-05-12T03:39:19.224Z Checking getrandom v0.4.1
23062026-05-12T03:39:19.368Z Checking icu_properties v2.1.2
23072026-05-12T03:39:19.378Z Checking icu_normalizer v2.1.1
23082026-05-12T03:39:19.476Z Checking block-padding v0.3.3
23092026-05-12T03:39:19.490Z Checking utf8_iter v1.0.4
23102026-05-12T03:39:19.579Z Checking inout v0.1.4
23112026-05-12T03:39:19.590Z Checking tokio v1.52.1
23122026-05-12T03:39:19.590Z Checking sha2 v0.10.9
23132026-05-12T03:39:19.610Z Checking indexmap v2.14.0
23142026-05-12T03:39:19.664Z Checking form_urlencoded v1.2.2
23152026-05-12T03:39:19.698Z Checking cipher v0.4.4
23162026-05-12T03:39:19.785Z Checking getrandom v0.3.4
23172026-05-12T03:39:19.852Z Checking fnv v1.0.7
23182026-05-12T03:39:19.909Z Checking base64ct v1.8.3
23192026-05-12T03:39:19.921Z Checking byteorder v1.5.0
23202026-05-12T03:39:19.939Z Checking flagset v0.4.7
23212026-05-12T03:39:20.058Z Checking rand_core v0.9.5
23222026-05-12T03:39:20.115Z Checking http v1.4.0
23232026-05-12T03:39:20.124Z Checking pem-rfc7468 v0.7.0
23242026-05-12T03:39:20.149Z Checking regex-syntax v0.8.10
23252026-05-12T03:39:20.165Z Checking idna_adapter v1.2.1
23262026-05-12T03:39:20.237Z Checking salsa20 v0.10.2
23272026-05-12T03:39:20.272Z Checking der v0.7.10
23282026-05-12T03:39:20.284Z Checking idna v1.1.0
23292026-05-12T03:39:20.369Z Checking uuid v1.23.0
23302026-05-12T03:39:20.555Z Checking url v2.5.8
23312026-05-12T03:39:20.660Z Checking pbkdf2 v0.12.2
23322026-05-12T03:39:20.674Z Checking rustix v1.1.3
23332026-05-12T03:39:20.767Z Checking tracing-core v0.1.36
23342026-05-12T03:39:20.807Z Checking ppv-lite86 v0.2.21
23352026-05-12T03:39:20.966Z Checking rustls-pki-types v1.14.0
23362026-05-12T03:39:20.998Z Checking iana-time-zone v0.1.65
23372026-05-12T03:39:21.021Z Checking spki v0.7.3
23382026-05-12T03:39:21.125Z Checking base64 v0.22.1
23392026-05-12T03:39:21.140Z Checking tracing v0.1.44
23402026-05-12T03:39:21.140Z Checking rand_chacha v0.9.0
23412026-05-12T03:39:21.157Z Checking chrono v0.4.44
23422026-05-12T03:39:21.227Z Checking scrypt v0.11.0
23432026-05-12T03:39:21.269Z Checking http-body v1.0.1
23442026-05-12T03:39:21.285Z Checking cbc v0.1.2
23452026-05-12T03:39:21.285Z Checking aes v0.8.4
23462026-05-12T03:39:21.366Z Checking aws-lc-sys v0.40.0
23472026-05-12T03:39:21.393Z Checking tinyvec_macros v0.1.1
23482026-05-12T03:39:21.431Z Checking openssl-probe v0.2.1
23492026-05-12T03:39:21.447Z Checking untrusted v0.9.0
23502026-05-12T03:39:21.460Z Checking untrusted v0.7.1
23512026-05-12T03:39:21.496Z Checking tinyvec v1.10.0
23522026-05-12T03:39:21.536Z Checking rand v0.9.2
23532026-05-12T03:39:21.548Z Checking ring v0.17.14
23542026-05-12T03:39:21.566Z Checking try-lock v0.2.5
23552026-05-12T03:39:21.671Z Checking tower-layer v0.3.3
23562026-05-12T03:39:21.695Z Checking pkcs5 v0.7.1
23572026-05-12T03:39:21.806Z Checking tower-service v0.3.3
23582026-05-12T03:39:21.806Z Checking atomic-waker v1.1.2
23592026-05-12T03:39:21.884Z Checking aws-lc-rs v1.16.3
23602026-05-12T03:39:21.913Z Checking want v0.3.1
23612026-05-12T03:39:21.922Z Checking ipnet v2.11.0
23622026-05-12T03:39:21.948Z Checking pkcs8 v0.10.2
23632026-05-12T03:39:22.002Z Checking httparse v1.10.1
23642026-05-12T03:39:22.016Z Checking aho-corasick v1.1.4
23652026-05-12T03:39:22.028Z Checking httpdate v1.0.3
23662026-05-12T03:39:22.120Z Checking fastrand v2.3.0
23672026-05-12T03:39:22.161Z Checking dyn-clone v1.0.20
23682026-05-12T03:39:22.174Z Checking plain v0.2.3
23692026-05-12T03:39:22.202Z Checking pin-utils v0.1.0
23702026-05-12T03:39:22.260Z Checking foreign-types-shared v0.1.1
23712026-05-12T03:39:22.276Z Checking unicode-normalization v0.1.25
23722026-05-12T03:39:22.289Z Checking semver v1.0.28
23732026-05-12T03:39:22.299Z Checking tempfile v3.25.0
23742026-05-12T03:39:22.343Z Checking foreign-types v0.3.2
23752026-05-12T03:39:22.402Z Checking openssl-sys v0.9.114
23762026-05-12T03:39:22.481Z Checking spin v0.9.8
23772026-05-12T03:39:22.494Z Checking ucd-trie v0.1.7
23782026-05-12T03:39:22.536Z Checking unicode-ident v1.0.24
23792026-05-12T03:39:22.623Z Checking pest v2.8.6
23802026-05-12T03:39:22.638Z Checking proc-macro2 v1.0.106
23812026-05-12T03:39:22.656Z Checking schemars v0.8.22
23822026-05-12T03:39:22.669Z Checking regex-automata v0.4.14
23832026-05-12T03:39:22.682Z Checking rustls-native-certs v0.8.3
23842026-05-12T03:39:22.716Z Checking rustls-webpki v0.103.9
23852026-05-12T03:39:22.788Z Checking tokio-util v0.7.18
23862026-05-12T03:39:22.801Z Checking thiserror v2.0.18
23872026-05-12T03:39:22.899Z Checking sync_wrapper v1.0.2
23882026-05-12T03:39:22.907Z Checking openssl v0.10.78
23892026-05-12T03:39:22.941Z Checking wait-timeout v0.2.1
23902026-05-12T03:39:23.052Z Checking utf8parse v0.2.2
23912026-05-12T03:39:23.074Z Checking simd-adler32 v0.3.8
23922026-05-12T03:39:23.106Z Checking pretty-hex v0.4.1
23932026-05-12T03:39:23.137Z Checking rustls v0.23.37
23942026-05-12T03:39:23.212Z Checking siphasher v1.0.2
23952026-05-12T03:39:23.221Z Checking quick-error v1.2.3
23962026-05-12T03:39:23.290Z Checking bit-vec v0.8.0
23972026-05-12T03:39:23.314Z Checking powerfmt v0.2.0
23982026-05-12T03:39:23.383Z Checking anstyle v1.0.13
23992026-05-12T03:39:23.427Z Checking h2 v0.4.13
24002026-05-12T03:39:23.487Z Checking deranged v0.5.8
24012026-05-12T03:39:23.513Z Checking bit-set v0.8.0
24022026-05-12T03:39:23.536Z Checking rusty-fork v0.3.1
24032026-05-12T03:39:23.619Z Checking anstyle-parse v0.2.7
24042026-05-12T03:39:23.658Z Checking tower v0.5.3
24052026-05-12T03:39:23.696Z Checking quote v1.0.45
24062026-05-12T03:39:23.768Z Compiling newtype-uuid v1.3.2
24072026-05-12T03:39:23.859Z Checking http-body-util v0.1.3
24082026-05-12T03:39:23.942Z Checking webpki-roots v1.0.6
24092026-05-12T03:39:24.035Z Checking crossbeam-utils v0.8.21
24102026-05-12T03:39:24.063Z Checking rand_xorshift v0.4.0
24112026-05-12T03:39:24.081Z Checking crc32fast v1.5.0
24122026-05-12T03:39:24.169Z Checking scroll v0.13.0
24132026-05-12T03:39:24.206Z Checking signature v2.2.0
24142026-05-12T03:39:24.334Z Checking anstyle-query v1.1.5
24152026-05-12T03:39:24.361Z Checking time-core v0.1.8
24162026-05-12T03:39:24.361Z Checking num_threads v0.1.7
24172026-05-12T03:39:24.390Z Checking num-conv v0.2.0
24182026-05-12T03:39:24.418Z Checking colorchoice v1.0.4
24192026-05-12T03:39:24.437Z Checking unarray v0.1.4
24202026-05-12T03:39:24.450Z Checking is_terminal_polyfill v1.70.2
24212026-05-12T03:39:24.503Z Checking adler2 v2.0.1
24222026-05-12T03:39:24.506Z Checking unicode-properties v0.1.4
24232026-05-12T03:39:24.525Z Checking iri-string v0.7.10
24242026-05-12T03:39:24.538Z Checking allocator-api2 v0.2.21
24252026-05-12T03:39:24.544Z Checking ryu v1.0.23
24262026-05-12T03:39:24.612Z Checking unicode-bidi v0.3.18
24272026-05-12T03:39:24.679Z Checking serde_urlencoded v0.7.1
24282026-05-12T03:39:24.685Z Checking miniz_oxide v0.8.9
24292026-05-12T03:39:24.836Z Checking anstream v0.6.21
24302026-05-12T03:39:24.881Z Checking proptest v1.10.0
24312026-05-12T03:39:24.898Z Checking native-tls v0.2.18
24322026-05-12T03:39:24.916Z Checking stringprep v0.1.5
24332026-05-12T03:39:25.031Z Checking time v0.3.47
24342026-05-12T03:39:25.043Z Checking bstr v1.12.1
24352026-05-12T03:39:25.064Z Checking goblin v0.10.5
24362026-05-12T03:39:25.096Z Checking tokio-native-tls v0.3.1
24372026-05-12T03:39:25.209Z Checking crossbeam-epoch v0.9.18
24382026-05-12T03:39:25.427Z Compiling daft v0.1.5
24392026-05-12T03:39:25.437Z Checking syn v2.0.117
24402026-05-12T03:39:25.443Z Checking tokio-rustls v0.26.4
24412026-05-12T03:39:25.524Z Checking tower-http v0.6.8
24422026-05-12T03:39:25.663Z Checking ipnetwork v0.21.1
24432026-05-12T03:39:25.700Z Checking rand_chacha v0.3.1
24442026-05-12T03:39:25.813Z Checking thiserror v1.0.69
24452026-05-12T03:39:25.872Z Checking scroll v0.12.0
24462026-05-12T03:39:25.889Z Checking hash32 v0.2.1
24472026-05-12T03:39:25.897Z Checking zstd-sys v2.0.16+zstd.1.5.7
24482026-05-12T03:39:26.029Z Checking num-integer v0.1.46
24492026-05-12T03:39:26.049Z Checking hyper v1.8.1
24502026-05-12T03:39:26.059Z Checking toml_datetime v0.6.11
24512026-05-12T03:39:26.140Z Checking serde_spanned v0.6.9
24522026-05-12T03:39:26.320Z Checking md-5 v0.10.6
24532026-05-12T03:39:26.376Z Checking ff v0.13.1
24542026-05-12T03:39:26.376Z Checking fallible-iterator v0.2.0
24552026-05-12T03:39:26.376Z Checking zlib-rs v0.6.2
24562026-05-12T03:39:26.376Z Checking psl-types v2.0.11
24572026-05-12T03:39:26.428Z Checking base16ct v0.2.0
24582026-05-12T03:39:26.428Z Checking publicsuffix v2.3.0
24592026-05-12T03:39:26.506Z Checking sec1 v0.7.3
24602026-05-12T03:39:26.522Z Checking postgres-protocol v0.6.10
24612026-05-12T03:39:26.540Z Compiling iddqd v0.3.18
24622026-05-12T03:39:26.742Z Checking group v0.13.0
24632026-05-12T03:39:26.901Z Checking num-iter v0.1.45
24642026-05-12T03:39:26.933Z Checking cookie v0.18.1
24652026-05-12T03:39:26.934Z Checking goblin v0.8.2
24662026-05-12T03:39:26.951Z Checking heapless v0.7.17
24672026-05-12T03:39:26.951Z Checking hyper-util v0.1.20
24682026-05-12T03:39:27.049Z Checking zstd-safe v7.2.4
24692026-05-12T03:39:27.121Z Checking flate2 v1.1.9
24702026-05-12T03:39:27.233Z Checking rand v0.8.6
24712026-05-12T03:39:27.332Z Checking oxnet v0.1.4
24722026-05-12T03:39:27.365Z Checking dof v0.4.0
24732026-05-12T03:39:27.412Z Checking dtrace-parser v0.3.0
24742026-05-12T03:39:27.554Z Checking phf_shared v0.13.1
24752026-05-12T03:39:27.638Z Checking lazy_static v1.5.0
24762026-05-12T03:39:27.648Z Checking pin-project v1.1.11
24772026-05-12T03:39:27.678Z Checking zerocopy v0.7.35
24782026-05-12T03:39:27.704Z Checking bzip2-sys v0.1.13+1.0.8
24792026-05-12T03:39:27.722Z Checking signal-hook v0.3.18
24802026-05-12T03:39:27.729Z Checking terminal_size v0.4.3
24812026-05-12T03:39:27.745Z Checking futures-executor v0.3.32
24822026-05-12T03:39:27.780Z Checking hex v0.4.3
24832026-05-12T03:39:27.866Z Checking hkdf v0.12.4
24842026-05-12T03:39:27.911Z Checking crypto-bigint v0.5.5
24852026-05-12T03:39:27.927Z Checking thread-id v5.1.0
24862026-05-12T03:39:27.964Z Checking encoding_rs v0.8.35
24872026-05-12T03:39:27.972Z Checking same-file v1.0.6
24882026-05-12T03:39:27.983Z Checking strsim v0.11.1
24892026-05-12T03:39:28.132Z Checking winnow v0.7.14
24902026-05-12T03:39:28.186Z Checking foldhash v0.1.5
24912026-05-12T03:39:28.186Z Checking bumpalo v3.20.2
24922026-05-12T03:39:28.216Z Checking clap_lex v1.0.0
24932026-05-12T03:39:28.216Z Checking hyper-rustls v0.27.7
24942026-05-12T03:39:28.249Z Checking hyper-tls v0.6.0
24952026-05-12T03:39:28.315Z Checking foldhash v0.2.0
24962026-05-12T03:39:28.346Z Compiling rayon-core v1.13.0
24972026-05-12T03:39:28.379Z Checking mime v0.3.17
24982026-05-12T03:39:28.411Z Checking libbz2-rs-sys v0.2.2
24992026-05-12T03:39:28.461Z Checking managed v0.8.0
25002026-05-12T03:39:28.504Z Checking winnow v0.5.40
25012026-05-12T03:39:28.541Z Checking bitflags v1.3.2
25022026-05-12T03:39:28.617Z Checking either v1.15.0
25032026-05-12T03:39:28.643Z Checking smoltcp v0.9.1
25042026-05-12T03:39:28.705Z Checking dof v0.3.0
25052026-05-12T03:39:28.776Z Checking elliptic-curve v0.13.8
25062026-05-12T03:39:28.790Z Checking bzip2 v0.6.1
25072026-05-12T03:39:28.797Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25082026-05-12T03:39:28.912Z Checking reqwest v0.12.28
25092026-05-12T03:39:28.945Z Checking hashbrown v0.16.1
25102026-05-12T03:39:28.976Z Checking zopfli v0.8.3
25112026-05-12T03:39:29.004Z Checking clap_builder v4.5.60
25122026-05-12T03:39:29.080Z Checking hashbrown v0.15.5
25132026-05-12T03:39:29.179Z Checking walkdir v2.5.0
25142026-05-12T03:39:29.215Z Checking usdt-impl v0.6.0
25152026-05-12T03:39:29.295Z Checking signal-hook-mio v0.2.5
25162026-05-12T03:39:29.321Z Checking futures v0.3.32
25172026-05-12T03:39:29.397Z Checking bzip2 v0.4.4
25182026-05-12T03:39:29.417Z Checking phf v0.13.1
25192026-05-12T03:39:29.437Z Checking snafu v0.8.9
25202026-05-12T03:39:29.489Z Checking num-bigint-dig v0.8.6
25212026-05-12T03:39:29.634Z Checking zstd v0.13.3
25222026-05-12T03:39:29.654Z Checking cookie_store v0.22.1
25232026-05-12T03:39:29.654Z Checking toml_edit v0.19.15
25242026-05-12T03:39:29.691Z Checking postgres-types v0.2.12
25252026-05-12T03:39:29.745Z Checking dtrace-parser v0.2.0
25262026-05-12T03:39:29.776Z Checking rustls-platform-verifier v0.6.2
25272026-05-12T03:39:29.824Z Checking crossbeam-deque v0.8.6
25282026-05-12T03:39:29.914Z Checking globset v0.4.18
25292026-05-12T03:39:29.941Z Checking regex v1.12.3
25302026-05-12T03:39:29.963Z Checking ed25519 v2.2.3
25312026-05-12T03:39:29.972Z Checking phf_shared v0.11.3
25322026-05-12T03:39:29.972Z Checking olpc-cjson v0.1.4
25332026-05-12T03:39:30.116Z Checking curve25519-dalek v4.1.3
25342026-05-12T03:39:30.152Z Checking ref-cast v1.0.25
25352026-05-12T03:39:30.152Z Checking strum v0.27.2
25362026-05-12T03:39:30.193Z Checking hubpack v0.1.2
25372026-05-12T03:39:30.193Z Checking memoffset v0.9.1
25382026-05-12T03:39:30.208Z Checking rustix v0.38.44
25392026-05-12T03:39:30.213Z Checking pkcs1 v0.7.5
25402026-05-12T03:39:30.234Z Checking pem v3.0.6
25412026-05-12T03:39:30.253Z Checking float-cmp v0.10.0
25422026-05-12T03:39:30.283Z Checking serde-big-array v0.5.1
25432026-05-12T03:39:30.293Z Checking serde_plain v1.0.2
25442026-05-12T03:39:30.372Z Checking erased-serde v0.3.31
25452026-05-12T03:39:30.404Z Checking rfc6979 v0.4.0
25462026-05-12T03:39:30.416Z Checking thread-id v4.2.2
25472026-05-12T03:39:30.441Z Checking memmap2 v0.9.10
25482026-05-12T03:39:30.456Z Checking env_filter v1.0.0
25492026-05-12T03:39:30.484Z Checking whoami v2.1.0
25502026-05-12T03:39:30.515Z Checking data-encoding v2.10.0
25512026-05-12T03:39:30.594Z Checking predicates-core v1.0.10
25522026-05-12T03:39:30.648Z Checking jiff v0.2.21
25532026-05-12T03:39:30.659Z Checking difflib v0.4.0
25542026-05-12T03:39:30.673Z Checking rustc-hash v2.1.1
25552026-05-12T03:39:30.686Z Checking keccak v0.1.6
25562026-05-12T03:39:30.721Z Checking toml_write v0.1.2
25572026-05-12T03:39:30.747Z Checking typed-path v0.9.3
25582026-05-12T03:39:30.774Z Checking new_debug_unreachable v1.0.6
25592026-05-12T03:39:30.829Z Checking unicode-segmentation v1.12.0
25602026-05-12T03:39:30.840Z Checking normalize-line-endings v0.3.0
25612026-05-12T03:39:30.843Z Checking static_assertions v1.1.0
25622026-05-12T03:39:30.863Z Checking fixedbitset v0.5.7
25632026-05-12T03:39:30.882Z Checking precomputed-hash v0.1.1
25642026-05-12T03:39:30.916Z Checking fixedbitset v0.4.2
25652026-05-12T03:39:30.930Z Checking predicates v3.1.4
25662026-05-12T03:39:30.958Z Checking string_cache v0.8.9
25672026-05-12T03:39:30.973Z Checking crossterm v0.28.1
25682026-05-12T03:39:31.048Z Checking petgraph v0.8.3
25692026-05-12T03:39:31.059Z Checking petgraph v0.6.5
25702026-05-12T03:39:31.163Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25712026-05-12T03:39:31.177Z Checking similar v2.7.0
25722026-05-12T03:39:31.222Z Checking toml_edit v0.22.27
25732026-05-12T03:39:31.526Z Checking tough v0.22.0
25742026-05-12T03:39:31.546Z Checking ed25519-dalek v2.2.0
25752026-05-12T03:39:31.703Z Checking sha3 v0.10.8
25762026-05-12T03:39:32.015Z Checking hickory-proto v0.25.2
25772026-05-12T03:39:32.350Z Checking slog v2.8.2
25782026-05-12T03:39:32.430Z Checking tokio-postgres v0.7.16
25792026-05-12T03:39:32.586Z Checking toml v0.7.8
25802026-05-12T03:39:32.620Z Checking usdt v0.6.0
25812026-05-12T03:39:32.702Z Checking env_logger v0.11.9
25822026-05-12T03:39:32.787Z Checking usdt-impl v0.5.0
25832026-05-12T03:39:32.827Z Checking ecdsa v0.16.9
25842026-05-12T03:39:32.827Z Checking zip v4.6.1
25852026-05-12T03:39:32.887Z Checking rsa v0.9.10
25862026-05-12T03:39:33.059Z Checking nix v0.31.2
25872026-05-12T03:39:33.224Z Checking clap v4.5.60
25882026-05-12T03:39:33.479Z Checking reqwest v0.13.2
25892026-05-12T03:39:33.508Z Checking zip v0.6.6
25902026-05-12T03:39:33.508Z Checking toml_parser v1.0.9+spec-1.1.0
25912026-05-12T03:39:33.533Z Checking itertools v0.13.0
25922026-05-12T03:39:33.568Z Checking serde_with v3.17.0
25932026-05-12T03:39:33.596Z Checking strum v0.26.3
25942026-05-12T03:39:33.669Z Checking fs-err v3.3.0
25952026-05-12T03:39:33.755Z Checking ahash v0.8.12
25962026-05-12T03:39:33.832Z Checking object v0.37.3
25972026-05-12T03:39:33.919Z Checking tokio-stream v0.1.18
25982026-05-12T03:39:33.991Z Checking buf-list v1.1.2
25992026-05-12T03:39:34.007Z Checking anyhow v1.0.102
26002026-05-12T03:39:34.151Z Checking camino v1.2.2
26012026-05-12T03:39:34.164Z Checking x509-cert v0.2.5
26022026-05-12T03:39:34.232Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26032026-05-12T03:39:34.276Z Checking openapiv3 v2.2.0
26042026-05-12T03:39:34.414Z Checking sha1 v0.10.6
26052026-05-12T03:39:34.466Z Checking toml_datetime v0.7.5+spec-1.1.0
26062026-05-12T03:39:34.576Z Checking peg-runtime v0.8.5
26072026-05-12T03:39:34.576Z Checking lalrpop-util v0.19.12
26082026-05-12T03:39:34.632Z Checking rayon v1.11.0
26092026-05-12T03:39:34.653Z Checking sigpipe v0.1.3
26102026-05-12T03:39:34.687Z Checking glob v0.3.3
26112026-05-12T03:39:35.941Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26122026-05-12T03:39:36.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.58s
26132026-05-12T03:39:36.380Z
26142026-05-12T03:39:36.380Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
26152026-05-12T03:39:36.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26162026-05-12T03:39:36.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26172026-05-12T03:39:36.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26182026-05-12T03:39:36.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26192026-05-12T03:39:37.001Z
26202026-05-12T03:39:37.001Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26212026-05-12T03:39:37.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222026-05-12T03:39:37.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232026-05-12T03:39:37.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26242026-05-12T03:39:37.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26252026-05-12T03:39:37.573Z
26262026-05-12T03:39:37.573Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26272026-05-12T03:39:38.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282026-05-12T03:39:38.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292026-05-12T03:39:38.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302026-05-12T03:39:38.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26312026-05-12T03:39:38.264Z
26322026-05-12T03:39:38.264Zinfo: running `cargo check --bins` on oxql-types (80/274)
26332026-05-12T03:39:38.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342026-05-12T03:39:38.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352026-05-12T03:39:38.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362026-05-12T03:39:38.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26372026-05-12T03:39:38.741Z
26382026-05-12T03:39:38.741Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26392026-05-12T03:39:39.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-05-12T03:39:39.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-05-12T03:39:39.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-05-12T03:39:39.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26432026-05-12T03:39:39.307Z
26442026-05-12T03:39:39.307Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26452026-05-12T03:39:39.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-05-12T03:39:39.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-05-12T03:39:39.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-05-12T03:39:39.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26492026-05-12T03:39:39.890Z
26502026-05-12T03:39:39.890Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26512026-05-12T03:39:40.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-05-12T03:39:40.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-05-12T03:39:40.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-05-12T03:39:40.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26552026-05-12T03:39:40.488Z
26562026-05-12T03:39:40.488Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26572026-05-12T03:39:40.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-05-12T03:39:41.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-05-12T03:39:41.169Z Compiling structmeta-derive v0.3.0
26602026-05-12T03:39:41.294Z Compiling rustls v0.22.4
26612026-05-12T03:39:41.308Z Compiling multer v3.1.0
26622026-05-12T03:39:41.308Z Compiling async-stream-impl v0.3.6
26632026-05-12T03:39:41.308Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26642026-05-12T03:39:41.308Z Compiling dropshot v0.17.0
26652026-05-12T03:39:41.323Z Compiling newtype-uuid-macros v0.1.0
26662026-05-12T03:39:41.324Z Compiling dropshot_endpoint v0.17.0
26672026-05-12T03:39:41.538Z Checking newtype-uuid v1.3.2
26682026-05-12T03:39:41.640Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26692026-05-12T03:39:41.640Z Checking rustls-webpki v0.102.8
26702026-05-12T03:39:41.901Z Checking daft v0.1.5
26712026-05-12T03:39:41.901Z Checking thread_local v1.1.9
26722026-05-12T03:39:41.977Z Checking match_cfg v0.1.0
26732026-05-12T03:39:41.977Z Checking compression-core v0.4.31
26742026-05-12T03:39:41.977Z Checking iddqd v0.3.18
26752026-05-12T03:39:41.977Z Checking hostname v0.3.1
26762026-05-12T03:39:42.006Z Checking crossbeam-channel v0.5.15
26772026-05-12T03:39:42.006Z Checking compression-codecs v0.4.37
26782026-05-12T03:39:42.007Z Checking slog-json v2.6.1
26792026-05-12T03:39:42.081Z Checking toml_datetime v1.0.0+spec-1.1.0
26802026-05-12T03:39:42.141Z Checking serde_spanned v1.0.4
26812026-05-12T03:39:42.158Z Checking is-terminal v0.4.17
26822026-05-12T03:39:42.273Z Checking toml_writer v1.0.6+spec-1.1.0
26832026-05-12T03:39:42.386Z Checking term v1.2.1
26842026-05-12T03:39:42.386Z Checking take_mut v0.2.2
26852026-05-12T03:39:42.387Z Checking debug-ignore v1.0.5
26862026-05-12T03:39:42.487Z Compiling structmeta v0.3.0
26872026-05-12T03:39:42.487Z Checking slog-async v2.8.0
26882026-05-12T03:39:42.488Z Checking slog-bunyan v2.5.0
26892026-05-12T03:39:42.488Z Checking toml v1.0.6+spec-1.1.0
26902026-05-12T03:39:42.550Z Checking slog-term v2.9.2
26912026-05-12T03:39:42.550Z Checking async-compression v0.4.41
26922026-05-12T03:39:42.627Z Compiling derive-ex v0.1.8
26932026-05-12T03:39:42.627Z Compiling parse-display-derive v0.10.0
26942026-05-12T03:39:42.710Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26952026-05-12T03:39:42.790Z Checking async-stream v0.3.6
26962026-05-12T03:39:42.790Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26972026-05-12T03:39:43.266Z Checking progenitor-client v0.14.0
26982026-05-12T03:39:43.381Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
26992026-05-12T03:39:43.382Z Checking waitgroup v0.1.2
27002026-05-12T03:39:43.382Z Checking backon v1.6.0
27012026-05-12T03:39:43.382Z Checking rustls-pemfile v2.2.0
27022026-05-12T03:39:43.382Z Checking serde_path_to_error v0.1.20
27032026-05-12T03:39:43.382Z Checking hostname v0.4.2
27042026-05-12T03:39:43.382Z Checking instant v0.1.13
27052026-05-12T03:39:43.382Z Checking backoff v0.4.0
27062026-05-12T03:39:43.444Z Checking progenitor-extras v0.2.0
27072026-05-12T03:39:43.444Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27082026-05-12T03:39:43.444Z Checking tokio-rustls v0.25.0
27092026-05-12T03:39:43.445Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27102026-05-12T03:39:43.673Z Checking itertools v0.14.0
27112026-05-12T03:39:43.786Z Checking progenitor-client v0.10.0
27122026-05-12T03:39:44.263Z Checking regress v0.10.5
27132026-05-12T03:39:44.263Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27142026-05-12T03:39:44.341Z Checking macaddr v1.0.1
27152026-05-12T03:39:44.341Z Compiling test-strategy v0.4.5
27162026-05-12T03:39:44.341Z Checking parse-display v0.10.0
27172026-05-12T03:39:45.301Z Compiling prettyplease v0.2.37
27182026-05-12T03:39:45.610Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27192026-05-12T03:39:45.736Z Checking num-rational v0.4.2
27202026-05-12T03:39:45.976Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27212026-05-12T03:39:46.215Z Checking num-complex v0.4.6
27222026-05-12T03:39:46.872Z Compiling num v0.4.3
27232026-05-12T03:39:47.008Z Compiling usdt-attr-macro v0.5.0
27242026-05-12T03:39:47.038Z Compiling usdt-macro v0.5.0
27252026-05-12T03:39:47.038Z Checking memmap v0.7.0
27262026-05-12T03:39:47.058Z Checking float-ord v0.3.2
27272026-05-12T03:39:47.126Z Compiling convert_case v0.4.0
27282026-05-12T03:39:47.148Z Checking unicode-width v0.2.0
27292026-05-12T03:39:47.397Z Checking console v0.15.11
27302026-05-12T03:39:47.515Z Compiling derive_more v0.99.20
27312026-05-12T03:39:47.693Z Checking newline-converter v0.3.0
27322026-05-12T03:39:47.711Z Checking atomicwrites v0.4.4
27332026-05-12T03:39:47.732Z Checking usdt v0.5.0
27342026-05-12T03:39:47.817Z Compiling toml v0.8.23
27352026-05-12T03:39:47.840Z Checking linked-hash-map v0.5.6
27362026-05-12T03:39:47.883Z Compiling minimal-lexical v0.2.1
27372026-05-12T03:39:48.008Z Checking lru-cache v0.1.2
27382026-05-12T03:39:48.231Z Compiling nom v7.1.3
27392026-05-12T03:39:48.265Z Checking expectorate v1.2.0
27402026-05-12T03:39:48.750Z Checking camino-tempfile v1.4.1
27412026-05-12T03:39:48.923Z Checking hickory-proto v0.24.4
27422026-05-12T03:39:48.991Z Checking phf_shared v0.12.1
27432026-05-12T03:39:49.173Z Compiling slog-dtrace v0.3.0
27442026-05-12T03:39:49.263Z Checking heck v0.5.0
27452026-05-12T03:39:49.308Z Checking resolv-conf v0.7.6
27462026-05-12T03:39:49.308Z Compiling chrono-tz v0.10.4
27472026-05-12T03:39:49.446Z Compiling const_format_proc_macros v0.2.34
27482026-05-12T03:39:49.467Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27492026-05-12T03:39:49.579Z Checking phf v0.12.1
27502026-05-12T03:39:49.597Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27512026-05-12T03:39:49.682Z Checking tokio-dtrace v0.1.1
27522026-05-12T03:39:49.878Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27532026-05-12T03:39:49.963Z Compiling derive-where v1.6.0
27542026-05-12T03:39:50.074Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27552026-05-12T03:39:50.252Z Checking highway v1.3.0
27562026-05-12T03:39:50.561Z Checking const_format v0.2.35
27572026-05-12T03:39:50.837Z Checking hickory-resolver v0.24.4
27582026-05-12T03:39:50.931Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27592026-05-12T03:39:51.086Z Checking oxide-tokio-rt v0.1.4
27602026-05-12T03:39:51.202Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27612026-05-12T03:39:51.334Z Checking gethostname v0.5.0
27622026-05-12T03:39:51.334Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27632026-05-12T03:39:51.334Z Checking bcs v0.1.6
27642026-05-12T03:39:51.334Z Checking qorb v0.4.1
27652026-05-12T03:39:51.421Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27662026-05-12T03:39:51.421Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27672026-05-12T03:39:51.512Z Checking termtree v0.5.1
27682026-05-12T03:39:54.762Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27692026-05-12T03:39:57.486Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27702026-05-12T03:39:59.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.07s
27712026-05-12T03:39:59.735Z
27722026-05-12T03:39:59.735Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27732026-05-12T03:40:00.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742026-05-12T03:40:00.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752026-05-12T03:40:00.411Z Compiling ar_archive_writer v0.5.1
27762026-05-12T03:40:00.517Z Compiling stacker v0.1.23
27772026-05-12T03:40:00.528Z Compiling cfg_aliases v0.1.1
27782026-05-12T03:40:00.528Z Compiling convert_case v0.10.0
27792026-05-12T03:40:00.528Z Checking unicode-width v0.1.14
27802026-05-12T03:40:00.575Z Compiling proc-macro-error v1.0.4
27812026-05-12T03:40:00.586Z Checking fd-lock v4.0.4
27822026-05-12T03:40:00.586Z Checking nibble_vec v0.1.0
27832026-05-12T03:40:00.586Z Compiling nix v0.28.0
27842026-05-12T03:40:00.677Z Checking vte v0.14.1
27852026-05-12T03:40:00.706Z Compiling recursive-proc-macro-impl v0.1.1
27862026-05-12T03:40:00.777Z Checking endian-type v0.1.2
27872026-05-12T03:40:00.814Z Checking bytecount v0.6.9
27882026-05-12T03:40:00.846Z Checking strip-ansi-escapes v0.2.1
27892026-05-12T03:40:00.846Z Compiling derive_more-impl v2.1.1
27902026-05-12T03:40:00.847Z Compiling tabled_derive v0.7.0
27912026-05-12T03:40:00.893Z Checking papergrid v0.11.0
27922026-05-12T03:40:00.918Z Checking radix_trie v0.2.1
27932026-05-12T03:40:00.951Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27942026-05-12T03:40:01.473Z Compiling peg-macros v0.8.5
27952026-05-12T03:40:01.481Z Checking winnow v0.6.26
27962026-05-12T03:40:01.481Z Compiling psm v0.1.30
27972026-05-12T03:40:01.481Z Compiling sqlparser_derive v0.5.0
27982026-05-12T03:40:01.503Z Checking unicode_categories v0.1.1
27992026-05-12T03:40:01.665Z Checking derive_more v2.1.1
28002026-05-12T03:40:01.676Z Checking nu-ansi-term v0.50.3
28012026-05-12T03:40:01.728Z Checking home v0.5.12
28022026-05-12T03:40:01.829Z Checking tabled v0.15.0
28032026-05-12T03:40:01.833Z Checking crossterm v0.29.0
28042026-05-12T03:40:01.864Z Checking reedline v0.40.0
28052026-05-12T03:40:01.876Z Checking rustyline v14.0.0
28062026-05-12T03:40:02.154Z Checking recursive v0.1.1
28072026-05-12T03:40:02.188Z Checking display-error-chain v0.2.2
28082026-05-12T03:40:02.254Z Checking sqlparser v0.61.0
28092026-05-12T03:40:02.280Z Checking sqlformat v0.3.5
28102026-05-12T03:40:02.429Z Checking peg v0.8.5
28112026-05-12T03:40:13.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.68s
28122026-05-12T03:40:13.594Z
28132026-05-12T03:40:13.595Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
28142026-05-12T03:40:14.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28152026-05-12T03:40:14.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28162026-05-12T03:40:14.287Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28172026-05-12T03:40:17.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
28182026-05-12T03:40:17.871Z
28192026-05-12T03:40:17.871Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28202026-05-12T03:40:18.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-05-12T03:40:18.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-05-12T03:40:18.538Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28232026-05-12T03:40:20.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
28242026-05-12T03:40:21.186Z
28252026-05-12T03:40:21.186Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28262026-05-12T03:40:21.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-05-12T03:40:21.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-05-12T03:40:21.798Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-05-12T03:40:25.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28302026-05-12T03:40:25.203Z
28312026-05-12T03:40:25.203Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28322026-05-12T03:40:25.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-05-12T03:40:25.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-05-12T03:40:25.873Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-05-12T03:40:29.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
28362026-05-12T03:40:29.261Z
28372026-05-12T03:40:29.261Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28382026-05-12T03:40:29.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-05-12T03:40:29.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-05-12T03:40:29.997Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-05-12T03:40:32.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28422026-05-12T03:40:32.810Z
28432026-05-12T03:40:32.810Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28442026-05-12T03:40:33.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-05-12T03:40:33.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-05-12T03:40:33.792Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-05-12T03:40:36.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28482026-05-12T03:40:36.251Z
28492026-05-12T03:40:36.251Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28502026-05-12T03:40:36.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-05-12T03:40:41.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-05-12T03:40:41.382Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-05-12T03:40:41.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28542026-05-12T03:40:42.185Z
28552026-05-12T03:40:42.185Zinfo: running `cargo check --bins` on oximeter (93/274)
28562026-05-12T03:40:42.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-05-12T03:40:42.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-05-12T03:40:42.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28592026-05-12T03:40:42.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28602026-05-12T03:40:42.185Z
28612026-05-12T03:40:42.185Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28622026-05-12T03:40:42.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-05-12T03:40:42.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-05-12T03:40:42.185Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28652026-05-12T03:40:42.185Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28662026-05-12T03:40:42.186Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28672026-05-12T03:40:42.544Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28682026-05-12T03:40:45.210Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28692026-05-12T03:40:46.163Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28702026-05-12T03:40:46.324Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28712026-05-12T03:40:46.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.99s
28722026-05-12T03:40:47.170Z
28732026-05-12T03:40:47.170Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28742026-05-12T03:40:47.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-05-12T03:40:47.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-05-12T03:40:47.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772026-05-12T03:40:47.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28782026-05-12T03:40:47.740Z
28792026-05-12T03:40:47.740Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
28802026-05-12T03:40:48.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-05-12T03:40:48.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-05-12T03:40:48.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-05-12T03:40:48.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28842026-05-12T03:40:48.379Z
28852026-05-12T03:40:48.379Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
28862026-05-12T03:40:48.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-05-12T03:40:48.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-05-12T03:40:48.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-05-12T03:40:48.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28902026-05-12T03:40:49.001Z
28912026-05-12T03:40:49.001Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
28922026-05-12T03:40:49.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-05-12T03:40:49.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-05-12T03:40:49.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-05-12T03:40:49.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28962026-05-12T03:40:49.598Z
28972026-05-12T03:40:49.598Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
28982026-05-12T03:40:50.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-05-12T03:40:50.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-05-12T03:40:50.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-05-12T03:40:50.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29022026-05-12T03:40:50.195Z
29032026-05-12T03:40:50.195Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
29042026-05-12T03:40:50.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-05-12T03:40:50.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-05-12T03:40:50.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-05-12T03:40:50.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29082026-05-12T03:40:50.807Z
29092026-05-12T03:40:50.807Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
29102026-05-12T03:40:51.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-05-12T03:40:51.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-05-12T03:40:51.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-05-12T03:40:51.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29142026-05-12T03:40:51.385Z
29152026-05-12T03:40:51.385Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
29162026-05-12T03:40:51.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-05-12T03:40:51.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-05-12T03:40:51.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-05-12T03:40:51.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29202026-05-12T03:40:51.986Z
29212026-05-12T03:40:51.986Zinfo: running `cargo check --bins` on update-engine (103/274)
29222026-05-12T03:40:52.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-05-12T03:40:52.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-05-12T03:40:52.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-05-12T03:40:52.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29262026-05-12T03:40:52.563Z
29272026-05-12T03:40:52.563Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29282026-05-12T03:40:53.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-05-12T03:40:53.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-05-12T03:40:53.298Z Compiling crucible-workspace-hack v0.1.0
29312026-05-12T03:40:53.401Z Checking secrecy v0.10.3
29322026-05-12T03:40:53.420Z Compiling heapless v0.8.0
29332026-05-12T03:40:53.420Z Compiling ingot-macros v0.1.1
29342026-05-12T03:40:53.430Z Compiling toml_edit v0.23.10+spec-1.0.0
29352026-05-12T03:40:53.430Z Checking hash32 v0.3.1
29362026-05-12T03:40:53.451Z Compiling smoltcp v0.11.0
29372026-05-12T03:40:53.451Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29382026-05-12T03:40:53.492Z Checking cobs v0.3.0
29392026-05-12T03:40:53.543Z Compiling thiserror-impl-no-std v2.0.2
29402026-05-12T03:40:53.621Z Checking universal-hash v0.5.1
29412026-05-12T03:40:53.646Z Checking half v2.7.1
29422026-05-12T03:40:53.661Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29432026-05-12T03:40:53.751Z Checking ciborium-io v0.2.2
29442026-05-12T03:40:53.784Z Checking opaque-debug v0.3.1
29452026-05-12T03:40:53.839Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29462026-05-12T03:40:53.851Z Checking poly1305 v0.8.0
29472026-05-12T03:40:53.894Z Checking postcard v1.1.3
29482026-05-12T03:40:53.904Z Checking ciborium-ll v0.2.2
29492026-05-12T03:40:54.072Z Compiling proc-macro-crate v3.4.0
29502026-05-12T03:40:54.105Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29512026-05-12T03:40:54.119Z Checking password-hash v0.5.0
29522026-05-12T03:40:54.175Z Checking chacha20 v0.9.1
29532026-05-12T03:40:54.345Z Compiling proc-macro-crate v1.3.1
29542026-05-12T03:40:54.364Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29552026-05-12T03:40:54.380Z Checking blake2 v0.10.6
29562026-05-12T03:40:54.445Z Checking aead v0.5.2
29572026-05-12T03:40:54.593Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29582026-05-12T03:40:54.599Z Compiling foreign-types-macros v0.2.3
29592026-05-12T03:40:54.611Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29602026-05-12T03:40:54.622Z Compiling num_enum_derive v0.7.5
29612026-05-12T03:40:54.684Z Checking thiserror-no-std v2.0.2
29622026-05-12T03:40:54.745Z Checking cpufeatures v0.3.0
29632026-05-12T03:40:54.770Z Checking foreign-types-shared v0.3.1
29642026-05-12T03:40:54.787Z Checking vsss-rs v3.3.4
29652026-05-12T03:40:54.818Z Checking chacha20 v0.10.0
29662026-05-12T03:40:54.842Z Compiling num_enum_derive v0.5.11
29672026-05-12T03:40:54.858Z Checking argon2 v0.5.3
29682026-05-12T03:40:55.026Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29692026-05-12T03:40:55.173Z Checking foreign-types v0.5.0
29702026-05-12T03:40:55.200Z Checking chacha20poly1305 v0.10.1
29712026-05-12T03:40:55.247Z Checking ciborium v0.2.2
29722026-05-12T03:40:55.424Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29732026-05-12T03:40:55.525Z Checking tabwriter v1.4.1
29742026-05-12T03:40:55.641Z Checking byte-wrapper v0.1.0
29752026-05-12T03:40:55.651Z Checking num_enum v0.7.5
29762026-05-12T03:40:55.663Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29772026-05-12T03:40:55.707Z Checking cstr-argument v0.1.2
29782026-05-12T03:40:55.760Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29792026-05-12T03:40:55.829Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29802026-05-12T03:40:55.847Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29812026-05-12T03:40:55.860Z Checking num_enum v0.5.11
29822026-05-12T03:40:55.879Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29832026-05-12T03:40:55.967Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29842026-05-12T03:40:56.027Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29852026-05-12T03:40:56.082Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29862026-05-12T03:40:56.133Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29872026-05-12T03:40:56.162Z Checking ingot-types v0.1.2
29882026-05-12T03:40:56.185Z Checking rand v0.10.0
29892026-05-12T03:40:56.199Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29902026-05-12T03:40:56.201Z Checking colored v3.1.1
29912026-05-12T03:40:56.328Z Checking indent_write v2.2.0
29922026-05-12T03:40:56.409Z Compiling zone_cfg_derive v0.3.1
29932026-05-12T03:40:56.480Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29942026-05-12T03:40:56.500Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29952026-05-12T03:40:56.522Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29962026-05-12T03:40:56.533Z Checking itertools v0.12.1
29972026-05-12T03:40:56.556Z Checking ingot v0.1.1
29982026-05-12T03:40:56.571Z Compiling num-derive v0.4.2
29992026-05-12T03:40:56.670Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30002026-05-12T03:40:56.686Z Checking swrite v0.1.0
30012026-05-12T03:40:56.792Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30022026-05-12T03:40:56.870Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30032026-05-12T03:40:57.010Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30042026-05-12T03:40:57.025Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30052026-05-12T03:40:57.092Z Checking dropshot-api-manager-types v0.7.1
30062026-05-12T03:40:57.105Z Checking smf v0.2.3
30072026-05-12T03:40:57.136Z Checking nanorand v0.7.0
30082026-05-12T03:40:57.259Z Checking whoami v1.6.1
30092026-05-12T03:40:57.332Z Checking flume v0.11.1
30102026-05-12T03:40:57.345Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30112026-05-12T03:40:57.492Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30122026-05-12T03:40:57.558Z Checking zone v0.3.1
30132026-05-12T03:40:58.124Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30142026-05-12T03:40:59.089Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30152026-05-12T03:40:59.969Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30162026-05-12T03:41:02.895Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30172026-05-12T03:41:04.924Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30182026-05-12T03:41:06.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.45s
30192026-05-12T03:41:06.212Z
30202026-05-12T03:41:06.212Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30212026-05-12T03:41:06.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222026-05-12T03:41:06.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232026-05-12T03:41:06.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30242026-05-12T03:41:06.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30252026-05-12T03:41:06.831Z
30262026-05-12T03:41:06.831Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30272026-05-12T03:41:07.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282026-05-12T03:41:07.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292026-05-12T03:41:07.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30302026-05-12T03:41:07.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30312026-05-12T03:41:07.412Z
30322026-05-12T03:41:07.412Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30332026-05-12T03:41:07.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-05-12T03:41:07.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-05-12T03:41:07.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362026-05-12T03:41:07.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30372026-05-12T03:41:08.016Z
30382026-05-12T03:41:08.016Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30392026-05-12T03:41:08.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-05-12T03:41:08.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-05-12T03:41:08.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-05-12T03:41:08.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30432026-05-12T03:41:08.623Z
30442026-05-12T03:41:08.624Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30452026-05-12T03:41:09.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-05-12T03:41:09.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-05-12T03:41:09.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-05-12T03:41:09.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30492026-05-12T03:41:09.220Z
30502026-05-12T03:41:09.220Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30512026-05-12T03:41:09.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-05-12T03:41:09.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-05-12T03:41:09.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-05-12T03:41:09.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30552026-05-12T03:41:09.821Z
30562026-05-12T03:41:09.821Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30572026-05-12T03:41:10.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-05-12T03:41:10.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-05-12T03:41:10.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-05-12T03:41:10.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30612026-05-12T03:41:10.419Z
30622026-05-12T03:41:10.419Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30632026-05-12T03:41:10.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-05-12T03:41:10.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-05-12T03:41:10.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-05-12T03:41:10.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30672026-05-12T03:41:11.002Z
30682026-05-12T03:41:11.002Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30692026-05-12T03:41:11.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-05-12T03:41:11.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-05-12T03:41:11.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-05-12T03:41:11.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30732026-05-12T03:41:11.599Z
30742026-05-12T03:41:11.599Zinfo: running `cargo check --bins` on dns-service-client (114/274)
30752026-05-12T03:41:12.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-05-12T03:41:12.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-05-12T03:41:12.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-05-12T03:41:12.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30792026-05-12T03:41:12.198Z
30802026-05-12T03:41:12.198Zinfo: running `cargo check --bins` on installinator-client (115/274)
30812026-05-12T03:41:12.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-05-12T03:41:12.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-05-12T03:41:12.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-05-12T03:41:12.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30852026-05-12T03:41:12.797Z
30862026-05-12T03:41:12.797Zinfo: running `cargo check --bins` on nexus-client (116/274)
30872026-05-12T03:41:13.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-05-12T03:41:13.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-05-12T03:41:13.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-05-12T03:41:13.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30912026-05-12T03:41:13.424Z
30922026-05-12T03:41:13.424Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
30932026-05-12T03:41:13.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-05-12T03:41:13.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-05-12T03:41:13.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-05-12T03:41:13.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30972026-05-12T03:41:14.056Z
30982026-05-12T03:41:14.056Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
30992026-05-12T03:41:14.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-05-12T03:41:14.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-05-12T03:41:14.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-05-12T03:41:14.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31032026-05-12T03:41:14.634Z
31042026-05-12T03:41:14.634Zinfo: running `cargo check --bins` on oxide-client (119/274)
31052026-05-12T03:41:15.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-05-12T03:41:15.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-05-12T03:41:15.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-05-12T03:41:15.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31092026-05-12T03:41:15.236Z
31102026-05-12T03:41:15.236Zinfo: running `cargo check --bins` on oximeter-client (120/274)
31112026-05-12T03:41:15.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-05-12T03:41:15.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-05-12T03:41:15.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-05-12T03:41:15.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31152026-05-12T03:41:15.832Z
31162026-05-12T03:41:15.832Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
31172026-05-12T03:41:16.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-05-12T03:41:16.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-05-12T03:41:16.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-05-12T03:41:16.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31212026-05-12T03:41:16.464Z
31222026-05-12T03:41:16.464Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31232026-05-12T03:41:16.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-05-12T03:41:16.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-05-12T03:41:16.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-05-12T03:41:16.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31272026-05-12T03:41:17.090Z
31282026-05-12T03:41:17.090Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31292026-05-12T03:41:17.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-05-12T03:41:17.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-05-12T03:41:17.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-05-12T03:41:17.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31332026-05-12T03:41:17.645Z
31342026-05-12T03:41:17.645Zinfo: running `cargo check --bins` on installinator-common (124/274)
31352026-05-12T03:41:18.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-05-12T03:41:18.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-05-12T03:41:18.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-05-12T03:41:18.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31392026-05-12T03:41:18.237Z
31402026-05-12T03:41:18.237Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31412026-05-12T03:41:18.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-05-12T03:41:18.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-05-12T03:41:18.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-05-12T03:41:18.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31452026-05-12T03:41:18.811Z
31462026-05-12T03:41:18.811Zinfo: running `cargo check --bins` on wicket-common (126/274)
31472026-05-12T03:41:19.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-05-12T03:41:19.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-05-12T03:41:19.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-05-12T03:41:19.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31512026-05-12T03:41:19.424Z
31522026-05-12T03:41:19.424Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31532026-05-12T03:41:19.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-05-12T03:41:19.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-05-12T03:41:20.107Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31562026-05-12T03:41:20.218Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31572026-05-12T03:41:20.226Z Checking csv-core v0.1.13
31582026-05-12T03:41:20.233Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31592026-05-12T03:41:20.240Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31602026-05-12T03:41:20.250Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31612026-05-12T03:41:20.262Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31622026-05-12T03:41:20.272Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31632026-05-12T03:41:20.378Z Checking csv v1.4.0
31642026-05-12T03:41:20.396Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31652026-05-12T03:41:20.450Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31662026-05-12T03:41:20.472Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31672026-05-12T03:41:20.712Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31682026-05-12T03:41:21.077Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31692026-05-12T03:41:21.077Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31702026-05-12T03:41:21.407Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31712026-05-12T03:41:27.051Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31722026-05-12T03:41:27.561Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31732026-05-12T03:41:29.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.46s
31742026-05-12T03:41:30.090Z
31752026-05-12T03:41:30.090Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
31762026-05-12T03:41:30.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772026-05-12T03:41:30.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782026-05-12T03:41:30.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792026-05-12T03:41:30.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31802026-05-12T03:41:30.672Z
31812026-05-12T03:41:30.672Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
31822026-05-12T03:41:31.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832026-05-12T03:41:31.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842026-05-12T03:41:31.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31852026-05-12T03:41:31.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31862026-05-12T03:41:31.339Z
31872026-05-12T03:41:31.339Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
31882026-05-12T03:41:31.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31892026-05-12T03:41:31.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31902026-05-12T03:41:31.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31912026-05-12T03:41:31.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31922026-05-12T03:41:32.013Z
31932026-05-12T03:41:32.013Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
31942026-05-12T03:41:32.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952026-05-12T03:41:32.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962026-05-12T03:41:32.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31972026-05-12T03:41:32.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31982026-05-12T03:41:32.652Z
31992026-05-12T03:41:32.652Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
32002026-05-12T03:41:33.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012026-05-12T03:41:33.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022026-05-12T03:41:33.429Z Compiling regress v0.11.1
32032026-05-12T03:41:33.557Z Compiling unsafe-libyaml v0.2.11
32042026-05-12T03:41:33.580Z Compiling radium v0.7.0
32052026-05-12T03:41:33.580Z Compiling semver v0.1.20
32062026-05-12T03:41:33.607Z Checking tap v1.0.1
32072026-05-12T03:41:33.607Z Compiling maybe-uninit v2.0.0
32082026-05-12T03:41:33.618Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32092026-05-12T03:41:33.713Z Checking wyz v0.5.1
32102026-05-12T03:41:33.838Z Compiling rustc_version v0.1.7
32112026-05-12T03:41:33.887Z Checking progenitor-client v0.13.0
32122026-05-12T03:41:33.950Z Compiling zerocopy-derive v0.6.6
32132026-05-12T03:41:34.022Z Compiling cancel-safe-futures v0.1.5
32142026-05-12T03:41:34.039Z Compiling newtype_derive v0.1.6
32152026-05-12T03:41:34.112Z Compiling serde_yaml v0.9.34+deprecated
32162026-05-12T03:41:34.230Z Checking funty v2.0.0
32172026-05-12T03:41:34.246Z Checking crc-catalog v2.4.0
32182026-05-12T03:41:34.286Z Compiling owo-colors v4.3.0
32192026-05-12T03:41:34.356Z Compiling packed_struct v0.10.1
32202026-05-12T03:41:34.560Z Checking bitvec v1.0.1
32212026-05-12T03:41:34.597Z Checking crc v3.4.0
32222026-05-12T03:41:34.769Z Checking zerocopy v0.6.6
32232026-05-12T03:41:34.809Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32242026-05-12T03:41:34.868Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32252026-05-12T03:41:34.978Z Checking typify-impl v0.6.2
32262026-05-12T03:41:35.101Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32272026-05-12T03:41:35.192Z Compiling packed_struct_codegen v0.10.1
32282026-05-12T03:41:35.327Z Checking libsw-core v0.3.2
32292026-05-12T03:41:35.363Z Compiling bitfield-macros v0.19.4
32302026-05-12T03:41:35.482Z Compiling indexmap v1.9.3
32312026-05-12T03:41:35.537Z Checking nodrop v0.1.14
32322026-05-12T03:41:35.623Z Checking array-init v0.0.4
32332026-05-12T03:41:35.685Z Checking libsw v3.5.0
32342026-05-12T03:41:35.840Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32352026-05-12T03:41:35.849Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32362026-05-12T03:41:35.919Z Checking smallvec v0.6.14
32372026-05-12T03:41:36.047Z Checking bitfield v0.19.4
32382026-05-12T03:41:36.087Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32392026-05-12T03:41:36.237Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32402026-05-12T03:41:36.250Z Checking base64 v0.21.7
32412026-05-12T03:41:36.319Z Checking linear-map v1.2.0
32422026-05-12T03:41:36.357Z Checking hashbrown v0.12.3
32432026-05-12T03:41:36.504Z Checking tagptr v0.2.0
32442026-05-12T03:41:36.518Z Checking unicode-linebreak v0.1.5
32452026-05-12T03:41:36.541Z Checking smawk v0.3.2
32462026-05-12T03:41:36.647Z Checking moka v0.12.13
32472026-05-12T03:41:36.675Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32482026-05-12T03:41:36.711Z Checking ron v0.8.1
32492026-05-12T03:41:36.731Z Checking textwrap v0.16.2
32502026-05-12T03:41:36.787Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32512026-05-12T03:41:36.840Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32522026-05-12T03:41:36.950Z Checking steno v0.4.1
32532026-05-12T03:41:37.117Z Checking serde-hex v0.1.0
32542026-05-12T03:41:37.237Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32552026-05-12T03:41:37.308Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32562026-05-12T03:41:37.334Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32572026-05-12T03:41:37.408Z Checking hashbrown v0.13.2
32582026-05-12T03:41:37.643Z Checking crc-any v2.5.0
32592026-05-12T03:41:37.815Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32602026-05-12T03:41:37.830Z Checking humantime v2.3.0
32612026-05-12T03:41:37.854Z Checking object v0.30.4
32622026-05-12T03:41:37.946Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32632026-05-12T03:41:38.013Z Checking hickory-resolver v0.25.2
32642026-05-12T03:41:38.030Z Checking path-slash v0.1.5
32652026-05-12T03:41:38.067Z Checking void v1.0.2
32662026-05-12T03:41:38.108Z Checking utf-8 v0.7.6
32672026-05-12T03:41:38.135Z Checking half v1.8.3
32682026-05-12T03:41:38.159Z Checking lzss v0.8.2
32692026-05-12T03:41:38.252Z Checking tungstenite v0.23.0
32702026-05-12T03:41:38.334Z Checking serde_cbor v0.11.2
32712026-05-12T03:41:38.484Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32722026-05-12T03:41:38.633Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32732026-05-12T03:41:38.652Z Checking nix v0.27.1
32742026-05-12T03:41:38.667Z Checking kstat-rs v0.2.4
32752026-05-12T03:41:38.713Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32762026-05-12T03:41:38.727Z Checking fxhash v0.2.1
32772026-05-12T03:41:38.829Z Checking serde_bytes v0.11.19
32782026-05-12T03:41:38.846Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32792026-05-12T03:41:38.864Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32802026-05-12T03:41:38.999Z Checking tokio-tungstenite v0.23.1
32812026-05-12T03:41:39.124Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32822026-05-12T03:41:39.144Z Checking signal-hook-tokio v0.3.1
32832026-05-12T03:41:39.423Z Compiling typify-macro v0.6.2
32842026-05-12T03:41:40.210Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32852026-05-12T03:41:40.535Z Compiling typify v0.6.2
32862026-05-12T03:41:40.616Z Compiling progenitor-impl v0.13.0
32872026-05-12T03:41:40.617Z Compiling progenitor-impl v0.14.0
32882026-05-12T03:41:41.117Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32892026-05-12T03:41:41.437Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
32902026-05-12T03:41:42.234Z Compiling progenitor-macro v0.13.0
32912026-05-12T03:41:42.240Z Compiling progenitor-macro v0.14.0
32922026-05-12T03:41:44.768Z Checking progenitor v0.13.0
32932026-05-12T03:41:44.774Z Checking progenitor v0.14.0
32942026-05-12T03:41:44.903Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32952026-05-12T03:41:44.906Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32962026-05-12T03:41:47.905Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32972026-05-12T03:41:55.518Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32982026-05-12T03:42:01.839Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32992026-05-12T03:42:03.165Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33002026-05-12T03:42:03.664Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33012026-05-12T03:42:05.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.02s
33022026-05-12T03:42:05.893Z
33032026-05-12T03:42:05.894Zinfo: running `cargo check --bins` on gateway-api (133/274)
33042026-05-12T03:42:06.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33052026-05-12T03:42:06.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33062026-05-12T03:42:06.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33072026-05-12T03:42:06.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33082026-05-12T03:42:06.899Z
33092026-05-12T03:42:06.899Zinfo: running `cargo check --bins` on ipcc (134/274)
33102026-05-12T03:42:07.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33112026-05-12T03:42:07.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33122026-05-12T03:42:07.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33132026-05-12T03:42:07.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33142026-05-12T03:42:07.169Z
33152026-05-12T03:42:07.170Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33162026-05-12T03:42:07.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172026-05-12T03:42:07.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182026-05-12T03:42:07.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33192026-05-12T03:42:07.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33202026-05-12T03:42:07.668Z
33212026-05-12T03:42:07.669Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33222026-05-12T03:42:08.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232026-05-12T03:42:08.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242026-05-12T03:42:08.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33252026-05-12T03:42:08.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33262026-05-12T03:42:08.261Z
33272026-05-12T03:42:08.261Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33282026-05-12T03:42:08.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292026-05-12T03:42:08.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302026-05-12T03:42:08.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312026-05-12T03:42:08.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33322026-05-12T03:42:08.880Z
33332026-05-12T03:42:08.880Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33342026-05-12T03:42:09.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352026-05-12T03:42:09.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362026-05-12T03:42:09.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372026-05-12T03:42:09.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33382026-05-12T03:42:09.473Z
33392026-05-12T03:42:09.473Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33402026-05-12T03:42:09.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-05-12T03:42:10.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-05-12T03:42:10.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-05-12T03:42:10.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33442026-05-12T03:42:10.081Z
33452026-05-12T03:42:10.081Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33462026-05-12T03:42:10.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-05-12T03:42:10.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-05-12T03:42:10.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-05-12T03:42:10.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33502026-05-12T03:42:10.695Z
33512026-05-12T03:42:10.695Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33522026-05-12T03:42:11.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-05-12T03:42:11.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-05-12T03:42:11.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-05-12T03:42:11.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33562026-05-12T03:42:11.285Z
33572026-05-12T03:42:11.285Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33582026-05-12T03:42:11.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-05-12T03:42:11.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-05-12T03:42:11.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-05-12T03:42:11.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33622026-05-12T03:42:11.913Z
33632026-05-12T03:42:11.913Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
33642026-05-12T03:42:12.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-05-12T03:42:12.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-05-12T03:42:12.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-05-12T03:42:12.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33682026-05-12T03:42:12.787Z
33692026-05-12T03:42:12.787Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
33702026-05-12T03:42:13.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-05-12T03:42:13.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-05-12T03:42:13.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-05-12T03:42:13.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33742026-05-12T03:42:13.341Z
33752026-05-12T03:42:13.341Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
33762026-05-12T03:42:14.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-05-12T03:42:14.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-05-12T03:42:14.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-05-12T03:42:14.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33802026-05-12T03:42:14.881Z
33812026-05-12T03:42:14.881Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
33822026-05-12T03:42:14.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-05-12T03:42:14.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-05-12T03:42:14.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-05-12T03:42:14.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33862026-05-12T03:42:14.881Z
33872026-05-12T03:42:14.881Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
33882026-05-12T03:42:15.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-05-12T03:42:15.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-05-12T03:42:15.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-05-12T03:42:15.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33922026-05-12T03:42:15.062Z
33932026-05-12T03:42:15.062Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
33942026-05-12T03:42:15.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-05-12T03:42:15.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-05-12T03:42:15.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-05-12T03:42:15.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33982026-05-12T03:42:15.514Z
33992026-05-12T03:42:15.514Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
34002026-05-12T03:42:16.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-05-12T03:42:16.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-05-12T03:42:16.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-05-12T03:42:16.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34042026-05-12T03:42:16.406Z
34052026-05-12T03:42:16.406Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34062026-05-12T03:42:16.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-05-12T03:42:16.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-05-12T03:42:16.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-05-12T03:42:16.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34102026-05-12T03:42:16.752Z
34112026-05-12T03:42:16.752Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34122026-05-12T03:42:17.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-05-12T03:42:17.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-05-12T03:42:17.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-05-12T03:42:17.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34162026-05-12T03:42:17.621Z
34172026-05-12T03:42:17.621Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34182026-05-12T03:42:18.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-05-12T03:42:19.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-05-12T03:42:19.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-05-12T03:42:19.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34222026-05-12T03:42:19.711Z
34232026-05-12T03:42:19.711Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34242026-05-12T03:42:19.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-05-12T03:42:19.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-05-12T03:42:19.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-05-12T03:42:19.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34282026-05-12T03:42:19.832Z
34292026-05-12T03:42:19.832Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34302026-05-12T03:42:19.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-05-12T03:42:19.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-05-12T03:42:19.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-05-12T03:42:19.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34342026-05-12T03:42:19.832Z
34352026-05-12T03:42:19.832Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34362026-05-12T03:42:19.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-05-12T03:42:19.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-05-12T03:42:19.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-05-12T03:42:19.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34402026-05-12T03:42:19.840Z
34412026-05-12T03:42:19.840Zinfo: running `cargo check --bins` on dns-server (156/274)
34422026-05-12T03:42:20.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-05-12T03:42:20.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-05-12T03:42:20.421Z Compiling parking_lot_core v0.8.6
34452026-05-12T03:42:20.421Z Compiling atomicwrites v0.4.4
34462026-05-12T03:42:20.441Z Compiling git-stub v1.0.0
34472026-05-12T03:42:20.441Z Checking prefix-trie v0.7.0
34482026-05-12T03:42:20.545Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34492026-05-12T03:42:20.654Z Compiling git-stub-vcs v0.1.0
34502026-05-12T03:42:20.830Z Checking hickory-server v0.25.2
34512026-05-12T03:42:20.936Z Checking parking_lot v0.11.2
34522026-05-12T03:42:20.952Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34532026-05-12T03:42:21.009Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34542026-05-12T03:42:21.009Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34552026-05-12T03:42:21.126Z Checking sled v0.34.7
34562026-05-12T03:42:23.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
34572026-05-12T03:42:23.183Z
34582026-05-12T03:42:23.184Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34592026-05-12T03:42:23.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-05-12T03:42:23.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-05-12T03:42:23.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34622026-05-12T03:42:23.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34632026-05-12T03:42:23.782Z
34642026-05-12T03:42:23.782Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
34652026-05-12T03:42:24.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-05-12T03:42:24.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-05-12T03:42:24.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34682026-05-12T03:42:24.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34692026-05-12T03:42:24.416Z
34702026-05-12T03:42:24.416Zinfo: running `cargo check --bins` on sp-sim (159/274)
34712026-05-12T03:42:24.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-05-12T03:42:24.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-05-12T03:42:25.099Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34742026-05-12T03:42:26.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
34752026-05-12T03:42:27.111Z
34762026-05-12T03:42:27.111Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
34772026-05-12T03:42:27.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-05-12T03:42:27.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-05-12T03:42:27.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802026-05-12T03:42:27.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34812026-05-12T03:42:27.739Z
34822026-05-12T03:42:27.739Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
34832026-05-12T03:42:28.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-05-12T03:42:28.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-05-12T03:42:28.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862026-05-12T03:42:28.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34872026-05-12T03:42:28.361Z
34882026-05-12T03:42:28.361Zinfo: running `cargo check --bins` on db-macros (162/274)
34892026-05-12T03:42:28.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-05-12T03:42:28.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-05-12T03:42:28.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-05-12T03:42:28.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34932026-05-12T03:42:28.952Z
34942026-05-12T03:42:28.952Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
34952026-05-12T03:42:29.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-05-12T03:42:29.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-05-12T03:42:29.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-05-12T03:42:29.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34992026-05-12T03:42:29.536Z
35002026-05-12T03:42:29.536Zinfo: running `cargo check --bins` on nexus-auth (164/274)
35012026-05-12T03:42:30.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-05-12T03:42:30.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-05-12T03:42:30.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-05-12T03:42:30.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35052026-05-12T03:42:30.218Z
35062026-05-12T03:42:30.219Zinfo: running `cargo check --bins` on authz-macros (165/274)
35072026-05-12T03:42:30.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-05-12T03:42:30.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-05-12T03:42:30.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-05-12T03:42:30.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35112026-05-12T03:42:30.757Z
35122026-05-12T03:42:30.757Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35132026-05-12T03:42:31.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-05-12T03:42:31.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-05-12T03:42:31.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-05-12T03:42:31.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35172026-05-12T03:42:31.433Z
35182026-05-12T03:42:31.433Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35192026-05-12T03:42:31.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-05-12T03:42:31.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-05-12T03:42:31.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-05-12T03:42:31.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35232026-05-12T03:42:32.044Z
35242026-05-12T03:42:32.044Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35252026-05-12T03:42:32.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-05-12T03:42:32.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-05-12T03:42:32.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-05-12T03:42:32.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35292026-05-12T03:42:32.703Z
35302026-05-12T03:42:32.703Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35312026-05-12T03:42:33.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-05-12T03:42:33.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-05-12T03:42:33.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-05-12T03:42:33.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35352026-05-12T03:42:33.254Z
35362026-05-12T03:42:33.254Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35372026-05-12T03:42:34.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-05-12T03:42:35.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-05-12T03:42:35.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-05-12T03:42:35.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35412026-05-12T03:42:35.390Z
35422026-05-12T03:42:35.390Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35432026-05-12T03:42:35.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-05-12T03:42:35.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-05-12T03:42:35.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-05-12T03:42:35.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35472026-05-12T03:42:35.390Z
35482026-05-12T03:42:35.390Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35492026-05-12T03:42:35.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-05-12T03:42:35.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-05-12T03:42:35.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-05-12T03:42:35.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35532026-05-12T03:42:35.673Z
35542026-05-12T03:42:35.673Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35552026-05-12T03:42:36.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-05-12T03:42:36.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-05-12T03:42:36.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-05-12T03:42:36.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35592026-05-12T03:42:36.029Z
35602026-05-12T03:42:36.029Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
35612026-05-12T03:42:36.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-05-12T03:42:39.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-05-12T03:42:39.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-05-12T03:42:39.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35652026-05-12T03:42:39.268Z
35662026-05-12T03:42:39.268Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
35672026-05-12T03:42:39.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-05-12T03:42:39.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-05-12T03:42:39.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702026-05-12T03:42:39.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35712026-05-12T03:42:39.350Z
35722026-05-12T03:42:39.350Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
35732026-05-12T03:42:39.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742026-05-12T03:42:39.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752026-05-12T03:42:39.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762026-05-12T03:42:39.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35772026-05-12T03:42:39.350Z
35782026-05-12T03:42:39.350Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
35792026-05-12T03:42:39.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-05-12T03:42:39.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-05-12T03:42:39.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-05-12T03:42:39.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35832026-05-12T03:42:39.351Z
35842026-05-12T03:42:39.351Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
35852026-05-12T03:42:39.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-05-12T03:42:39.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-05-12T03:42:39.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-05-12T03:42:39.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35892026-05-12T03:42:39.351Z
35902026-05-12T03:42:39.351Zinfo: running `cargo check --bins` on key-manager (179/274)
35912026-05-12T03:42:39.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-05-12T03:42:39.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-05-12T03:42:39.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-05-12T03:42:39.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35952026-05-12T03:42:39.669Z
35962026-05-12T03:42:39.669Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
35972026-05-12T03:42:39.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-05-12T03:42:40.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-05-12T03:42:40.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-05-12T03:42:40.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36012026-05-12T03:42:40.069Z
36022026-05-12T03:42:40.069Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
36032026-05-12T03:42:40.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-05-12T03:42:40.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-05-12T03:42:40.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-05-12T03:42:40.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36072026-05-12T03:42:40.707Z
36082026-05-12T03:42:40.707Zinfo: running `cargo check --bins` on typed-rng (182/274)
36092026-05-12T03:42:41.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-05-12T03:42:41.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-05-12T03:42:41.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-05-12T03:42:41.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36132026-05-12T03:42:41.227Z
36142026-05-12T03:42:41.227Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36152026-05-12T03:42:41.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-05-12T03:42:41.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-05-12T03:42:42.091Z Compiling typify-impl v0.4.3
36182026-05-12T03:42:42.091Z Compiling libefi-sys v0.1.0
36192026-05-12T03:42:42.221Z Compiling bitfield-struct v0.6.2
36202026-05-12T03:42:42.256Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36212026-05-12T03:42:42.256Z Compiling xshell-macros v0.2.7
36222026-05-12T03:42:42.301Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36232026-05-12T03:42:42.365Z Compiling salty v0.3.0
36242026-05-12T03:42:42.566Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36252026-05-12T03:42:42.667Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36262026-05-12T03:42:42.667Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36272026-05-12T03:42:42.769Z Checking xshell v0.2.7
36282026-05-12T03:42:42.769Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36292026-05-12T03:42:42.826Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36302026-05-12T03:42:42.872Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36312026-05-12T03:42:42.872Z Checking primeorder v0.13.6
36322026-05-12T03:42:43.069Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36332026-05-12T03:42:43.126Z Compiling proc-macro-error-attr2 v2.0.0
36342026-05-12T03:42:43.126Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36352026-05-12T03:42:43.126Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36362026-05-12T03:42:43.188Z Checking tungstenite v0.21.0
36372026-05-12T03:42:43.309Z Checking p384 v0.13.1
36382026-05-12T03:42:43.354Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36392026-05-12T03:42:43.392Z Compiling proc-macro-error2 v2.0.1
36402026-05-12T03:42:43.431Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36412026-05-12T03:42:43.571Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36422026-05-12T03:42:43.689Z Compiling num-derive v0.3.3
36432026-05-12T03:42:43.709Z Compiling tabled_derive v0.11.0
36442026-05-12T03:42:43.852Z Checking tokio-tungstenite v0.21.0
36452026-05-12T03:42:44.141Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36462026-05-12T03:42:44.166Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36472026-05-12T03:42:44.217Z Checking papergrid v0.17.0
36482026-05-12T03:42:44.681Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36492026-05-12T03:42:44.760Z Checking libscf-sys v1.1.0
36502026-05-12T03:42:44.760Z Checking testing_table v0.3.0
36512026-05-12T03:42:44.802Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36522026-05-12T03:42:44.839Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36532026-05-12T03:42:44.897Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36542026-05-12T03:42:45.101Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36552026-05-12T03:42:45.134Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36562026-05-12T03:42:45.198Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36572026-05-12T03:42:45.392Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36582026-05-12T03:42:45.489Z Checking corncobs v0.1.4
36592026-05-12T03:42:45.489Z Compiling unicase v2.9.0
36602026-05-12T03:42:45.520Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36612026-05-12T03:42:45.520Z Checking tabled v0.20.0
36622026-05-12T03:42:45.520Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36632026-05-12T03:42:45.583Z Compiling mime_guess v2.0.5
36642026-05-12T03:42:45.609Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36652026-05-12T03:42:45.719Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36662026-05-12T03:42:45.764Z Checking progenitor-client v0.11.2
36672026-05-12T03:42:45.942Z Checking secrecy v0.8.0
36682026-05-12T03:42:45.978Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36692026-05-12T03:42:45.992Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36702026-05-12T03:42:46.011Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36712026-05-12T03:42:46.079Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36722026-05-12T03:42:46.210Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36732026-05-12T03:42:46.492Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36742026-05-12T03:42:46.625Z Compiling typify-macro v0.4.3
36752026-05-12T03:42:46.673Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36762026-05-12T03:42:46.690Z Checking filetime v0.2.27
36772026-05-12T03:42:46.737Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36782026-05-12T03:42:46.757Z Checking xattr v1.6.1
36792026-05-12T03:42:46.842Z Checking http-range v0.1.5
36802026-05-12T03:42:46.927Z Checking crc8 v0.1.1
36812026-05-12T03:42:47.006Z Checking tar v0.4.45
36822026-05-12T03:42:47.339Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36832026-05-12T03:42:47.431Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36842026-05-12T03:42:47.559Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36852026-05-12T03:42:47.596Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36862026-05-12T03:42:47.647Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36872026-05-12T03:42:47.772Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36882026-05-12T03:42:47.909Z Checking atty v0.2.14
36892026-05-12T03:42:48.006Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36902026-05-12T03:42:48.061Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36912026-05-12T03:42:48.221Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36922026-05-12T03:42:48.319Z Compiling typify v0.4.3
36932026-05-12T03:42:48.453Z Compiling progenitor-impl v0.11.2
36942026-05-12T03:42:48.555Z Compiling progenitor-impl v0.10.0
36952026-05-12T03:42:48.852Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36962026-05-12T03:42:48.995Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36972026-05-12T03:42:49.267Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36982026-05-12T03:42:49.459Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36992026-05-12T03:42:49.806Z Checking hyper-staticfile v0.10.1
37002026-05-12T03:42:49.837Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37012026-05-12T03:42:50.113Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37022026-05-12T03:42:50.122Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37032026-05-12T03:42:50.230Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37042026-05-12T03:42:50.318Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37052026-05-12T03:42:50.397Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37062026-05-12T03:42:50.644Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37072026-05-12T03:42:50.796Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37082026-05-12T03:42:51.289Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37092026-05-12T03:42:51.529Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37102026-05-12T03:42:51.529Z Compiling progenitor-macro v0.11.2
37112026-05-12T03:42:51.529Z Compiling progenitor-macro v0.10.0
37122026-05-12T03:42:54.150Z Checking progenitor v0.11.2
37132026-05-12T03:42:54.212Z Checking progenitor v0.10.0
37142026-05-12T03:42:54.212Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37152026-05-12T03:42:54.212Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37162026-05-12T03:42:59.273Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37172026-05-12T03:42:59.763Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37182026-05-12T03:43:10.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.00s
37192026-05-12T03:43:10.439Z
37202026-05-12T03:43:10.439Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37212026-05-12T03:43:11.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-05-12T03:43:11.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-05-12T03:43:11.282Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37242026-05-12T03:43:21.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.29s
37252026-05-12T03:43:22.028Z
37262026-05-12T03:43:22.028Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37272026-05-12T03:43:22.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-05-12T03:43:22.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-05-12T03:43:22.760Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37302026-05-12T03:43:33.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.18s
37312026-05-12T03:43:33.362Z
37322026-05-12T03:43:33.362Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37332026-05-12T03:43:33.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-05-12T03:43:33.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-05-12T03:43:34.146Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37362026-05-12T03:43:44.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.29s
37372026-05-12T03:43:44.869Z
37382026-05-12T03:43:44.869Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37392026-05-12T03:43:45.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-05-12T03:43:45.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-05-12T03:43:45.651Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37422026-05-12T03:43:56.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.25s
37432026-05-12T03:43:56.354Z
37442026-05-12T03:43:56.354Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37452026-05-12T03:43:56.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462026-05-12T03:43:56.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472026-05-12T03:43:57.132Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37482026-05-12T03:44:07.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.17s
37492026-05-12T03:44:07.752Z
37502026-05-12T03:44:07.752Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37512026-05-12T03:44:08.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37522026-05-12T03:44:08.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37532026-05-12T03:44:08.540Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37542026-05-12T03:44:18.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.21s
37552026-05-12T03:44:19.193Z
37562026-05-12T03:44:19.193Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37572026-05-12T03:44:19.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-05-12T03:44:19.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-05-12T03:44:19.981Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37602026-05-12T03:44:30.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.27s
37612026-05-12T03:44:30.702Z
37622026-05-12T03:44:30.702Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
37632026-05-12T03:44:31.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-05-12T03:44:31.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-05-12T03:44:31.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37662026-05-12T03:44:31.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37672026-05-12T03:44:31.298Z
37682026-05-12T03:44:31.298Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
37692026-05-12T03:44:31.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-05-12T03:44:31.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-05-12T03:44:31.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37722026-05-12T03:44:31.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37732026-05-12T03:44:31.912Z
37742026-05-12T03:44:31.912Zinfo: running `cargo check --bins` on range-requests (193/274)
37752026-05-12T03:44:32.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762026-05-12T03:44:32.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772026-05-12T03:44:32.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37782026-05-12T03:44:32.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37792026-05-12T03:44:32.509Z
37802026-05-12T03:44:32.509Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
37812026-05-12T03:44:33.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37822026-05-12T03:44:33.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37832026-05-12T03:44:33.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37842026-05-12T03:44:33.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37852026-05-12T03:44:33.105Z
37862026-05-12T03:44:33.105Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
37872026-05-12T03:44:33.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37882026-05-12T03:44:33.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37892026-05-12T03:44:33.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37902026-05-12T03:44:33.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37912026-05-12T03:44:34.157Z
37922026-05-12T03:44:34.158Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
37932026-05-12T03:44:34.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37942026-05-12T03:44:34.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37952026-05-12T03:44:34.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37962026-05-12T03:44:34.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37972026-05-12T03:44:34.373Z
37982026-05-12T03:44:34.373Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
37992026-05-12T03:44:34.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38002026-05-12T03:44:34.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38012026-05-12T03:44:34.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38022026-05-12T03:44:34.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38032026-05-12T03:44:35.389Z
38042026-05-12T03:44:35.389Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
38052026-05-12T03:44:35.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38062026-05-12T03:44:35.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38072026-05-12T03:44:35.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38082026-05-12T03:44:35.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38092026-05-12T03:44:35.927Z
38102026-05-12T03:44:35.927Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38112026-05-12T03:44:36.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38122026-05-12T03:44:36.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38132026-05-12T03:44:36.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38142026-05-12T03:44:36.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38152026-05-12T03:44:36.247Z
38162026-05-12T03:44:36.247Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38172026-05-12T03:44:36.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38182026-05-12T03:44:36.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38192026-05-12T03:44:36.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38202026-05-12T03:44:36.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38212026-05-12T03:44:36.863Z
38222026-05-12T03:44:36.863Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38232026-05-12T03:44:37.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38242026-05-12T03:44:37.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38252026-05-12T03:44:37.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38262026-05-12T03:44:37.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38272026-05-12T03:44:37.491Z
38282026-05-12T03:44:37.491Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38292026-05-12T03:44:38.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38302026-05-12T03:44:38.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38312026-05-12T03:44:38.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38322026-05-12T03:44:38.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38332026-05-12T03:44:38.124Z
38342026-05-12T03:44:38.124Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38352026-05-12T03:44:38.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38362026-05-12T03:44:38.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38372026-05-12T03:44:38.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38382026-05-12T03:44:38.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38392026-05-12T03:44:38.763Z
38402026-05-12T03:44:38.763Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38412026-05-12T03:44:39.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422026-05-12T03:44:39.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432026-05-12T03:44:39.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38442026-05-12T03:44:39.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38452026-05-12T03:44:39.446Z
38462026-05-12T03:44:39.446Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38472026-05-12T03:44:39.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38482026-05-12T03:44:39.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38492026-05-12T03:44:39.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38502026-05-12T03:44:39.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38512026-05-12T03:44:40.068Z
38522026-05-12T03:44:40.068Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38532026-05-12T03:44:40.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38542026-05-12T03:44:40.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38552026-05-12T03:44:40.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38562026-05-12T03:44:40.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38572026-05-12T03:44:40.690Z
38582026-05-12T03:44:40.690Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38592026-05-12T03:44:41.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38602026-05-12T03:44:41.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38612026-05-12T03:44:41.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38622026-05-12T03:44:41.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38632026-05-12T03:44:41.345Z
38642026-05-12T03:44:41.345Zinfo: running `cargo check --bins` on update-common (208/274)
38652026-05-12T03:44:41.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38662026-05-12T03:44:41.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38672026-05-12T03:44:41.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38682026-05-12T03:44:41.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38692026-05-12T03:44:41.952Z
38702026-05-12T03:44:41.952Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
38712026-05-12T03:44:42.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-05-12T03:44:42.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-05-12T03:44:42.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38742026-05-12T03:44:42.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38752026-05-12T03:44:42.603Z
38762026-05-12T03:44:42.603Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
38772026-05-12T03:44:43.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-05-12T03:44:43.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-05-12T03:44:43.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38802026-05-12T03:44:43.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38812026-05-12T03:44:43.190Z
38822026-05-12T03:44:43.190Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
38832026-05-12T03:44:43.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-05-12T03:44:43.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-05-12T03:44:43.964Z Compiling fs-err v2.11.0
38862026-05-12T03:44:43.968Z Checking ignore v0.4.25
38872026-05-12T03:44:43.968Z Checking arc-swap v1.8.2
38882026-05-12T03:44:44.084Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38892026-05-12T03:44:44.107Z Checking predicates-tree v1.0.13
38902026-05-12T03:44:44.112Z Checking parse-size v1.1.0
38912026-05-12T03:44:44.129Z Checking rand_seeder v0.4.0
38922026-05-12T03:44:44.133Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38932026-05-12T03:44:44.208Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38942026-05-12T03:44:44.226Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38952026-05-12T03:44:44.679Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38962026-05-12T03:44:44.683Z Checking slog-scope v4.4.1
38972026-05-12T03:44:44.683Z Compiling petname v2.0.2
38982026-05-12T03:44:44.683Z Checking slog-stdlog v4.1.1
38992026-05-12T03:44:44.683Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39002026-05-12T03:44:44.683Z Checking globwalk v0.9.1
39012026-05-12T03:44:44.683Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39022026-05-12T03:44:44.683Z Checking slog-envlogger v2.2.0
39032026-05-12T03:44:44.683Z Checking camino-tempfile-ext v0.3.3
39042026-05-12T03:44:44.683Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39052026-05-12T03:44:44.687Z Checking sapling-renderdag v0.1.0
39062026-05-12T03:44:44.824Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39072026-05-12T03:44:44.837Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39082026-05-12T03:44:44.923Z Checking subprocess v0.2.15
39092026-05-12T03:44:45.004Z Checking sync-ptr v0.1.4
39102026-05-12T03:44:45.053Z Checking colored v2.2.0
39112026-05-12T03:44:45.134Z Checking assert_matches v1.5.0
39122026-05-12T03:44:45.205Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39132026-05-12T03:44:45.287Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39142026-05-12T03:44:45.724Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39152026-05-12T03:44:45.728Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39162026-05-12T03:44:45.956Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39172026-05-12T03:44:47.285Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39182026-05-12T03:44:49.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.28s
39192026-05-12T03:44:49.699Z
39202026-05-12T03:44:49.700Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39212026-05-12T03:44:50.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-05-12T03:44:50.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-05-12T03:44:50.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39242026-05-12T03:44:50.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39252026-05-12T03:44:50.287Z
39262026-05-12T03:44:50.287Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39272026-05-12T03:44:50.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282026-05-12T03:44:50.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292026-05-12T03:44:50.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39302026-05-12T03:44:50.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39312026-05-12T03:44:50.924Z
39322026-05-12T03:44:50.924Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39332026-05-12T03:44:51.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-05-12T03:44:51.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-05-12T03:44:51.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39362026-05-12T03:44:51.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39372026-05-12T03:44:51.543Z
39382026-05-12T03:44:51.543Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39392026-05-12T03:44:52.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-05-12T03:44:52.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-05-12T03:44:52.276Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39422026-05-12T03:44:52.276Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39432026-05-12T03:44:52.920Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39442026-05-12T03:44:54.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s
39452026-05-12T03:44:54.699Z
39462026-05-12T03:44:54.699Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39472026-05-12T03:44:55.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-05-12T03:44:55.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-05-12T03:44:55.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-05-12T03:44:55.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39512026-05-12T03:44:55.325Z
39522026-05-12T03:44:55.325Zinfo: running `cargo check --bins` on cert-dev (217/274)
39532026-05-12T03:44:55.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-05-12T03:44:55.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-05-12T03:44:55.939Z Checking yasna v0.5.2
39562026-05-12T03:44:56.317Z Checking rcgen v0.12.1
39572026-05-12T03:44:56.573Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39582026-05-12T03:44:56.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
39592026-05-12T03:44:56.913Z
39602026-05-12T03:44:56.913Zinfo: running `cargo check --bins` on clickana (218/274)
39612026-05-12T03:44:57.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-05-12T03:44:57.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-05-12T03:44:57.559Z Compiling darling_core v0.23.0
39642026-05-12T03:44:57.667Z Compiling instability v0.3.11
39652026-05-12T03:44:57.677Z Checking castaway v0.2.4
39662026-05-12T03:44:57.684Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39672026-05-12T03:44:57.688Z Compiling indoc v2.0.7
39682026-05-12T03:44:57.698Z Checking unicode-truncate v1.1.0
39692026-05-12T03:44:57.701Z Checking lru v0.12.5
39702026-05-12T03:44:57.708Z Checking cassowary v0.3.0
39712026-05-12T03:44:57.765Z Checking compact_str v0.8.1
39722026-05-12T03:44:58.744Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39732026-05-12T03:44:58.929Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39742026-05-12T03:44:59.059Z Compiling darling_macro v0.23.0
39752026-05-12T03:44:59.463Z Compiling darling v0.23.0
39762026-05-12T03:45:00.065Z Checking ratatui v0.29.0
39772026-05-12T03:45:01.127Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39782026-05-12T03:45:01.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s
39792026-05-12T03:45:01.984Z
39802026-05-12T03:45:01.984Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
39812026-05-12T03:45:02.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-05-12T03:45:02.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-05-12T03:45:02.705Z Checking headers-core v0.3.0
39842026-05-12T03:45:02.708Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39852026-05-12T03:45:02.899Z Checking headers v0.4.1
39862026-05-12T03:45:03.281Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39872026-05-12T03:45:04.138Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39882026-05-12T03:45:04.615Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39892026-05-12T03:45:05.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
39902026-05-12T03:45:05.231Z
39912026-05-12T03:45:05.231Zinfo: running `cargo check --bins` on ch-dev (220/274)
39922026-05-12T03:45:05.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-05-12T03:45:05.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-05-12T03:45:05.946Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39952026-05-12T03:45:06.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
39962026-05-12T03:45:06.897Z
39972026-05-12T03:45:06.897Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
39982026-05-12T03:45:07.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-05-12T03:45:07.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-05-12T03:45:07.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-05-12T03:45:07.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40022026-05-12T03:45:07.356Z
40032026-05-12T03:45:07.356Zinfo: running `cargo check --bins` on crdb-seed (222/274)
40042026-05-12T03:45:07.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-05-12T03:45:07.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-05-12T03:45:08.065Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40072026-05-12T03:45:09.048Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40082026-05-12T03:45:09.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
40092026-05-12T03:45:09.589Z
40102026-05-12T03:45:09.589Zinfo: running `cargo check --bins` on db-dev (223/274)
40112026-05-12T03:45:10.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-05-12T03:45:10.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-05-12T03:45:10.301Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40142026-05-12T03:45:11.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40152026-05-12T03:45:11.252Z
40162026-05-12T03:45:11.252Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40172026-05-12T03:45:11.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-05-12T03:45:11.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-05-12T03:45:11.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-05-12T03:45:11.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40212026-05-12T03:45:11.893Z
40222026-05-12T03:45:11.893Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40232026-05-12T03:45:12.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-05-12T03:45:12.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-05-12T03:45:12.499Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40262026-05-12T03:45:13.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40272026-05-12T03:45:13.362Z
40282026-05-12T03:45:13.362Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40292026-05-12T03:45:13.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-05-12T03:45:13.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-05-12T03:45:14.116Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40322026-05-12T03:45:14.116Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40332026-05-12T03:45:14.123Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40342026-05-12T03:45:14.123Z Checking git-stub v1.0.0
40352026-05-12T03:45:14.123Z Compiling trait-variant v0.1.2
40362026-05-12T03:45:14.231Z Checking maplit v1.0.2
40372026-05-12T03:45:14.241Z Checking is_ci v1.2.0
40382026-05-12T03:45:14.248Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40392026-05-12T03:45:14.342Z Checking supports-color v3.0.2
40402026-05-12T03:45:14.364Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40412026-05-12T03:45:14.380Z Checking git-stub-vcs v0.1.0
40422026-05-12T03:45:14.467Z Checking drift v0.1.4
40432026-05-12T03:45:14.504Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40442026-05-12T03:45:14.535Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40452026-05-12T03:45:14.569Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40462026-05-12T03:45:14.731Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40472026-05-12T03:45:14.748Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40482026-05-12T03:45:14.764Z Checking dropshot-api-manager v0.7.1
40492026-05-12T03:45:14.819Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40502026-05-12T03:45:14.971Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40512026-05-12T03:45:15.009Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40522026-05-12T03:45:15.178Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40532026-05-12T03:45:15.482Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40542026-05-12T03:45:20.421Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40552026-05-12T03:45:21.507Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40562026-05-12T03:45:22.069Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40572026-05-12T03:45:22.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.13s
40582026-05-12T03:45:22.689Z
40592026-05-12T03:45:22.689Zinfo: running `cargo check --bins` on installinator-api (227/274)
40602026-05-12T03:45:23.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-05-12T03:45:23.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-05-12T03:45:23.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-05-12T03:45:23.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40642026-05-12T03:45:23.289Z
40652026-05-12T03:45:23.289Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
40662026-05-12T03:45:23.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-05-12T03:45:23.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-05-12T03:45:23.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40692026-05-12T03:45:23.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40702026-05-12T03:45:23.924Z
40712026-05-12T03:45:23.924Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
40722026-05-12T03:45:24.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-05-12T03:45:24.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-05-12T03:45:24.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752026-05-12T03:45:24.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40762026-05-12T03:45:24.561Z
40772026-05-12T03:45:24.561Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
40782026-05-12T03:45:25.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-05-12T03:45:25.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-05-12T03:45:25.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-05-12T03:45:25.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40822026-05-12T03:45:25.198Z
40832026-05-12T03:45:25.198Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
40842026-05-12T03:45:25.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-05-12T03:45:25.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-05-12T03:45:25.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-05-12T03:45:25.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40882026-05-12T03:45:25.804Z
40892026-05-12T03:45:25.804Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
40902026-05-12T03:45:26.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-05-12T03:45:26.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-05-12T03:45:26.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-05-12T03:45:26.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40942026-05-12T03:45:26.387Z
40952026-05-12T03:45:26.387Zinfo: running `cargo check --bins` on wicketd-api (233/274)
40962026-05-12T03:45:26.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-05-12T03:45:26.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-05-12T03:45:26.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-05-12T03:45:26.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41002026-05-12T03:45:27.011Z
41012026-05-12T03:45:27.011Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
41022026-05-12T03:45:27.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-05-12T03:45:27.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-05-12T03:45:27.621Z Checking typeid v1.0.3
41052026-05-12T03:45:27.735Z Checking ordered-float v2.10.1
41062026-05-12T03:45:27.753Z Checking unicode-xid v0.2.6
41072026-05-12T03:45:27.764Z Checking cargo-platform v0.2.0
41082026-05-12T03:45:27.776Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41092026-05-12T03:45:27.800Z Checking erased-serde v0.4.9
41102026-05-12T03:45:27.935Z Checking serde-value v0.7.0
41112026-05-12T03:45:28.110Z Checking serde-untagged v0.1.9
41122026-05-12T03:45:28.264Z Checking cargo-util-schemas v0.8.2
41132026-05-12T03:45:28.944Z Checking cargo_metadata v0.21.0
41142026-05-12T03:45:29.535Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41152026-05-12T03:45:30.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
41162026-05-12T03:45:30.385Z
41172026-05-12T03:45:30.385Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41182026-05-12T03:45:30.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41192026-05-12T03:45:30.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41202026-05-12T03:45:31.128Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41212026-05-12T03:45:31.750Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41222026-05-12T03:45:32.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
41232026-05-12T03:45:32.462Z
41242026-05-12T03:45:32.463Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41252026-05-12T03:45:33.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-05-12T03:45:33.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-05-12T03:45:33.325Z Compiling vergen-gitcl v1.0.8
41282026-05-12T03:45:33.325Z Compiling dirs-sys-next v0.1.2
41292026-05-12T03:45:33.325Z Compiling diesel_derives v2.3.7
41302026-05-12T03:45:33.328Z Compiling glob v0.3.3
41312026-05-12T03:45:33.328Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41322026-05-12T03:45:33.328Z Compiling crunchy v0.2.4
41332026-05-12T03:45:33.328Z Compiling dsl_auto_type v0.2.0
41342026-05-12T03:45:33.328Z Checking scheduled-thread-pool v0.2.7
41352026-05-12T03:45:33.614Z Compiling dirs-next v2.0.0
41362026-05-12T03:45:33.648Z Compiling diesel_table_macro_syntax v0.3.0
41372026-05-12T03:45:33.716Z Compiling tiny-keccak v2.0.2
41382026-05-12T03:45:33.743Z Compiling term v0.7.0
41392026-05-12T03:45:33.862Z Checking r2d2 v0.8.10
41402026-05-12T03:45:33.867Z Compiling clang-sys v1.8.1
41412026-05-12T03:45:33.867Z Compiling bit-vec v0.6.3
41422026-05-12T03:45:33.920Z Checking downcast-rs v2.0.2
41432026-05-12T03:45:34.017Z Compiling bit-set v0.5.3
41442026-05-12T03:45:34.032Z Compiling ascii-canvas v3.0.0
41452026-05-12T03:45:34.173Z Compiling itertools v0.10.5
41462026-05-12T03:45:34.240Z Compiling ena v0.14.4
41472026-05-12T03:45:34.269Z Compiling libloading v0.8.9
41482026-05-12T03:45:34.283Z Compiling regex-syntax v0.6.29
41492026-05-12T03:45:34.286Z Compiling bindgen v0.71.1
41502026-05-12T03:45:34.458Z Compiling diff v0.1.13
41512026-05-12T03:45:34.487Z Compiling cexpr v0.6.0
41522026-05-12T03:45:34.705Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41532026-05-12T03:45:34.742Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41542026-05-12T03:45:34.920Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41552026-05-12T03:45:34.936Z Compiling libxml v0.3.3
41562026-05-12T03:45:35.148Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41572026-05-12T03:45:35.189Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41582026-05-12T03:45:35.214Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41592026-05-12T03:45:35.399Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41602026-05-12T03:45:35.458Z Compiling strum_macros v0.24.3
41612026-05-12T03:45:35.628Z Compiling lalrpop v0.19.12
41622026-05-12T03:45:35.659Z Compiling indoc v1.0.9
41632026-05-12T03:45:36.490Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41642026-05-12T03:45:36.679Z Checking derive_builder v0.20.2
41652026-05-12T03:45:36.802Z Compiling oso-derive v0.27.3
41662026-05-12T03:45:36.819Z Checking quick-xml v0.37.5
41672026-05-12T03:45:36.971Z Compiling impl-trait-for-tuples v0.2.3
41682026-05-12T03:45:37.297Z Checking openssl-probe v0.1.6
41692026-05-12T03:45:37.441Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41702026-05-12T03:45:37.698Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41712026-05-12T03:45:37.888Z Checking bb8 v0.8.6
41722026-05-12T03:45:38.152Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41732026-05-12T03:45:38.172Z Checking nonempty v0.12.0
41742026-05-12T03:45:38.189Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41752026-05-12T03:45:38.334Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41762026-05-12T03:45:38.387Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41772026-05-12T03:45:38.406Z Checking console v0.16.2
41782026-05-12T03:45:38.500Z Checking unit-prefix v0.5.2
41792026-05-12T03:45:38.544Z Checking support-bundle-viewer v0.1.2
41802026-05-12T03:45:38.634Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41812026-05-12T03:45:38.711Z Checking indicatif v0.18.4
41822026-05-12T03:45:38.793Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41832026-05-12T03:45:39.070Z Checking multimap v0.10.1
41842026-05-12T03:45:39.274Z Checking diesel v2.3.8
41852026-05-12T03:45:41.153Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41862026-05-12T03:45:41.590Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41872026-05-12T03:45:41.896Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41882026-05-12T03:45:42.116Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41892026-05-12T03:45:42.869Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41902026-05-12T03:45:42.923Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41912026-05-12T03:45:43.376Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41922026-05-12T03:45:44.032Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41932026-05-12T03:45:46.080Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41942026-05-12T03:45:51.117Z Compiling samael v0.0.19
41952026-05-12T03:45:54.901Z Checking diesel-dtrace v0.5.0
41962026-05-12T03:45:55.142Z Checking async-bb8-diesel v0.2.1
41972026-05-12T03:45:55.865Z Compiling polar-core v0.27.3
41982026-05-12T03:46:00.279Z Checking oso v0.27.3
41992026-05-12T03:46:37.105Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42002026-05-12T03:47:11.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42012026-05-12T03:47:11.452Z
42022026-05-12T03:47:11.452Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
42032026-05-12T03:47:12.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-05-12T03:47:12.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-05-12T03:47:12.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42062026-05-12T03:47:12.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42072026-05-12T03:47:12.119Z
42082026-05-12T03:47:12.119Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
42092026-05-12T03:47:12.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-05-12T03:47:12.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-05-12T03:47:12.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-05-12T03:47:12.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42132026-05-12T03:47:12.774Z
42142026-05-12T03:47:12.774Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42152026-05-12T03:47:13.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-05-12T03:47:13.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-05-12T03:47:13.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42182026-05-12T03:47:13.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42192026-05-12T03:47:13.361Z
42202026-05-12T03:47:13.361Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42212026-05-12T03:47:13.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-05-12T03:47:13.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-05-12T03:47:14.232Z Compiling libz-sys v1.1.24
42242026-05-12T03:47:14.362Z Compiling libgit2-sys v0.18.3+1.9.2
42252026-05-12T03:47:14.387Z Compiling vergen-git2 v1.0.7
42262026-05-12T03:47:14.396Z Compiling rustls v0.21.12
42272026-05-12T03:47:14.398Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42282026-05-12T03:47:14.398Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42292026-05-12T03:47:14.398Z Checking rustls-webpki v0.101.7
42302026-05-12T03:47:14.398Z Checking sct v0.7.1
42312026-05-12T03:47:14.552Z Compiling nix v0.29.0
42322026-05-12T03:47:14.615Z Compiling dropshot v0.16.7
42332026-05-12T03:47:14.696Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42342026-05-12T03:47:14.705Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42352026-05-12T03:47:14.727Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42362026-05-12T03:47:14.854Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42372026-05-12T03:47:14.869Z Checking toml v0.9.12+spec-1.1.0
42382026-05-12T03:47:14.882Z Compiling dropshot_endpoint v0.16.7
42392026-05-12T03:47:14.988Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42402026-05-12T03:47:15.167Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42412026-05-12T03:47:15.371Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42422026-05-12T03:47:15.429Z Checking rustls-pemfile v1.0.4
42432026-05-12T03:47:15.567Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42442026-05-12T03:47:15.759Z Checking twox-hash v2.1.2
42452026-05-12T03:47:15.775Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42462026-05-12T03:47:16.092Z Checking tokio-rustls v0.24.1
42472026-05-12T03:47:16.544Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42482026-05-12T03:47:16.581Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42492026-05-12T03:47:16.942Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42502026-05-12T03:47:17.271Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42512026-05-12T03:47:17.315Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42522026-05-12T03:47:17.425Z Checking fatfs v0.3.6
42532026-05-12T03:47:17.485Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42542026-05-12T03:47:17.525Z Compiling seq-macro v0.3.6
42552026-05-12T03:47:21.190Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42562026-05-12T03:47:21.319Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42572026-05-12T03:47:21.732Z Compiling git2 v0.20.4
42582026-05-12T03:47:23.928Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42592026-05-12T03:48:11.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.14s
42602026-05-12T03:48:11.726Z
42612026-05-12T03:48:11.726Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
42622026-05-12T03:48:12.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42632026-05-12T03:48:12.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42642026-05-12T03:48:12.612Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42652026-05-12T03:48:51.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.41s
42662026-05-12T03:48:51.364Z
42672026-05-12T03:48:51.364Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
42682026-05-12T03:48:51.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42692026-05-12T03:48:51.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42702026-05-12T03:48:51.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42712026-05-12T03:48:51.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42722026-05-12T03:48:51.957Z
42732026-05-12T03:48:51.957Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
42742026-05-12T03:48:52.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42752026-05-12T03:48:52.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42762026-05-12T03:48:52.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42772026-05-12T03:48:52.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42782026-05-12T03:48:52.603Z
42792026-05-12T03:48:52.603Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
42802026-05-12T03:48:53.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42812026-05-12T03:48:53.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42822026-05-12T03:48:53.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42832026-05-12T03:48:53.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42842026-05-12T03:48:53.261Z
42852026-05-12T03:48:53.261Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
42862026-05-12T03:48:53.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42872026-05-12T03:48:53.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42882026-05-12T03:48:53.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42892026-05-12T03:48:53.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42902026-05-12T03:48:53.923Z
42912026-05-12T03:48:53.923Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
42922026-05-12T03:48:54.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-05-12T03:48:54.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-05-12T03:48:54.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42952026-05-12T03:48:54.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42962026-05-12T03:48:54.565Z
42972026-05-12T03:48:54.565Zinfo: running `cargo check --bins` on nexus-networking (247/274)
42982026-05-12T03:48:55.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-05-12T03:48:55.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-05-12T03:48:55.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43012026-05-12T03:48:55.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43022026-05-12T03:48:55.221Z
43032026-05-12T03:48:55.221Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
43042026-05-12T03:48:55.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43052026-05-12T03:48:55.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43062026-05-12T03:48:55.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43072026-05-12T03:48:55.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43082026-05-12T03:48:55.876Z
43092026-05-12T03:48:55.876Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
43102026-05-12T03:48:56.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43112026-05-12T03:48:56.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43122026-05-12T03:48:56.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43132026-05-12T03:48:56.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43142026-05-12T03:48:56.530Z
43152026-05-12T03:48:56.530Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43162026-05-12T03:48:57.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43172026-05-12T03:48:57.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43182026-05-12T03:48:57.417Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43192026-05-12T03:48:57.420Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43202026-05-12T03:48:57.604Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43212026-05-12T03:48:57.634Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43222026-05-12T03:48:57.653Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43232026-05-12T03:48:57.656Z Checking diff v0.1.13
43242026-05-12T03:48:57.656Z Checking yansi v1.0.1
43252026-05-12T03:48:57.697Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43262026-05-12T03:48:57.740Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43272026-05-12T03:48:57.908Z Checking pretty_assertions v1.4.1
43282026-05-12T03:48:58.567Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43292026-05-12T03:48:58.897Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43302026-05-12T03:49:23.008Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43312026-05-12T03:49:23.011Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43322026-05-12T03:49:23.011Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43332026-05-12T03:49:23.011Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43342026-05-12T03:49:23.011Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43352026-05-12T03:49:23.011Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43362026-05-12T03:49:23.840Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43372026-05-12T03:49:24.928Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43382026-05-12T03:50:03.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43392026-05-12T03:50:03.513Z
43402026-05-12T03:50:03.513Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43412026-05-12T03:50:04.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43422026-05-12T03:50:04.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43432026-05-12T03:50:04.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43442026-05-12T03:50:04.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43452026-05-12T03:50:04.104Z
43462026-05-12T03:50:04.104Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43472026-05-12T03:50:04.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43482026-05-12T03:50:04.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43492026-05-12T03:50:04.881Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43502026-05-12T03:50:05.002Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43512026-05-12T03:50:05.006Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43522026-05-12T03:50:30.586Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43532026-05-12T03:50:30.966Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43542026-05-12T03:50:32.644Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43552026-05-12T03:50:33.090Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43562026-05-12T03:50:36.150Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43572026-05-12T03:50:59.327Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43582026-05-12T03:51:00.021Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43592026-05-12T03:51:01.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.52s
43602026-05-12T03:51:01.850Z
43612026-05-12T03:51:01.850Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
43622026-05-12T03:51:02.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43632026-05-12T03:51:02.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43642026-05-12T03:51:02.577Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43652026-05-12T03:51:03.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
43662026-05-12T03:51:03.475Z
43672026-05-12T03:51:03.475Zinfo: running `cargo check --bins` on omicron-releng (254/274)
43682026-05-12T03:51:03.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43692026-05-12T03:51:04.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43702026-05-12T03:51:04.135Z Compiling blake3 v1.8.3
43712026-05-12T03:51:04.245Z Checking constant_time_eq v0.4.2
43722026-05-12T03:51:04.245Z Checking arrayref v0.3.9
43732026-05-12T03:51:04.249Z Checking arrayvec v0.7.6
43742026-05-12T03:51:04.265Z Checking topological-sort v0.2.2
43752026-05-12T03:51:04.268Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43762026-05-12T03:51:04.268Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43772026-05-12T03:51:04.268Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43782026-05-12T03:51:04.306Z Checking shell-words v1.1.1
43792026-05-12T03:51:05.118Z Checking omicron-zone-package v0.12.2
43802026-05-12T03:51:05.832Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43812026-05-12T03:51:06.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
43822026-05-12T03:51:06.839Z
43832026-05-12T03:51:06.839Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
43842026-05-12T03:51:07.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43852026-05-12T03:51:07.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43862026-05-12T03:51:07.488Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43872026-05-12T03:51:07.802Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43882026-05-12T03:51:08.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
43892026-05-12T03:51:08.377Z
43902026-05-12T03:51:08.377Zinfo: running `cargo check --bins` on schema (256/274)
43912026-05-12T03:51:08.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-05-12T03:51:08.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-05-12T03:51:09.105Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43942026-05-12T03:51:09.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
43952026-05-12T03:51:09.997Z
43962026-05-12T03:51:09.997Zinfo: running `cargo check --bins` on xtask (257/274)
43972026-05-12T03:51:10.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-05-12T03:51:10.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-05-12T03:51:10.452Z Checking libc v0.2.185
44002026-05-12T03:51:10.533Z Checking serde v1.0.228
44012026-05-12T03:51:10.538Z Checking zerofrom v0.1.6
44022026-05-12T03:51:10.542Z Checking bitflags v2.11.0
44032026-05-12T03:51:10.547Z Checking smallvec v1.15.1
44042026-05-12T03:51:10.555Z Checking indexmap v2.14.0
44052026-05-12T03:51:10.564Z Checking serde_json v1.0.149
44062026-05-12T03:51:10.567Z Checking scroll v0.12.0
44072026-05-12T03:51:10.632Z Checking yoke v0.8.1
44082026-05-12T03:51:10.685Z Checking num-traits v0.2.19
44092026-05-12T03:51:10.714Z Checking thiserror v1.0.69
44102026-05-12T03:51:10.790Z Checking zerovec v0.11.5
44112026-05-12T03:51:10.790Z Checking zerotrie v0.2.3
44122026-05-12T03:51:10.811Z Checking errno v0.3.14
44132026-05-12T03:51:10.814Z Checking log v0.4.29
44142026-05-12T03:51:10.918Z Checking serde_spanned v0.6.9
44152026-05-12T03:51:10.933Z Checking rustix v1.1.3
44162026-05-12T03:51:10.953Z Checking toml_datetime v0.6.11
44172026-05-12T03:51:11.020Z Checking percent-encoding v2.3.2
44182026-05-12T03:51:11.037Z Checking goblin v0.8.2
44192026-05-12T03:51:11.069Z Checking zerocopy v0.7.35
44202026-05-12T03:51:11.128Z Checking toml_edit v0.22.27
44212026-05-12T03:51:11.156Z Checking getrandom v0.4.1
44222026-05-12T03:51:11.159Z Checking form_urlencoded v1.2.2
44232026-05-12T03:51:11.192Z Checking ordered-float v2.10.1
44242026-05-12T03:51:11.222Z Checking tinystr v0.8.2
44252026-05-12T03:51:11.293Z Checking potential_utf v0.1.4
44262026-05-12T03:51:11.303Z Checking thiserror v2.0.18
44272026-05-12T03:51:11.395Z Checking icu_locale_core v2.1.1
44282026-05-12T03:51:11.395Z Checking syn v2.0.117
44292026-05-12T03:51:11.414Z Checking serde-value v0.7.0
44302026-05-12T03:51:11.424Z Checking icu_collections v2.1.1
44312026-05-12T03:51:11.548Z Checking dtrace-parser v0.2.0
44322026-05-12T03:51:11.609Z Checking thread-id v4.2.2
44332026-05-12T03:51:11.689Z Checking once_cell v1.21.3
44342026-05-12T03:51:11.724Z Checking terminal_size v0.4.3
44352026-05-12T03:51:11.736Z Checking cargo-platform v0.2.0
44362026-05-12T03:51:11.779Z Checking memmap v0.7.0
44372026-05-12T03:51:11.834Z Checking clap_builder v4.5.60
44382026-05-12T03:51:11.857Z Checking tempfile v3.25.0
44392026-05-12T03:51:11.901Z Checking textwrap v0.16.2
44402026-05-12T03:51:11.905Z Checking fs-err v3.3.0
44412026-05-12T03:51:11.940Z Checking icu_provider v2.1.1
44422026-05-12T03:51:12.042Z Checking camino-tempfile v1.4.1
44432026-05-12T03:51:12.080Z Checking tabled v0.15.0
44442026-05-12T03:51:12.102Z Checking anyhow v1.0.102
44452026-05-12T03:51:12.173Z Checking icu_normalizer v2.1.1
44462026-05-12T03:51:12.189Z Checking icu_properties v2.1.2
44472026-05-12T03:51:12.214Z Checking toml v0.8.23
44482026-05-12T03:51:12.290Z Checking macaddr v1.0.1
44492026-05-12T03:51:12.469Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44502026-05-12T03:51:12.529Z Checking cargo_toml v0.21.0
44512026-05-12T03:51:12.923Z Checking dof v0.3.0
44522026-05-12T03:51:12.983Z Checking idna_adapter v1.2.1
44532026-05-12T03:51:13.021Z Checking clap v4.5.60
44542026-05-12T03:51:13.099Z Checking idna v1.1.0
44552026-05-12T03:51:13.197Z Checking usdt-impl v0.5.0
44562026-05-12T03:51:13.325Z Checking url v2.5.8
44572026-05-12T03:51:13.442Z Checking usdt v0.5.0
44582026-05-12T03:51:13.684Z Checking cargo-util-schemas v0.8.2
44592026-05-12T03:51:14.346Z Checking cargo_metadata v0.21.0
44602026-05-12T03:51:14.935Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44612026-05-12T03:51:15.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s
44622026-05-12T03:51:15.463Z
44632026-05-12T03:51:15.463Zinfo: running `cargo check --bins` on dnsadm (258/274)
44642026-05-12T03:51:15.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44652026-05-12T03:51:15.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44662026-05-12T03:51:16.108Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44672026-05-12T03:51:16.575Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44682026-05-12T03:51:16.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
44692026-05-12T03:51:17.156Z
44702026-05-12T03:51:17.156Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
44712026-05-12T03:51:17.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44722026-05-12T03:51:17.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44732026-05-12T03:51:17.957Z Checking polyval v0.6.2
44742026-05-12T03:51:18.082Z Checking ctr v0.9.2
44752026-05-12T03:51:18.094Z Checking ssh-encoding v0.2.0
44762026-05-12T03:51:18.098Z Checking blowfish v0.9.1
44772026-05-12T03:51:18.116Z Checking password-hash v0.4.2
44782026-05-12T03:51:18.131Z Checking p521 v0.13.3
44792026-05-12T03:51:18.131Z Checking p256 v0.13.2
44802026-05-12T03:51:18.157Z Checking russh-cryptovec v0.7.3
44812026-05-12T03:51:18.219Z Checking ghash v0.5.1
44822026-05-12T03:51:18.232Z Checking md5 v0.7.0
44832026-05-12T03:51:18.245Z Checking bcrypt-pbkdf v0.10.0
44842026-05-12T03:51:18.266Z Checking num-bigint v0.4.6
44852026-05-12T03:51:18.277Z Checking des v0.8.1
44862026-05-12T03:51:18.334Z Checking pbkdf2 v0.11.0
44872026-05-12T03:51:18.338Z Checking aes-gcm v0.10.3
44882026-05-12T03:51:18.370Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44892026-05-12T03:51:18.389Z Checking hex-literal v0.4.1
44902026-05-12T03:51:18.403Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44912026-05-12T03:51:18.466Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44922026-05-12T03:51:18.480Z Checking socket2 v0.5.10
44932026-05-12T03:51:18.493Z Checking internet-checksum v0.2.1
44942026-05-12T03:51:18.496Z Checking ssh-cipher v0.2.0
44952026-05-12T03:51:18.649Z Checking ssh-key v0.6.7
44962026-05-12T03:51:18.755Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44972026-05-12T03:51:19.264Z Checking russh-keys v0.45.0
44982026-05-12T03:51:19.814Z Checking russh v0.45.0
44992026-05-12T03:51:34.653Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45002026-05-12T03:51:35.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.70s
45012026-05-12T03:51:36.165Z
45022026-05-12T03:51:36.165Zinfo: running `cargo check --bins` on gateway-cli (260/274)
45032026-05-12T03:51:36.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45042026-05-12T03:51:36.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45052026-05-12T03:51:36.802Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45062026-05-12T03:51:36.833Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45072026-05-12T03:51:36.840Z Checking termios v0.3.3
45082026-05-12T03:51:38.033Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45092026-05-12T03:51:38.185Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45102026-05-12T03:51:39.925Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45112026-05-12T03:51:40.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s
45122026-05-12T03:51:40.678Z
45132026-05-12T03:51:40.678Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45142026-05-12T03:51:41.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-05-12T03:51:41.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-05-12T03:51:45.080Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45172026-05-12T03:51:45.122Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45182026-05-12T03:51:45.123Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45192026-05-12T03:51:45.123Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45202026-05-12T03:51:45.123Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45212026-05-12T03:51:45.123Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45222026-05-12T03:51:45.123Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45232026-05-12T03:51:45.123Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45242026-05-12T03:51:45.123Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45252026-05-12T03:51:45.123Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45262026-05-12T03:51:45.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
45272026-05-12T03:51:45.123Z
45282026-05-12T03:51:45.123Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45292026-05-12T03:51:45.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-05-12T03:51:45.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-05-12T03:51:45.641Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45322026-05-12T03:51:46.088Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45332026-05-12T03:51:46.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45342026-05-12T03:51:46.580Z
45352026-05-12T03:51:46.580Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45362026-05-12T03:51:47.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45372026-05-12T03:51:47.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45382026-05-12T03:51:47.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45392026-05-12T03:51:47.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45402026-05-12T03:51:47.167Z
45412026-05-12T03:51:47.167Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45422026-05-12T03:51:47.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-05-12T03:51:47.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-05-12T03:51:47.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45452026-05-12T03:51:47.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45462026-05-12T03:51:47.756Z
45472026-05-12T03:51:47.756Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45482026-05-12T03:51:48.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-05-12T03:51:48.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-05-12T03:51:48.505Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45512026-05-12T03:51:49.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
45522026-05-12T03:51:49.305Z
45532026-05-12T03:51:49.305Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45542026-05-12T03:51:49.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-05-12T03:51:49.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-05-12T03:51:49.962Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45572026-05-12T03:51:49.965Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45582026-05-12T03:51:50.208Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45592026-05-12T03:51:50.208Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45602026-05-12T03:51:50.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
45612026-05-12T03:51:51.173Z
45622026-05-12T03:51:51.173Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
45632026-05-12T03:51:51.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45642026-05-12T03:51:51.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45652026-05-12T03:51:51.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45662026-05-12T03:51:51.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45672026-05-12T03:51:51.758Z
45682026-05-12T03:51:51.759Zinfo: running `cargo check --bins` on omicron-package (268/274)
45692026-05-12T03:51:52.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45702026-05-12T03:51:52.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45712026-05-12T03:51:52.440Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45722026-05-12T03:51:53.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
45732026-05-12T03:51:53.680Z
45742026-05-12T03:51:53.680Zinfo: running `cargo check --bins` on tqdb (269/274)
45752026-05-12T03:51:54.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45762026-05-12T03:51:54.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45772026-05-12T03:51:54.460Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45782026-05-12T03:51:54.802Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45792026-05-12T03:51:55.308Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45802026-05-12T03:51:55.312Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45812026-05-12T03:52:00.975Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45822026-05-12T03:52:00.979Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45832026-05-12T03:52:01.535Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45842026-05-12T03:52:01.538Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45852026-05-12T03:52:01.539Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45862026-05-12T03:52:01.539Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45872026-05-12T03:52:02.294Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45882026-05-12T03:52:03.241Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45892026-05-12T03:52:04.003Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45902026-05-12T03:52:04.610Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45912026-05-12T03:52:08.854Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45922026-05-12T03:52:15.107Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45932026-05-12T03:52:15.111Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45942026-05-12T03:52:15.111Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45952026-05-12T03:52:15.111Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45962026-05-12T03:52:16.551Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45972026-05-12T03:52:17.878Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45982026-05-12T03:52:18.548Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45992026-05-12T03:52:19.793Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46002026-05-12T03:52:20.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.65s
46012026-05-12T03:52:20.549Z
46022026-05-12T03:52:20.549Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
46032026-05-12T03:52:21.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46042026-05-12T03:52:21.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46052026-05-12T03:52:21.268Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46062026-05-12T03:52:21.282Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46072026-05-12T03:52:21.283Z Checking rtoolbox v0.0.3
46082026-05-12T03:52:21.395Z Checking tui-tree-widget v0.23.1
46092026-05-12T03:52:21.491Z Checking rpassword v7.4.0
46102026-05-12T03:52:22.548Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46112026-05-12T03:52:25.410Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46122026-05-12T03:52:27.218Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46132026-05-12T03:52:28.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.55s
46142026-05-12T03:52:28.309Z
46152026-05-12T03:52:28.310Zinfo: running `cargo check --bins` on wicket (271/274)
46162026-05-12T03:52:28.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46172026-05-12T03:52:28.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46182026-05-12T03:52:29.010Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46192026-05-12T03:52:29.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
46202026-05-12T03:52:29.574Z
46212026-05-12T03:52:29.574Zinfo: running `cargo check --bins` on wicketd (272/274)
46222026-05-12T03:52:30.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46232026-05-12T03:52:30.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46242026-05-12T03:52:30.296Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46252026-05-12T03:52:30.299Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46262026-05-12T03:52:30.299Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46272026-05-12T03:52:30.410Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46282026-05-12T03:52:31.273Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46292026-05-12T03:52:31.834Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46302026-05-12T03:52:34.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.17s
46312026-05-12T03:52:34.957Z
46322026-05-12T03:52:34.957Zinfo: running `cargo check --bins` on omicron-workspace-hack (273/274)
46332026-05-12T03:52:35.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46342026-05-12T03:52:35.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46352026-05-12T03:52:35.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46362026-05-12T03:52:35.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46372026-05-12T03:52:35.556Z
46382026-05-12T03:52:35.556Zinfo: running `cargo check --bins` on zone-setup (274/274)
46392026-05-12T03:52:36.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46402026-05-12T03:52:36.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46412026-05-12T03:52:36.235Z Checking uzers v0.12.2
46422026-05-12T03:52:36.497Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46432026-05-12T03:52:37.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
46442026-05-12T03:52:37.428Z
46452026-05-12T03:52:37.428Zreal 14:07.827028624
46462026-05-12T03:52:37.428Zuser 20:27.933311359
46472026-05-12T03:52:37.428Zsys 4:12.669409451
46482026-05-12T03:52:37.428Ztrap 0.328591498
46492026-05-12T03:52:37.428Ztflt 0.665906056
46502026-05-12T03:52:37.428Zdflt 1.173650114
46512026-05-12T03:52:37.428Zkflt 0.005392405
46522026-05-12T03:52:37.428Zlock 1:16:47.718585906
46532026-05-12T03:52:37.428Zslp 1:38:12.551936729
46542026-05-12T03:52:37.428Zlat 56.859946513
46552026-05-12T03:52:37.428Zstop 3:23.260193476
46562026-05-12T03:52:37.431Zprocess exited: duration 983419 ms, exit code 0
 
46572026-05-12T03:52:37.437Zfound 0 output files