01KNWAM8GQJS4PDXJXK7MT7FAZ: check-features (helios)

BasicConfig {
    output_rules: [
        "/out/*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KNWAMNH92DT50N956T4YTPW3

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-10T18:32:45.228Zjob assigned to worker 01KNWAMQJ53NJQZN6QQZCFEEK4 [factory aws, i-0601c184e0fadc28e] (queued for 42 s)
 
22026-04-10T18:32:52.168Zstarting task 0: "setup"
32026-04-10T18:32:52.172Z++ uname -s
42026-04-10T18:32:52.175Z+ kern=SunOS
52026-04-10T18:32:52.175Z+ build_user=build
62026-04-10T18:32:52.175Z+ build_uid=12345
72026-04-10T18:32:52.175Z+ work_dir=/work
82026-04-10T18:32:52.175Z+ input_dir=/input
92026-04-10T18:32:52.175Z+ [[ 0 == 12345 ]]
102026-04-10T18:32:52.175Z+ case "$kern" in
112026-04-10T18:32:52.175Z+ groupadd -g 12345 build
122026-04-10T18:32:52.178Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-10T18:32:54.183Z+ zfs create -o mountpoint=/work rpool/work
142026-04-10T18:32:54.295Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-10T18:32:54.300Z+ home_fs=zfs
162026-04-10T18:32:54.300Z+ [[ zfs == autofs ]]
172026-04-10T18:32:54.300Z+ mkdir -p /home/build
182026-04-10T18:32:54.300Z+ chown build:build /home/build /work
192026-04-10T18:32:56.301Z+ chmod 0700 /home/build /work
202026-04-10T18:32:56.304Zprocess exited: duration 4135 ms, exit code 0
 
212026-04-10T18:32:56.310Zstarting task 1: "rust-toolchain"
222026-04-10T18:32:56.315Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-10T18:32:56.315Z * rust toolchain channel = "1.94.0"
242026-04-10T18:32:56.315Z * rust toolchain profile = "default"
252026-04-10T18:32:56.315Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-10T18:32:56.315Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-10T18:32:56.315Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-10T18:32:56.318Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-10T18:32:56.318Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-10T18:32:56.439Zinfo: downloading installer
312026-04-10T18:32:57.807Zwarn: It looks like you have an existing installation of Rust at:
322026-04-10T18:32:57.807Zwarn: /opt/ooce/bin
332026-04-10T18:32:57.807Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-10T18:32:57.807Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-10T18:32:57.807Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-10T18:32:57.807Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-10T18:32:57.807Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-10T18:32:57.811Zerror: cannot install while Rust is installed
392026-04-10T18:32:57.811Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-10T18:32:57.811Zwarn: It looks like you have an existing rustup settings file at:
412026-04-10T18:32:57.811Zwarn: /home/build/.rustup/settings.toml
422026-04-10T18:32:57.811Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-10T18:32:57.811Zwarn: instead of the one inferred from the default host triple.
442026-04-10T18:32:57.845Zinfo: profile set to default
452026-04-10T18:32:57.845Zinfo: default host triple is x86_64-unknown-illumos
462026-04-10T18:32:57.849Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-10T18:32:57.977Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-10T18:32:57.980Zinfo: downloading 6 components
492026-04-10T18:33:12.261Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-10T18:33:12.262Z
512026-04-10T18:33:12.293Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-10T18:33:12.293Z
532026-04-10T18:33:12.293Z
542026-04-10T18:33:12.293ZRust is installed now. Great!
552026-04-10T18:33:12.293Z
562026-04-10T18:33:12.293ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-10T18:33:12.294Zenvironment variable. This has not been done automatically.
582026-04-10T18:33:12.294Z
592026-04-10T18:33:12.294ZTo configure your current shell, you need to source
602026-04-10T18:33:12.294Zthe corresponding env file under $HOME/.cargo.
612026-04-10T18:33:12.294Z
622026-04-10T18:33:12.294ZThis is usually done by running one of the following (note the leading DOT):
632026-04-10T18:33:12.294Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-10T18:33:12.294Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-10T18:33:12.294Zsource "~/.cargo/env.nu" # For nushell
662026-04-10T18:33:12.294Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-10T18:33:12.294Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-10T18:33:12.294Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-10T18:33:12.300Zwarn: no default linker (`cc`) was found in your PATH
702026-04-10T18:33:12.300Zwarn: many Rust crates require a system C toolchain to build
712026-04-10T18:33:12.390Z+ rustup --version
722026-04-10T18:33:12.400Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-10T18:33:12.402Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-10T18:33:12.421Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-10T18:33:12.423Z+ cargo --version
762026-04-10T18:33:12.440Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-10T18:33:12.442Z+ rustc --version
782026-04-10T18:33:12.458Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-10T18:33:12.462Zprocess exited: duration 16147 ms, exit code 0
 
802026-04-10T18:33:12.469Zstarting task 2: "authentication"
812026-04-10T18:33:12.486Zprocess exited: duration 16 ms, exit code 0
 
822026-04-10T18:33:12.493Zstarting task 3: "clone repository"
832026-04-10T18:33:12.496Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-10T18:33:12.499Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-10T18:33:12.529ZCloning into '/work/oxidecomputer/omicron'...
862026-04-10T18:33:23.150Z+ cd /work/oxidecomputer/omicron
872026-04-10T18:33:23.150Z+ git fetch origin 4c161765f410ff3d69e3bcd1fc84d725c7082caf
882026-04-10T18:33:23.457ZFrom https://github.com/oxidecomputer/omicron
892026-04-10T18:33:23.458Z * branch 4c161765f410ff3d69e3bcd1fc84d725c7082caf -> FETCH_HEAD
902026-04-10T18:33:23.468Z+ [[ -n eliza/analysis-report ]]
912026-04-10T18:33:23.471Z++ git branch --show-current
922026-04-10T18:33:23.473Z+ current=main
932026-04-10T18:33:23.474Z+ [[ main != eliza/analysis-report ]]
942026-04-10T18:33:23.474Z+ git branch -f eliza/analysis-report 4c161765f410ff3d69e3bcd1fc84d725c7082caf
952026-04-10T18:33:23.476Z+ git checkout -f eliza/analysis-report
962026-04-10T18:33:23.704ZSwitched to branch 'eliza/analysis-report'
972026-04-10T18:33:23.707Z+ git reset --hard 4c161765f410ff3d69e3bcd1fc84d725c7082caf
982026-04-10T18:33:23.752ZHEAD is now at 4c161765f one last thing from @mergeconflict
992026-04-10T18:33:23.755Zprocess exited: duration 11258 ms, exit code 0
 
1002026-04-10T18:33:23.761Zstarting task 4: "build"
1012026-04-10T18:33:23.765Z+ source .github/buildomat/ci-env.sh
1022026-04-10T18:33:23.768Z++ export CARGO_TERM_COLOR=always
1032026-04-10T18:33:23.768Z++ CARGO_TERM_COLOR=always
1042026-04-10T18:33:23.768Z+ cargo --version
1052026-04-10T18:33:23.776Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-10T18:33:23.778Z+ rustc --version
1072026-04-10T18:33:23.799Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-10T18:33:23.802Z+ source ./env.sh
1092026-04-10T18:33:23.802Z++ OLD_SHELL_OPTS=ehxB
1102026-04-10T18:33:23.802Z++ set -o xtrace
1112026-04-10T18:33:23.805Z++++ dirname ./env.sh
1122026-04-10T18:33:23.805Z+++ readlink -f .
1132026-04-10T18:33:23.807Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-04-10T18:33:23.811Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-04-10T18:33:23.811Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-04-10T18:33:23.811Z++ 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
1172026-04-10T18:33:23.811Z++ 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
1182026-04-10T18:33:23.811Z++ 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
1192026-04-10T18:33:23.811Z++ 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
1202026-04-10T18:33:23.811Z++ 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
1212026-04-10T18:33:23.811Z++ 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
1222026-04-10T18:33:23.811Z++ case $OLD_SHELL_OPTS in
1232026-04-10T18:33:23.811Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-04-10T18:33:23.811Z+ 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
1252026-04-10T18:33:23.811Z+ 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
1262026-04-10T18:33:23.811Z+ banner prerequisites
1272026-04-10T18:33:23.811Z
1282026-04-10T18:33:23.811Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-04-10T18:33:23.811Z # # # # # # # # # # # # # # #
1302026-04-10T18:33:23.811Z # # # # ##### # # ##### # # # # # #### #
1312026-04-10T18:33:23.811Z ##### ##### # ##### # # # # # # # # #
1322026-04-10T18:33:23.811Z # # # # # # # # # # # # # # #
1332026-04-10T18:33:23.811Z # # # ###### # # ###### ### # #### # #### #
1342026-04-10T18:33:23.811Z
1352026-04-10T18:33:23.811Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-04-10T18:33:32.421Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-04-10T18:33:39.609Z Startup: Caching catalogs ... Done
1382026-04-10T18:33:44.742ZPlanning: Solver setup ... Done (3.581s)
1392026-04-10T18:33:44.766ZPlanning: Running solver ... Done (0.024s)
1402026-04-10T18:33:44.889ZPlanning: Finding local manifests ... Done (0.003s)
1412026-04-10T18:33:44.900ZPlanning: Fetching manifests: 0/4 0% complete
1422026-04-10T18:33:44.994ZPlanning: Fetching manifests: 4/4 100% complete
1432026-04-10T18:33:45.027ZPlanning: Package planning ... Done (0.033s)
1442026-04-10T18:33:45.055ZPlanning: Merging actions ... Done (0.028s)
1452026-04-10T18:33:45.237ZPlanning: Checking for conflicting actions ... Done (0.181s)
1462026-04-10T18:33:45.244ZPlanning: Consolidating action changes ... Done (0.007s)
1472026-04-10T18:33:46.026ZPlanning: Evaluating mediators ... Done (0.781s)
1482026-04-10T18:33:46.034ZPlanning: Planning completed in 6.25 seconds
1492026-04-10T18:33:46.043Z Packages to install: 4
1502026-04-10T18:33:46.043Z Mediators to change: 2
1512026-04-10T18:33:46.043Z Services to change: 1
1522026-04-10T18:33:46.043Z Estimated space available: 155.35 GB
1532026-04-10T18:33:46.043ZEstimated space to be consumed: 1.84 GB
1542026-04-10T18:33:46.046Z Create boot environment: No
1552026-04-10T18:33:46.046ZCreate backup boot environment: No
1562026-04-10T18:33:46.047Z Rebuild boot archive: No
1572026-04-10T18:33:46.047Z
1582026-04-10T18:33:46.047ZChanged mediators:
1592026-04-10T18:33:46.047Z mediator clang:
1602026-04-10T18:33:46.047Z version: None -> 15 (system default)
1612026-04-10T18:33:46.047Z
1622026-04-10T18:33:46.047Z mediator llvm:
1632026-04-10T18:33:46.047Z version: 14 (system default) -> 15 (system default)
1642026-04-10T18:33:46.047Z
1652026-04-10T18:33:46.047ZChanged packages:
1662026-04-10T18:33:46.047Zhelios-dev
1672026-04-10T18:33:46.047Z developer/build-essential
1682026-04-10T18:33:46.047Z None -> 11-2.0
1692026-04-10T18:33:46.047Z library/libxmlsec1
1702026-04-10T18:33:46.047Z None -> 1.2.35-2.0
1712026-04-10T18:33:46.047Z ooce/developer/clang-15
1722026-04-10T18:33:46.047Z None -> 15.0.7-2.0
1732026-04-10T18:33:46.047Z ooce/developer/llvm-15
1742026-04-10T18:33:46.047Z None -> 15.0.7-2.0
1752026-04-10T18:33:46.047Z
1762026-04-10T18:33:46.047ZServices:
1772026-04-10T18:33:46.047Z restart_fmri:
1782026-04-10T18:33:46.047Z svc:/system/update-man-index:default
1792026-04-10T18:33:46.087Z
1802026-04-10T18:33:46.087ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-04-10T18:33:51.092ZDownload: 2468/3290 items 119.9/212.6MB 56% complete (24.2M/s)
1822026-04-10T18:33:57.873ZDownload: 3289/3290 items 212.6/212.6MB 100% complete (22.6M/s)
1832026-04-10T18:33:57.885ZDownload: Completed 212.60 MB in 11.80 seconds (18.0M/s)
1842026-04-10T18:33:58.265Z Actions: 1/3689 actions (Installing new actions)
1852026-04-10T18:34:01.424Z Actions: Completed 3689 actions in 3.16 seconds.
1862026-04-10T18:34:01.721Z Done (0.293s)
1872026-04-10T18:34:01.721Z Done (0.000s)
1882026-04-10T18:34:02.427Z Done (0.706s)
1892026-04-10T18:34:05.601Z Done (2.825s)
1902026-04-10T18:34:05.682Z Done (0.012s)
1912026-04-10T18:34:05.685Z Done (0.000s)
1922026-04-10T18:34:05.960Z Done (0.000s)
1932026-04-10T18:34:06.823ZPlanning: Evaluating mediator changes ... Done
1942026-04-10T18:34:06.932ZPlanning: Checking for conflicting actions ... Done
1952026-04-10T18:34:06.936ZPlanning: Consolidating action changes ... Done
1962026-04-10T18:34:07.098ZPlanning: Evaluating mediators ... Done
1972026-04-10T18:34:07.101ZPlanning: Planning completed in 0.27 seconds
1982026-04-10T18:34:07.119Z Mediators to change: 2
1992026-04-10T18:34:07.119Z Create boot environment: No
2002026-04-10T18:34:07.119ZCreate backup boot environment: No
2012026-04-10T18:34:07.166Z Done
2022026-04-10T18:34:07.166Z Done
2032026-04-10T18:34:07.775Z Done
2042026-04-10T18:34:10.362Z Done
2052026-04-10T18:34:10.433Z Done
2062026-04-10T18:34:10.436Z Done
2072026-04-10T18:34:10.551Z Done
2082026-04-10T18:34:10.956ZPlanning: Evaluating mediator changes ... Done
2092026-04-10T18:34:10.960ZPlanning: Merging actions ... Done
2102026-04-10T18:34:11.099ZPlanning: Checking for conflicting actions ... Done
2112026-04-10T18:34:11.103ZPlanning: Consolidating action changes ... Done
2122026-04-10T18:34:11.242ZPlanning: Evaluating mediators ... Done
2132026-04-10T18:34:11.271ZPlanning: Planning completed in 0.46 seconds
2142026-04-10T18:34:11.294Z Packages to change: 1
2152026-04-10T18:34:11.294Z Mediators to change: 1
2162026-04-10T18:34:11.294Z Services to change: 1
2172026-04-10T18:34:11.294Z Create boot environment: No
2182026-04-10T18:34:11.294ZCreate backup boot environment: Yes
2192026-04-10T18:34:13.615Z Actions: 1/6 actions (Updating modified actions)
2202026-04-10T18:34:13.618Z Actions: Completed 6 actions in 0.00 seconds.
2212026-04-10T18:34:13.618Z Done
2222026-04-10T18:34:13.618Z Done
2232026-04-10T18:34:13.758Z Done
2242026-04-10T18:34:16.275Z Done
2252026-04-10T18:34:16.356Z Done
2262026-04-10T18:34:16.359Z Done
2272026-04-10T18:34:16.511Z Done
2282026-04-10T18:34:16.799ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292026-04-10T18:34:16.799Zclang system 15 system
2302026-04-10T18:34:16.799Zcsh system system illumos
2312026-04-10T18:34:16.799Zctags system system illumos
2322026-04-10T18:34:16.799Zfile system system illumos
2332026-04-10T18:34:16.799Zgcc vendor 12 vendor
2342026-04-10T18:34:16.799Zgcc system 14 system
2352026-04-10T18:34:16.799Zgcc system 10 system
2362026-04-10T18:34:16.799Zgo system 1.20 system
2372026-04-10T18:34:16.799Zgo system 1.19 system
2382026-04-10T18:34:16.799Zllvm system 15 system
2392026-04-10T18:34:16.799Zllvm system 14 system
2402026-04-10T18:34:16.799Zmariadb system 10.6 system
2412026-04-10T18:34:16.799Zmta vendor vendor dma
2422026-04-10T18:34:16.799Zopenjdk system 17 system
2432026-04-10T18:34:16.799Zopenjdk system 11 system
2442026-04-10T18:34:16.799Zopenjdk system 1.8 system
2452026-04-10T18:34:16.799Zopenssl vendor 3 vendor
2462026-04-10T18:34:16.799Zperl system 5.36 system
2472026-04-10T18:34:16.799Zpostgresql system 15 system
2482026-04-10T18:34:16.799Zpostgresql system 13 system
2492026-04-10T18:34:16.799Zpython vendor 3 vendor
2502026-04-10T18:34:16.799Zpython system 2 system
2512026-04-10T18:34:16.799Zpython3 system 3.11 system
2522026-04-10T18:34:16.799Zruby system 3.0 system
2532026-04-10T18:34:16.799Zwords vendor vendor american-english
2542026-04-10T18:34:16.799Zwords system system australian-english
2552026-04-10T18:34:16.799Zwords system system british-english
2562026-04-10T18:34:16.799Zwords system system canadian-english
2572026-04-10T18:34:16.799Zwords system system french
2582026-04-10T18:34:16.799Zwords system system italian
2592026-04-10T18:34:16.799Zwords system system ngerman
2602026-04-10T18:34:16.799Zwords system system ogerman
2612026-04-10T18:34:16.799Zwords system system spanish
2622026-04-10T18:34:17.030ZPUBLISHER TYPE STATUS P LOCATION
2632026-04-10T18:34:17.030Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642026-04-10T18:34:21.441ZFMRI IFO
2652026-04-10T18:34:21.441Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662026-04-10T18:34:21.441Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672026-04-10T18:34:21.441Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682026-04-10T18:34:21.441Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692026-04-10T18:34:21.441Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702026-04-10T18:34:21.441Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2712026-04-10T18:34:21.441Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2722026-04-10T18:34:21.441Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2732026-04-10T18:34:21.441Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2742026-04-10T18:34:21.441Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2752026-04-10T18:34:21.441Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2762026-04-10T18:34:21.441Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2772026-04-10T18:34:21.441Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2782026-04-10T18:34:21.441Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2792026-04-10T18:34:21.441Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2802026-04-10T18:34:21.441Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2812026-04-10T18:34:22.595Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2822026-04-10T18:34:22.864Z Updating crates.io index
2832026-04-10T18:34:22.867Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2842026-04-10T18:34:23.124Z Updating git repository `https://github.com/oxidecomputer/lldp`
2852026-04-10T18:34:24.070Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2862026-04-10T18:34:24.406Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2872026-04-10T18:34:25.117Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-04-10T18:34:26.554Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-04-10T18:34:27.865Z Updating git repository `https://github.com/oxidecomputer/opte`
2902026-04-10T18:34:28.528Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912026-04-10T18:34:28.894Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2922026-04-10T18:34:29.570Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932026-04-10T18:34:30.046Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2942026-04-10T18:34:30.320Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952026-04-10T18:34:30.654Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2962026-04-10T18:34:31.991Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2972026-04-10T18:34:32.477Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2982026-04-10T18:34:32.777Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2992026-04-10T18:34:33.129Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3002026-04-10T18:34:33.561Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012026-04-10T18:34:33.931Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022026-04-10T18:34:34.172Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032026-04-10T18:34:34.434Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3042026-04-10T18:34:34.800Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3052026-04-10T18:34:35.161Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3062026-04-10T18:34:35.770Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3072026-04-10T18:34:36.132Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082026-04-10T18:34:36.474Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092026-04-10T18:34:36.768Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3102026-04-10T18:34:37.934Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112026-04-10T18:34:38.589Z Updating git repository `https://github.com/oxidecomputer/crucible`
3122026-04-10T18:34:39.161Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3132026-04-10T18:34:39.425Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3142026-04-10T18:34:39.827Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3152026-04-10T18:34:40.170Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3162026-04-10T18:34:40.521Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3172026-04-10T18:34:41.021Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3182026-04-10T18:34:41.278Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3192026-04-10T18:34:41.623Z Updating git repository `https://github.com/illumos/smf-rs`
3202026-04-10T18:34:41.926Z Updating git repository `https://github.com/oxidecomputer/omicron`
3212026-04-10T18:34:53.414Z Downloading crates ...
3222026-04-10T18:34:53.460Z Downloaded anstyle v1.0.13
3232026-04-10T18:34:53.467Z Downloaded anstream v0.6.21
3242026-04-10T18:34:53.483Z Downloaded serde_core v1.0.228
3252026-04-10T18:34:53.487Z Downloaded unicode-ident v1.0.24
3262026-04-10T18:34:53.490Z Downloaded typeid v1.0.3
3272026-04-10T18:34:53.490Z Downloaded ucd-trie v0.1.7
3282026-04-10T18:34:53.493Z Downloaded pest_generator v2.8.6
3292026-04-10T18:34:53.493Z Downloaded percent-encoding v2.3.2
3302026-04-10T18:34:53.493Z Downloaded is_terminal_polyfill v1.70.2
3312026-04-10T18:34:53.498Z Downloaded idna_adapter v1.2.1
3322026-04-10T18:34:53.498Z Downloaded thiserror v2.0.18
3332026-04-10T18:34:53.501Z Downloaded yoke-derive v0.8.1
3342026-04-10T18:34:53.501Z Downloaded unicode-linebreak v0.1.5
3352026-04-10T18:34:53.501Z Downloaded smawk v0.3.2
3362026-04-10T18:34:53.501Z Downloaded generic-array v0.14.7
3372026-04-10T18:34:53.504Z Downloaded zerofrom v0.1.6
3382026-04-10T18:34:53.504Z Downloaded thread-id v4.2.2
3392026-04-10T18:34:53.504Z Downloaded usdt-macro v0.5.0
3402026-04-10T18:34:53.504Z Downloaded anstyle-parse v0.2.7
3412026-04-10T18:34:53.507Z Downloaded usdt v0.5.0
3422026-04-10T18:34:53.507Z Downloaded smallvec v1.15.1
3432026-04-10T18:34:53.507Z Downloaded errno v0.3.14
3442026-04-10T18:34:53.510Z Downloaded toml_datetime v0.6.11
3452026-04-10T18:34:53.510Z Downloaded usdt-attr-macro v0.5.0
3462026-04-10T18:34:53.510Z Downloaded bitflags v2.11.0
3472026-04-10T18:34:53.513Z Downloaded utf8_iter v1.0.4
3482026-04-10T18:34:53.513Z Downloaded equivalent v1.0.2
3492026-04-10T18:34:53.513Z Downloaded cfg-if v1.0.4
3502026-04-10T18:34:53.516Z Downloaded dof v0.3.0
3512026-04-10T18:34:53.516Z Downloaded crypto-common v0.1.7
3522026-04-10T18:34:53.519Z Downloaded unicode-xid v0.2.6
3532026-04-10T18:34:53.519Z Downloaded utf8parse v0.2.2
3542026-04-10T18:34:53.519Z Downloaded toml_write v0.1.2
3552026-04-10T18:34:53.522Z Downloaded cpufeatures v0.2.17
3562026-04-10T18:34:53.523Z Downloaded plain v0.2.3
3572026-04-10T18:34:53.526Z Downloaded thiserror-impl v1.0.69
3582026-04-10T18:34:53.531Z Downloaded swrite v0.1.0
3592026-04-10T18:34:53.531Z Downloaded strsim v0.11.1
3602026-04-10T18:34:53.531Z Downloaded zerofrom-derive v0.1.6
3612026-04-10T18:34:53.534Z Downloaded serde-value v0.7.0
3622026-04-10T18:34:53.534Z Downloaded block-buffer v0.10.4
3632026-04-10T18:34:53.534Z Downloaded pretty-hex v0.4.1
3642026-04-10T18:34:53.534Z Downloaded version_check v0.9.5
3652026-04-10T18:34:53.534Z Downloaded usdt-impl v0.5.0
3662026-04-10T18:34:53.537Z Downloaded form_urlencoded v1.2.2
3672026-04-10T18:34:53.537Z Downloaded stable_deref_trait v1.2.1
3682026-04-10T18:34:53.537Z Downloaded fnv v1.0.7
3692026-04-10T18:34:53.537Z Downloaded tinystr v0.8.2
3702026-04-10T18:34:53.537Z Downloaded zerovec-derive v0.11.2
3712026-04-10T18:34:53.540Z Downloaded heck v0.4.1
3722026-04-10T18:34:53.543Z Downloaded proc-macro-error-attr v1.0.4
3732026-04-10T18:34:53.543Z Downloaded writeable v0.6.2
3742026-04-10T18:34:53.546Z Downloaded zmij v1.0.21
3752026-04-10T18:34:53.546Z Downloaded yoke v0.8.1
3762026-04-10T18:34:53.546Z Downloaded toml v0.8.23
3772026-04-10T18:34:53.549Z Downloaded scroll_derive v0.12.1
3782026-04-10T18:34:53.550Z Downloaded terminal_size v0.4.3
3792026-04-10T18:34:53.553Z Downloaded serde_spanned v0.6.9
3802026-04-10T18:34:53.553Z Downloaded thiserror-impl v2.0.18
3812026-04-10T18:34:53.553Z Downloaded textwrap v0.16.2
3822026-04-10T18:34:53.553Z Downloaded dtrace-parser v0.2.0
3832026-04-10T18:34:53.556Z Downloaded cargo-platform v0.2.0
3842026-04-10T18:34:53.556Z Downloaded heck v0.5.0
3852026-04-10T18:34:53.558Z Downloaded tabled_derive v0.7.0
3862026-04-10T18:34:53.558Z Downloaded macaddr v1.0.1
3872026-04-10T18:34:53.558Z Downloaded potential_utf v0.1.4
3882026-04-10T18:34:53.561Z Downloaded zerocopy-derive v0.7.35
3892026-04-10T18:34:53.564Z Downloaded memmap v0.7.0
3902026-04-10T18:34:53.567Z Downloaded toml_edit v0.22.27
3912026-04-10T18:34:53.569Z Downloaded url v2.5.8
3922026-04-10T18:34:53.572Z Downloaded typenum v1.19.0
3932026-04-10T18:34:53.572Z Downloaded quote v1.0.44
3942026-04-10T18:34:53.575Z Downloaded itoa v1.0.17
3952026-04-10T18:34:53.575Z Downloaded colorchoice v1.0.4
3962026-04-10T18:34:53.578Z Downloaded zerotrie v0.2.3
3972026-04-10T18:34:53.580Z Downloaded sha2 v0.10.9
3982026-04-10T18:34:53.580Z Downloaded digest v0.10.7
3992026-04-10T18:34:53.583Z Downloaded cargo_metadata v0.21.0
4002026-04-10T18:34:53.586Z Downloaded clap_lex v1.0.0
4012026-04-10T18:34:53.590Z Downloaded byteorder v1.5.0
4022026-04-10T18:34:53.592Z Downloaded zerocopy v0.7.35
4032026-04-10T18:34:53.599Z Downloaded zerovec v0.11.5
4042026-04-10T18:34:53.602Z Downloaded serde_tokenstream v0.2.3
4052026-04-10T18:34:53.605Z Downloaded serde-untagged v0.1.9
4062026-04-10T18:34:53.605Z Downloaded winnow v0.7.14
4072026-04-10T18:34:53.608Z Downloaded thiserror v1.0.69
4082026-04-10T18:34:53.611Z Downloaded unicode-width v0.2.0
4092026-04-10T18:34:53.614Z Downloaded fastrand v2.3.0
4102026-04-10T18:34:53.617Z Downloaded unicode-width v0.1.14
4112026-04-10T18:34:53.620Z Downloaded scroll v0.12.0
4122026-04-10T18:34:53.620Z Downloaded fs-err v3.3.0
4132026-04-10T18:34:53.620Z Downloaded synstructure v0.13.2
4142026-04-10T18:34:53.636Z Downloaded autocfg v1.5.0
4152026-04-10T18:34:53.636Z Downloaded proc-macro-error v1.0.4
4162026-04-10T18:34:53.636Z Downloaded ordered-float v2.10.1
4172026-04-10T18:34:53.636Z Downloaded cargo_toml v0.21.0
4182026-04-10T18:34:53.636Z Downloaded camino-tempfile v1.4.1
4192026-04-10T18:34:53.636Z Downloaded displaydoc v0.2.5
4202026-04-10T18:34:53.636Z Downloaded pest_derive v2.8.6
4212026-04-10T18:34:53.636Z Downloaded bytecount v0.6.9
4222026-04-10T18:34:53.636Z Downloaded litemap v0.8.1
4232026-04-10T18:34:53.636Z Downloaded semver v1.0.27
4242026-04-10T18:34:53.640Z Downloaded anstyle-query v1.1.5
4252026-04-10T18:34:53.640Z Downloaded once_cell v1.21.3
4262026-04-10T18:34:53.643Z Downloaded anyhow v1.0.102
4272026-04-10T18:34:53.646Z Downloaded erased-serde v0.4.9
4282026-04-10T18:34:53.650Z Downloaded tempfile v3.25.0
4292026-04-10T18:34:53.652Z Downloaded cargo-util-schemas v0.8.2
4302026-04-10T18:34:53.663Z Downloaded num-traits v0.2.19
4312026-04-10T18:34:53.666Z Downloaded icu_properties v2.1.2
4322026-04-10T18:34:53.666Z Downloaded icu_provider v2.1.1
4332026-04-10T18:34:53.670Z Downloaded icu_normalizer_data v2.1.1
4342026-04-10T18:34:53.674Z Downloaded camino v1.2.2
4352026-04-10T18:34:53.674Z Downloaded log v0.4.29
4362026-04-10T18:34:53.677Z Downloaded proc-macro2 v1.0.106
4372026-04-10T18:34:53.680Z Downloaded clap_derive v4.5.55
4382026-04-10T18:34:53.683Z Downloaded getrandom v0.3.4
4392026-04-10T18:34:53.683Z Downloaded icu_normalizer v2.1.1
4402026-04-10T18:34:53.686Z Downloaded clap v4.5.60
4412026-04-10T18:34:53.689Z Downloaded icu_locale_core v2.1.1
4422026-04-10T18:34:53.698Z Downloaded serde_derive v1.0.228
4432026-04-10T18:34:53.701Z Downloaded papergrid v0.11.0
4442026-04-10T18:34:53.704Z Downloaded pest_meta v2.8.6
4452026-04-10T18:34:53.707Z Downloaded icu_collections v2.1.1
4462026-04-10T18:34:53.719Z Downloaded serde v1.0.228
4472026-04-10T18:34:53.732Z Downloaded memchr v2.8.0
4482026-04-10T18:34:53.736Z Downloaded indexmap v2.13.0
4492026-04-10T18:34:53.746Z Downloaded hashbrown v0.16.1
4502026-04-10T18:34:53.756Z Downloaded pest v2.8.6
4512026-04-10T18:34:53.763Z Downloaded idna v1.1.0
4522026-04-10T18:34:53.771Z Downloaded serde_json v1.0.149
4532026-04-10T18:34:53.778Z Downloaded clap_builder v4.5.60
4542026-04-10T18:34:53.785Z Downloaded goblin v0.8.2
4552026-04-10T18:34:53.790Z Downloaded icu_properties_data v2.1.2
4562026-04-10T18:34:53.795Z Downloaded tabled v0.15.0
4572026-04-10T18:34:53.809Z Downloaded syn v1.0.109
4582026-04-10T18:34:53.819Z Downloaded syn v2.0.117
4592026-04-10T18:34:53.833Z Downloaded rustix v1.1.3
4602026-04-10T18:34:53.862Z Downloaded libc v0.2.180
4612026-04-10T18:34:53.928Z Compiling proc-macro2 v1.0.106
4622026-04-10T18:34:53.928Z Compiling quote v1.0.44
4632026-04-10T18:34:53.928Z Compiling unicode-ident v1.0.24
4642026-04-10T18:34:53.928Z Compiling serde_core v1.0.228
4652026-04-10T18:34:53.928Z Compiling libc v0.2.180
4662026-04-10T18:34:53.928Z Compiling version_check v0.9.5
4672026-04-10T18:34:53.931Z Compiling memchr v2.8.0
4682026-04-10T18:34:53.931Z Compiling stable_deref_trait v1.2.1
4692026-04-10T18:34:54.266Z Compiling serde v1.0.228
4702026-04-10T18:34:54.269Z Compiling zmij v1.0.21
4712026-04-10T18:34:54.582Z Compiling thiserror v1.0.69
4722026-04-10T18:34:54.645Z Compiling autocfg v1.5.0
4732026-04-10T18:34:54.752Z Compiling ucd-trie v0.1.7
4742026-04-10T18:34:54.769Z Compiling itoa v1.0.17
4752026-04-10T18:34:54.907Z Compiling pest v2.8.6
4762026-04-10T18:34:54.966Z Compiling litemap v0.8.1
4772026-04-10T18:34:54.998Z Compiling writeable v0.6.2
4782026-04-10T18:34:55.058Z Compiling byteorder v1.5.0
4792026-04-10T18:34:55.075Z Compiling icu_normalizer_data v2.1.1
4802026-04-10T18:34:55.167Z Compiling rustix v1.1.3
4812026-04-10T18:34:55.312Z Compiling icu_properties_data v2.1.2
4822026-04-10T18:34:55.457Z Compiling syn v2.0.117
4832026-04-10T18:34:55.547Z Compiling errno v0.3.14
4842026-04-10T18:34:55.563Z Compiling serde_json v1.0.149
4852026-04-10T18:34:55.625Z Compiling bitflags v2.11.0
4862026-04-10T18:34:55.802Z Compiling num-traits v0.2.19
4872026-04-10T18:34:55.845Z Compiling typeid v1.0.3
4882026-04-10T18:34:55.903Z Compiling smallvec v1.15.1
4892026-04-10T18:34:55.985Z Compiling pest_meta v2.8.6
4902026-04-10T18:34:56.108Z Compiling hashbrown v0.16.1
4912026-04-10T18:34:56.174Z Compiling equivalent v1.0.2
4922026-04-10T18:34:56.358Z Compiling thread-id v4.2.2
4932026-04-10T18:34:56.375Z Compiling usdt-impl v0.5.0
4942026-04-10T18:34:56.488Z Compiling proc-macro-error-attr v1.0.4
4952026-04-10T18:34:56.541Z Compiling winnow v0.7.14
4962026-04-10T18:34:56.633Z Compiling indexmap v2.13.0
4972026-04-10T18:34:56.682Z Compiling toml_write v0.1.2
4982026-04-10T18:34:56.701Z Compiling erased-serde v0.4.9
4992026-04-10T18:34:56.901Z Compiling syn v1.0.109
5002026-04-10T18:34:57.285Z Compiling proc-macro-error v1.0.4
5012026-04-10T18:34:57.384Z Compiling percent-encoding v2.3.2
5022026-04-10T18:34:57.479Z Compiling utf8parse v0.2.2
5032026-04-10T18:34:57.587Z Compiling log v0.4.29
5042026-04-10T18:34:57.605Z Compiling camino v1.2.2
5052026-04-10T18:34:57.673Z Compiling plain v0.2.3
5062026-04-10T18:34:57.712Z Compiling utf8_iter v1.0.4
5072026-04-10T18:34:57.779Z Compiling getrandom v0.3.4
5082026-04-10T18:34:57.796Z Compiling thiserror v2.0.18
5092026-04-10T18:34:57.868Z Compiling ordered-float v2.10.1
5102026-04-10T18:34:57.943Z Compiling anstyle-parse v0.2.7
5112026-04-10T18:34:57.977Z Compiling form_urlencoded v1.2.2
5122026-04-10T18:34:58.176Z Compiling synstructure v0.13.2
5132026-04-10T18:34:58.191Z Compiling pest_generator v2.8.6
5142026-04-10T18:34:58.423Z Compiling terminal_size v0.4.3
5152026-04-10T18:34:58.577Z Compiling colorchoice v1.0.4
5162026-04-10T18:34:58.624Z Compiling cfg-if v1.0.4
5172026-04-10T18:34:58.628Z Compiling is_terminal_polyfill v1.70.2
5182026-04-10T18:34:58.695Z Compiling anstyle v1.0.13
5192026-04-10T18:34:58.711Z Compiling anstyle-query v1.1.5
5202026-04-10T18:34:58.739Z Compiling pretty-hex v0.4.1
5212026-04-10T18:34:58.822Z Compiling serde-untagged v0.1.9
5222026-04-10T18:34:58.871Z Compiling anstream v0.6.21
5232026-04-10T18:34:58.909Z Compiling semver v1.0.27
5242026-04-10T18:34:58.971Z Compiling fs-err v3.3.0
5252026-04-10T18:34:59.070Z Compiling bytecount v0.6.9
5262026-04-10T18:34:59.161Z Compiling strsim v0.11.1
5272026-04-10T18:34:59.183Z Compiling anyhow v1.0.102
5282026-04-10T18:34:59.213Z Compiling once_cell v1.21.3
5292026-04-10T18:34:59.236Z Compiling unicode-xid v0.2.6
5302026-04-10T18:34:59.364Z Compiling clap_lex v1.0.0
5312026-04-10T18:34:59.435Z Compiling heck v0.4.1
5322026-04-10T18:34:59.491Z Compiling unicode-width v0.1.14
5332026-04-10T18:34:59.513Z Compiling heck v0.5.0
5342026-04-10T18:34:59.582Z Compiling fnv v1.0.7
5352026-04-10T18:34:59.602Z Compiling fastrand v2.3.0
5362026-04-10T18:34:59.667Z Compiling clap_builder v4.5.60
5372026-04-10T18:34:59.751Z Compiling papergrid v0.11.0
5382026-04-10T18:34:59.869Z Compiling tempfile v3.25.0
5392026-04-10T18:34:59.889Z Compiling serde_derive v1.0.228
5402026-04-10T18:34:59.892Z Compiling zerofrom-derive v0.1.6
5412026-04-10T18:34:59.921Z Compiling yoke-derive v0.8.1
5422026-04-10T18:35:00.204Z Compiling zerovec-derive v0.11.2
5432026-04-10T18:35:00.244Z Compiling displaydoc v0.2.5
5442026-04-10T18:35:00.975Z Compiling thiserror-impl v1.0.69
5452026-04-10T18:35:01.052Z Compiling zerocopy-derive v0.7.35
5462026-04-10T18:35:01.162Z Compiling pest_derive v2.8.6
5472026-04-10T18:35:01.277Z Compiling zerofrom v0.1.6
5482026-04-10T18:35:01.315Z Compiling scroll_derive v0.12.1
5492026-04-10T18:35:01.461Z Compiling yoke v0.8.1
5502026-04-10T18:35:01.655Z Compiling zerovec v0.11.5
5512026-04-10T18:35:01.672Z Compiling zerotrie v0.2.3
5522026-04-10T18:35:01.988Z Compiling zerocopy v0.7.35
5532026-04-10T18:35:02.006Z Compiling thiserror-impl v2.0.18
5542026-04-10T18:35:02.030Z Compiling scroll v0.12.0
5552026-04-10T18:35:02.172Z Compiling tinystr v0.8.2
5562026-04-10T18:35:02.310Z Compiling potential_utf v0.1.4
5572026-04-10T18:35:02.389Z Compiling icu_locale_core v2.1.1
5582026-04-10T18:35:02.438Z Compiling icu_collections v2.1.1
5592026-04-10T18:35:02.481Z Compiling dtrace-parser v0.2.0
5602026-04-10T18:35:02.555Z Compiling goblin v0.8.2
5612026-04-10T18:35:02.737Z Compiling tabled_derive v0.7.0
5622026-04-10T18:35:02.927Z Compiling clap_derive v4.5.55
5632026-04-10T18:35:03.241Z Compiling icu_provider v2.1.1
5642026-04-10T18:35:03.288Z Compiling serde_spanned v0.6.9
5652026-04-10T18:35:03.313Z Compiling toml_datetime v0.6.11
5662026-04-10T18:35:03.358Z Compiling dof v0.3.0
5672026-04-10T18:35:03.387Z Compiling serde_tokenstream v0.2.3
5682026-04-10T18:35:03.559Z Compiling icu_properties v2.1.2
5692026-04-10T18:35:03.563Z Compiling icu_normalizer v2.1.1
5702026-04-10T18:35:03.584Z Compiling toml_edit v0.22.27
5712026-04-10T18:35:03.699Z Compiling serde-value v0.7.0
5722026-04-10T18:35:03.753Z Compiling cargo-platform v0.2.0
5732026-04-10T18:35:04.030Z Compiling memmap v0.7.0
5742026-04-10T18:35:04.071Z Compiling unicode-width v0.2.0
5752026-04-10T18:35:04.091Z Compiling smawk v0.3.2
5762026-04-10T18:35:04.215Z Compiling unicode-linebreak v0.1.5
5772026-04-10T18:35:04.232Z Compiling tabled v0.15.0
5782026-04-10T18:35:04.263Z Compiling usdt-attr-macro v0.5.0
5792026-04-10T18:35:04.347Z Compiling usdt-macro v0.5.0
5802026-04-10T18:35:04.458Z Compiling idna_adapter v1.2.1
5812026-04-10T18:35:04.612Z Compiling idna v1.1.0
5822026-04-10T18:35:04.630Z Compiling textwrap v0.16.2
5832026-04-10T18:35:04.668Z Compiling clap v4.5.60
5842026-04-10T18:35:04.930Z Compiling url v2.5.8
5852026-04-10T18:35:04.979Z Compiling toml v0.8.23
5862026-04-10T18:35:05.086Z Compiling macaddr v1.0.1
5872026-04-10T18:35:05.317Z Compiling camino-tempfile v1.4.1
5882026-04-10T18:35:05.466Z Compiling cargo-util-schemas v0.8.2
5892026-04-10T18:35:05.555Z Compiling cargo_toml v0.21.0
5902026-04-10T18:35:05.593Z Compiling usdt v0.5.0
5912026-04-10T18:35:05.854Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5922026-04-10T18:35:06.015Z Compiling swrite v0.1.0
5932026-04-10T18:35:06.383Z Compiling cargo_metadata v0.21.0
5942026-04-10T18:35:07.348Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5952026-04-10T18:35:09.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.01s
5962026-04-10T18:35:09.679Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5972026-04-10T18:35:10.235Z Downloading crates ...
5982026-04-10T18:35:10.338Z Downloaded adler2 v2.0.1
5992026-04-10T18:35:10.341Z Downloaded assert_matches v1.5.0
6002026-04-10T18:35:10.341Z Downloaded cfg_aliases v0.2.1
6012026-04-10T18:35:10.352Z Downloaded block-padding v0.3.3
6022026-04-10T18:35:10.355Z Downloaded ahash v0.8.12
6032026-04-10T18:35:10.355Z Downloaded cargo-platform v0.1.9
6042026-04-10T18:35:10.358Z Downloaded ascii-canvas v3.0.0
6052026-04-10T18:35:10.361Z Downloaded array-init v0.0.4
6062026-04-10T18:35:10.361Z Downloaded cassowary v0.3.0
6072026-04-10T18:35:10.367Z Downloaded cstr-argument v0.1.2
6082026-04-10T18:35:10.367Z Downloaded bit-set v0.5.3
6092026-04-10T18:35:10.367Z Downloaded env_filter v1.0.0
6102026-04-10T18:35:10.367Z Downloaded crucible-workspace-hack v0.1.0
6112026-04-10T18:35:10.371Z Downloaded diesel_table_macro_syntax v0.3.0
6122026-04-10T18:35:10.371Z Downloaded ciborium-ll v0.2.2
6132026-04-10T18:35:10.371Z Downloaded atty v0.2.14
6142026-04-10T18:35:10.371Z Downloaded arrayref v0.3.9
6152026-04-10T18:35:10.371Z Downloaded base64ct v1.8.3
6162026-04-10T18:35:10.374Z Downloaded embedded-io v0.4.0
6172026-04-10T18:35:10.374Z Downloaded base16ct v0.2.0
6182026-04-10T18:35:10.374Z Downloaded dunce v1.0.5
6192026-04-10T18:35:10.377Z Downloaded daft v0.1.5
6202026-04-10T18:35:10.377Z Downloaded defmt v1.0.1
6212026-04-10T18:35:10.380Z Downloaded dsl_auto_type v0.2.0
6222026-04-10T18:35:10.380Z Downloaded display-error-chain v0.2.2
6232026-04-10T18:35:10.380Z Downloaded dropshot-api-manager-types v0.6.0
6242026-04-10T18:35:10.386Z Downloaded cpufeatures v0.3.0
6252026-04-10T18:35:10.389Z Downloaded castaway v0.2.4
6262026-04-10T18:35:10.389Z Downloaded atomicwrites v0.4.4
6272026-04-10T18:35:10.392Z Downloaded cbc v0.1.2
6282026-04-10T18:35:10.392Z Downloaded data-encoding v2.10.0
6292026-04-10T18:35:10.394Z Downloaded ctr v0.9.2
6302026-04-10T18:35:10.394Z Downloaded fallible-iterator v0.2.0
6312026-04-10T18:35:10.397Z Downloaded compression-codecs v0.4.37
6322026-04-10T18:35:10.397Z Downloaded ed25519 v2.2.3
6332026-04-10T18:35:10.400Z Downloaded either v1.15.0
6342026-04-10T18:35:10.400Z Downloaded async-bb8-diesel v0.2.1
6352026-04-10T18:35:10.403Z Downloaded ciborium-io v0.2.2
6362026-04-10T18:35:10.403Z Downloaded fixedbitset v0.5.7
6372026-04-10T18:35:10.403Z Downloaded darling v0.23.0
6382026-04-10T18:35:10.408Z Downloaded filetime v0.2.27
6392026-04-10T18:35:10.410Z Downloaded async-recursion v1.1.1
6402026-04-10T18:35:10.410Z Downloaded erased-serde v0.3.31
6412026-04-10T18:35:10.413Z Downloaded crossbeam-utils v0.8.21
6422026-04-10T18:35:10.413Z Downloaded derive_builder v0.20.2
6432026-04-10T18:35:10.416Z Downloaded async-stream v0.3.6
6442026-04-10T18:35:10.420Z Downloaded crc32fast v1.5.0
6452026-04-10T18:35:10.420Z Downloaded compression-core v0.4.31
6462026-04-10T18:35:10.420Z Downloaded convert_case v0.4.0
6472026-04-10T18:35:10.423Z Downloaded cfg_aliases v0.1.1
6482026-04-10T18:35:10.423Z Downloaded bit-set v0.8.0
6492026-04-10T18:35:10.423Z Downloaded dirs-next v2.0.0
6502026-04-10T18:35:10.423Z Downloaded dof v0.4.0
6512026-04-10T18:35:10.424Z Downloaded defmt-parser v1.0.0
6522026-04-10T18:35:10.426Z Downloaded foreign-types v0.5.0
6532026-04-10T18:35:10.426Z Downloaded dirs-sys-next v0.1.2
6542026-04-10T18:35:10.426Z Downloaded darling_macro v0.21.3
6552026-04-10T18:35:10.426Z Downloaded bb8 v0.8.6
6562026-04-10T18:35:10.426Z Downloaded atomic-waker v1.1.2
6572026-04-10T18:35:10.431Z Downloaded bitfield v0.19.4
6582026-04-10T18:35:10.431Z Downloaded deranged v0.5.8
6592026-04-10T18:35:10.431Z Downloaded downcast-rs v2.0.2
6602026-04-10T18:35:10.434Z Downloaded fd-lock v4.0.4
6612026-04-10T18:35:10.434Z Downloaded futures-io v0.3.32
6622026-04-10T18:35:10.434Z Downloaded darling_macro v0.20.11
6632026-04-10T18:35:10.434Z Downloaded fixedbitset v0.4.2
6642026-04-10T18:35:10.437Z Downloaded constant_time_eq v0.4.2
6652026-04-10T18:35:10.437Z Downloaded cexpr v0.6.0
6662026-04-10T18:35:10.437Z Downloaded foreign-types-macros v0.2.3
6672026-04-10T18:35:10.440Z Downloaded darling v0.20.11
6682026-04-10T18:35:10.444Z Downloaded darling_core v0.23.0
6692026-04-10T18:35:10.444Z Downloaded flagset v0.4.7
6702026-04-10T18:35:10.446Z Downloaded dyn-clone v1.0.20
6712026-04-10T18:35:10.446Z Downloaded crc8 v0.1.1
6722026-04-10T18:35:10.446Z Downloaded bitfield-struct v0.6.2
6732026-04-10T18:35:10.449Z Downloaded crc-any v2.5.0
6742026-04-10T18:35:10.449Z Downloaded crunchy v0.2.4
6752026-04-10T18:35:10.449Z Downloaded async-trait v0.1.89
6762026-04-10T18:35:10.453Z Downloaded enum-as-inner v0.6.1
6772026-04-10T18:35:10.453Z Downloaded aead v0.5.2
6782026-04-10T18:35:10.456Z Downloaded defmt v0.3.100
6792026-04-10T18:35:10.456Z Downloaded difflib v0.4.0
6802026-04-10T18:35:10.456Z Downloaded darling_macro v0.23.0
6812026-04-10T18:35:10.456Z Downloaded embedded-io v0.6.1
6822026-04-10T18:35:10.460Z Downloaded cobs v0.3.0
6832026-04-10T18:35:10.460Z Downloaded foreign-types v0.3.2
6842026-04-10T18:35:10.460Z Downloaded endian-type v0.1.2
6852026-04-10T18:35:10.460Z Downloaded crc v3.4.0
6862026-04-10T18:35:10.463Z Downloaded futures-core v0.3.32
6872026-04-10T18:35:10.463Z Downloaded curve25519-dalek-derive v0.1.1
6882026-04-10T18:35:10.463Z Downloaded bitfield-macros v0.19.4
6892026-04-10T18:35:10.463Z Downloaded backon v1.6.0
6902026-04-10T18:35:10.463Z Downloaded async-stream-impl v0.3.6
6912026-04-10T18:35:10.466Z Downloaded diesel-dtrace v0.5.0
6922026-04-10T18:35:10.466Z Downloaded funty v2.0.0
6932026-04-10T18:35:10.466Z Downloaded float-cmp v0.10.0
6942026-04-10T18:35:10.466Z Downloaded document-features v0.2.12
6952026-04-10T18:35:10.469Z Downloaded crossbeam-deque v0.8.6
6962026-04-10T18:35:10.469Z Downloaded chacha20 v0.9.1
6972026-04-10T18:35:10.469Z Downloaded bitflags v1.3.2
6982026-04-10T18:35:10.472Z Downloaded bcrypt-pbkdf v0.10.0
6992026-04-10T18:35:10.475Z Downloaded fxhash v0.2.1
7002026-04-10T18:35:10.475Z Downloaded foreign-types-shared v0.3.1
7012026-04-10T18:35:10.475Z Downloaded float-ord v0.3.2
7022026-04-10T18:35:10.478Z Downloaded derive_builder_macro v0.20.2
7032026-04-10T18:35:10.478Z Downloaded gethostname v0.5.0
7042026-04-10T18:35:10.478Z Downloaded futures-task v0.3.32
7052026-04-10T18:35:10.481Z Downloaded git-stub v1.0.0
7062026-04-10T18:35:10.483Z Downloaded futures-sink v0.3.32
7072026-04-10T18:35:10.486Z Downloaded futures-macro v0.3.32
7082026-04-10T18:35:10.486Z Downloaded cipher v0.4.4
7092026-04-10T18:35:10.489Z Downloaded derive_more v0.99.20
7102026-04-10T18:35:10.492Z Downloaded ecdsa v0.16.9
7112026-04-10T18:35:10.495Z Downloaded derive_builder_core v0.20.2
7122026-04-10T18:35:10.499Z Downloaded ghash v0.5.1
7132026-04-10T18:35:10.499Z Downloaded buf-list v1.1.2
7142026-04-10T18:35:10.499Z Downloaded bit-vec v0.8.0
7152026-04-10T18:35:10.502Z Downloaded dtrace-parser v0.3.0
7162026-04-10T18:35:10.502Z Downloaded crossbeam-channel v0.5.15
7172026-04-10T18:35:10.504Z Downloaded bzip2 v0.6.1
7182026-04-10T18:35:10.507Z Downloaded globwalk v0.9.1
7192026-04-10T18:35:10.507Z Downloaded hostname v0.3.1
7202026-04-10T18:35:10.507Z Downloaded http-range v0.1.5
7212026-04-10T18:35:10.510Z Downloaded http-body v1.0.1
7222026-04-10T18:35:10.510Z Downloaded hubpack v0.1.2
7232026-04-10T18:35:10.513Z Downloaded hash32 v0.2.1
7242026-04-10T18:35:10.513Z Downloaded hex v0.4.3
7252026-04-10T18:35:10.513Z Downloaded home v0.5.12
7262026-04-10T18:35:10.516Z Downloaded hex-literal v0.4.1
7272026-04-10T18:35:10.516Z Downloaded hubpack_derive v0.1.1
7282026-04-10T18:35:10.516Z Downloaded headers-core v0.3.0
7292026-04-10T18:35:10.518Z Downloaded crc-catalog v2.4.0
7302026-04-10T18:35:10.522Z Downloaded bit-vec v0.6.3
7312026-04-10T18:35:10.522Z Downloaded defmt-macros v1.0.1
7322026-04-10T18:35:10.525Z Downloaded foldhash v0.2.0
7332026-04-10T18:35:10.525Z Downloaded debug-ignore v1.0.5
7342026-04-10T18:35:10.525Z Downloaded foreign-types-shared v0.1.1
7352026-04-10T18:35:10.525Z Downloaded find-msvc-tools v0.1.9
7362026-04-10T18:35:10.528Z Downloaded fs-err v2.11.0
7372026-04-10T18:35:10.528Z Downloaded camino-tempfile-ext v0.3.3
7382026-04-10T18:35:10.531Z Downloaded critical-section v1.2.0
7392026-04-10T18:35:10.531Z Downloaded ena v0.14.4
7402026-04-10T18:35:10.531Z Downloaded fs_extra v1.3.0
7412026-04-10T18:35:10.534Z Downloaded csv-core v0.1.13
7422026-04-10T18:35:10.534Z Downloaded cargo_metadata v0.19.2
7432026-04-10T18:35:10.534Z Downloaded derive-ex v0.1.8
7442026-04-10T18:35:10.536Z Downloaded httpdate v1.0.3
7452026-04-10T18:35:10.536Z Downloaded ff v0.13.1
7462026-04-10T18:35:10.539Z Downloaded hostname v0.4.2
7472026-04-10T18:35:10.539Z Downloaded byte-wrapper v0.1.0
7482026-04-10T18:35:10.539Z Downloaded blowfish v0.9.1
7492026-04-10T18:35:10.542Z Downloaded const_format_proc_macros v0.2.34
7502026-04-10T18:35:10.542Z Downloaded hyper-tls v0.6.0
7512026-04-10T18:35:10.545Z Downloaded foldhash v0.1.5
7522026-04-10T18:35:10.545Z Downloaded bcs v0.1.6
7532026-04-10T18:35:10.545Z Downloaded glob v0.3.3
7542026-04-10T18:35:10.548Z Downloaded daft-derive v0.1.5
7552026-04-10T18:35:10.551Z Downloaded ident_case v1.0.1
7562026-04-10T18:35:10.551Z Downloaded futures-executor v0.3.32
7572026-04-10T18:35:10.551Z Downloaded colored v2.2.0
7582026-04-10T18:35:10.553Z Downloaded argon2 v0.5.3
7592026-04-10T18:35:10.553Z Downloaded cookie_store v0.22.1
7602026-04-10T18:35:10.556Z Downloaded cmake v0.1.57
7612026-04-10T18:35:10.556Z Downloaded env_logger v0.11.9
7622026-04-10T18:35:10.559Z Downloaded der_derive v0.7.3
7632026-04-10T18:35:10.559Z Downloaded darling v0.21.3
7642026-04-10T18:35:10.563Z Downloaded cookie v0.18.1
7652026-04-10T18:35:10.566Z Downloaded instability v0.3.11
7662026-04-10T18:35:10.566Z Downloaded instant v0.1.13
7672026-04-10T18:35:10.566Z Downloaded inout v0.1.4
7682026-04-10T18:35:10.569Z Downloaded indent_write v2.2.0
7692026-04-10T18:35:10.569Z Downloaded indoc v1.0.9
7702026-04-10T18:35:10.569Z Downloaded internet-checksum v0.2.1
7712026-04-10T18:35:10.572Z Downloaded cancel-safe-futures v0.1.5
7722026-04-10T18:35:10.572Z Downloaded der v0.7.10
7732026-04-10T18:35:10.575Z Downloaded backoff v0.4.0
7742026-04-10T18:35:10.577Z Downloaded hash32 v0.3.1
7752026-04-10T18:35:10.577Z Downloaded highway v1.3.0
7762026-04-10T18:35:10.580Z Downloaded group v0.13.0
7772026-04-10T18:35:10.580Z Downloaded globset v0.4.18
7782026-04-10T18:35:10.580Z Downloaded allocator-api2 v0.2.21
7792026-04-10T18:35:10.583Z Downloaded is_ci v1.2.0
7802026-04-10T18:35:10.583Z Downloaded lazy_static v1.5.0
7812026-04-10T18:35:10.587Z Downloaded kstat-rs v0.2.4
7822026-04-10T18:35:10.587Z Downloaded keccak v0.1.6
7832026-04-10T18:35:10.587Z Downloaded lalrpop-util v0.19.12
7842026-04-10T18:35:10.588Z Downloaded convert_case v0.10.0
7852026-04-10T18:35:10.591Z Downloaded console v0.16.2
7862026-04-10T18:35:10.591Z Downloaded colored v3.1.1
7872026-04-10T18:35:10.591Z Downloaded http-body-util v0.1.3
7882026-04-10T18:35:10.596Z Downloaded corncobs v0.1.4
7892026-04-10T18:35:10.596Z Downloaded const-oid v0.9.6
7902026-04-10T18:35:10.597Z Downloaded console v0.15.11
7912026-04-10T18:35:10.599Z Downloaded ciborium v0.2.2
7922026-04-10T18:35:10.599Z Downloaded lru v0.12.5
7932026-04-10T18:35:10.600Z Downloaded hyper-staticfile v0.10.1
7942026-04-10T18:35:10.600Z Downloaded diff v0.1.13
7952026-04-10T18:35:10.602Z Downloaded bzip2 v0.4.4
7962026-04-10T18:35:10.603Z Downloaded blake2 v0.10.6
7972026-04-10T18:35:10.605Z Downloaded impl-trait-for-tuples v0.2.3
7982026-04-10T18:35:10.605Z Downloaded humantime v2.3.0
7992026-04-10T18:35:10.608Z Downloaded drift v0.1.3
8002026-04-10T18:35:10.611Z Downloaded des v0.8.1
8012026-04-10T18:35:10.611Z Downloaded lzss v0.8.2
8022026-04-10T18:35:10.614Z Downloaded futures-channel v0.3.32
8032026-04-10T18:35:10.614Z Downloaded md-5 v0.10.6
8042026-04-10T18:35:10.617Z Downloaded git-stub-vcs v0.1.0
8052026-04-10T18:35:10.617Z Downloaded linked-hash-map v0.5.6
8062026-04-10T18:35:10.617Z Downloaded getrandom v0.2.17
8072026-04-10T18:35:10.619Z Downloaded lru-cache v0.1.2
8082026-04-10T18:35:10.620Z Downloaded maplit v1.0.2
8092026-04-10T18:35:10.622Z Downloaded bytes v1.11.1
8102026-04-10T18:35:10.622Z Downloaded maybe-uninit v2.0.0
8112026-04-10T18:35:10.625Z Downloaded is-terminal v0.4.17
8122026-04-10T18:35:10.625Z Downloaded normalize-line-endings v0.3.0
8132026-04-10T18:35:10.625Z Downloaded nodrop v0.1.14
8142026-04-10T18:35:10.625Z Downloaded dropshot_endpoint v0.17.0
8152026-04-10T18:35:10.628Z Downloaded managed v0.8.0
8162026-04-10T18:35:10.628Z Downloaded elliptic-curve v0.13.8
8172026-04-10T18:35:10.631Z Downloaded memoffset v0.9.1
8182026-04-10T18:35:10.634Z Downloaded jobserver v0.1.34
8192026-04-10T18:35:10.634Z Downloaded ipnetwork v0.21.1
8202026-04-10T18:35:10.638Z Downloaded hmac v0.12.1
8212026-04-10T18:35:10.638Z Downloaded mime v0.3.17
8222026-04-10T18:35:10.638Z Downloaded match_cfg v0.1.0
8232026-04-10T18:35:10.638Z Downloaded indoc v2.0.7
8242026-04-10T18:35:10.641Z Downloaded num-derive v0.4.2
8252026-04-10T18:35:10.641Z Downloaded newline-converter v0.3.0
8262026-04-10T18:35:10.641Z Downloaded multimap v0.10.1
8272026-04-10T18:35:10.644Z Downloaded nibble_vec v0.1.0
8282026-04-10T18:35:10.644Z Downloaded num v0.4.3
8292026-04-10T18:35:10.644Z Downloaded nonempty v0.12.0
8302026-04-10T18:35:10.646Z Downloaded compact_str v0.8.1
8312026-04-10T18:35:10.646Z Downloaded num-iter v0.1.45
8322026-04-10T18:35:10.649Z Downloaded hyper-rustls v0.27.7
8332026-04-10T18:35:10.649Z Downloaded chacha20 v0.10.0
8342026-04-10T18:35:10.652Z Downloaded newtype-uuid-macros v0.1.0
8352026-04-10T18:35:10.652Z Downloaded new_debug_unreachable v1.0.6
8362026-04-10T18:35:10.652Z Downloaded num-derive v0.3.3
8372026-04-10T18:35:10.655Z Downloaded lru-slab v0.1.2
8382026-04-10T18:35:10.655Z Downloaded lock_api v0.4.14
8392026-04-10T18:35:10.655Z Downloaded ingot-types v0.1.2
8402026-04-10T18:35:10.658Z Downloaded num_threads v0.1.7
8412026-04-10T18:35:10.658Z Downloaded ingot v0.1.1
8422026-04-10T18:35:10.658Z Downloaded flume v0.11.1
8432026-04-10T18:35:10.661Z Downloaded openssl-probe v0.2.1
8442026-04-10T18:35:10.661Z Downloaded libsw v3.5.0
8452026-04-10T18:35:10.686Z Downloaded libscf-sys v1.1.0
8462026-04-10T18:35:10.686Z Downloaded openssl-probe v0.1.6
8472026-04-10T18:35:10.686Z Downloaded futures v0.3.32
8482026-04-10T18:35:10.686Z Downloaded num-conv v0.2.0
8492026-04-10T18:35:10.686Z Downloaded linear-map v1.2.0
8502026-04-10T18:35:10.686Z Downloaded num_enum_derive v0.5.11
8512026-04-10T18:35:10.686Z Downloaded libefi-sys v0.1.0
8522026-04-10T18:35:10.686Z Downloaded openssl-macros v0.1.1
8532026-04-10T18:35:10.686Z Downloaded olpc-cjson v0.1.4
8542026-04-10T18:35:10.686Z Downloaded md5 v0.7.0
8552026-04-10T18:35:10.686Z Downloaded libloading v0.8.9
8562026-04-10T18:35:10.686Z Downloaded flate2 v1.1.9
8572026-04-10T18:35:10.687Z Downloaded newtype_derive v0.1.6
8582026-04-10T18:35:10.687Z Downloaded cc v1.2.56
8592026-04-10T18:35:10.687Z Downloaded half v1.8.3
8602026-04-10T18:35:10.687Z Downloaded oso-derive v0.27.3
8612026-04-10T18:35:10.687Z Downloaded native-tls v0.2.18
8622026-04-10T18:35:10.687Z Downloaded crossbeam-epoch v0.9.18
8632026-04-10T18:35:10.687Z Downloaded multer v3.1.0
8642026-04-10T18:35:10.692Z Downloaded base64 v0.21.7
8652026-04-10T18:35:10.692Z Downloaded derive-where v1.6.0
8662026-04-10T18:35:10.692Z Downloaded parse-size v1.1.0
8672026-04-10T18:35:10.695Z Downloaded clang-sys v1.8.1
8682026-04-10T18:35:10.695Z Downloaded arrayvec v0.7.6
8692026-04-10T18:35:10.695Z Downloaded getrandom v0.4.1
8702026-04-10T18:35:10.698Z Downloaded opaque-debug v0.3.1
8712026-04-10T18:35:10.701Z Downloaded iana-time-zone v0.1.65
8722026-04-10T18:35:10.704Z Downloaded parse-display v0.10.0
8732026-04-10T18:35:10.704Z Downloaded libsw-core v0.3.2
8742026-04-10T18:35:10.704Z Downloaded packed_struct_codegen v0.10.1
8752026-04-10T18:35:10.704Z Downloaded ingot-macros v0.1.1
8762026-04-10T18:35:10.708Z Downloaded mime_guess v2.0.5
8772026-04-10T18:35:10.708Z Downloaded derive_more-impl v2.1.1
8782026-04-10T18:35:10.711Z Downloaded pbkdf2 v0.11.0
8792026-04-10T18:35:10.711Z Downloaded chacha20poly1305 v0.10.1
8802026-04-10T18:35:10.715Z Downloaded peg-runtime v0.8.5
8812026-04-10T18:35:10.715Z Downloaded path-slash v0.1.5
8822026-04-10T18:35:10.715Z Downloaded num_enum v0.5.11
8832026-04-10T18:35:10.719Z Downloaded pbkdf2 v0.12.2
8842026-04-10T18:35:10.719Z Downloaded ipnet v2.11.0
8852026-04-10T18:35:10.719Z Downloaded num-rational v0.4.2
8862026-04-10T18:35:10.722Z Downloaded num-integer v0.1.46
8872026-04-10T18:35:10.722Z Downloaded litrs v1.0.0
8882026-04-10T18:35:10.722Z Downloaded httparse v1.10.1
8892026-04-10T18:35:10.726Z Downloaded indexmap v1.9.3
8902026-04-10T18:35:10.729Z Downloaded num-complex v0.4.6
8912026-04-10T18:35:10.729Z Downloaded newtype-uuid v1.3.2
8922026-04-10T18:35:10.729Z Downloaded nanorand v0.7.0
8932026-04-10T18:35:10.729Z Downloaded const_format v0.2.35
8942026-04-10T18:35:10.732Z Downloaded memmap2 v0.9.10
8952026-04-10T18:35:10.736Z Downloaded arc-swap v1.8.2
8962026-04-10T18:35:10.736Z Downloaded base64 v0.22.1
8972026-04-10T18:35:10.739Z Downloaded num_enum_derive v0.7.5
8982026-04-10T18:35:10.739Z Downloaded precomputed-hash v0.1.1
8992026-04-10T18:35:10.742Z Downloaded phf_shared v0.12.1
9002026-04-10T18:35:10.745Z Downloaded ignore v0.4.25
9012026-04-10T18:35:10.745Z Downloaded ar_archive_writer v0.5.1
9022026-04-10T18:35:10.748Z Downloaded pin-utils v0.1.0
9032026-04-10T18:35:10.761Z Downloaded proc-macro-error-attr2 v2.0.0
9042026-04-10T18:35:10.764Z Downloaded predicates-tree v1.0.13
9052026-04-10T18:35:10.764Z Downloaded half v2.7.1
9062026-04-10T18:35:10.767Z Downloaded parking_lot_core v0.8.6
9072026-04-10T18:35:10.767Z Downloaded packed_struct v0.10.1
9082026-04-10T18:35:10.767Z Downloaded oxide-tokio-rt v0.1.3
9092026-04-10T18:35:10.772Z Downloaded owo-colors v4.3.0
9102026-04-10T18:35:10.772Z Downloaded num_enum v0.7.5
9112026-04-10T18:35:10.775Z Downloaded fatfs v0.3.6
9122026-04-10T18:35:10.775Z Downloaded paste v1.0.15
9132026-04-10T18:35:10.779Z Downloaded progenitor-client v0.10.0
9142026-04-10T18:35:10.779Z Downloaded predicates-core v1.0.10
9152026-04-10T18:35:10.779Z Downloaded powerfmt v0.2.0
9162026-04-10T18:35:10.782Z Downloaded peg v0.8.5
9172026-04-10T18:35:10.782Z Downloaded ed25519-dalek v2.2.0
9182026-04-10T18:35:10.785Z Downloaded progenitor-macro v0.11.2
9192026-04-10T18:35:10.785Z Downloaded progenitor-client v0.11.2
9202026-04-10T18:35:10.785Z Downloaded bumpalo v3.20.2
9212026-04-10T18:35:10.788Z Downloaded password-hash v0.5.0
9222026-04-10T18:35:10.788Z Downloaded password-hash v0.4.2
9232026-04-10T18:35:10.791Z Downloaded quick-error v1.2.3
9242026-04-10T18:35:10.791Z Downloaded radium v0.7.0
9252026-04-10T18:35:10.791Z Downloaded psl-types v2.0.11
9262026-04-10T18:35:10.791Z Downloaded progenitor-macro v0.10.0
9272026-04-10T18:35:10.794Z Downloaded progenitor-macro v0.13.0
9282026-04-10T18:35:10.794Z Downloaded dropshot_endpoint v0.16.7
9292026-04-10T18:35:10.798Z Downloaded proc-macro-crate v1.3.1
9302026-04-10T18:35:10.798Z Downloaded darling_core v0.21.3
9312026-04-10T18:35:10.801Z Downloaded pem-rfc7468 v0.7.0
9322026-04-10T18:35:10.801Z Downloaded pem v3.0.6
9332026-04-10T18:35:10.801Z Downloaded phf v0.13.1
9342026-04-10T18:35:10.804Z Downloaded phf v0.12.1
9352026-04-10T18:35:10.804Z Downloaded peg-macros v0.8.5
9362026-04-10T18:35:10.804Z Downloaded ppv-lite86 v0.2.21
9372026-04-10T18:35:10.807Z Downloaded pkg-config v0.3.32
9382026-04-10T18:35:10.807Z Downloaded headers v0.4.1
9392026-04-10T18:35:10.809Z Downloaded heapless v0.7.17
9402026-04-10T18:35:10.812Z Downloaded rand_chacha v0.3.1
9412026-04-10T18:35:10.812Z Downloaded proc-macro-crate v3.4.0
9422026-04-10T18:35:10.816Z Downloaded pkcs8 v0.10.2
9432026-04-10T18:35:10.816Z Downloaded libbz2-rs-sys v0.2.2
9442026-04-10T18:35:10.819Z Downloaded pin-project-internal v1.1.11
9452026-04-10T18:35:10.819Z Downloaded phf_shared v0.13.1
9462026-04-10T18:35:10.819Z Downloaded ref-cast-impl v1.0.25
9472026-04-10T18:35:10.819Z Downloaded rand_xorshift v0.4.0
9482026-04-10T18:35:10.822Z Downloaded pin-project-lite v0.2.17
9492026-04-10T18:35:10.825Z Downloaded nu-ansi-term v0.50.3
9502026-04-10T18:35:10.825Z Downloaded progenitor v0.13.0
9512026-04-10T18:35:10.828Z Downloaded parking_lot_core v0.9.12
9522026-04-10T18:35:10.828Z Downloaded parking_lot v0.12.5
9532026-04-10T18:35:10.831Z Downloaded progenitor v0.10.0
9542026-04-10T18:35:10.831Z Downloaded recursive-proc-macro-impl v0.1.1
9552026-04-10T18:35:10.831Z Downloaded parking_lot v0.11.2
9562026-04-10T18:35:10.834Z Downloaded oxnet v0.1.4
9572026-04-10T18:35:10.834Z Downloaded ref-cast v1.0.25
9582026-04-10T18:35:10.837Z Downloaded proc-macro-error2 v2.0.1
9592026-04-10T18:35:10.837Z Downloaded progenitor v0.11.2
9602026-04-10T18:35:10.839Z Downloaded parse-display-derive v0.10.0
9612026-04-10T18:35:10.840Z Downloaded omicron-zone-package v0.12.2
9622026-04-10T18:35:10.842Z Downloaded polyval v0.6.2
9632026-04-10T18:35:10.842Z Downloaded recursive v0.1.1
9642026-04-10T18:35:10.842Z Downloaded darling_core v0.20.11
9652026-04-10T18:35:10.846Z Downloaded crypto-bigint v0.5.5
9662026-04-10T18:35:10.850Z Downloaded phf_shared v0.11.3
9672026-04-10T18:35:10.854Z Downloaded progenitor-extras v0.1.1
9682026-04-10T18:35:10.858Z Downloaded poly1305 v0.8.0
9692026-04-10T18:35:10.858Z Downloaded predicates v3.1.4
9702026-04-10T18:35:10.861Z Downloaded expectorate v1.2.0
9712026-04-10T18:35:10.861Z Downloaded rtoolbox v0.0.3
9722026-04-10T18:35:10.865Z Downloaded async-compression v0.4.41
9732026-04-10T18:35:10.869Z Downloaded rfc6979 v0.4.0
9742026-04-10T18:35:10.869Z Downloaded primeorder v0.13.6
9752026-04-10T18:35:10.869Z Downloaded pkcs5 v0.7.1
9762026-04-10T18:35:10.874Z Downloaded rustc_version v0.4.1
9772026-04-10T18:35:10.874Z Downloaded rustc_version v0.1.7
9782026-04-10T18:35:10.874Z Downloaded psm v0.1.30
9792026-04-10T18:35:10.877Z Downloaded russh-cryptovec v0.7.3
9802026-04-10T18:35:10.879Z Downloaded postcard v1.1.3
9812026-04-10T18:35:10.879Z Downloaded oso v0.27.3
9822026-04-10T18:35:10.883Z Downloaded p256 v0.13.2
9832026-04-10T18:35:10.887Z Downloaded miniz_oxide v0.8.9
9842026-04-10T18:35:10.890Z Downloaded rand_seeder v0.4.0
9852026-04-10T18:35:10.893Z Downloaded hickory-resolver v0.25.2
9862026-04-10T18:35:10.898Z Downloaded salsa20 v0.10.2
9872026-04-10T18:35:10.898Z Downloaded heapless v0.8.0
9882026-04-10T18:35:10.902Z Downloaded aes v0.8.4
9892026-04-10T18:35:10.902Z Downloaded jiff-static v0.2.21
9902026-04-10T18:35:10.902Z Downloaded r2d2 v0.8.10
9912026-04-10T18:35:10.905Z Downloaded rand_core v0.10.0
9922026-04-10T18:35:10.907Z Downloaded progenitor-client v0.13.0
9932026-04-10T18:35:10.907Z Downloaded rand_core v0.6.4
9942026-04-10T18:35:10.907Z Downloaded sapling-renderdag v0.1.0
9952026-04-10T18:35:10.910Z Downloaded rand_core v0.9.5
9962026-04-10T18:35:10.910Z Downloaded rand_chacha v0.9.0
9972026-04-10T18:35:10.914Z Downloaded scheduled-thread-pool v0.2.7
9982026-04-10T18:35:10.914Z Downloaded same-file v1.0.6
9992026-04-10T18:35:10.914Z Downloaded resolv-conf v0.7.6
10002026-04-10T18:35:10.917Z Downloaded serde-big-array v0.5.1
10012026-04-10T18:35:10.917Z Downloaded pkcs1 v0.7.5
10022026-04-10T18:35:10.917Z Downloaded derive_more v2.1.1
10032026-04-10T18:35:10.923Z Downloaded semver v0.1.20
10042026-04-10T18:35:10.927Z Downloaded secrecy v0.10.3
10052026-04-10T18:35:10.927Z Downloaded diesel_derives v2.3.7
10062026-04-10T18:35:10.930Z Downloaded postgres-protocol v0.6.10
10072026-04-10T18:35:10.930Z Downloaded scrypt v0.11.0
10082026-04-10T18:35:10.935Z Downloaded serde_plain v1.0.2
10092026-04-10T18:35:10.935Z Downloaded indicatif v0.18.4
10102026-04-10T18:35:10.935Z Downloaded secrecy v0.8.0
10112026-04-10T18:35:10.938Z Downloaded seq-macro v0.3.6
10122026-04-10T18:35:10.938Z Downloaded papergrid v0.17.0
10132026-04-10T18:35:10.941Z Downloaded signal-hook-mio v0.2.5
10142026-04-10T18:35:10.941Z Downloaded openssl-sys v0.9.111
10152026-04-10T18:35:10.945Z Downloaded rustc-hash v2.1.1
10162026-04-10T18:35:10.945Z Downloaded shell-words v1.1.1
10172026-04-10T18:35:10.955Z Downloaded sha1 v0.10.6
10182026-04-10T18:35:10.955Z Downloaded pin-project v1.1.11
10192026-04-10T18:35:10.959Z Downloaded rustls-pemfile v1.0.4
10202026-04-10T18:35:10.959Z Downloaded signature v2.2.0
10212026-04-10T18:35:10.959Z Downloaded serde_urlencoded v0.7.1
10222026-04-10T18:35:10.959Z Downloaded serde_spanned v1.0.4
10232026-04-10T18:35:10.959Z Downloaded serde_repr v0.1.20
10242026-04-10T18:35:10.959Z Downloaded signal-hook-tokio v0.3.1
10252026-04-10T18:35:10.959Z Downloaded rustls-pemfile v2.2.0
10262026-04-10T18:35:10.964Z Downloaded hickory-resolver v0.24.4
10272026-04-10T18:35:10.964Z Downloaded prefix-trie v0.7.0
10282026-04-10T18:35:10.971Z Downloaded rustls-native-certs v0.8.3
10292026-04-10T18:35:10.971Z Downloaded quinn-udp v0.5.14
10302026-04-10T18:35:10.971Z Downloaded serde_bytes v0.11.19
10312026-04-10T18:35:10.974Z Downloaded postgres-types v0.2.12
10322026-04-10T18:35:10.974Z Downloaded bitvec v1.0.1
10332026-04-10T18:35:10.978Z Downloaded sigpipe v0.1.3
10342026-04-10T18:35:10.981Z Downloaded rustversion v1.0.22
10352026-04-10T18:35:10.981Z Downloaded siphasher v1.0.2
10362026-04-10T18:35:10.981Z Downloaded scroll_derive v0.13.1
10372026-04-10T18:35:10.981Z Downloaded hashbrown v0.13.2
10382026-04-10T18:35:10.985Z Downloaded scopeguard v1.2.0
10392026-04-10T18:35:10.991Z Downloaded schemars_derive v0.8.22
10402026-04-10T18:35:10.996Z Downloaded dropshot-api-manager v0.6.0
10412026-04-10T18:35:10.996Z Downloaded slog-bunyan v2.5.0
10422026-04-10T18:35:11.000Z Downloaded slog-envlogger v2.2.0
10432026-04-10T18:35:11.000Z Downloaded sec1 v0.7.3
10442026-04-10T18:35:11.008Z Downloaded sct v0.7.1
10452026-04-10T18:35:11.011Z Downloaded progenitor-impl v0.11.2
10462026-04-10T18:35:11.015Z Downloaded sqlparser_derive v0.5.0
10472026-04-10T18:35:11.018Z Downloaded serde_path_to_error v0.1.20
10482026-04-10T18:35:11.018Z Downloaded aes-gcm v0.10.3
10492026-04-10T18:35:11.022Z Downloaded ssh-cipher v0.2.0
10502026-04-10T18:35:11.023Z Downloaded serde-hex v0.1.0
10512026-04-10T18:35:11.027Z Downloaded ssh-encoding v0.2.0
10522026-04-10T18:35:11.027Z Downloaded russh-keys v0.45.0
10532026-04-10T18:35:11.027Z Downloaded serde_derive_internals v0.29.1
10542026-04-10T18:35:11.027Z Downloaded strip-ansi-escapes v0.2.1
10552026-04-10T18:35:11.031Z Downloaded strum v0.27.2
10562026-04-10T18:35:11.036Z Downloaded structmeta-derive v0.3.0
10572026-04-10T18:35:11.036Z Downloaded subtle v2.6.1
10582026-04-10T18:35:11.036Z Downloaded sync_wrapper v1.0.2
10592026-04-10T18:35:11.036Z Downloaded rustls-pki-types v1.14.0
10602026-04-10T18:35:11.041Z Downloaded minimal-lexical v0.2.1
10612026-04-10T18:35:11.041Z Downloaded pretty_assertions v1.4.1
10622026-04-10T18:35:11.041Z Downloaded rusty-fork v0.3.1
10632026-04-10T18:35:11.050Z Downloaded shlex v1.3.0
10642026-04-10T18:35:11.055Z Downloaded hashbrown v0.12.3
10652026-04-10T18:35:11.055Z Downloaded tabwriter v1.4.1
10662026-04-10T18:35:11.055Z Downloaded sync-ptr v0.1.4
10672026-04-10T18:35:11.055Z Downloaded strum v0.26.3
10682026-04-10T18:35:11.055Z Downloaded slab v0.4.12
10692026-04-10T18:35:11.060Z Downloaded progenitor-impl v0.10.0
10702026-04-10T18:35:11.064Z Downloaded slog-async v2.8.0
10712026-04-10T18:35:11.064Z Downloaded tabled_derive v0.11.0
10722026-04-10T18:35:11.069Z Downloaded scroll v0.13.0
10732026-04-10T18:35:11.069Z Downloaded thread-id v5.1.0
10742026-04-10T18:35:11.072Z Downloaded take_mut v0.2.2
10752026-04-10T18:35:11.072Z Downloaded tagptr v0.2.0
10762026-04-10T18:35:11.075Z Downloaded tap v1.0.1
10772026-04-10T18:35:11.078Z Downloaded slog-term v2.9.2
10782026-04-10T18:35:11.078Z Downloaded testing_table v0.3.0
10792026-04-10T18:35:11.082Z Downloaded prettyplease v0.2.37
10802026-04-10T18:35:11.083Z Downloaded snafu-derive v0.8.9
10812026-04-10T18:35:11.086Z Downloaded smf v0.2.3
10822026-04-10T18:35:11.086Z Downloaded slog-dtrace v0.3.0
10832026-04-10T18:35:11.086Z Downloaded http v1.4.0
10842026-04-10T18:35:11.090Z Downloaded serde_cbor v0.11.2
10852026-04-10T18:35:11.090Z Downloaded slog-json v2.6.1
10862026-04-10T18:35:11.090Z Downloaded termtree v0.5.1
10872026-04-10T18:35:11.097Z Downloaded progenitor-impl v0.13.0
10882026-04-10T18:35:11.101Z Downloaded tinyvec_macros v0.1.1
10892026-04-10T18:35:11.101Z Downloaded ron v0.8.1
10902026-04-10T18:35:11.105Z Downloaded mio v1.1.1
10912026-04-10T18:35:11.108Z Downloaded static_assertions v1.1.0
10922026-04-10T18:35:11.108Z Downloaded structmeta v0.3.0
10932026-04-10T18:35:11.108Z Downloaded strum_macros v0.27.2
10942026-04-10T18:35:11.111Z Downloaded rustls-platform-verifier v0.6.2
10952026-04-10T18:35:11.111Z Downloaded strum_macros v0.26.4
10962026-04-10T18:35:11.114Z Downloaded ryu v1.0.23
10972026-04-10T18:35:11.117Z Downloaded strum_macros v0.24.3
10982026-04-10T18:35:11.117Z Downloaded rayon-core v1.13.0
10992026-04-10T18:35:11.120Z Downloaded num-bigint v0.4.6
11002026-04-10T18:35:11.123Z Downloaded itertools v0.10.5
11012026-04-10T18:35:11.127Z Downloaded aho-corasick v1.1.4
11022026-04-10T18:35:11.130Z Downloaded hickory-server v0.25.2
11032026-04-10T18:35:11.133Z Downloaded supports-color v3.0.2
11042026-04-10T18:35:11.133Z Downloaded schemars v0.8.22
11052026-04-10T18:35:11.138Z Downloaded thiserror-impl-no-std v2.0.2
11062026-04-10T18:35:11.140Z Downloaded support-bundle-viewer v0.1.2
11072026-04-10T18:35:11.140Z Downloaded slog-stdlog v4.1.1
11082026-04-10T18:35:11.140Z Downloaded slog-scope v4.4.1
11092026-04-10T18:35:11.144Z Downloaded qorb v0.4.1
11102026-04-10T18:35:11.146Z Downloaded publicsuffix v2.3.0
11112026-04-10T18:35:11.147Z Downloaded crossterm v0.29.0
11122026-04-10T18:35:11.150Z Downloaded rcgen v0.12.1
11132026-04-10T18:35:11.153Z Downloaded thiserror-no-std v2.0.2
11142026-04-10T18:35:11.156Z Downloaded string_cache v0.8.9
11152026-04-10T18:35:11.156Z Downloaded sqlformat v0.3.5
11162026-04-10T18:35:11.158Z Downloaded spki v0.7.3
11172026-04-10T18:35:11.158Z Downloaded signal-hook-registry v1.4.8
11182026-04-10T18:35:11.158Z Downloaded topological-sort v0.2.2
11192026-04-10T18:35:11.158Z Downloaded smallvec v0.6.14
11202026-04-10T18:35:11.161Z Downloaded time-core v0.1.8
11212026-04-10T18:35:11.161Z Downloaded stacker v0.1.23
11222026-04-10T18:35:11.161Z Downloaded serde_with_macros v3.17.0
11232026-04-10T18:35:11.165Z Downloaded time-macros v0.2.27
11242026-04-10T18:35:11.168Z Downloaded thread_local v1.1.9
11252026-04-10T18:35:11.168Z Downloaded tiny-keccak v2.0.2
11262026-04-10T18:35:11.168Z Downloaded termios v0.3.3
11272026-04-10T18:35:11.172Z Downloaded hyper-util v0.1.20
11282026-04-10T18:35:11.176Z Downloaded tower-layer v0.3.3
11292026-04-10T18:35:11.176Z Downloaded tower-service v0.3.3
11302026-04-10T18:35:11.176Z Downloaded try-lock v0.2.5
11312026-04-10T18:35:11.181Z Downloaded tls_codec v0.4.2
11322026-04-10T18:35:11.181Z Downloaded tls_codec_derive v0.4.2
11332026-04-10T18:35:11.185Z Downloaded stringprep v0.1.5
11342026-04-10T18:35:11.185Z Downloaded simd-adler32 v0.3.8
11352026-04-10T18:35:11.185Z Downloaded unarray v0.1.4
11362026-04-10T18:35:11.189Z Downloaded signal-hook v0.3.18
11372026-04-10T18:35:11.189Z Downloaded tokio-macros v2.6.0
11382026-04-10T18:35:11.192Z Downloaded tokio-rustls v0.25.0
11392026-04-10T18:35:11.192Z Downloaded tokio-dtrace v0.1.1
11402026-04-10T18:35:11.192Z Downloaded hashbrown v0.15.5
11412026-04-10T18:35:11.197Z Downloaded typify-macro v0.6.1
11422026-04-10T18:35:11.197Z Downloaded trait-variant v0.1.2
11432026-04-10T18:35:11.200Z Downloaded nom v7.1.3
11442026-04-10T18:35:11.200Z Downloaded slog v2.8.2
11452026-04-10T18:35:11.202Z Downloaded similar v2.7.0
11462026-04-10T18:35:11.205Z Downloaded tokio-tungstenite v0.21.0
11472026-04-10T18:35:11.208Z Downloaded universal-hash v0.5.1
11482026-04-10T18:35:11.208Z Downloaded schemars v0.9.0
11492026-04-10T18:35:11.213Z Downloaded unicode-truncate v1.1.0
11502026-04-10T18:35:11.216Z Downloaded crossterm v0.28.1
11512026-04-10T18:35:11.220Z Downloaded untrusted v0.7.1
11522026-04-10T18:35:11.220Z Downloaded usdt-attr-macro v0.6.0
11532026-04-10T18:35:11.225Z Downloaded unit-prefix v0.5.2
11542026-04-10T18:35:11.225Z Downloaded usdt-macro v0.6.0
11552026-04-10T18:35:11.225Z Downloaded quinn v0.11.9
11562026-04-10T18:35:11.225Z Downloaded untrusted v0.9.0
11572026-04-10T18:35:11.228Z Downloaded term v1.2.1
11582026-04-10T18:35:11.228Z Downloaded rsa v0.9.10
11592026-04-10T18:35:11.232Z Downloaded tokio-tungstenite v0.23.1
11602026-04-10T18:35:11.232Z Downloaded typify-macro v0.4.3
11612026-04-10T18:35:11.232Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11622026-04-10T18:35:11.237Z Downloaded iddqd v0.3.17
11632026-04-10T18:35:11.237Z Downloaded toml_writer v1.0.6+spec-1.1.0
11642026-04-10T18:35:11.240Z Downloaded term v0.7.0
11652026-04-10T18:35:11.240Z Downloaded socket2 v0.6.2
11662026-04-10T18:35:11.240Z Downloaded tokio-native-tls v0.3.1
11672026-04-10T18:35:11.244Z Downloaded wait-timeout v0.2.1
11682026-04-10T18:35:11.244Z Downloaded rand v0.8.5
11692026-04-10T18:35:11.247Z Downloaded futures-util v0.3.32
11702026-04-10T18:35:11.251Z Downloaded waitgroup v0.1.2
11712026-04-10T18:35:11.255Z Downloaded tui-tree-widget v0.23.1
11722026-04-10T18:35:11.256Z Downloaded subprocess v0.2.15
11732026-04-10T18:35:11.258Z Downloaded void v1.0.2
11742026-04-10T18:35:11.258Z Downloaded spin v0.9.8
11752026-04-10T18:35:11.258Z Downloaded want v0.3.1
11762026-04-10T18:35:11.261Z Downloaded rustls-webpki v0.103.9
11772026-04-10T18:35:11.286Z Downloaded unicase v2.9.0
11782026-04-10T18:35:11.290Z Downloaded samael v0.0.19
11792026-04-10T18:35:11.290Z Downloaded h2 v0.4.13
11802026-04-10T18:35:11.290Z Downloaded rand v0.9.2
11812026-04-10T18:35:11.290Z Downloaded tokio-rustls v0.24.1
11822026-04-10T18:35:11.290Z Downloaded tokio-stream v0.1.18
11832026-04-10T18:35:11.290Z Downloaded xattr v1.6.1
11842026-04-10T18:35:11.291Z Downloaded xshell-macros v0.2.7
11852026-04-10T18:35:11.291Z Downloaded schemars v1.2.1
11862026-04-10T18:35:11.295Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11872026-04-10T18:35:11.298Z Downloaded usdt v0.6.0
11882026-04-10T18:35:11.298Z Downloaded hyper v1.8.1
11892026-04-10T18:35:11.302Z Downloaded zeroize_derive v1.4.3
11902026-04-10T18:35:11.302Z Downloaded usdt-impl v0.6.0
11912026-04-10T18:35:11.302Z Downloaded socket2 v0.5.10
11922026-04-10T18:35:11.305Z Downloaded zone v0.3.1
11932026-04-10T18:35:11.308Z Downloaded zone_cfg_derive v0.3.1
11942026-04-10T18:35:11.311Z Downloaded russh v0.45.0
11952026-04-10T18:35:11.314Z Downloaded blake3 v1.8.3
11962026-04-10T18:35:11.317Z Downloaded vergen-git2 v1.0.7
11972026-04-10T18:35:11.320Z Downloaded serde_yaml v0.9.34+deprecated
11982026-04-10T18:35:11.324Z Downloaded whoami v2.1.0
11992026-04-10T18:35:11.324Z Downloaded walkdir v2.5.0
12002026-04-10T18:35:11.325Z Downloaded vergen-lib v0.1.6
12012026-04-10T18:35:11.327Z Downloaded uzers v0.12.2
12022026-04-10T18:35:11.327Z Downloaded tinyvec v1.10.0
12032026-04-10T18:35:11.330Z Downloaded twox-hash v2.1.2
12042026-04-10T18:35:11.333Z Downloaded vsss-rs v3.3.4
12052026-04-10T18:35:11.336Z Downloaded p521 v0.13.3
12062026-04-10T18:35:11.339Z Downloaded tokio-rustls v0.26.4
12072026-04-10T18:35:11.342Z Downloaded libxml v0.3.3
12082026-04-10T18:35:11.345Z Downloaded itertools v0.12.1
12092026-04-10T18:35:11.348Z Downloaded wyz v0.5.1
12102026-04-10T18:35:11.350Z Downloaded rand v0.10.0
12112026-04-10T18:35:11.353Z Downloaded toml v0.7.8
12122026-04-10T18:35:11.353Z Downloaded utf-8 v0.7.6
12132026-04-10T18:35:11.353Z Downloaded xshell v0.2.7
12142026-04-10T18:35:11.356Z Downloaded num-bigint-dig v0.8.6
12152026-04-10T18:35:11.359Z Downloaded unicode-properties v0.1.4
12162026-04-10T18:35:11.359Z Downloaded hkdf v0.12.4
12172026-04-10T18:35:11.362Z Downloaded itertools v0.13.0
12182026-04-10T18:35:11.366Z Downloaded zeroize v1.8.2
12192026-04-10T18:35:11.370Z Downloaded test-strategy v0.4.5
12202026-04-10T18:35:11.373Z Downloaded toml v1.0.6+spec-1.1.0
12212026-04-10T18:35:11.373Z Downloaded toml v0.9.12+spec-1.1.0
12222026-04-10T18:35:11.375Z Downloaded vergen v9.0.6
12232026-04-10T18:35:11.378Z Downloaded toml_parser v1.0.9+spec-1.1.0
12242026-04-10T18:35:11.378Z Downloaded vergen-gitcl v1.0.8
12252026-04-10T18:35:11.378Z Downloaded tracing-attributes v0.1.31
12262026-04-10T18:35:11.381Z Downloaded tar v0.4.45
12272026-04-10T18:35:11.384Z Downloaded snafu v0.8.9
12282026-04-10T18:35:11.401Z Downloaded whoami v1.6.1
12292026-04-10T18:35:11.401Z Downloaded tracing-core v0.1.36
12302026-04-10T18:35:11.406Z Downloaded steno v0.4.1
12312026-04-10T18:35:11.406Z Downloaded typify v0.6.1
12322026-04-10T18:35:11.406Z Downloaded libm v0.2.16
12332026-04-10T18:35:11.409Z Downloaded unicode-bidi v0.3.18
12342026-04-10T18:35:11.412Z Downloaded typify v0.4.3
12352026-04-10T18:35:11.415Z Downloaded tungstenite v0.21.0
12362026-04-10T18:35:11.415Z Downloaded rustyline v14.0.0
12372026-04-10T18:35:11.418Z Downloaded itertools v0.14.0
12382026-04-10T18:35:11.422Z Downloaded iri-string v0.7.10
12392026-04-10T18:35:11.426Z Downloaded yasna v0.5.2
12402026-04-10T18:35:11.433Z Downloaded toml_edit v0.23.10+spec-1.0.0
12412026-04-10T18:35:11.436Z Downloaded uuid v1.23.0
12422026-04-10T18:35:11.439Z Downloaded unsafe-libyaml v0.2.11
12432026-04-10T18:35:11.441Z Downloaded zstd v0.13.3
12442026-04-10T18:35:11.441Z Downloaded zstd-safe v7.2.4
12452026-04-10T18:35:11.446Z Downloaded chrono v0.4.44
12462026-04-10T18:35:11.453Z Downloaded reedline v0.40.0
12472026-04-10T18:35:11.457Z Downloaded tokio-postgres v0.7.16
12482026-04-10T18:35:11.462Z Downloaded toml_edit v0.19.15
12492026-04-10T18:35:11.471Z Downloaded zopfli v0.8.3
12502026-04-10T18:35:11.476Z Downloaded zerocopy v0.6.6
12512026-04-10T18:35:11.479Z Downloaded vte v0.14.1
12522026-04-10T18:35:11.479Z Downloaded tungstenite v0.23.0
12532026-04-10T18:35:11.479Z Downloaded ssh-key v0.6.7
12542026-04-10T18:35:11.482Z Downloaded rpassword v7.4.0
12552026-04-10T18:35:11.486Z Downloaded bindgen v0.71.1
12562026-04-10T18:35:11.488Z Downloaded aws-lc-rs v1.16.0
12572026-04-10T18:35:11.497Z Downloaded yansi v1.0.1
12582026-04-10T18:35:11.501Z Downloaded unicode_categories v0.1.1
12592026-04-10T18:35:11.501Z Downloaded regex v1.12.3
12602026-04-10T18:35:11.503Z Downloaded reqwest v0.12.28
12612026-04-10T18:35:11.506Z Downloaded zip v0.6.6
12622026-04-10T18:35:11.512Z Downloaded git2 v0.20.4
12632026-04-10T18:35:11.532Z Downloaded portable-atomic v1.13.1
12642026-04-10T18:35:11.536Z Downloaded p384 v0.13.1
12652026-04-10T18:35:11.552Z Downloaded rayon v1.11.0
12662026-04-10T18:35:11.557Z Downloaded unicode-segmentation v1.12.0
12672026-04-10T18:35:11.560Z Downloaded reqwest v0.13.2
12682026-04-10T18:35:11.563Z Downloaded quick-xml v0.37.5
12692026-04-10T18:35:11.566Z Downloaded lalrpop v0.19.12
12702026-04-10T18:35:11.571Z Downloaded proptest v1.10.0
12712026-04-10T18:35:11.581Z Downloaded tower v0.5.3
12722026-04-10T18:35:11.588Z Downloaded x509-cert v0.2.5
12732026-04-10T18:35:11.591Z Downloaded typed-path v0.9.3
12742026-04-10T18:35:11.603Z Downloaded zerocopy-derive v0.8.40
12752026-04-10T18:35:11.622Z Downloaded salty v0.3.0
12762026-04-10T18:35:11.628Z Downloaded rustls-webpki v0.101.7
12772026-04-10T18:35:11.635Z Downloaded tough v0.20.0
12782026-04-10T18:35:11.639Z Downloaded petname v2.0.2
12792026-04-10T18:35:11.642Z Downloaded zip v4.6.1
12802026-04-10T18:35:11.645Z Downloaded unicode-normalization v0.1.25
12812026-04-10T18:35:11.648Z Downloaded tokio-util v0.7.18
12822026-04-10T18:35:11.651Z Downloaded tower-http v0.6.8
12832026-04-10T18:35:11.655Z Downloaded serde_with v3.17.0
12842026-04-10T18:35:11.662Z Downloaded curve25519-dalek v4.1.3
12852026-04-10T18:35:11.668Z Downloaded winnow v0.5.40
12862026-04-10T18:35:11.675Z Downloaded radix_trie v0.2.1
12872026-04-10T18:35:11.678Z Downloaded moka v0.12.13
12882026-04-10T18:35:11.681Z Downloaded goblin v0.10.5
12892026-04-10T18:35:11.684Z Downloaded rustls-webpki v0.102.8
12902026-04-10T18:35:11.697Z Downloaded object v0.30.4
12912026-04-10T18:35:11.714Z Downloaded winnow v0.6.26
12922026-04-10T18:35:11.720Z Downloaded nix v0.27.1
12932026-04-10T18:35:11.728Z Downloaded quinn-proto v0.11.13
12942026-04-10T18:35:11.731Z Downloaded openssl v0.10.75
12952026-04-10T18:35:11.736Z Downloaded nix v0.28.0
12962026-04-10T18:35:11.742Z Downloaded bstr v1.12.1
12972026-04-10T18:35:11.762Z Downloaded tabled v0.20.0
12982026-04-10T18:35:11.772Z Downloaded time v0.3.47
12992026-04-10T18:35:11.779Z Downloaded polar-core v0.27.3
13002026-04-10T18:35:11.784Z Downloaded vcpkg v0.2.15
13012026-04-10T18:35:11.806Z Downloaded rustls v0.21.12
13022026-04-10T18:35:11.812Z Downloaded smoltcp v0.9.1
13032026-04-10T18:35:11.818Z Downloaded dropshot v0.17.0
13042026-04-10T18:35:11.831Z Downloaded webpki-roots v1.0.6
13052026-04-10T18:35:11.833Z Downloaded rustls v0.22.4
13062026-04-10T18:35:11.840Z Downloaded hickory-proto v0.24.4
13072026-04-10T18:35:11.848Z Downloaded zlib-rs v0.6.2
13082026-04-10T18:35:11.851Z Downloaded openapiv3 v2.2.0
13092026-04-10T18:35:11.857Z Downloaded smoltcp v0.11.0
13102026-04-10T18:35:11.864Z Downloaded regress v0.10.5
13112026-04-10T18:35:11.869Z Downloaded zerocopy v0.8.40
13122026-04-10T18:35:11.874Z Downloaded rustls v0.23.37
13132026-04-10T18:35:11.882Z Downloaded diesel v2.3.7
13142026-04-10T18:35:11.893Z Downloaded rustix v0.38.44
13152026-04-10T18:35:11.906Z Downloaded hickory-proto v0.25.2
13162026-04-10T18:35:11.914Z Downloaded regex-syntax v0.8.10
13172026-04-10T18:35:11.918Z Downloaded object v0.37.3
13182026-04-10T18:35:11.924Z Downloaded dropshot v0.16.7
13192026-04-10T18:35:11.938Z Downloaded sqlparser v0.61.0
13202026-04-10T18:35:11.942Z Downloaded nix v0.31.1
13212026-04-10T18:35:11.950Z Downloaded regex-syntax v0.6.29
13222026-04-10T18:35:11.955Z Downloaded nix v0.29.0
13232026-04-10T18:35:11.977Z Downloaded typify-impl v0.4.3
13242026-04-10T18:35:11.986Z Downloaded sled v0.34.7
13252026-04-10T18:35:11.992Z Downloaded typify-impl v0.6.1
13262026-04-10T18:35:11.999Z Downloaded ratatui v0.29.0
13272026-04-10T18:35:12.010Z Downloaded zerocopy-derive v0.6.6
13282026-04-10T18:35:12.015Z Downloaded tracing v0.1.44
13292026-04-10T18:35:12.027Z Downloaded bzip2-sys v0.1.13+1.0.8
13302026-04-10T18:35:12.040Z Downloaded regex-automata v0.4.14
13312026-04-10T18:35:12.050Z Downloaded petgraph v0.6.5
13322026-04-10T18:35:12.072Z Downloaded jiff v0.2.21
13332026-04-10T18:35:12.082Z Downloaded petgraph v0.8.3
13342026-04-10T18:35:12.095Z Downloaded libz-sys v1.1.24
13352026-04-10T18:35:12.108Z Downloaded csv v1.4.0
13362026-04-10T18:35:12.120Z Downloaded chrono-tz v0.10.4
13372026-04-10T18:35:12.131Z Downloaded sha3 v0.10.8
13382026-04-10T18:35:12.151Z Downloaded encoding_rs v0.8.35
13392026-04-10T18:35:12.164Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13402026-04-10T18:35:12.175Z Downloaded tokio v1.50.0
13412026-04-10T18:35:12.275Z Downloaded ring v0.17.14
13422026-04-10T18:35:12.330Z Downloaded libgit2-sys v0.18.3+1.9.2
13432026-04-10T18:35:12.853Z Downloaded aws-lc-sys v0.37.1
13442026-04-10T18:35:13.096Z Compiling libc v0.2.180
13452026-04-10T18:35:13.096Z Compiling serde v1.0.228
13462026-04-10T18:35:13.099Z Compiling log v0.4.29
13472026-04-10T18:35:13.099Z Compiling shlex v1.3.0
13482026-04-10T18:35:13.247Z Compiling find-msvc-tools v0.1.9
13492026-04-10T18:35:13.252Z Compiling smallvec v1.15.1
13502026-04-10T18:35:13.262Z Compiling syn v2.0.117
13512026-04-10T18:35:13.272Z Compiling typenum v1.19.0
13522026-04-10T18:35:13.421Z Compiling generic-array v0.14.7
13532026-04-10T18:35:13.443Z Compiling subtle v2.6.1
13542026-04-10T18:35:13.458Z Compiling scopeguard v1.2.0
13552026-04-10T18:35:13.532Z Compiling const-oid v0.9.6
13562026-04-10T18:35:13.554Z Compiling lock_api v0.4.14
13572026-04-10T18:35:13.568Z Compiling portable-atomic v1.13.1
13582026-04-10T18:35:13.610Z Compiling zerocopy v0.8.40
13592026-04-10T18:35:13.680Z Compiling serde_json v1.0.149
13602026-04-10T18:35:13.772Z Compiling critical-section v1.2.0
13612026-04-10T18:35:13.881Z Compiling parking_lot_core v0.9.12
13622026-04-10T18:35:13.894Z Compiling pin-project-lite v0.2.17
13632026-04-10T18:35:14.034Z Compiling pkg-config v0.3.32
13642026-04-10T18:35:14.058Z Compiling getrandom v0.2.17
13652026-04-10T18:35:14.105Z Compiling jobserver v0.1.34
13662026-04-10T18:35:14.127Z Compiling errno v0.3.14
13672026-04-10T18:35:14.225Z Compiling rand_core v0.6.4
13682026-04-10T18:35:14.284Z Compiling signal-hook-registry v1.4.8
13692026-04-10T18:35:14.302Z Compiling cc v1.2.56
13702026-04-10T18:35:14.494Z Compiling bitflags v2.11.0
13712026-04-10T18:35:14.554Z Compiling libm v0.2.16
13722026-04-10T18:35:14.576Z Compiling mio v1.1.1
13732026-04-10T18:35:14.714Z Compiling once_cell v1.21.3
13742026-04-10T18:35:14.763Z Compiling parking_lot v0.12.5
13752026-04-10T18:35:14.779Z Compiling num-traits v0.2.19
13762026-04-10T18:35:14.882Z Compiling futures-core v0.3.32
13772026-04-10T18:35:15.030Z Compiling percent-encoding v2.3.2
13782026-04-10T18:35:15.048Z Compiling socket2 v0.6.2
13792026-04-10T18:35:15.116Z Compiling allocator-api2 v0.2.21
13802026-04-10T18:35:15.131Z Compiling futures-sink v0.3.32
13812026-04-10T18:35:15.131Z Compiling foldhash v0.2.0
13822026-04-10T18:35:15.212Z Compiling cpufeatures v0.2.17
13832026-04-10T18:35:15.249Z Compiling getrandom v0.3.4
13842026-04-10T18:35:15.287Z Compiling futures-channel v0.3.32
13852026-04-10T18:35:15.342Z Compiling futures-io v0.3.32
13862026-04-10T18:35:15.433Z Compiling hashbrown v0.16.1
13872026-04-10T18:35:15.436Z Compiling slab v0.4.12
13882026-04-10T18:35:15.497Z Compiling futures-task v0.3.32
13892026-04-10T18:35:15.513Z Compiling rustversion v1.0.22
13902026-04-10T18:35:15.610Z Compiling form_urlencoded v1.2.2
13912026-04-10T18:35:15.787Z Compiling cmake v0.1.57
13922026-04-10T18:35:15.835Z Compiling dunce v1.0.5
13932026-04-10T18:35:15.932Z Compiling base64ct v1.8.3
13942026-04-10T18:35:16.021Z Compiling synstructure v0.13.2
13952026-04-10T18:35:16.036Z Compiling indexmap v2.13.0
13962026-04-10T18:35:16.180Z Compiling getrandom v0.4.1
13972026-04-10T18:35:16.196Z Compiling ident_case v1.0.1
13982026-04-10T18:35:16.220Z Compiling fs_extra v1.3.0
13992026-04-10T18:35:16.279Z Compiling pem-rfc7468 v0.7.0
14002026-04-10T18:35:16.316Z Compiling rand_core v0.10.0
14012026-04-10T18:35:16.492Z Compiling flagset v0.4.7
14022026-04-10T18:35:16.592Z Compiling aws-lc-sys v0.37.1
14032026-04-10T18:35:16.601Z Compiling rand_core v0.9.5
14042026-04-10T18:35:16.675Z Compiling iana-time-zone v0.1.65
14052026-04-10T18:35:16.684Z Compiling rustix v1.1.3
14062026-04-10T18:35:16.685Z Compiling ring v0.17.14
14072026-04-10T18:35:16.764Z Compiling rustc_version v0.4.1
14082026-04-10T18:35:16.841Z Compiling uuid v1.23.0
14092026-04-10T18:35:16.868Z Compiling regex-syntax v0.8.10
14102026-04-10T18:35:16.882Z Compiling vcpkg v0.2.15
14112026-04-10T18:35:17.103Z Compiling aws-lc-rs v1.16.0
14122026-04-10T18:35:17.391Z Compiling tracing-core v0.1.36
14132026-04-10T18:35:17.547Z Compiling pest_generator v2.8.6
14142026-04-10T18:35:17.627Z Compiling openssl-sys v0.9.111
14152026-04-10T18:35:17.775Z Compiling serde_derive v1.0.228
14162026-04-10T18:35:17.975Z Compiling zeroize_derive v1.4.3
14172026-04-10T18:35:18.178Z Compiling zerofrom-derive v0.1.6
14182026-04-10T18:35:18.274Z Compiling yoke-derive v0.8.1
14192026-04-10T18:35:18.437Z Compiling zerocopy-derive v0.8.40
14202026-04-10T18:35:18.627Z Compiling zeroize v1.8.2
14212026-04-10T18:35:19.263Z Compiling zerovec-derive v0.11.2
14222026-04-10T18:35:19.406Z Compiling crypto-common v0.1.7
14232026-04-10T18:35:19.441Z Compiling block-buffer v0.10.4
14242026-04-10T18:35:19.554Z Compiling displaydoc v0.2.5
14252026-04-10T18:35:19.605Z Compiling zerofrom v0.1.6
14262026-04-10T18:35:19.618Z Compiling digest v0.10.7
14272026-04-10T18:35:19.728Z Compiling yoke v0.8.1
14282026-04-10T18:35:19.863Z Compiling tokio-macros v2.6.0
14292026-04-10T18:35:19.912Z Compiling hmac v0.12.1
14302026-04-10T18:35:20.066Z Compiling futures-macro v0.3.32
14312026-04-10T18:35:20.279Z Compiling zerotrie v0.2.3
14322026-04-10T18:35:20.367Z Compiling zerovec v0.11.5
14332026-04-10T18:35:20.574Z Compiling block-padding v0.3.3
14342026-04-10T18:35:20.577Z Compiling sha2 v0.10.9
14352026-04-10T18:35:20.734Z Compiling inout v0.1.4
14362026-04-10T18:35:20.851Z Compiling tinystr v0.8.2
14372026-04-10T18:35:20.871Z Compiling potential_utf v0.1.4
14382026-04-10T18:35:20.895Z Compiling futures-util v0.3.32
14392026-04-10T18:35:21.028Z Compiling icu_locale_core v2.1.1
14402026-04-10T18:35:21.045Z Compiling icu_collections v2.1.1
14412026-04-10T18:35:21.251Z Compiling bytes v1.11.1
14422026-04-10T18:35:21.324Z Compiling cipher v0.4.4
14432026-04-10T18:35:21.560Z Compiling der_derive v0.7.3
14442026-04-10T18:35:21.652Z Compiling icu_provider v2.1.1
14452026-04-10T18:35:21.887Z Compiling tokio v1.50.0
14462026-04-10T18:35:21.902Z Compiling icu_properties v2.1.2
14472026-04-10T18:35:21.932Z Compiling icu_normalizer v2.1.1
14482026-04-10T18:35:22.031Z Compiling http v1.4.0
14492026-04-10T18:35:22.483Z Compiling salsa20 v0.10.2
14502026-04-10T18:35:22.530Z Compiling der v0.7.10
14512026-04-10T18:35:22.622Z Compiling chrono v0.4.44
14522026-04-10T18:35:22.914Z Compiling idna_adapter v1.2.1
14532026-04-10T18:35:22.934Z Compiling ppv-lite86 v0.2.21
14542026-04-10T18:35:23.003Z Compiling pbkdf2 v0.12.2
14552026-04-10T18:35:23.047Z Compiling idna v1.1.0
14562026-04-10T18:35:23.117Z Compiling thiserror-impl v2.0.18
14572026-04-10T18:35:23.218Z Compiling rand_chacha v0.9.0
14582026-04-10T18:35:23.246Z Compiling scrypt v0.11.0
14592026-04-10T18:35:23.496Z Compiling url v2.5.8
14602026-04-10T18:35:23.680Z Compiling spki v0.7.3
14612026-04-10T18:35:23.708Z Compiling aes v0.8.4
14622026-04-10T18:35:23.883Z Compiling cbc v0.1.2
14632026-04-10T18:35:23.910Z Compiling rustls-pki-types v1.14.0
14642026-04-10T18:35:23.980Z Compiling tracing-attributes v0.1.31
14652026-04-10T18:35:24.024Z Compiling rand v0.9.2
14662026-04-10T18:35:24.289Z Compiling pkcs5 v0.7.1
14672026-04-10T18:35:24.347Z Compiling http-body v1.0.1
14682026-04-10T18:35:24.436Z Compiling thiserror v2.0.18
14692026-04-10T18:35:24.540Z Compiling serde_derive_internals v0.29.1
14702026-04-10T18:35:24.556Z Compiling httparse v1.10.1
14712026-04-10T18:35:24.757Z Compiling openssl-probe v0.2.1
14722026-04-10T18:35:24.757Z Compiling untrusted v0.9.0
14732026-04-10T18:35:24.800Z Compiling base64 v0.22.1
14742026-04-10T18:35:24.877Z Compiling untrusted v0.7.1
14752026-04-10T18:35:24.891Z Compiling schemars v0.8.22
14762026-04-10T18:35:24.999Z Compiling pkcs8 v0.10.2
14772026-04-10T18:35:25.099Z Compiling pest_derive v2.8.6
14782026-04-10T18:35:25.113Z Compiling scroll_derive v0.13.1
14792026-04-10T18:35:25.265Z Compiling tracing v0.1.44
14802026-04-10T18:35:25.298Z Compiling darling_core v0.20.11
14812026-04-10T18:35:25.419Z Compiling schemars_derive v0.8.22
14822026-04-10T18:35:25.529Z Compiling tokio-util v0.7.18
14832026-04-10T18:35:25.536Z Compiling rustls v0.23.37
14842026-04-10T18:35:25.701Z Compiling dyn-clone v1.0.20
14852026-04-10T18:35:25.838Z Compiling tower-service v0.3.3
14862026-04-10T18:35:25.896Z Compiling tower-layer v0.3.3
14872026-04-10T18:35:25.936Z Compiling tinyvec_macros v0.1.1
14882026-04-10T18:35:26.006Z Compiling atomic-waker v1.1.2
14892026-04-10T18:35:26.055Z Compiling try-lock v0.2.5
14902026-04-10T18:35:26.132Z Compiling tinyvec v1.10.0
14912026-04-10T18:35:26.164Z Compiling want v0.3.1
14922026-04-10T18:35:26.330Z Compiling h2 v0.4.13
14932026-04-10T18:35:26.501Z Compiling scroll v0.13.0
14942026-04-10T18:35:26.770Z Compiling ipnet v2.11.0
14952026-04-10T18:35:26.787Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14962026-04-10T18:35:26.840Z Compiling spin v0.9.8
14972026-04-10T18:35:27.045Z Compiling aho-corasick v1.1.4
14982026-04-10T18:35:27.174Z Compiling pin-utils v0.1.0
14992026-04-10T18:35:27.249Z Compiling openssl v0.10.75
15002026-04-10T18:35:27.263Z Compiling httpdate v1.0.3
15012026-04-10T18:35:27.449Z Compiling time-core v0.1.8
15022026-04-10T18:35:27.482Z Compiling num-conv v0.2.0
15032026-04-10T18:35:27.485Z Compiling powerfmt v0.2.0
15042026-04-10T18:35:27.579Z Compiling darling_macro v0.20.11
15052026-04-10T18:35:27.596Z Compiling foreign-types-shared v0.1.1
15062026-04-10T18:35:27.609Z Compiling crc32fast v1.5.0
15072026-04-10T18:35:27.680Z Compiling foreign-types v0.3.2
15082026-04-10T18:35:27.695Z Compiling deranged v0.5.8
15092026-04-10T18:35:27.752Z Compiling tempfile v3.25.0
15102026-04-10T18:35:27.918Z Compiling regex-automata v0.4.14
15112026-04-10T18:35:27.972Z Compiling time-macros v0.2.27
15122026-04-10T18:35:28.038Z Compiling darling v0.20.11
15132026-04-10T18:35:28.152Z Compiling goblin v0.10.5
15142026-04-10T18:35:28.719Z Compiling openssl-macros v0.1.1
15152026-04-10T18:35:29.013Z Compiling wait-timeout v0.2.1
15162026-04-10T18:35:29.105Z Compiling socket2 v0.5.10
15172026-04-10T18:35:29.161Z Compiling quick-error v1.2.3
15182026-04-10T18:35:29.268Z Compiling hyper v1.8.1
15192026-04-10T18:35:29.282Z Compiling usdt-impl v0.6.0
15202026-04-10T18:35:29.481Z Compiling syn v1.0.109
15212026-04-10T18:35:29.501Z Compiling simd-adler32 v0.3.8
15222026-04-10T18:35:29.742Z Compiling siphasher v1.0.2
15232026-04-10T18:35:29.779Z Compiling bit-vec v0.8.0
15242026-04-10T18:35:29.929Z Compiling crossbeam-utils v0.8.21
15252026-04-10T18:35:30.003Z Compiling native-tls v0.2.18
15262026-04-10T18:35:30.203Z Compiling num_threads v0.1.7
15272026-04-10T18:35:30.255Z Compiling bit-set v0.8.0
15282026-04-10T18:35:30.299Z Compiling hyper-util v0.1.20
15292026-04-10T18:35:30.317Z Compiling time v0.3.47
15302026-04-10T18:35:30.434Z Compiling rusty-fork v0.3.1
15312026-04-10T18:35:30.807Z Compiling derive_builder_core v0.20.2
15322026-04-10T18:35:31.684Z Compiling dof v0.4.0
15332026-04-10T18:35:32.006Z Compiling unicode-normalization v0.1.25
15342026-04-10T18:35:32.069Z Compiling dtrace-parser v0.3.0
15352026-04-10T18:35:32.084Z Compiling rustls-native-certs v0.8.3
15362026-04-10T18:35:32.370Z Compiling signature v2.2.0
15372026-04-10T18:35:32.423Z Compiling scroll_derive v0.12.1
15382026-04-10T18:35:32.458Z Compiling thiserror-impl v1.0.69
15392026-04-10T18:35:32.550Z Compiling heapless v0.7.17
15402026-04-10T18:35:32.788Z Compiling rand_xorshift v0.4.0
15412026-04-10T18:35:32.810Z Compiling slog v2.8.2
15422026-04-10T18:35:32.890Z Compiling darling_core v0.21.3
15432026-04-10T18:35:32.951Z Compiling bzip2-sys v0.1.13+1.0.8
15442026-04-10T18:35:32.993Z Compiling sync_wrapper v1.0.2
15452026-04-10T18:35:33.076Z Compiling thread-id v5.1.0
15462026-04-10T18:35:33.102Z Compiling cookie v0.18.1
15472026-04-10T18:35:33.159Z Compiling unicode-properties v0.1.4
15482026-04-10T18:35:33.222Z Compiling signal-hook v0.3.18
15492026-04-10T18:35:33.279Z Compiling anyhow v1.0.102
15502026-04-10T18:35:33.363Z Compiling zstd-safe v7.2.4
15512026-04-10T18:35:33.388Z Compiling adler2 v2.0.1
15522026-04-10T18:35:33.521Z Compiling unicode-bidi v0.3.18
15532026-04-10T18:35:33.552Z Compiling unarray v0.1.4
15542026-04-10T18:35:33.571Z Compiling paste v1.0.15
15552026-04-10T18:35:33.664Z Compiling proptest v1.10.0
15562026-04-10T18:35:33.712Z Compiling thiserror v1.0.69
15572026-04-10T18:35:33.817Z Compiling miniz_oxide v0.8.9
15582026-04-10T18:35:33.881Z Compiling stringprep v0.1.5
15592026-04-10T18:35:34.310Z Compiling scroll v0.12.0
15602026-04-10T18:35:34.407Z Compiling tower v0.5.3
15612026-04-10T18:35:34.687Z Compiling derive_builder_macro v0.20.2
15622026-04-10T18:35:34.860Z Compiling ipnetwork v0.21.1
15632026-04-10T18:35:34.893Z Compiling http-body-util v0.1.3
15642026-04-10T18:35:35.131Z Compiling webpki-roots v1.0.6
15652026-04-10T18:35:35.146Z Compiling rand_chacha v0.3.1
15662026-04-10T18:35:35.217Z Compiling serde_tokenstream v0.2.3
15672026-04-10T18:35:35.244Z Compiling erased-serde v0.3.31
15682026-04-10T18:35:35.257Z Compiling toml_datetime v0.6.11
15692026-04-10T18:35:35.339Z Compiling darling_macro v0.21.3
15702026-04-10T18:35:35.514Z Compiling serde_spanned v0.6.9
15712026-04-10T18:35:35.529Z Compiling md-5 v0.10.6
15722026-04-10T18:35:35.660Z Compiling zerocopy-derive v0.7.35
15732026-04-10T18:35:35.694Z Compiling curve25519-dalek v4.1.3
15742026-04-10T18:35:35.725Z Compiling vergen-lib v0.1.6
15752026-04-10T18:35:35.813Z Compiling num-integer v0.1.46
15762026-04-10T18:35:35.906Z Compiling hash32 v0.2.1
15772026-04-10T18:35:35.943Z Compiling ff v0.13.1
15782026-04-10T18:35:36.026Z Compiling memoffset v0.9.1
15792026-04-10T18:35:36.078Z Compiling num-bigint-dig v0.8.6
15802026-04-10T18:35:36.094Z Compiling iri-string v0.7.10
15812026-04-10T18:35:36.134Z Compiling ref-cast v1.0.25
15822026-04-10T18:35:36.216Z Compiling base16ct v0.2.0
15832026-04-10T18:35:36.261Z Compiling psl-types v2.0.11
15842026-04-10T18:35:36.388Z Compiling rustix v0.38.44
15852026-04-10T18:35:36.402Z Compiling ryu v1.0.23
15862026-04-10T18:35:36.439Z Compiling cfg_aliases v0.2.1
15872026-04-10T18:35:36.533Z Compiling zlib-rs v0.6.2
15882026-04-10T18:35:36.557Z Compiling litrs v1.0.0
15892026-04-10T18:35:36.629Z Compiling smoltcp v0.9.1
15902026-04-10T18:35:36.771Z Compiling fallible-iterator v0.2.0
15912026-04-10T18:35:37.073Z Compiling document-features v0.2.12
15922026-04-10T18:35:37.087Z Compiling postgres-protocol v0.6.10
15932026-04-10T18:35:37.091Z Compiling serde_urlencoded v0.7.1
15942026-04-10T18:35:37.335Z Compiling tower-http v0.6.8
15952026-04-10T18:35:37.653Z Compiling zerocopy v0.7.35
15962026-04-10T18:35:37.656Z Compiling nix v0.31.1
15972026-04-10T18:35:37.716Z Compiling publicsuffix v2.3.0
15982026-04-10T18:35:37.745Z Compiling sec1 v0.7.3
15992026-04-10T18:35:38.008Z Compiling group v0.13.0
16002026-04-10T18:35:38.047Z Compiling num-iter v0.1.45
16012026-04-10T18:35:38.181Z Compiling newtype-uuid v1.3.2
16022026-04-10T18:35:38.220Z Compiling darling v0.21.3
16032026-04-10T18:35:38.304Z Compiling rand v0.8.5
16042026-04-10T18:35:38.482Z Compiling derive_builder v0.20.2
16052026-04-10T18:35:38.505Z Compiling oxnet v0.1.4
16062026-04-10T18:35:38.609Z Compiling tokio-native-tls v0.3.1
16072026-04-10T18:35:38.640Z Compiling hubpack_derive v0.1.1
16082026-04-10T18:35:38.775Z Compiling goblin v0.8.2
16092026-04-10T18:35:39.223Z Compiling regex v1.12.3
16102026-04-10T18:35:39.407Z Compiling flate2 v1.1.9
16112026-04-10T18:35:39.426Z Compiling phf_shared v0.13.1
16122026-04-10T18:35:39.639Z Compiling lazy_static v1.5.0
16132026-04-10T18:35:39.655Z Compiling cargo-platform v0.1.9
16142026-04-10T18:35:39.670Z Compiling hkdf v0.12.4
16152026-04-10T18:35:39.725Z Compiling crypto-bigint v0.5.5
16162026-04-10T18:35:39.740Z Compiling terminal_size v0.4.3
16172026-04-10T18:35:39.813Z Compiling daft-derive v0.1.5
16182026-04-10T18:35:39.829Z Compiling ref-cast-impl v1.0.25
16192026-04-10T18:35:39.877Z Compiling async-trait v0.1.89
16202026-04-10T18:35:39.900Z Compiling strum_macros v0.27.2
16212026-04-10T18:35:40.363Z Compiling curve25519-dalek-derive v0.1.1
16222026-04-10T18:35:40.520Z Compiling vergen v9.0.6
16232026-04-10T18:35:40.702Z Compiling fs-err v3.3.0
16242026-04-10T18:35:40.898Z Compiling ahash v0.8.12
16252026-04-10T18:35:40.913Z Compiling libbz2-rs-sys v0.2.2
16262026-04-10T18:35:41.003Z Compiling bitflags v1.3.2
16272026-04-10T18:35:41.082Z Compiling managed v0.8.0
16282026-04-10T18:35:41.106Z Compiling unicode-segmentation v1.12.0
16292026-04-10T18:35:41.296Z Compiling foldhash v0.1.5
16302026-04-10T18:35:41.511Z Compiling object v0.37.3
16312026-04-10T18:35:41.545Z Compiling bumpalo v3.20.2
16322026-04-10T18:35:41.598Z Compiling winnow v0.5.40
16332026-04-10T18:35:41.806Z Compiling zopfli v0.8.3
16342026-04-10T18:35:41.833Z Compiling hashbrown v0.15.5
16352026-04-10T18:35:41.869Z Compiling strum v0.27.2
16362026-04-10T18:35:41.883Z Compiling bzip2 v0.6.1
16372026-04-10T18:35:42.001Z Compiling clap_builder v4.5.60
16382026-04-10T18:35:42.387Z Compiling dof v0.3.0
16392026-04-10T18:35:42.604Z Compiling elliptic-curve v0.13.8
16402026-04-10T18:35:42.903Z Compiling toml_edit v0.19.15
16412026-04-10T18:35:43.005Z Compiling daft v0.1.5
16422026-04-10T18:35:43.091Z Compiling cargo_metadata v0.19.2
16432026-04-10T18:35:43.280Z Compiling phf v0.13.1
16442026-04-10T18:35:43.799Z Compiling cookie_store v0.22.1
16452026-04-10T18:35:44.419Z Compiling signal-hook-mio v0.2.5
16462026-04-10T18:35:44.453Z Compiling hubpack v0.1.2
16472026-04-10T18:35:44.539Z Compiling zstd v0.13.3
16482026-04-10T18:35:44.673Z Compiling hyper-tls v0.6.0
16492026-04-10T18:35:44.799Z Compiling bzip2 v0.4.4
16502026-04-10T18:35:44.815Z Compiling serde_with_macros v3.17.0
16512026-04-10T18:35:44.982Z Compiling postgres-types v0.2.12
16522026-04-10T18:35:45.004Z Compiling usdt-attr-macro v0.6.0
16532026-04-10T18:35:45.333Z Compiling usdt-macro v0.6.0
16542026-04-10T18:35:45.511Z Compiling dtrace-parser v0.2.0
16552026-04-10T18:35:45.530Z Compiling ed25519 v2.2.3
16562026-04-10T18:35:45.806Z Compiling bstr v1.12.1
16572026-04-10T18:35:45.928Z Compiling phf_shared v0.11.3
16582026-04-10T18:35:46.088Z Compiling pkcs1 v0.7.5
16592026-04-10T18:35:46.104Z Compiling serde-big-array v0.5.1
16602026-04-10T18:35:46.119Z Compiling hex v0.4.3
16612026-04-10T18:35:46.247Z Compiling rfc6979 v0.4.0
16622026-04-10T18:35:46.264Z Compiling enum-as-inner v0.6.1
16632026-04-10T18:35:46.373Z Compiling strum_macros v0.26.4
16642026-04-10T18:35:46.388Z Compiling clap_derive v4.5.55
16652026-04-10T18:35:46.436Z Compiling serde_repr v0.1.20
16662026-04-10T18:35:46.474Z Compiling float-cmp v0.10.0
16672026-04-10T18:35:46.506Z Compiling memmap2 v0.9.10
16682026-04-10T18:35:46.623Z Compiling thread-id v4.2.2
16692026-04-10T18:35:46.713Z Compiling env_filter v1.0.0
16702026-04-10T18:35:46.726Z Compiling encoding_rs v0.8.35
16712026-04-10T18:35:46.808Z Compiling keccak v0.1.6
16722026-04-10T18:35:46.988Z Compiling static_assertions v1.1.0
16732026-04-10T18:35:47.015Z Compiling jiff v0.2.21
16742026-04-10T18:35:47.066Z Compiling either v1.15.0
16752026-04-10T18:35:47.279Z Compiling new_debug_unreachable v1.0.6
16762026-04-10T18:35:47.358Z Compiling normalize-line-endings v0.3.0
16772026-04-10T18:35:47.459Z Compiling data-encoding v2.10.0
16782026-04-10T18:35:47.631Z Compiling fixedbitset v0.4.2
16792026-04-10T18:35:47.851Z Compiling rustc-hash v2.1.1
16802026-04-10T18:35:47.979Z Compiling difflib v0.4.0
16812026-04-10T18:35:48.152Z Compiling predicates-core v1.0.10
16822026-04-10T18:35:48.178Z Compiling fixedbitset v0.5.7
16832026-04-10T18:35:48.182Z Compiling precomputed-hash v0.1.1
16842026-04-10T18:35:48.256Z Compiling whoami v2.1.0
16852026-04-10T18:35:48.280Z Compiling mime v0.3.17
16862026-04-10T18:35:48.330Z Compiling predicates v3.1.4
16872026-04-10T18:35:48.481Z Compiling tokio-postgres v0.7.16
16882026-04-10T18:35:48.538Z Compiling petgraph v0.8.3
16892026-04-10T18:35:48.552Z Compiling string_cache v0.8.9
16902026-04-10T18:35:48.634Z Compiling clap v4.5.60
16912026-04-10T18:35:48.719Z Compiling strum v0.26.3
16922026-04-10T18:35:48.736Z Compiling iddqd v0.3.17
16932026-04-10T18:35:48.776Z Compiling petgraph v0.6.5
16942026-04-10T18:35:48.853Z Compiling hickory-proto v0.25.2
16952026-04-10T18:35:48.991Z Compiling itertools v0.13.0
16962026-04-10T18:35:49.851Z Compiling zip v4.6.1
16972026-04-10T18:35:50.204Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16982026-04-10T18:35:50.225Z Compiling sha3 v0.10.8
16992026-04-10T18:35:50.454Z Compiling env_logger v0.11.9
17002026-04-10T18:35:50.672Z Compiling toml_edit v0.22.27
17012026-04-10T18:35:50.686Z Compiling usdt-impl v0.5.0
17022026-04-10T18:35:50.811Z Compiling usdt v0.6.0
17032026-04-10T18:35:50.814Z Compiling ecdsa v0.16.9
17042026-04-10T18:35:51.070Z Compiling serde_with v3.17.0
17052026-04-10T18:35:51.206Z Compiling rsa v0.9.10
17062026-04-10T18:35:51.221Z Compiling similar v2.7.0
17072026-04-10T18:35:51.262Z Compiling crossterm v0.28.1
17082026-04-10T18:35:52.129Z Compiling ed25519-dalek v2.2.0
17092026-04-10T18:35:52.793Z Compiling zip v0.6.6
17102026-04-10T18:35:52.827Z Compiling toml v0.7.8
17112026-04-10T18:35:53.446Z Compiling heck v0.4.1
17122026-04-10T18:35:53.533Z Compiling toml_parser v1.0.9+spec-1.1.0
17132026-04-10T18:35:53.614Z Compiling crossbeam-epoch v0.9.18
17142026-04-10T18:35:53.675Z Compiling tokio-stream v0.1.18
17152026-04-10T18:35:53.767Z Compiling buf-list v1.1.2
17162026-04-10T18:35:53.951Z Compiling x509-cert v0.2.5
17172026-04-10T18:35:54.008Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17182026-04-10T18:35:54.043Z Compiling openapiv3 v2.2.0
17192026-04-10T18:35:54.136Z Compiling sha1 v0.10.6
17202026-04-10T18:35:54.164Z Compiling toml_datetime v0.7.5+spec-1.1.0
17212026-04-10T18:35:54.307Z Compiling peg-runtime v0.8.5
17222026-04-10T18:35:54.357Z Compiling lalrpop-util v0.19.12
17232026-04-10T18:35:54.451Z Compiling thread_local v1.1.9
17242026-04-10T18:35:54.551Z Compiling slog-async v2.8.0
17252026-04-10T18:35:54.576Z Compiling crossbeam-channel v0.5.15
17262026-04-10T18:35:54.591Z Compiling futures-executor v0.3.32
17272026-04-10T18:35:54.701Z Compiling filetime v0.2.27
17282026-04-10T18:35:54.844Z Compiling is-terminal v0.4.17
17292026-04-10T18:35:54.865Z Compiling xattr v1.6.1
17302026-04-10T18:35:54.879Z Compiling term v1.2.1
17312026-04-10T18:35:54.940Z Compiling take_mut v0.2.2
17322026-04-10T18:35:55.021Z Compiling tar v0.4.45
17332026-04-10T18:35:55.052Z Compiling futures v0.3.32
17342026-04-10T18:35:55.135Z Compiling slog-term v2.9.2
17352026-04-10T18:36:02.437Z Compiling rustls-webpki v0.103.9
17362026-04-10T18:36:05.240Z Compiling tokio-rustls v0.26.4
17372026-04-10T18:36:05.240Z Compiling rustls-platform-verifier v0.6.2
17382026-04-10T18:36:05.444Z Compiling hyper-rustls v0.27.7
17392026-04-10T18:36:05.644Z Compiling reqwest v0.13.2
17402026-04-10T18:36:05.644Z Compiling reqwest v0.12.28
17412026-04-10T18:36:07.748Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17422026-04-10T18:36:07.961Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17432026-04-10T18:36:10.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17442026-04-10T18:36:10.927Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17452026-04-10T18:36:10.982ZApr 10 18:36:09.481 INFO Starting download, target: Cockroach
17462026-04-10T18:36:10.982ZApr 10 18:36:09.482 INFO Starting download, target: Console
17472026-04-10T18:36:10.983ZApr 10 18:36:09.482 INFO Starting download, target: Clickhouse
17482026-04-10T18:36:10.983ZApr 10 18:36:09.482 INFO Starting download, target: DendriteStub
17492026-04-10T18:36:10.986ZApr 10 18:36:09.482 INFO Starting download, target: MaghemiteMgd
17502026-04-10T18:36:10.986ZApr 10 18:36:09.482 INFO Starting download, target: TransceiverControl
17512026-04-10T18:36:10.986ZApr 10 18:36:09.482 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17522026-04-10T18:36:10.986ZApr 10 18:36:09.482 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17532026-04-10T18:36:10.986ZApr 10 18:36:09.482 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17542026-04-10T18:36:10.986ZApr 10 18:36:09.482 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17552026-04-10T18:36:10.986ZApr 10 18:36:09.482 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17562026-04-10T18:36:10.986ZApr 10 18:36:09.482 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17572026-04-10T18:36:11.288ZApr 10 18:36:09.787 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17582026-04-10T18:36:11.539ZApr 10 18:36:10.023 INFO Download complete, target: TransceiverControl
17592026-04-10T18:36:11.963ZApr 10 18:36:10.457 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17602026-04-10T18:36:12.216ZApr 10 18:36:10.711 INFO Download complete, target: Console
17612026-04-10T18:36:12.668ZApr 10 18:36:11.165 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17622026-04-10T18:36:13.009ZApr 10 18:36:11.505 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17632026-04-10T18:36:13.152ZApr 10 18:36:11.645 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17642026-04-10T18:36:13.521ZApr 10 18:36:12.018 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17652026-04-10T18:36:13.521ZApr 10 18:36:12.018 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17662026-04-10T18:36:14.990ZApr 10 18:36:13.489 INFO Download complete, target: DendriteStub
17672026-04-10T18:36:15.289ZApr 10 18:36:13.787 INFO Download complete, target: MaghemiteMgd
17682026-04-10T18:36:18.115ZApr 10 18:36:16.613 INFO Checking that binary works, target: Cockroach
17692026-04-10T18:36:18.210ZApr 10 18:36:16.708 INFO Download complete, target: Cockroach
17702026-04-10T18:36:19.900ZApr 10 18:36:18.398 INFO Checking that binary works, target: Clickhouse
17712026-04-10T18:36:20.015ZApr 10 18:36:18.513 INFO Download complete, target: Clickhouse
17722026-04-10T18:36:20.031ZAll builder prerequisites installed successfully, and PATH looks valid
17732026-04-10T18:36:20.034Z
17742026-04-10T18:36:20.034Zreal 2:56.184694492
17752026-04-10T18:36:20.034Zuser 7:13.915570487
17762026-04-10T18:36:20.034Zsys 1:24.545962289
17772026-04-10T18:36:20.034Ztrap 0.214747088
17782026-04-10T18:36:20.034Ztflt 0.540043396
17792026-04-10T18:36:20.034Zdflt 0.552732730
17802026-04-10T18:36:20.034Zkflt 0.023313826
17812026-04-10T18:36:20.034Zlock 21:19.721115741
17822026-04-10T18:36:20.034Zslp 21:28.837687094
17832026-04-10T18:36:20.034Zlat 43.976189966
17842026-04-10T18:36:20.034Zstop 1:58.635688742
17852026-04-10T18:36:20.034Z+ banner hack-check
17862026-04-10T18:36:20.034Z
17872026-04-10T18:36:20.034Z # # ## #### # # #### # # ###### #### # #
17882026-04-10T18:36:20.034Z # # # # # # # # # # # # # # # # #
17892026-04-10T18:36:20.034Z ###### # # # #### ##### # ###### ##### # ####
17902026-04-10T18:36:20.034Z # # ###### # # # # # # # # # #
17912026-04-10T18:36:20.034Z # # # # # # # # # # # # # # # # #
17922026-04-10T18:36:20.034Z # # # # #### # # #### # # ###### #### # #
17932026-04-10T18:36:20.034Z
17942026-04-10T18:36:20.034Z+ export CARGO_INCREMENTAL=0
17952026-04-10T18:36:20.034Z+ CARGO_INCREMENTAL=0
17962026-04-10T18:36:20.034Z+ ptime -m timeout 2h cargo xtask check-features --ci
17972026-04-10T18:36:20.563Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17982026-04-10T18:36:20.791Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17992026-04-10T18:36:22.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
18002026-04-10T18:36:22.733Z Running `target/debug/xtask check-features --ci`
18012026-04-10T18:36:22.764Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18022026-04-10T18:36:22.769Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18032026-04-10T18:36:23.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18042026-04-10T18:36:23.270Z Running `target/debug/xtask download cargo-hack`
18052026-04-10T18:36:24.043Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18062026-04-10T18:36:24.357Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18072026-04-10T18:36:26.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s
18082026-04-10T18:36:26.953Z Running `target/debug/xtask-downloader cargo-hack`
18092026-04-10T18:36:26.992ZApr 10 18:36:25.485 INFO Starting download, target: CargoHack
18102026-04-10T18:36:27.005ZApr 10 18:36:25.486 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18112026-04-10T18:36:27.343ZApr 10 18:36:25.839 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18122026-04-10T18:36:27.394ZApr 10 18:36:25.888 INFO Download complete, target: CargoHack
18132026-04-10T18:36:27.400Zrunning: "/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"
18142026-04-10T18:36:27.426Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18152026-04-10T18:36:27.558Zinfo: running `cargo check --bins` on api_identity (1/270)
18162026-04-10T18:36:28.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172026-04-10T18:36:28.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182026-04-10T18:36:28.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192026-04-10T18:36:28.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18202026-04-10T18:36:28.126Z
18212026-04-10T18:36:28.126Zinfo: running `cargo check --bins` on bootstore (2/270)
18222026-04-10T18:36:28.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-04-10T18:36:28.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-04-10T18:36:28.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-04-10T18:36:28.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18262026-04-10T18:36:28.699Z
18272026-04-10T18:36:28.699Zinfo: running `cargo check --bins` on omicron-ledger (3/270)
18282026-04-10T18:36:29.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-04-10T18:36:29.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-04-10T18:36:29.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-04-10T18:36:29.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18322026-04-10T18:36:29.266Z
18332026-04-10T18:36:29.266Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/270)
18342026-04-10T18:36:29.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-04-10T18:36:29.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-04-10T18:36:29.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-04-10T18:36:29.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18382026-04-10T18:36:29.837Z
18392026-04-10T18:36:29.837Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/270)
18402026-04-10T18:36:30.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-04-10T18:36:30.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-04-10T18:36:30.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-04-10T18:36:30.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18442026-04-10T18:36:30.411Z
18452026-04-10T18:36:30.411Zinfo: running `cargo check --bins` on omicron-certificates (6/270)
18462026-04-10T18:36:30.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-04-10T18:36:30.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-04-10T18:36:30.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-04-10T18:36:30.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18502026-04-10T18:36:31.002Z
18512026-04-10T18:36:31.003Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/270)
18522026-04-10T18:36:31.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-04-10T18:36:31.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-04-10T18:36:31.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-04-10T18:36:31.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18562026-04-10T18:36:31.576Z
18572026-04-10T18:36:31.576Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/270)
18582026-04-10T18:36:32.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-04-10T18:36:32.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-04-10T18:36:32.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-04-10T18:36:32.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18622026-04-10T18:36:32.152Z
18632026-04-10T18:36:32.153Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/270)
18642026-04-10T18:36:32.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-04-10T18:36:32.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-04-10T18:36:32.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-04-10T18:36:32.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18682026-04-10T18:36:32.608Z
18692026-04-10T18:36:32.609Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/270)
18702026-04-10T18:36:33.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-04-10T18:36:33.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-04-10T18:36:33.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-04-10T18:36:33.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18742026-04-10T18:36:33.067Z
18752026-04-10T18:36:33.067Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/270)
18762026-04-10T18:36:33.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-04-10T18:36:33.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-04-10T18:36:33.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-04-10T18:36:33.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18802026-04-10T18:36:33.527Z
18812026-04-10T18:36:33.527Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/270)
18822026-04-10T18:36:33.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-04-10T18:36:33.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-04-10T18:36:33.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-04-10T18:36:33.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18862026-04-10T18:36:33.988Z
18872026-04-10T18:36:33.988Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/270)
18882026-04-10T18:36:34.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-04-10T18:36:34.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-04-10T18:36:34.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-04-10T18:36:34.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18922026-04-10T18:36:34.446Z
18932026-04-10T18:36:34.446Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/270)
18942026-04-10T18:36:34.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-04-10T18:36:34.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-04-10T18:36:34.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-04-10T18:36:34.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18982026-04-10T18:36:34.908Z
18992026-04-10T18:36:34.908Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/270)
19002026-04-10T18:36:35.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-04-10T18:36:35.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-04-10T18:36:35.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-04-10T18:36:35.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19042026-04-10T18:36:35.370Z
19052026-04-10T18:36:35.370Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/270)
19062026-04-10T18:36:35.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-04-10T18:36:35.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-04-10T18:36:35.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-04-10T18:36:35.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19102026-04-10T18:36:35.871Z
19112026-04-10T18:36:35.871Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/270)
19122026-04-10T18:36:36.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-04-10T18:36:36.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-04-10T18:36:36.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-04-10T18:36:36.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19162026-04-10T18:36:36.300Z
19172026-04-10T18:36:36.300Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/270)
19182026-04-10T18:36:36.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-04-10T18:36:36.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-04-10T18:36:36.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-04-10T18:36:36.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19222026-04-10T18:36:36.761Z
19232026-04-10T18:36:36.761Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/270)
19242026-04-10T18:36:37.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-04-10T18:36:37.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-04-10T18:36:37.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-04-10T18:36:37.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19282026-04-10T18:36:37.223Z
19292026-04-10T18:36:37.223Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/270)
19302026-04-10T18:36:37.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-04-10T18:36:37.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-04-10T18:36:37.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-04-10T18:36:37.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19342026-04-10T18:36:37.688Z
19352026-04-10T18:36:37.689Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/270)
19362026-04-10T18:36:38.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-04-10T18:36:38.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-04-10T18:36:38.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-04-10T18:36:38.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19402026-04-10T18:36:38.154Z
19412026-04-10T18:36:38.154Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/270)
19422026-04-10T18:36:38.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-04-10T18:36:38.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-04-10T18:36:38.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-04-10T18:36:38.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19462026-04-10T18:36:38.624Z
19472026-04-10T18:36:38.624Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/270)
19482026-04-10T18:36:39.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-04-10T18:36:39.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-04-10T18:36:39.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-04-10T18:36:39.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19522026-04-10T18:36:39.093Z
19532026-04-10T18:36:39.094Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/270)
19542026-04-10T18:36:39.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-04-10T18:36:39.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-04-10T18:36:39.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-04-10T18:36:39.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19582026-04-10T18:36:39.559Z
19592026-04-10T18:36:39.559Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/270)
19602026-04-10T18:36:39.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-04-10T18:36:39.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-04-10T18:36:39.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-04-10T18:36:39.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19642026-04-10T18:36:40.027Z
19652026-04-10T18:36:40.027Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/270)
19662026-04-10T18:36:40.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-04-10T18:36:40.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-04-10T18:36:40.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-04-10T18:36:40.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19702026-04-10T18:36:40.496Z
19712026-04-10T18:36:40.496Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/270)
19722026-04-10T18:36:40.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-04-10T18:36:40.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-04-10T18:36:40.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-04-10T18:36:40.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19762026-04-10T18:36:40.962Z
19772026-04-10T18:36:40.962Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/270)
19782026-04-10T18:36:41.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-04-10T18:36:41.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-04-10T18:36:41.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-04-10T18:36:41.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19822026-04-10T18:36:41.421Z
19832026-04-10T18:36:41.421Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/270)
19842026-04-10T18:36:41.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-04-10T18:36:41.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-04-10T18:36:41.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-04-10T18:36:41.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19882026-04-10T18:36:41.878Z
19892026-04-10T18:36:41.879Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/270)
19902026-04-10T18:36:42.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-04-10T18:36:42.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-04-10T18:36:42.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-04-10T18:36:42.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19942026-04-10T18:36:42.335Z
19952026-04-10T18:36:42.335Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/270)
19962026-04-10T18:36:42.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-04-10T18:36:42.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-04-10T18:36:42.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-04-10T18:36:42.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20002026-04-10T18:36:42.793Z
20012026-04-10T18:36:42.793Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/270)
20022026-04-10T18:36:43.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-04-10T18:36:43.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-04-10T18:36:43.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-04-10T18:36:43.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20062026-04-10T18:36:43.252Z
20072026-04-10T18:36:43.252Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/270)
20082026-04-10T18:36:43.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-04-10T18:36:43.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-04-10T18:36:43.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-04-10T18:36:43.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20122026-04-10T18:36:43.711Z
20132026-04-10T18:36:43.711Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/270)
20142026-04-10T18:36:44.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-04-10T18:36:44.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-04-10T18:36:44.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-04-10T18:36:44.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20182026-04-10T18:36:44.177Z
20192026-04-10T18:36:44.177Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/270)
20202026-04-10T18:36:44.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-04-10T18:36:44.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-04-10T18:36:44.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-04-10T18:36:44.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20242026-04-10T18:36:44.638Z
20252026-04-10T18:36:44.638Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/270)
20262026-04-10T18:36:45.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-04-10T18:36:45.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-04-10T18:36:45.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-04-10T18:36:45.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20302026-04-10T18:36:45.095Z
20312026-04-10T18:36:45.095Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/270)
20322026-04-10T18:36:45.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-04-10T18:36:45.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-04-10T18:36:45.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-04-10T18:36:45.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20362026-04-10T18:36:45.560Z
20372026-04-10T18:36:45.560Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/270)
20382026-04-10T18:36:45.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-04-10T18:36:45.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-04-10T18:36:45.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-04-10T18:36:45.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20422026-04-10T18:36:46.025Z
20432026-04-10T18:36:46.025Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/270)
20442026-04-10T18:36:46.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-04-10T18:36:46.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-04-10T18:36:46.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-04-10T18:36:46.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20482026-04-10T18:36:46.493Z
20492026-04-10T18:36:46.494Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/270)
20502026-04-10T18:36:46.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-04-10T18:36:46.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-04-10T18:36:46.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-04-10T18:36:46.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20542026-04-10T18:36:46.960Z
20552026-04-10T18:36:46.960Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/270)
20562026-04-10T18:36:47.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-04-10T18:36:47.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-04-10T18:36:47.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-04-10T18:36:47.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20602026-04-10T18:36:47.424Z
20612026-04-10T18:36:47.424Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/270)
20622026-04-10T18:36:47.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-04-10T18:36:47.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-04-10T18:36:47.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-04-10T18:36:47.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20662026-04-10T18:36:47.884Z
20672026-04-10T18:36:47.884Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/270)
20682026-04-10T18:36:48.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-04-10T18:36:48.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-04-10T18:36:48.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-04-10T18:36:48.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20722026-04-10T18:36:48.349Z
20732026-04-10T18:36:48.349Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/270)
20742026-04-10T18:36:48.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-04-10T18:36:48.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-04-10T18:36:48.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-04-10T18:36:48.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20782026-04-10T18:36:48.818Z
20792026-04-10T18:36:48.818Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/270)
20802026-04-10T18:36:49.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-04-10T18:36:49.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-04-10T18:36:49.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-04-10T18:36:49.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20842026-04-10T18:36:49.288Z
20852026-04-10T18:36:49.288Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/270)
20862026-04-10T18:36:49.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-04-10T18:36:49.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-04-10T18:36:49.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-04-10T18:36:49.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20902026-04-10T18:36:49.759Z
20912026-04-10T18:36:49.759Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/270)
20922026-04-10T18:36:50.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-04-10T18:36:50.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-04-10T18:36:50.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-04-10T18:36:50.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20962026-04-10T18:36:50.225Z
20972026-04-10T18:36:50.225Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/270)
20982026-04-10T18:36:50.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-04-10T18:36:50.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-04-10T18:36:50.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-04-10T18:36:50.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21022026-04-10T18:36:50.696Z
21032026-04-10T18:36:50.696Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/270)
21042026-04-10T18:36:51.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-04-10T18:36:51.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-04-10T18:36:51.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-04-10T18:36:51.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21082026-04-10T18:36:51.354Z
21092026-04-10T18:36:51.354Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/270)
21102026-04-10T18:36:51.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-04-10T18:36:51.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-04-10T18:36:51.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-04-10T18:36:51.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21142026-04-10T18:36:51.964Z
21152026-04-10T18:36:51.964Zinfo: running `cargo check --bins` on nexus-config (51/270)
21162026-04-10T18:36:52.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-04-10T18:36:52.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-04-10T18:36:52.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-04-10T18:36:52.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21202026-04-10T18:36:52.593Z
21212026-04-10T18:36:52.593Zinfo: running `cargo check --bins` on nexus-types (52/270)
21222026-04-10T18:36:53.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-04-10T18:36:53.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-04-10T18:36:53.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-04-10T18:36:53.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21262026-04-10T18:36:53.224Z
21272026-04-10T18:36:53.224Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/270)
21282026-04-10T18:36:53.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-04-10T18:36:53.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-04-10T18:36:53.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-04-10T18:36:53.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21322026-04-10T18:36:53.815Z
21332026-04-10T18:36:53.815Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/270)
21342026-04-10T18:36:54.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-04-10T18:36:54.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-04-10T18:36:54.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-04-10T18:36:54.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21382026-04-10T18:36:54.412Z
21392026-04-10T18:36:54.412Zinfo: running `cargo check --bins` on cockroach-admin-types (55/270)
21402026-04-10T18:36:54.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-04-10T18:36:54.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-04-10T18:36:54.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-04-10T18:36:54.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21442026-04-10T18:36:54.989Z
21452026-04-10T18:36:54.989Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/270)
21462026-04-10T18:36:55.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-04-10T18:36:55.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-04-10T18:36:55.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-04-10T18:36:55.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21502026-04-10T18:36:55.568Z
21512026-04-10T18:36:55.568Zinfo: running `cargo check --bins` on ereport-types (57/270)
21522026-04-10T18:36:56.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-04-10T18:36:56.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-04-10T18:36:56.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-04-10T18:36:56.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21562026-04-10T18:36:56.154Z
21572026-04-10T18:36:56.154Zinfo: running `cargo check --bins` on gateway-client (58/270)
21582026-04-10T18:36:56.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-04-10T18:36:56.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-04-10T18:36:56.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-04-10T18:36:56.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21622026-04-10T18:36:56.741Z
21632026-04-10T18:36:56.741Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/270)
21642026-04-10T18:36:57.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-04-10T18:36:57.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-04-10T18:36:57.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-04-10T18:36:57.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21682026-04-10T18:36:57.324Z
21692026-04-10T18:36:57.324Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/270)
21702026-04-10T18:36:57.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-04-10T18:36:57.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-04-10T18:36:57.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-04-10T18:36:57.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21742026-04-10T18:36:57.911Z
21752026-04-10T18:36:57.911Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/270)
21762026-04-10T18:36:58.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-04-10T18:36:58.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-04-10T18:36:58.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-04-10T18:36:58.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21802026-04-10T18:36:58.502Z
21812026-04-10T18:36:58.502Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/270)
21822026-04-10T18:36:58.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-04-10T18:36:59.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-04-10T18:36:59.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-04-10T18:36:59.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21862026-04-10T18:36:59.093Z
21872026-04-10T18:36:59.093Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/270)
21882026-04-10T18:36:59.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-04-10T18:36:59.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-04-10T18:36:59.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-04-10T18:36:59.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21922026-04-10T18:36:59.701Z
21932026-04-10T18:36:59.701Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/270)
21942026-04-10T18:37:00.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-04-10T18:37:00.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-04-10T18:37:00.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-04-10T18:37:00.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21982026-04-10T18:37:00.302Z
21992026-04-10T18:37:00.302Zinfo: running `cargo check --bins` on key-manager-types (65/270)
22002026-04-10T18:37:00.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-04-10T18:37:00.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-04-10T18:37:00.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-04-10T18:37:00.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22042026-04-10T18:37:00.875Z
22052026-04-10T18:37:00.875Zinfo: running `cargo check --bins` on oxlog (66/270)
22062026-04-10T18:37:01.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-04-10T18:37:01.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-04-10T18:37:01.506Z Checking cfg-if v1.0.4
22092026-04-10T18:37:01.513Z Checking libc v0.2.180
22102026-04-10T18:37:01.513Z Checking serde_core v1.0.228
22112026-04-10T18:37:01.591Z Checking zeroize v1.8.2
22122026-04-10T18:37:01.599Z Checking memchr v2.8.0
22132026-04-10T18:37:01.606Z Checking log v0.4.29
22142026-04-10T18:37:01.615Z Checking smallvec v1.15.1
22152026-04-10T18:37:01.625Z Checking typenum v1.19.0
22162026-04-10T18:37:01.635Z Checking subtle v2.6.1
22172026-04-10T18:37:01.728Z Checking itoa v1.0.17
22182026-04-10T18:37:01.761Z Checking scopeguard v1.2.0
22192026-04-10T18:37:01.778Z Checking stable_deref_trait v1.2.1
22202026-04-10T18:37:01.789Z Checking const-oid v0.9.6
22212026-04-10T18:37:01.850Z Checking portable-atomic v1.13.1
22222026-04-10T18:37:01.863Z Checking lock_api v0.4.14
22232026-04-10T18:37:01.863Z Checking zerofrom v0.1.6
22242026-04-10T18:37:01.969Z Checking critical-section v1.2.0
22252026-04-10T18:37:01.981Z Checking getrandom v0.2.17
22262026-04-10T18:37:01.981Z Checking errno v0.3.14
22272026-04-10T18:37:02.054Z Checking yoke v0.8.1
22282026-04-10T18:37:02.068Z Checking parking_lot_core v0.9.12
22292026-04-10T18:37:02.098Z Checking signal-hook-registry v1.4.8
22302026-04-10T18:37:02.120Z Checking rand_core v0.6.4
22312026-04-10T18:37:02.141Z Checking generic-array v0.14.7
22322026-04-10T18:37:02.214Z Checking zerovec v0.11.5
22332026-04-10T18:37:02.236Z Checking once_cell v1.21.3
22342026-04-10T18:37:02.248Z Checking zerocopy v0.8.40
22352026-04-10T18:37:02.259Z Checking pin-project-lite v0.2.17
22362026-04-10T18:37:02.292Z Checking parking_lot v0.12.5
22372026-04-10T18:37:02.342Z Checking mio v1.1.1
22382026-04-10T18:37:02.405Z Checking socket2 v0.6.2
22392026-04-10T18:37:02.442Z Checking libm v0.2.16
22402026-04-10T18:37:02.473Z Checking zmij v1.0.21
22412026-04-10T18:37:02.571Z Checking crypto-common v0.1.7
22422026-04-10T18:37:02.612Z Checking block-buffer v0.10.4
22432026-04-10T18:37:02.631Z Checking tinystr v0.8.2
22442026-04-10T18:37:02.644Z Checking futures-core v0.3.32
22452026-04-10T18:37:02.675Z Checking litemap v0.8.1
22462026-04-10T18:37:02.688Z Checking percent-encoding v2.3.2
22472026-04-10T18:37:02.746Z Checking digest v0.10.7
22482026-04-10T18:37:02.759Z Checking writeable v0.6.2
22492026-04-10T18:37:02.801Z Checking equivalent v1.0.2
22502026-04-10T18:37:02.820Z Checking allocator-api2 v0.2.21
22512026-04-10T18:37:02.840Z Checking potential_utf v0.1.4
22522026-04-10T18:37:02.882Z Checking zerotrie v0.2.3
22532026-04-10T18:37:02.908Z Checking icu_locale_core v2.1.1
22542026-04-10T18:37:02.932Z Checking cpufeatures v0.2.17
22552026-04-10T18:37:02.961Z Checking foldhash v0.2.0
22562026-04-10T18:37:03.002Z Checking icu_collections v2.1.1
22572026-04-10T18:37:03.039Z Checking serde v1.0.228
22582026-04-10T18:37:03.094Z Checking bitflags v2.11.0
22592026-04-10T18:37:03.112Z Checking serde_json v1.0.149
22602026-04-10T18:37:03.124Z Checking hashbrown v0.16.1
22612026-04-10T18:37:03.136Z Checking num-traits v0.2.19
22622026-04-10T18:37:03.257Z Checking hmac v0.12.1
22632026-04-10T18:37:03.335Z Checking block-padding v0.3.3
22642026-04-10T18:37:03.392Z Checking getrandom v0.3.4
22652026-04-10T18:37:03.436Z Checking bytes v1.11.1
22662026-04-10T18:37:03.455Z Checking icu_provider v2.1.1
22672026-04-10T18:37:03.467Z Checking icu_normalizer_data v2.1.1
22682026-04-10T18:37:03.534Z Checking icu_properties_data v2.1.2
22692026-04-10T18:37:03.546Z Checking futures-sink v0.3.32
22702026-04-10T18:37:03.612Z Checking indexmap v2.13.0
22712026-04-10T18:37:03.638Z Checking futures-channel v0.3.32
22722026-04-10T18:37:03.651Z Checking inout v0.1.4
22732026-04-10T18:37:03.664Z Checking futures-task v0.3.32
22742026-04-10T18:37:03.681Z Checking icu_normalizer v2.1.1
22752026-04-10T18:37:03.760Z Checking icu_properties v2.1.2
22762026-04-10T18:37:03.781Z Checking futures-io v0.3.32
22772026-04-10T18:37:03.793Z Checking slab v0.4.12
22782026-04-10T18:37:03.823Z Checking cipher v0.4.4
22792026-04-10T18:37:03.865Z Checking tokio v1.50.0
22802026-04-10T18:37:03.889Z Checking sha2 v0.10.9
22812026-04-10T18:37:03.944Z Checking futures-util v0.3.32
22822026-04-10T18:37:03.979Z Checking byteorder v1.5.0
22832026-04-10T18:37:04.027Z Checking base64ct v1.8.3
22842026-04-10T18:37:04.152Z Checking utf8_iter v1.0.4
22852026-04-10T18:37:04.166Z Checking form_urlencoded v1.2.2
22862026-04-10T18:37:04.262Z Checking flagset v0.4.7
22872026-04-10T18:37:04.262Z Checking pem-rfc7468 v0.7.0
22882026-04-10T18:37:04.270Z Checking fnv v1.0.7
22892026-04-10T18:37:04.288Z Checking rand_core v0.10.0
22902026-04-10T18:37:04.300Z Checking rand_core v0.9.5
22912026-04-10T18:37:04.361Z Checking salsa20 v0.10.2
22922026-04-10T18:37:04.404Z Checking der v0.7.10
22932026-04-10T18:37:04.428Z Checking getrandom v0.4.1
22942026-04-10T18:37:04.471Z Checking http v1.4.0
22952026-04-10T18:37:04.490Z Checking pbkdf2 v0.12.2
22962026-04-10T18:37:04.584Z Checking idna_adapter v1.2.1
22972026-04-10T18:37:04.596Z Checking uuid v1.23.0
22982026-04-10T18:37:04.610Z Checking scrypt v0.11.0
22992026-04-10T18:37:04.699Z Checking idna v1.1.0
23002026-04-10T18:37:04.743Z Checking cbc v0.1.2
23012026-04-10T18:37:04.869Z Checking aes v0.8.4
23022026-04-10T18:37:04.888Z Checking rustix v1.1.3
23032026-04-10T18:37:04.935Z Checking url v2.5.8
23042026-04-10T18:37:05.003Z Checking ppv-lite86 v0.2.21
23052026-04-10T18:37:05.032Z Checking tracing-core v0.1.36
23062026-04-10T18:37:05.131Z Checking spki v0.7.3
23072026-04-10T18:37:05.248Z Checking rustls-pki-types v1.14.0
23082026-04-10T18:37:05.289Z Checking rand_chacha v0.9.0
23092026-04-10T18:37:05.302Z Checking iana-time-zone v0.1.65
23102026-04-10T18:37:05.328Z Checking regex-syntax v0.8.10
23112026-04-10T18:37:05.363Z Checking tracing v0.1.44
23122026-04-10T18:37:05.401Z Checking chrono v0.4.44
23132026-04-10T18:37:05.482Z Checking rand v0.9.2
23142026-04-10T18:37:05.530Z Checking pkcs5 v0.7.1
23152026-04-10T18:37:05.562Z Checking http-body v1.0.1
23162026-04-10T18:37:05.701Z Checking aws-lc-sys v0.37.1
23172026-04-10T18:37:05.716Z Checking untrusted v0.7.1
23182026-04-10T18:37:05.806Z Checking openssl-probe v0.2.1
23192026-04-10T18:37:05.825Z Checking untrusted v0.9.0
23202026-04-10T18:37:05.849Z Checking base64 v0.22.1
23212026-04-10T18:37:05.913Z Checking pkcs8 v0.10.2
23222026-04-10T18:37:05.934Z Checking ring v0.17.14
23232026-04-10T18:37:05.961Z Checking tinyvec_macros v0.1.1
23242026-04-10T18:37:06.030Z Checking tower-layer v0.3.3
23252026-04-10T18:37:06.090Z Checking tower-service v0.3.3
23262026-04-10T18:37:06.094Z Checking plain v0.2.3
23272026-04-10T18:37:06.175Z Checking atomic-waker v1.1.2
23282026-04-10T18:37:06.188Z Checking try-lock v0.2.5
23292026-04-10T18:37:06.203Z Checking tinyvec v1.10.0
23302026-04-10T18:37:06.216Z Checking aws-lc-rs v1.16.0
23312026-04-10T18:37:06.273Z Checking ipnet v2.11.0
23322026-04-10T18:37:06.283Z Checking want v0.3.1
23332026-04-10T18:37:06.295Z Checking httparse v1.10.1
23342026-04-10T18:37:06.401Z Checking semver v1.0.27
23352026-04-10T18:37:06.495Z Checking spin v0.9.8
23362026-04-10T18:37:06.508Z Checking dyn-clone v1.0.20
23372026-04-10T18:37:06.522Z Checking fastrand v2.3.0
23382026-04-10T18:37:06.605Z Checking ucd-trie v0.1.7
23392026-04-10T18:37:06.619Z Checking foreign-types-shared v0.1.1
23402026-04-10T18:37:06.646Z Checking pin-utils v0.1.0
23412026-04-10T18:37:06.670Z Checking unicode-ident v1.0.24
23422026-04-10T18:37:06.692Z Checking httpdate v1.0.3
23432026-04-10T18:37:06.704Z Checking tempfile v3.25.0
23442026-04-10T18:37:06.715Z Checking foreign-types v0.3.2
23452026-04-10T18:37:06.733Z Checking pest v2.8.6
23462026-04-10T18:37:06.772Z Checking proc-macro2 v1.0.106
23472026-04-10T18:37:06.785Z Checking schemars v0.8.22
23482026-04-10T18:37:06.834Z Checking openssl-sys v0.9.111
23492026-04-10T18:37:06.889Z Checking thiserror v2.0.18
23502026-04-10T18:37:06.927Z Checking wait-timeout v0.2.1
23512026-04-10T18:37:06.989Z Checking socket2 v0.5.10
23522026-04-10T18:37:07.048Z Checking aho-corasick v1.1.4
23532026-04-10T18:37:07.059Z Checking rustls-webpki v0.103.9
23542026-04-10T18:37:07.076Z Checking tokio-util v0.7.18
23552026-04-10T18:37:07.090Z Checking anstyle v1.0.13
23562026-04-10T18:37:07.228Z Checking quick-error v1.2.3
23572026-04-10T18:37:07.268Z Checking utf8parse v0.2.2
23582026-04-10T18:37:07.315Z Checking simd-adler32 v0.3.8
23592026-04-10T18:37:07.329Z Checking powerfmt v0.2.0
23602026-04-10T18:37:07.368Z Checking pretty-hex v0.4.1
23612026-04-10T18:37:07.441Z Checking siphasher v1.0.2
23622026-04-10T18:37:07.474Z Checking rustls v0.23.37
23632026-04-10T18:37:07.483Z Checking bit-vec v0.8.0
23642026-04-10T18:37:07.496Z Checking deranged v0.5.8
23652026-04-10T18:37:07.499Z Checking anstyle-parse v0.2.7
23662026-04-10T18:37:07.610Z Checking rusty-fork v0.3.1
23672026-04-10T18:37:07.653Z Checking openssl v0.10.75
23682026-04-10T18:37:07.671Z Checking bit-set v0.8.0
23692026-04-10T18:37:07.681Z Checking h2 v0.4.13
23702026-04-10T18:37:07.719Z Checking regex-automata v0.4.14
23712026-04-10T18:37:07.762Z Checking quote v1.0.44
23722026-04-10T18:37:07.791Z Compiling newtype-uuid v1.3.2
23732026-04-10T18:37:07.809Z Checking unicode-normalization v0.1.25
23742026-04-10T18:37:07.921Z Checking rustls-native-certs v0.8.3
23752026-04-10T18:37:07.969Z Checking crossbeam-utils v0.8.21
23762026-04-10T18:37:08.048Z Checking rand_xorshift v0.4.0
23772026-04-10T18:37:08.169Z Checking crc32fast v1.5.0
23782026-04-10T18:37:08.202Z Checking scroll v0.13.0
23792026-04-10T18:37:08.299Z Checking signature v2.2.0
23802026-04-10T18:37:08.311Z Checking sync_wrapper v1.0.2
23812026-04-10T18:37:08.410Z Checking anstyle-query v1.1.5
23822026-04-10T18:37:08.423Z Checking is_terminal_polyfill v1.70.2
23832026-04-10T18:37:08.435Z Checking adler2 v2.0.1
23842026-04-10T18:37:08.437Z Checking num-conv v0.2.0
23852026-04-10T18:37:08.499Z Checking unicode-bidi v0.3.18
23862026-04-10T18:37:08.512Z Checking colorchoice v1.0.4
23872026-04-10T18:37:08.536Z Checking unarray v0.1.4
23882026-04-10T18:37:08.553Z Checking num_threads v0.1.7
23892026-04-10T18:37:08.606Z Checking time-core v0.1.8
23902026-04-10T18:37:08.633Z Checking unicode-properties v0.1.4
23912026-04-10T18:37:08.646Z Checking proptest v1.10.0
23922026-04-10T18:37:08.744Z Checking time v0.3.47
23932026-04-10T18:37:08.785Z Checking anstream v0.6.21
23942026-04-10T18:37:08.817Z Checking stringprep v0.1.5
23952026-04-10T18:37:08.969Z Checking miniz_oxide v0.8.9
23962026-04-10T18:37:08.982Z Checking goblin v0.10.5
23972026-04-10T18:37:09.308Z Checking tower v0.5.3
23982026-04-10T18:37:09.516Z Checking crossbeam-epoch v0.9.18
23992026-04-10T18:37:09.582Z Checking native-tls v0.2.18
24002026-04-10T18:37:09.697Z Checking syn v2.0.117
24012026-04-10T18:37:09.736Z Compiling daft v0.1.5
24022026-04-10T18:37:09.757Z Checking ipnetwork v0.21.1
24032026-04-10T18:37:09.806Z Checking tokio-rustls v0.26.4
24042026-04-10T18:37:09.869Z Checking http-body-util v0.1.3
24052026-04-10T18:37:09.966Z Checking webpki-roots v1.0.6
24062026-04-10T18:37:10.007Z Checking rand_chacha v0.3.1
24072026-04-10T18:37:10.033Z Checking thiserror v1.0.69
24082026-04-10T18:37:10.082Z Checking scroll v0.12.0
24092026-04-10T18:37:10.094Z Checking zstd-sys v2.0.16+zstd.1.5.7
24102026-04-10T18:37:10.127Z Checking hash32 v0.2.1
24112026-04-10T18:37:10.201Z Checking num-integer v0.1.46
24122026-04-10T18:37:10.215Z Checking serde_spanned v0.6.9
24132026-04-10T18:37:10.282Z Checking toml_datetime v0.6.11
24142026-04-10T18:37:10.306Z Checking md-5 v0.10.6
24152026-04-10T18:37:10.337Z Checking ff v0.13.1
24162026-04-10T18:37:10.362Z Checking hyper v1.8.1
24172026-04-10T18:37:10.415Z Checking base16ct v0.2.0
24182026-04-10T18:37:10.428Z Checking zlib-rs v0.6.2
24192026-04-10T18:37:10.438Z Checking iri-string v0.7.10
24202026-04-10T18:37:10.458Z Checking ryu v1.0.23
24212026-04-10T18:37:10.458Z Checking psl-types v2.0.11
24222026-04-10T18:37:10.534Z Checking fallible-iterator v0.2.0
24232026-04-10T18:37:10.584Z Checking publicsuffix v2.3.0
24242026-04-10T18:37:10.597Z Checking serde_urlencoded v0.7.1
24252026-04-10T18:37:10.764Z Checking sec1 v0.7.3
24262026-04-10T18:37:10.799Z Compiling iddqd v0.3.17
24272026-04-10T18:37:10.812Z Checking postgres-protocol v0.6.10
24282026-04-10T18:37:10.971Z Checking group v0.13.0
24292026-04-10T18:37:11.116Z Checking num-iter v0.1.45
24302026-04-10T18:37:11.229Z Checking goblin v0.8.2
24312026-04-10T18:37:11.276Z Checking hyper-util v0.1.20
24322026-04-10T18:37:11.288Z Checking heapless v0.7.17
24332026-04-10T18:37:11.316Z Checking dof v0.4.0
24342026-04-10T18:37:11.328Z Checking flate2 v1.1.9
24352026-04-10T18:37:11.462Z Checking tower-http v0.6.8
24362026-04-10T18:37:11.616Z Checking rand v0.8.5
24372026-04-10T18:37:11.684Z Checking zstd-safe v7.2.4
24382026-04-10T18:37:11.736Z Checking oxnet v0.1.4
24392026-04-10T18:37:11.849Z Checking cookie v0.18.1
24402026-04-10T18:37:11.919Z Checking tokio-native-tls v0.3.1
24412026-04-10T18:37:11.941Z Checking dtrace-parser v0.3.0
24422026-04-10T18:37:11.971Z Checking phf_shared v0.13.1
24432026-04-10T18:37:11.983Z Checking lazy_static v1.5.0
24442026-04-10T18:37:12.112Z Checking zerocopy v0.7.35
24452026-04-10T18:37:12.116Z Checking terminal_size v0.4.3
24462026-04-10T18:37:12.116Z Checking bzip2-sys v0.1.13+1.0.8
24472026-04-10T18:37:12.120Z Checking signal-hook v0.3.18
24482026-04-10T18:37:12.163Z Checking hkdf v0.12.4
24492026-04-10T18:37:12.166Z Checking crypto-bigint v0.5.5
24502026-04-10T18:37:12.188Z Checking thread-id v5.1.0
24512026-04-10T18:37:12.198Z Checking libbz2-rs-sys v0.2.2
24522026-04-10T18:37:12.263Z Checking strsim v0.11.1
24532026-04-10T18:37:12.295Z Compiling rayon-core v1.13.0
24542026-04-10T18:37:12.307Z Checking bumpalo v3.20.2
24552026-04-10T18:37:12.421Z Checking winnow v0.7.14
24562026-04-10T18:37:12.469Z Checking winnow v0.5.40
24572026-04-10T18:37:12.501Z Checking bitflags v1.3.2
24582026-04-10T18:37:12.517Z Checking hyper-rustls v0.27.7
24592026-04-10T18:37:12.552Z Checking foldhash v0.1.5
24602026-04-10T18:37:12.570Z Checking either v1.15.0
24612026-04-10T18:37:12.582Z Checking managed v0.8.0
24622026-04-10T18:37:12.680Z Checking clap_lex v1.0.0
24632026-04-10T18:37:12.722Z Checking hashbrown v0.15.5
24642026-04-10T18:37:12.752Z Checking bzip2 v0.6.1
24652026-04-10T18:37:12.763Z Checking smoltcp v0.9.1
24662026-04-10T18:37:12.826Z Checking clap_builder v4.5.60
24672026-04-10T18:37:12.909Z Checking hyper-tls v0.6.0
24682026-04-10T18:37:13.065Z Checking elliptic-curve v0.13.8
24692026-04-10T18:37:13.077Z Checking zopfli v0.8.3
24702026-04-10T18:37:13.108Z Checking dof v0.3.0
24712026-04-10T18:37:13.189Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24722026-04-10T18:37:13.338Z Checking signal-hook-mio v0.2.5
24732026-04-10T18:37:13.363Z Checking usdt-impl v0.6.0
24742026-04-10T18:37:13.377Z Checking bzip2 v0.4.4
24752026-04-10T18:37:13.391Z Checking phf v0.13.1
24762026-04-10T18:37:13.394Z Checking num-bigint-dig v0.8.6
24772026-04-10T18:37:13.434Z Checking cookie_store v0.22.1
24782026-04-10T18:37:13.554Z Checking zstd v0.13.3
24792026-04-10T18:37:13.588Z Checking postgres-types v0.2.12
24802026-04-10T18:37:13.601Z Checking toml_edit v0.19.15
24812026-04-10T18:37:13.638Z Checking dtrace-parser v0.2.0
24822026-04-10T18:37:13.731Z Checking rustls-platform-verifier v0.6.2
24832026-04-10T18:37:13.763Z Checking crossbeam-deque v0.8.6
24842026-04-10T18:37:13.776Z Checking bstr v1.12.1
24852026-04-10T18:37:13.865Z Checking regex v1.12.3
24862026-04-10T18:37:13.887Z Checking ed25519 v2.2.3
24872026-04-10T18:37:13.893Z Checking phf_shared v0.11.3
24882026-04-10T18:37:13.938Z Checking ref-cast v1.0.25
24892026-04-10T18:37:14.028Z Checking curve25519-dalek v4.1.3
24902026-04-10T18:37:14.040Z Checking strum v0.27.2
24912026-04-10T18:37:14.043Z Checking hubpack v0.1.2
24922026-04-10T18:37:14.062Z Checking memoffset v0.9.1
24932026-04-10T18:37:14.137Z Checking rustix v0.38.44
24942026-04-10T18:37:14.148Z Checking pkcs1 v0.7.5
24952026-04-10T18:37:14.159Z Checking float-cmp v0.10.0
24962026-04-10T18:37:14.163Z Checking serde-big-array v0.5.1
24972026-04-10T18:37:14.189Z Checking erased-serde v0.3.31
24982026-04-10T18:37:14.201Z Checking hex v0.4.3
24992026-04-10T18:37:14.283Z Checking rfc6979 v0.4.0
25002026-04-10T18:37:14.299Z Checking memmap2 v0.9.10
25012026-04-10T18:37:14.349Z Checking thread-id v4.2.2
25022026-04-10T18:37:14.396Z Checking env_filter v1.0.0
25032026-04-10T18:37:14.419Z Checking encoding_rs v0.8.35
25042026-04-10T18:37:14.430Z Checking predicates-core v1.0.10
25052026-04-10T18:37:14.452Z Checking normalize-line-endings v0.3.0
25062026-04-10T18:37:14.534Z Checking unicode-segmentation v1.12.0
25072026-04-10T18:37:14.547Z Checking whoami v2.1.0
25082026-04-10T18:37:14.550Z Checking data-encoding v2.10.0
25092026-04-10T18:37:14.569Z Checking jiff v0.2.21
25102026-04-10T18:37:14.622Z Checking precomputed-hash v0.1.1
25112026-04-10T18:37:14.706Z Checking toml_write v0.1.2
25122026-04-10T18:37:14.734Z Checking fixedbitset v0.4.2
25132026-04-10T18:37:14.793Z Checking static_assertions v1.1.0
25142026-04-10T18:37:14.818Z Checking new_debug_unreachable v1.0.6
25152026-04-10T18:37:14.841Z Checking mime v0.3.17
25162026-04-10T18:37:14.861Z Checking difflib v0.4.0
25172026-04-10T18:37:14.873Z Checking rustc-hash v2.1.1
25182026-04-10T18:37:14.885Z Checking fixedbitset v0.5.7
25192026-04-10T18:37:14.885Z Checking keccak v0.1.6
25202026-04-10T18:37:14.926Z Checking crossterm v0.28.1
25212026-04-10T18:37:15.008Z Checking string_cache v0.8.9
25222026-04-10T18:37:15.034Z Checking predicates v3.1.4
25232026-04-10T18:37:15.046Z Checking sha3 v0.10.8
25242026-04-10T18:37:15.088Z Checking petgraph v0.8.3
25252026-04-10T18:37:15.174Z Checking petgraph v0.6.5
25262026-04-10T18:37:15.241Z Checking toml_edit v0.22.27
25272026-04-10T18:37:15.328Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
25282026-04-10T18:37:15.374Z Checking reqwest v0.12.28
25292026-04-10T18:37:15.622Z Checking similar v2.7.0
25302026-04-10T18:37:15.835Z Checking hickory-proto v0.25.2
25312026-04-10T18:37:16.014Z Checking ed25519-dalek v2.2.0
25322026-04-10T18:37:16.213Z Checking tokio-postgres v0.7.16
25332026-04-10T18:37:16.248Z Checking toml v0.7.8
25342026-04-10T18:37:16.345Z Checking slog v2.8.2
25352026-04-10T18:37:16.418Z Checking env_logger v0.11.9
25362026-04-10T18:37:16.559Z Checking usdt v0.6.0
25372026-04-10T18:37:16.601Z Checking usdt-impl v0.5.0
25382026-04-10T18:37:16.614Z Checking serde_with v3.17.0
25392026-04-10T18:37:16.635Z Checking ecdsa v0.16.9
25402026-04-10T18:37:16.750Z Checking rsa v0.9.10
25412026-04-10T18:37:16.799Z Checking zip v4.6.1
25422026-04-10T18:37:16.871Z Checking nix v0.31.1
25432026-04-10T18:37:16.968Z Checking clap v4.5.60
25442026-04-10T18:37:17.189Z Checking reqwest v0.13.2
25452026-04-10T18:37:17.370Z Checking toml_parser v1.0.9+spec-1.1.0
25462026-04-10T18:37:17.373Z Checking zip v0.6.6
25472026-04-10T18:37:17.472Z Checking itertools v0.13.0
25482026-04-10T18:37:17.555Z Checking strum v0.26.3
25492026-04-10T18:37:17.670Z Checking fs-err v3.3.0
25502026-04-10T18:37:17.696Z Checking ahash v0.8.12
25512026-04-10T18:37:17.708Z Checking object v0.37.3
25522026-04-10T18:37:17.855Z Checking tokio-stream v0.1.18
25532026-04-10T18:37:17.886Z Checking buf-list v1.1.2
25542026-04-10T18:37:17.962Z Checking camino v1.2.2
25552026-04-10T18:37:17.999Z Checking anyhow v1.0.102
25562026-04-10T18:37:18.014Z Checking x509-cert v0.2.5
25572026-04-10T18:37:18.066Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
25582026-04-10T18:37:18.193Z Checking openapiv3 v2.2.0
25592026-04-10T18:37:18.210Z Checking toml_datetime v0.7.5+spec-1.1.0
25602026-04-10T18:37:18.237Z Checking sha1 v0.10.6
25612026-04-10T18:37:18.325Z Checking lalrpop-util v0.19.12
25622026-04-10T18:37:18.397Z Checking peg-runtime v0.8.5
25632026-04-10T18:37:18.408Z Checking rayon v1.11.0
25642026-04-10T18:37:18.484Z Checking sigpipe v0.1.3
25652026-04-10T18:37:18.499Z Checking glob v0.3.3
25662026-04-10T18:37:19.884Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25672026-04-10T18:37:20.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.27s
25682026-04-10T18:37:20.323Z
25692026-04-10T18:37:20.323Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (67/270)
25702026-04-10T18:37:20.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25712026-04-10T18:37:20.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25722026-04-10T18:37:20.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25732026-04-10T18:37:20.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25742026-04-10T18:37:20.925Z
25752026-04-10T18:37:20.925Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (68/270)
25762026-04-10T18:37:21.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25772026-04-10T18:37:21.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25782026-04-10T18:37:21.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25792026-04-10T18:37:21.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25802026-04-10T18:37:21.520Z
25812026-04-10T18:37:21.520Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (69/270)
25822026-04-10T18:37:22.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25832026-04-10T18:37:22.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25842026-04-10T18:37:22.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25852026-04-10T18:37:22.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25862026-04-10T18:37:22.109Z
25872026-04-10T18:37:22.109Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (70/270)
25882026-04-10T18:37:22.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25892026-04-10T18:37:22.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25902026-04-10T18:37:22.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25912026-04-10T18:37:22.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25922026-04-10T18:37:22.704Z
25932026-04-10T18:37:22.704Zinfo: running `cargo check --bins` on omicron-passwords (71/270)
25942026-04-10T18:37:23.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25952026-04-10T18:37:23.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25962026-04-10T18:37:23.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25972026-04-10T18:37:23.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25982026-04-10T18:37:23.280Z
25992026-04-10T18:37:23.280Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (72/270)
26002026-04-10T18:37:23.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26012026-04-10T18:37:23.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26022026-04-10T18:37:23.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26032026-04-10T18:37:23.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26042026-04-10T18:37:23.860Z
26052026-04-10T18:37:23.860Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (73/270)
26062026-04-10T18:37:24.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26072026-04-10T18:37:24.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26082026-04-10T18:37:24.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26092026-04-10T18:37:24.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26102026-04-10T18:37:24.435Z
26112026-04-10T18:37:24.436Zinfo: running `cargo check --bins --no-default-features` on gfss (74/270)
26122026-04-10T18:37:24.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26132026-04-10T18:37:24.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26142026-04-10T18:37:24.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26152026-04-10T18:37:24.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26162026-04-10T18:37:25.009Z
26172026-04-10T18:37:25.009Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (75/270)
26182026-04-10T18:37:25.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26192026-04-10T18:37:25.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26202026-04-10T18:37:25.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26212026-04-10T18:37:25.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26222026-04-10T18:37:25.593Z
26232026-04-10T18:37:25.593Zinfo: running `cargo check --bins` on internal-dns-types (76/270)
26242026-04-10T18:37:26.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26252026-04-10T18:37:26.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26262026-04-10T18:37:26.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26272026-04-10T18:37:26.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26282026-04-10T18:37:26.182Z
26292026-04-10T18:37:26.182Zinfo: running `cargo check --bins` on internal-dns-types-versions (77/270)
26302026-04-10T18:37:26.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26312026-04-10T18:37:26.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26322026-04-10T18:37:26.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26332026-04-10T18:37:26.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26342026-04-10T18:37:26.778Z
26352026-04-10T18:37:26.778Zinfo: running `cargo check --bins` on nexus-types-versions (78/270)
26362026-04-10T18:37:27.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372026-04-10T18:37:27.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382026-04-10T18:37:27.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26392026-04-10T18:37:27.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26402026-04-10T18:37:27.397Z
26412026-04-10T18:37:27.397Zinfo: running `cargo check --bins` on oxql-types (79/270)
26422026-04-10T18:37:27.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432026-04-10T18:37:27.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442026-04-10T18:37:27.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452026-04-10T18:37:27.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26462026-04-10T18:37:27.993Z
26472026-04-10T18:37:27.993Zinfo: running `cargo check --bins` on oximeter-types (80/270)
26482026-04-10T18:37:28.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492026-04-10T18:37:28.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502026-04-10T18:37:28.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512026-04-10T18:37:28.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26522026-04-10T18:37:28.592Z
26532026-04-10T18:37:28.592Zinfo: running `cargo check --bins` on oximeter-types-versions (81/270)
26542026-04-10T18:37:29.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552026-04-10T18:37:29.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562026-04-10T18:37:29.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26572026-04-10T18:37:29.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26582026-04-10T18:37:29.188Z
26592026-04-10T18:37:29.188Zinfo: running `cargo check --bins` on oximeter-macro-impl (82/270)
26602026-04-10T18:37:30.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612026-04-10T18:37:30.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622026-04-10T18:37:30.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26632026-04-10T18:37:30.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26642026-04-10T18:37:30.683Z
26652026-04-10T18:37:30.684Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/270)
26662026-04-10T18:37:30.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672026-04-10T18:37:30.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682026-04-10T18:37:30.684Z Compiling structmeta-derive v0.3.0
26692026-04-10T18:37:30.684Z Compiling rustls v0.22.4
26702026-04-10T18:37:30.684Z Compiling multer v3.1.0
26712026-04-10T18:37:30.684Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26722026-04-10T18:37:30.684Z Compiling async-stream-impl v0.3.6
26732026-04-10T18:37:30.684Z Compiling dropshot v0.16.7
26742026-04-10T18:37:30.684Z Compiling dropshot_endpoint v0.16.7
26752026-04-10T18:37:30.684Z Compiling newtype-uuid-macros v0.1.0
26762026-04-10T18:37:30.744Z Checking newtype-uuid v1.3.2
26772026-04-10T18:37:30.805Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26782026-04-10T18:37:30.863Z Checking rustls-webpki v0.102.8
26792026-04-10T18:37:30.944Z Checking daft v0.1.5
26802026-04-10T18:37:30.967Z Checking futures-executor v0.3.32
26812026-04-10T18:37:31.176Z Checking thread_local v1.1.9
26822026-04-10T18:37:31.191Z Checking match_cfg v0.1.0
26832026-04-10T18:37:31.255Z Checking hostname v0.3.1
26842026-04-10T18:37:31.337Z Checking iddqd v0.3.17
26852026-04-10T18:37:31.351Z Checking futures v0.3.32
26862026-04-10T18:37:31.390Z Checking crossbeam-channel v0.5.15
26872026-04-10T18:37:31.423Z Checking slog-json v2.6.1
26882026-04-10T18:37:31.635Z Compiling structmeta v0.3.0
26892026-04-10T18:37:31.649Z Checking is-terminal v0.4.17
26902026-04-10T18:37:31.726Z Compiling serde_spanned v1.0.4
26912026-04-10T18:37:31.849Z Compiling derive-ex v0.1.8
26922026-04-10T18:37:31.866Z Compiling parse-display-derive v0.10.0
26932026-04-10T18:37:31.879Z Checking term v1.2.1
26942026-04-10T18:37:31.882Z Checking debug-ignore v1.0.5
26952026-04-10T18:37:31.986Z Checking take_mut v0.2.2
26962026-04-10T18:37:32.092Z Checking toml_writer v1.0.6+spec-1.1.0
26972026-04-10T18:37:32.198Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26982026-04-10T18:37:32.247Z Checking slog-term v2.9.2
26992026-04-10T18:37:32.272Z Checking toml v0.9.12+spec-1.1.0
27002026-04-10T18:37:32.407Z Checking slog-async v2.8.0
27012026-04-10T18:37:32.505Z Compiling slog-bunyan v2.5.0
27022026-04-10T18:37:32.645Z Checking async-stream v0.3.6
27032026-04-10T18:37:32.678Z Checking tokio-rustls v0.25.0
27042026-04-10T18:37:32.770Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27052026-04-10T18:37:32.865Z Checking progenitor-client v0.13.0
27062026-04-10T18:37:32.878Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27072026-04-10T18:37:33.019Z Checking backon v1.6.0
27082026-04-10T18:37:33.092Z Checking waitgroup v0.1.2
27092026-04-10T18:37:33.196Z Checking rustls-pemfile v2.2.0
27102026-04-10T18:37:33.523Z Compiling test-strategy v0.4.5
27112026-04-10T18:37:33.536Z Checking serde_path_to_error v0.1.20
27122026-04-10T18:37:33.559Z Checking hostname v0.4.2
27132026-04-10T18:37:33.602Z Checking instant v0.1.13
27142026-04-10T18:37:33.650Z Compiling prettyplease v0.2.37
27152026-04-10T18:37:33.718Z Compiling backoff v0.4.0
27162026-04-10T18:37:33.793Z Compiling parse-display v0.10.0
27172026-04-10T18:37:33.903Z Compiling progenitor-extras v0.1.1
27182026-04-10T18:37:34.029Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27192026-04-10T18:37:34.136Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27202026-04-10T18:37:34.285Z Checking progenitor-client v0.10.0
27212026-04-10T18:37:34.306Z Checking itertools v0.14.0
27222026-04-10T18:37:34.473Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27232026-04-10T18:37:34.912Z Checking regress v0.10.5
27242026-04-10T18:37:35.002Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27252026-04-10T18:37:35.378Z Checking macaddr v1.0.1
27262026-04-10T18:37:35.652Z Checking num-rational v0.4.2
27272026-04-10T18:37:35.824Z Compiling usdt-macro v0.5.0
27282026-04-10T18:37:35.944Z Compiling usdt-attr-macro v0.5.0
27292026-04-10T18:37:35.961Z Checking num-complex v0.4.6
27302026-04-10T18:37:36.292Z Checking memmap v0.7.0
27312026-04-10T18:37:36.305Z Checking num v0.4.3
27322026-04-10T18:37:36.332Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27332026-04-10T18:37:36.414Z Compiling float-ord v0.3.2
27342026-04-10T18:37:36.530Z Compiling toml v0.8.23
27352026-04-10T18:37:36.530Z Compiling minimal-lexical v0.2.1
27362026-04-10T18:37:36.568Z Checking linked-hash-map v0.5.6
27372026-04-10T18:37:36.741Z Checking usdt v0.5.0
27382026-04-10T18:37:36.847Z Compiling nom v7.1.3
27392026-04-10T18:37:36.909Z Checking lru-cache v0.1.2
27402026-04-10T18:37:37.496Z Checking hickory-proto v0.24.4
27412026-04-10T18:37:37.561Z Checking phf_shared v0.12.1
27422026-04-10T18:37:37.635Z Compiling slog-dtrace v0.3.0
27432026-04-10T18:37:37.706Z Checking heck v0.5.0
27442026-04-10T18:37:37.829Z Compiling convert_case v0.4.0
27452026-04-10T18:37:37.843Z Checking resolv-conf v0.7.6
27462026-04-10T18:37:38.026Z Compiling chrono-tz v0.10.4
27472026-04-10T18:37:38.135Z Compiling const_format_proc_macros v0.2.34
27482026-04-10T18:37:38.153Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27492026-04-10T18:37:38.203Z Compiling derive_more v0.99.20
27502026-04-10T18:37:38.284Z Checking phf v0.12.1
27512026-04-10T18:37:38.430Z Checking tokio-dtrace v0.1.1
27522026-04-10T18:37:38.617Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27532026-04-10T18:37:38.630Z Compiling derive-where v1.6.0
27542026-04-10T18:37:38.953Z Checking highway v1.3.0
27552026-04-10T18:37:39.182Z Checking const_format v0.2.35
27562026-04-10T18:37:39.218Z Checking oxide-tokio-rt v0.1.3
27572026-04-10T18:37:39.280Z Checking hickory-resolver v0.24.4
27582026-04-10T18:37:39.640Z Checking gethostname v0.5.0
27592026-04-10T18:37:39.733Z Checking bcs v0.1.6
27602026-04-10T18:37:39.936Z Compiling async-recursion v1.1.1
27612026-04-10T18:37:39.971Z Checking termtree v0.5.1
27622026-04-10T18:37:40.004Z Checking qorb v0.4.1
27632026-04-10T18:37:40.584Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27642026-04-10T18:37:40.659Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27652026-04-10T18:37:41.009Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27662026-04-10T18:37:42.312Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27672026-04-10T18:37:42.315Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27682026-04-10T18:37:44.118Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27692026-04-10T18:37:46.843Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27702026-04-10T18:37:48.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.15s
27712026-04-10T18:37:49.107Z
27722026-04-10T18:37:49.107Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/270)
27732026-04-10T18:37:49.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742026-04-10T18:37:49.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752026-04-10T18:37:49.785Z Compiling ar_archive_writer v0.5.1
27762026-04-10T18:37:49.895Z Compiling stacker v0.1.23
27772026-04-10T18:37:49.903Z Compiling cfg_aliases v0.1.1
27782026-04-10T18:37:49.909Z Compiling convert_case v0.10.0
27792026-04-10T18:37:49.914Z Checking unicode-width v0.1.14
27802026-04-10T18:37:49.923Z Compiling proc-macro-error v1.0.4
27812026-04-10T18:37:49.934Z Checking fd-lock v4.0.4
27822026-04-10T18:37:49.934Z Checking nibble_vec v0.1.0
27832026-04-10T18:37:49.961Z Compiling nix v0.28.0
27842026-04-10T18:37:50.046Z Checking vte v0.14.1
27852026-04-10T18:37:50.064Z Compiling recursive-proc-macro-impl v0.1.1
27862026-04-10T18:37:50.152Z Checking bytecount v0.6.9
27872026-04-10T18:37:50.156Z Checking endian-type v0.1.2
27882026-04-10T18:37:50.194Z Checking strip-ansi-escapes v0.2.1
27892026-04-10T18:37:50.206Z Compiling derive_more-impl v2.1.1
27902026-04-10T18:37:50.218Z Compiling tabled_derive v0.7.0
27912026-04-10T18:37:50.251Z Checking papergrid v0.11.0
27922026-04-10T18:37:50.296Z Checking radix_trie v0.2.1
27932026-04-10T18:37:50.299Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27942026-04-10T18:37:50.463Z Compiling peg-macros v0.8.5
27952026-04-10T18:37:50.516Z Checking winnow v0.6.26
27962026-04-10T18:37:50.767Z Compiling psm v0.1.30
27972026-04-10T18:37:50.838Z Compiling sqlparser_derive v0.5.0
27982026-04-10T18:37:50.947Z Checking unicode_categories v0.1.1
27992026-04-10T18:37:51.056Z Checking derive_more v2.1.1
28002026-04-10T18:37:51.105Z Checking unicode-width v0.2.0
28012026-04-10T18:37:51.133Z Checking home v0.5.12
28022026-04-10T18:37:51.224Z Checking nu-ansi-term v0.50.3
28032026-04-10T18:37:51.242Z Checking tabled v0.15.0
28042026-04-10T18:37:51.287Z Checking rustyline v14.0.0
28052026-04-10T18:37:51.355Z Checking crossterm v0.29.0
28062026-04-10T18:37:51.441Z Checking reedline v0.40.0
28072026-04-10T18:37:51.553Z Checking recursive v0.1.1
28082026-04-10T18:37:51.642Z Checking display-error-chain v0.2.2
28092026-04-10T18:37:51.655Z Checking sqlparser v0.61.0
28102026-04-10T18:37:51.693Z Checking sqlformat v0.3.5
28112026-04-10T18:37:51.877Z Checking peg v0.8.5
28122026-04-10T18:38:02.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.67s
28132026-04-10T18:38:02.973Z
28142026-04-10T18:38:02.974Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/270)
28152026-04-10T18:38:03.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162026-04-10T18:38:03.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172026-04-10T18:38:03.644Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28182026-04-10T18:38:07.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28192026-04-10T18:38:07.238Z
28202026-04-10T18:38:07.238Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/270)
28212026-04-10T18:38:07.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-04-10T18:38:07.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-04-10T18:38:07.908Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28242026-04-10T18:38:10.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
28252026-04-10T18:38:10.517Z
28262026-04-10T18:38:10.517Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/270)
28272026-04-10T18:38:11.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-04-10T18:38:11.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-04-10T18:38:11.188Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28302026-04-10T18:38:14.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
28312026-04-10T18:38:14.582Z
28322026-04-10T18:38:14.582Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/270)
28332026-04-10T18:38:15.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-04-10T18:38:15.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-04-10T18:38:15.251Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-04-10T18:38:18.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28372026-04-10T18:38:18.679Z
28382026-04-10T18:38:18.679Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/270)
28392026-04-10T18:38:19.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-04-10T18:38:19.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-04-10T18:38:19.347Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-04-10T18:38:21.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28432026-04-10T18:38:22.116Z
28442026-04-10T18:38:22.116Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/270)
28452026-04-10T18:38:22.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-04-10T18:38:22.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-04-10T18:38:22.789Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-04-10T18:38:25.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28492026-04-10T18:38:25.571Z
28502026-04-10T18:38:25.571Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/270)
28512026-04-10T18:38:26.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-04-10T18:38:26.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-04-10T18:38:26.249Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-04-10T18:38:29.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
28552026-04-10T18:38:29.819Z
28562026-04-10T18:38:29.820Zinfo: running `cargo check --bins` on oximeter (92/270)
28572026-04-10T18:38:30.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-04-10T18:38:30.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-04-10T18:38:30.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602026-04-10T18:38:30.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28612026-04-10T18:38:30.427Z
28622026-04-10T18:38:30.427Zinfo: running `cargo check --bins` on oximeter-schema (93/270)
28632026-04-10T18:38:30.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-04-10T18:38:30.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-04-10T18:38:31.068Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28662026-04-10T18:38:31.230Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28672026-04-10T18:38:31.233Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28682026-04-10T18:38:31.571Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28692026-04-10T18:38:35.027Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28702026-04-10T18:38:35.350Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28712026-04-10T18:38:36.443Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28722026-04-10T18:38:37.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.68s
28732026-04-10T18:38:37.295Z
28742026-04-10T18:38:37.295Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/270)
28752026-04-10T18:38:37.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-04-10T18:38:37.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-04-10T18:38:37.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-04-10T18:38:37.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28792026-04-10T18:38:37.890Z
28802026-04-10T18:38:37.890Zinfo: running `cargo check --bins` on oximeter-test-utils (95/270)
28812026-04-10T18:38:38.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-04-10T18:38:38.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-04-10T18:38:38.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-04-10T18:38:38.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28852026-04-10T18:38:38.530Z
28862026-04-10T18:38:38.530Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/270)
28872026-04-10T18:38:39.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-04-10T18:38:39.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-04-10T18:38:39.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-04-10T18:38:39.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28912026-04-10T18:38:39.139Z
28922026-04-10T18:38:39.139Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/270)
28932026-04-10T18:38:39.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-04-10T18:38:39.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-04-10T18:38:39.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-04-10T18:38:39.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28972026-04-10T18:38:39.735Z
28982026-04-10T18:38:39.735Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/270)
28992026-04-10T18:38:40.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-04-10T18:38:40.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-04-10T18:38:40.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-04-10T18:38:40.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29032026-04-10T18:38:40.331Z
29042026-04-10T18:38:40.331Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/270)
29052026-04-10T18:38:40.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-04-10T18:38:40.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-04-10T18:38:40.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-04-10T18:38:40.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29092026-04-10T18:38:40.932Z
29102026-04-10T18:38:40.933Zinfo: running `cargo check --bins` on trust-quorum-types (100/270)
29112026-04-10T18:38:41.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-04-10T18:38:41.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-04-10T18:38:41.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-04-10T18:38:41.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29152026-04-10T18:38:41.518Z
29162026-04-10T18:38:41.518Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/270)
29172026-04-10T18:38:42.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-04-10T18:38:42.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-04-10T18:38:42.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-04-10T18:38:42.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29212026-04-10T18:38:42.121Z
29222026-04-10T18:38:42.121Zinfo: running `cargo check --bins` on update-engine (102/270)
29232026-04-10T18:38:42.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-04-10T18:38:42.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-04-10T18:38:42.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-04-10T18:38:42.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29272026-04-10T18:38:42.710Z
29282026-04-10T18:38:42.710Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/270)
29292026-04-10T18:38:43.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-04-10T18:38:43.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-04-10T18:38:43.428Z Compiling crucible-workspace-hack v0.1.0
29322026-04-10T18:38:43.545Z Checking secrecy v0.10.3
29332026-04-10T18:38:43.555Z Compiling heapless v0.8.0
29342026-04-10T18:38:43.563Z Compiling ingot-macros v0.1.1
29352026-04-10T18:38:43.570Z Compiling toml_edit v0.23.10+spec-1.0.0
29362026-04-10T18:38:43.573Z Checking hash32 v0.3.1
29372026-04-10T18:38:43.591Z Compiling smoltcp v0.11.0
29382026-04-10T18:38:43.594Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29392026-04-10T18:38:43.653Z Checking cobs v0.3.0
29402026-04-10T18:38:43.698Z Compiling thiserror-impl-no-std v2.0.2
29412026-04-10T18:38:43.803Z Checking universal-hash v0.5.1
29422026-04-10T18:38:43.806Z Checking half v2.7.1
29432026-04-10T18:38:43.840Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29442026-04-10T18:38:43.946Z Checking ciborium-io v0.2.2
29452026-04-10T18:38:43.962Z Checking opaque-debug v0.3.1
29462026-04-10T18:38:44.030Z Checking poly1305 v0.8.0
29472026-04-10T18:38:44.042Z Checking postcard v1.1.3
29482026-04-10T18:38:44.057Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29492026-04-10T18:38:44.060Z Checking ciborium-ll v0.2.2
29502026-04-10T18:38:44.264Z Compiling proc-macro-crate v3.4.0
29512026-04-10T18:38:44.286Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29522026-04-10T18:38:44.324Z Checking password-hash v0.5.0
29532026-04-10T18:38:44.395Z Checking chacha20 v0.9.1
29542026-04-10T18:38:44.550Z Compiling proc-macro-crate v1.3.1
29552026-04-10T18:38:44.568Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
29562026-04-10T18:38:44.595Z Checking blake2 v0.10.6
29572026-04-10T18:38:44.640Z Checking aead v0.5.2
29582026-04-10T18:38:44.783Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29592026-04-10T18:38:44.805Z Compiling foreign-types-macros v0.2.3
29602026-04-10T18:38:44.819Z Compiling num_enum_derive v0.7.5
29612026-04-10T18:38:44.832Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29622026-04-10T18:38:44.879Z Checking thiserror-no-std v2.0.2
29632026-04-10T18:38:44.963Z Checking foreign-types-shared v0.3.1
29642026-04-10T18:38:44.977Z Checking cpufeatures v0.3.0
29652026-04-10T18:38:44.990Z Checking vsss-rs v3.3.4
29662026-04-10T18:38:45.049Z Checking chacha20 v0.10.0
29672026-04-10T18:38:45.062Z Compiling num_enum_derive v0.5.11
29682026-04-10T18:38:45.074Z Checking argon2 v0.5.3
29692026-04-10T18:38:45.262Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
29702026-04-10T18:38:45.405Z Checking foreign-types v0.5.0
29712026-04-10T18:38:45.412Z Checking chacha20poly1305 v0.10.1
29722026-04-10T18:38:45.466Z Checking ciborium v0.2.2
29732026-04-10T18:38:45.645Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29742026-04-10T18:38:45.663Z Checking console v0.15.11
29752026-04-10T18:38:45.876Z Checking num_enum v0.7.5
29762026-04-10T18:38:45.912Z Checking tabwriter v1.4.1
29772026-04-10T18:38:45.941Z Checking newline-converter v0.3.0
29782026-04-10T18:38:45.960Z Checking atomicwrites v0.4.4
29792026-04-10T18:38:45.993Z Checking camino-tempfile v1.4.1
29802026-04-10T18:38:46.051Z Checking byte-wrapper v0.1.0
29812026-04-10T18:38:46.064Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29822026-04-10T18:38:46.083Z Checking cstr-argument v0.1.2
29832026-04-10T18:38:46.096Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29842026-04-10T18:38:46.111Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29852026-04-10T18:38:46.157Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29862026-04-10T18:38:46.203Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29872026-04-10T18:38:46.267Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29882026-04-10T18:38:46.313Z Checking expectorate v1.2.0
29892026-04-10T18:38:46.373Z Checking num_enum v0.5.11
29902026-04-10T18:38:46.387Z Checking ingot-types v0.1.2
29912026-04-10T18:38:46.441Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29922026-04-10T18:38:46.481Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29932026-04-10T18:38:46.495Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29942026-04-10T18:38:46.546Z Checking rand v0.10.0
29952026-04-10T18:38:46.587Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29962026-04-10T18:38:46.603Z Checking indent_write v2.2.0
29972026-04-10T18:38:46.692Z Checking colored v3.1.1
29982026-04-10T18:38:46.733Z Compiling zone_cfg_derive v0.3.1
29992026-04-10T18:38:46.745Z Checking ingot v0.1.1
30002026-04-10T18:38:46.757Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
30012026-04-10T18:38:46.852Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30022026-04-10T18:38:46.890Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30032026-04-10T18:38:46.905Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
30042026-04-10T18:38:46.909Z Checking itertools v0.12.1
30052026-04-10T18:38:47.033Z Compiling num-derive v0.4.2
30062026-04-10T18:38:47.079Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30072026-04-10T18:38:47.266Z Checking swrite v0.1.0
30082026-04-10T18:38:47.281Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30092026-04-10T18:38:47.358Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30102026-04-10T18:38:47.389Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
30112026-04-10T18:38:47.544Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30122026-04-10T18:38:47.658Z Checking dropshot-api-manager-types v0.6.0
30132026-04-10T18:38:47.673Z Checking smf v0.2.3
30142026-04-10T18:38:47.828Z Checking nanorand v0.7.0
30152026-04-10T18:38:47.842Z Checking whoami v1.6.1
30162026-04-10T18:38:47.914Z Checking zone v0.3.1
30172026-04-10T18:38:47.950Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30182026-04-10T18:38:47.965Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30192026-04-10T18:38:47.965Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30202026-04-10T18:38:48.020Z Checking flume v0.11.1
30212026-04-10T18:38:48.349Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30222026-04-10T18:38:49.295Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30232026-04-10T18:38:50.109Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30242026-04-10T18:38:52.726Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30252026-04-10T18:38:54.833Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30262026-04-10T18:38:55.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.15s
30272026-04-10T18:38:56.053Z
30282026-04-10T18:38:56.053Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/270)
30292026-04-10T18:38:56.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302026-04-10T18:38:56.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312026-04-10T18:38:56.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322026-04-10T18:38:56.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30332026-04-10T18:38:56.649Z
30342026-04-10T18:38:56.649Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/270)
30352026-04-10T18:38:57.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-04-10T18:38:57.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-04-10T18:38:57.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382026-04-10T18:38:57.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30392026-04-10T18:38:57.245Z
30402026-04-10T18:38:57.245Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/270)
30412026-04-10T18:38:57.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-04-10T18:38:57.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-04-10T18:38:57.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-04-10T18:38:57.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30452026-04-10T18:38:57.849Z
30462026-04-10T18:38:57.849Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/270)
30472026-04-10T18:38:58.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-04-10T18:38:58.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-04-10T18:38:58.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-04-10T18:38:58.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30512026-04-10T18:38:58.449Z
30522026-04-10T18:38:58.449Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/270)
30532026-04-10T18:38:58.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-04-10T18:38:58.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-04-10T18:38:58.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-04-10T18:38:58.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30572026-04-10T18:38:59.042Z
30582026-04-10T18:38:59.042Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/270)
30592026-04-10T18:38:59.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-04-10T18:38:59.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-04-10T18:38:59.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-04-10T18:38:59.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30632026-04-10T18:38:59.640Z
30642026-04-10T18:38:59.640Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/270)
30652026-04-10T18:39:00.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-04-10T18:39:00.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-04-10T18:39:00.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-04-10T18:39:00.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30692026-04-10T18:39:00.237Z
30702026-04-10T18:39:00.237Zinfo: running `cargo check --bins` on cockroach-admin-client (111/270)
30712026-04-10T18:39:00.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-04-10T18:39:00.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-04-10T18:39:00.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-04-10T18:39:00.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30752026-04-10T18:39:00.821Z
30762026-04-10T18:39:00.822Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/270)
30772026-04-10T18:39:01.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-04-10T18:39:01.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-04-10T18:39:01.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-04-10T18:39:01.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30812026-04-10T18:39:01.410Z
30822026-04-10T18:39:01.410Zinfo: running `cargo check --bins` on dns-service-client (113/270)
30832026-04-10T18:39:01.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-04-10T18:39:01.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-04-10T18:39:01.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-04-10T18:39:01.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30872026-04-10T18:39:02.007Z
30882026-04-10T18:39:02.007Zinfo: running `cargo check --bins` on installinator-client (114/270)
30892026-04-10T18:39:02.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-04-10T18:39:02.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-04-10T18:39:02.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-04-10T18:39:02.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30932026-04-10T18:39:02.605Z
30942026-04-10T18:39:02.606Zinfo: running `cargo check --bins` on nexus-client (115/270)
30952026-04-10T18:39:03.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-04-10T18:39:03.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-04-10T18:39:03.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-04-10T18:39:03.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30992026-04-10T18:39:03.237Z
31002026-04-10T18:39:03.237Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/270)
31012026-04-10T18:39:03.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-04-10T18:39:03.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-04-10T18:39:03.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-04-10T18:39:03.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31052026-04-10T18:39:03.874Z
31062026-04-10T18:39:03.875Zinfo: running `cargo check --bins` on ntp-admin-client (117/270)
31072026-04-10T18:39:04.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-04-10T18:39:04.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-04-10T18:39:04.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-04-10T18:39:04.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31112026-04-10T18:39:04.456Z
31122026-04-10T18:39:04.456Zinfo: running `cargo check --bins` on oxide-client (118/270)
31132026-04-10T18:39:04.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-04-10T18:39:04.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-04-10T18:39:04.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-04-10T18:39:04.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31172026-04-10T18:39:05.035Z
31182026-04-10T18:39:05.035Zinfo: running `cargo check --bins` on oximeter-client (119/270)
31192026-04-10T18:39:05.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-04-10T18:39:05.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-04-10T18:39:05.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-04-10T18:39:05.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31232026-04-10T18:39:05.625Z
31242026-04-10T18:39:05.625Zinfo: running `cargo check --bins` on repo-depot-client (120/270)
31252026-04-10T18:39:06.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-04-10T18:39:06.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-04-10T18:39:06.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-04-10T18:39:06.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31292026-04-10T18:39:06.201Z
31302026-04-10T18:39:06.201Zinfo: running `cargo check --bins` on sled-agent-client (121/270)
31312026-04-10T18:39:06.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-04-10T18:39:06.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-04-10T18:39:06.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-04-10T18:39:06.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31352026-04-10T18:39:06.801Z
31362026-04-10T18:39:06.801Zinfo: running `cargo check --bins` on wicketd-client (122/270)
31372026-04-10T18:39:07.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-04-10T18:39:07.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-04-10T18:39:07.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-04-10T18:39:07.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31412026-04-10T18:39:07.419Z
31422026-04-10T18:39:07.419Zinfo: running `cargo check --bins` on installinator-common (123/270)
31432026-04-10T18:39:07.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-04-10T18:39:07.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-04-10T18:39:07.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-04-10T18:39:07.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31472026-04-10T18:39:08.032Z
31482026-04-10T18:39:08.032Zinfo: running `cargo check --bins` on installinator-common-versions (124/270)
31492026-04-10T18:39:08.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-04-10T18:39:08.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-04-10T18:39:08.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-04-10T18:39:08.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31532026-04-10T18:39:08.613Z
31542026-04-10T18:39:08.613Zinfo: running `cargo check --bins` on wicket-common (125/270)
31552026-04-10T18:39:09.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-04-10T18:39:09.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-04-10T18:39:09.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-04-10T18:39:09.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31592026-04-10T18:39:09.222Z
31602026-04-10T18:39:09.222Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/270)
31612026-04-10T18:39:09.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-04-10T18:39:09.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-04-10T18:39:09.905Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31642026-04-10T18:39:10.019Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31652026-04-10T18:39:10.026Z Checking csv-core v0.1.13
31662026-04-10T18:39:10.033Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31672026-04-10T18:39:10.041Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31682026-04-10T18:39:10.049Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31692026-04-10T18:39:10.060Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31702026-04-10T18:39:10.071Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31712026-04-10T18:39:10.182Z Checking csv v1.4.0
31722026-04-10T18:39:10.198Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31732026-04-10T18:39:10.245Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31742026-04-10T18:39:10.273Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31752026-04-10T18:39:10.515Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31762026-04-10T18:39:10.883Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31772026-04-10T18:39:10.885Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31782026-04-10T18:39:11.195Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31792026-04-10T18:39:16.349Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31802026-04-10T18:39:16.974Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31812026-04-10T18:39:19.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.06s
31822026-04-10T18:39:19.481Z
31832026-04-10T18:39:19.481Zinfo: running `cargo check --bins` on cockroach-admin-api (127/270)
31842026-04-10T18:39:19.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852026-04-10T18:39:19.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862026-04-10T18:39:19.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31872026-04-10T18:39:19.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31882026-04-10T18:39:20.067Z
31892026-04-10T18:39:20.067Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/270)
31902026-04-10T18:39:20.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-04-10T18:39:20.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-04-10T18:39:20.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-04-10T18:39:20.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31942026-04-10T18:39:20.744Z
31952026-04-10T18:39:20.744Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/270)
31962026-04-10T18:39:21.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-04-10T18:39:21.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-04-10T18:39:21.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-04-10T18:39:21.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32002026-04-10T18:39:21.423Z
32012026-04-10T18:39:21.423Zinfo: running `cargo check --bins` on gateway-test-utils (130/270)
32022026-04-10T18:39:21.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-04-10T18:39:21.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-04-10T18:39:21.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-04-10T18:39:21.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32062026-04-10T18:39:22.064Z
32072026-04-10T18:39:22.064Zinfo: running `cargo check --bins` on omicron-gateway (131/270)
32082026-04-10T18:39:22.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-04-10T18:39:22.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-04-10T18:39:22.818Z Compiling typify-impl v0.6.1
32112026-04-10T18:39:22.958Z Compiling unsafe-libyaml v0.2.11
32122026-04-10T18:39:22.969Z Compiling semver v0.1.20
32132026-04-10T18:39:22.976Z Compiling radium v0.7.0
32142026-04-10T18:39:22.988Z Compiling pin-project-internal v1.1.11
32152026-04-10T18:39:22.999Z Checking tap v1.0.1
32162026-04-10T18:39:23.002Z Compiling maybe-uninit v2.0.0
32172026-04-10T18:39:23.113Z Checking wyz v0.5.1
32182026-04-10T18:39:23.234Z Compiling rustc_version v0.1.7
32192026-04-10T18:39:23.291Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32202026-04-10T18:39:23.314Z Compiling snafu-derive v0.8.9
32212026-04-10T18:39:23.419Z Compiling zerocopy-derive v0.6.6
32222026-04-10T18:39:23.454Z Compiling serde_yaml v0.9.34+deprecated
32232026-04-10T18:39:23.678Z Compiling newtype_derive v0.1.6
32242026-04-10T18:39:23.867Z Compiling cancel-safe-futures v0.1.5
32252026-04-10T18:39:24.084Z Checking same-file v1.0.6
32262026-04-10T18:39:24.088Z Checking funty v2.0.0
32272026-04-10T18:39:24.090Z Checking pin-project v1.1.11
32282026-04-10T18:39:24.213Z Compiling packed_struct v0.10.1
32292026-04-10T18:39:24.226Z Compiling owo-colors v4.3.0
32302026-04-10T18:39:24.253Z Checking crc-catalog v2.4.0
32312026-04-10T18:39:24.347Z Checking crc v3.4.0
32322026-04-10T18:39:24.451Z Checking bitvec v1.0.1
32332026-04-10T18:39:24.484Z Checking zerocopy v0.6.6
32342026-04-10T18:39:24.527Z Checking walkdir v2.5.0
32352026-04-10T18:39:24.693Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32362026-04-10T18:39:25.747Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32372026-04-10T18:39:25.750Z Checking globset v0.4.18
32382026-04-10T18:39:25.750Z Checking olpc-cjson v0.1.4
32392026-04-10T18:39:25.750Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32402026-04-10T18:39:25.750Z Checking pem v3.0.6
32412026-04-10T18:39:25.750Z Compiling packed_struct_codegen v0.10.1
32422026-04-10T18:39:25.750Z Checking libsw-core v0.3.2
32432026-04-10T18:39:25.750Z Checking serde_plain v1.0.2
32442026-04-10T18:39:25.750Z Compiling bitfield-macros v0.19.4
32452026-04-10T18:39:25.750Z Checking snafu v0.8.9
32462026-04-10T18:39:25.750Z Compiling indexmap v1.9.3
32472026-04-10T18:39:25.751Z Checking nodrop v0.1.14
32482026-04-10T18:39:25.751Z Checking typed-path v0.9.3
32492026-04-10T18:39:25.751Z Checking array-init v0.0.4
32502026-04-10T18:39:25.751Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32512026-04-10T18:39:25.751Z Checking libsw v3.5.0
32522026-04-10T18:39:25.751Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32532026-04-10T18:39:25.751Z Checking smallvec v0.6.14
32542026-04-10T18:39:25.822Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32552026-04-10T18:39:25.850Z Checking bitfield v0.19.4
32562026-04-10T18:39:25.876Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32572026-04-10T18:39:26.001Z Checking hashbrown v0.12.3
32582026-04-10T18:39:26.072Z Checking tough v0.20.0
32592026-04-10T18:39:26.075Z Checking smawk v0.3.2
32602026-04-10T18:39:26.127Z Checking linear-map v1.2.0
32612026-04-10T18:39:26.220Z Checking unicode-linebreak v0.1.5
32622026-04-10T18:39:26.245Z Checking tagptr v0.2.0
32632026-04-10T18:39:26.297Z Checking base64 v0.21.7
32642026-04-10T18:39:26.387Z Checking moka v0.12.13
32652026-04-10T18:39:26.437Z Checking textwrap v0.16.2
32662026-04-10T18:39:26.440Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32672026-04-10T18:39:26.546Z Checking ron v0.8.1
32682026-04-10T18:39:26.653Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32692026-04-10T18:39:26.751Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32702026-04-10T18:39:26.825Z Checking serde-hex v0.1.0
32712026-04-10T18:39:27.027Z Checking steno v0.4.1
32722026-04-10T18:39:27.062Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32732026-04-10T18:39:27.160Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32742026-04-10T18:39:27.218Z Checking hashbrown v0.13.2
32752026-04-10T18:39:27.410Z Compiling typify-macro v0.6.1
32762026-04-10T18:39:27.554Z Checking humantime v2.3.0
32772026-04-10T18:39:27.644Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32782026-04-10T18:39:27.699Z Checking crc-any v2.5.0
32792026-04-10T18:39:27.741Z Checking object v0.30.4
32802026-04-10T18:39:27.855Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32812026-04-10T18:39:27.880Z Checking hickory-resolver v0.25.2
32822026-04-10T18:39:28.019Z Checking utf-8 v0.7.6
32832026-04-10T18:39:28.033Z Checking half v1.8.3
32842026-04-10T18:39:28.068Z Checking path-slash v0.1.5
32852026-04-10T18:39:28.154Z Checking void v1.0.2
32862026-04-10T18:39:28.171Z Checking tungstenite v0.23.0
32872026-04-10T18:39:28.226Z Checking serde_cbor v0.11.2
32882026-04-10T18:39:28.261Z Checking lzss v0.8.2
32892026-04-10T18:39:28.447Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32902026-04-10T18:39:28.451Z Checking nix v0.27.1
32912026-04-10T18:39:28.581Z Checking kstat-rs v0.2.4
32922026-04-10T18:39:28.584Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32932026-04-10T18:39:28.608Z Checking fxhash v0.2.1
32942026-04-10T18:39:28.611Z Checking serde_bytes v0.11.19
32952026-04-10T18:39:28.727Z Checking tokio-tungstenite v0.23.1
32962026-04-10T18:39:28.766Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32972026-04-10T18:39:28.794Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32982026-04-10T18:39:28.965Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32992026-04-10T18:39:28.988Z Checking signal-hook-tokio v0.3.1
33002026-04-10T18:39:29.132Z Compiling typify v0.6.1
33012026-04-10T18:39:29.222Z Compiling progenitor-impl v0.13.0
33022026-04-10T18:39:30.113Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33032026-04-10T18:39:30.704Z Compiling progenitor-macro v0.13.0
33042026-04-10T18:39:31.009Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33052026-04-10T18:39:31.312Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33062026-04-10T18:39:33.019Z Checking progenitor v0.13.0
33072026-04-10T18:39:33.131Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33082026-04-10T18:39:33.135Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33092026-04-10T18:39:36.125Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33102026-04-10T18:39:43.389Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-04-10T18:39:49.665Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33122026-04-10T18:39:51.014Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33132026-04-10T18:39:51.579Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33142026-04-10T18:39:53.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.54s
33152026-04-10T18:39:53.816Z
33162026-04-10T18:39:53.816Zinfo: running `cargo check --bins` on gateway-api (132/270)
33172026-04-10T18:39:55.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-04-10T18:39:55.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-04-10T18:39:55.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-04-10T18:39:55.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33212026-04-10T18:39:55.326Z
33222026-04-10T18:39:55.326Zinfo: running `cargo check --bins` on ipcc (133/270)
33232026-04-10T18:39:55.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-04-10T18:39:55.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-04-10T18:39:55.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-04-10T18:39:55.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33272026-04-10T18:39:55.326Z
33282026-04-10T18:39:55.326Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (134/270)
33292026-04-10T18:39:55.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-04-10T18:39:55.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-04-10T18:39:55.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-04-10T18:39:55.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33332026-04-10T18:39:55.588Z
33342026-04-10T18:39:55.588Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (135/270)
33352026-04-10T18:39:56.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-04-10T18:39:56.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-04-10T18:39:56.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-04-10T18:39:56.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33392026-04-10T18:39:56.188Z
33402026-04-10T18:39:56.188Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (136/270)
33412026-04-10T18:39:56.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-04-10T18:39:56.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-04-10T18:39:56.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-04-10T18:39:56.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33452026-04-10T18:39:56.783Z
33462026-04-10T18:39:56.783Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (137/270)
33472026-04-10T18:39:57.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-04-10T18:39:57.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-04-10T18:39:57.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-04-10T18:39:57.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33512026-04-10T18:39:57.379Z
33522026-04-10T18:39:57.379Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (138/270)
33532026-04-10T18:39:57.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-04-10T18:39:57.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-04-10T18:39:57.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-04-10T18:39:57.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33572026-04-10T18:39:57.979Z
33582026-04-10T18:39:57.979Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (139/270)
33592026-04-10T18:39:58.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-04-10T18:39:58.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-04-10T18:39:58.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-04-10T18:39:58.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33632026-04-10T18:39:58.584Z
33642026-04-10T18:39:58.584Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (140/270)
33652026-04-10T18:39:59.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-04-10T18:39:59.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-04-10T18:39:59.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-04-10T18:39:59.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33692026-04-10T18:39:59.189Z
33702026-04-10T18:39:59.189Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (141/270)
33712026-04-10T18:39:59.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-04-10T18:39:59.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-04-10T18:39:59.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-04-10T18:39:59.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33752026-04-10T18:39:59.793Z
33762026-04-10T18:39:59.793Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (142/270)
33772026-04-10T18:40:00.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-04-10T18:40:00.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-04-10T18:40:00.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-04-10T18:40:00.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33812026-04-10T18:40:00.398Z
33822026-04-10T18:40:00.398Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (143/270)
33832026-04-10T18:40:00.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-04-10T18:40:00.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-04-10T18:40:00.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-04-10T18:40:00.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33872026-04-10T18:40:01.004Z
33882026-04-10T18:40:01.004Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (144/270)
33892026-04-10T18:40:01.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-04-10T18:40:01.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-04-10T18:40:01.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-04-10T18:40:01.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33932026-04-10T18:40:01.605Z
33942026-04-10T18:40:01.605Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (145/270)
33952026-04-10T18:40:02.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-04-10T18:40:02.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-04-10T18:40:02.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-04-10T18:40:02.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33992026-04-10T18:40:02.205Z
34002026-04-10T18:40:02.205Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (146/270)
34012026-04-10T18:40:02.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-04-10T18:40:02.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-04-10T18:40:02.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-04-10T18:40:02.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34052026-04-10T18:40:02.813Z
34062026-04-10T18:40:02.813Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (147/270)
34072026-04-10T18:40:03.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-04-10T18:40:03.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-04-10T18:40:03.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-04-10T18:40:03.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34112026-04-10T18:40:03.414Z
34122026-04-10T18:40:03.414Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (148/270)
34132026-04-10T18:40:03.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-04-10T18:40:03.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-04-10T18:40:03.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-04-10T18:40:03.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34172026-04-10T18:40:04.019Z
34182026-04-10T18:40:04.019Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (149/270)
34192026-04-10T18:40:04.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-04-10T18:40:04.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-04-10T18:40:04.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-04-10T18:40:04.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34232026-04-10T18:40:04.623Z
34242026-04-10T18:40:04.623Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (150/270)
34252026-04-10T18:40:05.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-04-10T18:40:05.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-04-10T18:40:05.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-04-10T18:40:05.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34292026-04-10T18:40:05.225Z
34302026-04-10T18:40:05.225Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (151/270)
34312026-04-10T18:40:05.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-04-10T18:40:05.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-04-10T18:40:05.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-04-10T18:40:05.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34352026-04-10T18:40:05.827Z
34362026-04-10T18:40:05.827Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (152/270)
34372026-04-10T18:40:06.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-04-10T18:40:06.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-04-10T18:40:06.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-04-10T18:40:06.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34412026-04-10T18:40:06.430Z
34422026-04-10T18:40:06.430Zinfo: running `cargo check --bins` on oximeter-producer (153/270)
34432026-04-10T18:40:06.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-04-10T18:40:06.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-04-10T18:40:06.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-04-10T18:40:06.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34472026-04-10T18:40:07.067Z
34482026-04-10T18:40:07.067Zinfo: running `cargo check --bins` on internal-dns-resolver (154/270)
34492026-04-10T18:40:07.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-04-10T18:40:07.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-04-10T18:40:07.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-04-10T18:40:07.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34532026-04-10T18:40:07.669Z
34542026-04-10T18:40:07.669Zinfo: running `cargo check --bins` on dns-server (155/270)
34552026-04-10T18:40:08.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-04-10T18:40:08.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-04-10T18:40:08.316Z Compiling parking_lot_core v0.8.6
34582026-04-10T18:40:08.316Z Compiling atomicwrites v0.4.4
34592026-04-10T18:40:08.316Z Compiling git-stub v1.0.0
34602026-04-10T18:40:08.320Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34612026-04-10T18:40:08.320Z Checking prefix-trie v0.7.0
34622026-04-10T18:40:08.545Z Compiling git-stub-vcs v0.1.0
34632026-04-10T18:40:08.729Z Checking hickory-server v0.25.2
34642026-04-10T18:40:08.818Z Checking parking_lot v0.11.2
34652026-04-10T18:40:08.821Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34662026-04-10T18:40:08.893Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34672026-04-10T18:40:08.893Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34682026-04-10T18:40:08.991Z Checking sled v0.34.7
34692026-04-10T18:40:10.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
34702026-04-10T18:40:11.057Z
34712026-04-10T18:40:11.057Zinfo: running `cargo check --bins` on dns-server-api (156/270)
34722026-04-10T18:40:11.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-04-10T18:40:11.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-04-10T18:40:11.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-04-10T18:40:11.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34762026-04-10T18:40:11.640Z
34772026-04-10T18:40:11.640Zinfo: running `cargo check --bins` on sp-sim (157/270)
34782026-04-10T18:40:12.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-04-10T18:40:12.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-04-10T18:40:12.350Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34812026-04-10T18:40:14.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s
34822026-04-10T18:40:14.288Z
34832026-04-10T18:40:14.288Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (158/270)
34842026-04-10T18:40:14.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-04-10T18:40:14.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-04-10T18:40:14.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-04-10T18:40:14.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34882026-04-10T18:40:14.926Z
34892026-04-10T18:40:14.926Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (159/270)
34902026-04-10T18:40:15.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-04-10T18:40:15.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-04-10T18:40:15.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-04-10T18:40:15.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34942026-04-10T18:40:15.572Z
34952026-04-10T18:40:15.572Zinfo: running `cargo check --bins` on db-macros (160/270)
34962026-04-10T18:40:16.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-04-10T18:40:16.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-04-10T18:40:16.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-04-10T18:40:16.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35002026-04-10T18:40:16.152Z
35012026-04-10T18:40:16.152Zinfo: running `cargo check --bins` on nexus-macros-common (161/270)
35022026-04-10T18:40:16.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-04-10T18:40:16.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-04-10T18:40:16.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-04-10T18:40:16.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35062026-04-10T18:40:16.735Z
35072026-04-10T18:40:16.735Zinfo: running `cargo check --bins` on nexus-auth (162/270)
35082026-04-10T18:40:17.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-04-10T18:40:17.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-04-10T18:40:17.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-04-10T18:40:17.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35122026-04-10T18:40:17.383Z
35132026-04-10T18:40:17.383Zinfo: running `cargo check --bins` on authz-macros (163/270)
35142026-04-10T18:40:17.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-04-10T18:40:17.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-04-10T18:40:17.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-04-10T18:40:17.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35182026-04-10T18:40:17.966Z
35192026-04-10T18:40:17.966Zinfo: running `cargo check --bins` on nexus-db-fixed-data (164/270)
35202026-04-10T18:40:18.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-04-10T18:40:18.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-04-10T18:40:18.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-04-10T18:40:18.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35242026-04-10T18:40:18.606Z
35252026-04-10T18:40:18.606Zinfo: running `cargo check --bins` on nexus-db-model (165/270)
35262026-04-10T18:40:19.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-04-10T18:40:19.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-04-10T18:40:19.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-04-10T18:40:19.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35302026-04-10T18:40:19.245Z
35312026-04-10T18:40:19.245Zinfo: running `cargo check --bins` on nexus-db-schema (166/270)
35322026-04-10T18:40:19.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-04-10T18:40:19.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-04-10T18:40:19.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-04-10T18:40:19.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35362026-04-10T18:40:19.829Z
35372026-04-10T18:40:19.829Zinfo: running `cargo check --bins` on omicron-rpaths (167/270)
35382026-04-10T18:40:20.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-04-10T18:40:20.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-04-10T18:40:20.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-04-10T18:40:20.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35422026-04-10T18:40:20.406Z
35432026-04-10T18:40:20.406Zinfo: running `cargo check --bins` on nexus-defaults (168/270)
35442026-04-10T18:40:20.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-04-10T18:40:20.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-04-10T18:40:20.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-04-10T18:40:20.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35482026-04-10T18:40:21.001Z
35492026-04-10T18:40:21.001Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (169/270)
35502026-04-10T18:40:21.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-04-10T18:40:21.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-04-10T18:40:21.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-04-10T18:40:21.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35542026-04-10T18:40:21.585Z
35552026-04-10T18:40:21.585Zinfo: running `cargo check --bins` on parallel-task-set (170/270)
35562026-04-10T18:40:22.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-04-10T18:40:22.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-04-10T18:40:22.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-04-10T18:40:22.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35602026-04-10T18:40:22.160Z
35612026-04-10T18:40:22.160Zinfo: running `cargo check --bins` on nexus-db-errors (171/270)
35622026-04-10T18:40:22.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-04-10T18:40:22.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-04-10T18:40:22.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-04-10T18:40:22.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35662026-04-10T18:40:22.805Z
35672026-04-10T18:40:22.805Zinfo: running `cargo check --bins` on nexus-db-lookup (172/270)
35682026-04-10T18:40:23.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-04-10T18:40:23.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-04-10T18:40:23.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-04-10T18:40:23.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35722026-04-10T18:40:23.452Z
35732026-04-10T18:40:23.452Zinfo: running `cargo check --bins` on nexus-inventory (173/270)
35742026-04-10T18:40:23.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-04-10T18:40:23.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-04-10T18:40:23.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-04-10T18:40:23.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35782026-04-10T18:40:24.092Z
35792026-04-10T18:40:24.092Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (174/270)
35802026-04-10T18:40:24.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-04-10T18:40:24.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-04-10T18:40:24.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-04-10T18:40:24.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35842026-04-10T18:40:24.710Z
35852026-04-10T18:40:24.710Zinfo: running `cargo check --bins --no-default-features` on sled-storage (175/270)
35862026-04-10T18:40:25.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-04-10T18:40:25.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-04-10T18:40:25.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-04-10T18:40:25.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35902026-04-10T18:40:25.323Z
35912026-04-10T18:40:25.323Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (176/270)
35922026-04-10T18:40:25.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-04-10T18:40:25.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-04-10T18:40:25.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-04-10T18:40:25.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35962026-04-10T18:40:25.934Z
35972026-04-10T18:40:25.934Zinfo: running `cargo check --bins` on key-manager (177/270)
35982026-04-10T18:40:26.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-04-10T18:40:26.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-04-10T18:40:26.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-04-10T18:40:26.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36022026-04-10T18:40:26.524Z
36032026-04-10T18:40:26.524Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (178/270)
36042026-04-10T18:40:27.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-04-10T18:40:27.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-04-10T18:40:27.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-04-10T18:40:27.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36082026-04-10T18:40:27.130Z
36092026-04-10T18:40:27.130Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (179/270)
36102026-04-10T18:40:27.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-04-10T18:40:27.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-04-10T18:40:27.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-04-10T18:40:27.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36142026-04-10T18:40:27.741Z
36152026-04-10T18:40:27.741Zinfo: running `cargo check --bins` on typed-rng (180/270)
36162026-04-10T18:40:28.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-04-10T18:40:28.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-04-10T18:40:28.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-04-10T18:40:28.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36202026-04-10T18:40:28.319Z
36212026-04-10T18:40:28.319Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (181/270)
36222026-04-10T18:40:28.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-04-10T18:40:28.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-04-10T18:40:29.161Z Compiling typify-impl v0.4.3
36252026-04-10T18:40:29.161Z Compiling libefi-sys v0.1.0
36262026-04-10T18:40:29.164Z Compiling bitfield-struct v0.6.2
36272026-04-10T18:40:29.312Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36282026-04-10T18:40:29.322Z Compiling xshell-macros v0.2.7
36292026-04-10T18:40:29.334Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36302026-04-10T18:40:29.374Z Compiling salty v0.3.0
36312026-04-10T18:40:29.377Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36322026-04-10T18:40:29.573Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36332026-04-10T18:40:29.660Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36342026-04-10T18:40:29.674Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36352026-04-10T18:40:29.688Z Checking xshell v0.2.7
36362026-04-10T18:40:29.873Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36372026-04-10T18:40:29.900Z Checking primeorder v0.13.6
36382026-04-10T18:40:29.914Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36392026-04-10T18:40:30.040Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36402026-04-10T18:40:30.077Z Compiling proc-macro-error-attr2 v2.0.0
36412026-04-10T18:40:30.137Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36422026-04-10T18:40:30.152Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36432026-04-10T18:40:30.287Z Checking tungstenite v0.21.0
36442026-04-10T18:40:30.347Z Checking p384 v0.13.1
36452026-04-10T18:40:30.381Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36462026-04-10T18:40:30.464Z Compiling proc-macro-error2 v2.0.1
36472026-04-10T18:40:30.533Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36482026-04-10T18:40:30.712Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36492026-04-10T18:40:30.765Z Compiling num-derive v0.3.3
36502026-04-10T18:40:30.804Z Compiling unicase v2.9.0
36512026-04-10T18:40:31.016Z Checking compression-core v0.4.31
36522026-04-10T18:40:31.046Z Compiling mime_guess v2.0.5
36532026-04-10T18:40:31.158Z Checking compression-codecs v0.4.37
36542026-04-10T18:40:31.206Z Compiling tabled_derive v0.11.0
36552026-04-10T18:40:31.275Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36562026-04-10T18:40:31.329Z Checking tokio-tungstenite v0.21.0
36572026-04-10T18:40:31.583Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36582026-04-10T18:40:31.656Z Checking libscf-sys v1.1.0
36592026-04-10T18:40:31.747Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36602026-04-10T18:40:31.787Z Checking papergrid v0.17.0
36612026-04-10T18:40:31.978Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36622026-04-10T18:40:32.098Z Checking testing_table v0.3.0
36632026-04-10T18:40:32.131Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36642026-04-10T18:40:32.196Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36652026-04-10T18:40:32.348Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36662026-04-10T18:40:32.436Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36672026-04-10T18:40:32.557Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36682026-04-10T18:40:32.572Z Checking toml_datetime v1.0.0+spec-1.1.0
36692026-04-10T18:40:32.609Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36702026-04-10T18:40:32.712Z Compiling dropshot v0.17.0
36712026-04-10T18:40:32.752Z Checking corncobs v0.1.4
36722026-04-10T18:40:32.774Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36732026-04-10T18:40:32.854Z Checking toml v1.0.6+spec-1.1.0
36742026-04-10T18:40:32.883Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36752026-04-10T18:40:32.920Z Checking tabled v0.20.0
36762026-04-10T18:40:32.973Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36772026-04-10T18:40:33.004Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36782026-04-10T18:40:33.040Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36792026-04-10T18:40:33.129Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36802026-04-10T18:40:33.145Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36812026-04-10T18:40:33.368Z Checking async-compression v0.4.41
36822026-04-10T18:40:33.383Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36832026-04-10T18:40:33.434Z Checking progenitor-client v0.11.2
36842026-04-10T18:40:33.616Z Compiling dropshot_endpoint v0.17.0
36852026-04-10T18:40:33.653Z Checking secrecy v0.8.0
36862026-04-10T18:40:33.670Z Checking filetime v0.2.27
36872026-04-10T18:40:33.697Z Compiling typify-macro v0.4.3
36882026-04-10T18:40:33.807Z Checking http-range v0.1.5
36892026-04-10T18:40:33.831Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36902026-04-10T18:40:33.846Z Checking xattr v1.6.1
36912026-04-10T18:40:33.976Z Checking tar v0.4.45
36922026-04-10T18:40:34.267Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36932026-04-10T18:40:34.495Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
36942026-04-10T18:40:34.514Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36952026-04-10T18:40:34.908Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36962026-04-10T18:40:34.937Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
36972026-04-10T18:40:34.954Z Checking atty v0.2.14
36982026-04-10T18:40:35.056Z Checking crc8 v0.1.1
36992026-04-10T18:40:35.168Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37002026-04-10T18:40:35.398Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37012026-04-10T18:40:35.416Z Compiling typify v0.4.3
37022026-04-10T18:40:35.535Z Compiling progenitor-impl v0.11.2
37032026-04-10T18:40:35.580Z Compiling progenitor-impl v0.10.0
37042026-04-10T18:40:36.019Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37052026-04-10T18:40:36.052Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37062026-04-10T18:40:36.158Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37072026-04-10T18:40:36.307Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37082026-04-10T18:40:36.533Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37092026-04-10T18:40:36.552Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37102026-04-10T18:40:36.734Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37112026-04-10T18:40:36.827Z Checking hyper-staticfile v0.10.1
37122026-04-10T18:40:36.963Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37132026-04-10T18:40:36.979Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37142026-04-10T18:40:37.127Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37152026-04-10T18:40:37.206Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37162026-04-10T18:40:37.223Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37172026-04-10T18:40:37.293Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
37182026-04-10T18:40:37.496Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37192026-04-10T18:40:37.782Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37202026-04-10T18:40:38.133Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37212026-04-10T18:40:38.161Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37222026-04-10T18:40:38.233Z Compiling progenitor-macro v0.11.2
37232026-04-10T18:40:38.277Z Compiling progenitor-macro v0.10.0
37242026-04-10T18:40:38.444Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37252026-04-10T18:40:38.725Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37262026-04-10T18:40:41.047Z Checking progenitor v0.11.2
37272026-04-10T18:40:41.191Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37282026-04-10T18:40:41.250Z Checking progenitor v0.10.0
37292026-04-10T18:40:41.386Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37302026-04-10T18:40:45.873Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37312026-04-10T18:40:56.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.42s
37322026-04-10T18:40:56.966Z
37332026-04-10T18:40:56.966Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (182/270)
37342026-04-10T18:40:57.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-04-10T18:40:57.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-04-10T18:40:57.740Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37372026-04-10T18:41:08.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.72s
37382026-04-10T18:41:08.910Z
37392026-04-10T18:41:08.911Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (183/270)
37402026-04-10T18:41:09.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-04-10T18:41:09.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-04-10T18:41:09.685Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37432026-04-10T18:41:20.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.75s
37442026-04-10T18:41:20.897Z
37452026-04-10T18:41:20.897Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (184/270)
37462026-04-10T18:41:21.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-04-10T18:41:21.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-04-10T18:41:21.679Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37492026-04-10T18:41:32.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.70s
37502026-04-10T18:41:32.818Z
37512026-04-10T18:41:32.818Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (185/270)
37522026-04-10T18:41:33.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-04-10T18:41:33.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-04-10T18:41:33.590Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37552026-04-10T18:41:44.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.85s
37562026-04-10T18:41:44.899Z
37572026-04-10T18:41:44.899Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (186/270)
37582026-04-10T18:41:45.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-04-10T18:41:45.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-04-10T18:41:45.683Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37612026-04-10T18:41:56.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.80s
37622026-04-10T18:41:56.934Z
37632026-04-10T18:41:56.934Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (187/270)
37642026-04-10T18:41:57.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-04-10T18:41:57.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-04-10T18:41:57.715Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37672026-04-10T18:42:08.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.98s
37682026-04-10T18:42:09.135Z
37692026-04-10T18:42:09.135Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (188/270)
37702026-04-10T18:42:09.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-04-10T18:42:09.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-04-10T18:42:09.929Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37732026-04-10T18:42:20.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.85s
37742026-04-10T18:42:21.213Z
37752026-04-10T18:42:21.213Zinfo: running `cargo check --bins` on bootstrap-agent-api (189/270)
37762026-04-10T18:42:21.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-04-10T18:42:21.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-04-10T18:42:21.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37792026-04-10T18:42:21.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37802026-04-10T18:42:21.825Z
37812026-04-10T18:42:21.825Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (190/270)
37822026-04-10T18:42:22.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-04-10T18:42:22.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-04-10T18:42:22.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37852026-04-10T18:42:22.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37862026-04-10T18:42:22.441Z
37872026-04-10T18:42:22.441Zinfo: running `cargo check --bins` on range-requests (191/270)
37882026-04-10T18:42:22.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-04-10T18:42:22.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-04-10T18:42:22.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37912026-04-10T18:42:22.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37922026-04-10T18:42:23.043Z
37932026-04-10T18:42:23.043Zinfo: running `cargo check --bins` on repo-depot-api (192/270)
37942026-04-10T18:42:23.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-04-10T18:42:23.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-04-10T18:42:23.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-04-10T18:42:23.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37982026-04-10T18:42:23.648Z
37992026-04-10T18:42:23.648Zinfo: running `cargo check --bins` on sled-agent-api (193/270)
38002026-04-10T18:42:24.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-04-10T18:42:24.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-04-10T18:42:24.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-04-10T18:42:24.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38042026-04-10T18:42:24.278Z
38052026-04-10T18:42:24.278Zinfo: running `cargo check --bins` on sled-diagnostics (194/270)
38062026-04-10T18:42:24.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-04-10T18:42:24.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-04-10T18:42:24.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-04-10T18:42:24.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38102026-04-10T18:42:24.899Z
38112026-04-10T18:42:24.899Zinfo: running `cargo check --bins` on zfs-test-harness (195/270)
38122026-04-10T18:42:25.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-04-10T18:42:25.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-04-10T18:42:25.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-04-10T18:42:25.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38162026-04-10T18:42:25.525Z
38172026-04-10T18:42:25.525Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (196/270)
38182026-04-10T18:42:26.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-04-10T18:42:26.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-04-10T18:42:26.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-04-10T18:42:26.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38222026-04-10T18:42:26.151Z
38232026-04-10T18:42:26.151Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (197/270)
38242026-04-10T18:42:26.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-04-10T18:42:26.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-04-10T18:42:26.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-04-10T18:42:26.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38282026-04-10T18:42:26.786Z
38292026-04-10T18:42:26.786Zinfo: running `cargo check --bins` on sled-agent-health-monitor (198/270)
38302026-04-10T18:42:27.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-04-10T18:42:27.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-04-10T18:42:27.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-04-10T18:42:27.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38342026-04-10T18:42:27.415Z
38352026-04-10T18:42:27.415Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (199/270)
38362026-04-10T18:42:27.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-04-10T18:42:27.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-04-10T18:42:27.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-04-10T18:42:27.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38402026-04-10T18:42:28.045Z
38412026-04-10T18:42:28.045Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (200/270)
38422026-04-10T18:42:28.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-04-10T18:42:28.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-04-10T18:42:28.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-04-10T18:42:28.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38462026-04-10T18:42:28.683Z
38472026-04-10T18:42:28.684Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (201/270)
38482026-04-10T18:42:29.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-04-10T18:42:29.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-04-10T18:42:29.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-04-10T18:42:29.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38522026-04-10T18:42:29.325Z
38532026-04-10T18:42:29.325Zinfo: running `cargo check --bins` on transient-dns-server (202/270)
38542026-04-10T18:42:29.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-04-10T18:42:29.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-04-10T18:42:29.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-04-10T18:42:29.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38582026-04-10T18:42:29.942Z
38592026-04-10T18:42:29.942Zinfo: running `cargo check --bins` on trust-quorum (203/270)
38602026-04-10T18:42:30.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-04-10T18:42:30.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-04-10T18:42:30.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-04-10T18:42:30.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38642026-04-10T18:42:30.578Z
38652026-04-10T18:42:30.578Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (204/270)
38662026-04-10T18:42:31.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-04-10T18:42:31.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-04-10T18:42:31.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-04-10T18:42:31.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38702026-04-10T18:42:31.230Z
38712026-04-10T18:42:31.230Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (205/270)
38722026-04-10T18:42:31.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-04-10T18:42:31.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-04-10T18:42:31.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38752026-04-10T18:42:31.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38762026-04-10T18:42:31.898Z
38772026-04-10T18:42:31.898Zinfo: running `cargo check --bins` on update-common (206/270)
38782026-04-10T18:42:32.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-04-10T18:42:32.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-04-10T18:42:32.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38812026-04-10T18:42:32.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38822026-04-10T18:42:32.513Z
38832026-04-10T18:42:32.513Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (207/270)
38842026-04-10T18:42:33.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-04-10T18:42:33.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-04-10T18:42:33.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-04-10T18:42:33.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38882026-04-10T18:42:33.181Z
38892026-04-10T18:42:33.181Zinfo: running `cargo check --bins` on reconfigurator-cli (208/270)
38902026-04-10T18:42:33.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-04-10T18:42:33.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-04-10T18:42:33.965Z Compiling fs-err v2.11.0
38932026-04-10T18:42:33.969Z Checking ignore v0.4.25
38942026-04-10T18:42:33.969Z Checking arc-swap v1.8.2
38952026-04-10T18:42:34.086Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38962026-04-10T18:42:34.115Z Checking predicates-tree v1.0.13
38972026-04-10T18:42:34.126Z Checking parse-size v1.1.0
38982026-04-10T18:42:34.139Z Checking rand_seeder v0.4.0
38992026-04-10T18:42:34.142Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39002026-04-10T18:42:34.217Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39012026-04-10T18:42:34.238Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39022026-04-10T18:42:34.276Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39032026-04-10T18:42:34.302Z Checking slog-scope v4.4.1
39042026-04-10T18:42:34.424Z Compiling petname v2.0.2
39052026-04-10T18:42:34.438Z Checking slog-stdlog v4.1.1
39062026-04-10T18:42:34.451Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39072026-04-10T18:42:34.477Z Checking globwalk v0.9.1
39082026-04-10T18:42:34.559Z Checking slog-envlogger v2.2.0
39092026-04-10T18:42:34.572Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39102026-04-10T18:42:34.659Z Checking camino-tempfile-ext v0.3.3
39112026-04-10T18:42:34.677Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39122026-04-10T18:42:34.710Z Checking sapling-renderdag v0.1.0
39132026-04-10T18:42:34.846Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39142026-04-10T18:42:34.860Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39152026-04-10T18:42:34.951Z Checking subprocess v0.2.15
39162026-04-10T18:42:35.027Z Checking sync-ptr v0.1.4
39172026-04-10T18:42:35.075Z Checking colored v2.2.0
39182026-04-10T18:42:35.145Z Checking assert_matches v1.5.0
39192026-04-10T18:42:35.218Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39202026-04-10T18:42:35.234Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39212026-04-10T18:42:35.384Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39222026-04-10T18:42:35.387Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39232026-04-10T18:42:35.991Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39242026-04-10T18:42:37.293Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39252026-04-10T18:42:39.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.29s
39262026-04-10T18:42:39.683Z
39272026-04-10T18:42:39.683Zinfo: running `cargo check --bins` on omicron-repl-utils (209/270)
39282026-04-10T18:42:40.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39292026-04-10T18:42:40.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39302026-04-10T18:42:40.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39312026-04-10T18:42:40.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39322026-04-10T18:42:40.282Z
39332026-04-10T18:42:40.282Zinfo: running `cargo check --bins` on nexus-test-interface (210/270)
39342026-04-10T18:42:40.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39352026-04-10T18:42:40.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39362026-04-10T18:42:40.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39372026-04-10T18:42:40.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39382026-04-10T18:42:40.957Z
39392026-04-10T18:42:40.957Zinfo: running `cargo check --bins` on oximeter-collector (211/270)
39402026-04-10T18:42:41.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39412026-04-10T18:42:41.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39422026-04-10T18:42:41.688Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39432026-04-10T18:42:41.688Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39442026-04-10T18:42:42.342Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39452026-04-10T18:42:43.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.92s
39462026-04-10T18:42:44.209Z
39472026-04-10T18:42:44.209Zinfo: running `cargo check --bins` on oximeter-api (212/270)
39482026-04-10T18:42:44.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-04-10T18:42:44.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-04-10T18:42:44.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39512026-04-10T18:42:44.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39522026-04-10T18:42:44.696Z
39532026-04-10T18:42:44.697Zinfo: running `cargo check --bins` on cert-dev (213/270)
39542026-04-10T18:42:45.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39552026-04-10T18:42:45.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39562026-04-10T18:42:45.296Z Checking yasna v0.5.2
39572026-04-10T18:42:45.699Z Checking rcgen v0.12.1
39582026-04-10T18:42:45.950Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39592026-04-10T18:42:46.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
39602026-04-10T18:42:46.324Z
39612026-04-10T18:42:46.324Zinfo: running `cargo check --bins` on clickana (214/270)
39622026-04-10T18:42:46.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-04-10T18:42:46.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-04-10T18:42:46.962Z Compiling darling_core v0.23.0
39652026-04-10T18:42:46.965Z Compiling instability v0.3.11
39662026-04-10T18:42:47.078Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39672026-04-10T18:42:47.081Z Checking castaway v0.2.4
39682026-04-10T18:42:47.084Z Compiling indoc v2.0.7
39692026-04-10T18:42:47.092Z Checking unicode-truncate v1.1.0
39702026-04-10T18:42:47.111Z Checking lru v0.12.5
39712026-04-10T18:42:47.111Z Checking cassowary v0.3.0
39722026-04-10T18:42:47.181Z Checking compact_str v0.8.1
39732026-04-10T18:42:48.027Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39742026-04-10T18:42:48.212Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39752026-04-10T18:42:48.509Z Compiling darling_macro v0.23.0
39762026-04-10T18:42:48.928Z Compiling darling v0.23.0
39772026-04-10T18:42:49.530Z Checking ratatui v0.29.0
39782026-04-10T18:42:50.586Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39792026-04-10T18:42:51.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.94s
39802026-04-10T18:42:51.453Z
39812026-04-10T18:42:51.454Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (215/270)
39822026-04-10T18:42:51.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39832026-04-10T18:42:51.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39842026-04-10T18:42:52.174Z Checking headers-core v0.3.0
39852026-04-10T18:42:52.174Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39862026-04-10T18:42:52.370Z Checking headers v0.4.1
39872026-04-10T18:42:52.748Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39882026-04-10T18:42:53.590Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39892026-04-10T18:42:54.084Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39902026-04-10T18:42:54.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
39912026-04-10T18:42:54.691Z
39922026-04-10T18:42:54.691Zinfo: running `cargo check --bins` on ch-dev (216/270)
39932026-04-10T18:42:55.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-04-10T18:42:55.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-04-10T18:42:55.414Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39962026-04-10T18:42:56.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
39972026-04-10T18:42:56.350Z
39982026-04-10T18:42:56.350Zinfo: running `cargo check --bins` on dev-tools-common (217/270)
39992026-04-10T18:42:56.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-04-10T18:42:56.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-04-10T18:42:56.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-04-10T18:42:56.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40032026-04-10T18:42:56.825Z
40042026-04-10T18:42:56.825Zinfo: running `cargo check --bins` on crdb-seed (218/270)
40052026-04-10T18:42:57.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-04-10T18:42:57.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-04-10T18:42:57.545Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40082026-04-10T18:42:58.521Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40092026-04-10T18:42:58.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
40102026-04-10T18:42:59.054Z
40112026-04-10T18:42:59.054Zinfo: running `cargo check --bins` on db-dev (219/270)
40122026-04-10T18:42:59.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-04-10T18:42:59.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-04-10T18:42:59.771Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40152026-04-10T18:43:00.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40162026-04-10T18:43:00.745Z
40172026-04-10T18:43:00.745Zinfo: running `cargo check --bins` on omicron-dev-lib (220/270)
40182026-04-10T18:43:01.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-04-10T18:43:01.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-04-10T18:43:01.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40212026-04-10T18:43:01.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40222026-04-10T18:43:01.395Z
40232026-04-10T18:43:01.395Zinfo: running `cargo check --bins` on xtask-downloader (221/270)
40242026-04-10T18:43:01.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-04-10T18:43:01.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-04-10T18:43:01.992Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40272026-04-10T18:43:02.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40282026-04-10T18:43:02.861Z
40292026-04-10T18:43:02.861Zinfo: running `cargo check --bins` on omicron-dropshot-apis (222/270)
40302026-04-10T18:43:03.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-04-10T18:43:03.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-04-10T18:43:03.610Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40332026-04-10T18:43:03.610Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40342026-04-10T18:43:03.610Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40352026-04-10T18:43:03.614Z Checking git-stub v1.0.0
40362026-04-10T18:43:03.614Z Compiling trait-variant v0.1.2
40372026-04-10T18:43:03.614Z Checking is_ci v1.2.0
40382026-04-10T18:43:03.614Z Checking maplit v1.0.2
40392026-04-10T18:43:03.752Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40402026-04-10T18:43:03.804Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40412026-04-10T18:43:03.851Z Checking supports-color v3.0.2
40422026-04-10T18:43:03.884Z Checking git-stub-vcs v0.1.0
40432026-04-10T18:43:03.975Z Checking drift v0.1.3
40442026-04-10T18:43:03.989Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40452026-04-10T18:43:04.003Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40462026-04-10T18:43:04.079Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40472026-04-10T18:43:04.182Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40482026-04-10T18:43:04.259Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40492026-04-10T18:43:04.273Z Checking dropshot-api-manager v0.6.0
40502026-04-10T18:43:04.288Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40512026-04-10T18:43:04.475Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40522026-04-10T18:43:04.503Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40532026-04-10T18:43:04.705Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40542026-04-10T18:43:04.998Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40552026-04-10T18:43:10.016Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40562026-04-10T18:43:11.029Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40572026-04-10T18:43:11.568Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40582026-04-10T18:43:12.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.12s
40592026-04-10T18:43:12.199Z
40602026-04-10T18:43:12.199Zinfo: running `cargo check --bins` on installinator-api (223/270)
40612026-04-10T18:43:12.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-04-10T18:43:12.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-04-10T18:43:12.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40642026-04-10T18:43:12.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40652026-04-10T18:43:12.794Z
40662026-04-10T18:43:12.794Zinfo: running `cargo check --bins` on nexus-external-api (224/270)
40672026-04-10T18:43:13.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-04-10T18:43:13.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-04-10T18:43:13.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40702026-04-10T18:43:13.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40712026-04-10T18:43:13.436Z
40722026-04-10T18:43:13.436Zinfo: running `cargo check --bins` on nexus-internal-api (225/270)
40732026-04-10T18:43:13.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40742026-04-10T18:43:13.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40752026-04-10T18:43:13.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40762026-04-10T18:43:13.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40772026-04-10T18:43:14.078Z
40782026-04-10T18:43:14.078Zinfo: running `cargo check --bins` on nexus-lockstep-api (226/270)
40792026-04-10T18:43:14.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-04-10T18:43:14.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-04-10T18:43:14.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40822026-04-10T18:43:14.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40832026-04-10T18:43:14.718Z
40842026-04-10T18:43:14.718Zinfo: running `cargo check --bins` on ntp-admin-api (227/270)
40852026-04-10T18:43:15.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-04-10T18:43:15.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-04-10T18:43:15.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40882026-04-10T18:43:15.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40892026-04-10T18:43:15.324Z
40902026-04-10T18:43:15.324Zinfo: running `cargo check --bins` on ntp-admin-types-versions (228/270)
40912026-04-10T18:43:15.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-04-10T18:43:15.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-04-10T18:43:15.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40942026-04-10T18:43:15.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40952026-04-10T18:43:15.917Z
40962026-04-10T18:43:15.917Zinfo: running `cargo check --bins` on wicketd-api (229/270)
40972026-04-10T18:43:16.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40982026-04-10T18:43:16.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40992026-04-10T18:43:16.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41002026-04-10T18:43:16.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41012026-04-10T18:43:16.521Z
41022026-04-10T18:43:16.522Zinfo: running `cargo check --bins` on omicron-ls-apis (230/270)
41032026-04-10T18:43:17.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41042026-04-10T18:43:17.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41052026-04-10T18:43:17.124Z Checking typeid v1.0.3
41062026-04-10T18:43:17.237Z Checking ordered-float v2.10.1
41072026-04-10T18:43:17.258Z Checking unicode-xid v0.2.6
41082026-04-10T18:43:17.279Z Checking cargo-platform v0.2.0
41092026-04-10T18:43:17.304Z Checking erased-serde v0.4.9
41102026-04-10T18:43:17.448Z Checking serde-value v0.7.0
41112026-04-10T18:43:17.617Z Checking serde-untagged v0.1.9
41122026-04-10T18:43:17.771Z Checking cargo-util-schemas v0.8.2
41132026-04-10T18:43:18.483Z Checking cargo_metadata v0.21.0
41142026-04-10T18:43:19.086Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41152026-04-10T18:43:19.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
41162026-04-10T18:43:19.939Z
41172026-04-10T18:43:19.940Zinfo: running `cargo check --bins` on mgs-dev (231/270)
41182026-04-10T18:43:20.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41192026-04-10T18:43:20.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41202026-04-10T18:43:20.688Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41212026-04-10T18:43:25.317Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41222026-04-10T18:43:25.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
41232026-04-10T18:43:25.353Z
41242026-04-10T18:43:25.353Zinfo: running `cargo check --bins` on omicron-omdb (232/270)
41252026-04-10T18:43:25.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-04-10T18:43:25.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-04-10T18:43:25.384Z Compiling vergen-gitcl v1.0.8
41282026-04-10T18:43:25.384Z Compiling dirs-sys-next v0.1.2
41292026-04-10T18:43:25.384Z Compiling diesel_derives v2.3.7
41302026-04-10T18:43:25.384Z Compiling crunchy v0.2.4
41312026-04-10T18:43:25.384Z Compiling glob v0.3.3
41322026-04-10T18:43:25.384Z Compiling dsl_auto_type v0.2.0
41332026-04-10T18:43:25.384Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41342026-04-10T18:43:25.384Z Checking scheduled-thread-pool v0.2.7
41352026-04-10T18:43:25.384Z Compiling dirs-next v2.0.0
41362026-04-10T18:43:25.384Z Compiling diesel_table_macro_syntax v0.3.0
41372026-04-10T18:43:25.384Z Compiling tiny-keccak v2.0.2
41382026-04-10T18:43:25.384Z Compiling term v0.7.0
41392026-04-10T18:43:25.384Z Compiling clang-sys v1.8.1
41402026-04-10T18:43:25.384Z Checking r2d2 v0.8.10
41412026-04-10T18:43:25.384Z Compiling bit-vec v0.6.3
41422026-04-10T18:43:25.384Z Checking downcast-rs v2.0.2
41432026-04-10T18:43:25.384Z Compiling bit-set v0.5.3
41442026-04-10T18:43:25.384Z Compiling ascii-canvas v3.0.0
41452026-04-10T18:43:25.384Z Compiling itertools v0.10.5
41462026-04-10T18:43:25.385Z Compiling ena v0.14.4
41472026-04-10T18:43:25.385Z Compiling libloading v0.8.9
41482026-04-10T18:43:25.385Z Compiling diff v0.1.13
41492026-04-10T18:43:25.385Z Compiling regex-syntax v0.6.29
41502026-04-10T18:43:25.385Z Compiling bindgen v0.71.1
41512026-04-10T18:43:25.385Z Compiling cexpr v0.6.0
41522026-04-10T18:43:25.385Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41532026-04-10T18:43:25.385Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41542026-04-10T18:43:25.385Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41552026-04-10T18:43:25.385Z Compiling libxml v0.3.3
41562026-04-10T18:43:25.385Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41572026-04-10T18:43:25.385Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41582026-04-10T18:43:25.385Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41592026-04-10T18:43:25.385Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41602026-04-10T18:43:25.385Z Compiling strum_macros v0.24.3
41612026-04-10T18:43:25.385Z Compiling indoc v1.0.9
41622026-04-10T18:43:25.385Z Compiling lalrpop v0.19.12
41632026-04-10T18:43:26.076Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41642026-04-10T18:43:26.277Z Checking derive_builder v0.20.2
41652026-04-10T18:43:26.398Z Compiling oso-derive v0.27.3
41662026-04-10T18:43:26.414Z Checking quick-xml v0.37.5
41672026-04-10T18:43:26.607Z Compiling impl-trait-for-tuples v0.2.3
41682026-04-10T18:43:26.900Z Checking openssl-probe v0.1.6
41692026-04-10T18:43:27.045Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41702026-04-10T18:43:27.304Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41712026-04-10T18:43:27.499Z Checking bb8 v0.8.6
41722026-04-10T18:43:27.789Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41732026-04-10T18:43:27.809Z Checking nonempty v0.12.0
41742026-04-10T18:43:27.828Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41752026-04-10T18:43:27.976Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41762026-04-10T18:43:28.014Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41772026-04-10T18:43:28.052Z Checking console v0.16.2
41782026-04-10T18:43:28.185Z Checking unit-prefix v0.5.2
41792026-04-10T18:43:28.201Z Checking support-bundle-viewer v0.1.2
41802026-04-10T18:43:28.317Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41812026-04-10T18:43:28.363Z Checking indicatif v0.18.4
41822026-04-10T18:43:28.452Z Checking multimap v0.10.1
41832026-04-10T18:43:28.980Z Checking diesel v2.3.7
41842026-04-10T18:43:30.627Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41852026-04-10T18:43:31.081Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41862026-04-10T18:43:31.635Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41872026-04-10T18:43:32.351Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41882026-04-10T18:43:32.902Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41892026-04-10T18:43:33.204Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41902026-04-10T18:43:33.437Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41912026-04-10T18:43:33.641Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41922026-04-10T18:43:35.703Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41932026-04-10T18:43:40.771Z Compiling samael v0.0.19
41942026-04-10T18:43:44.576Z Checking diesel-dtrace v0.5.0
41952026-04-10T18:43:44.822Z Checking async-bb8-diesel v0.2.1
41962026-04-10T18:43:45.646Z Compiling polar-core v0.27.3
41972026-04-10T18:43:50.094Z Checking oso v0.27.3
41982026-04-10T18:44:27.251Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41992026-04-10T18:45:00.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42002026-04-10T18:45:00.327Z
42012026-04-10T18:45:00.327Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (233/270)
42022026-04-10T18:45:00.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-04-10T18:45:00.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-04-10T18:45:00.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42052026-04-10T18:45:00.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42062026-04-10T18:45:00.979Z
42072026-04-10T18:45:00.979Zinfo: running `cargo check --bins` on nexus-saga-recovery (234/270)
42082026-04-10T18:45:01.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-04-10T18:45:01.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-04-10T18:45:01.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-04-10T18:45:01.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42122026-04-10T18:45:01.627Z
42132026-04-10T18:45:01.627Zinfo: running `cargo check --bins` on nexus-test-utils-macros (235/270)
42142026-04-10T18:45:02.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-04-10T18:45:02.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-04-10T18:45:02.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-04-10T18:45:02.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42182026-04-10T18:45:02.202Z
42192026-04-10T18:45:02.203Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (236/270)
42202026-04-10T18:45:02.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-04-10T18:45:02.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-04-10T18:45:03.062Z Compiling libz-sys v1.1.24
42232026-04-10T18:45:03.187Z Compiling libgit2-sys v0.18.3+1.9.2
42242026-04-10T18:45:03.197Z Compiling vergen-git2 v1.0.7
42252026-04-10T18:45:03.229Z Compiling rustls v0.21.12
42262026-04-10T18:45:03.233Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42272026-04-10T18:45:03.237Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42282026-04-10T18:45:03.237Z Checking rustls-webpki v0.101.7
42292026-04-10T18:45:03.237Z Checking sct v0.7.1
42302026-04-10T18:45:03.396Z Compiling nix v0.29.0
42312026-04-10T18:45:03.408Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42322026-04-10T18:45:03.447Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42332026-04-10T18:45:03.492Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42342026-04-10T18:45:03.569Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42352026-04-10T18:45:03.702Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42362026-04-10T18:45:03.719Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42372026-04-10T18:45:03.780Z Checking rustls-pemfile v1.0.4
42382026-04-10T18:45:03.914Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42392026-04-10T18:45:04.015Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42402026-04-10T18:45:04.204Z Checking twox-hash v2.1.2
42412026-04-10T18:45:04.238Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42422026-04-10T18:45:04.291Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42432026-04-10T18:45:04.898Z Checking tokio-rustls v0.24.1
42442026-04-10T18:45:04.941Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42452026-04-10T18:45:04.970Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42462026-04-10T18:45:04.983Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42472026-04-10T18:45:05.094Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42482026-04-10T18:45:05.477Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42492026-04-10T18:45:05.619Z Checking fatfs v0.3.6
42502026-04-10T18:45:05.637Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42512026-04-10T18:45:05.736Z Compiling seq-macro v0.3.6
42522026-04-10T18:45:10.362Z Compiling git2 v0.20.4
42532026-04-10T18:45:10.417Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42542026-04-10T18:45:10.417Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42552026-04-10T18:45:12.032Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42562026-04-10T18:45:58.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.20s
42572026-04-10T18:45:58.646Z
42582026-04-10T18:45:58.646Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (237/270)
42592026-04-10T18:45:59.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42602026-04-10T18:45:59.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42612026-04-10T18:45:59.533Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42622026-04-10T18:46:38.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.05s
42632026-04-10T18:46:38.935Z
42642026-04-10T18:46:38.935Zinfo: running `cargo check --bins` on nexus-background-task-interface (238/270)
42652026-04-10T18:46:39.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-04-10T18:46:39.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-04-10T18:46:39.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42682026-04-10T18:46:39.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42692026-04-10T18:46:39.526Z
42702026-04-10T18:46:39.526Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (239/270)
42712026-04-10T18:46:40.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-04-10T18:46:40.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-04-10T18:46:40.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42742026-04-10T18:46:40.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42752026-04-10T18:46:40.157Z
42762026-04-10T18:46:40.157Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (240/270)
42772026-04-10T18:46:40.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-04-10T18:46:40.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-04-10T18:46:40.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42802026-04-10T18:46:40.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42812026-04-10T18:46:40.812Z
42822026-04-10T18:46:40.812Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (241/270)
42832026-04-10T18:46:41.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-04-10T18:46:41.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-04-10T18:46:41.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42862026-04-10T18:46:41.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42872026-04-10T18:46:41.465Z
42882026-04-10T18:46:41.465Zinfo: running `cargo check --bins` on nexus-mgs-updates (242/270)
42892026-04-10T18:46:42.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42902026-04-10T18:46:42.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42912026-04-10T18:46:42.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42922026-04-10T18:46:42.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42932026-04-10T18:46:42.109Z
42942026-04-10T18:46:42.109Zinfo: running `cargo check --bins` on nexus-networking (243/270)
42952026-04-10T18:46:42.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42962026-04-10T18:46:42.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42972026-04-10T18:46:42.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42982026-04-10T18:46:42.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42992026-04-10T18:46:42.763Z
43002026-04-10T18:46:42.763Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (244/270)
43012026-04-10T18:46:43.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43022026-04-10T18:46:43.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43032026-04-10T18:46:43.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43042026-04-10T18:46:43.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43052026-04-10T18:46:43.423Z
43062026-04-10T18:46:43.423Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (245/270)
43072026-04-10T18:46:43.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43082026-04-10T18:46:43.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43092026-04-10T18:46:43.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43102026-04-10T18:46:43.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43112026-04-10T18:46:44.080Z
43122026-04-10T18:46:44.080Zinfo: running `cargo check --bins` on omicron-dev (246/270)
43132026-04-10T18:46:44.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43142026-04-10T18:46:44.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43152026-04-10T18:46:44.978Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43162026-04-10T18:46:44.981Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43172026-04-10T18:46:45.165Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43182026-04-10T18:46:45.199Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43192026-04-10T18:46:45.217Z Checking yansi v1.0.1
43202026-04-10T18:46:45.222Z Checking diff v0.1.13
43212026-04-10T18:46:45.222Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43222026-04-10T18:46:45.261Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43232026-04-10T18:46:45.302Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43242026-04-10T18:46:45.460Z Checking pretty_assertions v1.4.1
43252026-04-10T18:46:46.119Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43262026-04-10T18:47:09.636Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43272026-04-10T18:47:09.639Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43282026-04-10T18:47:09.639Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43292026-04-10T18:47:09.639Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43302026-04-10T18:47:09.639Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43312026-04-10T18:47:09.639Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43322026-04-10T18:47:10.337Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43332026-04-10T18:47:11.426Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43342026-04-10T18:47:50.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43352026-04-10T18:47:50.437Z
43362026-04-10T18:47:50.437Zinfo: running `cargo check --bins` on omicron-pins (247/270)
43372026-04-10T18:47:50.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43382026-04-10T18:47:50.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43392026-04-10T18:47:50.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43402026-04-10T18:47:50.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43412026-04-10T18:47:51.030Z
43422026-04-10T18:47:51.030Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (248/270)
43432026-04-10T18:47:51.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43442026-04-10T18:47:51.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43452026-04-10T18:47:51.808Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43462026-04-10T18:47:51.930Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43472026-04-10T18:47:51.933Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43482026-04-10T18:48:17.524Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43492026-04-10T18:48:17.899Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43502026-04-10T18:48:19.592Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43512026-04-10T18:48:20.036Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43522026-04-10T18:48:22.981Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43532026-04-10T18:48:45.611Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43542026-04-10T18:48:46.245Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43552026-04-10T18:48:47.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.83s
43562026-04-10T18:48:48.087Z
43572026-04-10T18:48:48.087Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (249/270)
43582026-04-10T18:48:48.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43592026-04-10T18:48:48.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43602026-04-10T18:48:48.815Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43612026-04-10T18:48:49.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
43622026-04-10T18:48:49.689Z
43632026-04-10T18:48:49.689Zinfo: running `cargo check --bins` on omicron-releng (250/270)
43642026-04-10T18:48:50.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43652026-04-10T18:48:50.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43662026-04-10T18:48:50.345Z Compiling blake3 v1.8.3
43672026-04-10T18:48:50.455Z Checking constant_time_eq v0.4.2
43682026-04-10T18:48:50.458Z Checking arrayvec v0.7.6
43692026-04-10T18:48:50.458Z Checking arrayref v0.3.9
43702026-04-10T18:48:50.474Z Checking topological-sort v0.2.2
43712026-04-10T18:48:50.477Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43722026-04-10T18:48:50.477Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43732026-04-10T18:48:50.477Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43742026-04-10T18:48:50.525Z Checking shell-words v1.1.1
43752026-04-10T18:48:51.239Z Checking omicron-zone-package v0.12.2
43762026-04-10T18:48:51.957Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43772026-04-10T18:48:52.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
43782026-04-10T18:48:52.970Z
43792026-04-10T18:48:52.970Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (251/270)
43802026-04-10T18:48:53.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43812026-04-10T18:48:53.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43822026-04-10T18:48:53.619Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43832026-04-10T18:48:53.942Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43842026-04-10T18:48:54.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
43852026-04-10T18:48:54.527Z
43862026-04-10T18:48:54.527Zinfo: running `cargo check --bins` on schema (252/270)
43872026-04-10T18:48:55.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43882026-04-10T18:48:55.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43892026-04-10T18:48:55.258Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43902026-04-10T18:48:55.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
43912026-04-10T18:48:56.157Z
43922026-04-10T18:48:56.157Zinfo: running `cargo check --bins` on xtask (253/270)
43932026-04-10T18:48:56.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43942026-04-10T18:48:56.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43952026-04-10T18:48:56.619Z Checking libc v0.2.180
43962026-04-10T18:48:56.622Z Checking serde v1.0.228
43972026-04-10T18:48:56.707Z Checking zerofrom v0.1.6
43982026-04-10T18:48:56.711Z Checking bitflags v2.11.0
43992026-04-10T18:48:56.716Z Checking smallvec v1.15.1
44002026-04-10T18:48:56.716Z Checking hashbrown v0.16.1
44012026-04-10T18:48:56.731Z Checking serde_json v1.0.149
44022026-04-10T18:48:56.734Z Checking scroll v0.12.0
44032026-04-10T18:48:56.804Z Checking yoke v0.8.1
44042026-04-10T18:48:56.855Z Checking num-traits v0.2.19
44052026-04-10T18:48:56.891Z Checking thiserror v1.0.69
44062026-04-10T18:48:56.964Z Checking log v0.4.29
44072026-04-10T18:48:56.974Z Checking zerovec v0.11.5
44082026-04-10T18:48:56.987Z Checking zerotrie v0.2.3
44092026-04-10T18:48:56.999Z Checking errno v0.3.14
44102026-04-10T18:48:57.084Z Checking toml_datetime v0.6.11
44112026-04-10T18:48:57.111Z Checking serde_spanned v0.6.9
44122026-04-10T18:48:57.114Z Checking rustix v1.1.3
44132026-04-10T18:48:57.167Z Checking indexmap v2.13.0
44142026-04-10T18:48:57.230Z Checking percent-encoding v2.3.2
44152026-04-10T18:48:57.242Z Checking goblin v0.8.2
44162026-04-10T18:48:57.262Z Checking zerocopy v0.7.35
44172026-04-10T18:48:57.340Z Checking getrandom v0.3.4
44182026-04-10T18:48:57.371Z Checking form_urlencoded v1.2.2
44192026-04-10T18:48:57.383Z Checking ordered-float v2.10.1
44202026-04-10T18:48:57.404Z Checking tinystr v0.8.2
44212026-04-10T18:48:57.473Z Checking potential_utf v0.1.4
44222026-04-10T18:48:57.500Z Checking thiserror v2.0.18
44232026-04-10T18:48:57.583Z Checking icu_locale_core v2.1.1
44242026-04-10T18:48:57.603Z Checking icu_collections v2.1.1
44252026-04-10T18:48:57.606Z Checking syn v2.0.117
44262026-04-10T18:48:57.613Z Checking serde-value v0.7.0
44272026-04-10T18:48:57.706Z Checking toml_edit v0.22.27
44282026-04-10T18:48:57.751Z Checking dtrace-parser v0.2.0
44292026-04-10T18:48:57.823Z Checking thread-id v4.2.2
44302026-04-10T18:48:57.904Z Checking once_cell v1.21.3
44312026-04-10T18:48:57.917Z Checking cargo-platform v0.2.0
44322026-04-10T18:48:57.934Z Checking terminal_size v0.4.3
44332026-04-10T18:48:57.988Z Checking memmap v0.7.0
44342026-04-10T18:48:58.046Z Checking clap_builder v4.5.60
44352026-04-10T18:48:58.075Z Checking tempfile v3.25.0
44362026-04-10T18:48:58.091Z Checking textwrap v0.16.2
44372026-04-10T18:48:58.118Z Checking fs-err v3.3.0
44382026-04-10T18:48:58.144Z Checking icu_provider v2.1.1
44392026-04-10T18:48:58.266Z Checking camino-tempfile v1.4.1
44402026-04-10T18:48:58.296Z Checking tabled v0.15.0
44412026-04-10T18:48:58.296Z Checking anyhow v1.0.102
44422026-04-10T18:48:58.393Z Checking icu_normalizer v2.1.1
44432026-04-10T18:48:58.420Z Checking icu_properties v2.1.2
44442026-04-10T18:48:58.504Z Checking macaddr v1.0.1
44452026-04-10T18:48:58.686Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44462026-04-10T18:48:58.800Z Checking toml v0.8.23
44472026-04-10T18:48:59.120Z Checking cargo_toml v0.21.0
44482026-04-10T18:48:59.145Z Checking dof v0.3.0
44492026-04-10T18:48:59.249Z Checking idna_adapter v1.2.1
44502026-04-10T18:48:59.266Z Checking clap v4.5.60
44512026-04-10T18:48:59.367Z Checking idna v1.1.0
44522026-04-10T18:48:59.445Z Checking usdt-impl v0.5.0
44532026-04-10T18:48:59.597Z Checking url v2.5.8
44542026-04-10T18:48:59.701Z Checking usdt v0.5.0
44552026-04-10T18:48:59.954Z Checking cargo-util-schemas v0.8.2
44562026-04-10T18:49:00.637Z Checking cargo_metadata v0.21.0
44572026-04-10T18:49:01.242Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44582026-04-10T18:49:01.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.49s
44592026-04-10T18:49:01.783Z
44602026-04-10T18:49:01.783Zinfo: running `cargo check --bins` on dnsadm (254/270)
44612026-04-10T18:49:02.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-04-10T18:49:02.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-04-10T18:49:02.422Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44642026-04-10T18:49:02.911Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44652026-04-10T18:49:03.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
44662026-04-10T18:49:03.490Z
44672026-04-10T18:49:03.490Zinfo: running `cargo check --bins` on end-to-end-tests (255/270)
44682026-04-10T18:49:04.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44692026-04-10T18:49:04.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44702026-04-10T18:49:04.292Z Checking polyval v0.6.2
44712026-04-10T18:49:04.416Z Checking ctr v0.9.2
44722026-04-10T18:49:04.425Z Checking ssh-encoding v0.2.0
44732026-04-10T18:49:04.426Z Checking blowfish v0.9.1
44742026-04-10T18:49:04.445Z Checking password-hash v0.4.2
44752026-04-10T18:49:04.461Z Checking p521 v0.13.3
44762026-04-10T18:49:04.461Z Checking p256 v0.13.2
44772026-04-10T18:49:04.487Z Checking russh-cryptovec v0.7.3
44782026-04-10T18:49:04.557Z Checking ghash v0.5.1
44792026-04-10T18:49:04.571Z Checking bcrypt-pbkdf v0.10.0
44802026-04-10T18:49:04.574Z Checking md5 v0.7.0
44812026-04-10T18:49:04.601Z Checking num-bigint v0.4.6
44822026-04-10T18:49:04.653Z Checking des v0.8.1
44832026-04-10T18:49:04.670Z Checking pbkdf2 v0.11.0
44842026-04-10T18:49:04.689Z Checking aes-gcm v0.10.3
44852026-04-10T18:49:04.715Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44862026-04-10T18:49:04.769Z Checking hex-literal v0.4.1
44872026-04-10T18:49:04.794Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44882026-04-10T18:49:04.809Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44892026-04-10T18:49:04.837Z Checking internet-checksum v0.2.1
44902026-04-10T18:49:04.840Z Checking ssh-cipher v0.2.0
44912026-04-10T18:49:04.997Z Checking ssh-key v0.6.7
44922026-04-10T18:49:05.066Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44932026-04-10T18:49:05.618Z Checking russh-keys v0.45.0
44942026-04-10T18:49:06.158Z Checking russh v0.45.0
44952026-04-10T18:49:21.537Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44962026-04-10T18:49:22.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.26s
44972026-04-10T18:49:22.965Z
44982026-04-10T18:49:22.965Zinfo: running `cargo check --bins` on gateway-cli (256/270)
44992026-04-10T18:49:23.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45002026-04-10T18:49:23.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45012026-04-10T18:49:23.606Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45022026-04-10T18:49:23.713Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45032026-04-10T18:49:23.722Z Checking termios v0.3.3
45042026-04-10T18:49:24.925Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45052026-04-10T18:49:25.074Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45062026-04-10T18:49:26.867Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45072026-04-10T18:49:27.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
45082026-04-10T18:49:27.615Z
45092026-04-10T18:49:27.615Zinfo: running `cargo check --bins --no-default-features` on installinator (257/270)
45102026-04-10T18:49:28.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45112026-04-10T18:49:28.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45122026-04-10T18:49:28.326Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45132026-04-10T18:49:28.329Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45142026-04-10T18:49:28.449Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45152026-04-10T18:49:28.454Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45162026-04-10T18:49:28.462Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45172026-04-10T18:49:28.466Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45182026-04-10T18:49:29.188Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45192026-04-10T18:49:29.564Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45202026-04-10T18:49:29.567Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45212026-04-10T18:49:30.191Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45222026-04-10T18:49:31.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
45232026-04-10T18:49:32.010Z
45242026-04-10T18:49:32.011Zinfo: running `cargo check --bins` on internal-dns-cli (258/270)
45252026-04-10T18:49:32.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45262026-04-10T18:49:32.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45272026-04-10T18:49:32.649Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45282026-04-10T18:49:33.102Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45292026-04-10T18:49:33.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45302026-04-10T18:49:33.621Z
45312026-04-10T18:49:33.621Zinfo: running `cargo check --bins` on omicron-live-tests (259/270)
45322026-04-10T18:49:34.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45332026-04-10T18:49:34.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45342026-04-10T18:49:34.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45352026-04-10T18:49:34.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45362026-04-10T18:49:34.214Z
45372026-04-10T18:49:34.214Zinfo: running `cargo check --bins` on live-tests-macros (260/270)
45382026-04-10T18:49:34.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45392026-04-10T18:49:34.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45402026-04-10T18:49:34.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45412026-04-10T18:49:34.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45422026-04-10T18:49:34.812Z
45432026-04-10T18:49:34.812Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (261/270)
45442026-04-10T18:49:35.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45452026-04-10T18:49:35.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45462026-04-10T18:49:35.570Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45472026-04-10T18:49:36.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45482026-04-10T18:49:36.361Z
45492026-04-10T18:49:36.361Zinfo: running `cargo check --bins` on omicron-ntp-admin (262/270)
45502026-04-10T18:49:36.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45512026-04-10T18:49:36.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45522026-04-10T18:49:37.014Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45532026-04-10T18:49:37.017Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45542026-04-10T18:49:37.266Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45552026-04-10T18:49:37.267Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45562026-04-10T18:49:38.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
45572026-04-10T18:49:38.245Z
45582026-04-10T18:49:38.245Zinfo: running `cargo check --bins` on ntp-admin-types (263/270)
45592026-04-10T18:49:38.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45602026-04-10T18:49:38.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45612026-04-10T18:49:38.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45622026-04-10T18:49:38.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45632026-04-10T18:49:38.845Z
45642026-04-10T18:49:38.845Zinfo: running `cargo check --bins` on omicron-package (264/270)
45652026-04-10T18:49:39.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-04-10T18:49:39.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-04-10T18:49:39.525Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45682026-04-10T18:49:40.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
45692026-04-10T18:49:40.804Z
45702026-04-10T18:49:40.804Zinfo: running `cargo check --bins` on tqdb (265/270)
45712026-04-10T18:49:41.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45722026-04-10T18:49:41.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45732026-04-10T18:49:41.588Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45742026-04-10T18:49:41.946Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45752026-04-10T18:49:42.460Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45762026-04-10T18:49:42.460Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45772026-04-10T18:49:47.679Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45782026-04-10T18:49:48.318Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45792026-04-10T18:49:48.322Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45802026-04-10T18:49:48.322Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45812026-04-10T18:49:48.322Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45822026-04-10T18:49:49.068Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45832026-04-10T18:49:50.040Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45842026-04-10T18:49:50.820Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45852026-04-10T18:49:51.433Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45862026-04-10T18:49:55.921Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45872026-04-10T18:50:02.211Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45882026-04-10T18:50:02.215Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45892026-04-10T18:50:02.215Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45902026-04-10T18:50:02.215Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45912026-04-10T18:50:03.660Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45922026-04-10T18:50:04.959Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45932026-04-10T18:50:05.616Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45942026-04-10T18:50:06.841Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45952026-04-10T18:50:07.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.55s
45962026-04-10T18:50:07.583Z
45972026-04-10T18:50:07.583Zinfo: running `cargo check --bins` on wicket-dbg (266/270)
45982026-04-10T18:50:08.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45992026-04-10T18:50:08.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46002026-04-10T18:50:08.284Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46012026-04-10T18:50:08.287Z Checking rtoolbox v0.0.3
46022026-04-10T18:50:08.287Z Checking tui-tree-widget v0.23.1
46032026-04-10T18:50:08.505Z Checking rpassword v7.4.0
46042026-04-10T18:50:09.401Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46052026-04-10T18:50:12.386Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46062026-04-10T18:50:14.155Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46072026-04-10T18:50:15.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.43s
46082026-04-10T18:50:15.220Z
46092026-04-10T18:50:15.220Zinfo: running `cargo check --bins` on wicket (267/270)
46102026-04-10T18:50:15.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46112026-04-10T18:50:15.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46122026-04-10T18:50:15.920Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46132026-04-10T18:50:16.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
46142026-04-10T18:50:16.454Z
46152026-04-10T18:50:16.454Zinfo: running `cargo check --bins` on wicketd (268/270)
46162026-04-10T18:50:16.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46172026-04-10T18:50:16.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46182026-04-10T18:50:17.173Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46192026-04-10T18:50:17.178Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46202026-04-10T18:50:17.178Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46212026-04-10T18:50:17.178Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46222026-04-10T18:50:18.137Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46232026-04-10T18:50:18.693Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46242026-04-10T18:50:21.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.15s
46252026-04-10T18:50:21.811Z
46262026-04-10T18:50:21.811Zinfo: running `cargo check --bins` on omicron-workspace-hack (269/270)
46272026-04-10T18:50:22.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46282026-04-10T18:50:22.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46292026-04-10T18:50:22.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46302026-04-10T18:50:22.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46312026-04-10T18:50:22.391Z
46322026-04-10T18:50:22.391Zinfo: running `cargo check --bins` on zone-setup (270/270)
46332026-04-10T18:50:22.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46342026-04-10T18:50:22.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46352026-04-10T18:50:23.060Z Checking uzers v0.12.2
46362026-04-10T18:50:23.332Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46372026-04-10T18:50:24.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
46382026-04-10T18:50:24.282Z
46392026-04-10T18:50:24.287Zreal 14:04.089405265
46402026-04-10T18:50:24.287Zuser 20:23.935546393
46412026-04-10T18:50:24.287Zsys 4:11.142006415
46422026-04-10T18:50:24.287Ztrap 0.320555570
46432026-04-10T18:50:24.287Ztflt 0.326867241
46442026-04-10T18:50:24.287Zdflt 0.778951878
46452026-04-10T18:50:24.287Zkflt 0.001375223
46462026-04-10T18:50:24.287Zlock 1:17:09.723633098
46472026-04-10T18:50:24.287Zslp 1:37:44.926829309
46482026-04-10T18:50:24.287Zlat 55.749286219
46492026-04-10T18:50:24.287Zstop 3:27.628448352
46502026-04-10T18:50:24.287Zprocess exited: duration 1020330 ms, exit code 0
 
46512026-04-10T18:50:24.297Zfound 0 output files