01KRH8C0TH7SY7H75DJHND63WZ: 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: 01KRH8CH366DT0ZCPYZVNDKMKF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-13T18:09:01.444Zjob assigned to worker 01KRH8CRAP71B6KD7853ASBMD4 [factory aws, i-04fa7ce8c60b05a5b] (queued for 56 s)
 
22026-05-13T18:09:09.743Zstarting task 0: "setup"
32026-05-13T18:09:09.748Z++ uname -s
42026-05-13T18:09:09.753Z+ kern=SunOS
52026-05-13T18:09:09.753Z+ build_user=build
62026-05-13T18:09:09.753Z+ build_uid=12345
72026-05-13T18:09:09.753Z+ work_dir=/work
82026-05-13T18:09:09.753Z+ input_dir=/input
92026-05-13T18:09:09.753Z+ [[ 0 == 12345 ]]
102026-05-13T18:09:09.753Z+ case "$kern" in
112026-05-13T18:09:09.753Z+ groupadd -g 12345 build
122026-05-13T18:09:09.763Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-13T18:09:11.768Z+ zfs create -o mountpoint=/work rpool/work
142026-05-13T18:09:11.839Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-13T18:09:11.842Z+ home_fs=zfs
162026-05-13T18:09:11.842Z+ [[ zfs == autofs ]]
172026-05-13T18:09:11.842Z+ mkdir -p /home/build
182026-05-13T18:09:11.842Z+ chown build:build /home/build /work
192026-05-13T18:09:12.843Z+ chmod 0700 /home/build /work
202026-05-13T18:09:12.846Zprocess exited: duration 3100 ms, exit code 0
 
212026-05-13T18:09:12.853Zstarting task 1: "rust-toolchain"
222026-05-13T18:09:12.857Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-13T18:09:12.857Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-13T18:09:12.857Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-13T18:09:12.857Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-13T18:09:12.857Z * rust toolchain channel = "1.94.0"
272026-05-13T18:09:12.857Z * rust toolchain profile = "default"
282026-05-13T18:09:12.860Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-13T18:09:12.860Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-13T18:09:12.960Zinfo: downloading installer
312026-05-13T18:09:14.484Zwarn: It looks like you have an existing rustup settings file at:
322026-05-13T18:09:14.484Zwarn: /home/build/.rustup/settings.toml
332026-05-13T18:09:14.484Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-13T18:09:14.484Zwarn: instead of the one inferred from the default host triple.
352026-05-13T18:09:14.492Zinfo: profile set to default
362026-05-13T18:09:14.492Zinfo: default host triple is x86_64-unknown-illumos
372026-05-13T18:09:14.497Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-13T18:09:14.625Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-13T18:09:14.629Zinfo: downloading 6 components
402026-05-13T18:09:29.448Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-13T18:09:29.448Z
422026-05-13T18:09:29.481Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-13T18:09:29.481Z
442026-05-13T18:09:29.481Z
452026-05-13T18:09:29.481ZRust is installed now. Great!
462026-05-13T18:09:29.481Z
472026-05-13T18:09:29.485ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-13T18:09:29.485Zenvironment variable. This has not been done automatically.
492026-05-13T18:09:29.485Z
502026-05-13T18:09:29.485ZTo configure your current shell, you need to source
512026-05-13T18:09:29.485Zthe corresponding env file under $HOME/.cargo.
522026-05-13T18:09:29.485Z
532026-05-13T18:09:29.485ZThis is usually done by running one of the following (note the leading DOT):
542026-05-13T18:09:29.485Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-13T18:09:29.485Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-13T18:09:29.485Zsource "~/.cargo/env.nu" # For nushell
572026-05-13T18:09:29.485Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-13T18:09:29.485Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-13T18:09:29.485Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-13T18:09:29.485Zwarn: no default linker (`cc`) was found in your PATH
612026-05-13T18:09:29.485Zwarn: many Rust crates require a system C toolchain to build
622026-05-13T18:09:29.573Z+ rustup --version
632026-05-13T18:09:29.582Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-13T18:09:29.586Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-13T18:09:29.604Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-13T18:09:29.608Z+ cargo --version
672026-05-13T18:09:29.619Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-13T18:09:29.623Z+ rustc --version
692026-05-13T18:09:29.641Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-13T18:09:29.645Zprocess exited: duration 16790 ms, exit code 0
 
712026-05-13T18:09:29.652Zstarting task 2: "authentication"
722026-05-13T18:09:29.668Zprocess exited: duration 16 ms, exit code 0
 
732026-05-13T18:09:29.675Zstarting task 3: "clone repository"
742026-05-13T18:09:29.679Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-13T18:09:29.682Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-13T18:09:29.722ZCloning into '/work/oxidecomputer/omicron'...
772026-05-13T18:09:39.848Z+ cd /work/oxidecomputer/omicron
782026-05-13T18:09:39.848Z+ git fetch origin 80f1e2143255c7b1722902f4ddb57fa55096af5d
792026-05-13T18:09:40.393ZFrom https://github.com/oxidecomputer/omicron
802026-05-13T18:09:40.393Z * branch 80f1e2143255c7b1722902f4ddb57fa55096af5d -> FETCH_HEAD
812026-05-13T18:09:40.403Z+ [[ -n john/scrimlet-reconcilers-1 ]]
822026-05-13T18:09:40.407Z++ git branch --show-current
832026-05-13T18:09:40.407Z+ current=main
842026-05-13T18:09:40.407Z+ [[ main != john/scrimlet-reconcilers-1 ]]
852026-05-13T18:09:40.407Z+ git branch -f john/scrimlet-reconcilers-1 80f1e2143255c7b1722902f4ddb57fa55096af5d
862026-05-13T18:09:40.411Z+ git checkout -f john/scrimlet-reconcilers-1
872026-05-13T18:09:40.464ZSwitched to branch 'john/scrimlet-reconcilers-1'
882026-05-13T18:09:40.469Z+ git reset --hard 80f1e2143255c7b1722902f4ddb57fa55096af5d
892026-05-13T18:09:40.522ZHEAD is now at 80f1e2143 fixup after merging with main
902026-05-13T18:09:40.526Zprocess exited: duration 10845 ms, exit code 0
 
912026-05-13T18:09:40.537Zstarting task 4: "build"
922026-05-13T18:09:40.540Z+ source .github/buildomat/ci-env.sh
932026-05-13T18:09:40.540Z++ export CARGO_TERM_COLOR=always
942026-05-13T18:09:40.540Z++ CARGO_TERM_COLOR=always
952026-05-13T18:09:40.540Z+ cargo --version
962026-05-13T18:09:40.549Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-13T18:09:40.553Z+ rustc --version
982026-05-13T18:09:40.571Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-13T18:09:40.575Z+ source ./env.sh
1002026-05-13T18:09:40.575Z++ OLD_SHELL_OPTS=ehxB
1012026-05-13T18:09:40.575Z++ set -o xtrace
1022026-05-13T18:09:40.578Z++++ dirname ./env.sh
1032026-05-13T18:09:40.592Z+++ readlink -f .
1042026-05-13T18:09:40.595Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-13T18:09:40.595Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-05-13T18:09:40.595Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-13T18:09:40.595Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-05-13T18:09:40.595Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-05-13T18:09:40.595Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-05-13T18:09:40.595Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-05-13T18:09:40.595Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-05-13T18:09:40.595Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-05-13T18:09:40.595Z++ case $OLD_SHELL_OPTS in
1142026-05-13T18:09:40.595Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-13T18:09:40.596Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-05-13T18:09:40.596Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1172026-05-13T18:09:40.596Z+ banner prerequisites
1182026-05-13T18:09:40.599Z
1192026-05-13T18:09:40.599Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-13T18:09:40.599Z # # # # # # # # # # # # # # #
1212026-05-13T18:09:40.599Z # # # # ##### # # ##### # # # # # #### #
1222026-05-13T18:09:40.599Z ##### ##### # ##### # # # # # # # # #
1232026-05-13T18:09:40.599Z # # # # # # # # # # # # # # #
1242026-05-13T18:09:40.599Z # # # ###### # # ###### ### # #### # #### #
1252026-05-13T18:09:40.599Z
1262026-05-13T18:09:40.599Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-13T18:09:42.822Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-13T18:09:42.904Z Startup: Caching catalogs ... Done
1292026-05-13T18:09:43.119ZPlanning: Solver setup ... Done (0.177s)
1302026-05-13T18:09:43.134ZPlanning: Running solver ... Done (0.016s)
1312026-05-13T18:09:43.152ZPlanning: Finding local manifests ... Done (0.012s)
1322026-05-13T18:09:43.163ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-13T18:09:43.179ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-13T18:09:43.193ZPlanning: Package planning ... Done (0.013s)
1352026-05-13T18:09:43.197ZPlanning: Merging actions ... Done (0.002s)
1362026-05-13T18:09:43.398ZPlanning: Checking for conflicting actions ... Done (0.204s)
1372026-05-13T18:09:43.406ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-13T18:09:45.990ZPlanning: Evaluating mediators ... Done (2.591s)
1392026-05-13T18:09:45.994ZPlanning: Planning completed in 3.06 seconds
1402026-05-13T18:09:46.000Z Packages to install: 2
1412026-05-13T18:09:46.000Z Estimated space available: 156.07 GB
1422026-05-13T18:09:46.000ZEstimated space to be consumed: 19.74 MB
1432026-05-13T18:09:46.007Z Create boot environment: No
1442026-05-13T18:09:46.007ZCreate backup boot environment: No
1452026-05-13T18:09:46.007Z Rebuild boot archive: No
1462026-05-13T18:09:46.007Z
1472026-05-13T18:09:46.007ZChanged packages:
1482026-05-13T18:09:46.007Zhelios
1492026-05-13T18:09:46.007Z developer/build-essential
1502026-05-13T18:09:46.007Z None -> 11-3.0
1512026-05-13T18:09:46.007Z library/libxmlsec1
1522026-05-13T18:09:46.007Z None -> 1.2.35-3.0
1532026-05-13T18:09:46.068Z
1542026-05-13T18:09:46.068ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-13T18:09:46.541ZDownload: Completed 1.28 MB in 0.47 seconds (2.7M/s)
1562026-05-13T18:09:46.603Z Actions: 1/268 actions (Installing new actions)
1572026-05-13T18:09:46.642Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-13T18:09:46.648ZFinalize: Updating package state database ... Done (0.006s)
1592026-05-13T18:09:46.653ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-13T18:09:46.664ZFinalize: Updating image state ... Done (0.016s)
1612026-05-13T18:09:49.443ZFinalize: Creating fast lookup database ... Done (2.760s)
1622026-05-13T18:09:49.541ZFinalize: Reading search index ... Done (0.036s)
1632026-05-13T18:09:49.545ZFinalize: Updating search index ... Done (0.000s)
1642026-05-13T18:09:49.663ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-13T18:09:49.951ZPlanning: Evaluating mediator changes ... Done
1662026-05-13T18:09:50.056ZPlanning: Checking for conflicting actions ... Done
1672026-05-13T18:09:50.060ZPlanning: Consolidating action changes ... Done
1682026-05-13T18:09:50.214ZPlanning: Evaluating mediators ... Done
1692026-05-13T18:09:50.217ZPlanning: Planning completed in 0.26 seconds
1702026-05-13T18:09:50.237Z Mediators to change: 2
1712026-05-13T18:09:50.237Z Create boot environment: No
1722026-05-13T18:09:50.241ZCreate backup boot environment: No
1732026-05-13T18:09:50.277ZFinalize: Updating package state database ... Done
1742026-05-13T18:09:50.277ZFinalize: Updating package cache ... Done
1752026-05-13T18:09:50.285ZFinalize: Updating image state ... Done
1762026-05-13T18:09:52.230ZFinalize: Creating fast lookup database ... Done
1772026-05-13T18:09:52.296ZFinalize: Reading search index ... Done
1782026-05-13T18:09:52.300ZFinalize: Updating search index ... Done
1792026-05-13T18:09:52.407ZFinalize: Updating package cache ... Done
1802026-05-13T18:09:52.685ZPlanning: Evaluating mediator changes ... Done
1812026-05-13T18:09:52.790ZPlanning: Checking for conflicting actions ... Done
1822026-05-13T18:09:52.795ZPlanning: Consolidating action changes ... Done
1832026-05-13T18:09:52.949ZPlanning: Evaluating mediators ... Done
1842026-05-13T18:09:52.952ZPlanning: Planning completed in 0.26 seconds
1852026-05-13T18:09:52.972Z Mediators to change: 1
1862026-05-13T18:09:52.973Z Create boot environment: No
1872026-05-13T18:09:52.980ZCreate backup boot environment: No
1882026-05-13T18:09:53.011ZFinalize: Updating package state database ... Done
1892026-05-13T18:09:53.011ZFinalize: Updating package cache ... Done
1902026-05-13T18:09:53.019ZFinalize: Updating image state ... Done
1912026-05-13T18:09:54.939ZFinalize: Creating fast lookup database ... Done
1922026-05-13T18:09:55.004ZFinalize: Reading search index ... Done
1932026-05-13T18:09:55.007ZFinalize: Updating search index ... Done
1942026-05-13T18:09:55.099ZFinalize: Updating package cache ... Done
1952026-05-13T18:09:55.399ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-13T18:09:55.399Zapache system 2.4 system
1972026-05-13T18:09:55.399Zclang system 15 system
1982026-05-13T18:09:55.399Zcsh system system illumos
1992026-05-13T18:09:55.399Zctags system system illumos
2002026-05-13T18:09:55.399Zfile vendor vendor darwinsys
2012026-05-13T18:09:55.399Zfile system system illumos
2022026-05-13T18:09:55.399Zgcc vendor 14 vendor
2032026-05-13T18:09:55.399Zgcc system 13 system
2042026-05-13T18:09:55.399Zgcc system 10 system
2052026-05-13T18:09:55.399Zgo system 1.25 system
2062026-05-13T18:09:55.399Zllvm system 15 system
2072026-05-13T18:09:55.399Zmariadb system 11.4 system
2082026-05-13T18:09:55.399Zmta vendor vendor dma
2092026-05-13T18:09:55.399Zopenjdk system 17 system
2102026-05-13T18:09:55.399Zopenjdk system 11 system
2112026-05-13T18:09:55.399Zopenssl vendor 3 vendor
2122026-05-13T18:09:55.399Zperl system 5.40 system
2132026-05-13T18:09:55.399Zpostgresql system 18 system
2142026-05-13T18:09:55.399Zpostgresql system 17 system
2152026-05-13T18:09:55.399Zpython vendor 3 vendor
2162026-05-13T18:09:55.399Zpython system 2 system
2172026-05-13T18:09:55.399Zpython3 vendor 3.13 vendor
2182026-05-13T18:09:55.399Zruby system 3.4 system
2192026-05-13T18:09:55.399Zruby system 3.0 system
2202026-05-13T18:09:55.399Zwords vendor vendor american-english
2212026-05-13T18:09:55.399Zwords system system australian-english
2222026-05-13T18:09:55.399Zwords system system british-english
2232026-05-13T18:09:55.399Zwords system system canadian-english
2242026-05-13T18:09:55.399Zwords system system french
2252026-05-13T18:09:55.399Zwords system system italian
2262026-05-13T18:09:55.400Zwords system system ngerman
2272026-05-13T18:09:55.400Zwords system system ogerman
2282026-05-13T18:09:55.400Zwords system system spanish
2292026-05-13T18:09:55.647ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-13T18:09:55.647Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-13T18:09:55.914ZFMRI IFO
2322026-05-13T18:09:55.914Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-13T18:09:55.915Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-13T18:09:55.915Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-13T18:09:55.915Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-13T18:09:55.915Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-13T18:09:55.915Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-13T18:09:55.915Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-13T18:09:55.915Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-13T18:09:55.915Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-13T18:09:56.154Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-13T18:09:56.450Z Updating crates.io index
2432026-05-13T18:09:56.453Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-13T18:09:56.779Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-13T18:09:57.652Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-13T18:09:58.117Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-13T18:09:59.361Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-13T18:10:00.094Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-13T18:10:01.534Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-13T18:10:02.398Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-13T18:10:03.045Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-13T18:10:04.187Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-13T18:10:04.893Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-13T18:10:05.496Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-13T18:10:05.821Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-13T18:10:07.221Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-13T18:10:07.846Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-05-13T18:10:08.284Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-05-13T18:10:08.725Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2602026-05-13T18:10:09.249Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-05-13T18:10:09.675Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-05-13T18:10:09.952Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-05-13T18:10:10.229Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-05-13T18:10:10.698Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-05-13T18:10:11.258Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2662026-05-13T18:10:11.842Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2672026-05-13T18:10:12.221Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2682026-05-13T18:10:12.582Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692026-05-13T18:10:12.901Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702026-05-13T18:10:13.901Z Updating git repository `https://github.com/oxidecomputer/crucible`
2712026-05-13T18:10:14.762Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722026-05-13T18:10:15.219Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732026-05-13T18:10:15.514Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742026-05-13T18:10:15.928Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-05-13T18:10:16.243Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-05-13T18:10:16.633Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2772026-05-13T18:10:17.039Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2782026-05-13T18:10:17.321Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2792026-05-13T18:10:17.647Z Updating git repository `https://github.com/illumos/smf-rs`
2802026-05-13T18:10:17.978Z Updating git repository `https://github.com/oxidecomputer/omicron`
2812026-05-13T18:10:29.824Z Downloading crates ...
2822026-05-13T18:10:29.887Z Downloaded cargo-platform v0.2.0
2832026-05-13T18:10:29.887Z Downloaded is_terminal_polyfill v1.70.2
2842026-05-13T18:10:29.887Z Downloaded anstream v0.6.21
2852026-05-13T18:10:29.887Z Downloaded cargo_toml v0.21.0
2862026-05-13T18:10:29.887Z Downloaded bitflags v2.11.0
2872026-05-13T18:10:29.887Z Downloaded plain v0.2.3
2882026-05-13T18:10:29.887Z Downloaded toml v0.8.23
2892026-05-13T18:10:29.887Z Downloaded fastrand v2.3.0
2902026-05-13T18:10:29.887Z Downloaded clap_lex v1.0.0
2912026-05-13T18:10:29.887Z Downloaded cfg-if v1.0.4
2922026-05-13T18:10:29.887Z Downloaded quote v1.0.45
2932026-05-13T18:10:29.887Z Downloaded zerofrom-derive v0.1.6
2942026-05-13T18:10:29.887Z Downloaded utf8parse v0.2.2
2952026-05-13T18:10:29.887Z Downloaded usdt-attr-macro v0.5.0
2962026-05-13T18:10:29.887Z Downloaded clap_derive v4.5.55
2972026-05-13T18:10:29.887Z Downloaded unicode-linebreak v0.1.5
2982026-05-13T18:10:29.887Z Downloaded typeid v1.0.3
2992026-05-13T18:10:29.887Z Downloaded getrandom v0.4.1
3002026-05-13T18:10:29.887Z Downloaded zerocopy-derive v0.7.35
3012026-05-13T18:10:29.887Z Downloaded cargo_metadata v0.21.0
3022026-05-13T18:10:29.888Z Downloaded camino-tempfile v1.4.1
3032026-05-13T18:10:29.888Z Downloaded cargo-util-schemas v0.8.2
3042026-05-13T18:10:29.888Z Downloaded clap v4.5.60
3052026-05-13T18:10:29.888Z Downloaded serde v1.0.228
3062026-05-13T18:10:29.888Z Downloaded ucd-trie v0.1.7
3072026-05-13T18:10:29.888Z Downloaded toml_write v0.1.2
3082026-05-13T18:10:29.888Z Downloaded ordered-float v2.10.1
3092026-05-13T18:10:29.905Z Downloaded heck v0.4.1
3102026-05-13T18:10:29.905Z Downloaded cpufeatures v0.2.17
3112026-05-13T18:10:29.905Z Downloaded anstyle-query v1.1.5
3122026-05-13T18:10:29.906Z Downloaded zerofrom v0.1.6
3132026-05-13T18:10:29.906Z Downloaded thread-id v4.2.2
3142026-05-13T18:10:29.906Z Downloaded terminal_size v0.4.3
3152026-05-13T18:10:29.906Z Downloaded byteorder v1.5.0
3162026-05-13T18:10:29.906Z Downloaded unicode-xid v0.2.6
3172026-05-13T18:10:29.906Z Downloaded fnv v1.0.7
3182026-05-13T18:10:29.906Z Downloaded colorchoice v1.0.4
3192026-05-13T18:10:29.906Z Downloaded yoke-derive v0.8.1
3202026-05-13T18:10:29.906Z Downloaded anstyle-parse v0.2.7
3212026-05-13T18:10:29.906Z Downloaded thiserror v1.0.69
3222026-05-13T18:10:29.906Z Downloaded usdt v0.5.0
3232026-05-13T18:10:29.907Z Downloaded serde-value v0.7.0
3242026-05-13T18:10:29.907Z Downloaded pretty-hex v0.4.1
3252026-05-13T18:10:29.907Z Downloaded form_urlencoded v1.2.2
3262026-05-13T18:10:29.907Z Downloaded proc-macro-error v1.0.4
3272026-05-13T18:10:29.907Z Downloaded memmap v0.7.0
3282026-05-13T18:10:29.907Z Downloaded smawk v0.3.2
3292026-05-13T18:10:29.907Z Downloaded utf8_iter v1.0.4
3302026-05-13T18:10:29.907Z Downloaded toml_datetime v0.6.11
3312026-05-13T18:10:29.907Z Downloaded usdt-macro v0.5.0
3322026-05-13T18:10:29.907Z Downloaded potential_utf v0.1.4
3332026-05-13T18:10:29.907Z Downloaded heck v0.5.0
3342026-05-13T18:10:29.907Z Downloaded version_check v0.9.5
3352026-05-13T18:10:29.917Z Downloaded usdt-impl v0.5.0
3362026-05-13T18:10:29.917Z Downloaded idna_adapter v1.2.1
3372026-05-13T18:10:29.917Z Downloaded thiserror-impl v1.0.69
3382026-05-13T18:10:29.917Z Downloaded thiserror v2.0.18
3392026-05-13T18:10:29.918Z Downloaded yoke v0.8.1
3402026-05-13T18:10:29.918Z Downloaded scroll_derive v0.12.1
3412026-05-13T18:10:29.918Z Downloaded macaddr v1.0.1
3422026-05-13T18:10:29.918Z Downloaded toml_edit v0.22.27
3432026-05-13T18:10:29.918Z Downloaded zerovec-derive v0.11.2
3442026-05-13T18:10:29.918Z Downloaded proc-macro-error-attr v1.0.4
3452026-05-13T18:10:29.918Z Downloaded zmij v1.0.21
3462026-05-13T18:10:29.918Z Downloaded errno v0.3.14
3472026-05-13T18:10:29.918Z Downloaded itoa v1.0.17
3482026-05-13T18:10:29.918Z Downloaded swrite v0.1.0
3492026-05-13T18:10:29.918Z Downloaded dtrace-parser v0.2.0
3502026-05-13T18:10:29.929Z Downloaded stable_deref_trait v1.2.1
3512026-05-13T18:10:29.929Z Downloaded percent-encoding v2.3.2
3522026-05-13T18:10:29.930Z Downloaded block-buffer v0.10.4
3532026-05-13T18:10:29.930Z Downloaded writeable v0.6.2
3542026-05-13T18:10:29.930Z Downloaded strsim v0.11.1
3552026-05-13T18:10:29.930Z Downloaded generic-array v0.14.7
3562026-05-13T18:10:29.930Z Downloaded crypto-common v0.1.7
3572026-05-13T18:10:29.940Z Downloaded tinystr v0.8.2
3582026-05-13T18:10:29.940Z Downloaded tabled_derive v0.7.0
3592026-05-13T18:10:29.940Z Downloaded equivalent v1.0.2
3602026-05-13T18:10:29.940Z Downloaded dof v0.3.0
3612026-05-13T18:10:29.940Z Downloaded fs-err v3.3.0
3622026-05-13T18:10:29.947Z Downloaded thiserror-impl v2.0.18
3632026-05-13T18:10:29.962Z Downloaded serde_spanned v0.6.9
3642026-05-13T18:10:29.962Z Downloaded unicode-ident v1.0.24
3652026-05-13T18:10:29.962Z Downloaded sha2 v0.10.9
3662026-05-13T18:10:29.962Z Downloaded icu_normalizer v2.1.1
3672026-05-13T18:10:29.962Z Downloaded anstyle v1.0.13
3682026-05-13T18:10:29.972Z Downloaded serde-untagged v0.1.9
3692026-05-13T18:10:29.972Z Downloaded typenum v1.19.0
3702026-05-13T18:10:29.972Z Downloaded textwrap v0.16.2
3712026-05-13T18:10:29.972Z Downloaded scroll v0.12.0
3722026-05-13T18:10:29.972Z Downloaded synstructure v0.13.2
3732026-05-13T18:10:29.972Z Downloaded digest v0.10.7
3742026-05-13T18:10:29.972Z Downloaded zerotrie v0.2.3
3752026-05-13T18:10:29.972Z Downloaded autocfg v1.5.0
3762026-05-13T18:10:29.992Z Downloaded url v2.5.8
3772026-05-13T18:10:29.992Z Downloaded erased-serde v0.4.9
3782026-05-13T18:10:29.992Z Downloaded bytecount v0.6.9
3792026-05-13T18:10:30.010Z Downloaded semver v1.0.28
3802026-05-13T18:10:30.010Z Downloaded camino v1.2.2
3812026-05-13T18:10:30.010Z Downloaded once_cell v1.21.3
3822026-05-13T18:10:30.010Z Downloaded smallvec v1.15.1
3832026-05-13T18:10:30.010Z Downloaded pest_derive v2.8.6
3842026-05-13T18:10:30.011Z Downloaded zerovec v0.11.5
3852026-05-13T18:10:30.011Z Downloaded pest_generator v2.8.6
3862026-05-13T18:10:30.011Z Downloaded displaydoc v0.2.5
3872026-05-13T18:10:30.021Z Downloaded tempfile v3.25.0
3882026-05-13T18:10:30.021Z Downloaded zerocopy v0.7.35
3892026-05-13T18:10:30.028Z Downloaded winnow v0.7.14
3902026-05-13T18:10:30.028Z Downloaded num-traits v0.2.19
3912026-05-13T18:10:30.033Z Downloaded serde_derive v1.0.228
3922026-05-13T18:10:30.033Z Downloaded litemap v0.8.1
3932026-05-13T18:10:30.033Z Downloaded log v0.4.29
3942026-05-13T18:10:30.033Z Downloaded unicode-width v0.2.0
3952026-05-13T18:10:30.037Z Downloaded unicode-width v0.1.14
3962026-05-13T18:10:30.041Z Downloaded serde_tokenstream v0.2.3
3972026-05-13T18:10:30.041Z Downloaded anyhow v1.0.102
3982026-05-13T18:10:30.044Z Downloaded serde_json v1.0.149
3992026-05-13T18:10:30.048Z Downloaded icu_locale_core v2.1.1
4002026-05-13T18:10:30.053Z Downloaded icu_provider v2.1.1
4012026-05-13T18:10:30.053Z Downloaded icu_properties v2.1.2
4022026-05-13T18:10:30.053Z Downloaded serde_core v1.0.228
4032026-05-13T18:10:30.057Z Downloaded proc-macro2 v1.0.106
4042026-05-13T18:10:30.064Z Downloaded icu_collections v2.1.1
4052026-05-13T18:10:30.069Z Downloaded pest_meta v2.8.6
4062026-05-13T18:10:30.072Z Downloaded memchr v2.8.0
4072026-05-13T18:10:30.076Z Downloaded papergrid v0.11.0
4082026-05-13T18:10:30.079Z Downloaded icu_normalizer_data v2.1.1
4092026-05-13T18:10:30.095Z Downloaded clap_builder v4.5.60
4102026-05-13T18:10:30.101Z Downloaded indexmap v2.14.0
4112026-05-13T18:10:30.108Z Downloaded pest v2.8.6
4122026-05-13T18:10:30.124Z Downloaded idna v1.1.0
4132026-05-13T18:10:30.132Z Downloaded hashbrown v0.17.0
4142026-05-13T18:10:30.139Z Downloaded icu_properties_data v2.1.2
4152026-05-13T18:10:30.147Z Downloaded goblin v0.8.2
4162026-05-13T18:10:30.155Z Downloaded tabled v0.15.0
4172026-05-13T18:10:30.166Z Downloaded syn v1.0.109
4182026-05-13T18:10:30.175Z Downloaded syn v2.0.117
4192026-05-13T18:10:30.189Z Downloaded rustix v1.1.3
4202026-05-13T18:10:30.215Z Downloaded libc v0.2.185
4212026-05-13T18:10:30.283Z Compiling proc-macro2 v1.0.106
4222026-05-13T18:10:30.283Z Compiling unicode-ident v1.0.24
4232026-05-13T18:10:30.283Z Compiling quote v1.0.45
4242026-05-13T18:10:30.295Z Compiling serde_core v1.0.228
4252026-05-13T18:10:30.295Z Compiling libc v0.2.185
4262026-05-13T18:10:30.295Z Compiling version_check v0.9.5
4272026-05-13T18:10:30.295Z Compiling memchr v2.8.0
4282026-05-13T18:10:30.295Z Compiling serde v1.0.228
4292026-05-13T18:10:30.624Z Compiling stable_deref_trait v1.2.1
4302026-05-13T18:10:30.697Z Compiling zmij v1.0.21
4312026-05-13T18:10:30.854Z Compiling thiserror v1.0.69
4322026-05-13T18:10:31.140Z Compiling itoa v1.0.17
4332026-05-13T18:10:31.143Z Compiling autocfg v1.5.0
4342026-05-13T18:10:31.143Z Compiling ucd-trie v0.1.7
4352026-05-13T18:10:31.370Z Compiling pest v2.8.6
4362026-05-13T18:10:31.478Z Compiling writeable v0.6.2
4372026-05-13T18:10:31.494Z Compiling litemap v0.8.1
4382026-05-13T18:10:31.598Z Compiling byteorder v1.5.0
4392026-05-13T18:10:31.614Z Compiling icu_properties_data v2.1.2
4402026-05-13T18:10:31.665Z Compiling rustix v1.1.3
4412026-05-13T18:10:31.816Z Compiling icu_normalizer_data v2.1.1
4422026-05-13T18:10:31.995Z Compiling syn v2.0.117
4432026-05-13T18:10:32.076Z Compiling errno v0.3.14
4442026-05-13T18:10:32.080Z Compiling serde_json v1.0.149
4452026-05-13T18:10:32.106Z Compiling bitflags v2.11.0
4462026-05-13T18:10:32.315Z Compiling num-traits v0.2.19
4472026-05-13T18:10:32.355Z Compiling equivalent v1.0.2
4482026-05-13T18:10:32.372Z Compiling hashbrown v0.17.0
4492026-05-13T18:10:32.454Z Compiling pest_meta v2.8.6
4502026-05-13T18:10:32.495Z Compiling smallvec v1.15.1
4512026-05-13T18:10:32.697Z Compiling typeid v1.0.3
4522026-05-13T18:10:32.910Z Compiling indexmap v2.14.0
4532026-05-13T18:10:32.954Z Compiling thread-id v4.2.2
4542026-05-13T18:10:32.985Z Compiling proc-macro-error-attr v1.0.4
4552026-05-13T18:10:33.003Z Compiling usdt-impl v0.5.0
4562026-05-13T18:10:33.049Z Compiling syn v1.0.109
4572026-05-13T18:10:33.159Z Compiling winnow v0.7.14
4582026-05-13T18:10:33.340Z Compiling toml_write v0.1.2
4592026-05-13T18:10:33.356Z Compiling erased-serde v0.4.9
4602026-05-13T18:10:33.632Z Compiling proc-macro-error v1.0.4
4612026-05-13T18:10:33.659Z Compiling thiserror v2.0.18
4622026-05-13T18:10:33.810Z Compiling getrandom v0.4.1
4632026-05-13T18:10:33.984Z Compiling camino v1.2.2
4642026-05-13T18:10:34.063Z Compiling percent-encoding v2.3.2
4652026-05-13T18:10:34.143Z Compiling log v0.4.29
4662026-05-13T18:10:34.159Z Compiling plain v0.2.3
4672026-05-13T18:10:34.212Z Compiling utf8parse v0.2.2
4682026-05-13T18:10:34.251Z Compiling utf8_iter v1.0.4
4692026-05-13T18:10:34.267Z Compiling form_urlencoded v1.2.2
4702026-05-13T18:10:34.321Z Compiling anstyle-parse v0.2.7
4712026-05-13T18:10:34.355Z Compiling ordered-float v2.10.1
4722026-05-13T18:10:34.509Z Compiling synstructure v0.13.2
4732026-05-13T18:10:34.564Z Compiling pest_generator v2.8.6
4742026-05-13T18:10:34.618Z Compiling terminal_size v0.4.3
4752026-05-13T18:10:34.743Z Compiling pretty-hex v0.4.1
4762026-05-13T18:10:34.826Z Compiling is_terminal_polyfill v1.70.2
4772026-05-13T18:10:34.877Z Compiling colorchoice v1.0.4
4782026-05-13T18:10:34.895Z Compiling anstyle v1.0.13
4792026-05-13T18:10:34.910Z Compiling anstyle-query v1.1.5
4802026-05-13T18:10:34.927Z Compiling cfg-if v1.0.4
4812026-05-13T18:10:35.043Z Compiling serde-untagged v0.1.9
4822026-05-13T18:10:35.125Z Compiling anstream v0.6.21
4832026-05-13T18:10:35.178Z Compiling semver v1.0.28
4842026-05-13T18:10:35.333Z Compiling fs-err v3.3.0
4852026-05-13T18:10:35.352Z Compiling clap_lex v1.0.0
4862026-05-13T18:10:35.435Z Compiling bytecount v0.6.9
4872026-05-13T18:10:35.504Z Compiling strsim v0.11.1
4882026-05-13T18:10:35.520Z Compiling once_cell v1.21.3
4892026-05-13T18:10:35.536Z Compiling unicode-xid v0.2.6
4902026-05-13T18:10:35.571Z Compiling heck v0.5.0
4912026-05-13T18:10:35.588Z Compiling heck v0.4.1
4922026-05-13T18:10:35.659Z Compiling anyhow v1.0.102
4932026-05-13T18:10:35.729Z Compiling unicode-width v0.1.14
4942026-05-13T18:10:35.808Z Compiling fnv v1.0.7
4952026-05-13T18:10:35.848Z Compiling fastrand v2.3.0
4962026-05-13T18:10:35.910Z Compiling clap_builder v4.5.60
4972026-05-13T18:10:36.002Z Compiling papergrid v0.11.0
4982026-05-13T18:10:36.110Z Compiling tempfile v3.25.0
4992026-05-13T18:10:36.174Z Compiling memmap v0.7.0
5002026-05-13T18:10:36.223Z Compiling unicode-width v0.2.0
5012026-05-13T18:10:36.241Z Compiling serde_derive v1.0.228
5022026-05-13T18:10:36.354Z Compiling zerofrom-derive v0.1.6
5032026-05-13T18:10:36.483Z Compiling yoke-derive v0.8.1
5042026-05-13T18:10:36.500Z Compiling zerovec-derive v0.11.2
5052026-05-13T18:10:36.683Z Compiling displaydoc v0.2.5
5062026-05-13T18:10:37.424Z Compiling thiserror-impl v1.0.69
5072026-05-13T18:10:37.441Z Compiling zerocopy-derive v0.7.35
5082026-05-13T18:10:37.595Z Compiling pest_derive v2.8.6
5092026-05-13T18:10:37.625Z Compiling scroll_derive v0.12.1
5102026-05-13T18:10:37.729Z Compiling zerofrom v0.1.6
5112026-05-13T18:10:37.856Z Compiling yoke v0.8.1
5122026-05-13T18:10:38.016Z Compiling thiserror-impl v2.0.18
5132026-05-13T18:10:38.046Z Compiling zerovec v0.11.5
5142026-05-13T18:10:38.279Z Compiling zerotrie v0.2.3
5152026-05-13T18:10:38.300Z Compiling zerocopy v0.7.35
5162026-05-13T18:10:38.546Z Compiling tinystr v0.8.2
5172026-05-13T18:10:38.581Z Compiling potential_utf v0.1.4
5182026-05-13T18:10:38.744Z Compiling icu_locale_core v2.1.1
5192026-05-13T18:10:38.749Z Compiling icu_collections v2.1.1
5202026-05-13T18:10:38.785Z Compiling dtrace-parser v0.2.0
5212026-05-13T18:10:38.846Z Compiling scroll v0.12.0
5222026-05-13T18:10:38.937Z Compiling tabled_derive v0.7.0
5232026-05-13T18:10:39.111Z Compiling goblin v0.8.2
5242026-05-13T18:10:39.142Z Compiling clap_derive v4.5.55
5252026-05-13T18:10:39.446Z Compiling icu_provider v2.1.1
5262026-05-13T18:10:39.529Z Compiling unicode-linebreak v0.1.5
5272026-05-13T18:10:39.624Z Compiling serde_spanned v0.6.9
5282026-05-13T18:10:39.661Z Compiling toml_datetime v0.6.11
5292026-05-13T18:10:39.742Z Compiling icu_normalizer v2.1.1
5302026-05-13T18:10:39.757Z Compiling icu_properties v2.1.2
5312026-05-13T18:10:39.773Z Compiling dof v0.3.0
5322026-05-13T18:10:39.788Z Compiling serde_tokenstream v0.2.3
5332026-05-13T18:10:39.842Z Compiling toml_edit v0.22.27
5342026-05-13T18:10:39.917Z Compiling serde-value v0.7.0
5352026-05-13T18:10:40.201Z Compiling cargo-platform v0.2.0
5362026-05-13T18:10:40.335Z Compiling smawk v0.3.2
5372026-05-13T18:10:40.353Z Compiling tabled v0.15.0
5382026-05-13T18:10:40.473Z Compiling textwrap v0.16.2
5392026-05-13T18:10:40.477Z Compiling macaddr v1.0.1
5402026-05-13T18:10:40.716Z Compiling idna_adapter v1.2.1
5412026-05-13T18:10:40.735Z Compiling usdt-attr-macro v0.5.0
5422026-05-13T18:10:40.866Z Compiling idna v1.1.0
5432026-05-13T18:10:40.920Z Compiling usdt-macro v0.5.0
5442026-05-13T18:10:40.924Z Compiling clap v4.5.60
5452026-05-13T18:10:40.953Z Compiling camino-tempfile v1.4.1
5462026-05-13T18:10:41.202Z Compiling url v2.5.8
5472026-05-13T18:10:41.327Z Compiling toml v0.8.23
5482026-05-13T18:10:41.557Z Compiling swrite v0.1.0
5492026-05-13T18:10:41.651Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5502026-05-13T18:10:41.911Z Compiling cargo-util-schemas v0.8.2
5512026-05-13T18:10:41.939Z Compiling cargo_toml v0.21.0
5522026-05-13T18:10:42.205Z Compiling usdt v0.5.0
5532026-05-13T18:10:42.792Z Compiling cargo_metadata v0.21.0
5542026-05-13T18:10:43.710Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5552026-05-13T18:10:45.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.79s
5562026-05-13T18:10:46.024Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5572026-05-13T18:10:46.599Z Downloading crates ...
5582026-05-13T18:10:46.692Z Downloaded async-recursion v1.1.1
5592026-05-13T18:10:46.697Z Downloaded cargo-platform v0.1.9
5602026-05-13T18:10:46.706Z Downloaded ascii-canvas v3.0.0
5612026-05-13T18:10:46.710Z Downloaded adler2 v2.0.1
5622026-05-13T18:10:46.710Z Downloaded arrayref v0.3.9
5632026-05-13T18:10:46.710Z Downloaded darling_macro v0.23.0
5642026-05-13T18:10:46.714Z Downloaded assert_matches v1.5.0
5652026-05-13T18:10:46.714Z Downloaded aead v0.5.2
5662026-05-13T18:10:46.718Z Downloaded darling_macro v0.20.11
5672026-05-13T18:10:46.722Z Downloaded bcrypt-pbkdf v0.10.0
5682026-05-13T18:10:46.722Z Downloaded bcs v0.1.6
5692026-05-13T18:10:46.722Z Downloaded curve25519-dalek-derive v0.1.1
5702026-05-13T18:10:46.725Z Downloaded crucible-workspace-hack v0.1.0
5712026-05-13T18:10:46.725Z Downloaded crc8 v0.1.1
5722026-05-13T18:10:46.725Z Downloaded defmt v0.3.100
5732026-05-13T18:10:46.725Z Downloaded darling_macro v0.21.3
5742026-05-13T18:10:46.728Z Downloaded cexpr v0.6.0
5752026-05-13T18:10:46.731Z Downloaded console v0.15.11
5762026-05-13T18:10:46.732Z Downloaded arrayvec v0.7.6
5772026-05-13T18:10:46.735Z Downloaded embedded-io v0.4.0
5782026-05-13T18:10:46.735Z Downloaded bit-set v0.5.3
5792026-05-13T18:10:46.735Z Downloaded cookie v0.18.1
5802026-05-13T18:10:46.739Z Downloaded colored v3.1.1
5812026-05-13T18:10:46.740Z Downloaded bzip2 v0.6.1
5822026-05-13T18:10:46.743Z Downloaded defmt-parser v1.0.0
5832026-05-13T18:10:46.743Z Downloaded async-stream-impl v0.3.6
5842026-05-13T18:10:46.743Z Downloaded async-bb8-diesel v0.2.1
5852026-05-13T18:10:46.746Z Downloaded cargo_metadata v0.19.2
5862026-05-13T18:10:46.746Z Downloaded debug-ignore v1.0.5
5872026-05-13T18:10:46.750Z Downloaded defmt v1.0.1
5882026-05-13T18:10:46.753Z Downloaded cipher v0.4.4
5892026-05-13T18:10:46.753Z Downloaded aes v0.8.4
5902026-05-13T18:10:46.757Z Downloaded defmt-macros v1.0.1
5912026-05-13T18:10:46.760Z Downloaded chacha20 v0.9.1
5922026-05-13T18:10:46.760Z Downloaded bitfield-struct v0.6.2
5932026-05-13T18:10:46.760Z Downloaded base16ct v0.2.0
5942026-05-13T18:10:46.764Z Downloaded float-ord v0.3.2
5952026-05-13T18:10:46.765Z Downloaded atomicwrites v0.4.4
5962026-05-13T18:10:46.765Z Downloaded cfg_aliases v0.2.1
5972026-05-13T18:10:46.769Z Downloaded atty v0.2.14
5982026-05-13T18:10:46.769Z Downloaded display-error-chain v0.2.2
5992026-05-13T18:10:46.769Z Downloaded ciborium-ll v0.2.2
6002026-05-13T18:10:46.769Z Downloaded dtrace-parser v0.3.0
6012026-05-13T18:10:46.769Z Downloaded dsl_auto_type v0.2.0
6022026-05-13T18:10:46.769Z Downloaded downcast-rs v2.0.2
6032026-05-13T18:10:46.773Z Downloaded der_derive v0.7.3
6042026-05-13T18:10:46.773Z Downloaded ciborium-io v0.2.2
6052026-05-13T18:10:46.773Z Downloaded cfg_aliases v0.1.1
6062026-05-13T18:10:46.773Z Downloaded crc v3.4.0
6072026-05-13T18:10:46.778Z Downloaded bit-set v0.8.0
6082026-05-13T18:10:46.778Z Downloaded critical-section v1.2.0
6092026-05-13T18:10:46.778Z Downloaded array-init v0.0.4
6102026-05-13T18:10:46.778Z Downloaded fixedbitset v0.5.7
6112026-05-13T18:10:46.778Z Downloaded enum-as-inner v0.6.1
6122026-05-13T18:10:46.781Z Downloaded embedded-io v0.6.1
6132026-05-13T18:10:46.781Z Downloaded atomic-waker v1.1.2
6142026-05-13T18:10:46.781Z Downloaded dunce v1.0.5
6152026-05-13T18:10:46.785Z Downloaded dof v0.4.0
6162026-05-13T18:10:46.788Z Downloaded document-features v0.2.12
6172026-05-13T18:10:46.788Z Downloaded castaway v0.2.4
6182026-05-13T18:10:46.788Z Downloaded dirs-next v2.0.0
6192026-05-13T18:10:46.792Z Downloaded dropshot-api-manager-types v0.7.1
6202026-05-13T18:10:46.792Z Downloaded crunchy v0.2.4
6212026-05-13T18:10:46.795Z Downloaded flagset v0.4.7
6222026-05-13T18:10:46.795Z Downloaded bitfield-macros v0.19.4
6232026-05-13T18:10:46.799Z Downloaded env_filter v1.0.0
6242026-05-13T18:10:46.802Z Downloaded cpufeatures v0.3.0
6252026-05-13T18:10:46.802Z Downloaded dyn-clone v1.0.20
6262026-05-13T18:10:46.807Z Downloaded cobs v0.3.0
6272026-05-13T18:10:46.810Z Downloaded futures-core v0.3.32
6282026-05-13T18:10:46.810Z Downloaded fixedbitset v0.4.2
6292026-05-13T18:10:46.810Z Downloaded fd-lock v4.0.4
6302026-05-13T18:10:46.813Z Downloaded foreign-types v0.5.0
6312026-05-13T18:10:46.813Z Downloaded endian-type v0.1.2
6322026-05-13T18:10:46.813Z Downloaded cstr-argument v0.1.2
6332026-05-13T18:10:46.813Z Downloaded foreign-types v0.3.2
6342026-05-13T18:10:46.817Z Downloaded bb8 v0.8.6
6352026-05-13T18:10:46.821Z Downloaded dirs-sys-next v0.1.2
6362026-05-13T18:10:46.821Z Downloaded float-cmp v0.10.0
6372026-05-13T18:10:46.821Z Downloaded crc-catalog v2.4.0
6382026-05-13T18:10:46.821Z Downloaded block-padding v0.3.3
6392026-05-13T18:10:46.824Z Downloaded futures-task v0.3.32
6402026-05-13T18:10:46.824Z Downloaded convert_case v0.4.0
6412026-05-13T18:10:46.827Z Downloaded foreign-types-shared v0.3.1
6422026-05-13T18:10:46.832Z Downloaded derive_builder_macro v0.20.2
6432026-05-13T18:10:46.832Z Downloaded compression-core v0.4.31
6442026-05-13T18:10:46.832Z Downloaded foreign-types-shared v0.1.1
6452026-05-13T18:10:46.832Z Downloaded foreign-types-macros v0.2.3
6462026-05-13T18:10:46.836Z Downloaded data-encoding v2.10.0
6472026-05-13T18:10:46.836Z Downloaded fxhash v0.2.1
6482026-05-13T18:10:46.836Z Downloaded bitfield v0.19.4
6492026-05-13T18:10:46.836Z Downloaded erased-serde v0.3.31
6502026-05-13T18:10:46.836Z Downloaded funty v2.0.0
6512026-05-13T18:10:46.839Z Downloaded camino-tempfile-ext v0.3.3
6522026-05-13T18:10:46.839Z Downloaded async-stream v0.3.6
6532026-05-13T18:10:46.845Z Downloaded ena v0.14.4
6542026-05-13T18:10:46.845Z Downloaded bitflags v1.3.2
6552026-05-13T18:10:46.851Z Downloaded foldhash v0.1.5
6562026-05-13T18:10:46.851Z Downloaded futures-sink v0.3.32
6572026-05-13T18:10:46.851Z Downloaded convert_case v0.10.0
6582026-05-13T18:10:46.851Z Downloaded base64ct v1.8.3
6592026-05-13T18:10:46.852Z Downloaded futures-macro v0.3.32
6602026-05-13T18:10:46.852Z Downloaded fallible-iterator v0.2.0
6612026-05-13T18:10:46.863Z Downloaded gethostname v0.5.0
6622026-05-13T18:10:46.863Z Downloaded crossbeam-deque v0.8.6
6632026-05-13T18:10:46.871Z Downloaded bit-vec v0.8.0
6642026-05-13T18:10:46.871Z Downloaded git-stub v1.0.0
6652026-05-13T18:10:46.871Z Downloaded async-trait v0.1.89
6662026-05-13T18:10:46.871Z Downloaded hex-literal v0.4.1
6672026-05-13T18:10:46.871Z Downloaded headers-core v0.3.0
6682026-05-13T18:10:46.871Z Downloaded globwalk v0.9.1
6692026-05-13T18:10:46.871Z Downloaded hash32 v0.2.1
6702026-05-13T18:10:46.890Z Downloaded ecdsa v0.16.9
6712026-05-13T18:10:46.890Z Downloaded ed25519 v2.2.3
6722026-05-13T18:10:46.890Z Downloaded hex v0.4.3
6732026-05-13T18:10:46.890Z Downloaded filetime v0.2.27
6742026-05-13T18:10:46.896Z Downloaded foldhash v0.2.0
6752026-05-13T18:10:46.896Z Downloaded diesel_table_macro_syntax v0.3.0
6762026-05-13T18:10:46.897Z Downloaded diesel-dtrace v0.5.0
6772026-05-13T18:10:46.897Z Downloaded either v1.15.0
6782026-05-13T18:10:46.897Z Downloaded difflib v0.4.0
6792026-05-13T18:10:46.897Z Downloaded futures-io v0.3.32
6802026-05-13T18:10:46.897Z Downloaded ff v0.13.1
6812026-05-13T18:10:46.897Z Downloaded env_logger v0.11.9
6822026-05-13T18:10:46.897Z Downloaded derive-ex v0.1.8
6832026-05-13T18:10:46.897Z Downloaded csv-core v0.1.13
6842026-05-13T18:10:46.897Z Downloaded deranged v0.5.8
6852026-05-13T18:10:46.897Z Downloaded buf-list v1.1.2
6862026-05-13T18:10:46.897Z Downloaded constant_time_eq v0.4.2
6872026-05-13T18:10:46.897Z Downloaded hostname v0.4.2
6882026-05-13T18:10:46.897Z Downloaded http-body v1.0.1
6892026-05-13T18:10:46.897Z Downloaded crc32fast v1.5.0
6902026-05-13T18:10:46.897Z Downloaded hostname v0.3.1
6912026-05-13T18:10:46.897Z Downloaded const_format_proc_macros v0.2.34
6922026-05-13T18:10:46.904Z Downloaded find-msvc-tools v0.1.9
6932026-05-13T18:10:46.904Z Downloaded cmake v0.1.57
6942026-05-13T18:10:46.904Z Downloaded cassowary v0.3.0
6952026-05-13T18:10:46.904Z Downloaded daft v0.1.5
6962026-05-13T18:10:46.905Z Downloaded bit-vec v0.6.3
6972026-05-13T18:10:46.905Z Downloaded compression-codecs v0.4.37
6982026-05-13T18:10:46.911Z Downloaded http-range v0.1.5
6992026-05-13T18:10:46.911Z Downloaded ghash v0.5.1
7002026-05-13T18:10:46.911Z Downloaded corncobs v0.1.4
7012026-05-13T18:10:46.911Z Downloaded backon v1.6.0
7022026-05-13T18:10:46.911Z Downloaded dropshot_endpoint v0.16.7
7032026-05-13T18:10:46.915Z Downloaded ahash v0.8.12
7042026-05-13T18:10:46.915Z Downloaded hubpack_derive v0.1.1
7052026-05-13T18:10:46.915Z Downloaded colored v2.2.0
7062026-05-13T18:10:46.915Z Downloaded httpdate v1.0.3
7072026-05-13T18:10:46.915Z Downloaded chacha20 v0.10.0
7082026-05-13T18:10:46.920Z Downloaded hubpack v0.1.2
7092026-05-13T18:10:46.920Z Downloaded async-compression v0.4.41
7102026-05-13T18:10:46.924Z Downloaded indent_write v2.2.0
7112026-05-13T18:10:46.924Z Downloaded ident_case v1.0.1
7122026-05-13T18:10:46.924Z Downloaded hyper-tls v0.6.0
7132026-05-13T18:10:46.925Z Downloaded hash32 v0.3.1
7142026-05-13T18:10:46.929Z Downloaded group v0.13.0
7152026-05-13T18:10:46.929Z Downloaded globset v0.4.18
7162026-05-13T18:10:46.929Z Downloaded glob v0.3.3
7172026-05-13T18:10:46.929Z Downloaded futures-executor v0.3.32
7182026-05-13T18:10:46.929Z Downloaded fs-err v2.11.0
7192026-05-13T18:10:46.932Z Downloaded derive-where v1.6.0
7202026-05-13T18:10:46.932Z Downloaded ctr v0.9.2
7212026-05-13T18:10:46.932Z Downloaded darling v0.21.3
7222026-05-13T18:10:46.937Z Downloaded instant v0.1.13
7232026-05-13T18:10:46.937Z Downloaded indoc v1.0.9
7242026-05-13T18:10:46.942Z Downloaded instability v0.3.11
7252026-05-13T18:10:46.942Z Downloaded is-terminal v0.4.17
7262026-05-13T18:10:46.942Z Downloaded inout v0.1.4
7272026-05-13T18:10:46.942Z Downloaded internet-checksum v0.2.1
7282026-05-13T18:10:46.946Z Downloaded crossbeam-epoch v0.9.18
7292026-05-13T18:10:46.946Z Downloaded keccak v0.1.6
7302026-05-13T18:10:46.946Z Downloaded is_ci v1.2.0
7312026-05-13T18:10:46.946Z Downloaded daft-derive v0.1.5
7322026-05-13T18:10:46.950Z Downloaded lazy_static v1.5.0
7332026-05-13T18:10:46.950Z Downloaded lalrpop-util v0.19.12
7342026-05-13T18:10:46.950Z Downloaded futures-channel v0.3.32
7352026-05-13T18:10:46.954Z Downloaded des v0.8.1
7362026-05-13T18:10:46.954Z Downloaded cancel-safe-futures v0.1.5
7372026-05-13T18:10:46.954Z Downloaded crossbeam-utils v0.8.21
7382026-05-13T18:10:46.958Z Downloaded derive_builder v0.20.2
7392026-05-13T18:10:46.958Z Downloaded bzip2 v0.4.4
7402026-05-13T18:10:46.961Z Downloaded blowfish v0.9.1
7412026-05-13T18:10:46.961Z Downloaded console v0.16.2
7422026-05-13T18:10:46.961Z Downloaded kstat-rs v0.2.4
7432026-05-13T18:10:46.965Z Downloaded home v0.5.12
7442026-05-13T18:10:46.965Z Downloaded cookie_store v0.22.1
7452026-05-13T18:10:46.965Z Downloaded cbc v0.1.2
7462026-05-13T18:10:46.969Z Downloaded byte-wrapper v0.1.0
7472026-05-13T18:10:46.969Z Downloaded backoff v0.4.0
7482026-05-13T18:10:46.969Z Downloaded fs_extra v1.3.0
7492026-05-13T18:10:46.973Z Downloaded libscf-sys v1.2.0
7502026-05-13T18:10:46.974Z Downloaded darling v0.20.11
7512026-05-13T18:10:46.974Z Downloaded argon2 v0.5.3
7522026-05-13T18:10:46.978Z Downloaded darling_core v0.21.3
7532026-05-13T18:10:46.981Z Downloaded darling v0.23.0
7542026-05-13T18:10:46.984Z Downloaded git-stub-vcs v0.1.0
7552026-05-13T18:10:46.987Z Downloaded humantime v2.3.0
7562026-05-13T18:10:46.987Z Downloaded http-body-util v0.1.3
7572026-05-13T18:10:46.987Z Downloaded clang-sys v1.8.1
7582026-05-13T18:10:46.994Z Downloaded fatfs v0.3.6
7592026-05-13T18:10:46.994Z Downloaded managed v0.8.0
7602026-05-13T18:10:46.994Z Downloaded memoffset v0.9.1
7612026-05-13T18:10:46.998Z Downloaded lzss v0.8.2
7622026-05-13T18:10:46.998Z Downloaded linked-hash-map v0.5.6
7632026-05-13T18:10:46.998Z Downloaded bytes v1.11.1
7642026-05-13T18:10:46.998Z Downloaded bumpalo v3.20.2
7652026-05-13T18:10:47.006Z Downloaded new_debug_unreachable v1.0.6
7662026-05-13T18:10:47.006Z Downloaded match_cfg v0.1.0
7672026-05-13T18:10:47.006Z Downloaded hyper-staticfile v0.10.1
7682026-05-13T18:10:47.006Z Downloaded ingot-types v0.1.2
7692026-05-13T18:10:47.006Z Downloaded ingot v0.1.1
7702026-05-13T18:10:47.006Z Downloaded indoc v2.0.7
7712026-05-13T18:10:47.011Z Downloaded half v1.8.3
7722026-05-13T18:10:47.011Z Downloaded lru-slab v0.1.2
7732026-05-13T18:10:47.011Z Downloaded lru-cache v0.1.2
7742026-05-13T18:10:47.011Z Downloaded lru v0.12.5
7752026-05-13T18:10:47.011Z Downloaded getrandom v0.2.17
7762026-05-13T18:10:47.015Z Downloaded md-5 v0.10.6
7772026-05-13T18:10:47.015Z Downloaded multimap v0.10.1
7782026-05-13T18:10:47.015Z Downloaded md5 v0.7.0
7792026-05-13T18:10:47.020Z Downloaded maybe-uninit v2.0.0
7802026-05-13T18:10:47.020Z Downloaded maplit v1.0.2
7812026-05-13T18:10:47.020Z Downloaded normalize-line-endings v0.3.0
7822026-05-13T18:10:47.020Z Downloaded newline-converter v0.3.0
7832026-05-13T18:10:47.020Z Downloaded ipnet v2.11.0
7842026-05-13T18:10:47.023Z Downloaded ipnetwork v0.21.1
7852026-05-13T18:10:47.023Z Downloaded nodrop v0.1.14
7862026-05-13T18:10:47.024Z Downloaded nibble_vec v0.1.0
7872026-05-13T18:10:47.028Z Downloaded dropshot_endpoint v0.17.0
7882026-05-13T18:10:47.029Z Downloaded derive_more v0.99.20
7892026-05-13T18:10:47.032Z Downloaded drift v0.1.4
7902026-05-13T18:10:47.037Z Downloaded ciborium v0.2.2
7912026-05-13T18:10:47.040Z Downloaded hmac v0.12.1
7922026-05-13T18:10:47.040Z Downloaded jobserver v0.1.34
7932026-05-13T18:10:47.040Z Downloaded derive_builder_core v0.20.2
7942026-05-13T18:10:47.040Z Downloaded crc-any v2.5.0
7952026-05-13T18:10:47.044Z Downloaded newtype_derive v0.1.6
7962026-05-13T18:10:47.044Z Downloaded nonempty v0.12.0
7972026-05-13T18:10:47.044Z Downloaded highway v1.3.0
7982026-05-13T18:10:47.049Z Downloaded num-iter v0.1.45
7992026-05-13T18:10:47.049Z Downloaded num v0.4.3
8002026-05-13T18:10:47.049Z Downloaded newtype-uuid-macros v0.1.0
8012026-05-13T18:10:47.049Z Downloaded num-derive v0.4.2
8022026-05-13T18:10:47.053Z Downloaded const_format v0.2.35
8032026-05-13T18:10:47.053Z Downloaded num-conv v0.2.0
8042026-05-13T18:10:47.053Z Downloaded futures v0.3.32
8052026-05-13T18:10:47.057Z Downloaded libefi-sys v0.1.0
8062026-05-13T18:10:47.057Z Downloaded hyper-rustls v0.27.7
8072026-05-13T18:10:47.061Z Downloaded der v0.7.10
8082026-05-13T18:10:47.062Z Downloaded libloading v0.8.9
8092026-05-13T18:10:47.072Z Downloaded olpc-cjson v0.1.4
8102026-05-13T18:10:47.072Z Downloaded num_enum_derive v0.5.11
8112026-05-13T18:10:47.072Z Downloaded libsw-core v0.3.2
8122026-05-13T18:10:47.072Z Downloaded libsw v3.5.0
8132026-05-13T18:10:47.072Z Downloaded mime_guess v2.0.5
8142026-05-13T18:10:47.082Z Downloaded mime v0.3.17
8152026-05-13T18:10:47.082Z Downloaded openssl-probe v0.1.6
8162026-05-13T18:10:47.082Z Downloaded opaque-debug v0.3.1
8172026-05-13T18:10:47.082Z Downloaded openssl-macros v0.1.1
8182026-05-13T18:10:47.082Z Downloaded num_threads v0.1.7
8192026-05-13T18:10:47.082Z Downloaded base64 v0.21.7
8202026-05-13T18:10:47.082Z Downloaded darling_core v0.23.0
8212026-05-13T18:10:47.082Z Downloaded oso-derive v0.27.3
8222026-05-13T18:10:47.082Z Downloaded packed_struct_codegen v0.10.1
8232026-05-13T18:10:47.082Z Downloaded openssl-probe v0.2.1
8242026-05-13T18:10:47.083Z Downloaded darling_core v0.20.11
8252026-05-13T18:10:47.083Z Downloaded linear-map v1.2.0
8262026-05-13T18:10:47.083Z Downloaded iana-time-zone v0.1.65
8272026-05-13T18:10:47.092Z Downloaded native-tls v0.2.18
8282026-05-13T18:10:47.092Z Downloaded lock_api v0.4.14
8292026-05-13T18:10:47.092Z Downloaded ingot-macros v0.1.1
8302026-05-13T18:10:47.092Z Downloaded impl-trait-for-tuples v0.2.3
8312026-05-13T18:10:47.097Z Downloaded multer v3.1.0
8322026-05-13T18:10:47.097Z Downloaded nanorand v0.7.0
8332026-05-13T18:10:47.097Z Downloaded half v2.7.1
8342026-05-13T18:10:47.118Z Downloaded path-slash v0.1.5
8352026-05-13T18:10:47.131Z Downloaded parse-display v0.10.0
8362026-05-13T18:10:47.131Z Downloaded newtype-uuid v1.3.2
8372026-05-13T18:10:47.131Z Downloaded flume v0.11.1
8382026-05-13T18:10:47.131Z Downloaded elliptic-curve v0.13.8
8392026-05-13T18:10:47.131Z Downloaded pbkdf2 v0.11.0
8402026-05-13T18:10:47.131Z Downloaded parse-size v1.1.0
8412026-05-13T18:10:47.131Z Downloaded num-integer v0.1.46
8422026-05-13T18:10:47.131Z Downloaded nu-ansi-term v0.50.3
8432026-05-13T18:10:47.131Z Downloaded allocator-api2 v0.2.21
8442026-05-13T18:10:47.131Z Downloaded const-oid v0.9.6
8452026-05-13T18:10:47.131Z Downloaded phf_shared v0.13.1
8462026-05-13T18:10:47.131Z Downloaded phf_shared v0.11.3
8472026-05-13T18:10:47.131Z Downloaded pin-utils v0.1.0
8482026-05-13T18:10:47.131Z Downloaded num_enum_derive v0.7.5
8492026-05-13T18:10:47.131Z Downloaded num_enum v0.7.5
8502026-05-13T18:10:47.131Z Downloaded num_enum v0.5.11
8512026-05-13T18:10:47.140Z Downloaded num-rational v0.4.2
8522026-05-13T18:10:47.140Z Downloaded httparse v1.10.1
8532026-05-13T18:10:47.140Z Downloaded num-complex v0.4.6
8542026-05-13T18:10:47.140Z Downloaded chacha20poly1305 v0.10.1
8552026-05-13T18:10:47.141Z Downloaded memmap2 v0.9.10
8562026-05-13T18:10:47.145Z Downloaded peg-runtime v0.8.5
8572026-05-13T18:10:47.145Z Downloaded compact_str v0.8.1
8582026-05-13T18:10:47.145Z Downloaded blake2 v0.10.6
8592026-05-13T18:10:47.145Z Downloaded getrandom v0.3.4
8602026-05-13T18:10:47.145Z Downloaded packed_struct v0.10.1
8612026-05-13T18:10:47.149Z Downloaded oxide-tokio-rt v0.1.4
8622026-05-13T18:10:47.149Z Downloaded indexmap v1.9.3
8632026-05-13T18:10:47.149Z Downloaded predicates-tree v1.0.13
8642026-05-13T18:10:47.149Z Downloaded precomputed-hash v0.1.1
8652026-05-13T18:10:47.156Z Downloaded powerfmt v0.2.0
8662026-05-13T18:10:47.156Z Downloaded owo-colors v4.3.0
8672026-05-13T18:10:47.156Z Downloaded heapless v0.8.0
8682026-05-13T18:10:47.156Z Downloaded headers v0.4.1
8692026-05-13T18:10:47.164Z Downloaded oxnet v0.1.4
8702026-05-13T18:10:47.164Z Downloaded litrs v1.0.0
8712026-05-13T18:10:47.170Z Downloaded heapless v0.7.17
8722026-05-13T18:10:47.170Z Downloaded ignore v0.4.25
8732026-05-13T18:10:47.170Z Downloaded password-hash v0.5.0
8742026-05-13T18:10:47.170Z Downloaded parking_lot_core v0.8.6
8752026-05-13T18:10:47.170Z Downloaded diff v0.1.13
8762026-05-13T18:10:47.174Z Downloaded progenitor-client v0.10.0
8772026-05-13T18:10:47.174Z Downloaded proc-macro-error-attr2 v2.0.0
8782026-05-13T18:10:47.174Z Downloaded proc-macro-crate v3.4.0
8792026-05-13T18:10:47.174Z Downloaded progenitor-client v0.11.2
8802026-05-13T18:10:47.174Z Downloaded proc-macro-crate v1.3.1
8812026-05-13T18:10:47.179Z Downloaded crossbeam-channel v0.5.15
8822026-05-13T18:10:47.182Z Downloaded cc v1.2.56
8832026-05-13T18:10:47.182Z Downloaded pbkdf2 v0.12.2
8842026-05-13T18:10:47.185Z Downloaded parse-display-derive v0.10.0
8852026-05-13T18:10:47.185Z Downloaded arc-swap v1.8.2
8862026-05-13T18:10:47.203Z Downloaded password-hash v0.4.2
8872026-05-13T18:10:47.203Z Downloaded progenitor-macro v0.11.2
8882026-05-13T18:10:47.203Z Downloaded phf_shared v0.12.1
8892026-05-13T18:10:47.203Z Downloaded pem-rfc7468 v0.7.0
8902026-05-13T18:10:47.209Z Downloaded pem v3.0.6
8912026-05-13T18:10:47.209Z Downloaded phf v0.12.1
8922026-05-13T18:10:47.209Z Downloaded peg-macros v0.8.5
8932026-05-13T18:10:47.209Z Downloaded radium v0.7.0
8942026-05-13T18:10:47.209Z Downloaded psl-types v2.0.11
8952026-05-13T18:10:47.210Z Downloaded progenitor-macro v0.14.0
8962026-05-13T18:10:47.210Z Downloaded progenitor-macro v0.13.0
8972026-05-13T18:10:47.210Z Downloaded progenitor-macro v0.10.0
8982026-05-13T18:10:47.210Z Downloaded peg v0.8.5
8992026-05-13T18:10:47.210Z Downloaded ed25519-dalek v2.2.0
9002026-05-13T18:10:47.210Z Downloaded pin-project-internal v1.1.11
9012026-05-13T18:10:47.210Z Downloaded libbz2-rs-sys v0.2.2
9022026-05-13T18:10:47.210Z Downloaded quick-error v1.2.3
9032026-05-13T18:10:47.210Z Downloaded pin-project-lite v0.2.17
9042026-05-13T18:10:47.215Z Downloaded postgres-protocol v0.6.10
9052026-05-13T18:10:47.215Z Downloaded pkcs8 v0.10.2
9062026-05-13T18:10:47.215Z Downloaded phf v0.13.1
9072026-05-13T18:10:47.215Z Downloaded pkg-config v0.3.32
9082026-05-13T18:10:47.215Z Downloaded expectorate v1.2.0
9092026-05-13T18:10:47.218Z Downloaded base64 v0.22.1
9102026-05-13T18:10:47.219Z Downloaded predicates-core v1.0.10
9112026-05-13T18:10:47.219Z Downloaded rand_chacha v0.3.1
9122026-05-13T18:10:47.222Z Downloaded polyval v0.6.2
9132026-05-13T18:10:47.222Z Downloaded poly1305 v0.8.0
9142026-05-13T18:10:47.226Z Downloaded rand_xorshift v0.4.0
9152026-05-13T18:10:47.238Z Downloaded recursive v0.1.1
9162026-05-13T18:10:47.238Z Downloaded ppv-lite86 v0.2.21
9172026-05-13T18:10:47.242Z Downloaded parking_lot_core v0.9.12
9182026-05-13T18:10:47.246Z Downloaded progenitor-client v0.14.0
9192026-05-13T18:10:47.246Z Downloaded progenitor v0.11.2
9202026-05-13T18:10:47.246Z Downloaded progenitor v0.14.0
9212026-05-13T18:10:47.246Z Downloaded progenitor-extras v0.2.0
9222026-05-13T18:10:47.246Z Downloaded progenitor-client v0.13.0
9232026-05-13T18:10:47.249Z Downloaded progenitor v0.13.0
9242026-05-13T18:10:47.249Z Downloaded paste v1.0.15
9252026-05-13T18:10:47.253Z Downloaded progenitor v0.10.0
9262026-05-13T18:10:47.253Z Downloaded proc-macro-error2 v2.0.1
9272026-05-13T18:10:47.258Z Downloaded rtoolbox v0.0.3
9282026-05-13T18:10:47.258Z Downloaded ar_archive_writer v0.5.1
9292026-05-13T18:10:47.258Z Downloaded recursive-proc-macro-impl v0.1.1
9302026-05-13T18:10:47.258Z Downloaded indicatif v0.18.4
9312026-05-13T18:10:47.262Z Downloaded derive_more v2.1.1
9322026-05-13T18:10:47.265Z Downloaded r2d2 v0.8.10
9332026-05-13T18:10:47.270Z Downloaded crypto-bigint v0.5.5
9342026-05-13T18:10:47.273Z Downloaded primeorder v0.13.6
9352026-05-13T18:10:47.273Z Downloaded parking_lot v0.12.5
9362026-05-13T18:10:47.273Z Downloaded miniz_oxide v0.8.9
9372026-05-13T18:10:47.279Z Downloaded postgres-types v0.2.12
9382026-05-13T18:10:47.279Z Downloaded postcard v1.1.3
9392026-05-13T18:10:47.283Z Downloaded oso v0.27.3
9402026-05-13T18:10:47.283Z Downloaded rustc-hash v2.1.1
9412026-05-13T18:10:47.283Z Downloaded omicron-zone-package v0.12.2
9422026-05-13T18:10:47.287Z Downloaded flate2 v1.1.9
9432026-05-13T18:10:47.287Z Downloaded ref-cast-impl v1.0.25
9442026-05-13T18:10:47.287Z Downloaded ref-cast v1.0.25
9452026-05-13T18:10:47.290Z Downloaded parking_lot v0.11.2
9462026-05-13T18:10:47.290Z Downloaded dropshot-api-manager v0.7.1
9472026-05-13T18:10:47.295Z Downloaded rfc6979 v0.4.0
9482026-05-13T18:10:47.295Z Downloaded diesel_derives v2.3.7
9492026-05-13T18:10:47.299Z Downloaded rand_chacha v0.9.0
9502026-05-13T18:10:47.299Z Downloaded derive_more-impl v2.1.1
9512026-05-13T18:10:47.304Z Downloaded hickory-resolver v0.25.2
9522026-05-13T18:10:47.308Z Downloaded pkcs5 v0.7.1
9532026-05-13T18:10:47.308Z Downloaded pkcs1 v0.7.5
9542026-05-13T18:10:47.308Z Downloaded rand_seeder v0.4.0
9552026-05-13T18:10:47.311Z Downloaded rand_core v0.9.5
9562026-05-13T18:10:47.311Z Downloaded scheduled-thread-pool v0.2.7
9572026-05-13T18:10:47.311Z Downloaded papergrid v0.17.0
9582026-05-13T18:10:47.314Z Downloaded scroll_derive v0.13.1
9592026-05-13T18:10:47.314Z Downloaded scopeguard v1.2.0
9602026-05-13T18:10:47.319Z Downloaded sapling-renderdag v0.1.0
9612026-05-13T18:10:47.319Z Downloaded predicates v3.1.4
9622026-05-13T18:10:47.319Z Downloaded same-file v1.0.6
9632026-05-13T18:10:47.320Z Downloaded salsa20 v0.10.2
9642026-05-13T18:10:47.320Z Downloaded rand_core v0.10.0
9652026-05-13T18:10:47.323Z Downloaded rand_core v0.6.4
9662026-05-13T18:10:47.340Z Downloaded seq-macro v0.3.6
9672026-05-13T18:10:47.345Z Downloaded semver v0.1.20
9682026-05-13T18:10:47.345Z Downloaded scrypt v0.11.0
9692026-05-13T18:10:47.345Z Downloaded secrecy v0.8.0
9702026-05-13T18:10:47.345Z Downloaded secrecy v0.10.3
9712026-05-13T18:10:47.345Z Downloaded serde_bytes v0.11.19
9722026-05-13T18:10:47.345Z Downloaded resolv-conf v0.7.6
9732026-05-13T18:10:47.345Z Downloaded serde_plain v1.0.2
9742026-05-13T18:10:47.354Z Downloaded serde-big-array v0.5.1
9752026-05-13T18:10:47.363Z Downloaded psm v0.1.30
9762026-05-13T18:10:47.366Z Downloaded rustc_version v0.1.7
9772026-05-13T18:10:47.367Z Downloaded jiff-static v0.2.21
9782026-05-13T18:10:47.367Z Downloaded russh-cryptovec v0.7.3
9792026-05-13T18:10:47.367Z Downloaded crossterm v0.28.1
9802026-05-13T18:10:47.371Z Downloaded rustc_version v0.4.1
9812026-05-13T18:10:47.371Z Downloaded serde_urlencoded v0.7.1
9822026-05-13T18:10:47.374Z Downloaded signal-hook-mio v0.2.5
9832026-05-13T18:10:47.375Z Downloaded shell-words v1.1.1
9842026-05-13T18:10:47.375Z Downloaded serde_repr v0.1.20
9852026-05-13T18:10:47.375Z Downloaded sha1 v0.10.6
9862026-05-13T18:10:47.381Z Downloaded sigpipe v0.1.3
9872026-05-13T18:10:47.393Z Downloaded signal-hook-tokio v0.3.1
9882026-05-13T18:10:47.393Z Downloaded rustls-pemfile v2.2.0
9892026-05-13T18:10:47.393Z Downloaded hashbrown v0.12.3
9902026-05-13T18:10:47.393Z Downloaded rustls-native-certs v0.8.3
9912026-05-13T18:10:47.393Z Downloaded hickory-server v0.25.2
9922026-05-13T18:10:47.406Z Downloaded rustls-pemfile v1.0.4
9932026-05-13T18:10:47.407Z Downloaded crossterm v0.29.0
9942026-05-13T18:10:47.407Z Downloaded slog-envlogger v2.2.0
9952026-05-13T18:10:47.407Z Downloaded siphasher v1.0.2
9962026-05-13T18:10:47.415Z Downloaded schemars_derive v0.8.22
9972026-05-13T18:10:47.415Z Downloaded progenitor-impl v0.10.0
9982026-05-13T18:10:47.415Z Downloaded progenitor-impl v0.13.0
9992026-05-13T18:10:47.415Z Downloaded progenitor-impl v0.14.0
10002026-05-13T18:10:47.415Z Downloaded hashbrown v0.13.2
10012026-05-13T18:10:47.415Z Downloaded scroll v0.13.0
10022026-05-13T18:10:47.423Z Downloaded slog-bunyan v2.5.0
10032026-05-13T18:10:47.423Z Downloaded sec1 v0.7.3
10042026-05-13T18:10:47.423Z Downloaded rusty-fork v0.3.1
10052026-05-13T18:10:47.423Z Downloaded rustversion v1.0.22
10062026-05-13T18:10:47.431Z Downloaded ssh-encoding v0.2.0
10072026-05-13T18:10:47.431Z Downloaded serde_path_to_error v0.1.20
10082026-05-13T18:10:47.431Z Downloaded hickory-resolver v0.24.4
10092026-05-13T18:10:47.453Z Downloaded pin-project v1.1.11
10102026-05-13T18:10:47.460Z Downloaded http v1.4.0
10112026-05-13T18:10:47.460Z Downloaded sqlparser_derive v0.5.0
10122026-05-13T18:10:47.460Z Downloaded serde_derive_internals v0.29.1
10132026-05-13T18:10:47.460Z Downloaded minimal-lexical v0.2.1
10142026-05-13T18:10:47.460Z Downloaded ssh-cipher v0.2.0
10152026-05-13T18:10:47.460Z Downloaded serde-hex v0.1.0
10162026-05-13T18:10:47.460Z Downloaded openssl-sys v0.9.115
10172026-05-13T18:10:47.460Z Downloaded serde_spanned v1.0.4
10182026-05-13T18:10:47.460Z Downloaded rustls-pki-types v1.14.0
10192026-05-13T18:10:47.461Z Downloaded signature v2.2.0
10202026-05-13T18:10:47.461Z Downloaded signal-hook-registry v1.4.8
10212026-05-13T18:10:47.466Z Downloaded strum v0.26.3
10222026-05-13T18:10:47.466Z Downloaded structmeta v0.3.0
10232026-05-13T18:10:47.466Z Downloaded shlex v1.3.0
10242026-05-13T18:10:47.466Z Downloaded strip-ansi-escapes v0.2.1
10252026-05-13T18:10:47.466Z Downloaded pretty_assertions v1.4.1
10262026-05-13T18:10:47.469Z Downloaded prettyplease v0.2.37
10272026-05-13T18:10:47.474Z Downloaded subtle v2.6.1
10282026-05-13T18:10:47.477Z Downloaded rcgen v0.12.1
10292026-05-13T18:10:47.477Z Downloaded prefix-trie v0.7.0
10302026-05-13T18:10:47.489Z Downloaded strum v0.27.2
10312026-05-13T18:10:47.489Z Downloaded slog-async v2.8.0
10322026-05-13T18:10:47.489Z Downloaded slab v0.4.12
10332026-05-13T18:10:47.489Z Downloaded structmeta-derive v0.3.0
10342026-05-13T18:10:47.489Z Downloaded smallvec v0.6.14
10352026-05-13T18:10:47.489Z Downloaded progenitor-impl v0.11.2
10362026-05-13T18:10:47.489Z Downloaded hyper-util v0.1.20
10372026-05-13T18:10:47.495Z Downloaded slog-dtrace v0.3.0
10382026-05-13T18:10:47.495Z Downloaded slog-scope v4.4.1
10392026-05-13T18:10:47.495Z Downloaded slog-term v2.9.2
10402026-05-13T18:10:47.495Z Downloaded supports-color v3.0.2
10412026-05-13T18:10:47.495Z Downloaded tap v1.0.1
10422026-05-13T18:10:47.495Z Downloaded take_mut v0.2.2
10432026-05-13T18:10:47.501Z Downloaded tabwriter v1.4.1
10442026-05-13T18:10:47.501Z Downloaded tabled_derive v0.11.0
10452026-05-13T18:10:47.501Z Downloaded termtree v0.5.1
10462026-05-13T18:10:47.501Z Downloaded aes-gcm v0.10.3
10472026-05-13T18:10:47.502Z Downloaded tagptr v0.2.0
10482026-05-13T18:10:47.506Z Downloaded snafu-derive v0.8.9
10492026-05-13T18:10:47.506Z Downloaded slog-stdlog v4.1.1
10502026-05-13T18:10:47.506Z Downloaded sync_wrapper v1.0.2
10512026-05-13T18:10:47.506Z Downloaded quinn-udp v0.5.14
10522026-05-13T18:10:47.506Z Downloaded aho-corasick v1.1.4
10532026-05-13T18:10:47.511Z Downloaded itertools v0.10.5
10542026-05-13T18:10:47.516Z Downloaded thiserror-impl-no-std v2.0.2
10552026-05-13T18:10:47.516Z Downloaded sqlformat v0.3.5
10562026-05-13T18:10:47.516Z Downloaded smf v0.2.3
10572026-05-13T18:10:47.520Z Downloaded sync-ptr v0.1.4
10582026-05-13T18:10:47.520Z Downloaded spki v0.7.3
10592026-05-13T18:10:47.520Z Downloaded testing_table v0.3.0
10602026-05-13T18:10:47.520Z Downloaded stacker v0.1.23
10612026-05-13T18:10:47.520Z Downloaded slog-json v2.6.1
10622026-05-13T18:10:47.520Z Downloaded serde_cbor v0.11.2
10632026-05-13T18:10:47.526Z Downloaded sct v0.7.1
10642026-05-13T18:10:47.526Z Downloaded p256 v0.13.2
10652026-05-13T18:10:47.537Z Downloaded thread-id v5.1.0
10662026-05-13T18:10:47.537Z Downloaded stringprep v0.1.5
10672026-05-13T18:10:47.537Z Downloaded static_assertions v1.1.0
10682026-05-13T18:10:47.537Z Downloaded serde_with_macros v3.17.0
10692026-05-13T18:10:47.537Z Downloaded time-core v0.1.8
10702026-05-13T18:10:47.537Z Downloaded tinyvec_macros v0.1.1
10712026-05-13T18:10:47.537Z Downloaded string_cache v0.8.9
10722026-05-13T18:10:47.541Z Downloaded hashbrown v0.16.1
10732026-05-13T18:10:47.541Z Downloaded strum_macros v0.24.3
10742026-05-13T18:10:47.541Z Downloaded hashbrown v0.15.5
10752026-05-13T18:10:47.547Z Downloaded ryu v1.0.23
10762026-05-13T18:10:47.556Z Downloaded tokio-macros v2.7.0
10772026-05-13T18:10:47.556Z Downloaded support-bundle-viewer v0.1.2
10782026-05-13T18:10:47.556Z Downloaded simd-adler32 v0.3.8
10792026-05-13T18:10:47.560Z Downloaded schemars v0.8.22
10802026-05-13T18:10:47.565Z Downloaded strum_macros v0.27.2
10812026-05-13T18:10:47.571Z Downloaded strum_macros v0.26.4
10822026-05-13T18:10:47.571Z Downloaded termios v0.3.3
10832026-05-13T18:10:47.582Z Downloaded rayon-core v1.13.0
10842026-05-13T18:10:47.582Z Downloaded spin v0.9.8
10852026-05-13T18:10:47.588Z Downloaded publicsuffix v2.3.0
10862026-05-13T18:10:47.588Z Downloaded num-bigint v0.4.6
10872026-05-13T18:10:47.588Z Downloaded ron v0.8.1
10882026-05-13T18:10:47.594Z Downloaded tower-service v0.3.3
10892026-05-13T18:10:47.594Z Downloaded tower-layer v0.3.3
10902026-05-13T18:10:47.598Z Downloaded quinn v0.11.9
10912026-05-13T18:10:47.602Z Downloaded try-lock v0.2.5
10922026-05-13T18:10:47.602Z Downloaded trait-variant v0.1.2
10932026-05-13T18:10:47.602Z Downloaded signal-hook v0.3.18
10942026-05-13T18:10:47.606Z Downloaded serde_yaml v0.9.34+deprecated
10952026-05-13T18:10:47.606Z Downloaded similar v2.7.0
10962026-05-13T18:10:47.610Z Downloaded tls_codec v0.4.2
10972026-05-13T18:10:47.613Z Downloaded time-macros v0.2.27
10982026-05-13T18:10:47.613Z Downloaded thread_local v1.1.9
10992026-05-13T18:10:47.613Z Downloaded thiserror-no-std v2.0.2
11002026-05-13T18:10:47.617Z Downloaded libxml v0.3.3
11012026-05-13T18:10:47.621Z Downloaded unarray v0.1.4
11022026-05-13T18:10:47.621Z Downloaded typify-macro v0.6.2
11032026-05-13T18:10:47.621Z Downloaded typify-macro v0.4.3
11042026-05-13T18:10:47.692Z Downloaded nom v7.1.3
11052026-05-13T18:10:47.692Z Downloaded unit-prefix v0.5.2
11062026-05-13T18:10:47.696Z Downloaded tokio-native-tls v0.3.1
11072026-05-13T18:10:47.696Z Downloaded tokio-dtrace v0.1.1
11082026-05-13T18:10:47.696Z Downloaded slog v2.8.2
11092026-05-13T18:10:47.696Z Downloaded chrono v0.4.44
11102026-05-13T18:10:47.696Z Downloaded untrusted v0.7.1
11112026-05-13T18:10:47.696Z Downloaded universal-hash v0.5.1
11122026-05-13T18:10:47.697Z Downloaded mio v1.2.0
11132026-05-13T18:10:47.697Z Downloaded socket2 v0.6.3
11142026-05-13T18:10:47.697Z Downloaded usdt v0.6.0
11152026-05-13T18:10:47.697Z Downloaded utf-8 v0.7.6
11162026-05-13T18:10:47.697Z Downloaded tokio-tungstenite v0.23.1
11172026-05-13T18:10:47.697Z Downloaded tokio-rustls v0.25.0
11182026-05-13T18:10:47.697Z Downloaded itertools v0.12.1
11192026-05-13T18:10:47.697Z Downloaded usdt-macro v0.6.0
11202026-05-13T18:10:47.697Z Downloaded socket2 v0.5.10
11212026-05-13T18:10:47.697Z Downloaded usdt-attr-macro v0.6.0
11222026-05-13T18:10:47.697Z Downloaded term v0.7.0
11232026-05-13T18:10:47.697Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11242026-05-13T18:10:47.697Z Downloaded iddqd v0.3.18
11252026-05-13T18:10:47.697Z Downloaded qorb v0.4.1
11262026-05-13T18:10:47.697Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11272026-05-13T18:10:47.697Z Downloaded rand v0.8.6
11282026-05-13T18:10:47.697Z Downloaded topological-sort v0.2.2
11292026-05-13T18:10:47.697Z Downloaded toml_writer v1.0.6+spec-1.1.0
11302026-05-13T18:10:47.697Z Downloaded term v1.2.1
11312026-05-13T18:10:47.697Z Downloaded waitgroup v0.1.2
11322026-05-13T18:10:47.697Z Downloaded void v1.0.2
11332026-05-13T18:10:47.697Z Downloaded schemars v0.9.0
11342026-05-13T18:10:47.697Z Downloaded wait-timeout v0.2.1
11352026-05-13T18:10:47.697Z Downloaded rand v0.9.2
11362026-05-13T18:10:47.697Z Downloaded rustls-platform-verifier v0.6.2
11372026-05-13T18:10:47.697Z Downloaded hyper v1.8.1
11382026-05-13T18:10:47.697Z Downloaded tiny-keccak v2.0.2
11392026-05-13T18:10:47.697Z Downloaded tui-tree-widget v0.23.1
11402026-05-13T18:10:47.698Z Downloaded rsa v0.9.10
11412026-05-13T18:10:47.698Z Downloaded want v0.3.1
11422026-05-13T18:10:47.698Z Downloaded unicase v2.9.0
11432026-05-13T18:10:47.698Z Downloaded schemars v1.2.1
11442026-05-13T18:10:47.702Z Downloaded tls_codec_derive v0.4.2
11452026-05-13T18:10:47.702Z Downloaded iri-string v0.7.10
11462026-05-13T18:10:47.707Z Downloaded xattr v1.6.1
11472026-05-13T18:10:47.710Z Downloaded rustls-webpki v0.103.9
11482026-05-13T18:10:47.710Z Downloaded untrusted v0.9.0
11492026-05-13T18:10:47.710Z Downloaded futures-util v0.3.32
11502026-05-13T18:10:47.717Z Downloaded xshell-macros v0.2.7
11512026-05-13T18:10:47.720Z Downloaded uzers v0.12.2
11522026-05-13T18:10:47.720Z Downloaded test-strategy v0.4.5
11532026-05-13T18:10:47.720Z Downloaded zeroize_derive v1.4.3
11542026-05-13T18:10:47.723Z Downloaded vergen-lib v0.1.6
11552026-05-13T18:10:47.723Z Downloaded subprocess v0.2.15
11562026-05-13T18:10:47.723Z Downloaded russh-keys v0.45.0
11572026-05-13T18:10:47.727Z Downloaded tokio-tungstenite v0.21.0
11582026-05-13T18:10:47.727Z Downloaded itertools v0.13.0
11592026-05-13T18:10:47.730Z Downloaded itertools v0.14.0
11602026-05-13T18:10:47.736Z Downloaded toml_parser v1.0.9+spec-1.1.0
11612026-05-13T18:10:47.740Z Downloaded num-bigint-dig v0.8.6
11622026-05-13T18:10:47.740Z Downloaded blake3 v1.8.3
11632026-05-13T18:10:47.747Z Downloaded zone_cfg_derive v0.3.1
11642026-05-13T18:10:47.750Z Downloaded vergen-gitcl v1.0.8
11652026-05-13T18:10:47.750Z Downloaded vsss-rs v3.3.4
11662026-05-13T18:10:47.750Z Downloaded vergen-git2 v1.0.7
11672026-05-13T18:10:47.750Z Downloaded zone v0.3.1
11682026-05-13T18:10:47.750Z Downloaded tracing-attributes v0.1.31
11692026-05-13T18:10:47.750Z Downloaded p521 v0.13.3
11702026-05-13T18:10:47.754Z Downloaded snafu v0.8.9
11712026-05-13T18:10:47.757Z Downloaded twox-hash v2.1.2
11722026-05-13T18:10:47.757Z Downloaded walkdir v2.5.0
11732026-05-13T18:10:47.762Z Downloaded whoami v1.6.1
11742026-05-13T18:10:47.762Z Downloaded unicode-properties v0.1.4
11752026-05-13T18:10:47.762Z Downloaded tinyvec v1.10.0
11762026-05-13T18:10:47.767Z Downloaded h2 v0.4.13
11772026-05-13T18:10:47.772Z Downloaded tokio-rustls v0.24.1
11782026-05-13T18:10:47.775Z Downloaded samael v0.0.19
11792026-05-13T18:10:47.781Z Downloaded zeroize v1.8.2
11802026-05-13T18:10:47.785Z Downloaded tokio-stream v0.1.18
11812026-05-13T18:10:47.788Z Downloaded xshell v0.2.7
11822026-05-13T18:10:47.788Z Downloaded usdt-impl v0.6.0
11832026-05-13T18:10:47.788Z Downloaded tokio-rustls v0.26.4
11842026-05-13T18:10:47.791Z Downloaded toml v0.7.8
11852026-05-13T18:10:47.792Z Downloaded vergen v9.0.6
11862026-05-13T18:10:47.795Z Downloaded russh v0.45.0
11872026-05-13T18:10:47.798Z Downloaded toml v0.9.12+spec-1.1.0
11882026-05-13T18:10:47.802Z Downloaded hkdf v0.12.4
11892026-05-13T18:10:47.808Z Downloaded toml v1.0.6+spec-1.1.0
11902026-05-13T18:10:47.811Z Downloaded rand v0.10.0
11912026-05-13T18:10:47.811Z Downloaded tar v0.4.45
11922026-05-13T18:10:47.811Z Downloaded tracing-core v0.1.36
11932026-05-13T18:10:47.816Z Downloaded zstd-safe v7.2.4
11942026-05-13T18:10:47.820Z Downloaded libm v0.2.16
11952026-05-13T18:10:47.828Z Downloaded tungstenite v0.21.0
11962026-05-13T18:10:47.831Z Downloaded whoami v2.1.0
11972026-05-13T18:10:47.834Z Downloaded zerocopy v0.6.6
11982026-05-13T18:10:47.834Z Downloaded typify v0.4.3
11992026-05-13T18:10:47.838Z Downloaded rustyline v14.0.0
12002026-05-13T18:10:47.841Z Downloaded wyz v0.5.1
12012026-05-13T18:10:47.845Z Downloaded toml_edit v0.23.10+spec-1.0.0
12022026-05-13T18:10:47.851Z Downloaded uuid v1.23.0
12032026-05-13T18:10:47.851Z Downloaded zstd v0.13.3
12042026-05-13T18:10:47.857Z Downloaded yasna v0.5.2
12052026-05-13T18:10:47.860Z Downloaded typify v0.6.2
12062026-05-13T18:10:47.860Z Downloaded tungstenite v0.23.0
12072026-05-13T18:10:47.863Z Downloaded unsafe-libyaml v0.2.11
12082026-05-13T18:10:47.868Z Downloaded rpassword v7.4.0
12092026-05-13T18:10:47.868Z Downloaded tokio-postgres v0.7.16
12102026-05-13T18:10:47.872Z Downloaded steno v0.4.1
12112026-05-13T18:10:47.877Z Downloaded vte v0.14.1
12122026-05-13T18:10:47.877Z Downloaded bitvec v1.0.1
12132026-05-13T18:10:47.883Z Downloaded reedline v0.40.0
12142026-05-13T18:10:47.888Z Downloaded zopfli v0.8.3
12152026-05-13T18:10:47.891Z Downloaded p384 v0.13.1
12162026-05-13T18:10:47.895Z Downloaded unicode-truncate v1.1.0
12172026-05-13T18:10:47.895Z Downloaded unicode-bidi v0.3.18
12182026-05-13T18:10:47.901Z Downloaded regex v1.12.3
12192026-05-13T18:10:47.908Z Downloaded unicode_categories v0.1.1
12202026-05-13T18:10:47.911Z Downloaded bindgen v0.71.1
12212026-05-13T18:10:47.914Z Downloaded reqwest v0.13.2
12222026-05-13T18:10:47.918Z Downloaded aws-lc-rs v1.16.3
12232026-05-13T18:10:47.923Z Downloaded toml_edit v0.19.15
12242026-05-13T18:10:47.934Z Downloaded portable-atomic v1.13.1
12252026-05-13T18:10:47.939Z Downloaded ssh-key v0.6.7
12262026-05-13T18:10:47.942Z Downloaded git2 v0.20.4
12272026-05-13T18:10:47.947Z Downloaded reqwest v0.12.28
12282026-05-13T18:10:47.951Z Downloaded curve25519-dalek v4.1.3
12292026-05-13T18:10:47.957Z Downloaded zip v0.6.6
12302026-05-13T18:10:47.961Z Downloaded rayon v1.11.0
12312026-05-13T18:10:47.965Z Downloaded zerocopy-derive v0.8.40
12322026-05-13T18:10:47.970Z Downloaded proptest v1.11.0
12332026-05-13T18:10:47.977Z Downloaded salty v0.3.0
12342026-05-13T18:10:47.995Z Downloaded yansi v1.0.1
12352026-05-13T18:10:48.000Z Downloaded unicode-normalization v0.1.25
12362026-05-13T18:10:48.006Z Downloaded tokio-util v0.7.18
12372026-05-13T18:10:48.009Z Downloaded rustls-webpki v0.101.7
12382026-05-13T18:10:48.016Z Downloaded rustls-webpki v0.102.8
12392026-05-13T18:10:48.027Z Downloaded x509-cert v0.2.5
12402026-05-13T18:10:48.031Z Downloaded lalrpop v0.19.12
12412026-05-13T18:10:48.038Z Downloaded unicode-segmentation v1.12.0
12422026-05-13T18:10:48.041Z Downloaded typed-path v0.9.3
12432026-05-13T18:10:48.045Z Downloaded tower-http v0.6.8
12442026-05-13T18:10:48.049Z Downloaded nix v0.27.1
12452026-05-13T18:10:48.055Z Downloaded tower v0.5.3
12462026-05-13T18:10:48.066Z Downloaded quinn-proto v0.11.13
12472026-05-13T18:10:48.071Z Downloaded goblin v0.10.5
12482026-05-13T18:10:48.076Z Downloaded serde_with v3.17.0
12492026-05-13T18:10:48.085Z Downloaded winnow v0.6.26
12502026-05-13T18:10:48.090Z Downloaded moka v0.12.13
12512026-05-13T18:10:48.095Z Downloaded bstr v1.12.1
12522026-05-13T18:10:48.099Z Downloaded quick-xml v0.37.5
12532026-05-13T18:10:48.103Z Downloaded tough v0.22.0
12542026-05-13T18:10:48.108Z Downloaded zip v4.6.1
12552026-05-13T18:10:48.111Z Downloaded nix v0.29.0
12562026-05-13T18:10:48.126Z Downloaded smoltcp v0.9.1
12572026-05-13T18:10:48.133Z Downloaded petname v2.0.2
12582026-05-13T18:10:48.137Z Downloaded nix v0.31.2
12592026-05-13T18:10:48.144Z Downloaded vcpkg v0.2.15
12602026-05-13T18:10:48.168Z Downloaded webpki-roots v1.0.6
12612026-05-13T18:10:48.172Z Downloaded object v0.30.4
12622026-05-13T18:10:48.185Z Downloaded radix_trie v0.2.1
12632026-05-13T18:10:48.190Z Downloaded openapiv3 v2.2.0
12642026-05-13T18:10:48.195Z Downloaded winnow v0.5.40
12652026-05-13T18:10:48.200Z Downloaded rustls v0.22.4
12662026-05-13T18:10:48.211Z Downloaded rustls v0.23.37
12672026-05-13T18:10:48.245Z Downloaded polar-core v0.27.3
12682026-05-13T18:10:48.251Z Downloaded openssl v0.10.79
12692026-05-13T18:10:48.254Z Downloaded tabled v0.20.0
12702026-05-13T18:10:48.265Z Downloaded nix v0.28.0
12712026-05-13T18:10:48.272Z Downloaded dropshot v0.17.0
12722026-05-13T18:10:48.285Z Downloaded dropshot v0.16.7
12732026-05-13T18:10:48.298Z Downloaded time v0.3.47
12742026-05-13T18:10:48.307Z Downloaded regex-syntax v0.6.29
12752026-05-13T18:10:48.312Z Downloaded sled v0.34.7
12762026-05-13T18:10:48.316Z Downloaded rustls v0.21.12
12772026-05-13T18:10:48.322Z Downloaded zlib-rs v0.6.2
12782026-05-13T18:10:48.326Z Downloaded typify-impl v0.4.3
12792026-05-13T18:10:48.335Z Downloaded hickory-proto v0.24.4
12802026-05-13T18:10:48.346Z Downloaded object v0.37.3
12812026-05-13T18:10:48.351Z Downloaded bzip2-sys v0.1.13+1.0.8
12822026-05-13T18:10:48.359Z Downloaded tracing v0.1.44
12832026-05-13T18:10:48.372Z Downloaded zerocopy v0.8.40
12842026-05-13T18:10:48.377Z Downloaded regress v0.10.5
12852026-05-13T18:10:48.382Z Downloaded ratatui v0.29.0
12862026-05-13T18:10:48.395Z Downloaded regress v0.11.1
12872026-05-13T18:10:48.401Z Downloaded jiff v0.2.21
12882026-05-13T18:10:48.411Z Downloaded smoltcp v0.11.0
12892026-05-13T18:10:48.418Z Downloaded rustix v0.38.44
12902026-05-13T18:10:48.431Z Downloaded hickory-proto v0.25.2
12912026-05-13T18:10:48.440Z Downloaded diesel v2.3.7
12922026-05-13T18:10:48.452Z Downloaded regex-syntax v0.8.10
12932026-05-13T18:10:48.457Z Downloaded chrono-tz v0.10.4
12942026-05-13T18:10:48.502Z Downloaded sqlparser v0.61.0
12952026-05-13T18:10:48.526Z Downloaded typify-impl v0.6.2
12962026-05-13T18:10:48.570Z Downloaded zerocopy-derive v0.6.6
12972026-05-13T18:10:48.584Z Downloaded regex-automata v0.4.14
12982026-05-13T18:10:48.596Z Downloaded ring v0.17.14
12992026-05-13T18:10:48.626Z Downloaded petgraph v0.6.5
13002026-05-13T18:10:48.653Z Downloaded libgit2-sys v0.18.3+1.9.2
13012026-05-13T18:10:48.693Z Downloaded petgraph v0.8.3
13022026-05-13T18:10:48.718Z Downloaded libz-sys v1.1.24
13032026-05-13T18:10:48.728Z Downloaded csv v1.4.0
13042026-05-13T18:10:48.740Z Downloaded sha3 v0.10.8
13052026-05-13T18:10:48.744Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13062026-05-13T18:10:48.753Z Downloaded tokio v1.52.1
13072026-05-13T18:10:48.783Z Downloaded encoding_rs v0.8.35
13082026-05-13T18:10:49.185Z Downloaded aws-lc-sys v0.40.0
13092026-05-13T18:10:49.436Z Compiling libc v0.2.185
13102026-05-13T18:10:49.436Z Compiling serde v1.0.228
13112026-05-13T18:10:49.441Z Compiling log v0.4.29
13122026-05-13T18:10:49.441Z Compiling shlex v1.3.0
13132026-05-13T18:10:49.584Z Compiling find-msvc-tools v0.1.9
13142026-05-13T18:10:49.587Z Compiling smallvec v1.15.1
13152026-05-13T18:10:49.591Z Compiling syn v2.0.117
13162026-05-13T18:10:49.607Z Compiling typenum v1.19.0
13172026-05-13T18:10:49.768Z Compiling generic-array v0.14.7
13182026-05-13T18:10:49.780Z Compiling subtle v2.6.1
13192026-05-13T18:10:49.825Z Compiling scopeguard v1.2.0
13202026-05-13T18:10:49.865Z Compiling const-oid v0.9.6
13212026-05-13T18:10:49.896Z Compiling serde_json v1.0.149
13222026-05-13T18:10:49.934Z Compiling lock_api v0.4.14
13232026-05-13T18:10:49.947Z Compiling zerocopy v0.8.40
13242026-05-13T18:10:50.012Z Compiling pin-project-lite v0.2.17
13252026-05-13T18:10:50.239Z Compiling parking_lot_core v0.9.12
13262026-05-13T18:10:50.252Z Compiling portable-atomic v1.13.1
13272026-05-13T18:10:50.464Z Compiling pkg-config v0.3.32
13282026-05-13T18:10:50.496Z Compiling getrandom v0.2.17
13292026-05-13T18:10:50.554Z Compiling jobserver v0.1.34
13302026-05-13T18:10:50.713Z Compiling rand_core v0.6.4
13312026-05-13T18:10:50.727Z Compiling errno v0.3.14
13322026-05-13T18:10:50.786Z Compiling cc v1.2.56
13332026-05-13T18:10:50.877Z Compiling signal-hook-registry v1.4.8
13342026-05-13T18:10:50.990Z Compiling bitflags v2.11.0
13352026-05-13T18:10:51.023Z Compiling libm v0.2.16
13362026-05-13T18:10:51.045Z Compiling futures-core v0.3.32
13372026-05-13T18:10:51.158Z Compiling critical-section v1.2.0
13382026-05-13T18:10:51.200Z Compiling parking_lot v0.12.5
13392026-05-13T18:10:51.223Z Compiling mio v1.2.0
13402026-05-13T18:10:51.271Z Compiling num-traits v0.2.19
13412026-05-13T18:10:51.382Z Compiling once_cell v1.21.3
13422026-05-13T18:10:51.440Z Compiling percent-encoding v2.3.2
13432026-05-13T18:10:51.597Z Compiling socket2 v0.6.3
13442026-05-13T18:10:51.615Z Compiling futures-sink v0.3.32
13452026-05-13T18:10:51.644Z Compiling futures-io v0.3.32
13462026-05-13T18:10:51.644Z Compiling futures-task v0.3.32
13472026-05-13T18:10:51.710Z Compiling futures-channel v0.3.32
13482026-05-13T18:10:51.734Z Compiling getrandom v0.4.1
13492026-05-13T18:10:51.811Z Compiling slab v0.4.12
13502026-05-13T18:10:51.811Z Compiling cpufeatures v0.2.17
13512026-05-13T18:10:51.899Z Compiling rand_core v0.10.0
13522026-05-13T18:10:51.942Z Compiling indexmap v2.14.0
13532026-05-13T18:10:51.994Z Compiling rustversion v1.0.22
13542026-05-13T18:10:52.022Z Compiling getrandom v0.3.4
13552026-05-13T18:10:52.068Z Compiling form_urlencoded v1.2.2
13562026-05-13T18:10:52.325Z Compiling cmake v0.1.57
13572026-05-13T18:10:52.386Z Compiling fs_extra v1.3.0
13582026-05-13T18:10:52.410Z Compiling dunce v1.0.5
13592026-05-13T18:10:52.523Z Compiling ident_case v1.0.1
13602026-05-13T18:10:52.608Z Compiling synstructure v0.13.2
13612026-05-13T18:10:52.649Z Compiling base64ct v1.8.3
13622026-05-13T18:10:52.662Z Compiling rustix v1.1.3
13632026-05-13T18:10:52.730Z Compiling aws-lc-sys v0.40.0
13642026-05-13T18:10:52.895Z Compiling pem-rfc7468 v0.7.0
13652026-05-13T18:10:52.948Z Compiling regex-syntax v0.8.10
13662026-05-13T18:10:53.018Z Compiling flagset v0.4.7
13672026-05-13T18:10:53.021Z Compiling iana-time-zone v0.1.65
13682026-05-13T18:10:53.146Z Compiling rand_core v0.9.5
13692026-05-13T18:10:53.211Z Compiling ring v0.17.14
13702026-05-13T18:10:53.227Z Compiling vcpkg v0.2.15
13712026-05-13T18:10:53.241Z Compiling aws-lc-rs v1.16.3
13722026-05-13T18:10:53.426Z Compiling uuid v1.23.0
13732026-05-13T18:10:53.525Z Compiling rustc_version v0.4.1
13742026-05-13T18:10:53.863Z Compiling tracing-core v0.1.36
13752026-05-13T18:10:53.975Z Compiling openssl-sys v0.9.115
13762026-05-13T18:10:54.142Z Compiling base64 v0.22.1
13772026-05-13T18:10:54.380Z Compiling serde_derive v1.0.228
13782026-05-13T18:10:54.415Z Compiling zeroize_derive v1.4.3
13792026-05-13T18:10:54.461Z Compiling zerofrom-derive v0.1.6
13802026-05-13T18:10:54.477Z Compiling yoke-derive v0.8.1
13812026-05-13T18:10:54.495Z Compiling zerocopy-derive v0.8.40
13822026-05-13T18:10:55.043Z Compiling zeroize v1.8.2
13832026-05-13T18:10:55.296Z Compiling zerovec-derive v0.11.2
13842026-05-13T18:10:55.635Z Compiling displaydoc v0.2.5
13852026-05-13T18:10:55.816Z Compiling crypto-common v0.1.7
13862026-05-13T18:10:55.876Z Compiling zerofrom v0.1.6
13872026-05-13T18:10:55.962Z Compiling block-buffer v0.10.4
13882026-05-13T18:10:55.991Z Compiling yoke v0.8.1
13892026-05-13T18:10:56.126Z Compiling digest v0.10.7
13902026-05-13T18:10:56.176Z Compiling tokio-macros v2.7.0
13912026-05-13T18:10:56.363Z Compiling zerotrie v0.2.3
13922026-05-13T18:10:56.376Z Compiling futures-macro v0.3.32
13932026-05-13T18:10:56.399Z Compiling zerovec v0.11.5
13942026-05-13T18:10:56.653Z Compiling hmac v0.12.1
13952026-05-13T18:10:56.811Z Compiling block-padding v0.3.3
13962026-05-13T18:10:56.888Z Compiling tinystr v0.8.2
13972026-05-13T18:10:56.903Z Compiling potential_utf v0.1.4
13982026-05-13T18:10:56.972Z Compiling inout v0.1.4
13992026-05-13T18:10:57.057Z Compiling icu_locale_core v2.1.1
14002026-05-13T18:10:57.081Z Compiling icu_collections v2.1.1
14012026-05-13T18:10:57.133Z Compiling cipher v0.4.4
14022026-05-13T18:10:57.161Z Compiling futures-util v0.3.32
14032026-05-13T18:10:57.388Z Compiling sha2 v0.10.9
14042026-05-13T18:10:57.546Z Compiling der_derive v0.7.3
14052026-05-13T18:10:57.832Z Compiling bytes v1.11.1
14062026-05-13T18:10:57.909Z Compiling icu_provider v2.1.1
14072026-05-13T18:10:58.198Z Compiling icu_properties v2.1.2
14082026-05-13T18:10:58.426Z Compiling tokio v1.52.1
14092026-05-13T18:10:58.468Z Compiling icu_normalizer v2.1.1
14102026-05-13T18:10:58.729Z Compiling ppv-lite86 v0.2.21
14112026-05-13T18:10:58.890Z Compiling der v0.7.10
14122026-05-13T18:10:58.990Z Compiling http v1.4.0
14132026-05-13T18:10:59.040Z Compiling idna_adapter v1.2.1
14142026-05-13T18:10:59.131Z Compiling chrono v0.4.44
14152026-05-13T18:10:59.177Z Compiling idna v1.1.0
14162026-05-13T18:10:59.254Z Compiling salsa20 v0.10.2
14172026-05-13T18:10:59.388Z Compiling pbkdf2 v0.12.2
14182026-05-13T18:10:59.402Z Compiling rustls-pki-types v1.14.0
14192026-05-13T18:10:59.502Z Compiling url v2.5.8
14202026-05-13T18:10:59.806Z Compiling spki v0.7.3
14212026-05-13T18:10:59.838Z Compiling thiserror-impl v2.0.18
14222026-05-13T18:10:59.851Z Compiling tracing-attributes v0.1.31
14232026-05-13T18:11:00.006Z Compiling http-body v1.0.1
14242026-05-13T18:11:00.058Z Compiling scrypt v0.11.0
14252026-05-13T18:11:00.205Z Compiling rand_chacha v0.9.0
14262026-05-13T18:11:00.325Z Compiling aes v0.8.4
14272026-05-13T18:11:00.342Z Compiling cbc v0.1.2
14282026-05-13T18:11:00.514Z Compiling tinyvec_macros v0.1.1
14292026-05-13T18:11:00.563Z Compiling openssl-probe v0.2.1
14302026-05-13T18:11:00.585Z Compiling untrusted v0.7.1
14312026-05-13T18:11:00.711Z Compiling untrusted v0.9.0
14322026-05-13T18:11:00.738Z Compiling httparse v1.10.1
14332026-05-13T18:11:00.902Z Compiling pkcs5 v0.7.1
14342026-05-13T18:11:01.119Z Compiling tinyvec v1.10.0
14352026-05-13T18:11:01.174Z Compiling tracing v0.1.44
14362026-05-13T18:11:01.200Z Compiling thiserror v2.0.18
14372026-05-13T18:11:01.302Z Compiling pest_generator v2.8.6
14382026-05-13T18:11:01.377Z Compiling rand v0.9.2
14392026-05-13T18:11:01.380Z Compiling serde_derive_internals v0.29.1
14402026-05-13T18:11:01.434Z Compiling aho-corasick v1.1.4
14412026-05-13T18:11:01.455Z Compiling rustls v0.23.37
14422026-05-13T18:11:01.619Z Compiling tower-service v0.3.3
14432026-05-13T18:11:01.713Z Compiling schemars v0.8.22
14442026-05-13T18:11:01.908Z Compiling tower-layer v0.3.3
14452026-05-13T18:11:01.983Z Compiling dyn-clone v1.0.20
14462026-05-13T18:11:02.067Z Compiling try-lock v0.2.5
14472026-05-13T18:11:02.117Z Compiling tokio-util v0.7.18
14482026-05-13T18:11:02.167Z Compiling atomic-waker v1.1.2
14492026-05-13T18:11:02.180Z Compiling want v0.3.1
14502026-05-13T18:11:02.263Z Compiling schemars_derive v0.8.22
14512026-05-13T18:11:02.288Z Compiling regex-automata v0.4.14
14522026-05-13T18:11:02.335Z Compiling pest_derive v2.8.6
14532026-05-13T18:11:02.602Z Compiling pkcs8 v0.10.2
14542026-05-13T18:11:02.909Z Compiling h2 v0.4.13
14552026-05-13T18:11:03.036Z Compiling ipnet v2.11.0
14562026-05-13T18:11:03.090Z Compiling scroll_derive v0.13.1
14572026-05-13T18:11:03.126Z Compiling darling_core v0.20.11
14582026-05-13T18:11:03.476Z Compiling httpdate v1.0.3
14592026-05-13T18:11:03.536Z Compiling foreign-types-shared v0.1.1
14602026-05-13T18:11:03.623Z Compiling pin-utils v0.1.0
14612026-05-13T18:11:03.694Z Compiling openssl v0.10.79
14622026-05-13T18:11:03.694Z Compiling foreign-types v0.3.2
14632026-05-13T18:11:03.782Z Compiling tempfile v3.25.0
14642026-05-13T18:11:03.879Z Compiling scroll v0.13.0
14652026-05-13T18:11:04.064Z Compiling unicode-normalization v0.1.25
14662026-05-13T18:11:04.139Z Compiling openssl-macros v0.1.1
14672026-05-13T18:11:04.519Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14682026-05-13T18:11:04.536Z Compiling spin v0.9.8
14692026-05-13T18:11:04.551Z Compiling powerfmt v0.2.0
14702026-05-13T18:11:04.736Z Compiling time-core v0.1.8
14712026-05-13T18:11:04.751Z Compiling crc32fast v1.5.0
14722026-05-13T18:11:04.883Z Compiling native-tls v0.2.18
14732026-05-13T18:11:04.897Z Compiling num-conv v0.2.0
14742026-05-13T18:11:05.029Z Compiling time-macros v0.2.27
14752026-05-13T18:11:05.165Z Compiling deranged v0.5.8
14762026-05-13T18:11:05.396Z Compiling darling_macro v0.20.11
14772026-05-13T18:11:05.852Z Compiling darling v0.20.11
14782026-05-13T18:11:05.934Z Compiling hyper v1.8.1
14792026-05-13T18:11:06.117Z Compiling goblin v0.10.5
14802026-05-13T18:11:06.131Z Compiling rustls-native-certs v0.8.3
14812026-05-13T18:11:06.335Z Compiling sync_wrapper v1.0.2
14822026-05-13T18:11:06.416Z Compiling wait-timeout v0.2.1
14832026-05-13T18:11:06.441Z Compiling num_threads v0.1.7
14842026-05-13T18:11:06.537Z Compiling unicode-segmentation v1.12.0
14852026-05-13T18:11:06.679Z Compiling usdt-impl v0.6.0
14862026-05-13T18:11:06.883Z Compiling quick-error v1.2.3
14872026-05-13T18:11:06.897Z Compiling syn v1.0.109
14882026-05-13T18:11:06.913Z Compiling simd-adler32 v0.3.8
14892026-05-13T18:11:06.983Z Compiling hyper-util v0.1.20
14902026-05-13T18:11:07.151Z Compiling crossbeam-utils v0.8.21
14912026-05-13T18:11:07.191Z Compiling bit-vec v0.8.0
14922026-05-13T18:11:07.419Z Compiling siphasher v1.0.2
14932026-05-13T18:11:07.488Z Compiling bit-set v0.8.0
14942026-05-13T18:11:07.643Z Compiling rusty-fork v0.3.1
14952026-05-13T18:11:07.675Z Compiling time v0.3.47
14962026-05-13T18:11:07.759Z Compiling tower v0.5.3
14972026-05-13T18:11:07.954Z Compiling derive_builder_core v0.20.2
14982026-05-13T18:11:08.225Z Compiling dtrace-parser v0.3.0
14992026-05-13T18:11:08.387Z Compiling http-body-util v0.1.3
15002026-05-13T18:11:08.629Z Compiling webpki-roots v1.0.6
15012026-05-13T18:11:08.684Z Compiling signature v2.2.0
15022026-05-13T18:11:08.747Z Compiling scroll_derive v0.12.1
15032026-05-13T18:11:08.819Z Compiling dof v0.4.0
15042026-05-13T18:11:08.866Z Compiling thiserror-impl v1.0.69
15052026-05-13T18:11:08.956Z Compiling heapless v0.7.17
15062026-05-13T18:11:09.190Z Compiling rand_xorshift v0.4.0
15072026-05-13T18:11:09.211Z Compiling slog v2.8.2
15082026-05-13T18:11:09.347Z Compiling darling_core v0.21.3
15092026-05-13T18:11:09.387Z Compiling bzip2-sys v0.1.13+1.0.8
15102026-05-13T18:11:09.391Z Compiling thread-id v5.1.0
15112026-05-13T18:11:09.481Z Compiling cookie v0.18.1
15122026-05-13T18:11:09.657Z Compiling zstd-safe v7.2.4
15132026-05-13T18:11:09.669Z Compiling iri-string v0.7.10
15142026-05-13T18:11:09.845Z Compiling paste v1.0.15
15152026-05-13T18:11:09.959Z Compiling signal-hook v0.3.18
15162026-05-13T18:11:10.087Z Compiling adler2 v2.0.1
15172026-05-13T18:11:10.158Z Compiling unicode-bidi v0.3.18
15182026-05-13T18:11:10.179Z Compiling allocator-api2 v0.2.21
15192026-05-13T18:11:10.220Z Compiling ryu v1.0.23
15202026-05-13T18:11:10.349Z Compiling unicode-properties v0.1.4
15212026-05-13T18:11:10.393Z Compiling anyhow v1.0.102
15222026-05-13T18:11:10.499Z Compiling unarray v0.1.4
15232026-05-13T18:11:10.554Z Compiling stringprep v0.1.5
15242026-05-13T18:11:10.608Z Compiling proptest v1.11.0
15252026-05-13T18:11:10.683Z Compiling serde_urlencoded v0.7.1
15262026-05-13T18:11:10.909Z Compiling tower-http v0.6.8
15272026-05-13T18:11:10.924Z Compiling miniz_oxide v0.8.9
15282026-05-13T18:11:11.057Z Compiling thiserror v1.0.69
15292026-05-13T18:11:11.329Z Compiling scroll v0.12.0
15302026-05-13T18:11:11.593Z Compiling derive_builder_macro v0.20.2
15312026-05-13T18:11:11.719Z Compiling tokio-native-tls v0.3.1
15322026-05-13T18:11:11.884Z Compiling heck v0.4.1
15332026-05-13T18:11:11.903Z Compiling darling_macro v0.21.3
15342026-05-13T18:11:11.954Z Compiling ipnetwork v0.21.1
15352026-05-13T18:11:12.025Z Compiling bstr v1.12.1
15362026-05-13T18:11:12.098Z Compiling rand_chacha v0.3.1
15372026-05-13T18:11:12.251Z Compiling toml_datetime v0.6.11
15382026-05-13T18:11:12.339Z Compiling erased-serde v0.3.31
15392026-05-13T18:11:12.364Z Compiling serde_spanned v0.6.9
15402026-05-13T18:11:12.507Z Compiling serde_tokenstream v0.2.3
15412026-05-13T18:11:12.507Z Compiling md-5 v0.10.6
15422026-05-13T18:11:12.657Z Compiling zerocopy-derive v0.7.35
15432026-05-13T18:11:12.681Z Compiling pin-project-internal v1.1.11
15442026-05-13T18:11:12.811Z Compiling async-trait v0.1.89
15452026-05-13T18:11:12.825Z Compiling curve25519-dalek v4.1.3
15462026-05-13T18:11:12.888Z Compiling vergen-lib v0.1.6
15472026-05-13T18:11:13.066Z Compiling num-integer v0.1.46
15482026-05-13T18:11:13.150Z Compiling hash32 v0.2.1
15492026-05-13T18:11:13.340Z Compiling ff v0.13.1
15502026-05-13T18:11:13.385Z Compiling memoffset v0.9.1
15512026-05-13T18:11:13.480Z Compiling litrs v1.0.0
15522026-05-13T18:11:13.508Z Compiling ref-cast v1.0.25
15532026-05-13T18:11:13.575Z Compiling rustix v0.38.44
15542026-05-13T18:11:13.779Z Compiling base16ct v0.2.0
15552026-05-13T18:11:13.812Z Compiling cfg_aliases v0.2.1
15562026-05-13T18:11:13.825Z Compiling psl-types v2.0.11
15572026-05-13T18:11:13.887Z Compiling fallible-iterator v0.2.0
15582026-05-13T18:11:13.911Z Compiling num-bigint-dig v0.8.6
15592026-05-13T18:11:13.944Z Compiling smoltcp v0.9.1
15602026-05-13T18:11:13.958Z Compiling zlib-rs v0.6.2
15612026-05-13T18:11:13.980Z Compiling document-features v0.2.12
15622026-05-13T18:11:14.114Z Compiling publicsuffix v2.3.0
15632026-05-13T18:11:14.197Z Compiling postgres-protocol v0.6.10
15642026-05-13T18:11:14.299Z Compiling sec1 v0.7.3
15652026-05-13T18:11:14.372Z Compiling nix v0.31.2
15662026-05-13T18:11:14.565Z Compiling pin-project v1.1.11
15672026-05-13T18:11:14.660Z Compiling zerocopy v0.7.35
15682026-05-13T18:11:14.693Z Compiling group v0.13.0
15692026-05-13T18:11:14.728Z Compiling num-iter v0.1.45
15702026-05-13T18:11:14.888Z Compiling newtype-uuid v1.3.2
15712026-05-13T18:11:15.242Z Compiling darling v0.21.3
15722026-05-13T18:11:15.256Z Compiling rand v0.8.6
15732026-05-13T18:11:15.270Z Compiling oxnet v0.1.4
15742026-05-13T18:11:15.324Z Compiling snafu-derive v0.8.9
15752026-05-13T18:11:15.344Z Compiling derive_builder v0.20.2
15762026-05-13T18:11:15.427Z Compiling hubpack_derive v0.1.1
15772026-05-13T18:11:15.566Z Compiling hyper-tls v0.6.0
15782026-05-13T18:11:15.788Z Compiling goblin v0.8.2
15792026-05-13T18:11:16.406Z Compiling phf_shared v0.13.1
15802026-05-13T18:11:16.421Z Compiling lazy_static v1.5.0
15812026-05-13T18:11:16.511Z Compiling regex v1.12.3
15822026-05-13T18:11:16.643Z Compiling strum_macros v0.27.2
15832026-05-13T18:11:16.729Z Compiling futures-executor v0.3.32
15842026-05-13T18:11:16.932Z Compiling flate2 v1.1.9
15852026-05-13T18:11:16.988Z Compiling cargo-platform v0.1.9
15862026-05-13T18:11:17.200Z Compiling hex v0.4.3
15872026-05-13T18:11:17.214Z Compiling hkdf v0.12.4
15882026-05-13T18:11:17.238Z Compiling crypto-bigint v0.5.5
15892026-05-13T18:11:17.331Z Compiling daft-derive v0.1.5
15902026-05-13T18:11:17.377Z Compiling ref-cast-impl v1.0.25
15912026-05-13T18:11:17.461Z Compiling curve25519-dalek-derive v0.1.1
15922026-05-13T18:11:17.902Z Compiling terminal_size v0.4.3
15932026-05-13T18:11:18.036Z Compiling vergen v9.0.6
15942026-05-13T18:11:18.049Z Compiling fs-err v3.3.0
15952026-05-13T18:11:18.092Z Compiling ahash v0.8.12
15962026-05-13T18:11:18.210Z Compiling encoding_rs v0.8.35
15972026-05-13T18:11:18.229Z Compiling managed v0.8.0
15982026-05-13T18:11:18.291Z Compiling libbz2-rs-sys v0.2.2
15992026-05-13T18:11:18.443Z Compiling same-file v1.0.6
16002026-05-13T18:11:18.575Z Compiling winnow v0.5.40
16012026-05-13T18:11:18.607Z Compiling foldhash v0.2.0
16022026-05-13T18:11:18.835Z Compiling bitflags v1.3.2
16032026-05-13T18:11:18.914Z Compiling foldhash v0.1.5
16042026-05-13T18:11:18.981Z Compiling bumpalo v3.20.2
16052026-05-13T18:11:19.083Z Compiling mime v0.3.17
16062026-05-13T18:11:19.216Z Compiling object v0.37.3
16072026-05-13T18:11:19.232Z Compiling zopfli v0.8.3
16082026-05-13T18:11:19.331Z Compiling hashbrown v0.15.5
16092026-05-13T18:11:19.526Z Compiling hashbrown v0.16.1
16102026-05-13T18:11:19.712Z Compiling bzip2 v0.6.1
16112026-05-13T18:11:19.864Z Compiling toml_edit v0.19.15
16122026-05-13T18:11:19.884Z Compiling strum v0.27.2
16132026-05-13T18:11:19.916Z Compiling walkdir v2.5.0
16142026-05-13T18:11:19.979Z Compiling clap_builder v4.5.60
16152026-05-13T18:11:20.163Z Compiling elliptic-curve v0.13.8
16162026-05-13T18:11:20.179Z Compiling daft v0.1.5
16172026-05-13T18:11:20.281Z Compiling dof v0.3.0
16182026-05-13T18:11:20.564Z Compiling snafu v0.8.9
16192026-05-13T18:11:20.579Z Compiling cargo_metadata v0.19.2
16202026-05-13T18:11:20.920Z Compiling futures v0.3.32
16212026-05-13T18:11:20.996Z Compiling phf v0.13.1
16222026-05-13T18:11:21.375Z Compiling signal-hook-mio v0.2.5
16232026-05-13T18:11:21.493Z Compiling cookie_store v0.22.1
16242026-05-13T18:11:21.579Z Compiling hubpack v0.1.2
16252026-05-13T18:11:21.795Z Compiling zstd v0.13.3
16262026-05-13T18:11:21.925Z Compiling bzip2 v0.4.4
16272026-05-13T18:11:22.055Z Compiling serde_with_macros v3.17.0
16282026-05-13T18:11:22.163Z Compiling postgres-types v0.2.12
16292026-05-13T18:11:22.535Z Compiling usdt-macro v0.6.0
16302026-05-13T18:11:22.712Z Compiling usdt-attr-macro v0.6.0
16312026-05-13T18:11:22.977Z Compiling globset v0.4.18
16322026-05-13T18:11:23.160Z Compiling dtrace-parser v0.2.0
16332026-05-13T18:11:23.175Z Compiling ed25519 v2.2.3
16342026-05-13T18:11:23.258Z Compiling phf_shared v0.11.3
16352026-05-13T18:11:23.290Z Compiling olpc-cjson v0.1.4
16362026-05-13T18:11:23.441Z Compiling pkcs1 v0.7.5
16372026-05-13T18:11:23.455Z Compiling strum_macros v0.26.4
16382026-05-13T18:11:23.486Z Compiling clap_derive v4.5.55
16392026-05-13T18:11:23.649Z Compiling enum-as-inner v0.6.1
16402026-05-13T18:11:23.835Z Compiling serde_plain v1.0.2
16412026-05-13T18:11:23.894Z Compiling serde-big-array v0.5.1
16422026-05-13T18:11:24.026Z Compiling rfc6979 v0.4.0
16432026-05-13T18:11:24.039Z Compiling async-recursion v1.1.1
16442026-05-13T18:11:24.070Z Compiling serde_repr v0.1.20
16452026-05-13T18:11:24.147Z Compiling pem v3.0.6
16462026-05-13T18:11:24.150Z Compiling float-cmp v0.10.0
16472026-05-13T18:11:24.295Z Compiling memmap2 v0.9.10
16482026-05-13T18:11:24.475Z Compiling thread-id v4.2.2
16492026-05-13T18:11:24.507Z Compiling env_filter v1.0.0
16502026-05-13T18:11:24.559Z Compiling fixedbitset v0.4.2
16512026-05-13T18:11:24.582Z Compiling precomputed-hash v0.1.1
16522026-05-13T18:11:24.668Z Compiling whoami v2.1.0
16532026-05-13T18:11:24.672Z Compiling static_assertions v1.1.0
16542026-05-13T18:11:24.757Z Compiling normalize-line-endings v0.3.0
16552026-05-13T18:11:24.772Z Compiling rustc-hash v2.1.1
16562026-05-13T18:11:24.801Z Compiling jiff v0.2.21
16572026-05-13T18:11:24.850Z Compiling keccak v0.1.6
16582026-05-13T18:11:24.890Z Compiling typed-path v0.9.3
16592026-05-13T18:11:25.037Z Compiling data-encoding v2.10.0
16602026-05-13T18:11:25.212Z Compiling fixedbitset v0.5.7
16612026-05-13T18:11:25.268Z Compiling new_debug_unreachable v1.0.6
16622026-05-13T18:11:25.343Z Compiling either v1.15.0
16632026-05-13T18:11:25.517Z Compiling difflib v0.4.0
16642026-05-13T18:11:25.546Z Compiling predicates-core v1.0.10
16652026-05-13T18:11:25.667Z Compiling itertools v0.13.0
16662026-05-13T18:11:25.728Z Compiling petgraph v0.8.3
16672026-05-13T18:11:25.760Z Compiling predicates v3.1.4
16682026-05-13T18:11:26.075Z Compiling hickory-proto v0.25.2
16692026-05-13T18:11:26.168Z Compiling string_cache v0.8.9
16702026-05-13T18:11:26.393Z Compiling clap v4.5.60
16712026-05-13T18:11:26.417Z Compiling strum v0.26.3
16722026-05-13T18:11:26.477Z Compiling sha3 v0.10.8
16732026-05-13T18:11:26.546Z Compiling tokio-postgres v0.7.16
16742026-05-13T18:11:26.851Z Compiling iddqd v0.3.18
16752026-05-13T18:11:26.906Z Compiling toml_edit v0.22.27
16762026-05-13T18:11:26.945Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16772026-05-13T18:11:27.653Z Compiling zip v4.6.1
16782026-05-13T18:11:27.996Z Compiling petgraph v0.6.5
16792026-05-13T18:11:28.614Z Compiling env_logger v0.11.9
16802026-05-13T18:11:28.731Z Compiling usdt-impl v0.5.0
16812026-05-13T18:11:28.969Z Compiling usdt v0.6.0
16822026-05-13T18:11:28.999Z Compiling ecdsa v0.16.9
16832026-05-13T18:11:29.231Z Compiling rsa v0.9.10
16842026-05-13T18:11:29.308Z Compiling ed25519-dalek v2.2.0
16852026-05-13T18:11:29.389Z Compiling serde_with v3.17.0
16862026-05-13T18:11:29.494Z Compiling crossterm v0.28.1
16872026-05-13T18:11:29.730Z Compiling zip v0.6.6
16882026-05-13T18:11:30.347Z Compiling toml v0.7.8
16892026-05-13T18:11:30.804Z Compiling toml_parser v1.0.9+spec-1.1.0
16902026-05-13T18:11:30.953Z Compiling similar v2.7.0
16912026-05-13T18:11:30.997Z Compiling crossbeam-epoch v0.9.18
16922026-05-13T18:11:31.034Z Compiling tokio-stream v0.1.18
16932026-05-13T18:11:31.125Z Compiling buf-list v1.1.2
16942026-05-13T18:11:31.333Z Compiling x509-cert v0.2.5
16952026-05-13T18:11:31.401Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16962026-05-13T18:11:31.424Z Compiling openapiv3 v2.2.0
16972026-05-13T18:11:31.491Z Compiling sha1 v0.10.6
16982026-05-13T18:11:31.693Z Compiling toml_datetime v0.7.5+spec-1.1.0
16992026-05-13T18:11:31.713Z Compiling peg-runtime v0.8.5
17002026-05-13T18:11:31.818Z Compiling lalrpop-util v0.19.12
17012026-05-13T18:11:31.984Z Compiling thread_local v1.1.9
17022026-05-13T18:11:32.000Z Compiling slog-async v2.8.0
17032026-05-13T18:11:32.011Z Compiling crossbeam-channel v0.5.15
17042026-05-13T18:11:32.240Z Compiling is-terminal v0.4.17
17052026-05-13T18:11:32.308Z Compiling filetime v0.2.27
17062026-05-13T18:11:32.336Z Compiling term v1.2.1
17072026-05-13T18:11:32.467Z Compiling take_mut v0.2.2
17082026-05-13T18:11:32.485Z Compiling xattr v1.6.1
17092026-05-13T18:11:32.650Z Compiling slog-term v2.9.2
17102026-05-13T18:11:32.912Z Compiling tar v0.4.45
17112026-05-13T18:11:42.577Z Compiling rustls-webpki v0.103.9
17122026-05-13T18:11:45.388Z Compiling tokio-rustls v0.26.4
17132026-05-13T18:11:45.388Z Compiling rustls-platform-verifier v0.6.2
17142026-05-13T18:11:45.593Z Compiling hyper-rustls v0.27.7
17152026-05-13T18:11:45.794Z Compiling reqwest v0.12.28
17162026-05-13T18:11:45.794Z Compiling reqwest v0.13.2
17172026-05-13T18:11:47.046Z Compiling tough v0.22.0
17182026-05-13T18:11:49.553Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17192026-05-13T18:11:49.764Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17202026-05-13T18:11:52.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17212026-05-13T18:11:52.724Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17222026-05-13T18:11:52.777ZMay 13 18:11:50.997 INFO Starting download, target: Clickhouse
17232026-05-13T18:11:52.777ZMay 13 18:11:50.997 INFO Starting download, target: Console
17242026-05-13T18:11:52.778ZMay 13 18:11:50.997 INFO Starting download, target: Cockroach
17252026-05-13T18:11:52.778ZMay 13 18:11:50.997 INFO Starting download, target: DendriteStub
17262026-05-13T18:11:52.781ZMay 13 18:11:50.997 INFO Starting download, target: MaghemiteMgd
17272026-05-13T18:11:52.781ZMay 13 18:11:50.997 INFO Starting download, target: TransceiverControl
17282026-05-13T18:11:52.781ZMay 13 18:11:50.997 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17292026-05-13T18:11:52.781ZMay 13 18:11:50.997 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17302026-05-13T18:11:52.781ZMay 13 18:11:50.997 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17312026-05-13T18:11:52.781ZMay 13 18:11:50.997 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17322026-05-13T18:11:52.781ZMay 13 18:11:50.997 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17332026-05-13T18:11:52.781ZMay 13 18:11:50.998 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17342026-05-13T18:11:53.285ZMay 13 18:11:51.489 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17352026-05-13T18:11:53.491ZMay 13 18:11:51.694 INFO Download complete, target: TransceiverControl
17362026-05-13T18:11:53.879ZMay 13 18:11:52.089 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17372026-05-13T18:11:54.124ZMay 13 18:11:52.329 INFO Download complete, target: Console
17382026-05-13T18:11:54.871ZMay 13 18:11:53.091 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17392026-05-13T18:11:55.508ZMay 13 18:11:53.713 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17402026-05-13T18:11:55.574ZMay 13 18:11:53.783 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17412026-05-13T18:11:56.076ZMay 13 18:11:54.294 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17422026-05-13T18:11:56.076ZMay 13 18:11:54.294 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17432026-05-13T18:11:57.857ZMay 13 18:11:56.077 INFO Download complete, target: DendriteStub
17442026-05-13T18:11:57.942ZMay 13 18:11:56.162 INFO Download complete, target: MaghemiteMgd
17452026-05-13T18:12:00.619ZMay 13 18:11:58.839 INFO Checking that binary works, target: Cockroach
17462026-05-13T18:12:00.762ZMay 13 18:11:58.982 INFO Download complete, target: Cockroach
17472026-05-13T18:12:01.605ZMay 13 18:11:59.825 INFO Checking that binary works, target: Clickhouse
17482026-05-13T18:12:01.700ZMay 13 18:11:59.920 INFO Download complete, target: Clickhouse
17492026-05-13T18:12:01.758ZAll builder prerequisites installed successfully, and PATH looks valid
17502026-05-13T18:12:01.762Z
17512026-05-13T18:12:01.762Zreal 2:21.150269348
17522026-05-13T18:12:01.762Zuser 6:55.114560376
17532026-05-13T18:12:01.762Zsys 1:21.154086045
17542026-05-13T18:12:01.762Ztrap 0.222757273
17552026-05-13T18:12:01.762Ztflt 1.253729825
17562026-05-13T18:12:01.762Zdflt 1.457510637
17572026-05-13T18:12:01.762Zkflt 0.039592724
17582026-05-13T18:12:01.762Zlock 21:48.703116976
17592026-05-13T18:12:01.762Zslp 21:37.959708888
17602026-05-13T18:12:01.762Zlat 41.238627874
17612026-05-13T18:12:01.762Zstop 1:52.989997269
17622026-05-13T18:12:01.762Z+ banner hack-check
17632026-05-13T18:12:01.762Z
17642026-05-13T18:12:01.762Z # # ## #### # # #### # # ###### #### # #
17652026-05-13T18:12:01.762Z # # # # # # # # # # # # # # # # #
17662026-05-13T18:12:01.762Z ###### # # # #### ##### # ###### ##### # ####
17672026-05-13T18:12:01.762Z # # ###### # # # # # # # # # #
17682026-05-13T18:12:01.762Z # # # # # # # # # # # # # # # # #
17692026-05-13T18:12:01.762Z # # # # #### # # #### # # ###### #### # #
17702026-05-13T18:12:01.762Z
17712026-05-13T18:12:01.762Z+ export CARGO_INCREMENTAL=0
17722026-05-13T18:12:01.762Z+ CARGO_INCREMENTAL=0
17732026-05-13T18:12:01.762Z+ ptime -m timeout 2h cargo xtask check-features --ci
17742026-05-13T18:12:02.287Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17752026-05-13T18:12:02.506Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17762026-05-13T18:12:04.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
17772026-05-13T18:12:04.461Z Running `target/debug/xtask check-features --ci`
17782026-05-13T18:12:04.489Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17792026-05-13T18:12:04.492Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17802026-05-13T18:12:04.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17812026-05-13T18:12:05.000Z Running `target/debug/xtask download cargo-hack`
17822026-05-13T18:12:05.775Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17832026-05-13T18:12:06.086Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17842026-05-13T18:12:08.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s
17852026-05-13T18:12:08.717Z Running `target/debug/xtask-downloader cargo-hack`
17862026-05-13T18:12:08.755ZMay 13 18:12:06.975 INFO Starting download, target: CargoHack
17872026-05-13T18:12:08.759ZMay 13 18:12:06.976 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17882026-05-13T18:12:09.182ZMay 13 18:12:07.401 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17892026-05-13T18:12:09.236ZMay 13 18:12:07.450 INFO Download complete, target: CargoHack
17902026-05-13T18:12:09.241Zrunning: "/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"
17912026-05-13T18:12:09.247Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17922026-05-13T18:12:09.396Zinfo: running `cargo check --bins` on api_identity (1/276)
17932026-05-13T18:12:09.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17942026-05-13T18:12:09.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17952026-05-13T18:12:09.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17962026-05-13T18:12:09.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17972026-05-13T18:12:09.976Z
17982026-05-13T18:12:09.976Zinfo: running `cargo check --bins` on bootstore (2/276)
17992026-05-13T18:12:10.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18002026-05-13T18:12:10.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18012026-05-13T18:12:10.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18022026-05-13T18:12:10.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18032026-05-13T18:12:10.553Z
18042026-05-13T18:12:10.553Zinfo: running `cargo check --bins` on omicron-ledger (3/276)
18052026-05-13T18:12:11.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18062026-05-13T18:12:11.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18072026-05-13T18:12:11.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18082026-05-13T18:12:11.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18092026-05-13T18:12:11.123Z
18102026-05-13T18:12:11.123Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276)
18112026-05-13T18:12:11.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18122026-05-13T18:12:11.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18132026-05-13T18:12:11.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18142026-05-13T18:12:11.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18152026-05-13T18:12:11.709Z
18162026-05-13T18:12:11.709Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276)
18172026-05-13T18:12:12.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18182026-05-13T18:12:12.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18192026-05-13T18:12:12.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18202026-05-13T18:12:12.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18212026-05-13T18:12:12.275Z
18222026-05-13T18:12:12.275Zinfo: running `cargo check --bins` on omicron-certificates (6/276)
18232026-05-13T18:12:12.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242026-05-13T18:12:12.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252026-05-13T18:12:12.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262026-05-13T18:12:12.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18272026-05-13T18:12:12.873Z
18282026-05-13T18:12:12.873Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/276)
18292026-05-13T18:12:13.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-05-13T18:12:13.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-05-13T18:12:13.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-05-13T18:12:13.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18332026-05-13T18:12:13.468Z
18342026-05-13T18:12:13.468Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276)
18352026-05-13T18:12:13.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-05-13T18:12:13.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-05-13T18:12:13.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-05-13T18:12:13.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18392026-05-13T18:12:14.046Z
18402026-05-13T18:12:14.046Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276)
18412026-05-13T18:12:14.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-05-13T18:12:14.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-05-13T18:12:14.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-05-13T18:12:14.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18452026-05-13T18:12:14.500Z
18462026-05-13T18:12:14.500Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276)
18472026-05-13T18:12:14.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-05-13T18:12:14.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-05-13T18:12:14.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-05-13T18:12:14.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18512026-05-13T18:12:14.961Z
18522026-05-13T18:12:14.961Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276)
18532026-05-13T18:12:15.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-05-13T18:12:15.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-05-13T18:12:15.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-05-13T18:12:15.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18572026-05-13T18:12:15.419Z
18582026-05-13T18:12:15.420Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276)
18592026-05-13T18:12:15.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-05-13T18:12:15.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-05-13T18:12:15.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-05-13T18:12:15.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18632026-05-13T18:12:15.881Z
18642026-05-13T18:12:15.881Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276)
18652026-05-13T18:12:16.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-05-13T18:12:16.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-05-13T18:12:16.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-05-13T18:12:16.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18692026-05-13T18:12:16.341Z
18702026-05-13T18:12:16.341Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276)
18712026-05-13T18:12:16.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-05-13T18:12:16.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-05-13T18:12:16.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-05-13T18:12:16.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18752026-05-13T18:12:16.798Z
18762026-05-13T18:12:16.798Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276)
18772026-05-13T18:12:17.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-05-13T18:12:17.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-05-13T18:12:17.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-05-13T18:12:17.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18812026-05-13T18:12:17.256Z
18822026-05-13T18:12:17.256Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276)
18832026-05-13T18:12:17.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-05-13T18:12:17.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-05-13T18:12:17.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-05-13T18:12:17.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18872026-05-13T18:12:17.715Z
18882026-05-13T18:12:17.715Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276)
18892026-05-13T18:12:18.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-05-13T18:12:18.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-05-13T18:12:18.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-05-13T18:12:18.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18932026-05-13T18:12:18.175Z
18942026-05-13T18:12:18.175Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276)
18952026-05-13T18:12:18.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-05-13T18:12:18.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-05-13T18:12:18.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-05-13T18:12:18.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18992026-05-13T18:12:18.633Z
19002026-05-13T18:12:18.633Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276)
19012026-05-13T18:12:19.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-05-13T18:12:19.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-05-13T18:12:19.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-05-13T18:12:19.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19052026-05-13T18:12:19.095Z
19062026-05-13T18:12:19.095Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276)
19072026-05-13T18:12:19.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-05-13T18:12:19.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-05-13T18:12:19.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-05-13T18:12:19.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19112026-05-13T18:12:19.558Z
19122026-05-13T18:12:19.558Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276)
19132026-05-13T18:12:19.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-05-13T18:12:19.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-05-13T18:12:19.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-05-13T18:12:19.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19172026-05-13T18:12:20.015Z
19182026-05-13T18:12:20.015Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276)
19192026-05-13T18:12:20.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-05-13T18:12:20.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-05-13T18:12:20.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-05-13T18:12:20.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19232026-05-13T18:12:20.475Z
19242026-05-13T18:12:20.475Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276)
19252026-05-13T18:12:20.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-05-13T18:12:20.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-05-13T18:12:20.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-05-13T18:12:20.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19292026-05-13T18:12:20.936Z
19302026-05-13T18:12:20.936Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276)
19312026-05-13T18:12:21.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-05-13T18:12:21.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-05-13T18:12:21.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-05-13T18:12:21.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19352026-05-13T18:12:21.400Z
19362026-05-13T18:12:21.400Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276)
19372026-05-13T18:12:21.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-05-13T18:12:21.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-05-13T18:12:21.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-05-13T18:12:21.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19412026-05-13T18:12:21.860Z
19422026-05-13T18:12:21.860Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276)
19432026-05-13T18:12:22.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-05-13T18:12:22.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-05-13T18:12:22.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-05-13T18:12:22.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19472026-05-13T18:12:22.318Z
19482026-05-13T18:12:22.319Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276)
19492026-05-13T18:12:22.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-05-13T18:12:22.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-05-13T18:12:22.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-05-13T18:12:22.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19532026-05-13T18:12:22.782Z
19542026-05-13T18:12:22.782Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276)
19552026-05-13T18:12:23.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-05-13T18:12:23.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-05-13T18:12:23.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-05-13T18:12:23.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19592026-05-13T18:12:23.242Z
19602026-05-13T18:12:23.242Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276)
19612026-05-13T18:12:23.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-05-13T18:12:23.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-05-13T18:12:23.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-05-13T18:12:23.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19652026-05-13T18:12:23.702Z
19662026-05-13T18:12:23.702Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276)
19672026-05-13T18:12:24.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-05-13T18:12:24.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-05-13T18:12:24.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-05-13T18:12:24.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19712026-05-13T18:12:24.165Z
19722026-05-13T18:12:24.165Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276)
19732026-05-13T18:12:24.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-05-13T18:12:24.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-05-13T18:12:24.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-05-13T18:12:24.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19772026-05-13T18:12:24.629Z
19782026-05-13T18:12:24.629Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276)
19792026-05-13T18:12:25.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-05-13T18:12:25.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-05-13T18:12:25.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-05-13T18:12:25.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19832026-05-13T18:12:25.091Z
19842026-05-13T18:12:25.091Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276)
19852026-05-13T18:12:25.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-05-13T18:12:25.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-05-13T18:12:25.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-05-13T18:12:25.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19892026-05-13T18:12:25.550Z
19902026-05-13T18:12:25.551Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276)
19912026-05-13T18:12:25.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-05-13T18:12:25.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-05-13T18:12:25.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-05-13T18:12:25.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19952026-05-13T18:12:26.006Z
19962026-05-13T18:12:26.006Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276)
19972026-05-13T18:12:26.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-05-13T18:12:26.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-05-13T18:12:26.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-05-13T18:12:26.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20012026-05-13T18:12:26.465Z
20022026-05-13T18:12:26.465Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276)
20032026-05-13T18:12:26.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-05-13T18:12:26.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-05-13T18:12:26.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-05-13T18:12:26.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20072026-05-13T18:12:26.925Z
20082026-05-13T18:12:26.925Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276)
20092026-05-13T18:12:27.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-05-13T18:12:27.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-05-13T18:12:27.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-05-13T18:12:27.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20132026-05-13T18:12:27.385Z
20142026-05-13T18:12:27.385Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276)
20152026-05-13T18:12:27.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-05-13T18:12:27.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-05-13T18:12:27.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-05-13T18:12:27.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20192026-05-13T18:12:27.845Z
20202026-05-13T18:12:27.845Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276)
20212026-05-13T18:12:28.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-05-13T18:12:28.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-05-13T18:12:28.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-05-13T18:12:28.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20252026-05-13T18:12:28.306Z
20262026-05-13T18:12:28.306Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276)
20272026-05-13T18:12:28.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-05-13T18:12:28.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-05-13T18:12:28.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-05-13T18:12:28.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20312026-05-13T18:12:28.766Z
20322026-05-13T18:12:28.766Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276)
20332026-05-13T18:12:29.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-05-13T18:12:29.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-05-13T18:12:29.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-05-13T18:12:29.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20372026-05-13T18:12:29.229Z
20382026-05-13T18:12:29.229Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276)
20392026-05-13T18:12:29.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-05-13T18:12:29.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-05-13T18:12:29.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-05-13T18:12:29.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20432026-05-13T18:12:29.692Z
20442026-05-13T18:12:29.692Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276)
20452026-05-13T18:12:30.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-05-13T18:12:30.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-05-13T18:12:30.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-05-13T18:12:30.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20492026-05-13T18:12:30.154Z
20502026-05-13T18:12:30.154Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276)
20512026-05-13T18:12:30.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-05-13T18:12:30.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-05-13T18:12:30.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-05-13T18:12:30.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20552026-05-13T18:12:30.619Z
20562026-05-13T18:12:30.619Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276)
20572026-05-13T18:12:31.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-05-13T18:12:31.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-05-13T18:12:31.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-05-13T18:12:31.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20612026-05-13T18:12:31.084Z
20622026-05-13T18:12:31.084Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276)
20632026-05-13T18:12:31.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-05-13T18:12:31.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-05-13T18:12:31.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-05-13T18:12:31.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20672026-05-13T18:12:31.547Z
20682026-05-13T18:12:31.547Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276)
20692026-05-13T18:12:31.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-05-13T18:12:31.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-05-13T18:12:31.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-05-13T18:12:31.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20732026-05-13T18:12:32.014Z
20742026-05-13T18:12:32.014Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276)
20752026-05-13T18:12:32.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-05-13T18:12:32.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-05-13T18:12:32.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-05-13T18:12:32.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20792026-05-13T18:12:32.488Z
20802026-05-13T18:12:32.488Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276)
20812026-05-13T18:12:33.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-05-13T18:12:33.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-05-13T18:12:33.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-05-13T18:12:33.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20852026-05-13T18:12:33.121Z
20862026-05-13T18:12:33.121Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276)
20872026-05-13T18:12:33.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-05-13T18:12:33.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-05-13T18:12:33.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-05-13T18:12:33.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20912026-05-13T18:12:33.751Z
20922026-05-13T18:12:33.751Zinfo: running `cargo check --bins` on nexus-config (51/276)
20932026-05-13T18:12:34.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-05-13T18:12:34.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-05-13T18:12:34.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-05-13T18:12:34.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20972026-05-13T18:12:34.381Z
20982026-05-13T18:12:34.381Zinfo: running `cargo check --bins` on nexus-types (52/276)
20992026-05-13T18:12:34.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-05-13T18:12:34.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-05-13T18:12:34.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-05-13T18:12:34.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21032026-05-13T18:12:35.011Z
21042026-05-13T18:12:35.011Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276)
21052026-05-13T18:12:35.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-05-13T18:12:35.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-05-13T18:12:35.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-05-13T18:12:35.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21092026-05-13T18:12:35.606Z
21102026-05-13T18:12:35.606Zinfo: running `cargo check --bins` on omicron-passwords (54/276)
21112026-05-13T18:12:36.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-05-13T18:12:36.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-05-13T18:12:36.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-05-13T18:12:36.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21152026-05-13T18:12:36.183Z
21162026-05-13T18:12:36.183Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/276)
21172026-05-13T18:12:36.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-05-13T18:12:36.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-05-13T18:12:36.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-05-13T18:12:36.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21212026-05-13T18:12:36.776Z
21222026-05-13T18:12:36.776Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276)
21232026-05-13T18:12:37.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-05-13T18:12:37.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-05-13T18:12:37.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-05-13T18:12:37.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21272026-05-13T18:12:37.367Z
21282026-05-13T18:12:37.367Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276)
21292026-05-13T18:12:37.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-05-13T18:12:37.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-05-13T18:12:37.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-05-13T18:12:37.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21332026-05-13T18:12:37.965Z
21342026-05-13T18:12:37.965Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276)
21352026-05-13T18:12:38.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-05-13T18:12:38.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-05-13T18:12:38.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-05-13T18:12:38.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21392026-05-13T18:12:38.559Z
21402026-05-13T18:12:38.559Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276)
21412026-05-13T18:12:39.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-05-13T18:12:39.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-05-13T18:12:39.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-05-13T18:12:39.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21452026-05-13T18:12:39.142Z
21462026-05-13T18:12:39.142Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276)
21472026-05-13T18:12:39.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-05-13T18:12:39.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-05-13T18:12:39.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-05-13T18:12:39.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21512026-05-13T18:12:39.721Z
21522026-05-13T18:12:39.721Zinfo: running `cargo check --bins --no-default-features` on gfss (61/276)
21532026-05-13T18:12:40.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-05-13T18:12:40.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-05-13T18:12:40.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-05-13T18:12:40.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21572026-05-13T18:12:40.293Z
21582026-05-13T18:12:40.293Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276)
21592026-05-13T18:12:40.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-05-13T18:12:40.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-05-13T18:12:40.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-05-13T18:12:40.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21632026-05-13T18:12:40.872Z
21642026-05-13T18:12:40.872Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/276)
21652026-05-13T18:12:41.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-05-13T18:12:41.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-05-13T18:12:41.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-05-13T18:12:41.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21692026-05-13T18:12:41.467Z
21702026-05-13T18:12:41.467Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/276)
21712026-05-13T18:12:41.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-05-13T18:12:41.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-05-13T18:12:41.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-05-13T18:12:41.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21752026-05-13T18:12:42.057Z
21762026-05-13T18:12:42.057Zinfo: running `cargo check --bins` on cockroach-admin-types (65/276)
21772026-05-13T18:12:42.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-05-13T18:12:42.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-05-13T18:12:42.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-05-13T18:12:42.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21812026-05-13T18:12:42.638Z
21822026-05-13T18:12:42.638Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/276)
21832026-05-13T18:12:43.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-05-13T18:12:43.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-05-13T18:12:43.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-05-13T18:12:43.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21872026-05-13T18:12:43.215Z
21882026-05-13T18:12:43.215Zinfo: running `cargo check --bins` on ereport-types (67/276)
21892026-05-13T18:12:43.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-05-13T18:12:43.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-05-13T18:12:43.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-05-13T18:12:43.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21932026-05-13T18:12:43.795Z
21942026-05-13T18:12:43.795Zinfo: running `cargo check --bins` on gateway-client (68/276)
21952026-05-13T18:12:44.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-05-13T18:12:44.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-05-13T18:12:44.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-05-13T18:12:44.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21992026-05-13T18:12:44.383Z
22002026-05-13T18:12:44.383Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/276)
22012026-05-13T18:12:44.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-05-13T18:12:44.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-05-13T18:12:44.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-05-13T18:12:44.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22052026-05-13T18:12:44.967Z
22062026-05-13T18:12:44.967Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276)
22072026-05-13T18:12:45.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-05-13T18:12:45.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-05-13T18:12:45.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-05-13T18:12:45.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22112026-05-13T18:12:45.545Z
22122026-05-13T18:12:45.545Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276)
22132026-05-13T18:12:46.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-05-13T18:12:46.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-05-13T18:12:46.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-05-13T18:12:46.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22172026-05-13T18:12:46.126Z
22182026-05-13T18:12:46.126Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276)
22192026-05-13T18:12:46.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-05-13T18:12:46.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-05-13T18:12:46.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-05-13T18:12:46.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22232026-05-13T18:12:46.711Z
22242026-05-13T18:12:46.711Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/276)
22252026-05-13T18:12:47.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-05-13T18:12:47.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-05-13T18:12:47.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-05-13T18:12:47.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22292026-05-13T18:12:47.314Z
22302026-05-13T18:12:47.314Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276)
22312026-05-13T18:12:47.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-05-13T18:12:47.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-05-13T18:12:47.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342026-05-13T18:12:47.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22352026-05-13T18:12:47.918Z
22362026-05-13T18:12:47.918Zinfo: running `cargo check --bins` on key-manager-types (75/276)
22372026-05-13T18:12:48.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382026-05-13T18:12:48.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392026-05-13T18:12:48.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402026-05-13T18:12:48.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22412026-05-13T18:12:48.495Z
22422026-05-13T18:12:48.495Zinfo: running `cargo check --bins` on oxlog (76/276)
22432026-05-13T18:12:48.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442026-05-13T18:12:48.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452026-05-13T18:12:49.103Z Checking cfg-if v1.0.4
22462026-05-13T18:12:49.107Z Checking libc v0.2.185
22472026-05-13T18:12:49.107Z Checking serde_core v1.0.228
22482026-05-13T18:12:49.221Z Checking zeroize v1.8.2
22492026-05-13T18:12:49.228Z Checking memchr v2.8.0
22502026-05-13T18:12:49.236Z Checking log v0.4.29
22512026-05-13T18:12:49.246Z Checking smallvec v1.15.1
22522026-05-13T18:12:49.258Z Checking typenum v1.19.0
22532026-05-13T18:12:49.258Z Checking subtle v2.6.1
22542026-05-13T18:12:49.357Z Checking itoa v1.0.17
22552026-05-13T18:12:49.392Z Checking scopeguard v1.2.0
22562026-05-13T18:12:49.408Z Checking stable_deref_trait v1.2.1
22572026-05-13T18:12:49.419Z Checking const-oid v0.9.6
22582026-05-13T18:12:49.480Z Checking zerofrom v0.1.6
22592026-05-13T18:12:49.492Z Checking lock_api v0.4.14
22602026-05-13T18:12:49.504Z Checking pin-project-lite v0.2.17
22612026-05-13T18:12:49.590Z Checking yoke v0.8.1
22622026-05-13T18:12:49.602Z Checking portable-atomic v1.13.1
22632026-05-13T18:12:49.613Z Checking critical-section v1.2.0
22642026-05-13T18:12:49.621Z Checking getrandom v0.2.17
22652026-05-13T18:12:49.684Z Checking errno v0.3.14
22662026-05-13T18:12:49.702Z Checking parking_lot_core v0.9.12
22672026-05-13T18:12:49.751Z Checking zerovec v0.11.5
22682026-05-13T18:12:49.763Z Checking rand_core v0.6.4
22692026-05-13T18:12:49.773Z Checking generic-array v0.14.7
22702026-05-13T18:12:49.797Z Checking signal-hook-registry v1.4.8
22712026-05-13T18:12:49.888Z Checking futures-core v0.3.32
22722026-05-13T18:12:49.930Z Checking parking_lot v0.12.5
22732026-05-13T18:12:49.953Z Checking mio v1.2.0
22742026-05-13T18:12:49.992Z Checking once_cell v1.21.3
22752026-05-13T18:12:50.005Z Checking zerocopy v0.8.40
22762026-05-13T18:12:50.091Z Checking zmij v1.0.21
22772026-05-13T18:12:50.112Z Checking socket2 v0.6.3
22782026-05-13T18:12:50.161Z Checking libm v0.2.16
22792026-05-13T18:12:50.173Z Checking tinystr v0.8.2
22802026-05-13T18:12:50.203Z Checking crypto-common v0.1.7
22812026-05-13T18:12:50.229Z Checking block-buffer v0.10.4
22822026-05-13T18:12:50.299Z Checking equivalent v1.0.2
22832026-05-13T18:12:50.322Z Checking writeable v0.6.2
22842026-05-13T18:12:50.347Z Checking litemap v0.8.1
22852026-05-13T18:12:50.353Z Checking percent-encoding v2.3.2
22862026-05-13T18:12:50.366Z Checking digest v0.10.7
22872026-05-13T18:12:50.378Z Checking potential_utf v0.1.4
22882026-05-13T18:12:50.475Z Checking zerotrie v0.2.3
22892026-05-13T18:12:50.490Z Checking futures-sink v0.3.32
22902026-05-13T18:12:50.502Z Checking icu_collections v2.1.1
22912026-05-13T18:12:50.514Z Checking icu_locale_core v2.1.1
22922026-05-13T18:12:50.566Z Checking slab v0.4.12
22932026-05-13T18:12:50.602Z Checking futures-channel v0.3.32
22942026-05-13T18:12:50.681Z Checking serde v1.0.228
22952026-05-13T18:12:50.712Z Checking bitflags v2.11.0
22962026-05-13T18:12:50.740Z Checking serde_json v1.0.149
22972026-05-13T18:12:50.792Z Checking cpufeatures v0.2.17
22982026-05-13T18:12:50.809Z Checking futures-task v0.3.32
22992026-05-13T18:12:50.851Z Checking num-traits v0.2.19
23002026-05-13T18:12:50.864Z Checking futures-io v0.3.32
23012026-05-13T18:12:50.876Z Checking hmac v0.12.1
23022026-05-13T18:12:50.942Z Checking icu_properties_data v2.1.2
23032026-05-13T18:12:50.971Z Checking futures-util v0.3.32
23042026-05-13T18:12:51.007Z Checking icu_normalizer_data v2.1.1
23052026-05-13T18:12:51.062Z Checking icu_provider v2.1.1
23062026-05-13T18:12:51.074Z Checking rand_core v0.10.0
23072026-05-13T18:12:51.086Z Checking hashbrown v0.17.0
23082026-05-13T18:12:51.097Z Checking bytes v1.11.1
23092026-05-13T18:12:51.208Z Checking getrandom v0.4.1
23102026-05-13T18:12:51.293Z Checking icu_normalizer v2.1.1
23112026-05-13T18:12:51.356Z Checking icu_properties v2.1.2
23122026-05-13T18:12:51.369Z Checking block-padding v0.3.3
23132026-05-13T18:12:51.405Z Checking utf8_iter v1.0.4
23142026-05-13T18:12:51.496Z Checking inout v0.1.4
23152026-05-13T18:12:51.524Z Checking sha2 v0.10.9
23162026-05-13T18:12:51.537Z Checking tokio v1.52.1
23172026-05-13T18:12:51.537Z Checking indexmap v2.14.0
23182026-05-13T18:12:51.592Z Checking form_urlencoded v1.2.2
23192026-05-13T18:12:51.629Z Checking cipher v0.4.4
23202026-05-13T18:12:51.719Z Checking getrandom v0.3.4
23212026-05-13T18:12:51.797Z Checking base64ct v1.8.3
23222026-05-13T18:12:51.839Z Checking byteorder v1.5.0
23232026-05-13T18:12:51.861Z Checking fnv v1.0.7
23242026-05-13T18:12:51.954Z Checking flagset v0.4.7
23252026-05-13T18:12:52.022Z Checking pem-rfc7468 v0.7.0
23262026-05-13T18:12:52.036Z Checking rand_core v0.9.5
23272026-05-13T18:12:52.075Z Checking http v1.4.0
23282026-05-13T18:12:52.088Z Checking regex-syntax v0.8.10
23292026-05-13T18:12:52.166Z Checking idna_adapter v1.2.1
23302026-05-13T18:12:52.178Z Checking der v0.7.10
23312026-05-13T18:12:52.210Z Checking salsa20 v0.10.2
23322026-05-13T18:12:52.285Z Checking idna v1.1.0
23332026-05-13T18:12:52.342Z Checking uuid v1.23.0
23342026-05-13T18:12:52.532Z Checking url v2.5.8
23352026-05-13T18:12:52.656Z Checking pbkdf2 v0.12.2
23362026-05-13T18:12:52.671Z Checking rustix v1.1.3
23372026-05-13T18:12:52.750Z Checking ppv-lite86 v0.2.21
23382026-05-13T18:12:52.765Z Checking tracing-core v0.1.36
23392026-05-13T18:12:52.901Z Checking rustls-pki-types v1.14.0
23402026-05-13T18:12:52.918Z Checking spki v0.7.3
23412026-05-13T18:12:52.989Z Checking base64 v0.22.1
23422026-05-13T18:12:53.048Z Checking iana-time-zone v0.1.65
23432026-05-13T18:12:53.068Z Checking tracing v0.1.44
23442026-05-13T18:12:53.081Z Checking rand_chacha v0.9.0
23452026-05-13T18:12:53.151Z Checking chrono v0.4.44
23462026-05-13T18:12:53.179Z Checking scrypt v0.11.0
23472026-05-13T18:12:53.219Z Checking http-body v1.0.1
23482026-05-13T18:12:53.266Z Checking cbc v0.1.2
23492026-05-13T18:12:53.277Z Checking aes v0.8.4
23502026-05-13T18:12:53.314Z Checking aws-lc-sys v0.40.0
23512026-05-13T18:12:53.345Z Checking tinyvec_macros v0.1.1
23522026-05-13T18:12:53.389Z Checking openssl-probe v0.2.1
23532026-05-13T18:12:53.409Z Checking untrusted v0.7.1
23542026-05-13T18:12:53.421Z Checking untrusted v0.9.0
23552026-05-13T18:12:53.493Z Checking tinyvec v1.10.0
23562026-05-13T18:12:53.507Z Checking rand v0.9.2
23572026-05-13T18:12:53.520Z Checking ring v0.17.14
23582026-05-13T18:12:53.532Z Checking tower-service v0.3.3
23592026-05-13T18:12:53.619Z Checking atomic-waker v1.1.2
23602026-05-13T18:12:53.662Z Checking pkcs5 v0.7.1
23612026-05-13T18:12:53.714Z Checking try-lock v0.2.5
23622026-05-13T18:12:53.793Z Checking tower-layer v0.3.3
23632026-05-13T18:12:53.811Z Checking want v0.3.1
23642026-05-13T18:12:53.822Z Checking aws-lc-rs v1.16.3
23652026-05-13T18:12:53.913Z Checking pkcs8 v0.10.2
23662026-05-13T18:12:53.930Z Checking ipnet v2.11.0
23672026-05-13T18:12:53.944Z Checking httparse v1.10.1
23682026-05-13T18:12:53.966Z Checking aho-corasick v1.1.4
23692026-05-13T18:12:54.008Z Checking pin-utils v0.1.0
23702026-05-13T18:12:54.077Z Checking dyn-clone v1.0.20
23712026-05-13T18:12:54.090Z Checking plain v0.2.3
23722026-05-13T18:12:54.142Z Checking fastrand v2.3.0
23732026-05-13T18:12:54.177Z Checking httpdate v1.0.3
23742026-05-13T18:12:54.189Z Checking foreign-types-shared v0.1.1
23752026-05-13T18:12:54.203Z Checking unicode-normalization v0.1.25
23762026-05-13T18:12:54.268Z Checking foreign-types v0.3.2
23772026-05-13T18:12:54.317Z Checking tempfile v3.25.0
23782026-05-13T18:12:54.329Z Checking semver v1.0.28
23792026-05-13T18:12:54.341Z Checking openssl-sys v0.9.115
23802026-05-13T18:12:54.503Z Checking spin v0.9.8
23812026-05-13T18:12:54.516Z Checking ucd-trie v0.1.7
23822026-05-13T18:12:54.530Z Checking unicode-ident v1.0.24
23832026-05-13T18:12:54.597Z Checking schemars v0.8.22
23842026-05-13T18:12:54.636Z Checking proc-macro2 v1.0.106
23852026-05-13T18:12:54.642Z Checking regex-automata v0.4.14
23862026-05-13T18:12:54.656Z Checking pest v2.8.6
23872026-05-13T18:12:54.667Z Checking rustls-webpki v0.103.9
23882026-05-13T18:12:54.683Z Checking rustls-native-certs v0.8.3
23892026-05-13T18:12:54.715Z Checking openssl v0.10.79
23902026-05-13T18:12:54.791Z Checking tokio-util v0.7.18
23912026-05-13T18:12:54.808Z Checking thiserror v2.0.18
23922026-05-13T18:12:54.907Z Checking sync_wrapper v1.0.2
23932026-05-13T18:12:54.944Z Checking wait-timeout v0.2.1
23942026-05-13T18:12:55.007Z Checking simd-adler32 v0.3.8
23952026-05-13T18:12:55.063Z Checking siphasher v1.0.2
23962026-05-13T18:12:55.085Z Checking rustls v0.23.37
23972026-05-13T18:12:55.172Z Checking bit-vec v0.8.0
23982026-05-13T18:12:55.214Z Checking utf8parse v0.2.2
23992026-05-13T18:12:55.241Z Checking pretty-hex v0.4.1
24002026-05-13T18:12:55.312Z Checking quick-error v1.2.3
24012026-05-13T18:12:55.357Z Checking powerfmt v0.2.0
24022026-05-13T18:12:55.361Z Checking anstyle v1.0.13
24032026-05-13T18:12:55.401Z Checking h2 v0.4.13
24042026-05-13T18:12:55.415Z Checking rusty-fork v0.3.1
24052026-05-13T18:12:55.505Z Checking deranged v0.5.8
24062026-05-13T18:12:55.545Z Checking bit-set v0.8.0
24072026-05-13T18:12:55.576Z Checking anstyle-parse v0.2.7
24082026-05-13T18:12:55.690Z Checking tower v0.5.3
24092026-05-13T18:12:55.702Z Checking quote v1.0.45
24102026-05-13T18:12:55.726Z Compiling newtype-uuid v1.3.2
24112026-05-13T18:12:55.867Z Checking http-body-util v0.1.3
24122026-05-13T18:12:55.908Z Checking crossbeam-utils v0.8.21
24132026-05-13T18:12:56.068Z Checking webpki-roots v1.0.6
24142026-05-13T18:12:56.086Z Checking rand_xorshift v0.4.0
24152026-05-13T18:12:56.183Z Checking crc32fast v1.5.0
24162026-05-13T18:12:56.204Z Checking scroll v0.13.0
24172026-05-13T18:12:56.234Z Checking signature v2.2.0
24182026-05-13T18:12:56.321Z Checking allocator-api2 v0.2.21
24192026-05-13T18:12:56.363Z Checking unarray v0.1.4
24202026-05-13T18:12:56.401Z Checking ryu v1.0.23
24212026-05-13T18:12:56.423Z Checking time-core v0.1.8
24222026-05-13T18:12:56.434Z Checking iri-string v0.7.10
24232026-05-13T18:12:56.458Z Checking unicode-properties v0.1.4
24242026-05-13T18:12:56.532Z Checking colorchoice v1.0.4
24252026-05-13T18:12:56.562Z Checking anstyle-query v1.1.5
24262026-05-13T18:12:56.600Z Checking is_terminal_polyfill v1.70.2
24272026-05-13T18:12:56.628Z Checking unicode-bidi v0.3.18
24282026-05-13T18:12:56.643Z Checking num_threads v0.1.7
24292026-05-13T18:12:56.655Z Checking adler2 v2.0.1
24302026-05-13T18:12:56.684Z Checking num-conv v0.2.0
24312026-05-13T18:12:56.722Z Checking native-tls v0.2.18
24322026-05-13T18:12:56.734Z Checking anstream v0.6.21
24332026-05-13T18:12:56.755Z Checking miniz_oxide v0.8.9
24342026-05-13T18:12:56.797Z Checking time v0.3.47
24352026-05-13T18:12:56.900Z Checking tokio-native-tls v0.3.1
24362026-05-13T18:12:56.914Z Checking stringprep v0.1.5
24372026-05-13T18:12:56.927Z Checking serde_urlencoded v0.7.1
24382026-05-13T18:12:57.056Z Checking proptest v1.11.0
24392026-05-13T18:12:57.067Z Checking bstr v1.12.1
24402026-05-13T18:12:57.102Z Checking goblin v0.10.5
24412026-05-13T18:12:57.126Z Checking crossbeam-epoch v0.9.18
24422026-05-13T18:12:57.347Z Checking syn v2.0.117
24432026-05-13T18:12:57.429Z Checking tokio-rustls v0.26.4
24442026-05-13T18:12:57.452Z Checking tower-http v0.6.8
24452026-05-13T18:12:57.464Z Compiling daft v0.1.5
24462026-05-13T18:12:57.664Z Checking ipnetwork v0.21.1
24472026-05-13T18:12:57.744Z Checking rand_chacha v0.3.1
24482026-05-13T18:12:57.744Z Checking thiserror v1.0.69
24492026-05-13T18:12:57.854Z Checking scroll v0.12.0
24502026-05-13T18:12:57.882Z Checking zstd-sys v2.0.16+zstd.1.5.7
24512026-05-13T18:12:57.958Z Checking hash32 v0.2.1
24522026-05-13T18:12:57.971Z Checking num-integer v0.1.46
24532026-05-13T18:12:57.991Z Checking serde_spanned v0.6.9
24542026-05-13T18:12:58.084Z Checking toml_datetime v0.6.11
24552026-05-13T18:12:58.113Z Checking md-5 v0.10.6
24562026-05-13T18:12:58.117Z Checking ff v0.13.1
24572026-05-13T18:12:58.137Z Checking hyper v1.8.1
24582026-05-13T18:12:58.193Z Checking fallible-iterator v0.2.0
24592026-05-13T18:12:58.246Z Checking base16ct v0.2.0
24602026-05-13T18:12:58.258Z Checking zlib-rs v0.6.2
24612026-05-13T18:12:58.269Z Checking psl-types v2.0.11
24622026-05-13T18:12:58.371Z Compiling iddqd v0.3.18
24632026-05-13T18:12:58.383Z Checking publicsuffix v2.3.0
24642026-05-13T18:12:58.462Z Checking postgres-protocol v0.6.10
24652026-05-13T18:12:58.537Z Checking sec1 v0.7.3
24662026-05-13T18:12:58.743Z Checking group v0.13.0
24672026-05-13T18:12:58.770Z Checking num-iter v0.1.45
24682026-05-13T18:12:58.880Z Checking heapless v0.7.17
24692026-05-13T18:12:58.893Z Checking goblin v0.8.2
24702026-05-13T18:12:58.994Z Checking zstd-safe v7.2.4
24712026-05-13T18:12:59.024Z Checking hyper-util v0.1.20
24722026-05-13T18:12:59.119Z Checking flate2 v1.1.9
24732026-05-13T18:12:59.160Z Checking cookie v0.18.1
24742026-05-13T18:12:59.286Z Checking rand v0.8.6
24752026-05-13T18:12:59.389Z Checking oxnet v0.1.4
24762026-05-13T18:12:59.421Z Checking dtrace-parser v0.3.0
24772026-05-13T18:12:59.433Z Checking dof v0.4.0
24782026-05-13T18:12:59.497Z Checking phf_shared v0.13.1
24792026-05-13T18:12:59.622Z Checking lazy_static v1.5.0
24802026-05-13T18:12:59.634Z Checking zerocopy v0.7.35
24812026-05-13T18:12:59.654Z Checking pin-project v1.1.11
24822026-05-13T18:12:59.705Z Checking bzip2-sys v0.1.13+1.0.8
24832026-05-13T18:12:59.710Z Checking terminal_size v0.4.3
24842026-05-13T18:12:59.749Z Checking signal-hook v0.3.18
24852026-05-13T18:12:59.773Z Checking futures-executor v0.3.32
24862026-05-13T18:12:59.807Z Checking hex v0.4.3
24872026-05-13T18:12:59.825Z Checking hkdf v0.12.4
24882026-05-13T18:12:59.921Z Checking crypto-bigint v0.5.5
24892026-05-13T18:12:59.934Z Checking thread-id v5.1.0
24902026-05-13T18:12:59.958Z Checking encoding_rs v0.8.35
24912026-05-13T18:13:00.010Z Checking either v1.15.0
24922026-05-13T18:13:00.025Z Checking strsim v0.11.1
24932026-05-13T18:13:00.062Z Checking foldhash v0.1.5
24942026-05-13T18:13:00.118Z Checking clap_lex v1.0.0
24952026-05-13T18:13:00.184Z Checking libbz2-rs-sys v0.2.2
24962026-05-13T18:13:00.195Z Checking winnow v0.5.40
24972026-05-13T18:13:00.199Z Checking same-file v1.0.6
24982026-05-13T18:13:00.265Z Checking winnow v0.7.14
24992026-05-13T18:13:00.290Z Checking hyper-rustls v0.27.7
25002026-05-13T18:13:00.321Z Checking hyper-tls v0.6.0
25012026-05-13T18:13:00.488Z Checking managed v0.8.0
25022026-05-13T18:13:00.503Z Checking foldhash v0.2.0
25032026-05-13T18:13:00.570Z Checking bumpalo v3.20.2
25042026-05-13T18:13:00.656Z Compiling rayon-core v1.13.0
25052026-05-13T18:13:00.671Z Checking bitflags v1.3.2
25062026-05-13T18:13:00.742Z Checking mime v0.3.17
25072026-05-13T18:13:00.767Z Checking zopfli v0.8.3
25082026-05-13T18:13:00.803Z Checking dof v0.3.0
25092026-05-13T18:13:00.815Z Checking elliptic-curve v0.13.8
25102026-05-13T18:13:00.866Z Checking smoltcp v0.9.1
25112026-05-13T18:13:00.904Z Checking hashbrown v0.16.1
25122026-05-13T18:13:00.921Z Checking reqwest v0.12.28
25132026-05-13T18:13:01.077Z Checking bzip2 v0.6.1
25142026-05-13T18:13:01.096Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25152026-05-13T18:13:01.112Z Checking walkdir v2.5.0
25162026-05-13T18:13:01.235Z Checking clap_builder v4.5.60
25172026-05-13T18:13:01.270Z Checking hashbrown v0.15.5
25182026-05-13T18:13:01.285Z Checking usdt-impl v0.6.0
25192026-05-13T18:13:01.344Z Checking toml_edit v0.19.15
25202026-05-13T18:13:01.402Z Checking signal-hook-mio v0.2.5
25212026-05-13T18:13:01.445Z Checking futures v0.3.32
25222026-05-13T18:13:01.460Z Checking num-bigint-dig v0.8.6
25232026-05-13T18:13:01.501Z Checking bzip2 v0.4.4
25242026-05-13T18:13:01.522Z Checking snafu v0.8.9
25252026-05-13T18:13:01.560Z Checking phf v0.13.1
25262026-05-13T18:13:01.709Z Checking cookie_store v0.22.1
25272026-05-13T18:13:01.736Z Checking zstd v0.13.3
25282026-05-13T18:13:01.750Z Checking postgres-types v0.2.12
25292026-05-13T18:13:01.764Z Checking dtrace-parser v0.2.0
25302026-05-13T18:13:01.894Z Checking globset v0.4.18
25312026-05-13T18:13:01.916Z Checking rustls-platform-verifier v0.6.2
25322026-05-13T18:13:01.992Z Checking crossbeam-deque v0.8.6
25332026-05-13T18:13:02.027Z Checking regex v1.12.3
25342026-05-13T18:13:02.051Z Checking ed25519 v2.2.3
25352026-05-13T18:13:02.063Z Checking phf_shared v0.11.3
25362026-05-13T18:13:02.145Z Checking olpc-cjson v0.1.4
25372026-05-13T18:13:02.166Z Checking ref-cast v1.0.25
25382026-05-13T18:13:02.202Z Checking curve25519-dalek v4.1.3
25392026-05-13T18:13:02.229Z Checking strum v0.27.2
25402026-05-13T18:13:02.258Z Checking hubpack v0.1.2
25412026-05-13T18:13:02.262Z Checking memoffset v0.9.1
25422026-05-13T18:13:02.283Z Checking rustix v0.38.44
25432026-05-13T18:13:02.301Z Checking pkcs1 v0.7.5
25442026-05-13T18:13:02.336Z Checking pem v3.0.6
25452026-05-13T18:13:02.348Z Checking float-cmp v0.10.0
25462026-05-13T18:13:02.359Z Checking serde_plain v1.0.2
25472026-05-13T18:13:02.423Z Checking serde-big-array v0.5.1
25482026-05-13T18:13:02.456Z Checking erased-serde v0.3.31
25492026-05-13T18:13:02.469Z Checking rfc6979 v0.4.0
25502026-05-13T18:13:02.486Z Checking memmap2 v0.9.10
25512026-05-13T18:13:02.506Z Checking thread-id v4.2.2
25522026-05-13T18:13:02.518Z Checking env_filter v1.0.0
25532026-05-13T18:13:02.570Z Checking jiff v0.2.21
25542026-05-13T18:13:02.584Z Checking fixedbitset v0.4.2
25552026-05-13T18:13:02.595Z Checking new_debug_unreachable v1.0.6
25562026-05-13T18:13:02.641Z Checking precomputed-hash v0.1.1
25572026-05-13T18:13:02.656Z Checking whoami v2.1.0
25582026-05-13T18:13:02.660Z Checking static_assertions v1.1.0
25592026-05-13T18:13:02.721Z Checking normalize-line-endings v0.3.0
25602026-05-13T18:13:02.733Z Checking difflib v0.4.0
25612026-05-13T18:13:02.736Z Checking fixedbitset v0.5.7
25622026-05-13T18:13:02.812Z Checking keccak v0.1.6
25632026-05-13T18:13:02.855Z Checking predicates-core v1.0.10
25642026-05-13T18:13:02.859Z Checking data-encoding v2.10.0
25652026-05-13T18:13:02.915Z Checking typed-path v0.9.3
25662026-05-13T18:13:02.926Z Checking toml_write v0.1.2
25672026-05-13T18:13:02.977Z Checking unicode-segmentation v1.12.0
25682026-05-13T18:13:02.980Z Checking rustc-hash v2.1.1
25692026-05-13T18:13:03.013Z Checking ed25519-dalek v2.2.0
25702026-05-13T18:13:03.089Z Checking toml_edit v0.22.27
25712026-05-13T18:13:03.114Z Checking crossterm v0.28.1
25722026-05-13T18:13:03.142Z Checking hickory-proto v0.25.2
25732026-05-13T18:13:03.240Z Checking sha3 v0.10.8
25742026-05-13T18:13:03.295Z Checking similar v2.7.0
25752026-05-13T18:13:03.440Z Checking predicates v3.1.4
25762026-05-13T18:13:03.669Z Checking petgraph v0.8.3
25772026-05-13T18:13:03.682Z Checking tough v0.22.0
25782026-05-13T18:13:03.731Z Checking slog v2.8.2
25792026-05-13T18:13:03.801Z Checking tokio-postgres v0.7.16
25802026-05-13T18:13:03.940Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25812026-05-13T18:13:03.990Z Checking petgraph v0.6.5
25822026-05-13T18:13:04.170Z Checking string_cache v0.8.9
25832026-05-13T18:13:04.341Z Checking env_logger v0.11.9
25842026-05-13T18:13:04.529Z Checking usdt v0.6.0
25852026-05-13T18:13:04.698Z Checking ecdsa v0.16.9
25862026-05-13T18:13:04.812Z Checking zip v4.6.1
25872026-05-13T18:13:05.028Z Checking usdt-impl v0.5.0
25882026-05-13T18:13:05.050Z Checking rsa v0.9.10
25892026-05-13T18:13:05.220Z Checking clap v4.5.60
25902026-05-13T18:13:05.237Z Checking toml v0.7.8
25912026-05-13T18:13:05.299Z Checking nix v0.31.2
25922026-05-13T18:13:05.372Z Checking reqwest v0.13.2
25932026-05-13T18:13:05.512Z Checking zip v0.6.6
25942026-05-13T18:13:05.543Z Checking toml_parser v1.0.9+spec-1.1.0
25952026-05-13T18:13:05.651Z Checking itertools v0.13.0
25962026-05-13T18:13:05.678Z Checking serde_with v3.17.0
25972026-05-13T18:13:05.834Z Checking strum v0.26.3
25982026-05-13T18:13:05.872Z Checking fs-err v3.3.0
25992026-05-13T18:13:05.898Z Checking ahash v0.8.12
26002026-05-13T18:13:05.945Z Checking object v0.37.3
26012026-05-13T18:13:06.095Z Checking tokio-stream v0.1.18
26022026-05-13T18:13:06.159Z Checking buf-list v1.1.2
26032026-05-13T18:13:06.180Z Checking anyhow v1.0.102
26042026-05-13T18:13:06.206Z Checking camino v1.2.2
26052026-05-13T18:13:06.301Z Checking x509-cert v0.2.5
26062026-05-13T18:13:06.338Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26072026-05-13T18:13:06.374Z Checking openapiv3 v2.2.0
26082026-05-13T18:13:06.457Z Checking sha1 v0.10.6
26092026-05-13T18:13:06.474Z Checking toml_datetime v0.7.5+spec-1.1.0
26102026-05-13T18:13:06.598Z Checking lalrpop-util v0.19.12
26112026-05-13T18:13:06.618Z Checking peg-runtime v0.8.5
26122026-05-13T18:13:06.676Z Checking rayon v1.11.0
26132026-05-13T18:13:06.688Z Checking sigpipe v0.1.3
26142026-05-13T18:13:06.756Z Checking glob v0.3.3
26152026-05-13T18:13:08.179Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26162026-05-13T18:13:08.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.95s
26172026-05-13T18:13:08.624Z
26182026-05-13T18:13:08.624Zinfo: running `cargo check --bins` on internal-dns-types (77/276)
26192026-05-13T18:13:09.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202026-05-13T18:13:09.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212026-05-13T18:13:09.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222026-05-13T18:13:09.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26232026-05-13T18:13:09.217Z
26242026-05-13T18:13:09.217Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/276)
26252026-05-13T18:13:09.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262026-05-13T18:13:09.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272026-05-13T18:13:09.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282026-05-13T18:13:09.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26292026-05-13T18:13:09.814Z
26302026-05-13T18:13:09.814Zinfo: running `cargo check --bins` on nexus-types-versions (79/276)
26312026-05-13T18:13:10.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322026-05-13T18:13:10.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332026-05-13T18:13:10.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342026-05-13T18:13:10.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26352026-05-13T18:13:10.426Z
26362026-05-13T18:13:10.426Zinfo: running `cargo check --bins` on oxql-types (80/276)
26372026-05-13T18:13:10.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382026-05-13T18:13:10.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392026-05-13T18:13:10.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402026-05-13T18:13:10.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26412026-05-13T18:13:11.022Z
26422026-05-13T18:13:11.022Zinfo: running `cargo check --bins` on oximeter-types (81/276)
26432026-05-13T18:13:11.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442026-05-13T18:13:11.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452026-05-13T18:13:11.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462026-05-13T18:13:11.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26472026-05-13T18:13:11.622Z
26482026-05-13T18:13:11.622Zinfo: running `cargo check --bins` on oximeter-types-versions (82/276)
26492026-05-13T18:13:12.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502026-05-13T18:13:12.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512026-05-13T18:13:12.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522026-05-13T18:13:12.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26532026-05-13T18:13:12.216Z
26542026-05-13T18:13:12.216Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/276)
26552026-05-13T18:13:12.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562026-05-13T18:13:12.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572026-05-13T18:13:12.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582026-05-13T18:13:12.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26592026-05-13T18:13:12.805Z
26602026-05-13T18:13:12.805Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/276)
26612026-05-13T18:13:13.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622026-05-13T18:13:13.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632026-05-13T18:13:13.489Z Compiling structmeta-derive v0.3.0
26642026-05-13T18:13:13.606Z Compiling rustls v0.22.4
26652026-05-13T18:13:13.615Z Compiling multer v3.1.0
26662026-05-13T18:13:13.625Z Compiling async-stream-impl v0.3.6
26672026-05-13T18:13:13.628Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26682026-05-13T18:13:13.646Z Compiling dropshot v0.17.0
26692026-05-13T18:13:13.661Z Compiling newtype-uuid-macros v0.1.0
26702026-05-13T18:13:13.661Z Compiling dropshot_endpoint v0.17.0
26712026-05-13T18:13:13.784Z Checking newtype-uuid v1.3.2
26722026-05-13T18:13:13.845Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26732026-05-13T18:13:13.910Z Checking rustls-webpki v0.102.8
26742026-05-13T18:13:13.984Z Checking daft v0.1.5
26752026-05-13T18:13:14.008Z Checking thread_local v1.1.9
26762026-05-13T18:13:14.175Z Checking match_cfg v0.1.0
26772026-05-13T18:13:14.208Z Checking compression-core v0.4.31
26782026-05-13T18:13:14.219Z Checking iddqd v0.3.18
26792026-05-13T18:13:14.241Z Checking hostname v0.3.1
26802026-05-13T18:13:14.259Z Checking crossbeam-channel v0.5.15
26812026-05-13T18:13:14.328Z Checking compression-codecs v0.4.37
26822026-05-13T18:13:14.340Z Checking slog-json v2.6.1
26832026-05-13T18:13:14.407Z Checking is-terminal v0.4.17
26842026-05-13T18:13:14.490Z Checking toml_datetime v1.0.0+spec-1.1.0
26852026-05-13T18:13:14.490Z Checking serde_spanned v1.0.4
26862026-05-13T18:13:14.517Z Checking term v1.2.1
26872026-05-13T18:13:14.597Z Checking toml_writer v1.0.6+spec-1.1.0
26882026-05-13T18:13:14.632Z Checking debug-ignore v1.0.5
26892026-05-13T18:13:14.675Z Compiling structmeta v0.3.0
26902026-05-13T18:13:14.688Z Checking take_mut v0.2.2
26912026-05-13T18:13:14.733Z Checking slog-bunyan v2.5.0
26922026-05-13T18:13:14.737Z Checking slog-term v2.9.2
26932026-05-13T18:13:14.772Z Checking toml v1.0.6+spec-1.1.0
26942026-05-13T18:13:14.790Z Checking slog-async v2.8.0
26952026-05-13T18:13:14.846Z Checking async-compression v0.4.41
26962026-05-13T18:13:14.892Z Compiling derive-ex v0.1.8
26972026-05-13T18:13:14.959Z Compiling parse-display-derive v0.10.0
26982026-05-13T18:13:14.999Z Checking async-stream v0.3.6
26992026-05-13T18:13:15.069Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27002026-05-13T18:13:15.090Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27012026-05-13T18:13:15.127Z Checking progenitor-client v0.14.0
27022026-05-13T18:13:15.142Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27032026-05-13T18:13:15.281Z Checking waitgroup v0.1.2
27042026-05-13T18:13:15.347Z Checking backon v1.6.0
27052026-05-13T18:13:15.360Z Checking rustls-pemfile v2.2.0
27062026-05-13T18:13:15.416Z Checking serde_path_to_error v0.1.20
27072026-05-13T18:13:15.439Z Checking hostname v0.4.2
27082026-05-13T18:13:15.491Z Checking instant v0.1.13
27092026-05-13T18:13:15.578Z Checking backoff v0.4.0
27102026-05-13T18:13:15.688Z Checking progenitor-extras v0.2.0
27112026-05-13T18:13:15.724Z Checking tokio-rustls v0.25.0
27122026-05-13T18:13:15.744Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27132026-05-13T18:13:15.757Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27142026-05-13T18:13:15.919Z Checking itertools v0.14.0
27152026-05-13T18:13:15.953Z Checking progenitor-client v0.10.0
27162026-05-13T18:13:16.117Z Checking regress v0.10.5
27172026-05-13T18:13:16.143Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27182026-05-13T18:13:16.385Z Checking macaddr v1.0.1
27192026-05-13T18:13:16.548Z Compiling test-strategy v0.4.5
27202026-05-13T18:13:16.623Z Checking parse-display v0.10.0
27212026-05-13T18:13:17.737Z Compiling prettyplease v0.2.37
27222026-05-13T18:13:18.082Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27232026-05-13T18:13:18.195Z Checking num-rational v0.4.2
27242026-05-13T18:13:18.458Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27252026-05-13T18:13:18.776Z Checking num-complex v0.4.6
27262026-05-13T18:13:19.266Z Checking num v0.4.3
27272026-05-13T18:13:19.342Z Compiling usdt-attr-macro v0.5.0
27282026-05-13T18:13:19.451Z Compiling usdt-macro v0.5.0
27292026-05-13T18:13:19.505Z Checking memmap v0.7.0
27302026-05-13T18:13:19.535Z Compiling float-ord v0.3.2
27312026-05-13T18:13:19.636Z Compiling convert_case v0.4.0
27322026-05-13T18:13:19.654Z Checking unicode-width v0.2.0
27332026-05-13T18:13:19.905Z Checking console v0.15.11
27342026-05-13T18:13:20.010Z Compiling derive_more v0.99.20
27352026-05-13T18:13:20.117Z Checking newline-converter v0.3.0
27362026-05-13T18:13:20.162Z Checking usdt v0.5.0
27372026-05-13T18:13:20.182Z Checking atomicwrites v0.4.4
27382026-05-13T18:13:20.228Z Compiling toml v0.8.23
27392026-05-13T18:13:20.310Z Checking linked-hash-map v0.5.6
27402026-05-13T18:13:20.327Z Compiling minimal-lexical v0.2.1
27412026-05-13T18:13:20.482Z Checking lru-cache v0.1.2
27422026-05-13T18:13:20.582Z Compiling nom v7.1.3
27432026-05-13T18:13:20.606Z Checking expectorate v1.2.0
27442026-05-13T18:13:21.178Z Checking camino-tempfile v1.4.1
27452026-05-13T18:13:21.322Z Checking hickory-proto v0.24.4
27462026-05-13T18:13:21.343Z Checking phf_shared v0.12.1
27472026-05-13T18:13:21.359Z Compiling slog-dtrace v0.3.0
27482026-05-13T18:13:21.488Z Compiling chrono-tz v0.10.4
27492026-05-13T18:13:21.552Z Checking heck v0.5.0
27502026-05-13T18:13:21.670Z Checking resolv-conf v0.7.6
27512026-05-13T18:13:21.752Z Compiling const_format_proc_macros v0.2.34
27522026-05-13T18:13:21.856Z Checking phf v0.12.1
27532026-05-13T18:13:21.923Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27542026-05-13T18:13:21.998Z Checking tokio-dtrace v0.1.1
27552026-05-13T18:13:22.045Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27562026-05-13T18:13:22.184Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27572026-05-13T18:13:22.392Z Compiling derive-where v1.6.0
27582026-05-13T18:13:22.590Z Checking highway v1.3.0
27592026-05-13T18:13:22.613Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27602026-05-13T18:13:22.823Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27612026-05-13T18:13:23.181Z Checking hickory-resolver v0.24.4
27622026-05-13T18:13:23.331Z Checking const_format v0.2.35
27632026-05-13T18:13:23.366Z Checking oxide-tokio-rt v0.1.4
27642026-05-13T18:13:23.647Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27652026-05-13T18:13:23.756Z Checking gethostname v0.5.0
27662026-05-13T18:13:23.790Z Checking bcs v0.1.6
27672026-05-13T18:13:23.843Z Checking termtree v0.5.1
27682026-05-13T18:13:23.859Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27692026-05-13T18:13:23.862Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27702026-05-13T18:13:23.926Z Checking qorb v0.4.1
27712026-05-13T18:13:23.976Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27722026-05-13T18:13:27.233Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27732026-05-13T18:13:29.926Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27742026-05-13T18:13:32.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.22s
27752026-05-13T18:13:32.212Z
27762026-05-13T18:13:32.212Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276)
27772026-05-13T18:13:32.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27782026-05-13T18:13:32.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27792026-05-13T18:13:32.896Z Compiling ar_archive_writer v0.5.1
27802026-05-13T18:13:33.007Z Compiling stacker v0.1.23
27812026-05-13T18:13:33.016Z Compiling cfg_aliases v0.1.1
27822026-05-13T18:13:33.024Z Compiling convert_case v0.10.0
27832026-05-13T18:13:33.032Z Checking unicode-width v0.1.14
27842026-05-13T18:13:33.041Z Compiling proc-macro-error v1.0.4
27852026-05-13T18:13:33.053Z Checking fd-lock v4.0.4
27862026-05-13T18:13:33.056Z Checking nibble_vec v0.1.0
27872026-05-13T18:13:33.076Z Compiling nix v0.28.0
27882026-05-13T18:13:33.169Z Checking vte v0.14.1
27892026-05-13T18:13:33.181Z Compiling recursive-proc-macro-impl v0.1.1
27902026-05-13T18:13:33.261Z Checking endian-type v0.1.2
27912026-05-13T18:13:33.273Z Checking bytecount v0.6.9
27922026-05-13T18:13:33.316Z Checking strip-ansi-escapes v0.2.1
27932026-05-13T18:13:33.328Z Compiling derive_more-impl v2.1.1
27942026-05-13T18:13:33.340Z Compiling tabled_derive v0.7.0
27952026-05-13T18:13:33.370Z Checking papergrid v0.11.0
27962026-05-13T18:13:33.383Z Checking radix_trie v0.2.1
27972026-05-13T18:13:33.424Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27982026-05-13T18:13:33.571Z Compiling peg-macros v0.8.5
27992026-05-13T18:13:33.584Z Checking winnow v0.6.26
28002026-05-13T18:13:33.840Z Compiling psm v0.1.30
28012026-05-13T18:13:33.919Z Compiling sqlparser_derive v0.5.0
28022026-05-13T18:13:33.984Z Checking home v0.5.12
28032026-05-13T18:13:34.095Z Checking nu-ansi-term v0.50.3
28042026-05-13T18:13:34.118Z Checking derive_more v2.1.1
28052026-05-13T18:13:34.197Z Checking unicode_categories v0.1.1
28062026-05-13T18:13:34.286Z Checking tabled v0.15.0
28072026-05-13T18:13:34.304Z Checking reedline v0.40.0
28082026-05-13T18:13:34.353Z Checking crossterm v0.29.0
28092026-05-13T18:13:34.400Z Checking rustyline v14.0.0
28102026-05-13T18:13:34.612Z Checking recursive v0.1.1
28112026-05-13T18:13:34.698Z Checking display-error-chain v0.2.2
28122026-05-13T18:13:34.711Z Checking sqlparser v0.61.0
28132026-05-13T18:13:34.727Z Checking sqlformat v0.3.5
28142026-05-13T18:13:34.921Z Checking peg v0.8.5
28152026-05-13T18:13:45.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s
28162026-05-13T18:13:46.120Z
28172026-05-13T18:13:46.120Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276)
28182026-05-13T18:13:46.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192026-05-13T18:13:46.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202026-05-13T18:13:46.812Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28212026-05-13T18:13:50.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
28222026-05-13T18:13:50.523Z
28232026-05-13T18:13:50.523Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276)
28242026-05-13T18:13:51.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28252026-05-13T18:13:51.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28262026-05-13T18:13:51.213Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28272026-05-13T18:13:53.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
28282026-05-13T18:13:53.865Z
28292026-05-13T18:13:53.865Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276)
28302026-05-13T18:13:54.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28312026-05-13T18:13:54.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28322026-05-13T18:13:54.550Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28332026-05-13T18:13:57.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28342026-05-13T18:13:57.972Z
28352026-05-13T18:13:57.972Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276)
28362026-05-13T18:13:58.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372026-05-13T18:13:58.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382026-05-13T18:13:58.651Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28392026-05-13T18:14:01.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
28402026-05-13T18:14:02.111Z
28412026-05-13T18:14:02.111Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276)
28422026-05-13T18:14:02.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432026-05-13T18:14:02.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442026-05-13T18:14:02.796Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28452026-05-13T18:14:05.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28462026-05-13T18:14:05.553Z
28472026-05-13T18:14:05.554Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276)
28482026-05-13T18:14:06.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492026-05-13T18:14:06.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502026-05-13T18:14:06.226Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28512026-05-13T18:14:08.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
28522026-05-13T18:14:09.052Z
28532026-05-13T18:14:09.052Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276)
28542026-05-13T18:14:09.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552026-05-13T18:14:09.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562026-05-13T18:14:09.728Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28572026-05-13T18:14:13.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
28582026-05-13T18:14:13.364Z
28592026-05-13T18:14:13.364Zinfo: running `cargo check --bins` on oximeter (93/276)
28602026-05-13T18:14:13.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612026-05-13T18:14:13.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622026-05-13T18:14:13.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28632026-05-13T18:14:13.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28642026-05-13T18:14:13.969Z
28652026-05-13T18:14:13.969Zinfo: running `cargo check --bins` on oximeter-schema (94/276)
28662026-05-13T18:14:14.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672026-05-13T18:14:14.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682026-05-13T18:14:14.610Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28692026-05-13T18:14:14.775Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28702026-05-13T18:14:14.779Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28712026-05-13T18:14:15.111Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28722026-05-13T18:14:18.040Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28732026-05-13T18:14:19.241Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28742026-05-13T18:14:19.407Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28752026-05-13T18:14:20.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.10s
28762026-05-13T18:14:20.260Z
28772026-05-13T18:14:20.260Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/276)
28782026-05-13T18:14:20.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792026-05-13T18:14:20.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802026-05-13T18:14:20.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28812026-05-13T18:14:20.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28822026-05-13T18:14:20.861Z
28832026-05-13T18:14:20.861Zinfo: running `cargo check --bins` on oximeter-test-utils (96/276)
28842026-05-13T18:14:21.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852026-05-13T18:14:21.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862026-05-13T18:14:21.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28872026-05-13T18:14:21.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28882026-05-13T18:14:21.498Z
28892026-05-13T18:14:21.498Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276)
28902026-05-13T18:14:22.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912026-05-13T18:14:22.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922026-05-13T18:14:22.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28932026-05-13T18:14:22.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28942026-05-13T18:14:22.106Z
28952026-05-13T18:14:22.106Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276)
28962026-05-13T18:14:22.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972026-05-13T18:14:22.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982026-05-13T18:14:22.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28992026-05-13T18:14:22.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29002026-05-13T18:14:22.721Z
29012026-05-13T18:14:22.721Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276)
29022026-05-13T18:14:23.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032026-05-13T18:14:23.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042026-05-13T18:14:23.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29052026-05-13T18:14:23.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29062026-05-13T18:14:23.330Z
29072026-05-13T18:14:23.330Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276)
29082026-05-13T18:14:23.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092026-05-13T18:14:23.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102026-05-13T18:14:23.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29112026-05-13T18:14:23.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29122026-05-13T18:14:23.943Z
29132026-05-13T18:14:23.943Zinfo: running `cargo check --bins` on trust-quorum-types (101/276)
29142026-05-13T18:14:24.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152026-05-13T18:14:24.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162026-05-13T18:14:24.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29172026-05-13T18:14:24.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29182026-05-13T18:14:24.539Z
29192026-05-13T18:14:24.539Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/276)
29202026-05-13T18:14:25.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212026-05-13T18:14:25.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222026-05-13T18:14:25.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29232026-05-13T18:14:25.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29242026-05-13T18:14:25.156Z
29252026-05-13T18:14:25.156Zinfo: running `cargo check --bins` on update-engine (103/276)
29262026-05-13T18:14:25.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272026-05-13T18:14:25.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282026-05-13T18:14:25.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29292026-05-13T18:14:25.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29302026-05-13T18:14:25.744Z
29312026-05-13T18:14:25.744Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/276)
29322026-05-13T18:14:26.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29332026-05-13T18:14:26.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29342026-05-13T18:14:26.469Z Compiling crucible-workspace-hack v0.1.0
29352026-05-13T18:14:26.587Z Checking secrecy v0.10.3
29362026-05-13T18:14:26.593Z Compiling heapless v0.8.0
29372026-05-13T18:14:26.599Z Compiling ingot-macros v0.1.1
29382026-05-13T18:14:26.606Z Compiling toml_edit v0.23.10+spec-1.0.0
29392026-05-13T18:14:26.610Z Checking hash32 v0.3.1
29402026-05-13T18:14:26.625Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29412026-05-13T18:14:26.629Z Compiling smoltcp v0.11.0
29422026-05-13T18:14:26.686Z Checking cobs v0.3.0
29432026-05-13T18:14:26.732Z Compiling thiserror-impl-no-std v2.0.2
29442026-05-13T18:14:26.833Z Checking universal-hash v0.5.1
29452026-05-13T18:14:26.851Z Checking half v2.7.1
29462026-05-13T18:14:26.876Z Checking ciborium-io v0.2.2
29472026-05-13T18:14:26.949Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29482026-05-13T18:14:26.964Z Checking opaque-debug v0.3.1
29492026-05-13T18:14:27.028Z Checking postcard v1.1.3
29502026-05-13T18:14:27.078Z Checking poly1305 v0.8.0
29512026-05-13T18:14:27.105Z Checking ciborium-ll v0.2.2
29522026-05-13T18:14:27.172Z Compiling proc-macro-crate v3.4.0
29532026-05-13T18:14:27.296Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29542026-05-13T18:14:27.313Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29552026-05-13T18:14:27.335Z Checking password-hash v0.5.0
29562026-05-13T18:14:27.562Z Checking chacha20 v0.9.1
29572026-05-13T18:14:27.585Z Compiling proc-macro-crate v1.3.1
29582026-05-13T18:14:27.600Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29592026-05-13T18:14:27.661Z Checking blake2 v0.10.6
29602026-05-13T18:14:27.743Z Compiling num_enum_derive v0.7.5
29612026-05-13T18:14:27.770Z Checking aead v0.5.2
29622026-05-13T18:14:27.842Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29632026-05-13T18:14:27.898Z Compiling foreign-types-macros v0.2.3
29642026-05-13T18:14:27.910Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29652026-05-13T18:14:27.919Z Checking thiserror-no-std v2.0.2
29662026-05-13T18:14:28.008Z Checking foreign-types-shared v0.3.1
29672026-05-13T18:14:28.020Z Checking cpufeatures v0.3.0
29682026-05-13T18:14:28.050Z Compiling num_enum_derive v0.5.11
29692026-05-13T18:14:28.091Z Checking chacha20 v0.10.0
29702026-05-13T18:14:28.105Z Checking vsss-rs v3.3.4
29712026-05-13T18:14:28.166Z Checking chacha20poly1305 v0.10.1
29722026-05-13T18:14:28.294Z Checking argon2 v0.5.3
29732026-05-13T18:14:28.305Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29742026-05-13T18:14:28.476Z Checking foreign-types v0.5.0
29752026-05-13T18:14:28.762Z Checking ciborium v0.2.2
29762026-05-13T18:14:28.765Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29772026-05-13T18:14:28.765Z Checking tabwriter v1.4.1
29782026-05-13T18:14:28.791Z Checking num_enum v0.7.5
29792026-05-13T18:14:28.898Z Checking byte-wrapper v0.1.0
29802026-05-13T18:14:28.912Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29812026-05-13T18:14:28.938Z Checking cstr-argument v0.1.2
29822026-05-13T18:14:29.044Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29832026-05-13T18:14:29.060Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29842026-05-13T18:14:29.078Z Checking num_enum v0.5.11
29852026-05-13T18:14:29.107Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29862026-05-13T18:14:29.191Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29872026-05-13T18:14:29.211Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29882026-05-13T18:14:29.270Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29892026-05-13T18:14:29.333Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29902026-05-13T18:14:29.355Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29912026-05-13T18:14:29.422Z Checking rand v0.10.0
29922026-05-13T18:14:29.436Z Checking ingot-types v0.1.2
29932026-05-13T18:14:29.449Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29942026-05-13T18:14:29.486Z Checking indent_write v2.2.0
29952026-05-13T18:14:29.560Z Checking colored v3.1.1
29962026-05-13T18:14:29.614Z Compiling zone_cfg_derive v0.3.1
29972026-05-13T18:14:29.726Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29982026-05-13T18:14:29.752Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29992026-05-13T18:14:29.765Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30002026-05-13T18:14:29.765Z Checking itertools v0.12.1
30012026-05-13T18:14:29.789Z Checking ingot v0.1.1
30022026-05-13T18:14:29.847Z Compiling num-derive v0.4.2
30032026-05-13T18:14:29.897Z Checking swrite v0.1.0
30042026-05-13T18:14:29.931Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30052026-05-13T18:14:29.986Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30062026-05-13T18:14:30.133Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30072026-05-13T18:14:30.264Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30082026-05-13T18:14:30.285Z Checking dropshot-api-manager-types v0.7.1
30092026-05-13T18:14:30.300Z Checking smf v0.2.3
30102026-05-13T18:14:30.324Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30112026-05-13T18:14:30.367Z Checking nanorand v0.7.0
30122026-05-13T18:14:30.453Z Checking whoami v1.6.1
30132026-05-13T18:14:30.528Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30142026-05-13T18:14:30.562Z Checking flume v0.11.1
30152026-05-13T18:14:30.760Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30162026-05-13T18:14:30.789Z Checking zone v0.3.1
30172026-05-13T18:14:31.333Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30182026-05-13T18:14:32.301Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30192026-05-13T18:14:33.218Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30202026-05-13T18:14:36.276Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30212026-05-13T18:14:38.303Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30222026-05-13T18:14:39.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.66s
30232026-05-13T18:14:39.602Z
30242026-05-13T18:14:39.602Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/276)
30252026-05-13T18:14:40.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262026-05-13T18:14:40.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272026-05-13T18:14:40.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282026-05-13T18:14:40.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30292026-05-13T18:14:40.214Z
30302026-05-13T18:14:40.214Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/276)
30312026-05-13T18:14:40.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-05-13T18:14:40.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-05-13T18:14:40.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-05-13T18:14:40.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30352026-05-13T18:14:40.825Z
30362026-05-13T18:14:40.825Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/276)
30372026-05-13T18:14:41.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-05-13T18:14:41.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-05-13T18:14:41.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-05-13T18:14:41.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30412026-05-13T18:14:41.439Z
30422026-05-13T18:14:41.439Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276)
30432026-05-13T18:14:41.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-05-13T18:14:41.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-05-13T18:14:41.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-05-13T18:14:41.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30472026-05-13T18:14:42.060Z
30482026-05-13T18:14:42.060Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276)
30492026-05-13T18:14:42.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-05-13T18:14:42.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-05-13T18:14:42.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-05-13T18:14:42.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30532026-05-13T18:14:42.665Z
30542026-05-13T18:14:42.665Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/276)
30552026-05-13T18:14:43.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-05-13T18:14:43.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-05-13T18:14:43.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582026-05-13T18:14:43.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30592026-05-13T18:14:43.271Z
30602026-05-13T18:14:43.272Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/276)
30612026-05-13T18:14:43.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-05-13T18:14:43.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-05-13T18:14:43.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-05-13T18:14:43.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30652026-05-13T18:14:43.879Z
30662026-05-13T18:14:43.879Zinfo: running `cargo check --bins` on cockroach-admin-client (112/276)
30672026-05-13T18:14:44.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-05-13T18:14:44.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-05-13T18:14:44.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702026-05-13T18:14:44.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30712026-05-13T18:14:44.472Z
30722026-05-13T18:14:44.472Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/276)
30732026-05-13T18:14:44.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-05-13T18:14:44.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-05-13T18:14:44.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762026-05-13T18:14:44.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30772026-05-13T18:14:45.080Z
30782026-05-13T18:14:45.080Zinfo: running `cargo check --bins` on dns-service-client (114/276)
30792026-05-13T18:14:45.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-05-13T18:14:45.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-05-13T18:14:45.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-05-13T18:14:45.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30832026-05-13T18:14:45.689Z
30842026-05-13T18:14:45.689Zinfo: running `cargo check --bins` on installinator-client (115/276)
30852026-05-13T18:14:46.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-05-13T18:14:46.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-05-13T18:14:46.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-05-13T18:14:46.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30892026-05-13T18:14:46.299Z
30902026-05-13T18:14:46.299Zinfo: running `cargo check --bins` on nexus-client (116/276)
30912026-05-13T18:14:46.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-05-13T18:14:46.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-05-13T18:14:46.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942026-05-13T18:14:46.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30952026-05-13T18:14:46.944Z
30962026-05-13T18:14:46.944Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/276)
30972026-05-13T18:14:47.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982026-05-13T18:14:47.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992026-05-13T18:14:47.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002026-05-13T18:14:47.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31012026-05-13T18:14:47.593Z
31022026-05-13T18:14:47.593Zinfo: running `cargo check --bins` on ntp-admin-client (118/276)
31032026-05-13T18:14:48.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-05-13T18:14:48.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-05-13T18:14:48.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-05-13T18:14:48.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31072026-05-13T18:14:48.190Z
31082026-05-13T18:14:48.190Zinfo: running `cargo check --bins` on oxide-client (119/276)
31092026-05-13T18:14:48.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-05-13T18:14:48.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-05-13T18:14:48.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-05-13T18:14:48.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31132026-05-13T18:14:48.785Z
31142026-05-13T18:14:48.785Zinfo: running `cargo check --bins` on oximeter-client (120/276)
31152026-05-13T18:14:49.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-05-13T18:14:49.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-05-13T18:14:49.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-05-13T18:14:49.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31192026-05-13T18:14:49.389Z
31202026-05-13T18:14:49.389Zinfo: running `cargo check --bins` on repo-depot-client (121/276)
31212026-05-13T18:14:49.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-05-13T18:14:49.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-05-13T18:14:49.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-05-13T18:14:49.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31252026-05-13T18:14:49.984Z
31262026-05-13T18:14:49.984Zinfo: running `cargo check --bins` on sled-agent-client (122/276)
31272026-05-13T18:14:50.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-05-13T18:14:50.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-05-13T18:14:50.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-05-13T18:14:50.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31312026-05-13T18:14:50.603Z
31322026-05-13T18:14:50.603Zinfo: running `cargo check --bins` on wicketd-client (123/276)
31332026-05-13T18:14:51.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-05-13T18:14:51.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-05-13T18:14:51.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-05-13T18:14:51.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31372026-05-13T18:14:51.237Z
31382026-05-13T18:14:51.237Zinfo: running `cargo check --bins` on installinator-common (124/276)
31392026-05-13T18:14:51.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-05-13T18:14:51.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-05-13T18:14:51.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422026-05-13T18:14:51.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31432026-05-13T18:14:51.867Z
31442026-05-13T18:14:51.867Zinfo: running `cargo check --bins` on installinator-common-versions (125/276)
31452026-05-13T18:14:52.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462026-05-13T18:14:52.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472026-05-13T18:14:52.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482026-05-13T18:14:52.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31492026-05-13T18:14:52.467Z
31502026-05-13T18:14:52.467Zinfo: running `cargo check --bins` on wicket-common (126/276)
31512026-05-13T18:14:52.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522026-05-13T18:14:52.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532026-05-13T18:14:52.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542026-05-13T18:14:53.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31552026-05-13T18:14:53.097Z
31562026-05-13T18:14:53.097Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/276)
31572026-05-13T18:14:53.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582026-05-13T18:14:53.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592026-05-13T18:14:53.802Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31602026-05-13T18:14:53.917Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31612026-05-13T18:14:53.924Z Checking csv-core v0.1.13
31622026-05-13T18:14:53.932Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31632026-05-13T18:14:53.938Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31642026-05-13T18:14:53.948Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31652026-05-13T18:14:53.959Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31662026-05-13T18:14:53.970Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31672026-05-13T18:14:54.077Z Checking csv v1.4.0
31682026-05-13T18:14:54.097Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31692026-05-13T18:14:54.145Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31702026-05-13T18:14:54.172Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31712026-05-13T18:14:54.404Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31722026-05-13T18:14:54.770Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31732026-05-13T18:14:54.773Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31742026-05-13T18:14:55.108Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31752026-05-13T18:15:00.860Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31762026-05-13T18:15:01.389Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31772026-05-13T18:15:03.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.63s
31782026-05-13T18:15:03.923Z
31792026-05-13T18:15:03.923Zinfo: running `cargo check --bins` on cockroach-admin-api (128/276)
31802026-05-13T18:15:04.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-05-13T18:15:04.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-05-13T18:15:04.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31832026-05-13T18:15:04.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31842026-05-13T18:15:04.529Z
31852026-05-13T18:15:04.529Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/276)
31862026-05-13T18:15:05.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872026-05-13T18:15:05.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882026-05-13T18:15:05.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31892026-05-13T18:15:05.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31902026-05-13T18:15:05.220Z
31912026-05-13T18:15:05.220Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/276)
31922026-05-13T18:15:05.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-05-13T18:15:05.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-05-13T18:15:05.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31952026-05-13T18:15:05.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31962026-05-13T18:15:05.906Z
31972026-05-13T18:15:05.906Zinfo: running `cargo check --bins` on gateway-test-utils (131/276)
31982026-05-13T18:15:06.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-05-13T18:15:06.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-05-13T18:15:06.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-05-13T18:15:06.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32022026-05-13T18:15:06.565Z
32032026-05-13T18:15:06.565Zinfo: running `cargo check --bins` on omicron-gateway (132/276)
32042026-05-13T18:15:07.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-05-13T18:15:07.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-05-13T18:15:07.334Z Compiling regress v0.11.1
32072026-05-13T18:15:07.473Z Compiling unsafe-libyaml v0.2.11
32082026-05-13T18:15:07.485Z Compiling semver v0.1.20
32092026-05-13T18:15:07.497Z Compiling radium v0.7.0
32102026-05-13T18:15:07.512Z Checking tap v1.0.1
32112026-05-13T18:15:07.516Z Compiling maybe-uninit v2.0.0
32122026-05-13T18:15:07.538Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32132026-05-13T18:15:07.615Z Checking wyz v0.5.1
32142026-05-13T18:15:07.765Z Compiling rustc_version v0.1.7
32152026-05-13T18:15:07.792Z Checking progenitor-client v0.13.0
32162026-05-13T18:15:07.877Z Compiling zerocopy-derive v0.6.6
32172026-05-13T18:15:07.943Z Checking crc-catalog v2.4.0
32182026-05-13T18:15:07.985Z Compiling newtype_derive v0.1.6
32192026-05-13T18:15:08.038Z Compiling serde_yaml v0.9.34+deprecated
32202026-05-13T18:15:08.068Z Compiling cancel-safe-futures v0.1.5
32212026-05-13T18:15:08.178Z Compiling owo-colors v4.3.0
32222026-05-13T18:15:08.230Z Compiling packed_struct v0.10.1
32232026-05-13T18:15:08.276Z Checking funty v2.0.0
32242026-05-13T18:15:08.561Z Checking crc v3.4.0
32252026-05-13T18:15:08.599Z Checking bitvec v1.0.1
32262026-05-13T18:15:08.650Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32272026-05-13T18:15:08.709Z Checking zerocopy v0.6.6
32282026-05-13T18:15:08.736Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32292026-05-13T18:15:08.888Z Checking typify-impl v0.6.2
32302026-05-13T18:15:09.038Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32312026-05-13T18:15:09.070Z Compiling packed_struct_codegen v0.10.1
32322026-05-13T18:15:09.186Z Checking libsw-core v0.3.2
32332026-05-13T18:15:09.289Z Compiling bitfield-macros v0.19.4
32342026-05-13T18:15:09.334Z Compiling indexmap v1.9.3
32352026-05-13T18:15:09.486Z Checking nodrop v0.1.14
32362026-05-13T18:15:09.587Z Checking libsw v3.5.0
32372026-05-13T18:15:09.591Z Checking array-init v0.0.4
32382026-05-13T18:15:09.704Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32392026-05-13T18:15:09.881Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32402026-05-13T18:15:09.897Z Checking smallvec v0.6.14
32412026-05-13T18:15:09.998Z Checking bitfield v0.19.4
32422026-05-13T18:15:10.024Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32432026-05-13T18:15:10.149Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32442026-05-13T18:15:10.267Z Checking linear-map v1.2.0
32452026-05-13T18:15:10.282Z Checking unicode-linebreak v0.1.5
32462026-05-13T18:15:10.339Z Checking hashbrown v0.12.3
32472026-05-13T18:15:10.438Z Checking base64 v0.21.7
32482026-05-13T18:15:10.452Z Checking smawk v0.3.2
32492026-05-13T18:15:10.494Z Checking tagptr v0.2.0
32502026-05-13T18:15:10.583Z Checking textwrap v0.16.2
32512026-05-13T18:15:10.636Z Checking moka v0.12.13
32522026-05-13T18:15:10.652Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32532026-05-13T18:15:10.678Z Checking ron v0.8.1
32542026-05-13T18:15:10.692Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32552026-05-13T18:15:10.802Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32562026-05-13T18:15:10.859Z Checking steno v0.4.1
32572026-05-13T18:15:11.069Z Checking serde-hex v0.1.0
32582026-05-13T18:15:11.186Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32592026-05-13T18:15:11.205Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32602026-05-13T18:15:11.260Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32612026-05-13T18:15:11.365Z Checking hashbrown v0.13.2
32622026-05-13T18:15:11.611Z Checking humantime v2.3.0
32632026-05-13T18:15:11.783Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32642026-05-13T18:15:11.796Z Checking crc-any v2.5.0
32652026-05-13T18:15:11.828Z Checking object v0.30.4
32662026-05-13T18:15:11.843Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32672026-05-13T18:15:11.920Z Checking hickory-resolver v0.25.2
32682026-05-13T18:15:11.970Z Checking void v1.0.2
32692026-05-13T18:15:12.000Z Checking half v1.8.3
32702026-05-13T18:15:12.015Z Checking utf-8 v0.7.6
32712026-05-13T18:15:12.088Z Checking path-slash v0.1.5
32722026-05-13T18:15:12.146Z Checking tungstenite v0.23.0
32732026-05-13T18:15:12.195Z Checking lzss v0.8.2
32742026-05-13T18:15:12.206Z Checking serde_cbor v0.11.2
32752026-05-13T18:15:12.536Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32762026-05-13T18:15:12.571Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32772026-05-13T18:15:12.585Z Checking nix v0.27.1
32782026-05-13T18:15:12.615Z Checking kstat-rs v0.2.4
32792026-05-13T18:15:12.643Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32802026-05-13T18:15:12.697Z Checking fxhash v0.2.1
32812026-05-13T18:15:12.807Z Checking serde_bytes v0.11.19
32822026-05-13T18:15:12.821Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32832026-05-13T18:15:12.825Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32842026-05-13T18:15:12.983Z Checking tokio-tungstenite v0.23.1
32852026-05-13T18:15:13.073Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32862026-05-13T18:15:13.096Z Checking signal-hook-tokio v0.3.1
32872026-05-13T18:15:13.401Z Compiling typify-macro v0.6.2
32882026-05-13T18:15:14.182Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32892026-05-13T18:15:14.524Z Compiling typify v0.6.2
32902026-05-13T18:15:14.606Z Compiling progenitor-impl v0.13.0
32912026-05-13T18:15:14.606Z Compiling progenitor-impl v0.14.0
32922026-05-13T18:15:15.076Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32932026-05-13T18:15:15.402Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
32942026-05-13T18:15:16.186Z Compiling progenitor-macro v0.13.0
32952026-05-13T18:15:16.226Z Compiling progenitor-macro v0.14.0
32962026-05-13T18:15:18.624Z Checking progenitor v0.13.0
32972026-05-13T18:15:18.749Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32982026-05-13T18:15:18.884Z Checking progenitor v0.14.0
32992026-05-13T18:15:18.999Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33002026-05-13T18:15:21.781Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33012026-05-13T18:15:29.409Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33022026-05-13T18:15:35.670Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33032026-05-13T18:15:37.053Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33042026-05-13T18:15:37.569Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33052026-05-13T18:15:39.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.08s
33062026-05-13T18:15:39.856Z
33072026-05-13T18:15:39.856Zinfo: running `cargo check --bins` on gateway-api (133/276)
33082026-05-13T18:15:40.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092026-05-13T18:15:40.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102026-05-13T18:15:40.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33112026-05-13T18:15:40.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33122026-05-13T18:15:40.466Z
33132026-05-13T18:15:40.466Zinfo: running `cargo check --bins` on ipcc (134/276)
33142026-05-13T18:15:40.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33152026-05-13T18:15:40.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33162026-05-13T18:15:40.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33172026-05-13T18:15:40.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33182026-05-13T18:15:41.069Z
33192026-05-13T18:15:41.069Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/276)
33202026-05-13T18:15:41.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33212026-05-13T18:15:41.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33222026-05-13T18:15:41.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33232026-05-13T18:15:41.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33242026-05-13T18:15:41.662Z
33252026-05-13T18:15:41.662Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/276)
33262026-05-13T18:15:42.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33272026-05-13T18:15:42.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33282026-05-13T18:15:42.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33292026-05-13T18:15:42.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33302026-05-13T18:15:42.268Z
33312026-05-13T18:15:42.269Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/276)
33322026-05-13T18:15:42.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33332026-05-13T18:15:42.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33342026-05-13T18:15:42.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33352026-05-13T18:15:42.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33362026-05-13T18:15:42.867Z
33372026-05-13T18:15:42.868Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/276)
33382026-05-13T18:15:43.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33392026-05-13T18:15:43.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33402026-05-13T18:15:43.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33412026-05-13T18:15:43.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33422026-05-13T18:15:43.472Z
33432026-05-13T18:15:43.473Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/276)
33442026-05-13T18:15:43.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452026-05-13T18:15:43.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462026-05-13T18:15:43.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33472026-05-13T18:15:43.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33482026-05-13T18:15:44.079Z
33492026-05-13T18:15:44.079Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/276)
33502026-05-13T18:15:44.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512026-05-13T18:15:44.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522026-05-13T18:15:44.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33532026-05-13T18:15:44.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33542026-05-13T18:15:44.685Z
33552026-05-13T18:15:44.685Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/276)
33562026-05-13T18:15:45.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572026-05-13T18:15:45.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582026-05-13T18:15:45.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33592026-05-13T18:15:45.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33602026-05-13T18:15:45.282Z
33612026-05-13T18:15:45.282Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/276)
33622026-05-13T18:15:45.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632026-05-13T18:15:45.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642026-05-13T18:15:45.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33652026-05-13T18:15:45.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33662026-05-13T18:15:45.884Z
33672026-05-13T18:15:45.884Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/276)
33682026-05-13T18:15:46.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692026-05-13T18:15:46.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702026-05-13T18:15:46.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33712026-05-13T18:15:46.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33722026-05-13T18:15:46.492Z
33732026-05-13T18:15:46.492Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/276)
33742026-05-13T18:15:47.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752026-05-13T18:15:47.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762026-05-13T18:15:47.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33772026-05-13T18:15:47.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33782026-05-13T18:15:47.100Z
33792026-05-13T18:15:47.100Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/276)
33802026-05-13T18:15:47.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812026-05-13T18:15:47.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822026-05-13T18:15:47.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33832026-05-13T18:15:47.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33842026-05-13T18:15:47.709Z
33852026-05-13T18:15:47.709Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/276)
33862026-05-13T18:15:48.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872026-05-13T18:15:48.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882026-05-13T18:15:48.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892026-05-13T18:15:48.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33902026-05-13T18:15:48.321Z
33912026-05-13T18:15:48.321Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/276)
33922026-05-13T18:15:48.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932026-05-13T18:15:48.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942026-05-13T18:15:48.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952026-05-13T18:15:48.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33962026-05-13T18:15:48.933Z
33972026-05-13T18:15:48.933Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/276)
33982026-05-13T18:15:49.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992026-05-13T18:15:49.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002026-05-13T18:15:49.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012026-05-13T18:15:49.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34022026-05-13T18:15:49.546Z
34032026-05-13T18:15:49.546Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/276)
34042026-05-13T18:15:50.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052026-05-13T18:15:50.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062026-05-13T18:15:50.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072026-05-13T18:15:50.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34082026-05-13T18:15:50.160Z
34092026-05-13T18:15:50.160Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/276)
34102026-05-13T18:15:50.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112026-05-13T18:15:50.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122026-05-13T18:15:50.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132026-05-13T18:15:50.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34142026-05-13T18:15:50.774Z
34152026-05-13T18:15:50.774Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/276)
34162026-05-13T18:15:51.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172026-05-13T18:15:51.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182026-05-13T18:15:51.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34192026-05-13T18:15:51.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34202026-05-13T18:15:51.384Z
34212026-05-13T18:15:51.384Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/276)
34222026-05-13T18:15:51.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232026-05-13T18:15:51.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242026-05-13T18:15:51.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252026-05-13T18:15:51.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34262026-05-13T18:15:51.998Z
34272026-05-13T18:15:51.998Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/276)
34282026-05-13T18:15:52.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292026-05-13T18:15:52.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302026-05-13T18:15:52.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34312026-05-13T18:15:52.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34322026-05-13T18:15:52.605Z
34332026-05-13T18:15:52.605Zinfo: running `cargo check --bins` on oximeter-producer (154/276)
34342026-05-13T18:15:53.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352026-05-13T18:15:53.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362026-05-13T18:15:53.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34372026-05-13T18:15:53.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34382026-05-13T18:15:53.247Z
34392026-05-13T18:15:53.247Zinfo: running `cargo check --bins` on internal-dns-resolver (155/276)
34402026-05-13T18:15:53.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412026-05-13T18:15:53.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422026-05-13T18:15:53.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432026-05-13T18:15:53.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34442026-05-13T18:15:53.863Z
34452026-05-13T18:15:53.863Zinfo: running `cargo check --bins` on dns-server (156/276)
34462026-05-13T18:15:54.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472026-05-13T18:15:54.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482026-05-13T18:15:54.526Z Compiling parking_lot_core v0.8.6
34492026-05-13T18:15:54.526Z Compiling atomicwrites v0.4.4
34502026-05-13T18:15:54.532Z Compiling git-stub v1.0.0
34512026-05-13T18:15:54.532Z Checking prefix-trie v0.7.0
34522026-05-13T18:15:54.632Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34532026-05-13T18:15:54.758Z Compiling git-stub-vcs v0.1.0
34542026-05-13T18:15:54.919Z Checking hickory-server v0.25.2
34552026-05-13T18:15:55.033Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34562026-05-13T18:15:55.043Z Checking parking_lot v0.11.2
34572026-05-13T18:15:55.144Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34582026-05-13T18:15:55.144Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34592026-05-13T18:15:55.212Z Checking sled v0.34.7
34602026-05-13T18:15:57.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
34612026-05-13T18:15:57.294Z
34622026-05-13T18:15:57.295Zinfo: running `cargo check --bins` on dns-server-api (157/276)
34632026-05-13T18:15:57.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-05-13T18:15:57.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-05-13T18:15:57.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34662026-05-13T18:15:57.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34672026-05-13T18:15:57.897Z
34682026-05-13T18:15:57.897Zinfo: running `cargo check --bins` on oximeter-producer-api (158/276)
34692026-05-13T18:15:58.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702026-05-13T18:15:58.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712026-05-13T18:15:58.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34722026-05-13T18:15:58.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34732026-05-13T18:15:58.503Z
34742026-05-13T18:15:58.503Zinfo: running `cargo check --bins` on sp-sim (159/276)
34752026-05-13T18:15:59.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762026-05-13T18:15:59.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772026-05-13T18:15:59.235Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34782026-05-13T18:16:00.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
34792026-05-13T18:16:01.202Z
34802026-05-13T18:16:01.202Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/276)
34812026-05-13T18:16:01.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822026-05-13T18:16:01.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832026-05-13T18:16:01.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34842026-05-13T18:16:01.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34852026-05-13T18:16:01.847Z
34862026-05-13T18:16:01.847Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/276)
34872026-05-13T18:16:02.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882026-05-13T18:16:02.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892026-05-13T18:16:02.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34902026-05-13T18:16:02.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34912026-05-13T18:16:02.503Z
34922026-05-13T18:16:02.503Zinfo: running `cargo check --bins` on db-macros (162/276)
34932026-05-13T18:16:02.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942026-05-13T18:16:02.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952026-05-13T18:16:02.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34962026-05-13T18:16:03.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34972026-05-13T18:16:03.087Z
34982026-05-13T18:16:03.088Zinfo: running `cargo check --bins` on nexus-macros-common (163/276)
34992026-05-13T18:16:03.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002026-05-13T18:16:03.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012026-05-13T18:16:03.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022026-05-13T18:16:03.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35032026-05-13T18:16:03.674Z
35042026-05-13T18:16:03.674Zinfo: running `cargo check --bins` on nexus-auth (164/276)
35052026-05-13T18:16:04.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062026-05-13T18:16:04.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072026-05-13T18:16:04.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082026-05-13T18:16:04.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35092026-05-13T18:16:04.327Z
35102026-05-13T18:16:04.327Zinfo: running `cargo check --bins` on authz-macros (165/276)
35112026-05-13T18:16:04.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122026-05-13T18:16:04.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132026-05-13T18:16:04.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142026-05-13T18:16:04.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35152026-05-13T18:16:04.920Z
35162026-05-13T18:16:04.920Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/276)
35172026-05-13T18:16:05.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-05-13T18:16:05.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-05-13T18:16:05.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202026-05-13T18:16:05.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35212026-05-13T18:16:05.568Z
35222026-05-13T18:16:05.568Zinfo: running `cargo check --bins` on nexus-db-model (167/276)
35232026-05-13T18:16:06.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-05-13T18:16:06.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-05-13T18:16:06.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262026-05-13T18:16:06.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35272026-05-13T18:16:06.209Z
35282026-05-13T18:16:06.209Zinfo: running `cargo check --bins` on nexus-db-schema (168/276)
35292026-05-13T18:16:06.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-05-13T18:16:06.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-05-13T18:16:06.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322026-05-13T18:16:06.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35332026-05-13T18:16:06.797Z
35342026-05-13T18:16:06.797Zinfo: running `cargo check --bins` on omicron-rpaths (169/276)
35352026-05-13T18:16:07.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-05-13T18:16:07.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-05-13T18:16:07.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-05-13T18:16:07.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35392026-05-13T18:16:07.384Z
35402026-05-13T18:16:07.384Zinfo: running `cargo check --bins` on nexus-defaults (170/276)
35412026-05-13T18:16:07.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-05-13T18:16:07.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-05-13T18:16:07.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-05-13T18:16:07.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35452026-05-13T18:16:07.989Z
35462026-05-13T18:16:07.989Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/276)
35472026-05-13T18:16:08.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-05-13T18:16:08.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-05-13T18:16:08.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-05-13T18:16:08.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35512026-05-13T18:16:08.575Z
35522026-05-13T18:16:08.576Zinfo: running `cargo check --bins` on parallel-task-set (172/276)
35532026-05-13T18:16:09.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-05-13T18:16:09.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-05-13T18:16:09.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-05-13T18:16:09.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35572026-05-13T18:16:09.158Z
35582026-05-13T18:16:09.158Zinfo: running `cargo check --bins` on nexus-db-errors (173/276)
35592026-05-13T18:16:09.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-05-13T18:16:09.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-05-13T18:16:09.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-05-13T18:16:09.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35632026-05-13T18:16:09.800Z
35642026-05-13T18:16:09.800Zinfo: running `cargo check --bins` on nexus-db-lookup (174/276)
35652026-05-13T18:16:10.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-05-13T18:16:10.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-05-13T18:16:10.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35682026-05-13T18:16:10.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35692026-05-13T18:16:10.449Z
35702026-05-13T18:16:10.449Zinfo: running `cargo check --bins` on nexus-inventory (175/276)
35712026-05-13T18:16:10.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722026-05-13T18:16:10.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732026-05-13T18:16:10.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35742026-05-13T18:16:10.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35752026-05-13T18:16:11.090Z
35762026-05-13T18:16:11.090Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/276)
35772026-05-13T18:16:11.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-05-13T18:16:11.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-05-13T18:16:11.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802026-05-13T18:16:11.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35812026-05-13T18:16:11.710Z
35822026-05-13T18:16:11.710Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/276)
35832026-05-13T18:16:12.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-05-13T18:16:12.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-05-13T18:16:12.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-05-13T18:16:12.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35872026-05-13T18:16:12.327Z
35882026-05-13T18:16:12.327Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/276)
35892026-05-13T18:16:12.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-05-13T18:16:12.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-05-13T18:16:12.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922026-05-13T18:16:12.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35932026-05-13T18:16:12.952Z
35942026-05-13T18:16:12.952Zinfo: running `cargo check --bins` on key-manager (179/276)
35952026-05-13T18:16:13.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-05-13T18:16:13.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-05-13T18:16:13.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982026-05-13T18:16:13.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35992026-05-13T18:16:13.552Z
36002026-05-13T18:16:13.552Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/276)
36012026-05-13T18:16:14.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-05-13T18:16:14.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-05-13T18:16:14.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042026-05-13T18:16:14.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36052026-05-13T18:16:14.167Z
36062026-05-13T18:16:14.167Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/276)
36072026-05-13T18:16:14.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-05-13T18:16:14.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-05-13T18:16:14.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36102026-05-13T18:16:14.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36112026-05-13T18:16:14.782Z
36122026-05-13T18:16:14.782Zinfo: running `cargo check --bins` on typed-rng (182/276)
36132026-05-13T18:16:15.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-05-13T18:16:15.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-05-13T18:16:15.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162026-05-13T18:16:15.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36172026-05-13T18:16:15.371Z
36182026-05-13T18:16:15.371Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/276)
36192026-05-13T18:16:15.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-05-13T18:16:15.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-05-13T18:16:16.225Z Compiling typify-impl v0.4.3
36222026-05-13T18:16:16.225Z Compiling libefi-sys v0.1.0
36232026-05-13T18:16:16.370Z Compiling bitfield-struct v0.6.2
36242026-05-13T18:16:16.378Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36252026-05-13T18:16:16.388Z Compiling xshell-macros v0.2.7
36262026-05-13T18:16:16.400Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36272026-05-13T18:16:16.415Z Compiling salty v0.3.0
36282026-05-13T18:16:16.446Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36292026-05-13T18:16:16.572Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36302026-05-13T18:16:16.719Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36312026-05-13T18:16:16.734Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36322026-05-13T18:16:16.750Z Checking xshell v0.2.7
36332026-05-13T18:16:16.923Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36342026-05-13T18:16:16.941Z Checking primeorder v0.13.6
36352026-05-13T18:16:16.977Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36362026-05-13T18:16:17.090Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36372026-05-13T18:16:17.106Z Compiling proc-macro-error-attr2 v2.0.0
36382026-05-13T18:16:17.175Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36392026-05-13T18:16:17.215Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36402026-05-13T18:16:17.358Z Checking tungstenite v0.21.0
36412026-05-13T18:16:17.394Z Checking p384 v0.13.1
36422026-05-13T18:16:17.449Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36432026-05-13T18:16:17.485Z Compiling proc-macro-error2 v2.0.1
36442026-05-13T18:16:17.592Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36452026-05-13T18:16:17.797Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36462026-05-13T18:16:17.814Z Compiling tabled_derive v0.11.0
36472026-05-13T18:16:17.818Z Checking tokio-tungstenite v0.21.0
36482026-05-13T18:16:18.129Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36492026-05-13T18:16:18.241Z Checking papergrid v0.17.0
36502026-05-13T18:16:18.257Z Checking libscf-sys v1.2.0
36512026-05-13T18:16:18.308Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36522026-05-13T18:16:18.392Z Checking testing_table v0.3.0
36532026-05-13T18:16:18.491Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36542026-05-13T18:16:18.506Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36552026-05-13T18:16:18.630Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36562026-05-13T18:16:18.993Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36572026-05-13T18:16:19.009Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36582026-05-13T18:16:19.022Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36592026-05-13T18:16:19.142Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36602026-05-13T18:16:19.213Z Checking corncobs v0.1.4
36612026-05-13T18:16:19.217Z Compiling unicase v2.9.0
36622026-05-13T18:16:19.286Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36632026-05-13T18:16:19.354Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36642026-05-13T18:16:19.411Z Checking tabled v0.20.0
36652026-05-13T18:16:19.432Z Compiling mime_guess v2.0.5
36662026-05-13T18:16:19.447Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36672026-05-13T18:16:19.610Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36682026-05-13T18:16:19.680Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36692026-05-13T18:16:19.888Z Checking progenitor-client v0.11.2
36702026-05-13T18:16:19.942Z Checking secrecy v0.8.0
36712026-05-13T18:16:19.963Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36722026-05-13T18:16:20.144Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36732026-05-13T18:16:20.174Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36742026-05-13T18:16:20.188Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36752026-05-13T18:16:20.202Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36762026-05-13T18:16:20.377Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36772026-05-13T18:16:20.477Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36782026-05-13T18:16:20.627Z Checking filetime v0.2.27
36792026-05-13T18:16:20.768Z Checking xattr v1.6.1
36802026-05-13T18:16:20.801Z Checking http-range v0.1.5
36812026-05-13T18:16:20.824Z Compiling typify-macro v0.4.3
36822026-05-13T18:16:20.865Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36832026-05-13T18:16:20.897Z Checking crc8 v0.1.1
36842026-05-13T18:16:20.927Z Checking tar v0.4.45
36852026-05-13T18:16:21.117Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36862026-05-13T18:16:21.308Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36872026-05-13T18:16:21.395Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36882026-05-13T18:16:21.436Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36892026-05-13T18:16:21.463Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36902026-05-13T18:16:21.731Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36912026-05-13T18:16:21.779Z Checking atty v0.2.14
36922026-05-13T18:16:21.881Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36932026-05-13T18:16:21.969Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36942026-05-13T18:16:22.045Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36952026-05-13T18:16:22.307Z Checking hyper-staticfile v0.10.1
36962026-05-13T18:16:22.381Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
36972026-05-13T18:16:22.516Z Compiling typify v0.4.3
36982026-05-13T18:16:22.643Z Compiling progenitor-impl v0.11.2
36992026-05-13T18:16:22.658Z Compiling progenitor-impl v0.10.0
37002026-05-13T18:16:23.072Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37012026-05-13T18:16:23.381Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37022026-05-13T18:16:23.611Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37032026-05-13T18:16:23.636Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37042026-05-13T18:16:23.768Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37052026-05-13T18:16:24.024Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37062026-05-13T18:16:24.058Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37072026-05-13T18:16:24.399Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37082026-05-13T18:16:24.513Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37092026-05-13T18:16:24.550Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37102026-05-13T18:16:24.789Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37112026-05-13T18:16:24.841Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37122026-05-13T18:16:25.073Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37132026-05-13T18:16:25.255Z Compiling progenitor-macro v0.11.2
37142026-05-13T18:16:25.260Z Compiling progenitor-macro v0.10.0
37152026-05-13T18:16:27.982Z Checking progenitor v0.10.0
37162026-05-13T18:16:28.112Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37172026-05-13T18:16:28.166Z Checking progenitor v0.11.2
37182026-05-13T18:16:28.292Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37192026-05-13T18:16:32.883Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37202026-05-13T18:16:33.994Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37212026-05-13T18:16:44.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.05s
37222026-05-13T18:16:44.660Z
37232026-05-13T18:16:44.660Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/276)
37242026-05-13T18:16:45.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-05-13T18:16:45.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-05-13T18:16:45.453Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37272026-05-13T18:16:56.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
37282026-05-13T18:16:56.241Z
37292026-05-13T18:16:56.241Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/276)
37302026-05-13T18:16:56.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-05-13T18:16:56.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-05-13T18:16:57.033Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37332026-05-13T18:17:07.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
37342026-05-13T18:17:07.752Z
37352026-05-13T18:17:07.752Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/276)
37362026-05-13T18:17:08.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-05-13T18:17:08.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-05-13T18:17:08.537Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37392026-05-13T18:17:19.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s
37402026-05-13T18:17:19.300Z
37412026-05-13T18:17:19.300Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/276)
37422026-05-13T18:17:19.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-05-13T18:17:19.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-05-13T18:17:20.100Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37452026-05-13T18:17:30.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
37462026-05-13T18:17:30.960Z
37472026-05-13T18:17:30.960Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/276)
37482026-05-13T18:17:31.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-05-13T18:17:31.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-05-13T18:17:31.751Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37512026-05-13T18:17:42.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.27s
37522026-05-13T18:17:42.449Z
37532026-05-13T18:17:42.449Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/276)
37542026-05-13T18:17:43.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-05-13T18:17:43.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-05-13T18:17:43.232Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37572026-05-13T18:17:53.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
37582026-05-13T18:17:54.045Z
37592026-05-13T18:17:54.046Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/276)
37602026-05-13T18:17:54.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-05-13T18:17:54.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-05-13T18:17:54.830Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37632026-05-13T18:18:05.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
37642026-05-13T18:18:05.612Z
37652026-05-13T18:18:05.612Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/276)
37662026-05-13T18:18:06.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-05-13T18:18:06.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-05-13T18:18:06.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37692026-05-13T18:18:06.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37702026-05-13T18:18:06.232Z
37712026-05-13T18:18:06.232Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/276)
37722026-05-13T18:18:06.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-05-13T18:18:06.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-05-13T18:18:06.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37752026-05-13T18:18:06.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37762026-05-13T18:18:06.847Z
37772026-05-13T18:18:06.847Zinfo: running `cargo check --bins` on range-requests (193/276)
37782026-05-13T18:18:07.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-05-13T18:18:07.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-05-13T18:18:07.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37812026-05-13T18:18:07.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37822026-05-13T18:18:07.446Z
37832026-05-13T18:18:07.446Zinfo: running `cargo check --bins` on repo-depot-api (194/276)
37842026-05-13T18:18:07.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-05-13T18:18:07.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-05-13T18:18:07.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-05-13T18:18:07.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37882026-05-13T18:18:08.043Z
37892026-05-13T18:18:08.044Zinfo: running `cargo check --bins` on sled-agent-api (195/276)
37902026-05-13T18:18:08.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-05-13T18:18:08.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-05-13T18:18:08.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-05-13T18:18:08.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37942026-05-13T18:18:08.670Z
37952026-05-13T18:18:08.670Zinfo: running `cargo check --bins` on sled-diagnostics (196/276)
37962026-05-13T18:18:09.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-05-13T18:18:09.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-05-13T18:18:09.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-05-13T18:18:09.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38002026-05-13T18:18:09.297Z
38012026-05-13T18:18:09.297Zinfo: running `cargo check --bins` on zfs-test-harness (197/276)
38022026-05-13T18:18:09.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-05-13T18:18:09.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-05-13T18:18:09.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-05-13T18:18:09.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38062026-05-13T18:18:09.925Z
38072026-05-13T18:18:09.925Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/276)
38082026-05-13T18:18:10.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-05-13T18:18:10.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-05-13T18:18:10.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-05-13T18:18:10.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38122026-05-13T18:18:10.553Z
38132026-05-13T18:18:10.553Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/276)
38142026-05-13T18:18:11.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-05-13T18:18:11.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-05-13T18:18:11.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-05-13T18:18:11.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38182026-05-13T18:18:11.192Z
38192026-05-13T18:18:11.192Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/276)
38202026-05-13T18:18:11.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-05-13T18:18:11.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-05-13T18:18:11.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-05-13T18:18:11.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38242026-05-13T18:18:11.823Z
38252026-05-13T18:18:11.823Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/276)
38262026-05-13T18:18:12.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-05-13T18:18:12.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-05-13T18:18:12.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-05-13T18:18:12.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38302026-05-13T18:18:12.454Z
38312026-05-13T18:18:12.454Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/276)
38322026-05-13T18:18:12.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-05-13T18:18:12.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-05-13T18:18:12.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-05-13T18:18:12.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38362026-05-13T18:18:13.087Z
38372026-05-13T18:18:13.087Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/276)
38382026-05-13T18:18:13.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-05-13T18:18:13.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-05-13T18:18:13.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-05-13T18:18:13.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38422026-05-13T18:18:13.720Z
38432026-05-13T18:18:13.720Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/276)
38442026-05-13T18:18:14.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-05-13T18:18:14.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-05-13T18:18:14.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472026-05-13T18:18:14.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38482026-05-13T18:18:14.383Z
38492026-05-13T18:18:14.383Zinfo: running `cargo check --bins` on trust-quorum (205/276)
38502026-05-13T18:18:14.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-05-13T18:18:14.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-05-13T18:18:14.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38532026-05-13T18:18:14.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38542026-05-13T18:18:15.015Z
38552026-05-13T18:18:15.015Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/276)
38562026-05-13T18:18:15.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-05-13T18:18:15.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-05-13T18:18:15.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38592026-05-13T18:18:15.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38602026-05-13T18:18:15.661Z
38612026-05-13T18:18:15.661Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/276)
38622026-05-13T18:18:16.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-05-13T18:18:16.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-05-13T18:18:16.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38652026-05-13T18:18:16.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38662026-05-13T18:18:16.323Z
38672026-05-13T18:18:16.323Zinfo: running `cargo check --bins` on update-common (208/276)
38682026-05-13T18:18:16.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-05-13T18:18:16.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-05-13T18:18:16.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38712026-05-13T18:18:16.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38722026-05-13T18:18:16.939Z
38732026-05-13T18:18:16.939Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/276)
38742026-05-13T18:18:17.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-05-13T18:18:17.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-05-13T18:18:17.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38772026-05-13T18:18:17.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38782026-05-13T18:18:17.610Z
38792026-05-13T18:18:17.610Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/276)
38802026-05-13T18:18:18.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-05-13T18:18:18.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-05-13T18:18:18.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38832026-05-13T18:18:18.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38842026-05-13T18:18:18.207Z
38852026-05-13T18:18:18.207Zinfo: running `cargo check --bins` on reconfigurator-cli (211/276)
38862026-05-13T18:18:18.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-05-13T18:18:18.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-05-13T18:18:18.992Z Compiling fs-err v2.11.0
38892026-05-13T18:18:18.996Z Checking ignore v0.4.25
38902026-05-13T18:18:18.996Z Checking arc-swap v1.8.2
38912026-05-13T18:18:19.113Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38922026-05-13T18:18:19.134Z Checking predicates-tree v1.0.13
38932026-05-13T18:18:19.138Z Checking parse-size v1.1.0
38942026-05-13T18:18:19.156Z Checking rand_seeder v0.4.0
38952026-05-13T18:18:19.160Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38962026-05-13T18:18:19.236Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38972026-05-13T18:18:19.256Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38982026-05-13T18:18:19.299Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38992026-05-13T18:18:19.321Z Checking slog-scope v4.4.1
39002026-05-13T18:18:19.440Z Compiling petname v2.0.2
39012026-05-13T18:18:19.453Z Checking slog-stdlog v4.1.1
39022026-05-13T18:18:19.465Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39032026-05-13T18:18:19.506Z Checking globwalk v0.9.1
39042026-05-13T18:18:19.553Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39052026-05-13T18:18:19.626Z Checking slog-envlogger v2.2.0
39062026-05-13T18:18:19.689Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39072026-05-13T18:18:19.703Z Checking camino-tempfile-ext v0.3.3
39082026-05-13T18:18:19.774Z Checking sapling-renderdag v0.1.0
39092026-05-13T18:18:19.859Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39102026-05-13T18:18:19.899Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39112026-05-13T18:18:20.014Z Checking subprocess v0.2.15
39122026-05-13T18:18:20.045Z Checking sync-ptr v0.1.4
39132026-05-13T18:18:20.116Z Checking colored v2.2.0
39142026-05-13T18:18:20.164Z Checking assert_matches v1.5.0
39152026-05-13T18:18:20.288Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39162026-05-13T18:18:20.327Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39172026-05-13T18:18:20.360Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39182026-05-13T18:18:20.363Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39192026-05-13T18:18:21.010Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39202026-05-13T18:18:22.340Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39212026-05-13T18:18:24.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.35s
39222026-05-13T18:18:24.766Z
39232026-05-13T18:18:24.767Zinfo: running `cargo check --bins` on omicron-repl-utils (212/276)
39242026-05-13T18:18:25.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39252026-05-13T18:18:25.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39262026-05-13T18:18:25.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39272026-05-13T18:18:25.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39282026-05-13T18:18:25.368Z
39292026-05-13T18:18:25.369Zinfo: running `cargo check --bins` on transient-dns-server (213/276)
39302026-05-13T18:18:25.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39312026-05-13T18:18:25.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39322026-05-13T18:18:25.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39332026-05-13T18:18:25.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39342026-05-13T18:18:25.998Z
39352026-05-13T18:18:25.998Zinfo: running `cargo check --bins` on nexus-test-interface (214/276)
39362026-05-13T18:18:26.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39372026-05-13T18:18:26.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39382026-05-13T18:18:26.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39392026-05-13T18:18:26.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39402026-05-13T18:18:26.664Z
39412026-05-13T18:18:26.664Zinfo: running `cargo check --bins` on oximeter-collector (215/276)
39422026-05-13T18:18:27.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-05-13T18:18:27.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-05-13T18:18:27.398Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39452026-05-13T18:18:27.398Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39462026-05-13T18:18:28.049Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39472026-05-13T18:18:29.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
39482026-05-13T18:18:29.857Z
39492026-05-13T18:18:29.857Zinfo: running `cargo check --bins` on oximeter-api (216/276)
39502026-05-13T18:18:30.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-05-13T18:18:30.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-05-13T18:18:30.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-05-13T18:18:30.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39542026-05-13T18:18:30.466Z
39552026-05-13T18:18:30.466Zinfo: running `cargo check --bins` on cert-dev (217/276)
39562026-05-13T18:18:30.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-05-13T18:18:30.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-05-13T18:18:31.083Z Checking yasna v0.5.2
39592026-05-13T18:18:31.484Z Checking rcgen v0.12.1
39602026-05-13T18:18:31.731Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39612026-05-13T18:18:31.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
39622026-05-13T18:18:32.097Z
39632026-05-13T18:18:32.097Zinfo: running `cargo check --bins` on clickana (218/276)
39642026-05-13T18:18:32.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-05-13T18:18:32.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-05-13T18:18:32.753Z Compiling darling_core v0.23.0
39672026-05-13T18:18:32.863Z Compiling instability v0.3.11
39682026-05-13T18:18:32.870Z Checking castaway v0.2.4
39692026-05-13T18:18:32.875Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39702026-05-13T18:18:32.879Z Compiling indoc v2.0.7
39712026-05-13T18:18:32.892Z Checking unicode-truncate v1.1.0
39722026-05-13T18:18:32.895Z Checking lru v0.12.5
39732026-05-13T18:18:32.895Z Checking cassowary v0.3.0
39742026-05-13T18:18:32.957Z Checking compact_str v0.8.1
39752026-05-13T18:18:33.934Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39762026-05-13T18:18:34.121Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39772026-05-13T18:18:34.301Z Compiling darling_macro v0.23.0
39782026-05-13T18:18:34.712Z Compiling darling v0.23.0
39792026-05-13T18:18:35.324Z Checking ratatui v0.29.0
39802026-05-13T18:18:36.393Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39812026-05-13T18:18:37.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.97s
39822026-05-13T18:18:37.260Z
39832026-05-13T18:18:37.260Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/276)
39842026-05-13T18:18:37.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39852026-05-13T18:18:37.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39862026-05-13T18:18:38.002Z Checking headers-core v0.3.0
39872026-05-13T18:18:38.006Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39882026-05-13T18:18:38.200Z Checking headers v0.4.1
39892026-05-13T18:18:38.569Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39902026-05-13T18:18:39.427Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39912026-05-13T18:18:39.939Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39922026-05-13T18:18:40.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
39932026-05-13T18:18:40.572Z
39942026-05-13T18:18:40.572Zinfo: running `cargo check --bins` on ch-dev (220/276)
39952026-05-13T18:18:41.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-05-13T18:18:41.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-05-13T18:18:41.306Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39982026-05-13T18:18:42.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
39992026-05-13T18:18:42.276Z
40002026-05-13T18:18:42.276Zinfo: running `cargo check --bins` on dev-tools-common (221/276)
40012026-05-13T18:18:42.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-05-13T18:18:42.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-05-13T18:18:42.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-05-13T18:18:42.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40052026-05-13T18:18:42.752Z
40062026-05-13T18:18:42.752Zinfo: running `cargo check --bins` on crdb-seed (222/276)
40072026-05-13T18:18:43.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-05-13T18:18:43.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-05-13T18:18:43.475Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40102026-05-13T18:18:44.460Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40112026-05-13T18:18:44.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
40122026-05-13T18:18:45.013Z
40132026-05-13T18:18:45.013Zinfo: running `cargo check --bins` on db-dev (223/276)
40142026-05-13T18:18:45.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40152026-05-13T18:18:45.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40162026-05-13T18:18:45.740Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40172026-05-13T18:18:46.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40182026-05-13T18:18:46.712Z
40192026-05-13T18:18:46.712Zinfo: running `cargo check --bins` on omicron-dev-lib (224/276)
40202026-05-13T18:18:47.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40212026-05-13T18:18:47.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40222026-05-13T18:18:47.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40232026-05-13T18:18:47.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40242026-05-13T18:18:47.367Z
40252026-05-13T18:18:47.367Zinfo: running `cargo check --bins` on xtask-downloader (225/276)
40262026-05-13T18:18:47.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40272026-05-13T18:18:47.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40282026-05-13T18:18:47.982Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40292026-05-13T18:18:48.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
40302026-05-13T18:18:48.847Z
40312026-05-13T18:18:48.847Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/276)
40322026-05-13T18:18:49.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40332026-05-13T18:18:49.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40342026-05-13T18:18:49.607Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40352026-05-13T18:18:49.607Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40362026-05-13T18:18:49.607Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40372026-05-13T18:18:49.611Z Checking git-stub v1.0.0
40382026-05-13T18:18:49.611Z Compiling trait-variant v0.1.2
40392026-05-13T18:18:49.611Z Checking maplit v1.0.2
40402026-05-13T18:18:49.728Z Checking is_ci v1.2.0
40412026-05-13T18:18:49.767Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40422026-05-13T18:18:49.808Z Checking supports-color v3.0.2
40432026-05-13T18:18:49.820Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40442026-05-13T18:18:49.868Z Checking git-stub-vcs v0.1.0
40452026-05-13T18:18:49.930Z Checking drift v0.1.4
40462026-05-13T18:18:49.991Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40472026-05-13T18:18:50.005Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40482026-05-13T18:18:50.064Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40492026-05-13T18:18:50.188Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40502026-05-13T18:18:50.222Z Checking dropshot-api-manager v0.7.1
40512026-05-13T18:18:50.255Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40522026-05-13T18:18:50.287Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40532026-05-13T18:18:50.485Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40542026-05-13T18:18:50.508Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40552026-05-13T18:18:50.691Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40562026-05-13T18:18:51.003Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40572026-05-13T18:18:55.898Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40582026-05-13T18:18:56.990Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40592026-05-13T18:18:57.560Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40602026-05-13T18:18:57.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.14s
40612026-05-13T18:18:58.205Z
40622026-05-13T18:18:58.206Zinfo: running `cargo check --bins` on installinator-api (227/276)
40632026-05-13T18:18:58.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40642026-05-13T18:18:58.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40652026-05-13T18:18:58.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40662026-05-13T18:18:58.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40672026-05-13T18:18:58.810Z
40682026-05-13T18:18:58.811Zinfo: running `cargo check --bins` on nexus-external-api (228/276)
40692026-05-13T18:18:59.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40702026-05-13T18:18:59.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40712026-05-13T18:18:59.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40722026-05-13T18:18:59.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40732026-05-13T18:18:59.458Z
40742026-05-13T18:18:59.458Zinfo: running `cargo check --bins` on nexus-internal-api (229/276)
40752026-05-13T18:18:59.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40762026-05-13T18:19:00.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40772026-05-13T18:19:00.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40782026-05-13T18:19:00.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40792026-05-13T18:19:00.102Z
40802026-05-13T18:19:00.102Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/276)
40812026-05-13T18:19:00.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-05-13T18:19:00.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-05-13T18:19:00.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40842026-05-13T18:19:00.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40852026-05-13T18:19:00.747Z
40862026-05-13T18:19:00.747Zinfo: running `cargo check --bins` on ntp-admin-api (231/276)
40872026-05-13T18:19:01.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-05-13T18:19:01.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-05-13T18:19:01.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40902026-05-13T18:19:01.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40912026-05-13T18:19:01.366Z
40922026-05-13T18:19:01.366Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/276)
40932026-05-13T18:19:01.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-05-13T18:19:01.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-05-13T18:19:01.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40962026-05-13T18:19:01.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40972026-05-13T18:19:01.975Z
40982026-05-13T18:19:01.975Zinfo: running `cargo check --bins` on wicketd-api (233/276)
40992026-05-13T18:19:02.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41002026-05-13T18:19:02.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41012026-05-13T18:19:02.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41022026-05-13T18:19:02.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41032026-05-13T18:19:02.592Z
41042026-05-13T18:19:02.592Zinfo: running `cargo check --bins` on omicron-ls-apis (234/276)
41052026-05-13T18:19:03.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41062026-05-13T18:19:03.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41072026-05-13T18:19:03.216Z Checking typeid v1.0.3
41082026-05-13T18:19:03.327Z Checking ordered-float v2.10.1
41092026-05-13T18:19:03.346Z Checking unicode-xid v0.2.6
41102026-05-13T18:19:03.359Z Checking cargo-platform v0.2.0
41112026-05-13T18:19:03.367Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41122026-05-13T18:19:03.395Z Checking erased-serde v0.4.9
41132026-05-13T18:19:03.535Z Checking serde-value v0.7.0
41142026-05-13T18:19:03.703Z Checking serde-untagged v0.1.9
41152026-05-13T18:19:03.859Z Checking cargo-util-schemas v0.8.2
41162026-05-13T18:19:04.539Z Checking cargo_metadata v0.21.0
41172026-05-13T18:19:05.140Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41182026-05-13T18:19:05.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
41192026-05-13T18:19:06.006Z
41202026-05-13T18:19:06.006Zinfo: running `cargo check --bins` on mgs-dev (235/276)
41212026-05-13T18:19:06.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-05-13T18:19:06.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-05-13T18:19:06.750Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41242026-05-13T18:19:07.381Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41252026-05-13T18:19:07.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
41262026-05-13T18:19:08.124Z
41272026-05-13T18:19:08.124Zinfo: running `cargo check --bins` on omicron-omdb (236/276)
41282026-05-13T18:19:08.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-05-13T18:19:08.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-05-13T18:19:08.997Z Compiling vergen-gitcl v1.0.8
41312026-05-13T18:19:08.997Z Compiling dirs-sys-next v0.1.2
41322026-05-13T18:19:08.997Z Compiling diesel_derives v2.3.7
41332026-05-13T18:19:09.001Z Compiling glob v0.3.3
41342026-05-13T18:19:09.002Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41352026-05-13T18:19:09.002Z Compiling crunchy v0.2.4
41362026-05-13T18:19:09.002Z Compiling dsl_auto_type v0.2.0
41372026-05-13T18:19:09.002Z Checking scheduled-thread-pool v0.2.7
41382026-05-13T18:19:09.292Z Compiling diesel_table_macro_syntax v0.3.0
41392026-05-13T18:19:09.327Z Compiling tiny-keccak v2.0.2
41402026-05-13T18:19:09.379Z Compiling dirs-next v2.0.0
41412026-05-13T18:19:09.497Z Compiling clang-sys v1.8.1
41422026-05-13T18:19:09.501Z Compiling term v0.7.0
41432026-05-13T18:19:09.501Z Checking r2d2 v0.8.10
41442026-05-13T18:19:09.540Z Compiling bit-vec v0.6.3
41452026-05-13T18:19:09.570Z Checking downcast-rs v2.0.2
41462026-05-13T18:19:09.684Z Compiling itertools v0.10.5
41472026-05-13T18:19:09.769Z Compiling bit-set v0.5.3
41482026-05-13T18:19:09.883Z Compiling ascii-canvas v3.0.0
41492026-05-13T18:19:09.939Z Compiling ena v0.14.4
41502026-05-13T18:19:10.022Z Compiling libloading v0.8.9
41512026-05-13T18:19:10.070Z Compiling bindgen v0.71.1
41522026-05-13T18:19:10.073Z Compiling diff v0.1.13
41532026-05-13T18:19:10.125Z Compiling regex-syntax v0.6.29
41542026-05-13T18:19:10.148Z Compiling cexpr v0.6.0
41552026-05-13T18:19:10.345Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41562026-05-13T18:19:10.513Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41572026-05-13T18:19:10.556Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41582026-05-13T18:19:10.670Z Compiling libxml v0.3.3
41592026-05-13T18:19:10.784Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41602026-05-13T18:19:10.822Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41612026-05-13T18:19:10.933Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41622026-05-13T18:19:11.103Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41632026-05-13T18:19:11.122Z Compiling strum_macros v0.24.3
41642026-05-13T18:19:11.160Z Compiling indoc v1.0.9
41652026-05-13T18:19:11.600Z Compiling lalrpop v0.19.12
41662026-05-13T18:19:12.090Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41672026-05-13T18:19:12.203Z Checking derive_builder v0.20.2
41682026-05-13T18:19:12.281Z Compiling oso-derive v0.27.3
41692026-05-13T18:19:12.323Z Checking quick-xml v0.37.5
41702026-05-13T18:19:12.469Z Compiling impl-trait-for-tuples v0.2.3
41712026-05-13T18:19:12.793Z Checking openssl-probe v0.1.6
41722026-05-13T18:19:12.938Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41732026-05-13T18:19:13.247Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41742026-05-13T18:19:13.444Z Checking bb8 v0.8.6
41752026-05-13T18:19:13.691Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41762026-05-13T18:19:13.728Z Checking nonempty v0.12.0
41772026-05-13T18:19:13.902Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41782026-05-13T18:19:13.902Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41792026-05-13T18:19:13.940Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41802026-05-13T18:19:14.050Z Checking console v0.16.2
41812026-05-13T18:19:14.128Z Checking unit-prefix v0.5.2
41822026-05-13T18:19:14.142Z Checking support-bundle-viewer v0.1.2
41832026-05-13T18:19:14.264Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41842026-05-13T18:19:14.352Z Checking indicatif v0.18.4
41852026-05-13T18:19:14.392Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41862026-05-13T18:19:14.541Z Checking multimap v0.10.1
41872026-05-13T18:19:15.082Z Checking diesel v2.3.7
41882026-05-13T18:19:16.846Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41892026-05-13T18:19:17.389Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41902026-05-13T18:19:17.742Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41912026-05-13T18:19:18.566Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41922026-05-13T18:19:19.211Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41932026-05-13T18:19:19.336Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41942026-05-13T18:19:19.647Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41952026-05-13T18:19:19.860Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41962026-05-13T18:19:21.931Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41972026-05-13T18:19:27.072Z Compiling samael v0.0.19
41982026-05-13T18:19:30.676Z Checking diesel-dtrace v0.5.0
41992026-05-13T18:19:30.913Z Checking async-bb8-diesel v0.2.1
42002026-05-13T18:19:31.726Z Compiling polar-core v0.27.3
42012026-05-13T18:19:36.167Z Checking oso v0.27.3
42022026-05-13T18:20:13.290Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42032026-05-13T18:20:46.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42042026-05-13T18:20:47.089Z
42052026-05-13T18:20:47.089Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/276)
42062026-05-13T18:20:47.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42072026-05-13T18:20:47.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42082026-05-13T18:20:47.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42092026-05-13T18:20:47.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42102026-05-13T18:20:47.753Z
42112026-05-13T18:20:47.753Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/276)
42122026-05-13T18:20:48.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42132026-05-13T18:20:48.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42142026-05-13T18:20:48.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42152026-05-13T18:20:48.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42162026-05-13T18:20:48.417Z
42172026-05-13T18:20:48.417Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/276)
42182026-05-13T18:20:48.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42192026-05-13T18:20:48.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42202026-05-13T18:20:48.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42212026-05-13T18:20:48.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42222026-05-13T18:20:49.016Z
42232026-05-13T18:20:49.016Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/276)
42242026-05-13T18:20:49.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42252026-05-13T18:20:49.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42262026-05-13T18:20:49.892Z Compiling libz-sys v1.1.24
42272026-05-13T18:20:50.024Z Compiling libgit2-sys v0.18.3+1.9.2
42282026-05-13T18:20:50.049Z Compiling vergen-git2 v1.0.7
42292026-05-13T18:20:50.053Z Compiling rustls v0.21.12
42302026-05-13T18:20:50.053Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42312026-05-13T18:20:50.056Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42322026-05-13T18:20:50.056Z Checking sct v0.7.1
42332026-05-13T18:20:50.056Z Checking rustls-webpki v0.101.7
42342026-05-13T18:20:50.201Z Compiling nix v0.29.0
42352026-05-13T18:20:50.285Z Compiling dropshot v0.16.7
42362026-05-13T18:20:50.359Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42372026-05-13T18:20:50.362Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42382026-05-13T18:20:50.458Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42392026-05-13T18:20:50.556Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42402026-05-13T18:20:50.588Z Checking toml v0.9.12+spec-1.1.0
42412026-05-13T18:20:50.603Z Compiling dropshot_endpoint v0.16.7
42422026-05-13T18:20:50.707Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42432026-05-13T18:20:50.832Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42442026-05-13T18:20:51.031Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42452026-05-13T18:20:51.167Z Checking rustls-pemfile v1.0.4
42462026-05-13T18:20:51.309Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42472026-05-13T18:20:51.441Z Checking twox-hash v2.1.2
42482026-05-13T18:20:51.521Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42492026-05-13T18:20:51.696Z Checking tokio-rustls v0.24.1
42502026-05-13T18:20:52.207Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42512026-05-13T18:20:52.274Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42522026-05-13T18:20:52.509Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42532026-05-13T18:20:52.970Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42542026-05-13T18:20:53.062Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42552026-05-13T18:20:53.102Z Checking fatfs v0.3.6
42562026-05-13T18:20:53.232Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42572026-05-13T18:20:53.236Z Compiling seq-macro v0.3.6
42582026-05-13T18:20:56.920Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42592026-05-13T18:20:57.041Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42602026-05-13T18:20:57.349Z Compiling git2 v0.20.4
42612026-05-13T18:20:59.562Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42622026-05-13T18:21:46.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.33s
42632026-05-13T18:21:46.574Z
42642026-05-13T18:21:46.574Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/276)
42652026-05-13T18:21:47.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-05-13T18:21:47.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-05-13T18:21:47.467Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42682026-05-13T18:22:26.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.56s
42692026-05-13T18:22:26.370Z
42702026-05-13T18:22:26.370Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/276)
42712026-05-13T18:22:26.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-05-13T18:22:26.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-05-13T18:22:26.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42742026-05-13T18:22:26.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42752026-05-13T18:22:26.963Z
42762026-05-13T18:22:26.963Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/276)
42772026-05-13T18:22:27.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-05-13T18:22:27.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-05-13T18:22:27.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42802026-05-13T18:22:27.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42812026-05-13T18:22:27.605Z
42822026-05-13T18:22:27.605Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/276)
42832026-05-13T18:22:28.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-05-13T18:22:28.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-05-13T18:22:28.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42862026-05-13T18:22:28.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42872026-05-13T18:22:28.265Z
42882026-05-13T18:22:28.265Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/276)
42892026-05-13T18:22:28.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42902026-05-13T18:22:28.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42912026-05-13T18:22:28.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42922026-05-13T18:22:28.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42932026-05-13T18:22:28.921Z
42942026-05-13T18:22:28.921Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/276)
42952026-05-13T18:22:29.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42962026-05-13T18:22:29.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42972026-05-13T18:22:29.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42982026-05-13T18:22:29.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42992026-05-13T18:22:29.569Z
43002026-05-13T18:22:29.569Zinfo: running `cargo check --bins` on nexus-networking (247/276)
43012026-05-13T18:22:30.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43022026-05-13T18:22:30.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43032026-05-13T18:22:30.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43042026-05-13T18:22:30.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43052026-05-13T18:22:30.226Z
43062026-05-13T18:22:30.226Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/276)
43072026-05-13T18:22:30.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43082026-05-13T18:22:30.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43092026-05-13T18:22:30.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43102026-05-13T18:22:30.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43112026-05-13T18:22:30.882Z
43122026-05-13T18:22:30.882Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/276)
43132026-05-13T18:22:31.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43142026-05-13T18:22:31.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43152026-05-13T18:22:31.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43162026-05-13T18:22:31.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43172026-05-13T18:22:31.540Z
43182026-05-13T18:22:31.540Zinfo: running `cargo check --bins` on omicron-dev (250/276)
43192026-05-13T18:22:32.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43202026-05-13T18:22:32.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43212026-05-13T18:22:32.437Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43222026-05-13T18:22:32.437Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43232026-05-13T18:22:32.626Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43242026-05-13T18:22:32.657Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43252026-05-13T18:22:32.675Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43262026-05-13T18:22:32.692Z Checking yansi v1.0.1
43272026-05-13T18:22:32.696Z Checking diff v0.1.13
43282026-05-13T18:22:32.696Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43292026-05-13T18:22:32.764Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43302026-05-13T18:22:32.961Z Checking pretty_assertions v1.4.1
43312026-05-13T18:22:33.599Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43322026-05-13T18:22:33.926Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43332026-05-13T18:22:57.247Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43342026-05-13T18:22:57.251Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43352026-05-13T18:22:57.251Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43362026-05-13T18:22:57.251Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43372026-05-13T18:22:57.251Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43382026-05-13T18:22:57.251Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43392026-05-13T18:22:58.073Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43402026-05-13T18:22:59.178Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43412026-05-13T18:23:37.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43422026-05-13T18:23:37.915Z
43432026-05-13T18:23:37.915Zinfo: running `cargo check --bins` on omicron-pins (251/276)
43442026-05-13T18:23:38.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43452026-05-13T18:23:38.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43462026-05-13T18:23:38.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43472026-05-13T18:23:38.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43482026-05-13T18:23:38.503Z
43492026-05-13T18:23:38.503Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/276)
43502026-05-13T18:23:39.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43512026-05-13T18:23:39.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43522026-05-13T18:23:39.276Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43532026-05-13T18:23:39.399Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43542026-05-13T18:23:39.403Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43552026-05-13T18:24:05.175Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43562026-05-13T18:24:05.563Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43572026-05-13T18:24:07.253Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43582026-05-13T18:24:07.707Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43592026-05-13T18:24:10.624Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43602026-05-13T18:24:33.309Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43612026-05-13T18:24:34.014Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43622026-05-13T18:24:35.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.14s
43632026-05-13T18:24:35.862Z
43642026-05-13T18:24:35.862Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/276)
43652026-05-13T18:24:36.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43662026-05-13T18:24:36.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43672026-05-13T18:24:36.582Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43682026-05-13T18:24:37.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
43692026-05-13T18:24:37.480Z
43702026-05-13T18:24:37.480Zinfo: running `cargo check --bins` on omicron-releng (254/276)
43712026-05-13T18:24:37.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43722026-05-13T18:24:37.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43732026-05-13T18:24:38.130Z Compiling blake3 v1.8.3
43742026-05-13T18:24:38.252Z Checking constant_time_eq v0.4.2
43752026-05-13T18:24:38.252Z Checking arrayref v0.3.9
43762026-05-13T18:24:38.257Z Checking arrayvec v0.7.6
43772026-05-13T18:24:38.260Z Checking topological-sort v0.2.2
43782026-05-13T18:24:38.260Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43792026-05-13T18:24:38.260Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43802026-05-13T18:24:38.260Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43812026-05-13T18:24:38.311Z Checking shell-words v1.1.1
43822026-05-13T18:24:39.021Z Checking omicron-zone-package v0.12.2
43832026-05-13T18:24:39.726Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43842026-05-13T18:24:40.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
43852026-05-13T18:24:40.751Z
43862026-05-13T18:24:40.751Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/276)
43872026-05-13T18:24:41.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43882026-05-13T18:24:41.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43892026-05-13T18:24:41.390Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43902026-05-13T18:24:41.710Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43912026-05-13T18:24:42.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
43922026-05-13T18:24:42.301Z
43932026-05-13T18:24:42.301Zinfo: running `cargo check --bins` on schema (256/276)
43942026-05-13T18:24:42.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-05-13T18:24:42.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-05-13T18:24:43.021Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43972026-05-13T18:24:43.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
43982026-05-13T18:24:43.913Z
43992026-05-13T18:24:43.913Zinfo: running `cargo check --bins` on xtask (257/276)
44002026-05-13T18:24:44.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-05-13T18:24:44.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-05-13T18:24:44.358Z Checking libc v0.2.185
44032026-05-13T18:24:44.439Z Checking serde v1.0.228
44042026-05-13T18:24:44.442Z Checking zerofrom v0.1.6
44052026-05-13T18:24:44.446Z Checking bitflags v2.11.0
44062026-05-13T18:24:44.451Z Checking smallvec v1.15.1
44072026-05-13T18:24:44.458Z Checking indexmap v2.14.0
44082026-05-13T18:24:44.468Z Checking serde_json v1.0.149
44092026-05-13T18:24:44.472Z Checking scroll v0.12.0
44102026-05-13T18:24:44.537Z Checking yoke v0.8.1
44112026-05-13T18:24:44.591Z Checking num-traits v0.2.19
44122026-05-13T18:24:44.624Z Checking thiserror v1.0.69
44132026-05-13T18:24:44.695Z Checking log v0.4.29
44142026-05-13T18:24:44.709Z Checking zerovec v0.11.5
44152026-05-13T18:24:44.732Z Checking zerotrie v0.2.3
44162026-05-13T18:24:44.740Z Checking errno v0.3.14
44172026-05-13T18:24:44.821Z Checking toml_datetime v0.6.11
44182026-05-13T18:24:44.842Z Checking rustix v1.1.3
44192026-05-13T18:24:44.866Z Checking serde_spanned v0.6.9
44202026-05-13T18:24:44.956Z Checking percent-encoding v2.3.2
44212026-05-13T18:24:44.975Z Checking zerocopy v0.7.35
44222026-05-13T18:24:44.983Z Checking goblin v0.8.2
44232026-05-13T18:24:44.996Z Checking toml_edit v0.22.27
44242026-05-13T18:24:45.067Z Checking getrandom v0.4.1
44252026-05-13T18:24:45.097Z Checking form_urlencoded v1.2.2
44262026-05-13T18:24:45.110Z Checking ordered-float v2.10.1
44272026-05-13T18:24:45.138Z Checking tinystr v0.8.2
44282026-05-13T18:24:45.198Z Checking potential_utf v0.1.4
44292026-05-13T18:24:45.227Z Checking thiserror v2.0.18
44302026-05-13T18:24:45.322Z Checking icu_locale_core v2.1.1
44312026-05-13T18:24:45.333Z Checking icu_collections v2.1.1
44322026-05-13T18:24:45.337Z Checking serde-value v0.7.0
44332026-05-13T18:24:45.343Z Checking syn v2.0.117
44342026-05-13T18:24:45.480Z Checking dtrace-parser v0.2.0
44352026-05-13T18:24:45.531Z Checking thread-id v4.2.2
44362026-05-13T18:24:45.613Z Checking once_cell v1.21.3
44372026-05-13T18:24:45.653Z Checking cargo-platform v0.2.0
44382026-05-13T18:24:45.666Z Checking terminal_size v0.4.3
44392026-05-13T18:24:45.738Z Checking memmap v0.7.0
44402026-05-13T18:24:45.775Z Checking clap_builder v4.5.60
44412026-05-13T18:24:45.786Z Checking tempfile v3.25.0
44422026-05-13T18:24:45.826Z Checking textwrap v0.16.2
44432026-05-13T18:24:45.865Z Checking fs-err v3.3.0
44442026-05-13T18:24:45.876Z Checking icu_provider v2.1.1
44452026-05-13T18:24:45.975Z Checking camino-tempfile v1.4.1
44462026-05-13T18:24:46.035Z Checking tabled v0.15.0
44472026-05-13T18:24:46.045Z Checking anyhow v1.0.102
44482026-05-13T18:24:46.108Z Checking icu_properties v2.1.2
44492026-05-13T18:24:46.120Z Checking icu_normalizer v2.1.1
44502026-05-13T18:24:46.131Z Checking toml v0.8.23
44512026-05-13T18:24:46.236Z Checking macaddr v1.0.1
44522026-05-13T18:24:46.413Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44532026-05-13T18:24:46.443Z Checking cargo_toml v0.21.0
44542026-05-13T18:24:46.873Z Checking dof v0.3.0
44552026-05-13T18:24:46.916Z Checking idna_adapter v1.2.1
44562026-05-13T18:24:46.966Z Checking clap v4.5.60
44572026-05-13T18:24:47.032Z Checking idna v1.1.0
44582026-05-13T18:24:47.144Z Checking usdt-impl v0.5.0
44592026-05-13T18:24:47.257Z Checking url v2.5.8
44602026-05-13T18:24:47.385Z Checking usdt v0.5.0
44612026-05-13T18:24:47.595Z Checking cargo-util-schemas v0.8.2
44622026-05-13T18:24:48.276Z Checking cargo_metadata v0.21.0
44632026-05-13T18:24:48.872Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44642026-05-13T18:24:49.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s
44652026-05-13T18:24:49.401Z
44662026-05-13T18:24:49.401Zinfo: running `cargo check --bins` on dnsadm (258/276)
44672026-05-13T18:24:49.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44682026-05-13T18:24:49.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44692026-05-13T18:24:50.040Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44702026-05-13T18:24:50.525Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44712026-05-13T18:24:50.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
44722026-05-13T18:24:51.103Z
44732026-05-13T18:24:51.103Zinfo: running `cargo check --bins` on end-to-end-tests (259/276)
44742026-05-13T18:24:51.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44752026-05-13T18:24:51.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44762026-05-13T18:24:51.890Z Checking polyval v0.6.2
44772026-05-13T18:24:52.015Z Checking ctr v0.9.2
44782026-05-13T18:24:52.025Z Checking ssh-encoding v0.2.0
44792026-05-13T18:24:52.028Z Checking blowfish v0.9.1
44802026-05-13T18:24:52.046Z Checking password-hash v0.4.2
44812026-05-13T18:24:52.059Z Checking p256 v0.13.2
44822026-05-13T18:24:52.063Z Checking p521 v0.13.3
44832026-05-13T18:24:52.085Z Checking russh-cryptovec v0.7.3
44842026-05-13T18:24:52.155Z Checking ghash v0.5.1
44852026-05-13T18:24:52.167Z Checking md5 v0.7.0
44862026-05-13T18:24:52.192Z Checking bcrypt-pbkdf v0.10.0
44872026-05-13T18:24:52.217Z Checking num-bigint v0.4.6
44882026-05-13T18:24:52.221Z Checking des v0.8.1
44892026-05-13T18:24:52.264Z Checking pbkdf2 v0.11.0
44902026-05-13T18:24:52.278Z Checking aes-gcm v0.10.3
44912026-05-13T18:24:52.313Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44922026-05-13T18:24:52.329Z Checking hex-literal v0.4.1
44932026-05-13T18:24:52.348Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44942026-05-13T18:24:52.386Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44952026-05-13T18:24:52.419Z Checking socket2 v0.5.10
44962026-05-13T18:24:52.424Z Checking ssh-cipher v0.2.0
44972026-05-13T18:24:52.446Z Checking internet-checksum v0.2.1
44982026-05-13T18:24:52.595Z Checking ssh-key v0.6.7
44992026-05-13T18:24:52.701Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45002026-05-13T18:24:53.233Z Checking russh-keys v0.45.0
45012026-05-13T18:24:53.760Z Checking russh v0.45.0
45022026-05-13T18:25:09.511Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45032026-05-13T18:25:10.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.10s
45042026-05-13T18:25:10.472Z
45052026-05-13T18:25:10.472Zinfo: running `cargo check --bins` on gateway-cli (260/276)
45062026-05-13T18:25:10.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-05-13T18:25:10.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-05-13T18:25:11.077Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45092026-05-13T18:25:11.177Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45102026-05-13T18:25:11.184Z Checking termios v0.3.3
45112026-05-13T18:25:12.380Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45122026-05-13T18:25:12.530Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45132026-05-13T18:25:14.334Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45142026-05-13T18:25:14.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s
45152026-05-13T18:25:15.082Z
45162026-05-13T18:25:15.082Zinfo: running `cargo check --bins --no-default-features` on installinator (261/276)
45172026-05-13T18:25:15.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45182026-05-13T18:25:15.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45192026-05-13T18:25:15.791Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45202026-05-13T18:25:15.795Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45212026-05-13T18:25:15.913Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45222026-05-13T18:25:15.917Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45232026-05-13T18:25:15.927Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45242026-05-13T18:25:15.937Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45252026-05-13T18:25:16.660Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45262026-05-13T18:25:16.993Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45272026-05-13T18:25:16.993Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45282026-05-13T18:25:17.626Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45292026-05-13T18:25:19.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
45302026-05-13T18:25:19.459Z
45312026-05-13T18:25:19.459Zinfo: running `cargo check --bins` on internal-dns-cli (262/276)
45322026-05-13T18:25:19.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45332026-05-13T18:25:19.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45342026-05-13T18:25:20.100Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45352026-05-13T18:25:20.554Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45362026-05-13T18:25:20.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45372026-05-13T18:25:21.066Z
45382026-05-13T18:25:21.066Zinfo: running `cargo check --bins` on omicron-live-tests (263/276)
45392026-05-13T18:25:21.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45402026-05-13T18:25:21.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45412026-05-13T18:25:21.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45422026-05-13T18:25:21.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45432026-05-13T18:25:21.661Z
45442026-05-13T18:25:21.661Zinfo: running `cargo check --bins` on live-tests-macros (264/276)
45452026-05-13T18:25:22.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45462026-05-13T18:25:22.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45472026-05-13T18:25:22.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45482026-05-13T18:25:22.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45492026-05-13T18:25:22.256Z
45502026-05-13T18:25:22.256Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/276)
45512026-05-13T18:25:22.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-05-13T18:25:22.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-05-13T18:25:22.999Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45542026-05-13T18:25:23.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45552026-05-13T18:25:23.798Z
45562026-05-13T18:25:23.798Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/276)
45572026-05-13T18:25:24.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-05-13T18:25:24.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-05-13T18:25:24.449Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45602026-05-13T18:25:24.453Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45612026-05-13T18:25:24.704Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45622026-05-13T18:25:24.708Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45632026-05-13T18:25:25.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
45642026-05-13T18:25:25.686Z
45652026-05-13T18:25:25.686Zinfo: running `cargo check --bins` on ntp-admin-types (267/276)
45662026-05-13T18:25:26.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45672026-05-13T18:25:26.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45682026-05-13T18:25:26.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45692026-05-13T18:25:26.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45702026-05-13T18:25:26.280Z
45712026-05-13T18:25:26.280Zinfo: running `cargo check --bins` on omicron-package (268/276)
45722026-05-13T18:25:26.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45732026-05-13T18:25:26.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45742026-05-13T18:25:26.956Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45752026-05-13T18:25:28.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
45762026-05-13T18:25:28.212Z
45772026-05-13T18:25:28.212Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (269/276)
45782026-05-13T18:25:28.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45792026-05-13T18:25:28.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45802026-05-13T18:25:28.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45812026-05-13T18:25:28.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45822026-05-13T18:25:28.832Z
45832026-05-13T18:25:28.832Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (270/276)
45842026-05-13T18:25:29.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45852026-05-13T18:25:29.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45862026-05-13T18:25:29.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45872026-05-13T18:25:29.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45882026-05-13T18:25:29.457Z
45892026-05-13T18:25:29.457Zinfo: running `cargo check --bins` on tqdb (271/276)
45902026-05-13T18:25:30.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45912026-05-13T18:25:30.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45922026-05-13T18:25:30.242Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45932026-05-13T18:25:30.591Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45942026-05-13T18:25:31.097Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45952026-05-13T18:25:31.097Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45962026-05-13T18:25:36.842Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45972026-05-13T18:25:36.845Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45982026-05-13T18:25:37.415Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45992026-05-13T18:25:37.418Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46002026-05-13T18:25:37.418Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46012026-05-13T18:25:37.418Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46022026-05-13T18:25:38.168Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46032026-05-13T18:25:39.115Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46042026-05-13T18:25:39.876Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46052026-05-13T18:25:40.489Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46062026-05-13T18:25:44.869Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46072026-05-13T18:25:51.147Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46082026-05-13T18:25:51.152Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46092026-05-13T18:25:51.152Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46102026-05-13T18:25:51.153Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46112026-05-13T18:25:52.587Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46122026-05-13T18:25:53.937Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46132026-05-13T18:25:54.607Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46142026-05-13T18:25:55.850Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46152026-05-13T18:25:56.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.92s
46162026-05-13T18:25:56.604Z
46172026-05-13T18:25:56.604Zinfo: running `cargo check --bins` on wicket-dbg (272/276)
46182026-05-13T18:25:57.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46192026-05-13T18:25:57.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46202026-05-13T18:25:57.317Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46212026-05-13T18:25:57.318Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46222026-05-13T18:25:57.324Z Checking rtoolbox v0.0.3
46232026-05-13T18:25:57.445Z Checking tui-tree-widget v0.23.1
46242026-05-13T18:25:57.542Z Checking rpassword v7.4.0
46252026-05-13T18:25:58.552Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46262026-05-13T18:26:01.584Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46272026-05-13T18:26:03.420Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46282026-05-13T18:26:04.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.71s
46292026-05-13T18:26:04.525Z
46302026-05-13T18:26:04.525Zinfo: running `cargo check --bins` on wicket (273/276)
46312026-05-13T18:26:05.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46322026-05-13T18:26:05.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46332026-05-13T18:26:09.145Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46342026-05-13T18:26:09.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
46352026-05-13T18:26:09.173Z
46362026-05-13T18:26:09.173Zinfo: running `cargo check --bins` on wicketd (274/276)
46372026-05-13T18:26:09.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46382026-05-13T18:26:09.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46392026-05-13T18:26:09.174Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46402026-05-13T18:26:09.174Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46412026-05-13T18:26:09.174Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46422026-05-13T18:26:09.174Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46432026-05-13T18:26:09.174Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46442026-05-13T18:26:09.174Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46452026-05-13T18:26:11.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.28s
46462026-05-13T18:26:11.291Z
46472026-05-13T18:26:11.291Zinfo: running `cargo check --bins` on omicron-workspace-hack (275/276)
46482026-05-13T18:26:11.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46492026-05-13T18:26:11.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46502026-05-13T18:26:11.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46512026-05-13T18:26:11.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46522026-05-13T18:26:11.893Z
46532026-05-13T18:26:11.893Zinfo: running `cargo check --bins` on zone-setup (276/276)
46542026-05-13T18:26:12.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46552026-05-13T18:26:12.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46562026-05-13T18:26:12.576Z Checking uzers v0.12.2
46572026-05-13T18:26:12.853Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46582026-05-13T18:26:13.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
46592026-05-13T18:26:13.815Z
46602026-05-13T18:26:13.815Zreal 14:12.055557141
46612026-05-13T18:26:13.815Zuser 20:35.833261407
46622026-05-13T18:26:13.815Zsys 4:13.836145611
46632026-05-13T18:26:13.816Ztrap 0.316510824
46642026-05-13T18:26:13.816Ztflt 2.332575416
46652026-05-13T18:26:13.816Zdflt 1.958134265
46662026-05-13T18:26:13.816Zkflt 0.034497950
46672026-05-13T18:26:13.820Zlock 1:16:26.092322427
46682026-05-13T18:26:13.820Zslp 1:38:37.546375635
46692026-05-13T18:26:13.820Zlat 54.004224168
46702026-05-13T18:26:13.820Zstop 3:31.782249927
46712026-05-13T18:26:13.820Zprocess exited: duration 993283 ms, exit code 0
 
46722026-05-13T18:26:13.829Zfound 0 output files