01KM1EEFFGGM081JTCHBKV65AX: 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: 01KM1EF6RG2YMNCZTA3VBC6BC7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-18T21:44:17.560Zjob assigned to worker 01KM1EDM9XRMBVPKN677NVGJDD [factory aws, i-07c74d14ef213dd52] (queued for 31 s)
 
22026-03-18T21:44:25.481Zstarting task 0: "setup"
32026-03-18T21:44:25.485Z++ uname -s
42026-03-18T21:44:25.490Z+ kern=SunOS
52026-03-18T21:44:25.490Z+ build_user=build
62026-03-18T21:44:25.490Z+ build_uid=12345
72026-03-18T21:44:25.490Z+ work_dir=/work
82026-03-18T21:44:25.490Z+ input_dir=/input
92026-03-18T21:44:25.490Z+ [[ 0 == 12345 ]]
102026-03-18T21:44:25.490Z+ case "$kern" in
112026-03-18T21:44:25.490Z+ groupadd -g 12345 build
122026-03-18T21:44:25.493Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-18T21:44:27.497Z+ zfs create -o mountpoint=/work rpool/work
142026-03-18T21:44:27.598Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-18T21:44:27.603Z+ home_fs=zfs
162026-03-18T21:44:27.603Z+ [[ zfs == autofs ]]
172026-03-18T21:44:27.603Z+ mkdir -p /home/build
182026-03-18T21:44:27.603Z+ chown build:build /home/build /work
192026-03-18T21:44:29.603Z+ chmod 0700 /home/build /work
202026-03-18T21:44:29.606Zprocess exited: duration 4124 ms, exit code 0
 
212026-03-18T21:44:29.615Zstarting task 1: "rust-toolchain"
222026-03-18T21:44:29.619Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-18T21:44:29.619Z * rust toolchain channel = "1.94.0"
242026-03-18T21:44:29.619Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-18T21:44:29.619Z * rust toolchain profile = "default"
262026-03-18T21:44:29.619Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-18T21:44:29.619Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-18T21:44:29.623Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-18T21:44:29.623Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-18T21:44:29.758Zinfo: downloading installer
312026-03-18T21:44:31.424Zwarn: It looks like you have an existing installation of Rust at:
322026-03-18T21:44:31.424Zwarn: /opt/ooce/bin
332026-03-18T21:44:31.424Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-18T21:44:31.424Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-18T21:44:31.424Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-18T21:44:31.425Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-18T21:44:31.425Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-18T21:44:31.425Zerror: cannot install while Rust is installed
392026-03-18T21:44:31.425Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-18T21:44:31.426Zwarn: It looks like you have an existing rustup settings file at:
412026-03-18T21:44:31.426Zwarn: /home/build/.rustup/settings.toml
422026-03-18T21:44:31.426Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-18T21:44:31.426Zwarn: instead of the one inferred from the default host triple.
442026-03-18T21:44:31.441Zinfo: profile set to default
452026-03-18T21:44:31.441Zinfo: default host triple is x86_64-unknown-illumos
462026-03-18T21:44:31.444Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-18T21:44:31.596Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-18T21:44:31.599Zinfo: downloading 6 components
492026-03-18T21:44:47.157Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-18T21:44:47.158Z
512026-03-18T21:44:47.191Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-18T21:44:47.191Z
532026-03-18T21:44:47.196Z
542026-03-18T21:44:47.196ZRust is installed now. Great!
552026-03-18T21:44:47.196Z
562026-03-18T21:44:47.196ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-18T21:44:47.196Zenvironment variable. This has not been done automatically.
582026-03-18T21:44:47.197Z
592026-03-18T21:44:47.197ZTo configure your current shell, you need to source
602026-03-18T21:44:47.197Zthe corresponding env file under $HOME/.cargo.
612026-03-18T21:44:47.197Z
622026-03-18T21:44:47.197ZThis is usually done by running one of the following (note the leading DOT):
632026-03-18T21:44:47.197Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-18T21:44:47.197Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-18T21:44:47.197Zsource "~/.cargo/env.nu" # For nushell
662026-03-18T21:44:47.197Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-18T21:44:47.197Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-18T21:44:47.197Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-18T21:44:47.197Zwarn: no default linker (`cc`) was found in your PATH
702026-03-18T21:44:47.198Zwarn: many Rust crates require a system C toolchain to build
712026-03-18T21:44:47.295Z+ rustup --version
722026-03-18T21:44:47.312Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-18T21:44:47.319Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-18T21:44:47.333Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-18T21:44:47.343Z+ cargo --version
762026-03-18T21:44:47.354Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-18T21:44:47.359Z+ rustc --version
782026-03-18T21:44:47.382Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-18T21:44:47.390Zprocess exited: duration 17758 ms, exit code 0
 
802026-03-18T21:44:47.397Zstarting task 2: "authentication"
812026-03-18T21:44:47.418Zprocess exited: duration 20 ms, exit code 0
 
822026-03-18T21:44:47.424Zstarting task 3: "clone repository"
832026-03-18T21:44:47.429Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-18T21:44:47.433Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-18T21:44:47.471ZCloning into '/work/oxidecomputer/omicron'...
862026-03-18T21:47:47.449Z+ cd /work/oxidecomputer/omicron
872026-03-18T21:47:47.449Z+ git fetch origin fe850496ee861ae58a5f5dd07185474a5833d93a
882026-03-18T21:47:48.065ZFrom https://github.com/oxidecomputer/omicron
892026-03-18T21:47:48.065Z * branch fe850496ee861ae58a5f5dd07185474a5833d93a -> FETCH_HEAD
902026-03-18T21:47:48.077Z+ [[ -n enable-synchronization ]]
912026-03-18T21:47:48.080Z++ git branch --show-current
922026-03-18T21:47:48.080Z+ current=main
932026-03-18T21:47:48.080Z+ [[ main != enable-synchronization ]]
942026-03-18T21:47:48.080Z+ git branch -f enable-synchronization fe850496ee861ae58a5f5dd07185474a5833d93a
952026-03-18T21:47:48.083Z+ git checkout -f enable-synchronization
962026-03-18T21:47:48.405ZSwitched to branch 'enable-synchronization'
972026-03-18T21:47:48.410Z+ git reset --hard fe850496ee861ae58a5f5dd07185474a5833d93a
982026-03-18T21:47:48.427ZHEAD is now at fe850496e Undo disabling synchronous writeback
992026-03-18T21:47:48.430Zprocess exited: duration 180896 ms, exit code 0
 
1002026-03-18T21:47:48.436Zstarting task 4: "build"
1012026-03-18T21:47:48.440Z+ source .github/buildomat/ci-env.sh
1022026-03-18T21:47:48.444Z++ export CARGO_TERM_COLOR=always
1032026-03-18T21:47:48.444Z++ CARGO_TERM_COLOR=always
1042026-03-18T21:47:48.444Z+ cargo --version
1052026-03-18T21:47:48.453Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-18T21:47:48.456Z+ rustc --version
1072026-03-18T21:47:48.480Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-18T21:47:48.484Z+ source ./env.sh
1092026-03-18T21:47:48.484Z++ OLD_SHELL_OPTS=ehxB
1102026-03-18T21:47:48.484Z++ set -o xtrace
1112026-03-18T21:47:48.487Z++++ dirname ./env.sh
1122026-03-18T21:47:48.488Z+++ readlink -f .
1132026-03-18T21:47:48.491Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-18T21:47:48.491Z++ 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-03-18T21:47:48.491Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-03-18T21:47:48.491Z++ 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-03-18T21:47:48.491Z++ 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-03-18T21:47:48.491Z++ 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-03-18T21:47:48.491Z++ 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-03-18T21:47:48.491Z++ 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-03-18T21:47:48.491Z++ 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-03-18T21:47:48.491Z++ case $OLD_SHELL_OPTS in
1232026-03-18T21:47:48.491Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-18T21:47:48.491Z+ 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-03-18T21:47:48.491Z+ 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-03-18T21:47:48.491Z+ banner prerequisites
1272026-03-18T21:47:48.491Z
1282026-03-18T21:47:48.491Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-18T21:47:48.491Z # # # # # # # # # # # # # # #
1302026-03-18T21:47:48.491Z # # # # ##### # # ##### # # # # # #### #
1312026-03-18T21:47:48.491Z ##### ##### # ##### # # # # # # # # #
1322026-03-18T21:47:48.491Z # # # # # # # # # # # # # # #
1332026-03-18T21:47:48.491Z # # # ###### # # ###### ### # #### # #### #
1342026-03-18T21:47:48.491Z
1352026-03-18T21:47:48.495Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-18T21:47:58.744Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-18T21:48:08.803Z Startup: Caching catalogs ... Done
1382026-03-18T21:48:31.217ZPlanning: Solver setup ... Done (20.927s)
1392026-03-18T21:48:31.369ZPlanning: Running solver ... Done (0.152s)
1402026-03-18T21:48:31.551ZPlanning: Finding local manifests ... Done (0.003s)
1412026-03-18T21:48:31.574ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-18T21:48:32.333ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-18T21:48:32.376ZPlanning: Package planning ... Done (0.043s)
1442026-03-18T21:48:32.419ZPlanning: Merging actions ... Done (0.040s)
1452026-03-18T21:48:32.655ZPlanning: Checking for conflicting actions ... Done (0.238s)
1462026-03-18T21:48:32.668ZPlanning: Consolidating action changes ... Done (0.010s)
1472026-03-18T21:48:33.535ZPlanning: Evaluating mediators ... Done (0.868s)
1482026-03-18T21:48:33.542ZPlanning: Planning completed in 24.58 seconds
1492026-03-18T21:48:33.555Z Packages to install: 4
1502026-03-18T21:48:33.559Z Mediators to change: 2
1512026-03-18T21:48:33.559Z Services to change: 1
1522026-03-18T21:48:33.559Z Estimated space available: 155.43 GB
1532026-03-18T21:48:33.559ZEstimated space to be consumed: 1.83 GB
1542026-03-18T21:48:33.559Z Create boot environment: No
1552026-03-18T21:48:33.559ZCreate backup boot environment: No
1562026-03-18T21:48:33.559Z Rebuild boot archive: No
1572026-03-18T21:48:33.559Z
1582026-03-18T21:48:33.559ZChanged mediators:
1592026-03-18T21:48:33.559Z mediator clang:
1602026-03-18T21:48:33.559Z version: None -> 15 (system default)
1612026-03-18T21:48:33.559Z
1622026-03-18T21:48:33.559Z mediator llvm:
1632026-03-18T21:48:33.559Z version: 14 (system default) -> 15 (system default)
1642026-03-18T21:48:33.560Z
1652026-03-18T21:48:33.560ZChanged packages:
1662026-03-18T21:48:33.560Zhelios-dev
1672026-03-18T21:48:33.560Z developer/build-essential
1682026-03-18T21:48:33.560Z None -> 11-2.0
1692026-03-18T21:48:33.560Z library/libxmlsec1
1702026-03-18T21:48:33.560Z None -> 1.2.35-2.0
1712026-03-18T21:48:33.560Z ooce/developer/clang-15
1722026-03-18T21:48:33.560Z None -> 15.0.7-2.0
1732026-03-18T21:48:33.560Z ooce/developer/llvm-15
1742026-03-18T21:48:33.560Z None -> 15.0.7-2.0
1752026-03-18T21:48:33.560Z
1762026-03-18T21:48:33.560ZServices:
1772026-03-18T21:48:33.560Z restart_fmri:
1782026-03-18T21:48:33.560Z svc:/system/update-man-index:default
1792026-03-18T21:48:33.605Z
1802026-03-18T21:48:33.605ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-18T21:48:38.847ZDownload: 2216/3290 items 119.2/212.6MB 56% complete (25.8M/s)
1822026-03-18T21:48:44.213ZDownload: 3283/3290 items 209.6/212.6MB 98% complete (20.9M/s)
1832026-03-18T21:48:44.266ZDownload: Completed 212.60 MB in 10.65 seconds (20.0M/s)
1842026-03-18T21:48:44.526Z Actions: 1/3689 actions (Installing new actions)
1852026-03-18T21:48:48.644Z Actions: Completed 3689 actions in 4.11 seconds.
1862026-03-18T21:48:49.017Z Done (0.370s)
1872026-03-18T21:48:49.017Z Done (0.000s)
1882026-03-18T21:48:50.015Z Done (1.000s)
1892026-03-18T21:48:54.184Z Done (3.814s)
1902026-03-18T21:48:54.266Z Done (0.017s)
1912026-03-18T21:48:54.271Z Done (0.000s)
1922026-03-18T21:48:54.419Z Done (0.000s)
1932026-03-18T21:48:55.385ZPlanning: Evaluating mediator changes ... Done
1942026-03-18T21:48:55.533ZPlanning: Checking for conflicting actions ... Done
1952026-03-18T21:48:55.537ZPlanning: Consolidating action changes ... Done
1962026-03-18T21:48:55.761ZPlanning: Evaluating mediators ... Done
1972026-03-18T21:48:55.764ZPlanning: Planning completed in 0.38 seconds
1982026-03-18T21:48:55.789Z Mediators to change: 2
1992026-03-18T21:48:55.789Z Create boot environment: No
2002026-03-18T21:48:55.795ZCreate backup boot environment: No
2012026-03-18T21:48:55.859Z Done
2022026-03-18T21:48:55.859Z Done
2032026-03-18T21:48:56.617Z Done
2042026-03-18T21:48:59.937Z Done
2052026-03-18T21:49:00.020Z Done
2062026-03-18T21:49:00.025Z Done
2072026-03-18T21:49:00.184Z Done
2082026-03-18T21:49:00.720ZPlanning: Evaluating mediator changes ... Done
2092026-03-18T21:49:00.724ZPlanning: Merging actions ... Done
2102026-03-18T21:49:00.889ZPlanning: Checking for conflicting actions ... Done
2112026-03-18T21:49:00.895ZPlanning: Consolidating action changes ... Done
2122026-03-18T21:49:01.111ZPlanning: Evaluating mediators ... Done
2132026-03-18T21:49:01.154ZPlanning: Planning completed in 0.64 seconds
2142026-03-18T21:49:01.184Z Packages to change: 1
2152026-03-18T21:49:01.184Z Mediators to change: 1
2162026-03-18T21:49:01.187Z Services to change: 1
2172026-03-18T21:49:01.187Z Create boot environment: No
2182026-03-18T21:49:01.188ZCreate backup boot environment: Yes
2192026-03-18T21:49:03.804Z Actions: 1/6 actions (Updating modified actions)
2202026-03-18T21:49:03.809Z Actions: Completed 6 actions in 0.00 seconds.
2212026-03-18T21:49:03.809Z Done
2222026-03-18T21:49:03.809Z Done
2232026-03-18T21:49:03.992Z Done
2242026-03-18T21:49:07.289Z Done
2252026-03-18T21:49:07.375Z Done
2262026-03-18T21:49:07.379Z Done
2272026-03-18T21:49:07.548Z Done
2282026-03-18T21:49:07.930ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292026-03-18T21:49:07.930Zclang system 15 system
2302026-03-18T21:49:07.930Zcsh system system illumos
2312026-03-18T21:49:07.930Zctags system system illumos
2322026-03-18T21:49:07.930Zfile system system illumos
2332026-03-18T21:49:07.931Zgcc vendor 12 vendor
2342026-03-18T21:49:07.931Zgcc system 10 system
2352026-03-18T21:49:07.931Zgcc system 7 system
2362026-03-18T21:49:07.931Zgo system 1.20 system
2372026-03-18T21:49:07.931Zgo system 1.19 system
2382026-03-18T21:49:07.931Zllvm system 15 system
2392026-03-18T21:49:07.931Zllvm system 14 system
2402026-03-18T21:49:07.931Zmariadb system 10.6 system
2412026-03-18T21:49:07.931Zmta vendor vendor dma
2422026-03-18T21:49:07.931Zopenjdk system 17 system
2432026-03-18T21:49:07.931Zopenjdk system 11 system
2442026-03-18T21:49:07.931Zopenjdk system 1.8 system
2452026-03-18T21:49:07.931Zopenssl vendor 3 vendor
2462026-03-18T21:49:07.931Zperl system 5.36 system
2472026-03-18T21:49:07.931Zpostgresql system 15 system
2482026-03-18T21:49:07.931Zpostgresql system 13 system
2492026-03-18T21:49:07.932Zpython vendor 3 vendor
2502026-03-18T21:49:07.932Zpython system 2 system
2512026-03-18T21:49:07.932Zpython3 system 3.11 system
2522026-03-18T21:49:07.932Zruby system 3.0 system
2532026-03-18T21:49:07.932Zwords vendor vendor american-english
2542026-03-18T21:49:07.932Zwords system system australian-english
2552026-03-18T21:49:07.932Zwords system system british-english
2562026-03-18T21:49:07.932Zwords system system canadian-english
2572026-03-18T21:49:07.933Zwords system system french
2582026-03-18T21:49:07.933Zwords system system italian
2592026-03-18T21:49:07.933Zwords system system ngerman
2602026-03-18T21:49:07.933Zwords system system ogerman
2612026-03-18T21:49:07.933Zwords system system spanish
2622026-03-18T21:49:08.228ZPUBLISHER TYPE STATUS P LOCATION
2632026-03-18T21:49:08.228Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642026-03-18T21:49:14.164ZFMRI IFO
2652026-03-18T21:49:14.164Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662026-03-18T21:49:14.164Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672026-03-18T21:49:14.164Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682026-03-18T21:49:14.165Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692026-03-18T21:49:14.165Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702026-03-18T21:49:14.165Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2712026-03-18T21:49:14.165Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2722026-03-18T21:49:14.165Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2732026-03-18T21:49:14.165Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2742026-03-18T21:49:14.165Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2752026-03-18T21:49:14.165Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2762026-03-18T21:49:14.165Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2772026-03-18T21:49:14.165Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2782026-03-18T21:49:14.165Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2792026-03-18T21:49:14.165Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2802026-03-18T21:49:14.165Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2812026-03-18T21:49:15.412Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2822026-03-18T21:49:15.929Z Updating crates.io index
2832026-03-18T21:49:15.932Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2842026-03-18T21:49:16.551Z Updating git repository `https://github.com/oxidecomputer/lldp`
2852026-03-18T21:49:16.987Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-03-18T21:49:17.252Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2872026-03-18T21:49:17.689Z Updating git repository `https://github.com/oxidecomputer/falcon`
2882026-03-18T21:49:18.464Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2892026-03-18T21:49:19.215Z Updating git repository `https://github.com/oxidecomputer/propolis`
2902026-03-18T21:49:20.659Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-03-18T21:49:23.150Z Updating git repository `https://github.com/oxidecomputer/opte`
2922026-03-18T21:49:27.065Z Updating git repository `https://github.com/oxidecomputer/tofino`
2932026-03-18T21:49:27.491Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2942026-03-18T21:49:32.061Z Updating git repository `https://github.com/oxidecomputer/clickward`
2952026-03-18T21:49:32.458Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2962026-03-18T21:49:32.944Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2972026-03-18T21:49:33.295Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2982026-03-18T21:49:34.394Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2992026-03-18T21:49:35.013Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3002026-03-18T21:49:35.306Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3012026-03-18T21:49:35.701Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3022026-03-18T21:49:36.199Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3032026-03-18T21:49:36.564Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3042026-03-18T21:49:36.817Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3052026-03-18T21:49:37.113Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3062026-03-18T21:49:38.116Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3072026-03-18T21:49:38.746Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3082026-03-18T21:49:39.538Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3092026-03-18T21:49:39.825Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3102026-03-18T21:49:40.464Z Updating git repository `https://github.com/oxidecomputer/ispf`
3112026-03-18T21:49:41.710Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3122026-03-18T21:49:42.512Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3132026-03-18T21:49:42.824Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3142026-03-18T21:49:43.176Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3152026-03-18T21:49:43.541Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3162026-03-18T21:49:44.053Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3172026-03-18T21:49:44.437Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3182026-03-18T21:49:44.817Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3192026-03-18T21:49:45.077Z Updating git repository `https://github.com/illumos/smf-rs`
3202026-03-18T21:49:45.488Z Updating git repository `https://github.com/oxidecomputer/omicron`
3212026-03-18T21:50:55.096Z Downloading crates ...
3222026-03-18T21:50:55.157Z Downloaded anstyle v1.0.13
3232026-03-18T21:50:55.171Z Downloaded anstream v0.6.21
3242026-03-18T21:50:55.172Z Downloaded terminal_size v0.4.3
3252026-03-18T21:50:55.172Z Downloaded equivalent v1.0.2
3262026-03-18T21:50:55.186Z Downloaded heck v0.5.0
3272026-03-18T21:50:55.186Z Downloaded form_urlencoded v1.2.2
3282026-03-18T21:50:55.186Z Downloaded fastrand v2.3.0
3292026-03-18T21:50:55.192Z Downloaded dtrace-parser v0.2.0
3302026-03-18T21:50:55.193Z Downloaded textwrap v0.16.2
3312026-03-18T21:50:55.193Z Downloaded utf8_iter v1.0.4
3322026-03-18T21:50:55.193Z Downloaded fnv v1.0.7
3332026-03-18T21:50:55.193Z Downloaded usdt v0.5.0
3342026-03-18T21:50:55.193Z Downloaded proc-macro-error-attr v1.0.4
3352026-03-18T21:50:55.193Z Downloaded thiserror v1.0.69
3362026-03-18T21:50:55.193Z Downloaded zerofrom-derive v0.1.6
3372026-03-18T21:50:55.198Z Downloaded yoke-derive v0.8.1
3382026-03-18T21:50:55.199Z Downloaded usdt-macro v0.5.0
3392026-03-18T21:50:55.199Z Downloaded fs-err v3.3.0
3402026-03-18T21:50:55.199Z Downloaded block-buffer v0.10.4
3412026-03-18T21:50:55.199Z Downloaded errno v0.3.14
3422026-03-18T21:50:55.199Z Downloaded utf8parse v0.2.2
3432026-03-18T21:50:55.200Z Downloaded thiserror-impl v1.0.69
3442026-03-18T21:50:55.205Z Downloaded bytecount v0.6.9
3452026-03-18T21:50:55.205Z Downloaded zmij v1.0.21
3462026-03-18T21:50:55.205Z Downloaded anstyle-parse v0.2.7
3472026-03-18T21:50:55.205Z Downloaded anstyle-query v1.1.5
3482026-03-18T21:50:55.205Z Downloaded serde_spanned v0.6.9
3492026-03-18T21:50:55.214Z Downloaded potential_utf v0.1.4
3502026-03-18T21:50:55.214Z Downloaded plain v0.2.3
3512026-03-18T21:50:55.214Z Downloaded version_check v0.9.5
3522026-03-18T21:50:55.214Z Downloaded thread-id v4.2.2
3532026-03-18T21:50:55.214Z Downloaded ordered-float v2.10.1
3542026-03-18T21:50:55.214Z Downloaded zerovec-derive v0.11.2
3552026-03-18T21:50:55.222Z Downloaded generic-array v0.14.7
3562026-03-18T21:50:55.222Z Downloaded icu_normalizer v2.1.1
3572026-03-18T21:50:55.223Z Downloaded typeid v1.0.3
3582026-03-18T21:50:55.235Z Downloaded dof v0.3.0
3592026-03-18T21:50:55.235Z Downloaded unicode-linebreak v0.1.5
3602026-03-18T21:50:55.235Z Downloaded cargo-platform v0.2.0
3612026-03-18T21:50:55.235Z Downloaded usdt-attr-macro v0.5.0
3622026-03-18T21:50:55.235Z Downloaded smawk v0.3.2
3632026-03-18T21:50:55.246Z Downloaded percent-encoding v2.3.2
3642026-03-18T21:50:55.246Z Downloaded heck v0.4.1
3652026-03-18T21:50:55.246Z Downloaded serde-value v0.7.0
3662026-03-18T21:50:55.246Z Downloaded pretty-hex v0.4.1
3672026-03-18T21:50:55.246Z Downloaded itoa v1.0.17
3682026-03-18T21:50:55.246Z Downloaded unicode-xid v0.2.6
3692026-03-18T21:50:55.246Z Downloaded cpufeatures v0.2.17
3702026-03-18T21:50:55.247Z Downloaded yoke v0.8.1
3712026-03-18T21:50:55.258Z Downloaded thiserror v2.0.18
3722026-03-18T21:50:55.258Z Downloaded zerofrom v0.1.6
3732026-03-18T21:50:55.258Z Downloaded zerocopy-derive v0.7.35
3742026-03-18T21:50:55.258Z Downloaded toml_datetime v0.6.11
3752026-03-18T21:50:55.259Z Downloaded stable_deref_trait v1.2.1
3762026-03-18T21:50:55.269Z Downloaded anyhow v1.0.102
3772026-03-18T21:50:55.269Z Downloaded toml_write v0.1.2
3782026-03-18T21:50:55.269Z Downloaded sha2 v0.10.9
3792026-03-18T21:50:55.269Z Downloaded zerotrie v0.2.3
3802026-03-18T21:50:55.269Z Downloaded erased-serde v0.4.9
3812026-03-18T21:50:55.270Z Downloaded semver v1.0.27
3822026-03-18T21:50:55.270Z Downloaded writeable v0.6.2
3832026-03-18T21:50:55.277Z Downloaded tinystr v0.8.2
3842026-03-18T21:50:55.277Z Downloaded usdt-impl v0.5.0
3852026-03-18T21:50:55.278Z Downloaded ucd-trie v0.1.7
3862026-03-18T21:50:55.278Z Downloaded scroll_derive v0.12.1
3872026-03-18T21:50:55.278Z Downloaded crypto-common v0.1.7
3882026-03-18T21:50:55.278Z Downloaded bitflags v2.11.0
3892026-03-18T21:50:55.278Z Downloaded toml v0.8.23
3902026-03-18T21:50:55.283Z Downloaded strsim v0.11.1
3912026-03-18T21:50:55.283Z Downloaded cfg-if v1.0.4
3922026-03-18T21:50:55.283Z Downloaded tabled_derive v0.7.0
3932026-03-18T21:50:55.283Z Downloaded memmap v0.7.0
3942026-03-18T21:50:55.283Z Downloaded byteorder v1.5.0
3952026-03-18T21:50:55.283Z Downloaded macaddr v1.0.1
3962026-03-18T21:50:55.284Z Downloaded colorchoice v1.0.4
3972026-03-18T21:50:55.284Z Downloaded clap_lex v1.0.0
3982026-03-18T21:50:55.284Z Downloaded swrite v0.1.0
3992026-03-18T21:50:55.294Z Downloaded is_terminal_polyfill v1.70.2
4002026-03-18T21:50:55.294Z Downloaded thiserror-impl v2.0.18
4012026-03-18T21:50:55.294Z Downloaded idna_adapter v1.2.1
4022026-03-18T21:50:55.294Z Downloaded unicode-ident v1.0.24
4032026-03-18T21:50:55.295Z Downloaded toml_edit v0.22.27
4042026-03-18T21:50:55.319Z Downloaded autocfg v1.5.0
4052026-03-18T21:50:55.319Z Downloaded digest v0.10.7
4062026-03-18T21:50:55.319Z Downloaded url v2.5.8
4072026-03-18T21:50:55.337Z Downloaded typenum v1.19.0
4082026-03-18T21:50:55.337Z Downloaded displaydoc v0.2.5
4092026-03-18T21:50:55.337Z Downloaded zerocopy v0.7.35
4102026-03-18T21:50:55.338Z Downloaded winnow v0.7.14
4112026-03-18T21:50:55.338Z Downloaded zerovec v0.11.5
4122026-03-18T21:50:55.351Z Downloaded smallvec v1.15.1
4132026-03-18T21:50:55.351Z Downloaded proc-macro-error v1.0.4
4142026-03-18T21:50:55.351Z Downloaded cargo_metadata v0.21.0
4152026-03-18T21:50:55.352Z Downloaded clap v4.5.60
4162026-03-18T21:50:55.352Z Downloaded scroll v0.12.0
4172026-03-18T21:50:55.352Z Downloaded serde_tokenstream v0.2.3
4182026-03-18T21:50:55.352Z Downloaded quote v1.0.44
4192026-03-18T21:50:55.352Z Downloaded clap_derive v4.5.55
4202026-03-18T21:50:55.369Z Downloaded unicode-width v0.2.0
4212026-03-18T21:50:55.369Z Downloaded serde-untagged v0.1.9
4222026-03-18T21:50:55.369Z Downloaded camino-tempfile v1.4.1
4232026-03-18T21:50:55.369Z Downloaded pest_generator v2.8.6
4242026-03-18T21:50:55.369Z Downloaded litemap v0.8.1
4252026-03-18T21:50:55.370Z Downloaded unicode-width v0.1.14
4262026-03-18T21:50:55.370Z Downloaded synstructure v0.13.2
4272026-03-18T21:50:55.383Z Downloaded icu_locale_core v2.1.1
4282026-03-18T21:50:55.383Z Downloaded icu_collections v2.1.1
4292026-03-18T21:50:55.383Z Downloaded once_cell v1.21.3
4302026-03-18T21:50:55.383Z Downloaded cargo_toml v0.21.0
4312026-03-18T21:50:55.384Z Downloaded getrandom v0.4.1
4322026-03-18T21:50:55.384Z Downloaded tempfile v3.25.0
4332026-03-18T21:50:55.384Z Downloaded pest_derive v2.8.6
4342026-03-18T21:50:55.384Z Downloaded icu_provider v2.1.1
4352026-03-18T21:50:55.397Z Downloaded log v0.4.29
4362026-03-18T21:50:55.397Z Downloaded icu_properties v2.1.2
4372026-03-18T21:50:55.397Z Downloaded cargo-util-schemas v0.8.2
4382026-03-18T21:50:55.397Z Downloaded num-traits v0.2.19
4392026-03-18T21:50:55.398Z Downloaded icu_normalizer_data v2.1.1
4402026-03-18T21:50:55.447Z Downloaded proc-macro2 v1.0.106
4412026-03-18T21:50:55.447Z Downloaded papergrid v0.11.0
4422026-03-18T21:50:55.447Z Downloaded camino v1.2.2
4432026-03-18T21:50:55.447Z Downloaded serde_derive v1.0.228
4442026-03-18T21:50:55.447Z Downloaded serde_core v1.0.228
4452026-03-18T21:50:55.447Z Downloaded pest_meta v2.8.6
4462026-03-18T21:50:55.472Z Downloaded clap_builder v4.5.60
4472026-03-18T21:50:55.472Z Downloaded serde v1.0.228
4482026-03-18T21:50:55.472Z Downloaded memchr v2.8.0
4492026-03-18T21:50:55.472Z Downloaded indexmap v2.13.0
4502026-03-18T21:50:55.472Z Downloaded hashbrown v0.16.1
4512026-03-18T21:50:55.508Z Downloaded pest v2.8.6
4522026-03-18T21:50:55.508Z Downloaded icu_properties_data v2.1.2
4532026-03-18T21:50:55.520Z Downloaded serde_json v1.0.149
4542026-03-18T21:50:55.520Z Downloaded idna v1.1.0
4552026-03-18T21:50:55.520Z Downloaded goblin v0.8.2
4562026-03-18T21:50:55.520Z Downloaded tabled v0.15.0
4572026-03-18T21:50:55.532Z Downloaded syn v1.0.109
4582026-03-18T21:50:55.541Z Downloaded syn v2.0.117
4592026-03-18T21:50:55.559Z Downloaded rustix v1.1.3
4602026-03-18T21:50:55.577Z Downloaded libc v0.2.180
4612026-03-18T21:50:55.663Z Compiling proc-macro2 v1.0.106
4622026-03-18T21:50:55.701Z Compiling unicode-ident v1.0.24
4632026-03-18T21:50:55.701Z Compiling quote v1.0.44
4642026-03-18T21:50:55.701Z Compiling serde_core v1.0.228
4652026-03-18T21:50:55.701Z Compiling libc v0.2.180
4662026-03-18T21:50:55.701Z Compiling version_check v0.9.5
4672026-03-18T21:50:55.701Z Compiling stable_deref_trait v1.2.1
4682026-03-18T21:50:55.701Z Compiling memchr v2.8.0
4692026-03-18T21:50:56.040Z Compiling serde v1.0.228
4702026-03-18T21:50:56.066Z Compiling zmij v1.0.21
4712026-03-18T21:50:56.394Z Compiling ucd-trie v0.1.7
4722026-03-18T21:50:56.535Z Compiling thiserror v1.0.69
4732026-03-18T21:50:56.751Z Compiling autocfg v1.5.0
4742026-03-18T21:50:56.821Z Compiling itoa v1.0.17
4752026-03-18T21:50:56.895Z Compiling pest v2.8.6
4762026-03-18T21:50:56.941Z Compiling writeable v0.6.2
4772026-03-18T21:50:57.033Z Compiling litemap v0.8.1
4782026-03-18T21:50:57.165Z Compiling icu_properties_data v2.1.2
4792026-03-18T21:50:57.199Z Compiling byteorder v1.5.0
4802026-03-18T21:50:57.394Z Compiling rustix v1.1.3
4812026-03-18T21:50:57.563Z Compiling icu_normalizer_data v2.1.1
4822026-03-18T21:50:57.720Z Compiling syn v2.0.117
4832026-03-18T21:50:57.776Z Compiling errno v0.3.14
4842026-03-18T21:50:57.912Z Compiling bitflags v2.11.0
4852026-03-18T21:50:57.938Z Compiling serde_json v1.0.149
4862026-03-18T21:50:58.211Z Compiling num-traits v0.2.19
4872026-03-18T21:50:58.233Z Compiling typeid v1.0.3
4882026-03-18T21:50:58.281Z Compiling hashbrown v0.16.1
4892026-03-18T21:50:58.455Z Compiling pest_meta v2.8.6
4902026-03-18T21:50:58.582Z Compiling smallvec v1.15.1
4912026-03-18T21:50:58.671Z Compiling equivalent v1.0.2
4922026-03-18T21:50:59.069Z Compiling indexmap v2.13.0
4932026-03-18T21:50:59.099Z Compiling thread-id v4.2.2
4942026-03-18T21:50:59.122Z Compiling proc-macro-error-attr v1.0.4
4952026-03-18T21:50:59.145Z Compiling usdt-impl v0.5.0
4962026-03-18T21:50:59.208Z Compiling erased-serde v0.4.9
4972026-03-18T21:50:59.366Z Compiling syn v1.0.109
4982026-03-18T21:50:59.415Z Compiling toml_write v0.1.2
4992026-03-18T21:50:59.555Z Compiling winnow v0.7.14
5002026-03-18T21:51:00.004Z Compiling proc-macro-error v1.0.4
5012026-03-18T21:51:00.102Z Compiling percent-encoding v2.3.2
5022026-03-18T21:51:00.239Z Compiling getrandom v0.4.1
5032026-03-18T21:51:00.352Z Compiling log v0.4.29
5042026-03-18T21:51:00.592Z Compiling utf8_iter v1.0.4
5052026-03-18T21:51:00.664Z Compiling camino v1.2.2
5062026-03-18T21:51:00.787Z Compiling plain v0.2.3
5072026-03-18T21:51:00.831Z Compiling thiserror v2.0.18
5082026-03-18T21:51:00.885Z Compiling utf8parse v0.2.2
5092026-03-18T21:51:00.930Z Compiling ordered-float v2.10.1
5102026-03-18T21:51:01.031Z Compiling anstyle-parse v0.2.7
5112026-03-18T21:51:01.137Z Compiling form_urlencoded v1.2.2
5122026-03-18T21:51:01.368Z Compiling terminal_size v0.4.3
5132026-03-18T21:51:01.540Z Compiling synstructure v0.13.2
5142026-03-18T21:51:01.569Z Compiling pest_generator v2.8.6
5152026-03-18T21:51:01.588Z Compiling anstyle v1.0.13
5162026-03-18T21:51:01.671Z Compiling is_terminal_polyfill v1.70.2
5172026-03-18T21:51:01.794Z Compiling colorchoice v1.0.4
5182026-03-18T21:51:01.818Z Compiling pretty-hex v0.4.1
5192026-03-18T21:51:01.887Z Compiling cfg-if v1.0.4
5202026-03-18T21:51:01.944Z Compiling anstyle-query v1.1.5
5212026-03-18T21:51:01.969Z Compiling serde-untagged v0.1.9
5222026-03-18T21:51:02.086Z Compiling anstream v0.6.21
5232026-03-18T21:51:02.207Z Compiling semver v1.0.27
5242026-03-18T21:51:02.349Z Compiling fs-err v3.3.0
5252026-03-18T21:51:02.503Z Compiling unicode-xid v0.2.6
5262026-03-18T21:51:02.552Z Compiling strsim v0.11.1
5272026-03-18T21:51:02.642Z Compiling heck v0.4.1
5282026-03-18T21:51:02.691Z Compiling heck v0.5.0
5292026-03-18T21:51:02.714Z Compiling once_cell v1.21.3
5302026-03-18T21:51:02.740Z Compiling anyhow v1.0.102
5312026-03-18T21:51:02.994Z Compiling bytecount v0.6.9
5322026-03-18T21:51:03.019Z Compiling fnv v1.0.7
5332026-03-18T21:51:03.019Z Compiling clap_lex v1.0.0
5342026-03-18T21:51:03.145Z Compiling unicode-width v0.1.14
5352026-03-18T21:51:03.170Z Compiling fastrand v2.3.0
5362026-03-18T21:51:03.351Z Compiling clap_builder v4.5.60
5372026-03-18T21:51:03.475Z Compiling papergrid v0.11.0
5382026-03-18T21:51:03.529Z Compiling tempfile v3.25.0
5392026-03-18T21:51:03.533Z Compiling memmap v0.7.0
5402026-03-18T21:51:03.533Z Compiling smawk v0.3.2
5412026-03-18T21:51:03.727Z Compiling unicode-linebreak v0.1.5
5422026-03-18T21:51:03.770Z Compiling unicode-width v0.2.0
5432026-03-18T21:51:04.008Z Compiling camino-tempfile v1.4.1
5442026-03-18T21:51:04.108Z Compiling serde_derive v1.0.228
5452026-03-18T21:51:04.132Z Compiling zerofrom-derive v0.1.6
5462026-03-18T21:51:04.303Z Compiling yoke-derive v0.8.1
5472026-03-18T21:51:04.328Z Compiling zerovec-derive v0.11.2
5482026-03-18T21:51:04.422Z Compiling displaydoc v0.2.5
5492026-03-18T21:51:05.385Z Compiling thiserror-impl v1.0.69
5502026-03-18T21:51:05.467Z Compiling zerocopy-derive v0.7.35
5512026-03-18T21:51:05.811Z Compiling pest_derive v2.8.6
5522026-03-18T21:51:05.875Z Compiling scroll_derive v0.12.1
5532026-03-18T21:51:06.033Z Compiling zerofrom v0.1.6
5542026-03-18T21:51:06.203Z Compiling yoke v0.8.1
5552026-03-18T21:51:06.346Z Compiling thiserror-impl v2.0.18
5562026-03-18T21:51:06.449Z Compiling zerovec v0.11.5
5572026-03-18T21:51:06.626Z Compiling zerotrie v0.2.3
5582026-03-18T21:51:06.747Z Compiling zerocopy v0.7.35
5592026-03-18T21:51:07.028Z Compiling scroll v0.12.0
5602026-03-18T21:51:07.077Z Compiling tinystr v0.8.2
5612026-03-18T21:51:07.293Z Compiling icu_locale_core v2.1.1
5622026-03-18T21:51:07.344Z Compiling potential_utf v0.1.4
5632026-03-18T21:51:07.388Z Compiling dtrace-parser v0.2.0
5642026-03-18T21:51:07.556Z Compiling icu_collections v2.1.1
5652026-03-18T21:51:07.606Z Compiling goblin v0.8.2
5662026-03-18T21:51:07.678Z Compiling tabled_derive v0.7.0
5672026-03-18T21:51:08.040Z Compiling clap_derive v4.5.55
5682026-03-18T21:51:08.215Z Compiling icu_provider v2.1.1
5692026-03-18T21:51:08.525Z Compiling icu_properties v2.1.2
5702026-03-18T21:51:08.596Z Compiling icu_normalizer v2.1.1
5712026-03-18T21:51:08.762Z Compiling textwrap v0.16.2
5722026-03-18T21:51:08.888Z Compiling serde_spanned v0.6.9
5732026-03-18T21:51:08.927Z Compiling toml_datetime v0.6.11
5742026-03-18T21:51:08.975Z Compiling dof v0.3.0
5752026-03-18T21:51:09.078Z Compiling serde_tokenstream v0.2.3
5762026-03-18T21:51:09.270Z Compiling toml_edit v0.22.27
5772026-03-18T21:51:09.328Z Compiling serde-value v0.7.0
5782026-03-18T21:51:09.488Z Compiling cargo-platform v0.2.0
5792026-03-18T21:51:09.511Z Compiling tabled v0.15.0
5802026-03-18T21:51:09.821Z Compiling idna_adapter v1.2.1
5812026-03-18T21:51:09.853Z Compiling macaddr v1.0.1
5822026-03-18T21:51:10.007Z Compiling idna v1.1.0
5832026-03-18T21:51:10.152Z Compiling swrite v0.1.0
5842026-03-18T21:51:10.216Z Compiling usdt-macro v0.5.0
5852026-03-18T21:51:10.276Z Compiling usdt-attr-macro v0.5.0
5862026-03-18T21:51:10.418Z Compiling url v2.5.8
5872026-03-18T21:51:10.555Z Compiling clap v4.5.60
5882026-03-18T21:51:10.897Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5892026-03-18T21:51:11.217Z Compiling toml v0.8.23
5902026-03-18T21:51:11.588Z Compiling usdt v0.5.0
5912026-03-18T21:51:11.910Z Compiling cargo-util-schemas v0.8.2
5922026-03-18T21:51:11.936Z Compiling cargo_toml v0.21.0
5932026-03-18T21:51:13.117Z Compiling cargo_metadata v0.21.0
5942026-03-18T21:51:14.421Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5952026-03-18T21:51:17.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s
5962026-03-18T21:51:17.512Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5972026-03-18T21:51:18.251Z Downloading crates ...
5982026-03-18T21:51:18.361Z Downloaded adler2 v2.0.1
5992026-03-18T21:51:18.380Z Downloaded allocator-api2 v0.2.21
6002026-03-18T21:51:18.383Z Downloaded ar_archive_writer v0.5.1
6012026-03-18T21:51:18.386Z Downloaded arc-swap v1.8.2
6022026-03-18T21:51:18.390Z Downloaded arrayref v0.3.9
6032026-03-18T21:51:18.394Z Downloaded castaway v0.2.4
6042026-03-18T21:51:18.394Z Downloaded bit-set v0.8.0
6052026-03-18T21:51:18.394Z Downloaded derive_builder_macro v0.20.2
6062026-03-18T21:51:18.397Z Downloaded bit-set v0.5.3
6072026-03-18T21:51:18.397Z Downloaded dropshot-api-manager-types v0.6.0
6082026-03-18T21:51:18.400Z Downloaded foreign-types v0.5.0
6092026-03-18T21:51:18.400Z Downloaded dyn-clone v1.0.20
6102026-03-18T21:51:18.400Z Downloaded dof v0.4.0
6112026-03-18T21:51:18.404Z Downloaded env_filter v1.0.0
6122026-03-18T21:51:18.404Z Downloaded darling_macro v0.21.3
6132026-03-18T21:51:18.408Z Downloaded aead v0.5.2
6142026-03-18T21:51:18.408Z Downloaded float-ord v0.3.2
6152026-03-18T21:51:18.408Z Downloaded difflib v0.4.0
6162026-03-18T21:51:18.412Z Downloaded base16ct v0.2.0
6172026-03-18T21:51:18.412Z Downloaded cpufeatures v0.3.0
6182026-03-18T21:51:18.412Z Downloaded ena v0.14.4
6192026-03-18T21:51:18.416Z Downloaded deranged v0.5.8
6202026-03-18T21:51:18.416Z Downloaded blake2 v0.10.6
6212026-03-18T21:51:18.422Z Downloaded fixedbitset v0.4.2
6222026-03-18T21:51:18.429Z Downloaded elliptic-curve v0.13.8
6232026-03-18T21:51:18.430Z Downloaded darling v0.23.0
6242026-03-18T21:51:18.437Z Downloaded cfg_aliases v0.2.1
6252026-03-18T21:51:18.437Z Downloaded fatfs v0.3.6
6262026-03-18T21:51:18.437Z Downloaded cargo_metadata v0.19.2
6272026-03-18T21:51:18.441Z Downloaded camino-tempfile-ext v0.3.3
6282026-03-18T21:51:18.441Z Downloaded backoff v0.4.0
6292026-03-18T21:51:18.442Z Downloaded curve25519-dalek-derive v0.1.1
6302026-03-18T21:51:18.442Z Downloaded critical-section v1.2.0
6312026-03-18T21:51:18.445Z Downloaded arrayvec v0.7.6
6322026-03-18T21:51:18.445Z Downloaded defmt v1.0.1
6332026-03-18T21:51:18.449Z Downloaded enum-as-inner v0.6.1
6342026-03-18T21:51:18.450Z Downloaded find-msvc-tools v0.1.9
6352026-03-18T21:51:18.455Z Downloaded crossbeam-deque v0.8.6
6362026-03-18T21:51:18.455Z Downloaded env_logger v0.11.9
6372026-03-18T21:51:18.461Z Downloaded crossbeam-epoch v0.9.18
6382026-03-18T21:51:18.461Z Downloaded assert_matches v1.5.0
6392026-03-18T21:51:18.461Z Downloaded ciborium-io v0.2.2
6402026-03-18T21:51:18.461Z Downloaded async-recursion v1.1.1
6412026-03-18T21:51:18.464Z Downloaded flagset v0.4.7
6422026-03-18T21:51:18.464Z Downloaded embedded-io v0.6.1
6432026-03-18T21:51:18.464Z Downloaded cfg_aliases v0.1.1
6442026-03-18T21:51:18.468Z Downloaded bcrypt-pbkdf v0.10.0
6452026-03-18T21:51:18.468Z Downloaded dunce v1.0.5
6462026-03-18T21:51:18.468Z Downloaded diesel_table_macro_syntax v0.3.0
6472026-03-18T21:51:18.471Z Downloaded debug-ignore v1.0.5
6482026-03-18T21:51:18.471Z Downloaded ff v0.13.1
6492026-03-18T21:51:18.471Z Downloaded bb8 v0.8.6
6502026-03-18T21:51:18.477Z Downloaded array-init v0.0.4
6512026-03-18T21:51:18.477Z Downloaded crunchy v0.2.4
6522026-03-18T21:51:18.477Z Downloaded async-stream-impl v0.3.6
6532026-03-18T21:51:18.477Z Downloaded crossterm v0.29.0
6542026-03-18T21:51:18.480Z Downloaded foreign-types v0.3.2
6552026-03-18T21:51:18.480Z Downloaded cstr-argument v0.1.2
6562026-03-18T21:51:18.484Z Downloaded atty v0.2.14
6572026-03-18T21:51:18.484Z Downloaded atomicwrites v0.4.4
6582026-03-18T21:51:18.484Z Downloaded float-cmp v0.10.0
6592026-03-18T21:51:18.487Z Downloaded foreign-types-shared v0.1.1
6602026-03-18T21:51:18.487Z Downloaded foreign-types-macros v0.2.3
6612026-03-18T21:51:18.487Z Downloaded ascii-canvas v3.0.0
6622026-03-18T21:51:18.487Z Downloaded argon2 v0.5.3
6632026-03-18T21:51:18.491Z Downloaded fd-lock v4.0.4
6642026-03-18T21:51:18.494Z Downloaded cargo_toml v0.22.3
6652026-03-18T21:51:18.494Z Downloaded bzip2 v0.6.1
6662026-03-18T21:51:18.494Z Downloaded endian-type v0.1.2
6672026-03-18T21:51:18.497Z Downloaded defmt-parser v1.0.0
6682026-03-18T21:51:18.497Z Downloaded downcast-rs v2.0.2
6692026-03-18T21:51:18.497Z Downloaded cobs v0.3.0
6702026-03-18T21:51:18.501Z Downloaded document-features v0.2.12
6712026-03-18T21:51:18.501Z Downloaded dirs-next v2.0.0
6722026-03-18T21:51:18.501Z Downloaded ciborium-ll v0.2.2
6732026-03-18T21:51:18.505Z Downloaded block-padding v0.3.3
6742026-03-18T21:51:18.505Z Downloaded darling_macro v0.23.0
6752026-03-18T21:51:18.505Z Downloaded defmt v0.3.100
6762026-03-18T21:51:18.505Z Downloaded async-stream v0.3.6
6772026-03-18T21:51:18.509Z Downloaded display-error-chain v0.2.2
6782026-03-18T21:51:18.509Z Downloaded dtrace-parser v0.3.0
6792026-03-18T21:51:18.509Z Downloaded crucible-workspace-hack v0.1.0
6802026-03-18T21:51:18.513Z Downloaded futures-macro v0.3.32
6812026-03-18T21:51:18.517Z Downloaded futures-task v0.3.32
6822026-03-18T21:51:18.517Z Downloaded dirs-sys-next v0.1.2
6832026-03-18T21:51:18.517Z Downloaded darling_macro v0.20.11
6842026-03-18T21:51:18.517Z Downloaded crc v3.4.0
6852026-03-18T21:51:18.521Z Downloaded futures-sink v0.3.32
6862026-03-18T21:51:18.521Z Downloaded cargo-platform v0.1.9
6872026-03-18T21:51:18.521Z Downloaded dsl_auto_type v0.2.0
6882026-03-18T21:51:18.524Z Downloaded embedded-io v0.4.0
6892026-03-18T21:51:18.524Z Downloaded fxhash v0.2.1
6902026-03-18T21:51:18.524Z Downloaded futures-io v0.3.32
6912026-03-18T21:51:18.528Z Downloaded der_derive v0.7.3
6922026-03-18T21:51:18.528Z Downloaded filetime v0.2.27
6932026-03-18T21:51:18.531Z Downloaded erased-serde v0.3.31
6942026-03-18T21:51:18.531Z Downloaded globwalk v0.9.1
6952026-03-18T21:51:18.535Z Downloaded funty v2.0.0
6962026-03-18T21:51:18.536Z Downloaded futures-core v0.3.32
6972026-03-18T21:51:18.536Z Downloaded derive-where v1.6.0
6982026-03-18T21:51:18.540Z Downloaded foldhash v0.1.5
6992026-03-18T21:51:18.540Z Downloaded fallible-iterator v0.2.0
7002026-03-18T21:51:18.540Z Downloaded ghash v0.5.1
7012026-03-18T21:51:18.543Z Downloaded headers-core v0.3.0
7022026-03-18T21:51:18.543Z Downloaded cipher v0.4.4
7032026-03-18T21:51:18.544Z Downloaded hex-literal v0.4.1
7042026-03-18T21:51:18.544Z Downloaded cexpr v0.6.0
7052026-03-18T21:51:18.547Z Downloaded buf-list v1.1.2
7062026-03-18T21:51:18.547Z Downloaded bcs v0.1.6
7072026-03-18T21:51:18.550Z Downloaded hostname v0.4.2
7082026-03-18T21:51:18.550Z Downloaded hostname v0.3.1
7092026-03-18T21:51:18.554Z Downloaded hubpack v0.1.2
7102026-03-18T21:51:18.554Z Downloaded http-range v0.1.5
7112026-03-18T21:51:18.554Z Downloaded home v0.5.12
7122026-03-18T21:51:18.558Z Downloaded base16ct v1.0.0
7132026-03-18T21:51:18.558Z Downloaded git-stub v1.0.0
7142026-03-18T21:51:18.562Z Downloaded data-encoding v2.10.0
7152026-03-18T21:51:18.563Z Downloaded cassowary v0.3.0
7162026-03-18T21:51:18.563Z Downloaded cmake v0.1.57
7172026-03-18T21:51:18.566Z Downloaded bzip2 v0.4.4
7182026-03-18T21:51:18.566Z Downloaded drift v0.1.3
7192026-03-18T21:51:18.569Z Downloaded either v1.15.0
7202026-03-18T21:51:18.570Z Downloaded async-trait v0.1.89
7212026-03-18T21:51:18.574Z Downloaded diesel-dtrace v0.5.0
7222026-03-18T21:51:18.577Z Downloaded ctr v0.9.2
7232026-03-18T21:51:18.577Z Downloaded ed25519 v2.2.3
7242026-03-18T21:51:18.577Z Downloaded hash32 v0.3.1
7252026-03-18T21:51:18.581Z Downloaded ecdsa v0.16.9
7262026-03-18T21:51:18.581Z Downloaded csv-core v0.1.13
7272026-03-18T21:51:18.585Z Downloaded defmt-macros v1.0.1
7282026-03-18T21:51:18.585Z Downloaded hash32 v0.2.1
7292026-03-18T21:51:18.585Z Downloaded derive-ex v0.1.8
7302026-03-18T21:51:18.599Z Downloaded indent_write v2.2.0
7312026-03-18T21:51:18.603Z Downloaded group v0.13.0
7322026-03-18T21:51:18.603Z Downloaded crc-catalog v2.4.0
7332026-03-18T21:51:18.606Z Downloaded const_format_proc_macros v0.2.34
7342026-03-18T21:51:18.606Z Downloaded bitflags v1.3.2
7352026-03-18T21:51:18.611Z Downloaded darling v0.20.11
7362026-03-18T21:51:18.614Z Downloaded hex v0.4.3
7372026-03-18T21:51:18.614Z Downloaded highway v1.3.0
7382026-03-18T21:51:18.617Z Downloaded inout v0.1.4
7392026-03-18T21:51:18.618Z Downloaded instant v0.1.13
7402026-03-18T21:51:18.621Z Downloaded internet-checksum v0.2.1
7412026-03-18T21:51:18.621Z Downloaded futures-executor v0.3.32
7422026-03-18T21:51:18.621Z Downloaded convert_case v0.10.0
7432026-03-18T21:51:18.625Z Downloaded kstat-rs v0.2.4
7442026-03-18T21:51:18.625Z Downloaded keccak v0.1.6
7452026-03-18T21:51:18.625Z Downloaded instability v0.3.11
7462026-03-18T21:51:18.629Z Downloaded git-stub-vcs v0.1.0
7472026-03-18T21:51:18.629Z Downloaded fs_extra v1.3.0
7482026-03-18T21:51:18.629Z Downloaded indoc v1.0.9
7492026-03-18T21:51:18.632Z Downloaded chacha20 v0.10.0
7502026-03-18T21:51:18.636Z Downloaded foldhash v0.2.0
7512026-03-18T21:51:18.636Z Downloaded ahash v0.8.12
7522026-03-18T21:51:18.641Z Downloaded des v0.8.1
7532026-03-18T21:51:18.641Z Downloaded diff v0.1.13
7542026-03-18T21:51:18.644Z Downloaded glob v0.3.3
7552026-03-18T21:51:18.644Z Downloaded daft-derive v0.1.5
7562026-03-18T21:51:18.647Z Downloaded console v0.15.11
7572026-03-18T21:51:18.650Z Downloaded globset v0.4.18
7582026-03-18T21:51:18.650Z Downloaded colored v3.1.1
7592026-03-18T21:51:18.655Z Downloaded lazy_static v1.5.0
7602026-03-18T21:51:18.655Z Downloaded lalrpop-util v0.19.12
7612026-03-18T21:51:18.659Z Downloaded is_ci v1.2.0
7622026-03-18T21:51:18.659Z Downloaded colored v2.2.0
7632026-03-18T21:51:18.659Z Downloaded lru-cache v0.1.2
7642026-03-18T21:51:18.659Z Downloaded async-bb8-diesel v0.2.1
7652026-03-18T21:51:18.662Z Downloaded humantime v2.3.0
7662026-03-18T21:51:18.662Z Downloaded chacha20 v0.9.1
7672026-03-18T21:51:18.666Z Downloaded cookie_store v0.22.1
7682026-03-18T21:51:18.666Z Downloaded ciborium v0.2.2
7692026-03-18T21:51:18.669Z Downloaded hyper-staticfile v0.10.1
7702026-03-18T21:51:18.672Z Downloaded maplit v1.0.2
7712026-03-18T21:51:18.672Z Downloaded managed v0.8.0
7722026-03-18T21:51:18.672Z Downloaded lzss v0.8.2
7732026-03-18T21:51:18.676Z Downloaded indoc v2.0.7
7742026-03-18T21:51:18.676Z Downloaded mime v0.3.17
7752026-03-18T21:51:18.679Z Downloaded multimap v0.10.1
7762026-03-18T21:51:18.679Z Downloaded md-5 v0.10.6
7772026-03-18T21:51:18.679Z Downloaded libscf-sys v1.1.0
7782026-03-18T21:51:18.683Z Downloaded lru v0.12.5
7792026-03-18T21:51:18.683Z Downloaded linked-hash-map v0.5.6
7802026-03-18T21:51:18.683Z Downloaded maybe-uninit v2.0.0
7812026-03-18T21:51:18.686Z Downloaded http-body-util v0.1.3
7822026-03-18T21:51:18.686Z Downloaded impl-trait-for-tuples v0.2.3
7832026-03-18T21:51:18.689Z Downloaded md5 v0.7.0
7842026-03-18T21:51:18.689Z Downloaded memoffset v0.9.1
7852026-03-18T21:51:18.693Z Downloaded lru-slab v0.1.2
7862026-03-18T21:51:18.693Z Downloaded blowfish v0.9.1
7872026-03-18T21:51:18.693Z Downloaded derive_builder_core v0.20.2
7882026-03-18T21:51:18.696Z Downloaded is-terminal v0.4.17
7892026-03-18T21:51:18.696Z Downloaded ipnetwork v0.21.1
7902026-03-18T21:51:18.697Z Downloaded ipnet v2.11.0
7912026-03-18T21:51:18.703Z Downloaded fs-err v2.11.0
7922026-03-18T21:51:18.704Z Downloaded cookie v0.18.1
7932026-03-18T21:51:18.704Z Downloaded corncobs v0.1.4
7942026-03-18T21:51:18.704Z Downloaded futures-channel v0.3.32
7952026-03-18T21:51:18.707Z Downloaded derive_more v0.99.20
7962026-03-18T21:51:18.710Z Downloaded hmac v0.12.1
7972026-03-18T21:51:18.710Z Downloaded ingot v0.1.1
7982026-03-18T21:51:18.715Z Downloaded derive_builder v0.20.2
7992026-03-18T21:51:18.720Z Downloaded ingot-types v0.1.2
8002026-03-18T21:51:18.721Z Downloaded newline-converter v0.3.0
8012026-03-18T21:51:18.721Z Downloaded constant_time_eq v0.4.2
8022026-03-18T21:51:18.727Z Downloaded dropshot_endpoint v0.16.7
8032026-03-18T21:51:18.727Z Downloaded newtype-uuid-macros v0.1.0
8042026-03-18T21:51:18.727Z Downloaded crc-any v2.5.0
8052026-03-18T21:51:18.731Z Downloaded new_debug_unreachable v1.0.6
8062026-03-18T21:51:18.731Z Downloaded libsw v3.5.0
8072026-03-18T21:51:18.731Z Downloaded libloading v0.8.9
8082026-03-18T21:51:18.731Z Downloaded clang-sys v1.8.1
8092026-03-18T21:51:18.734Z Downloaded jobserver v0.1.34
8102026-03-18T21:51:18.734Z Downloaded normalize-line-endings v0.3.0
8112026-03-18T21:51:18.735Z Downloaded nibble_vec v0.1.0
8122026-03-18T21:51:18.738Z Downloaded num v0.4.3
8132026-03-18T21:51:18.738Z Downloaded getrandom v0.3.4
8142026-03-18T21:51:18.742Z Downloaded num-conv v0.2.0
8152026-03-18T21:51:18.742Z Downloaded linear-map v1.2.0
8162026-03-18T21:51:18.745Z Downloaded num-iter v0.1.45
8172026-03-18T21:51:18.745Z Downloaded match_cfg v0.1.0
8182026-03-18T21:51:18.745Z Downloaded iana-time-zone v0.1.65
8192026-03-18T21:51:18.748Z Downloaded num-derive v0.4.2
8202026-03-18T21:51:18.751Z Downloaded num_threads v0.1.7
8212026-03-18T21:51:18.751Z Downloaded openssl-probe v0.2.1
8222026-03-18T21:51:18.751Z Downloaded opaque-debug v0.3.1
8232026-03-18T21:51:18.752Z Downloaded num_enum_derive v0.5.11
8242026-03-18T21:51:18.755Z Downloaded hyper-rustls v0.27.7
8252026-03-18T21:51:18.755Z Downloaded nonempty v0.12.0
8262026-03-18T21:51:18.758Z Downloaded httparse v1.10.1
8272026-03-18T21:51:18.758Z Downloaded crossbeam-channel v0.5.15
8282026-03-18T21:51:18.763Z Downloaded hickory-client v0.25.2
8292026-03-18T21:51:18.766Z Downloaded lock_api v0.4.14
8302026-03-18T21:51:18.767Z Downloaded nodrop v0.1.14
8312026-03-18T21:51:18.767Z Downloaded newtype_derive v0.1.6
8322026-03-18T21:51:18.767Z Downloaded libefi-sys v0.1.0
8332026-03-18T21:51:18.771Z Downloaded darling v0.21.3
8342026-03-18T21:51:18.775Z Downloaded openssl-macros v0.1.1
8352026-03-18T21:51:18.775Z Downloaded openssl-probe v0.1.6
8362026-03-18T21:51:18.775Z Downloaded packed_struct_codegen v0.10.1
8372026-03-18T21:51:18.778Z Downloaded flume v0.11.1
8382026-03-18T21:51:18.778Z Downloaded multer v3.1.0
8392026-03-18T21:51:18.781Z Downloaded olpc-cjson v0.1.4
8402026-03-18T21:51:18.781Z Downloaded newtype-uuid v1.3.2
8412026-03-18T21:51:18.784Z Downloaded darling_core v0.23.0
8422026-03-18T21:51:18.787Z Downloaded console v0.16.2
8432026-03-18T21:51:18.790Z Downloaded darling_core v0.21.3
8442026-03-18T21:51:18.793Z Downloaded parse-size v1.1.0
8452026-03-18T21:51:18.793Z Downloaded parse-display v0.10.0
8462026-03-18T21:51:18.797Z Downloaded getrandom v0.2.17
8472026-03-18T21:51:18.797Z Downloaded futures v0.3.32
8482026-03-18T21:51:18.800Z Downloaded libsw-core v0.3.2
8492026-03-18T21:51:18.803Z Downloaded bytes v1.11.1
8502026-03-18T21:51:18.807Z Downloaded base64 v0.22.1
8512026-03-18T21:51:18.810Z Downloaded pbkdf2 v0.12.2
8522026-03-18T21:51:18.814Z Downloaded nanorand v0.7.0
8532026-03-18T21:51:18.814Z Downloaded phf_shared v0.11.3
8542026-03-18T21:51:18.814Z Downloaded compact_str v0.8.1
8552026-03-18T21:51:18.818Z Downloaded pbkdf2 v0.11.0
8562026-03-18T21:51:18.818Z Downloaded path-slash v0.1.5
8572026-03-18T21:51:18.821Z Downloaded num_enum v0.5.11
8582026-03-18T21:51:18.824Z Downloaded peg-runtime v0.8.5
8592026-03-18T21:51:18.824Z Downloaded phf_shared v0.12.1
8602026-03-18T21:51:18.827Z Downloaded oso-derive v0.27.3
8612026-03-18T21:51:18.827Z Downloaded num_enum_derive v0.7.5
8622026-03-18T21:51:18.827Z Downloaded num_enum v0.7.5
8632026-03-18T21:51:18.830Z Downloaded powerfmt v0.2.0
8642026-03-18T21:51:18.833Z Downloaded pin-utils v0.1.0
8652026-03-18T21:51:18.833Z Downloaded darling_core v0.20.11
8662026-03-18T21:51:18.836Z Downloaded indexmap v1.9.3
8672026-03-18T21:51:18.839Z Downloaded owo-colors v4.3.0
8682026-03-18T21:51:18.844Z Downloaded heapless v0.7.17
8692026-03-18T21:51:18.847Z Downloaded phf_shared v0.13.1
8702026-03-18T21:51:18.847Z Downloaded num-derive v0.3.3
8712026-03-18T21:51:18.847Z Downloaded nu-ansi-term v0.50.3
8722026-03-18T21:51:18.850Z Downloaded half v1.8.3
8732026-03-18T21:51:18.850Z Downloaded half v2.7.1
8742026-03-18T21:51:18.853Z Downloaded predicates-tree v1.0.13
8752026-03-18T21:51:18.853Z Downloaded mime_guess v2.0.5
8762026-03-18T21:51:18.857Z Downloaded native-tls v0.2.18
8772026-03-18T21:51:18.857Z Downloaded flate2 v1.1.9
8782026-03-18T21:51:18.861Z Downloaded num-rational v0.4.2
8792026-03-18T21:51:18.864Z Downloaded password-hash v0.5.0
8802026-03-18T21:51:18.864Z Downloaded progenitor-client v0.10.0
8812026-03-18T21:51:18.867Z Downloaded parse-display-derive v0.10.0
8822026-03-18T21:51:18.867Z Downloaded parking_lot_core v0.8.6
8832026-03-18T21:51:18.870Z Downloaded progenitor-macro v0.13.0
8842026-03-18T21:51:18.870Z Downloaded progenitor-client v0.11.2
8852026-03-18T21:51:18.870Z Downloaded progenitor-macro v0.10.0
8862026-03-18T21:51:18.873Z Downloaded predicates-core v1.0.10
8872026-03-18T21:51:18.874Z Downloaded progenitor-macro v0.11.2
8882026-03-18T21:51:18.874Z Downloaded precomputed-hash v0.1.1
8892026-03-18T21:51:18.874Z Downloaded peg v0.8.5
8902026-03-18T21:51:18.877Z Downloaded proc-macro-error-attr2 v2.0.0
8912026-03-18T21:51:18.880Z Downloaded proc-macro-crate v1.3.1
8922026-03-18T21:51:18.880Z Downloaded password-hash v0.4.2
8932026-03-18T21:51:18.880Z Downloaded oxnet v0.1.4
8942026-03-18T21:51:18.883Z Downloaded libbz2-rs-sys v0.2.2
8952026-03-18T21:51:18.883Z Downloaded ignore v0.4.25
8962026-03-18T21:51:18.886Z Downloaded phf v0.13.1
8972026-03-18T21:51:18.891Z Downloaded memmap2 v0.9.10
8982026-03-18T21:51:18.891Z Downloaded chacha20poly1305 v0.10.1
8992026-03-18T21:51:18.894Z Downloaded ed25519-dalek v2.2.0
9002026-03-18T21:51:18.894Z Downloaded packed_struct v0.10.1
9012026-03-18T21:51:18.894Z Downloaded proc-macro-crate v3.4.0
9022026-03-18T21:51:18.898Z Downloaded oxide-tokio-rt v0.1.3
9032026-03-18T21:51:18.898Z Downloaded num-integer v0.1.46
9042026-03-18T21:51:18.901Z Downloaded num-complex v0.4.6
9052026-03-18T21:51:18.901Z Downloaded pkg-config v0.3.32
9062026-03-18T21:51:18.901Z Downloaded base64 v0.21.7
9072026-03-18T21:51:18.904Z Downloaded psl-types v2.0.11
9082026-03-18T21:51:18.907Z Downloaded pkcs8 v0.10.2
9092026-03-18T21:51:18.910Z Downloaded radium v0.7.0
9102026-03-18T21:51:18.910Z Downloaded const_format v0.2.35
9112026-03-18T21:51:18.914Z Downloaded paste v1.0.15
9122026-03-18T21:51:18.917Z Downloaded cc v1.2.56
9132026-03-18T21:51:18.920Z Downloaded ppv-lite86 v0.2.21
9142026-03-18T21:51:18.920Z Downloaded peg-macros v0.8.5
9152026-03-18T21:51:18.920Z Downloaded hickory-resolver v0.24.4
9162026-03-18T21:51:18.924Z Downloaded quick-error v1.2.3
9172026-03-18T21:51:18.927Z Downloaded pin-project-lite v0.2.17
9182026-03-18T21:51:18.930Z Downloaded ref-cast v1.0.25
9192026-03-18T21:51:18.933Z Downloaded rand_chacha v0.3.1
9202026-03-18T21:51:18.933Z Downloaded derive_more-impl v2.1.1
9212026-03-18T21:51:18.936Z Downloaded progenitor-client v0.13.0
9222026-03-18T21:51:18.939Z Downloaded progenitor v0.10.0
9232026-03-18T21:51:18.939Z Downloaded postgres-protocol v0.6.10
9242026-03-18T21:51:18.942Z Downloaded poly1305 v0.8.0
9252026-03-18T21:51:18.942Z Downloaded recursive v0.1.1
9262026-03-18T21:51:18.947Z Downloaded heapless v0.8.0
9272026-03-18T21:51:18.947Z Downloaded parking_lot_core v0.9.12
9282026-03-18T21:51:18.954Z Downloaded rand_xorshift v0.4.0
9292026-03-18T21:51:18.954Z Downloaded der v0.7.10
9302026-03-18T21:51:18.957Z Downloaded pin-project-internal v1.1.11
9312026-03-18T21:51:18.957Z Downloaded pem-rfc7468 v0.7.0
9322026-03-18T21:51:18.957Z Downloaded crypto-bigint v0.5.5
9332026-03-18T21:51:18.961Z Downloaded rfc6979 v0.4.0
9342026-03-18T21:51:18.965Z Downloaded psm v0.1.30
9352026-03-18T21:51:18.965Z Downloaded rustc-hash v2.1.1
9362026-03-18T21:51:18.968Z Downloaded ref-cast-impl v1.0.25
9372026-03-18T21:51:18.968Z Downloaded recursive-proc-macro-impl v0.1.1
9382026-03-18T21:51:18.968Z Downloaded predicates v3.1.4
9392026-03-18T21:51:18.972Z Downloaded progenitor v0.13.0
9402026-03-18T21:51:18.972Z Downloaded phf v0.12.1
9412026-03-18T21:51:18.975Z Downloaded litrs v1.0.0
9422026-03-18T21:51:18.975Z Downloaded indicatif v0.18.4
9432026-03-18T21:51:18.979Z Downloaded polyval v0.6.2
9442026-03-18T21:51:18.982Z Downloaded r2d2 v0.8.10
9452026-03-18T21:51:18.982Z Downloaded progenitor-extras v0.1.1
9462026-03-18T21:51:18.986Z Downloaded russh-cryptovec v0.7.3
9472026-03-18T21:51:18.986Z Downloaded rand_chacha v0.9.0
9482026-03-18T21:51:18.986Z Downloaded progenitor v0.11.2
9492026-03-18T21:51:18.986Z Downloaded proc-macro-error2 v2.0.1
9502026-03-18T21:51:18.993Z Downloaded pkcs5 v0.7.1
9512026-03-18T21:51:18.997Z Downloaded rtoolbox v0.0.3
9522026-03-18T21:51:18.997Z Downloaded rustc_version v0.4.1
9532026-03-18T21:51:18.997Z Downloaded hickory-server v0.25.2
9542026-03-18T21:51:19.000Z Downloaded rand_core v0.9.5
9552026-03-18T21:51:19.000Z Downloaded miniz_oxide v0.8.9
9562026-03-18T21:51:19.004Z Downloaded parking_lot v0.11.2
9572026-03-18T21:51:19.004Z Downloaded derive_more v2.1.1
9582026-03-18T21:51:19.011Z Downloaded same-file v1.0.6
9592026-03-18T21:51:19.015Z Downloaded pem v3.0.6
9602026-03-18T21:51:19.015Z Downloaded parking_lot v0.12.5
9612026-03-18T21:51:19.020Z Downloaded dropshot-api-manager v0.6.0
9622026-03-18T21:51:19.020Z Downloaded scheduled-thread-pool v0.2.7
9632026-03-18T21:51:19.020Z Downloaded rand_seeder v0.4.0
9642026-03-18T21:51:19.024Z Downloaded salsa20 v0.10.2
9652026-03-18T21:51:19.024Z Downloaded expectorate v1.2.0
9662026-03-18T21:51:19.029Z Downloaded rand_core v0.10.0
9672026-03-18T21:51:19.029Z Downloaded scopeguard v1.2.0
9682026-03-18T21:51:19.029Z Downloaded sapling-renderdag v0.1.0
9692026-03-18T21:51:19.033Z Downloaded jiff-static v0.2.21
9702026-03-18T21:51:19.033Z Downloaded scrypt v0.11.0
9712026-03-18T21:51:19.033Z Downloaded postcard v1.1.3
9722026-03-18T21:51:19.037Z Downloaded resolv-conf v0.7.6
9732026-03-18T21:51:19.037Z Downloaded crossterm v0.28.1
9742026-03-18T21:51:19.040Z Downloaded seq-macro v0.3.6
9752026-03-18T21:51:19.045Z Downloaded rustc_version v0.1.7
9762026-03-18T21:51:19.045Z Downloaded hickory-resolver v0.25.2
9772026-03-18T21:51:19.048Z Downloaded quinn-udp v0.5.14
9782026-03-18T21:51:19.048Z Downloaded headers v0.4.1
9792026-03-18T21:51:19.053Z Downloaded postgres-types v0.2.12
9802026-03-18T21:51:19.056Z Downloaded primeorder v0.13.6
9812026-03-18T21:51:19.056Z Downloaded serde-big-array v0.5.1
9822026-03-18T21:51:19.056Z Downloaded scroll_derive v0.13.1
9832026-03-18T21:51:19.104Z Downloaded hubpack_derive v0.1.1
9842026-03-18T21:51:19.104Z Downloaded fixedbitset v0.5.7
9852026-03-18T21:51:19.104Z Downloaded serde_urlencoded v0.7.1
9862026-03-18T21:51:19.104Z Downloaded semver v0.1.20
9872026-03-18T21:51:19.104Z Downloaded serde_spanned v1.0.4
9882026-03-18T21:51:19.104Z Downloaded rusty-fork v0.3.1
9892026-03-18T21:51:19.104Z Downloaded rand_core v0.6.4
9902026-03-18T21:51:19.104Z Downloaded secrecy v0.10.3
9912026-03-18T21:51:19.104Z Downloaded serde_plain v1.0.2
9922026-03-18T21:51:19.104Z Downloaded crc32fast v1.5.0
9932026-03-18T21:51:19.104Z Downloaded rustls-native-certs v0.8.3
9942026-03-18T21:51:19.105Z Downloaded p256 v0.13.2
9952026-03-18T21:51:19.105Z Downloaded papergrid v0.17.0
9962026-03-18T21:51:19.105Z Downloaded signal-hook-mio v0.2.5
9972026-03-18T21:51:19.105Z Downloaded sigpipe v0.1.3
9982026-03-18T21:51:19.105Z Downloaded prefix-trie v0.7.0
9992026-03-18T21:51:19.105Z Downloaded serde_repr v0.1.20
10002026-03-18T21:51:19.105Z Downloaded rustversion v1.0.22
10012026-03-18T21:51:19.105Z Downloaded progenitor-impl v0.10.0
10022026-03-18T21:51:19.105Z Downloaded ingot-macros v0.1.1
10032026-03-18T21:51:19.105Z Downloaded minimal-lexical v0.2.1
10042026-03-18T21:51:19.105Z Downloaded slog-envlogger v2.2.0
10052026-03-18T21:51:19.105Z Downloaded siphasher v1.0.2
10062026-03-18T21:51:19.105Z Downloaded signature v2.2.0
10072026-03-18T21:51:19.105Z Downloaded signal-hook-tokio v0.3.1
10082026-03-18T21:51:19.105Z Downloaded shell-words v1.1.1
10092026-03-18T21:51:19.105Z Downloaded sec1 v0.7.3
10102026-03-18T21:51:19.105Z Downloaded rustls-pemfile v2.2.0
10112026-03-18T21:51:19.109Z Downloaded sct v0.7.1
10122026-03-18T21:51:19.109Z Downloaded schemars_derive v0.8.22
10132026-03-18T21:51:19.109Z Downloaded diesel_derives v2.3.7
10142026-03-18T21:51:19.113Z Downloaded pin-project v1.1.11
10152026-03-18T21:51:19.122Z Downloaded serde_path_to_error v0.1.20
10162026-03-18T21:51:19.126Z Downloaded russh-keys v0.45.0
10172026-03-18T21:51:19.126Z Downloaded hyper-util v0.1.20
10182026-03-18T21:51:19.130Z Downloaded slog-bunyan v2.5.0
10192026-03-18T21:51:19.133Z Downloaded pkcs1 v0.7.5
10202026-03-18T21:51:19.133Z Downloaded hashbrown v0.12.3
10212026-03-18T21:51:19.136Z Downloaded sha1 v0.10.6
10222026-03-18T21:51:19.139Z Downloaded aes-gcm v0.10.3
10232026-03-18T21:51:19.139Z Downloaded oso v0.27.3
10242026-03-18T21:51:19.143Z Downloaded rustls-pki-types v1.14.0
10252026-03-18T21:51:19.146Z Downloaded openssl-sys v0.9.111
10262026-03-18T21:51:19.149Z Downloaded http v1.4.0
10272026-03-18T21:51:19.153Z Downloaded omicron-zone-package v0.12.2
10282026-03-18T21:51:19.156Z Downloaded ssh-cipher v0.2.0
10292026-03-18T21:51:19.156Z Downloaded aho-corasick v1.1.4
10302026-03-18T21:51:19.159Z Downloaded ssh-encoding v0.2.0
10312026-03-18T21:51:19.162Z Downloaded structmeta v0.3.0
10322026-03-18T21:51:19.162Z Downloaded strip-ansi-escapes v0.2.1
10332026-03-18T21:51:19.163Z Downloaded shlex v1.3.0
10342026-03-18T21:51:19.166Z Downloaded secrecy v0.8.0
10352026-03-18T21:51:19.166Z Downloaded scroll v0.13.0
10362026-03-18T21:51:19.166Z Downloaded cancel-safe-futures v0.1.5
10372026-03-18T21:51:19.169Z Downloaded signal-hook-registry v1.4.8
10382026-03-18T21:51:19.173Z Downloaded serde_bytes v0.11.19
10392026-03-18T21:51:19.173Z Downloaded serde_derive_internals v0.29.1
10402026-03-18T21:51:19.173Z Downloaded serde-hex v0.1.0
10412026-03-18T21:51:19.176Z Downloaded rcgen v0.12.1
10422026-03-18T21:51:19.176Z Downloaded strum v0.27.2
10432026-03-18T21:51:19.179Z Downloaded sqlparser_derive v0.5.0
10442026-03-18T21:51:19.179Z Downloaded slog-scope v4.4.1
10452026-03-18T21:51:19.179Z Downloaded slog-json v2.6.1
10462026-03-18T21:51:19.182Z Downloaded progenitor-impl v0.13.0
10472026-03-18T21:51:19.182Z Downloaded backon v1.6.0
10482026-03-18T21:51:19.186Z Downloaded const-oid v0.9.6
10492026-03-18T21:51:19.189Z Downloaded rustls-pemfile v1.0.4
10502026-03-18T21:51:19.190Z Downloaded aes v0.8.4
10512026-03-18T21:51:19.193Z Downloaded supports-color v3.0.2
10522026-03-18T21:51:19.193Z Downloaded tagptr v0.2.0
10532026-03-18T21:51:19.196Z Downloaded sync_wrapper v1.0.2
10542026-03-18T21:51:19.196Z Downloaded sync-ptr v0.1.4
10552026-03-18T21:51:19.196Z Downloaded strum v0.26.3
10562026-03-18T21:51:19.196Z Downloaded tap v1.0.1
10572026-03-18T21:51:19.200Z Downloaded take_mut v0.2.2
10582026-03-18T21:51:19.200Z Downloaded structmeta-derive v0.3.0
10592026-03-18T21:51:19.200Z Downloaded bumpalo v3.20.2
10602026-03-18T21:51:19.203Z Downloaded smf v0.2.3
10612026-03-18T21:51:19.203Z Downloaded smallvec v0.6.14
10622026-03-18T21:51:19.206Z Downloaded cbc v0.1.2
10632026-03-18T21:51:19.206Z Downloaded bitfield v0.19.4
10642026-03-18T21:51:19.206Z Downloaded bit-vec v0.6.3
10652026-03-18T21:51:19.209Z Downloaded base64ct v1.8.3
10662026-03-18T21:51:19.209Z Downloaded bit-vec v0.8.0
10672026-03-18T21:51:19.213Z Downloaded crossbeam-utils v0.8.21
10682026-03-18T21:51:19.213Z Downloaded ident_case v1.0.1
10692026-03-18T21:51:19.216Z Downloaded hyper-tls v0.6.0
10702026-03-18T21:51:19.216Z Downloaded httpdate v1.0.3
10712026-03-18T21:51:19.219Z Downloaded thread-id v5.1.0
10722026-03-18T21:51:19.219Z Downloaded tabwriter v1.4.1
10732026-03-18T21:51:19.219Z Downloaded tabled_derive v0.11.0
10742026-03-18T21:51:19.222Z Downloaded testing_table v0.3.0
10752026-03-18T21:51:19.222Z Downloaded slog-async v2.8.0
10762026-03-18T21:51:19.222Z Downloaded hashbrown v0.15.5
10772026-03-18T21:51:19.226Z Downloaded slog-stdlog v4.1.1
10782026-03-18T21:51:19.229Z Downloaded slog-dtrace v0.3.0
10792026-03-18T21:51:19.229Z Downloaded snafu-derive v0.8.9
10802026-03-18T21:51:19.232Z Downloaded rustls-platform-verifier v0.6.2
10812026-03-18T21:51:19.235Z Downloaded slab v0.4.12
10822026-03-18T21:51:19.235Z Downloaded simd-adler32 v0.3.8
10832026-03-18T21:51:19.235Z Downloaded spki v0.7.3
10842026-03-18T21:51:19.239Z Downloaded mio v1.1.1
10852026-03-18T21:51:19.242Z Downloaded time-core v0.1.8
10862026-03-18T21:51:19.245Z Downloaded slog-term v2.9.2
10872026-03-18T21:51:19.245Z Downloaded thiserror-impl-no-std v2.0.2
10882026-03-18T21:51:19.249Z Downloaded schemars v0.8.22
10892026-03-18T21:51:19.254Z Downloaded tinyvec_macros v0.1.1
10902026-03-18T21:51:19.257Z Downloaded strum_macros v0.27.2
10912026-03-18T21:51:19.257Z Downloaded rayon-core v1.13.0
10922026-03-18T21:51:19.261Z Downloaded serde_cbor v0.11.2
10932026-03-18T21:51:19.264Z Downloaded sqlformat v0.3.5
10942026-03-18T21:51:19.264Z Downloaded ron v0.8.1
10952026-03-18T21:51:19.269Z Downloaded support-bundle-viewer v0.1.2
10962026-03-18T21:51:19.273Z Downloaded strum_macros v0.26.4
10972026-03-18T21:51:19.273Z Downloaded static_assertions v1.1.0
10982026-03-18T21:51:19.273Z Downloaded serde_with_macros v3.17.0
10992026-03-18T21:51:19.276Z Downloaded stacker v0.1.23
11002026-03-18T21:51:19.276Z Downloaded iddqd v0.3.17
11012026-03-18T21:51:19.281Z Downloaded subtle v2.6.1
11022026-03-18T21:51:19.285Z Downloaded strum_macros v0.24.3
11032026-03-18T21:51:19.286Z Downloaded string_cache v0.8.9
11042026-03-18T21:51:19.289Z Downloaded rand v0.8.5
11052026-03-18T21:51:19.289Z Downloaded thiserror-no-std v2.0.2
11062026-03-18T21:51:19.292Z Downloaded itertools v0.10.5
11072026-03-18T21:51:19.296Z Downloaded pretty_assertions v1.4.1
11082026-03-18T21:51:19.299Z Downloaded futures-util v0.3.32
11092026-03-18T21:51:19.306Z Downloaded thread_local v1.1.9
11102026-03-18T21:51:19.310Z Downloaded ryu v1.0.23
11112026-03-18T21:51:19.315Z Downloaded progenitor-impl v0.11.2
11122026-03-18T21:51:19.315Z Downloaded tower-service v0.3.3
11132026-03-18T21:51:19.315Z Downloaded topological-sort v0.2.2
11142026-03-18T21:51:19.319Z Downloaded time-macros v0.2.27
11152026-03-18T21:51:19.319Z Downloaded iri-string v0.7.10
11162026-03-18T21:51:19.322Z Downloaded tower-layer v0.3.3
11172026-03-18T21:51:19.325Z Downloaded termtree v0.5.1
11182026-03-18T21:51:19.325Z Downloaded hashbrown v0.13.2
11192026-03-18T21:51:19.328Z Downloaded stringprep v0.1.5
11202026-03-18T21:51:19.331Z Downloaded tls_codec v0.4.2
11212026-03-18T21:51:19.331Z Downloaded prettyplease v0.2.37
11222026-03-18T21:51:19.336Z Downloaded http-body v1.0.1
11232026-03-18T21:51:19.336Z Downloaded try-lock v0.2.5
11242026-03-18T21:51:19.336Z Downloaded trait-variant v0.1.2
11252026-03-18T21:51:19.336Z Downloaded typify-macro v0.6.1
11262026-03-18T21:51:19.339Z Downloaded typify-macro v0.4.3
11272026-03-18T21:51:19.339Z Downloaded tiny-keccak v2.0.2
11282026-03-18T21:51:19.342Z Downloaded slog v2.8.2
11292026-03-18T21:51:19.345Z Downloaded itertools v0.12.1
11302026-03-18T21:51:19.348Z Downloaded rsa v0.9.10
11312026-03-18T21:51:19.352Z Downloaded untrusted v0.7.1
11322026-03-18T21:51:19.356Z Downloaded tokio-tungstenite v0.21.0
11332026-03-18T21:51:19.356Z Downloaded universal-hash v0.5.1
11342026-03-18T21:51:19.359Z Downloaded signal-hook v0.3.18
11352026-03-18T21:51:19.360Z Downloaded usdt-attr-macro v0.6.0
11362026-03-18T21:51:19.360Z Downloaded tokio-dtrace v0.1.1
11372026-03-18T21:51:19.366Z Downloaded hyper v1.8.1
11382026-03-18T21:51:19.369Z Downloaded termios v0.3.3
11392026-03-18T21:51:19.369Z Downloaded unarray v0.1.4
11402026-03-18T21:51:19.369Z Downloaded serde_yaml v0.9.34+deprecated
11412026-03-18T21:51:19.372Z Downloaded unit-prefix v0.5.2
11422026-03-18T21:51:19.372Z Downloaded tokio-native-tls v0.3.1
11432026-03-18T21:51:19.375Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11442026-03-18T21:51:19.375Z Downloaded untrusted v0.9.0
11452026-03-18T21:51:19.378Z Downloaded usdt-macro v0.6.0
11462026-03-18T21:51:19.378Z Downloaded usdt v0.6.0
11472026-03-18T21:51:19.379Z Downloaded socket2 v0.5.10
11482026-03-18T21:51:19.382Z Downloaded tokio-macros v2.6.0
11492026-03-18T21:51:19.382Z Downloaded spin v0.9.8
11502026-03-18T21:51:19.385Z Downloaded publicsuffix v2.3.0
11512026-03-18T21:51:19.385Z Downloaded term v1.2.1
11522026-03-18T21:51:19.388Z Downloaded toml_writer v1.0.6+spec-1.1.0
11532026-03-18T21:51:19.392Z Downloaded quinn v0.11.9
11542026-03-18T21:51:19.392Z Downloaded qorb v0.4.1
11552026-03-18T21:51:19.395Z Downloaded gethostname v0.5.0
11562026-03-18T21:51:19.398Z Downloaded daft v0.1.5
11572026-03-18T21:51:19.398Z Downloaded foreign-types-shared v0.3.1
11582026-03-18T21:51:19.398Z Downloaded bitfield-struct v0.6.2
11592026-03-18T21:51:19.403Z Downloaded term v0.7.0
11602026-03-18T21:51:19.406Z Downloaded want v0.3.1
11612026-03-18T21:51:19.406Z Downloaded void v1.0.2
11622026-03-18T21:51:19.406Z Downloaded wait-timeout v0.2.1
11632026-03-18T21:51:19.406Z Downloaded tokio-tungstenite v0.23.1
11642026-03-18T21:51:19.409Z Downloaded atomic-waker v1.1.2
11652026-03-18T21:51:19.409Z Downloaded crc8 v0.1.1
11662026-03-18T21:51:19.409Z Downloaded convert_case v0.4.0
11672026-03-18T21:51:19.409Z Downloaded bitfield-macros v0.19.4
11682026-03-18T21:51:19.412Z Downloaded nom v7.1.3
11692026-03-18T21:51:19.415Z Downloaded tls_codec_derive v0.4.2
11702026-03-18T21:51:19.420Z Downloaded num-bigint v0.4.6
11712026-03-18T21:51:19.423Z Downloaded xshell-macros v0.2.7
11722026-03-18T21:51:19.428Z Downloaded xattr v1.6.1
11732026-03-18T21:51:19.428Z Downloaded waitgroup v0.1.2
11742026-03-18T21:51:19.428Z Downloaded tui-tree-widget v0.23.1
11752026-03-18T21:51:19.431Z Downloaded similar v2.7.0
11762026-03-18T21:51:19.434Z Downloaded tokio-stream v0.1.18
11772026-03-18T21:51:19.438Z Downloaded socket2 v0.6.2
11782026-03-18T21:51:19.441Z Downloaded utf-8 v0.7.6
11792026-03-18T21:51:19.450Z Downloaded libxml v0.3.3
11802026-03-18T21:51:19.455Z Downloaded tokio-rustls v0.26.4
11812026-03-18T21:51:19.460Z Downloaded unicode-truncate v1.1.0
11822026-03-18T21:51:19.461Z Downloaded snafu v0.8.9
11832026-03-18T21:51:19.464Z Downloaded zeroize_derive v1.4.3
11842026-03-18T21:51:19.464Z Downloaded unicase v2.9.0
11852026-03-18T21:51:19.469Z Downloaded vergen-git2 v1.0.7
11862026-03-18T21:51:19.469Z Downloaded zone_cfg_derive v0.3.1
11872026-03-18T21:51:19.469Z Downloaded zone v0.3.1
11882026-03-18T21:51:19.469Z Downloaded toml_parser v1.0.9+spec-1.1.0
11892026-03-18T21:51:19.472Z Downloaded h2 v0.4.13
11902026-03-18T21:51:19.475Z Downloaded usdt-impl v0.6.0
11912026-03-18T21:51:19.479Z Downloaded rustls-webpki v0.103.9
11922026-03-18T21:51:19.479Z Downloaded vsss-rs v3.3.4
11932026-03-18T21:51:19.482Z Downloaded uzers v0.12.2
11942026-03-18T21:51:19.482Z Downloaded tokio-rustls v0.25.0
11952026-03-18T21:51:19.485Z Downloaded samael v0.0.19
11962026-03-18T21:51:19.488Z Downloaded twox-hash v2.1.2
11972026-03-18T21:51:19.493Z Downloaded tracing-attributes v0.1.31
11982026-03-18T21:51:19.493Z Downloaded vergen-lib v0.1.6
11992026-03-18T21:51:19.496Z Downloaded vergen-gitcl v1.0.8
12002026-03-18T21:51:19.496Z Downloaded subprocess v0.2.15
12012026-03-18T21:51:19.499Z Downloaded test-strategy v0.4.5
12022026-03-18T21:51:19.502Z Downloaded walkdir v2.5.0
12032026-03-18T21:51:19.502Z Downloaded blake3 v1.8.3
12042026-03-18T21:51:19.508Z Downloaded wyz v0.5.1
12052026-03-18T21:51:19.512Z Downloaded num-bigint-dig v0.8.6
12062026-03-18T21:51:19.515Z Downloaded schemars v0.9.0
12072026-03-18T21:51:19.524Z Downloaded xz2 v0.1.7
12082026-03-18T21:51:19.531Z Downloaded whoami v2.1.0
12092026-03-18T21:51:19.532Z Downloaded whoami v1.6.1
12102026-03-18T21:51:19.532Z Downloaded rand v0.9.2
12112026-03-18T21:51:19.537Z Downloaded tokio-rustls v0.24.1
12122026-03-18T21:51:19.537Z Downloaded russh v0.45.0
12132026-03-18T21:51:19.541Z Downloaded toml v0.9.12+spec-1.1.0
12142026-03-18T21:51:19.541Z Downloaded unicode-properties v0.1.4
12152026-03-18T21:51:19.550Z Downloaded zeroize v1.8.2
12162026-03-18T21:51:19.553Z Downloaded itertools v0.13.0
12172026-03-18T21:51:19.557Z Downloaded rustyline v14.0.0
12182026-03-18T21:51:19.560Z Downloaded typify v0.4.3
12192026-03-18T21:51:19.563Z Downloaded toml v0.7.8
12202026-03-18T21:51:19.566Z Downloaded tar v0.4.44
12212026-03-18T21:51:19.569Z Downloaded zstd v0.13.3
12222026-03-18T21:51:19.569Z Downloaded tungstenite v0.23.0
12232026-03-18T21:51:19.573Z Downloaded libm v0.2.16
12242026-03-18T21:51:19.580Z Downloaded typify v0.6.1
12252026-03-18T21:51:19.583Z Downloaded rand v0.10.0
12262026-03-18T21:51:19.586Z Downloaded yasna v0.5.2
12272026-03-18T21:51:19.586Z Downloaded unsafe-libyaml v0.2.11
12282026-03-18T21:51:19.589Z Downloaded tinyvec v1.10.0
12292026-03-18T21:51:19.592Z Downloaded xshell v0.2.7
12302026-03-18T21:51:19.595Z Downloaded p521 v0.13.3
12312026-03-18T21:51:19.598Z Downloaded toml_edit v0.23.10+spec-1.0.0
12322026-03-18T21:51:19.601Z Downloaded uuid v1.21.0
12332026-03-18T21:51:19.604Z Downloaded vergen v9.0.6
12342026-03-18T21:51:19.604Z Downloaded zerocopy v0.6.6
12352026-03-18T21:51:19.608Z Downloaded unicode-bidi v0.3.18
12362026-03-18T21:51:19.608Z Downloaded steno v0.4.1
12372026-03-18T21:51:19.611Z Downloaded itertools v0.14.0
12382026-03-18T21:51:19.621Z Downloaded tokio-postgres v0.7.16
12392026-03-18T21:51:19.626Z Downloaded zstd-safe v7.2.4
12402026-03-18T21:51:19.629Z Downloaded tungstenite v0.21.0
12412026-03-18T21:51:19.633Z Downloaded hkdf v0.12.4
12422026-03-18T21:51:19.636Z Downloaded tracing-core v0.1.36
12432026-03-18T21:51:19.639Z Downloaded schemars v1.2.1
12442026-03-18T21:51:19.648Z Downloaded git2 v0.20.4
12452026-03-18T21:51:19.656Z Downloaded toml_edit v0.19.15
12462026-03-18T21:51:19.668Z Downloaded rpassword v7.4.0
12472026-03-18T21:51:19.671Z Downloaded bindgen v0.71.1
12482026-03-18T21:51:19.675Z Downloaded zopfli v0.8.3
12492026-03-18T21:51:19.679Z Downloaded vte v0.14.1
12502026-03-18T21:51:19.683Z Downloaded ssh-key v0.6.7
12512026-03-18T21:51:19.687Z Downloaded reedline v0.40.0
12522026-03-18T21:51:19.691Z Downloaded ron v0.12.0
12532026-03-18T21:51:19.695Z Downloaded yansi v1.0.1
12542026-03-18T21:51:19.699Z Downloaded portable-atomic v1.13.1
12552026-03-18T21:51:19.710Z Downloaded unicode_categories v0.1.1
12562026-03-18T21:51:19.726Z Downloaded regex v1.12.3
12572026-03-18T21:51:19.735Z Downloaded lalrpop v0.19.12
12582026-03-18T21:51:19.740Z Downloaded reqwest v0.12.28
12592026-03-18T21:51:19.745Z Downloaded aws-lc-rs v1.16.0
12602026-03-18T21:51:19.753Z Downloaded zip v0.6.6
12612026-03-18T21:51:19.756Z Downloaded zerocopy-derive v0.8.40
12622026-03-18T21:51:19.762Z Downloaded goblin v0.10.5
12632026-03-18T21:51:19.768Z Downloaded p384 v0.13.1
12642026-03-18T21:51:19.771Z Downloaded tower v0.5.3
12652026-03-18T21:51:19.778Z Downloaded rayon v1.11.0
12662026-03-18T21:51:19.784Z Downloaded x509-cert v0.2.5
12672026-03-18T21:51:19.789Z Downloaded chrono v0.4.44
12682026-03-18T21:51:19.795Z Downloaded unicode-segmentation v1.12.0
12692026-03-18T21:51:19.799Z Downloaded quick-xml v0.37.5
12702026-03-18T21:51:19.802Z Downloaded bitvec v1.0.1
12712026-03-18T21:51:19.812Z Downloaded reqwest v0.13.2
12722026-03-18T21:51:19.817Z Downloaded unicode-normalization v0.1.25
12732026-03-18T21:51:19.820Z Downloaded tokio-util v0.7.18
12742026-03-18T21:51:19.824Z Downloaded tough v0.20.0
12752026-03-18T21:51:19.831Z Downloaded typed-path v0.9.3
12762026-03-18T21:51:19.836Z Downloaded moka v0.12.13
12772026-03-18T21:51:19.841Z Downloaded salty v0.3.0
12782026-03-18T21:51:19.846Z Downloaded rustls-webpki v0.102.8
12792026-03-18T21:51:19.860Z Downloaded tower-http v0.6.8
12802026-03-18T21:51:19.866Z Downloaded curve25519-dalek v4.1.3
12812026-03-18T21:51:19.872Z Downloaded bstr v1.12.1
12822026-03-18T21:51:19.878Z Downloaded zip v4.6.1
12832026-03-18T21:51:19.882Z Downloaded serde_with v3.17.0
12842026-03-18T21:51:19.890Z Downloaded petname v2.0.2
12852026-03-18T21:51:19.896Z Downloaded object v0.30.4
12862026-03-18T21:51:19.901Z Downloaded nix v0.27.1
12872026-03-18T21:51:19.909Z Downloaded proptest v1.10.0
12882026-03-18T21:51:19.915Z Downloaded quinn-proto v0.11.13
12892026-03-18T21:51:19.921Z Downloaded winnow v0.5.40
12902026-03-18T21:51:19.927Z Downloaded rustls-webpki v0.101.7
12912026-03-18T21:51:19.937Z Downloaded polar-core v0.27.3
12922026-03-18T21:51:19.943Z Downloaded winnow v0.6.26
12932026-03-18T21:51:19.977Z Downloaded openssl v0.10.75
12942026-03-18T21:51:19.987Z Downloaded radix_trie v0.2.1
12952026-03-18T21:51:19.992Z Downloaded diesel v2.3.7
12962026-03-18T21:51:20.006Z Downloaded object v0.37.3
12972026-03-18T21:51:20.014Z Downloaded dropshot v0.16.7
12982026-03-18T21:51:20.031Z Downloaded zerocopy v0.8.40
12992026-03-18T21:51:20.038Z Downloaded webpki-roots v1.0.6
13002026-03-18T21:51:20.042Z Downloaded time v0.3.47
13012026-03-18T21:51:20.049Z Downloaded tabled v0.20.0
13022026-03-18T21:51:20.062Z Downloaded hickory-proto v0.24.4
13032026-03-18T21:51:20.073Z Downloaded smoltcp v0.9.1
13042026-03-18T21:51:20.081Z Downloaded regex-syntax v0.8.10
13052026-03-18T21:51:20.087Z Downloaded smoltcp v0.11.0
13062026-03-18T21:51:20.096Z Downloaded rustix v0.38.44
13072026-03-18T21:51:20.114Z Downloaded zlib-rs v0.6.2
13082026-03-18T21:51:20.117Z Downloaded openapiv3 v2.2.0
13092026-03-18T21:51:20.126Z Downloaded vcpkg v0.2.15
13102026-03-18T21:51:20.159Z Downloaded regress v0.10.5
13112026-03-18T21:51:20.162Z Downloaded rustls v0.22.4
13122026-03-18T21:51:20.173Z Downloaded hickory-proto v0.25.2
13132026-03-18T21:51:20.182Z Downloaded nix v0.29.0
13142026-03-18T21:51:20.191Z Downloaded rustls v0.23.37
13152026-03-18T21:51:20.199Z Downloaded regex-syntax v0.6.29
13162026-03-18T21:51:20.205Z Downloaded nix v0.31.1
13172026-03-18T21:51:20.213Z Downloaded rustls v0.21.12
13182026-03-18T21:51:20.221Z Downloaded nix v0.28.0
13192026-03-18T21:51:20.243Z Downloaded bzip2-sys v0.1.13+1.0.8
13202026-03-18T21:51:20.255Z Downloaded sqlparser v0.61.0
13212026-03-18T21:51:20.271Z Downloaded zerocopy-derive v0.6.6
13222026-03-18T21:51:20.277Z Downloaded sled v0.34.7
13232026-03-18T21:51:20.285Z Downloaded typify-impl v0.6.1
13242026-03-18T21:51:20.297Z Downloaded ratatui v0.29.0
13252026-03-18T21:51:20.310Z Downloaded typify-impl v0.4.3
13262026-03-18T21:51:20.321Z Downloaded tracing v0.1.44
13272026-03-18T21:51:20.338Z Downloaded petgraph v0.6.5
13282026-03-18T21:51:20.353Z Downloaded jiff v0.2.21
13292026-03-18T21:51:20.365Z Downloaded chrono-tz v0.10.4
13302026-03-18T21:51:20.380Z Downloaded regex-automata v0.4.14
13312026-03-18T21:51:20.391Z Downloaded petgraph v0.8.3
13322026-03-18T21:51:20.409Z Downloaded csv v1.4.0
13332026-03-18T21:51:20.423Z Downloaded libz-sys v1.1.24
13342026-03-18T21:51:20.439Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13352026-03-18T21:51:20.451Z Downloaded lzma-sys v0.1.20
13362026-03-18T21:51:20.472Z Downloaded tokio v1.49.0
13372026-03-18T21:51:20.517Z Downloaded sha3 v0.10.8
13382026-03-18T21:51:20.593Z Downloaded encoding_rs v0.8.35
13392026-03-18T21:51:20.628Z Downloaded ring v0.17.14
13402026-03-18T21:51:20.662Z Downloaded libgit2-sys v0.18.3+1.9.2
13412026-03-18T21:51:21.226Z Downloaded aws-lc-sys v0.37.1
13422026-03-18T21:51:21.552Z Compiling libc v0.2.180
13432026-03-18T21:51:21.555Z Compiling serde v1.0.228
13442026-03-18T21:51:21.555Z Compiling log v0.4.29
13452026-03-18T21:51:21.555Z Compiling find-msvc-tools v0.1.9
13462026-03-18T21:51:21.762Z Compiling shlex v1.3.0
13472026-03-18T21:51:21.762Z Compiling smallvec v1.15.1
13482026-03-18T21:51:21.779Z Compiling syn v2.0.117
13492026-03-18T21:51:21.799Z Compiling typenum v1.19.0
13502026-03-18T21:51:21.975Z Compiling generic-array v0.14.7
13512026-03-18T21:51:22.014Z Compiling subtle v2.6.1
13522026-03-18T21:51:22.047Z Compiling scopeguard v1.2.0
13532026-03-18T21:51:22.100Z Compiling portable-atomic v1.13.1
13542026-03-18T21:51:22.139Z Compiling const-oid v0.9.6
13552026-03-18T21:51:22.190Z Compiling lock_api v0.4.14
13562026-03-18T21:51:22.228Z Compiling critical-section v1.2.0
13572026-03-18T21:51:22.283Z Compiling zerocopy v0.8.40
13582026-03-18T21:51:22.377Z Compiling parking_lot_core v0.9.12
13592026-03-18T21:51:22.489Z Compiling pin-project-lite v0.2.17
13602026-03-18T21:51:22.709Z Compiling serde_json v1.0.149
13612026-03-18T21:51:22.806Z Compiling pkg-config v0.3.32
13622026-03-18T21:51:22.922Z Compiling bitflags v2.11.0
13632026-03-18T21:51:22.967Z Compiling getrandom v0.2.17
13642026-03-18T21:51:23.046Z Compiling jobserver v0.1.34
13652026-03-18T21:51:23.207Z Compiling rand_core v0.6.4
13662026-03-18T21:51:23.234Z Compiling errno v0.3.14
13672026-03-18T21:51:23.375Z Compiling cc v1.2.56
13682026-03-18T21:51:23.430Z Compiling signal-hook-registry v1.4.8
13692026-03-18T21:51:23.580Z Compiling once_cell v1.21.3
13702026-03-18T21:51:23.622Z Compiling mio v1.1.1
13712026-03-18T21:51:23.675Z Compiling libm v0.2.16
13722026-03-18T21:51:23.806Z Compiling num-traits v0.2.19
13732026-03-18T21:51:23.852Z Compiling parking_lot v0.12.5
13742026-03-18T21:51:23.985Z Compiling futures-core v0.3.32
13752026-03-18T21:51:24.183Z Compiling socket2 v0.6.2
13762026-03-18T21:51:24.251Z Compiling percent-encoding v2.3.2
13772026-03-18T21:51:24.292Z Compiling allocator-api2 v0.2.21
13782026-03-18T21:51:24.368Z Compiling cpufeatures v0.2.17
13792026-03-18T21:51:24.466Z Compiling futures-sink v0.3.32
13802026-03-18T21:51:24.506Z Compiling foldhash v0.2.0
13812026-03-18T21:51:24.604Z Compiling futures-channel v0.3.32
13822026-03-18T21:51:24.751Z Compiling hashbrown v0.16.1
13832026-03-18T21:51:24.773Z Compiling getrandom v0.4.1
13842026-03-18T21:51:24.801Z Compiling futures-task v0.3.32
13852026-03-18T21:51:24.919Z Compiling futures-io v0.3.32
13862026-03-18T21:51:24.939Z Compiling slab v0.4.12
13872026-03-18T21:51:25.035Z Compiling getrandom v0.3.4
13882026-03-18T21:51:25.127Z Compiling rustversion v1.0.22
13892026-03-18T21:51:25.176Z Compiling rand_core v0.10.0
13902026-03-18T21:51:25.598Z Compiling indexmap v2.13.0
13912026-03-18T21:51:25.661Z Compiling form_urlencoded v1.2.2
13922026-03-18T21:51:25.710Z Compiling cmake v0.1.57
13932026-03-18T21:51:25.745Z Compiling fs_extra v1.3.0
13942026-03-18T21:51:25.894Z Compiling ident_case v1.0.1
13952026-03-18T21:51:26.051Z Compiling synstructure v0.13.2
13962026-03-18T21:51:26.104Z Compiling base64ct v1.8.3
13972026-03-18T21:51:26.203Z Compiling dunce v1.0.5
13982026-03-18T21:51:26.263Z Compiling flagset v0.4.7
13992026-03-18T21:51:26.289Z Compiling rand_core v0.9.5
14002026-03-18T21:51:26.337Z Compiling aws-lc-sys v0.37.1
14012026-03-18T21:51:26.437Z Compiling rustix v1.1.3
14022026-03-18T21:51:26.453Z Compiling pem-rfc7468 v0.7.0
14032026-03-18T21:51:26.508Z Compiling iana-time-zone v0.1.65
14042026-03-18T21:51:26.536Z Compiling ring v0.17.14
14052026-03-18T21:51:26.651Z Compiling uuid v1.21.0
14062026-03-18T21:51:26.786Z Compiling rustc_version v0.4.1
14072026-03-18T21:51:26.877Z Compiling vcpkg v0.2.15
14082026-03-18T21:51:26.934Z Compiling aws-lc-rs v1.16.0
14092026-03-18T21:51:27.184Z Compiling regex-syntax v0.8.10
14102026-03-18T21:51:27.302Z Compiling tracing-core v0.1.36
14112026-03-18T21:51:27.573Z Compiling crossbeam-utils v0.8.21
14122026-03-18T21:51:27.908Z Compiling openssl-sys v0.9.111
14132026-03-18T21:51:27.967Z Compiling pest_generator v2.8.6
14142026-03-18T21:51:28.065Z Compiling serde_derive_internals v0.29.1
14152026-03-18T21:51:28.679Z Compiling base64 v0.22.1
14162026-03-18T21:51:29.187Z Compiling serde_derive v1.0.228
14172026-03-18T21:51:29.187Z Compiling zeroize_derive v1.4.3
14182026-03-18T21:51:29.187Z Compiling zerofrom-derive v0.1.6
14192026-03-18T21:51:29.187Z Compiling yoke-derive v0.8.1
14202026-03-18T21:51:29.336Z Compiling zerocopy-derive v0.8.40
14212026-03-18T21:51:29.785Z Compiling zeroize v1.8.2
14222026-03-18T21:51:30.467Z Compiling zerovec-derive v0.11.2
14232026-03-18T21:51:30.703Z Compiling displaydoc v0.2.5
14242026-03-18T21:51:30.839Z Compiling crypto-common v0.1.7
14252026-03-18T21:51:30.855Z Compiling zerofrom v0.1.6
14262026-03-18T21:51:31.018Z Compiling yoke v0.8.1
14272026-03-18T21:51:31.037Z Compiling block-buffer v0.10.4
14282026-03-18T21:51:31.254Z Compiling digest v0.10.7
14292026-03-18T21:51:31.268Z Compiling tokio-macros v2.6.0
14302026-03-18T21:51:31.575Z Compiling hmac v0.12.1
14312026-03-18T21:51:31.682Z Compiling zerotrie v0.2.3
14322026-03-18T21:51:31.715Z Compiling futures-macro v0.3.32
14332026-03-18T21:51:31.771Z Compiling block-padding v0.3.3
14342026-03-18T21:51:31.937Z Compiling zerovec v0.11.5
14352026-03-18T21:51:31.974Z Compiling inout v0.1.4
14362026-03-18T21:51:32.084Z Compiling sha2 v0.10.9
14372026-03-18T21:51:32.196Z Compiling cipher v0.4.4
14382026-03-18T21:51:32.232Z Compiling der_derive v0.7.3
14392026-03-18T21:51:32.552Z Compiling salsa20 v0.10.2
14402026-03-18T21:51:32.689Z Compiling tinystr v0.8.2
14412026-03-18T21:51:32.744Z Compiling potential_utf v0.1.4
14422026-03-18T21:51:32.843Z Compiling futures-util v0.3.32
14432026-03-18T21:51:32.959Z Compiling icu_locale_core v2.1.1
14442026-03-18T21:51:32.959Z Compiling icu_collections v2.1.1
14452026-03-18T21:51:33.588Z Compiling bytes v1.11.1
14462026-03-18T21:51:33.606Z Compiling der v0.7.10
14472026-03-18T21:51:33.609Z Compiling chrono v0.4.44
14482026-03-18T21:51:33.991Z Compiling icu_provider v2.1.1
14492026-03-18T21:51:34.212Z Compiling tokio v1.49.0
14502026-03-18T21:51:34.377Z Compiling icu_properties v2.1.2
14512026-03-18T21:51:34.411Z Compiling icu_normalizer v2.1.1
14522026-03-18T21:51:35.114Z Compiling spki v0.7.3
14532026-03-18T21:51:35.255Z Compiling http v1.4.0
14542026-03-18T21:51:35.373Z Compiling pbkdf2 v0.12.2
14552026-03-18T21:51:35.515Z Compiling ppv-lite86 v0.2.21
14562026-03-18T21:51:35.534Z Compiling thiserror-impl v2.0.18
14572026-03-18T21:51:35.747Z Compiling idna_adapter v1.2.1
14582026-03-18T21:51:35.916Z Compiling idna v1.1.0
14592026-03-18T21:51:35.920Z Compiling rand_chacha v0.9.0
14602026-03-18T21:51:35.955Z Compiling scrypt v0.11.0
14612026-03-18T21:51:35.976Z Compiling cbc v0.1.2
14622026-03-18T21:51:36.163Z Compiling aes v0.8.4
14632026-03-18T21:51:36.278Z Compiling rustls-pki-types v1.14.0
14642026-03-18T21:51:36.486Z Compiling url v2.5.8
14652026-03-18T21:51:36.784Z Compiling tracing-attributes v0.1.31
14662026-03-18T21:51:36.816Z Compiling pkcs5 v0.7.1
14672026-03-18T21:51:36.886Z Compiling rand v0.9.2
14682026-03-18T21:51:37.325Z Compiling thiserror v2.0.18
14692026-03-18T21:51:37.520Z Compiling http-body v1.0.1
14702026-03-18T21:51:37.533Z Compiling untrusted v0.7.1
14712026-03-18T21:51:37.588Z Compiling schemars v0.8.22
14722026-03-18T21:51:37.603Z Compiling syn v1.0.109
14732026-03-18T21:51:37.673Z Compiling openssl-probe v0.2.1
14742026-03-18T21:51:37.694Z Compiling httparse v1.10.1
14752026-03-18T21:51:37.792Z Compiling untrusted v0.9.0
14762026-03-18T21:51:37.958Z Compiling pkcs8 v0.10.2
14772026-03-18T21:51:37.978Z Compiling schemars_derive v0.8.22
14782026-03-18T21:51:38.059Z Compiling pest_derive v2.8.6
14792026-03-18T21:51:38.194Z Compiling scroll_derive v0.13.1
14802026-03-18T21:51:38.599Z Compiling darling_core v0.20.11
14812026-03-18T21:51:38.648Z Compiling tracing v0.1.44
14822026-03-18T21:51:38.997Z Compiling tower-layer v0.3.3
14832026-03-18T21:51:39.034Z Compiling rustls v0.23.37
14842026-03-18T21:51:39.208Z Compiling atomic-waker v1.1.2
14852026-03-18T21:51:39.254Z Compiling tinyvec_macros v0.1.1
14862026-03-18T21:51:39.273Z Compiling dyn-clone v1.0.20
14872026-03-18T21:51:39.341Z Compiling tokio-util v0.7.18
14882026-03-18T21:51:39.360Z Compiling tower-service v0.3.3
14892026-03-18T21:51:39.440Z Compiling try-lock v0.2.5
14902026-03-18T21:51:39.479Z Compiling tinyvec v1.10.0
14912026-03-18T21:51:39.576Z Compiling want v0.3.1
14922026-03-18T21:51:39.783Z Compiling scroll v0.13.0
14932026-03-18T21:51:40.329Z Compiling h2 v0.4.13
14942026-03-18T21:51:40.400Z Compiling ipnet v2.11.0
14952026-03-18T21:51:40.745Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14962026-03-18T21:51:41.080Z Compiling spin v0.9.8
14972026-03-18T21:51:41.252Z Compiling aho-corasick v1.1.4
14982026-03-18T21:51:41.345Z Compiling powerfmt v0.2.0
14992026-03-18T21:51:41.457Z Compiling openssl v0.10.75
15002026-03-18T21:51:41.604Z Compiling time-core v0.1.8
15012026-03-18T21:51:41.743Z Compiling num-conv v0.2.0
15022026-03-18T21:51:41.798Z Compiling crc32fast v1.5.0
15032026-03-18T21:51:41.893Z Compiling darling_macro v0.20.11
15042026-03-18T21:51:41.916Z Compiling httpdate v1.0.3
15052026-03-18T21:51:42.138Z Compiling foreign-types-shared v0.1.1
15062026-03-18T21:51:42.175Z Compiling pin-utils v0.1.0
15072026-03-18T21:51:42.246Z Compiling foreign-types v0.3.2
15082026-03-18T21:51:42.265Z Compiling time-macros v0.2.27
15092026-03-18T21:51:42.313Z Compiling deranged v0.5.8
15102026-03-18T21:51:42.339Z Compiling tempfile v3.25.0
15112026-03-18T21:51:42.489Z Compiling darling v0.20.11
15122026-03-18T21:51:42.619Z Compiling regex-automata v0.4.14
15132026-03-18T21:51:43.685Z Compiling goblin v0.10.5
15142026-03-18T21:51:43.705Z Compiling thiserror-impl v1.0.69
15152026-03-18T21:51:43.801Z Compiling openssl-macros v0.1.1
15162026-03-18T21:51:44.965Z Compiling hyper v1.8.1
15172026-03-18T21:51:45.408Z Compiling wait-timeout v0.2.1
15182026-03-18T21:51:45.752Z Compiling simd-adler32 v0.3.8
15192026-03-18T21:51:45.772Z Compiling usdt-impl v0.6.0
15202026-03-18T21:51:45.799Z Compiling quick-error v1.2.3
15212026-03-18T21:51:45.927Z Compiling num_threads v0.1.7
15222026-03-18T21:51:46.019Z Compiling either v1.15.0
15232026-03-18T21:51:46.047Z Compiling siphasher v1.0.2
15242026-03-18T21:51:46.072Z Compiling native-tls v0.2.18
15252026-03-18T21:51:46.287Z Compiling bit-vec v0.8.0
15262026-03-18T21:51:46.350Z Compiling time v0.3.47
15272026-03-18T21:51:46.368Z Compiling hyper-util v0.1.20
15282026-03-18T21:51:46.593Z Compiling bit-set v0.8.0
15292026-03-18T21:51:46.806Z Compiling rusty-fork v0.3.1
15302026-03-18T21:51:47.108Z Compiling thiserror v1.0.69
15312026-03-18T21:51:47.247Z Compiling derive_builder_core v0.20.2
15322026-03-18T21:51:48.448Z Compiling dof v0.4.0
15332026-03-18T21:51:48.589Z Compiling unicode-normalization v0.1.25
15342026-03-18T21:51:48.723Z Compiling crossbeam-epoch v0.9.18
15352026-03-18T21:51:48.747Z Compiling dtrace-parser v0.3.0
15362026-03-18T21:51:49.150Z Compiling rustls-native-certs v0.8.3
15372026-03-18T21:51:49.181Z Compiling signature v2.2.0
15382026-03-18T21:51:49.405Z Compiling scroll_derive v0.12.1
15392026-03-18T21:51:49.527Z Compiling heapless v0.7.17
15402026-03-18T21:51:49.695Z Compiling rand_xorshift v0.4.0
15412026-03-18T21:51:49.788Z Compiling slog v2.8.2
15422026-03-18T21:51:49.826Z Compiling darling_core v0.21.3
15432026-03-18T21:51:49.893Z Compiling bzip2-sys v0.1.13+1.0.8
15442026-03-18T21:51:50.015Z Compiling sync_wrapper v1.0.2
15452026-03-18T21:51:50.069Z Compiling thread-id v5.1.0
15462026-03-18T21:51:50.148Z Compiling cookie v0.18.1
15472026-03-18T21:51:50.172Z Compiling unarray v0.1.4
15482026-03-18T21:51:50.243Z Compiling paste v1.0.15
15492026-03-18T21:51:50.264Z Compiling adler2 v2.0.1
15502026-03-18T21:51:50.306Z Compiling rayon-core v1.13.0
15512026-03-18T21:51:50.371Z Compiling unicode-properties v0.1.4
15522026-03-18T21:51:50.418Z Compiling zstd-safe v7.2.4
15532026-03-18T21:51:50.519Z Compiling signal-hook v0.3.18
15542026-03-18T21:51:50.581Z Compiling unicode-segmentation v1.12.0
15552026-03-18T21:51:50.639Z Compiling unicode-bidi v0.3.18
15562026-03-18T21:51:50.668Z Compiling anyhow v1.0.102
15572026-03-18T21:51:50.900Z Compiling miniz_oxide v0.8.9
15582026-03-18T21:51:51.125Z Compiling stringprep v0.1.5
15592026-03-18T21:51:51.325Z Compiling proptest v1.10.0
15602026-03-18T21:51:51.357Z Compiling scroll v0.12.0
15612026-03-18T21:51:51.707Z Compiling tower v0.5.3
15622026-03-18T21:51:51.767Z Compiling crossbeam-deque v0.8.6
15632026-03-18T21:51:51.802Z Compiling derive_builder_macro v0.20.2
15642026-03-18T21:51:52.015Z Compiling ipnetwork v0.21.1
15652026-03-18T21:51:52.215Z Compiling http-body-util v0.1.3
15662026-03-18T21:51:52.329Z Compiling webpki-roots v1.0.6
15672026-03-18T21:51:52.371Z Compiling rand_chacha v0.3.1
15682026-03-18T21:51:52.431Z Compiling serde_spanned v0.6.9
15692026-03-18T21:51:52.482Z Compiling erased-serde v0.3.31
15702026-03-18T21:51:52.589Z Compiling toml_datetime v0.6.11
15712026-03-18T21:51:52.609Z Compiling serde_tokenstream v0.2.3
15722026-03-18T21:51:52.659Z Compiling md-5 v0.10.6
15732026-03-18T21:51:52.869Z Compiling zerocopy-derive v0.7.35
15742026-03-18T21:51:52.931Z Compiling curve25519-dalek v4.1.3
15752026-03-18T21:51:53.025Z Compiling vergen-lib v0.1.6
15762026-03-18T21:51:53.243Z Compiling num-integer v0.1.46
15772026-03-18T21:51:53.262Z Compiling hash32 v0.2.1
15782026-03-18T21:51:53.354Z Compiling ff v0.13.1
15792026-03-18T21:51:53.453Z Compiling memoffset v0.9.1
15802026-03-18T21:51:53.472Z Compiling darling_macro v0.21.3
15812026-03-18T21:51:53.510Z Compiling litrs v1.0.0
15822026-03-18T21:51:53.530Z Compiling smoltcp v0.9.1
15832026-03-18T21:51:53.680Z Compiling num-bigint-dig v0.8.6
15842026-03-18T21:51:53.698Z Compiling base16ct v0.2.0
15852026-03-18T21:51:53.912Z Compiling fallible-iterator v0.2.0
15862026-03-18T21:51:53.932Z Compiling cfg_aliases v0.2.1
15872026-03-18T21:51:53.960Z Compiling ref-cast v1.0.25
15882026-03-18T21:51:54.025Z Compiling iri-string v0.7.10
15892026-03-18T21:51:54.045Z Compiling zlib-rs v0.6.2
15902026-03-18T21:51:54.082Z Compiling psl-types v2.0.11
15912026-03-18T21:51:54.204Z Compiling ryu v1.0.23
15922026-03-18T21:51:54.242Z Compiling rustix v0.38.44
15932026-03-18T21:51:54.329Z Compiling postgres-protocol v0.6.10
15942026-03-18T21:51:54.412Z Compiling serde_urlencoded v0.7.1
15952026-03-18T21:51:54.436Z Compiling publicsuffix v2.3.0
15962026-03-18T21:51:54.647Z Compiling newtype-uuid v1.3.2
15972026-03-18T21:51:54.732Z Compiling document-features v0.2.12
15982026-03-18T21:51:54.796Z Compiling darling v0.21.3
15992026-03-18T21:51:54.901Z Compiling zerocopy v0.7.35
16002026-03-18T21:51:55.050Z Compiling nix v0.31.1
16012026-03-18T21:51:55.142Z Compiling sec1 v0.7.3
16022026-03-18T21:51:55.515Z Compiling num-iter v0.1.45
16032026-03-18T21:51:55.539Z Compiling group v0.13.0
16042026-03-18T21:51:55.664Z Compiling tower-http v0.6.8
16052026-03-18T21:51:55.807Z Compiling rand v0.8.5
16062026-03-18T21:51:56.178Z Compiling derive_builder v0.20.2
16072026-03-18T21:51:56.198Z Compiling oxnet v0.1.4
16082026-03-18T21:51:56.304Z Compiling proc-macro-error v1.0.4
16092026-03-18T21:51:56.358Z Compiling goblin v0.8.2
16102026-03-18T21:51:56.702Z Compiling tokio-native-tls v0.3.1
16112026-03-18T21:51:56.932Z Compiling heck v0.4.1
16122026-03-18T21:51:57.223Z Compiling phf_shared v0.13.1
16132026-03-18T21:51:57.597Z Compiling hubpack_derive v0.1.1
16142026-03-18T21:51:57.639Z Compiling regex v1.12.3
16152026-03-18T21:51:57.907Z Compiling lazy_static v1.5.0
16162026-03-18T21:51:57.928Z Compiling cargo-platform v0.1.9
16172026-03-18T21:51:58.026Z Compiling hkdf v0.12.4
16182026-03-18T21:51:58.166Z Compiling crypto-bigint v0.5.5
16192026-03-18T21:51:58.236Z Compiling flate2 v1.1.9
16202026-03-18T21:51:58.256Z Compiling ref-cast-impl v1.0.25
16212026-03-18T21:51:58.275Z Compiling daft-derive v0.1.5
16222026-03-18T21:51:58.701Z Compiling async-trait v0.1.89
16232026-03-18T21:51:58.812Z Compiling curve25519-dalek-derive v0.1.1
16242026-03-18T21:51:58.973Z Compiling strum_macros v0.27.2
16252026-03-18T21:51:59.232Z Compiling terminal_size v0.4.3
16262026-03-18T21:51:59.405Z Compiling vergen v9.0.6
16272026-03-18T21:51:59.635Z Compiling fs-err v3.3.0
16282026-03-18T21:51:59.700Z Compiling ahash v0.8.12
16292026-03-18T21:51:59.873Z Compiling object v0.37.3
16302026-03-18T21:51:59.953Z Compiling managed v0.8.0
16312026-03-18T21:52:00.140Z Compiling libbz2-rs-sys v0.2.2
16322026-03-18T21:52:00.219Z Compiling foldhash v0.1.5
16332026-03-18T21:52:00.240Z Compiling winnow v0.5.40
16342026-03-18T21:52:00.441Z Compiling bumpalo v3.20.2
16352026-03-18T21:52:00.775Z Compiling bitflags v1.3.2
16362026-03-18T21:52:01.070Z Compiling console v0.16.2
16372026-03-18T21:52:01.073Z Compiling bzip2 v0.6.1
16382026-03-18T21:52:01.356Z Compiling zopfli v0.8.3
16392026-03-18T21:52:01.377Z Compiling clap_builder v4.5.60
16402026-03-18T21:52:01.699Z Compiling strum v0.27.2
16412026-03-18T21:52:01.823Z Compiling hashbrown v0.15.5
16422026-03-18T21:52:02.007Z Compiling toml_edit v0.19.15
16432026-03-18T21:52:02.226Z Compiling elliptic-curve v0.13.8
16442026-03-18T21:52:02.259Z Compiling dof v0.3.0
16452026-03-18T21:52:02.635Z Compiling daft v0.1.5
16462026-03-18T21:52:02.926Z Compiling hubpack v0.1.2
16472026-03-18T21:52:03.013Z Compiling cargo_metadata v0.19.2
16482026-03-18T21:52:03.281Z Compiling cookie_store v0.22.1
16492026-03-18T21:52:04.181Z Compiling phf v0.13.1
16502026-03-18T21:52:04.406Z Compiling signal-hook-mio v0.2.5
16512026-03-18T21:52:04.555Z Compiling zone_cfg_derive v0.3.1
16522026-03-18T21:52:04.930Z Compiling zstd v0.13.3
16532026-03-18T21:52:05.372Z Compiling hyper-tls v0.6.0
16542026-03-18T21:52:05.469Z Compiling rayon v1.11.0
16552026-03-18T21:52:05.663Z Compiling bzip2 v0.4.4
16562026-03-18T21:52:05.807Z Compiling serde_with_macros v3.17.0
16572026-03-18T21:52:05.872Z Compiling postgres-types v0.2.12
16582026-03-18T21:52:05.938Z Compiling usdt-attr-macro v0.6.0
16592026-03-18T21:52:06.090Z Compiling usdt-macro v0.6.0
16602026-03-18T21:52:06.626Z Compiling ed25519 v2.2.3
16612026-03-18T21:52:06.990Z Compiling dtrace-parser v0.2.0
16622026-03-18T21:52:07.057Z Compiling itertools v0.12.1
16632026-03-18T21:52:07.340Z Compiling phf_shared v0.11.3
16642026-03-18T21:52:07.454Z Compiling bstr v1.12.1
16652026-03-18T21:52:07.622Z Compiling pkcs1 v0.7.5
16662026-03-18T21:52:07.849Z Compiling serde-big-array v0.5.1
16672026-03-18T21:52:07.979Z Compiling hex v0.4.3
16682026-03-18T21:52:08.040Z Compiling rfc6979 v0.4.0
16692026-03-18T21:52:08.095Z Compiling enum-as-inner v0.6.1
16702026-03-18T21:52:08.186Z Compiling clap_derive v4.5.55
16712026-03-18T21:52:08.206Z Compiling strum_macros v0.26.4
16722026-03-18T21:52:08.346Z Compiling serde_repr v0.1.20
16732026-03-18T21:52:08.424Z Compiling float-cmp v0.10.0
16742026-03-18T21:52:08.615Z Compiling memmap2 v0.9.10
16752026-03-18T21:52:08.756Z Compiling thread-id v4.2.2
16762026-03-18T21:52:08.787Z Compiling env_filter v1.0.0
16772026-03-18T21:52:08.863Z Compiling encoding_rs v0.8.35
16782026-03-18T21:52:08.902Z Compiling whoami v2.1.0
16792026-03-18T21:52:09.039Z Compiling fixedbitset v0.4.2
16802026-03-18T21:52:09.198Z Compiling new_debug_unreachable v1.0.6
16812026-03-18T21:52:09.296Z Compiling rustc-hash v2.1.1
16822026-03-18T21:52:09.328Z Compiling predicates-core v1.0.10
16832026-03-18T21:52:09.412Z Compiling unit-prefix v0.5.2
16842026-03-18T21:52:09.455Z Compiling data-encoding v2.10.0
16852026-03-18T21:52:09.565Z Compiling normalize-line-endings v0.3.0
16862026-03-18T21:52:09.605Z Compiling mime v0.3.17
16872026-03-18T21:52:09.685Z Compiling fixedbitset v0.5.7
16882026-03-18T21:52:09.950Z Compiling difflib v0.4.0
16892026-03-18T21:52:10.103Z Compiling keccak v0.1.6
16902026-03-18T21:52:10.440Z Compiling precomputed-hash v0.1.1
16912026-03-18T21:52:10.556Z Compiling jiff v0.2.21
16922026-03-18T21:52:10.615Z Compiling static_assertions v1.1.0
16932026-03-18T21:52:10.651Z Compiling strum v0.26.3
16942026-03-18T21:52:10.670Z Compiling clap v4.5.60
16952026-03-18T21:52:10.710Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16962026-03-18T21:52:10.732Z Compiling string_cache v0.8.9
16972026-03-18T21:52:10.769Z Compiling sha3 v0.10.8
16982026-03-18T21:52:10.813Z Compiling predicates v3.1.4
16992026-03-18T21:52:10.961Z Compiling petgraph v0.8.3
17002026-03-18T21:52:11.027Z Compiling hickory-proto v0.25.2
17012026-03-18T21:52:11.220Z Compiling indicatif v0.18.4
17022026-03-18T21:52:11.373Z Compiling iddqd v0.3.17
17032026-03-18T21:52:11.688Z Compiling petgraph v0.6.5
17042026-03-18T21:52:12.397Z Compiling tokio-postgres v0.7.16
17052026-03-18T21:52:12.959Z Compiling toml_edit v0.22.27
17062026-03-18T21:52:13.701Z Compiling env_logger v0.11.9
17072026-03-18T21:52:13.766Z Compiling usdt-impl v0.5.0
17082026-03-18T21:52:14.185Z Compiling zip v4.6.1
17092026-03-18T21:52:14.509Z Compiling usdt v0.6.0
17102026-03-18T21:52:14.556Z Compiling zone v0.3.1
17112026-03-18T21:52:14.854Z Compiling serde_with v3.17.0
17122026-03-18T21:52:15.416Z Compiling ecdsa v0.16.9
17132026-03-18T21:52:15.468Z Compiling similar v2.7.0
17142026-03-18T21:52:15.521Z Compiling rsa v0.9.10
17152026-03-18T21:52:15.934Z Compiling crossterm v0.28.1
17162026-03-18T21:52:16.467Z Compiling ed25519-dalek v2.2.0
17172026-03-18T21:52:16.644Z Compiling zip v0.6.6
17182026-03-18T21:52:17.312Z Compiling toml v0.7.8
17192026-03-18T21:52:17.874Z Compiling toml_parser v1.0.9+spec-1.1.0
17202026-03-18T21:52:17.936Z Compiling itertools v0.13.0
17212026-03-18T21:52:18.032Z Compiling tokio-stream v0.1.18
17222026-03-18T21:52:18.193Z Compiling buf-list v1.1.2
17232026-03-18T21:52:18.556Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17242026-03-18T21:52:18.676Z Compiling x509-cert v0.2.5
17252026-03-18T21:52:18.755Z Compiling openapiv3 v2.2.0
17262026-03-18T21:52:18.931Z Compiling sha1 v0.10.6
17272026-03-18T21:52:18.969Z Compiling toml_datetime v0.7.5+spec-1.1.0
17282026-03-18T21:52:19.221Z Compiling peg-runtime v0.8.5
17292026-03-18T21:52:19.366Z Compiling lalrpop-util v0.19.12
17302026-03-18T21:52:19.595Z Compiling thread_local v1.1.9
17312026-03-18T21:52:19.622Z Compiling slog-async v2.8.0
17322026-03-18T21:52:19.661Z Compiling crossbeam-channel v0.5.15
17332026-03-18T21:52:19.770Z Compiling futures-executor v0.3.32
17342026-03-18T21:52:19.926Z Compiling is-terminal v0.4.17
17352026-03-18T21:52:20.031Z Compiling filetime v0.2.27
17362026-03-18T21:52:20.049Z Compiling term v1.2.1
17372026-03-18T21:52:20.116Z Compiling take_mut v0.2.2
17382026-03-18T21:52:20.259Z Compiling xattr v1.6.1
17392026-03-18T21:52:20.297Z Compiling futures v0.3.32
17402026-03-18T21:52:20.401Z Compiling slog-term v2.9.2
17412026-03-18T21:52:20.470Z Compiling tar v0.4.44
17422026-03-18T21:52:27.483Z Compiling rustls-webpki v0.103.9
17432026-03-18T21:52:31.531Z Compiling tokio-rustls v0.26.4
17442026-03-18T21:52:31.531Z Compiling rustls-platform-verifier v0.6.2
17452026-03-18T21:52:31.808Z Compiling hyper-rustls v0.27.7
17462026-03-18T21:52:32.079Z Compiling reqwest v0.12.28
17472026-03-18T21:52:32.079Z Compiling reqwest v0.13.2
17482026-03-18T21:52:35.032Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17492026-03-18T21:52:35.312Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17502026-03-18T21:52:39.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
17512026-03-18T21:52:39.350Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17522026-03-18T21:52:39.415ZMar 18 21:52:37.470 INFO Starting download, target: Cockroach
17532026-03-18T21:52:39.415ZMar 18 21:52:37.471 INFO Starting download, target: TransceiverControl
17542026-03-18T21:52:39.415ZMar 18 21:52:37.471 INFO Starting download, target: DendriteStub
17552026-03-18T21:52:39.415ZMar 18 21:52:37.471 INFO Starting download, target: Clickhouse
17562026-03-18T21:52:39.415ZMar 18 21:52:37.471 INFO Starting download, target: Console
17572026-03-18T21:52:39.415ZMar 18 21:52:37.471 INFO Starting download, target: MaghemiteMgd
17582026-03-18T21:52:39.415ZMar 18 21:52:37.471 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17592026-03-18T21:52:39.415ZMar 18 21:52:37.471 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17602026-03-18T21:52:39.418ZMar 18 21:52:37.471 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17612026-03-18T21:52:39.418ZMar 18 21:52:37.471 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17622026-03-18T21:52:39.418ZMar 18 21:52:37.471 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17632026-03-18T21:52:39.418ZMar 18 21:52:37.471 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17642026-03-18T21:52:39.916ZMar 18 21:52:37.969 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17652026-03-18T21:52:40.258ZMar 18 21:52:38.303 INFO Download complete, target: TransceiverControl
17662026-03-18T21:52:40.380ZMar 18 21:52:38.426 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17672026-03-18T21:52:40.743ZMar 18 21:52:38.797 INFO Download complete, target: Console
17682026-03-18T21:52:41.173ZMar 18 21:52:39.228 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17692026-03-18T21:52:41.423ZMar 18 21:52:39.476 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17702026-03-18T21:52:41.867ZMar 18 21:52:39.922 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17712026-03-18T21:52:41.867ZMar 18 21:52:39.922 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17722026-03-18T21:52:41.907ZMar 18 21:52:39.962 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17732026-03-18T21:52:44.760ZMar 18 21:52:42.812 INFO Download complete, target: DendriteStub
17742026-03-18T21:52:44.996ZMar 18 21:52:43.048 INFO Download complete, target: MaghemiteMgd
17752026-03-18T21:52:49.645ZMar 18 21:52:47.695 INFO Checking that binary works, target: Cockroach
17762026-03-18T21:52:49.756ZMar 18 21:52:47.807 INFO Download complete, target: Cockroach
17772026-03-18T21:52:53.125ZMar 18 21:52:51.173 INFO Checking that binary works, target: Clickhouse
17782026-03-18T21:52:53.284ZMar 18 21:52:51.332 INFO Download complete, target: Clickhouse
17792026-03-18T21:52:53.302ZAll builder prerequisites installed successfully, and PATH looks valid
17802026-03-18T21:52:53.305Z
17812026-03-18T21:52:53.305Zreal 5:04.627648671
17822026-03-18T21:52:53.305Zuser 10:27.295781203
17832026-03-18T21:52:53.305Zsys 1:48.863089832
17842026-03-18T21:52:53.305Ztrap 0.330701262
17852026-03-18T21:52:53.305Ztflt 0.668306346
17862026-03-18T21:52:53.305Zdflt 0.637650470
17872026-03-18T21:52:53.305Zkflt 0.020391002
17882026-03-18T21:52:53.305Zlock 30:26.869970292
17892026-03-18T21:52:53.305Zslp 31:29.242291209
17902026-03-18T21:52:53.305Zlat 56.738152982
17912026-03-18T21:52:53.305Zstop 2:46.014815710
17922026-03-18T21:52:53.305Z+ banner hack-check
17932026-03-18T21:52:53.305Z
17942026-03-18T21:52:53.305Z # # ## #### # # #### # # ###### #### # #
17952026-03-18T21:52:53.305Z # # # # # # # # # # # # # # # # #
17962026-03-18T21:52:53.305Z ###### # # # #### ##### # ###### ##### # ####
17972026-03-18T21:52:53.305Z # # ###### # # # # # # # # # #
17982026-03-18T21:52:53.305Z # # # # # # # # # # # # # # # # #
17992026-03-18T21:52:53.305Z # # # # #### # # #### # # ###### #### # #
18002026-03-18T21:52:53.305Z
18012026-03-18T21:52:53.305Z+ export CARGO_INCREMENTAL=0
18022026-03-18T21:52:53.305Z+ CARGO_INCREMENTAL=0
18032026-03-18T21:52:53.305Z+ ptime -m timeout 2h cargo xtask check-features --ci
18042026-03-18T21:52:54.004Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18052026-03-18T21:52:54.277Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18062026-03-18T21:52:56.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.45s
18072026-03-18T21:52:56.880Z Running `target/debug/xtask check-features --ci`
18082026-03-18T21:52:56.911Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18092026-03-18T21:52:56.914Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18102026-03-18T21:52:57.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
18112026-03-18T21:52:57.581Z Running `target/debug/xtask download cargo-hack`
18122026-03-18T21:52:58.615Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18132026-03-18T21:52:58.996Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18142026-03-18T21:53:02.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s
18152026-03-18T21:53:02.465Z Running `target/debug/xtask-downloader cargo-hack`
18162026-03-18T21:53:02.511ZMar 18 21:53:00.553 INFO Starting download, target: CargoHack
18172026-03-18T21:53:02.514ZMar 18 21:53:00.554 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18182026-03-18T21:53:02.964ZMar 18 21:53:01.007 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18192026-03-18T21:53:03.046ZMar 18 21:53:01.088 INFO Download complete, target: CargoHack
18202026-03-18T21:53:03.050Zrunning: "/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"
18212026-03-18T21:53:03.067Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18222026-03-18T21:53:03.266Zinfo: running `cargo check --bins` on api_identity (1/257)
18232026-03-18T21:53:03.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242026-03-18T21:53:03.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252026-03-18T21:53:03.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262026-03-18T21:53:03.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18272026-03-18T21:53:04.029Z
18282026-03-18T21:53:04.029Zinfo: running `cargo check --bins` on bootstore (2/257)
18292026-03-18T21:53:04.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-03-18T21:53:04.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-03-18T21:53:04.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-03-18T21:53:04.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18332026-03-18T21:53:04.789Z
18342026-03-18T21:53:04.789Zinfo: running `cargo check --bins` on omicron-ledger (3/257)
18352026-03-18T21:53:05.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-03-18T21:53:05.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-03-18T21:53:05.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-03-18T21:53:05.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18392026-03-18T21:53:05.541Z
18402026-03-18T21:53:05.541Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/257)
18412026-03-18T21:53:06.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-03-18T21:53:06.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-03-18T21:53:06.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-03-18T21:53:06.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18452026-03-18T21:53:06.300Z
18462026-03-18T21:53:06.300Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/257)
18472026-03-18T21:53:06.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-03-18T21:53:06.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-03-18T21:53:06.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-03-18T21:53:06.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18512026-03-18T21:53:07.064Z
18522026-03-18T21:53:07.064Zinfo: running `cargo check --bins` on omicron-certificates (6/257)
18532026-03-18T21:53:07.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-03-18T21:53:07.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-03-18T21:53:07.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-03-18T21:53:07.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18572026-03-18T21:53:07.840Z
18582026-03-18T21:53:07.840Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/257)
18592026-03-18T21:53:08.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-03-18T21:53:08.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-03-18T21:53:08.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-03-18T21:53:08.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18632026-03-18T21:53:08.610Z
18642026-03-18T21:53:08.610Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/257)
18652026-03-18T21:53:09.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-03-18T21:53:09.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-03-18T21:53:09.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-03-18T21:53:09.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18692026-03-18T21:53:09.379Z
18702026-03-18T21:53:09.379Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/257)
18712026-03-18T21:53:09.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-03-18T21:53:09.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-03-18T21:53:09.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-03-18T21:53:09.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18752026-03-18T21:53:09.981Z
18762026-03-18T21:53:09.981Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/257)
18772026-03-18T21:53:10.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-03-18T21:53:10.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-03-18T21:53:10.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-03-18T21:53:10.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18812026-03-18T21:53:10.585Z
18822026-03-18T21:53:10.585Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/257)
18832026-03-18T21:53:11.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-03-18T21:53:11.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-03-18T21:53:11.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-03-18T21:53:11.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18872026-03-18T21:53:11.186Z
18882026-03-18T21:53:11.186Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/257)
18892026-03-18T21:53:11.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-03-18T21:53:11.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-03-18T21:53:11.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-03-18T21:53:11.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18932026-03-18T21:53:11.792Z
18942026-03-18T21:53:11.792Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/257)
18952026-03-18T21:53:12.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-03-18T21:53:12.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-03-18T21:53:12.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-03-18T21:53:12.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18992026-03-18T21:53:12.391Z
19002026-03-18T21:53:12.392Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/257)
19012026-03-18T21:53:12.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-03-18T21:53:12.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-03-18T21:53:12.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-03-18T21:53:12.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19052026-03-18T21:53:12.993Z
19062026-03-18T21:53:12.993Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/257)
19072026-03-18T21:53:13.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-03-18T21:53:13.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-03-18T21:53:13.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-03-18T21:53:13.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19112026-03-18T21:53:13.597Z
19122026-03-18T21:53:13.597Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/257)
19132026-03-18T21:53:14.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-03-18T21:53:14.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-03-18T21:53:14.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-03-18T21:53:14.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19172026-03-18T21:53:14.199Z
19182026-03-18T21:53:14.200Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/257)
19192026-03-18T21:53:14.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-03-18T21:53:14.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-03-18T21:53:14.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-03-18T21:53:14.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19232026-03-18T21:53:14.800Z
19242026-03-18T21:53:14.800Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/257)
19252026-03-18T21:53:15.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-03-18T21:53:15.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-03-18T21:53:15.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-03-18T21:53:15.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19292026-03-18T21:53:15.399Z
19302026-03-18T21:53:15.399Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/257)
19312026-03-18T21:53:15.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-03-18T21:53:15.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-03-18T21:53:15.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-03-18T21:53:15.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19352026-03-18T21:53:16.001Z
19362026-03-18T21:53:16.001Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/257)
19372026-03-18T21:53:16.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-03-18T21:53:16.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-03-18T21:53:16.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-03-18T21:53:16.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19412026-03-18T21:53:16.607Z
19422026-03-18T21:53:16.607Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/257)
19432026-03-18T21:53:17.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-03-18T21:53:17.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-03-18T21:53:17.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-03-18T21:53:17.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19472026-03-18T21:53:17.213Z
19482026-03-18T21:53:17.213Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/257)
19492026-03-18T21:53:17.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-03-18T21:53:17.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-03-18T21:53:17.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-03-18T21:53:17.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19532026-03-18T21:53:17.815Z
19542026-03-18T21:53:17.815Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/257)
19552026-03-18T21:53:18.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-03-18T21:53:18.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-03-18T21:53:18.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-03-18T21:53:18.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19592026-03-18T21:53:18.419Z
19602026-03-18T21:53:18.419Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/257)
19612026-03-18T21:53:18.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-03-18T21:53:18.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-03-18T21:53:18.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-03-18T21:53:18.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19652026-03-18T21:53:19.021Z
19662026-03-18T21:53:19.021Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/257)
19672026-03-18T21:53:19.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-03-18T21:53:19.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-03-18T21:53:19.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-03-18T21:53:19.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19712026-03-18T21:53:19.625Z
19722026-03-18T21:53:19.625Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/257)
19732026-03-18T21:53:20.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-03-18T21:53:20.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-03-18T21:53:20.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-03-18T21:53:20.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19772026-03-18T21:53:20.234Z
19782026-03-18T21:53:20.234Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/257)
19792026-03-18T21:53:20.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-03-18T21:53:20.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-03-18T21:53:20.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-03-18T21:53:20.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19832026-03-18T21:53:20.840Z
19842026-03-18T21:53:20.840Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/257)
19852026-03-18T21:53:21.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-03-18T21:53:21.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-03-18T21:53:21.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-03-18T21:53:21.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19892026-03-18T21:53:21.448Z
19902026-03-18T21:53:21.449Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/257)
19912026-03-18T21:53:21.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-03-18T21:53:21.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-03-18T21:53:21.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-03-18T21:53:21.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19952026-03-18T21:53:22.059Z
19962026-03-18T21:53:22.059Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/257)
19972026-03-18T21:53:22.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-03-18T21:53:22.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-03-18T21:53:22.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-03-18T21:53:22.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20012026-03-18T21:53:22.663Z
20022026-03-18T21:53:22.663Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/257)
20032026-03-18T21:53:23.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-03-18T21:53:23.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-03-18T21:53:23.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-03-18T21:53:23.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20072026-03-18T21:53:23.267Z
20082026-03-18T21:53:23.267Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/257)
20092026-03-18T21:53:23.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-03-18T21:53:23.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-03-18T21:53:23.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-03-18T21:53:23.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20132026-03-18T21:53:23.877Z
20142026-03-18T21:53:23.877Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/257)
20152026-03-18T21:53:24.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-03-18T21:53:24.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-03-18T21:53:24.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-03-18T21:53:24.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20192026-03-18T21:53:24.487Z
20202026-03-18T21:53:24.487Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/257)
20212026-03-18T21:53:25.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-03-18T21:53:25.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-03-18T21:53:25.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-03-18T21:53:25.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20252026-03-18T21:53:25.094Z
20262026-03-18T21:53:25.094Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/257)
20272026-03-18T21:53:25.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-03-18T21:53:25.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-03-18T21:53:25.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-03-18T21:53:25.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20312026-03-18T21:53:25.701Z
20322026-03-18T21:53:25.701Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/257)
20332026-03-18T21:53:26.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-03-18T21:53:26.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-03-18T21:53:26.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-03-18T21:53:26.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20372026-03-18T21:53:26.304Z
20382026-03-18T21:53:26.304Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/257)
20392026-03-18T21:53:26.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-03-18T21:53:26.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-03-18T21:53:26.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-03-18T21:53:26.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20432026-03-18T21:53:26.909Z
20442026-03-18T21:53:26.909Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/257)
20452026-03-18T21:53:27.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-03-18T21:53:27.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-03-18T21:53:27.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-03-18T21:53:27.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20492026-03-18T21:53:27.518Z
20502026-03-18T21:53:27.518Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/257)
20512026-03-18T21:53:28.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-03-18T21:53:28.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-03-18T21:53:28.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-03-18T21:53:28.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20552026-03-18T21:53:28.120Z
20562026-03-18T21:53:28.120Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/257)
20572026-03-18T21:53:28.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-03-18T21:53:28.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-03-18T21:53:28.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-03-18T21:53:28.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20612026-03-18T21:53:28.727Z
20622026-03-18T21:53:28.727Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/257)
20632026-03-18T21:53:29.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-03-18T21:53:29.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-03-18T21:53:29.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-03-18T21:53:29.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20672026-03-18T21:53:29.327Z
20682026-03-18T21:53:29.327Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/257)
20692026-03-18T21:53:29.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-03-18T21:53:29.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-03-18T21:53:29.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-03-18T21:53:29.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20732026-03-18T21:53:29.940Z
20742026-03-18T21:53:29.940Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/257)
20752026-03-18T21:53:30.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-03-18T21:53:30.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-03-18T21:53:30.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-03-18T21:53:30.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20792026-03-18T21:53:30.549Z
20802026-03-18T21:53:30.549Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/257)
20812026-03-18T21:53:31.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-03-18T21:53:31.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-03-18T21:53:31.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-03-18T21:53:31.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20852026-03-18T21:53:31.173Z
20862026-03-18T21:53:31.173Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/257)
20872026-03-18T21:53:31.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-03-18T21:53:31.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-03-18T21:53:31.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-03-18T21:53:31.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20912026-03-18T21:53:31.776Z
20922026-03-18T21:53:31.777Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/257)
20932026-03-18T21:53:32.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-03-18T21:53:32.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-03-18T21:53:32.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-03-18T21:53:32.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20972026-03-18T21:53:32.384Z
20982026-03-18T21:53:32.385Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/257)
20992026-03-18T21:53:32.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-03-18T21:53:32.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-03-18T21:53:32.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-03-18T21:53:32.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21032026-03-18T21:53:32.996Z
21042026-03-18T21:53:32.997Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/257)
21052026-03-18T21:53:33.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-03-18T21:53:33.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-03-18T21:53:33.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-03-18T21:53:33.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21092026-03-18T21:53:33.613Z
21102026-03-18T21:53:33.613Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/257)
21112026-03-18T21:53:34.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-03-18T21:53:34.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-03-18T21:53:34.703Z Checking cfg-if v1.0.4
21142026-03-18T21:53:34.860Z Checking libc v0.2.180
21152026-03-18T21:53:34.863Z Checking serde_core v1.0.228
21162026-03-18T21:53:34.893Z Checking memchr v2.8.0
21172026-03-18T21:53:34.912Z Checking itoa v1.0.17
21182026-03-18T21:53:34.913Z Checking smallvec v1.15.1
21192026-03-18T21:53:34.948Z Checking log v0.4.29
21202026-03-18T21:53:34.952Z Checking zeroize v1.8.2
21212026-03-18T21:53:34.987Z Checking stable_deref_trait v1.2.1
21222026-03-18T21:53:35.081Z Checking zerofrom v0.1.6
21232026-03-18T21:53:35.102Z Checking zmij v1.0.21
21242026-03-18T21:53:35.156Z Checking scopeguard v1.2.0
21252026-03-18T21:53:35.179Z Checking subtle v2.6.1
21262026-03-18T21:53:35.199Z Checking percent-encoding v2.3.2
21272026-03-18T21:53:35.227Z Checking yoke v0.8.1
21282026-03-18T21:53:35.282Z Checking lock_api v0.4.14
21292026-03-18T21:53:35.368Z Checking litemap v0.8.1
21302026-03-18T21:53:35.371Z Checking writeable v0.6.2
21312026-03-18T21:53:35.406Z Checking libm v0.2.16
21322026-03-18T21:53:35.429Z Checking icu_properties_data v2.1.2
21332026-03-18T21:53:35.449Z Checking getrandom v0.2.17
21342026-03-18T21:53:35.455Z Checking errno v0.3.14
21352026-03-18T21:53:35.546Z Checking zerovec v0.11.5
21362026-03-18T21:53:35.584Z Checking zerotrie v0.2.3
21372026-03-18T21:53:35.604Z Checking icu_normalizer_data v2.1.1
21382026-03-18T21:53:35.624Z Checking pin-project-lite v0.2.17
21392026-03-18T21:53:35.644Z Checking rand_core v0.6.4
21402026-03-18T21:53:35.644Z Checking utf8_iter v1.0.4
21412026-03-18T21:53:35.695Z Checking form_urlencoded v1.2.2
21422026-03-18T21:53:35.734Z Checking typenum v1.19.0
21432026-03-18T21:53:35.810Z Checking portable-atomic v1.13.1
21442026-03-18T21:53:35.856Z Checking critical-section v1.2.0
21452026-03-18T21:53:35.877Z Checking rand_core v0.10.0
21462026-03-18T21:53:35.896Z Checking signal-hook-registry v1.4.8
21472026-03-18T21:53:35.982Z Checking parking_lot_core v0.9.12
21482026-03-18T21:53:36.055Z Checking getrandom v0.4.1
21492026-03-18T21:53:36.103Z Checking mio v1.1.1
21502026-03-18T21:53:36.136Z Checking tinystr v0.8.2
21512026-03-18T21:53:36.219Z Checking potential_utf v0.1.4
21522026-03-18T21:53:36.241Z Checking parking_lot v0.12.5
21532026-03-18T21:53:36.367Z Checking icu_locale_core v2.1.1
21542026-03-18T21:53:36.388Z Checking icu_collections v2.1.1
21552026-03-18T21:53:36.407Z Checking once_cell v1.21.3
21562026-03-18T21:53:36.411Z Checking num-traits v0.2.19
21572026-03-18T21:53:36.457Z Checking generic-array v0.14.7
21582026-03-18T21:53:36.485Z Checking socket2 v0.6.2
21592026-03-18T21:53:36.507Z Checking zerocopy v0.8.40
21602026-03-18T21:53:36.634Z Checking iana-time-zone v0.1.65
21612026-03-18T21:53:36.767Z Checking futures-core v0.3.32
21622026-03-18T21:53:36.797Z Checking equivalent v1.0.2
21632026-03-18T21:53:36.817Z Checking allocator-api2 v0.2.21
21642026-03-18T21:53:36.901Z Checking foldhash v0.2.0
21652026-03-18T21:53:36.923Z Checking const-oid v0.9.6
21662026-03-18T21:53:37.051Z Checking serde v1.0.228
21672026-03-18T21:53:37.094Z Checking serde_json v1.0.149
21682026-03-18T21:53:37.113Z Checking bitflags v2.11.0
21692026-03-18T21:53:37.139Z Checking icu_provider v2.1.1
21702026-03-18T21:53:37.201Z Checking crypto-common v0.1.7
21712026-03-18T21:53:37.216Z Checking uuid v1.21.0
21722026-03-18T21:53:37.324Z Checking hashbrown v0.16.1
21732026-03-18T21:53:37.356Z Checking dyn-clone v1.0.20
21742026-03-18T21:53:37.450Z Checking icu_normalizer v2.1.1
21752026-03-18T21:53:37.481Z Checking icu_properties v2.1.2
21762026-03-18T21:53:37.619Z Checking futures-sink v0.3.32
21772026-03-18T21:53:37.640Z Checking bytes v1.11.1
21782026-03-18T21:53:37.747Z Checking chrono v0.4.44
21792026-03-18T21:53:37.842Z Checking futures-channel v0.3.32
21802026-03-18T21:53:37.933Z Checking block-buffer v0.10.4
21812026-03-18T21:53:38.011Z Checking semver v1.0.27
21822026-03-18T21:53:38.031Z Checking futures-task v0.3.32
21832026-03-18T21:53:38.092Z Checking slab v0.4.12
21842026-03-18T21:53:38.111Z Checking futures-io v0.3.32
21852026-03-18T21:53:38.209Z Checking digest v0.10.7
21862026-03-18T21:53:38.237Z Checking tokio v1.49.0
21872026-03-18T21:53:38.261Z Checking thiserror v2.0.18
21882026-03-18T21:53:38.280Z Checking byteorder v1.5.0
21892026-03-18T21:53:38.298Z Checking futures-util v0.3.32
21902026-03-18T21:53:38.385Z Checking indexmap v2.13.0
21912026-03-18T21:53:38.462Z Checking cpufeatures v0.2.17
21922026-03-18T21:53:38.548Z Checking http v1.4.0
21932026-03-18T21:53:38.569Z Checking fnv v1.0.7
21942026-03-18T21:53:38.637Z Checking idna_adapter v1.2.1
21952026-03-18T21:53:38.685Z Checking unicode-ident v1.0.24
21962026-03-18T21:53:38.791Z Checking idna v1.1.0
21972026-03-18T21:53:38.831Z Checking base64 v0.22.1
21982026-03-18T21:53:38.940Z Checking tracing-core v0.1.36
21992026-03-18T21:53:39.106Z Checking url v2.5.8
22002026-03-18T21:53:39.138Z Checking proc-macro2 v1.0.106
22012026-03-18T21:53:39.160Z Checking rustls-pki-types v1.14.0
22022026-03-18T21:53:39.333Z Checking regex-syntax v0.8.10
22032026-03-18T21:53:39.355Z Checking tracing v0.1.44
22042026-03-18T21:53:39.532Z Checking untrusted v0.9.0
22052026-03-18T21:53:39.552Z Checking quote v1.0.44
22062026-03-18T21:53:39.622Z Checking thiserror v1.0.69
22072026-03-18T21:53:39.675Z Checking ring v0.17.14
22082026-03-18T21:53:39.691Z Checking schemars v0.8.22
22092026-03-18T21:53:39.751Z Checking ipnet v2.11.0
22102026-03-18T21:53:39.781Z Checking syn v2.0.117
22112026-03-18T21:53:40.099Z Checking httparse v1.10.1
22122026-03-18T21:53:40.372Z Checking http-body v1.0.1
22132026-03-18T21:53:40.525Z Checking ppv-lite86 v0.2.21
22142026-03-18T21:53:40.545Z Checking rustix v1.1.3
22152026-03-18T21:53:40.588Z Checking block-padding v0.3.3
22162026-03-18T21:53:40.755Z Checking getrandom v0.3.4
22172026-03-18T21:53:40.930Z Checking atomic-waker v1.1.2
22182026-03-18T21:53:40.953Z Checking inout v0.1.4
22192026-03-18T21:53:40.976Z Checking hmac v0.12.1
22202026-03-18T21:53:41.005Z Checking aws-lc-sys v0.37.1
22212026-03-18T21:53:41.053Z Checking aho-corasick v1.1.4
22222026-03-18T21:53:41.134Z Checking tower-layer v0.3.3
22232026-03-18T21:53:41.134Z Checking httpdate v1.0.3
22242026-03-18T21:53:41.169Z Checking untrusted v0.7.1
22252026-03-18T21:53:41.315Z Checking try-lock v0.2.5
22262026-03-18T21:53:41.338Z Checking openssl-probe v0.2.1
22272026-03-18T21:53:41.341Z Checking powerfmt v0.2.0
22282026-03-18T21:53:41.439Z Checking tower-service v0.3.3
22292026-03-18T21:53:41.469Z Checking want v0.3.1
22302026-03-18T21:53:41.554Z Checking deranged v0.5.8
22312026-03-18T21:53:41.557Z Checking cipher v0.4.4
22322026-03-18T21:53:41.627Z Checking rand_core v0.9.5
22332026-03-18T21:53:41.735Z Checking aws-lc-rs v1.16.0
22342026-03-18T21:53:41.757Z Checking base64ct v1.8.3
22352026-03-18T21:53:41.851Z Checking pin-utils v0.1.0
22362026-03-18T21:53:41.872Z Checking num-conv v0.2.0
22372026-03-18T21:53:41.942Z Checking num_threads v0.1.7
22382026-03-18T21:53:42.004Z Checking regex-automata v0.4.14
22392026-03-18T21:53:42.023Z Checking time-core v0.1.8
22402026-03-18T21:53:42.049Z Checking sha2 v0.10.9
22412026-03-18T21:53:42.069Z Checking erased-serde v0.3.31
22422026-03-18T21:53:42.206Z Checking pretty-hex v0.4.1
22432026-03-18T21:53:42.359Z Checking rand_chacha v0.9.0
22442026-03-18T21:53:42.411Z Checking fastrand v2.3.0
22452026-03-18T21:53:42.632Z Checking tokio-util v0.7.18
22462026-03-18T21:53:42.637Z Checking ryu v1.0.23
22472026-03-18T21:53:42.641Z Checking slog v2.8.2
22482026-03-18T21:53:42.662Z Checking rand v0.9.2
22492026-03-18T21:53:42.799Z Checking pem-rfc7468 v0.7.0
22502026-03-18T21:53:42.840Z Checking time v0.3.47
22512026-03-18T21:53:42.889Z Checking rustls-webpki v0.103.9
22522026-03-18T21:53:42.993Z Checking rustls-native-certs v0.8.3
22532026-03-18T21:53:43.015Z Checking ipnetwork v0.21.1
22542026-03-18T21:53:43.073Z Checking http-body-util v0.1.3
22552026-03-18T21:53:43.153Z Checking sync_wrapper v1.0.2
22562026-03-18T21:53:43.281Z Checking spin v0.9.8
22572026-03-18T21:53:43.315Z Checking flagset v0.4.7
22582026-03-18T21:53:43.319Z Checking plain v0.2.3
22592026-03-18T21:53:43.366Z Checking tower v0.5.3
22602026-03-18T21:53:43.407Z Checking h2 v0.4.13
22612026-03-18T21:53:43.436Z Checking rustls v0.23.37
22622026-03-18T21:53:43.456Z Checking der v0.7.10
22632026-03-18T21:53:43.477Z Checking serde_urlencoded v0.7.1
22642026-03-18T21:53:43.520Z Checking rand_chacha v0.3.1
22652026-03-18T21:53:43.751Z Checking webpki-roots v1.0.6
22662026-03-18T21:53:43.791Z Checking iri-string v0.7.10
22672026-03-18T21:53:43.881Z Checking tinyvec_macros v0.1.1
22682026-03-18T21:53:43.902Z Checking ucd-trie v0.1.7
22692026-03-18T21:53:43.968Z Checking tinyvec v1.10.0
22702026-03-18T21:53:44.070Z Checking pest v2.8.6
22712026-03-18T21:53:44.390Z Checking rand v0.8.5
22722026-03-18T21:53:44.419Z Checking tempfile v3.25.0
22732026-03-18T21:53:44.480Z Checking spki v0.7.3
22742026-03-18T21:53:44.547Z Checking salsa20 v0.10.2
22752026-03-18T21:53:44.665Z Checking pbkdf2 v0.12.2
22762026-03-18T21:53:44.692Z Checking foreign-types-shared v0.1.1
22772026-03-18T21:53:44.713Z Checking unicode-width v0.2.0
22782026-03-18T21:53:44.797Z Checking foreign-types v0.3.2
22792026-03-18T21:53:44.816Z Checking scrypt v0.11.0
22802026-03-18T21:53:44.886Z Checking regex v1.12.3
22812026-03-18T21:53:44.992Z Checking aes v0.8.4
22822026-03-18T21:53:45.025Z Checking cbc v0.1.2
22832026-03-18T21:53:45.087Z Checking anyhow v1.0.102
22842026-03-18T21:53:45.185Z Checking openssl-sys v0.9.111
22852026-03-18T21:53:45.254Z Checking tower-http v0.6.8
22862026-03-18T21:53:45.273Z Checking crossbeam-utils v0.8.21
22872026-03-18T21:53:45.341Z Checking oxnet v0.1.4
22882026-03-18T21:53:45.522Z Checking pkcs5 v0.7.1
22892026-03-18T21:53:45.542Z Checking mime v0.3.17
22902026-03-18T21:53:45.635Z Checking openapiv3 v2.2.0
22912026-03-18T21:53:45.654Z Checking scroll v0.12.0
22922026-03-18T21:53:45.720Z Checking encoding_rs v0.8.35
22932026-03-18T21:53:45.767Z Checking winnow v0.7.14
22942026-03-18T21:53:45.822Z Checking openssl v0.10.75
22952026-03-18T21:53:45.864Z Checking pkcs8 v0.10.2
22962026-03-18T21:53:45.956Z Checking data-encoding v2.10.0
22972026-03-18T21:53:46.326Z Checking siphasher v1.0.2
22982026-03-18T21:53:46.348Z Checking goblin v0.8.2
22992026-03-18T21:53:46.348Z Checking lazy_static v1.5.0
23002026-03-18T21:53:46.445Z Checking zerocopy v0.7.35
23012026-03-18T21:53:46.731Z Checking tokio-rustls v0.26.4
23022026-03-18T21:53:47.029Z Checking wait-timeout v0.2.1
23032026-03-18T21:53:47.048Z Checking anstyle v1.0.13
23042026-03-18T21:53:47.051Z Checking hyper v1.8.1
23052026-03-18T21:53:47.143Z Checking utf8parse v0.2.2
23062026-03-18T21:53:47.179Z Checking bitflags v1.3.2
23072026-03-18T21:53:47.271Z Checking quick-error v1.2.3
23082026-03-18T21:53:47.287Z Checking psl-types v2.0.11
23092026-03-18T21:53:47.308Z Checking managed v0.8.0
23102026-03-18T21:53:47.398Z Checking either v1.15.0
23112026-03-18T21:53:47.440Z Checking bit-vec v0.8.0
23122026-03-18T21:53:47.458Z Checking publicsuffix v2.3.0
23132026-03-18T21:53:47.461Z Checking rusty-fork v0.3.1
23142026-03-18T21:53:47.552Z Checking anstyle-parse v0.2.7
23152026-03-18T21:53:47.642Z Checking dtrace-parser v0.2.0
23162026-03-18T21:53:47.661Z Checking cookie v0.18.1
23172026-03-18T21:53:47.687Z Checking unicode-normalization v0.1.25
23182026-03-18T21:53:47.690Z Checking bit-set v0.8.0
23192026-03-18T21:53:47.740Z Checking rand_xorshift v0.4.0
23202026-03-18T21:53:47.891Z Checking sha1 v0.10.6
23212026-03-18T21:53:47.911Z Checking thread-id v4.2.2
23222026-03-18T21:53:47.946Z Checking is_terminal_polyfill v1.70.2
23232026-03-18T21:53:47.967Z Checking colorchoice v1.0.4
23242026-03-18T21:53:48.010Z Checking unarray v0.1.4
23252026-03-18T21:53:48.061Z Checking anstyle-query v1.1.5
23262026-03-18T21:53:48.090Z Checking cookie_store v0.22.1
23272026-03-18T21:53:48.093Z Checking rustls-platform-verifier v0.6.2
23282026-03-18T21:53:48.137Z Checking proptest v1.10.0
23292026-03-18T21:53:48.171Z Checking anstream v0.6.21
23302026-03-18T21:53:48.210Z Checking crossbeam-epoch v0.9.18
23312026-03-18T21:53:48.269Z Checking hyper-util v0.1.20
23322026-03-18T21:53:48.287Z Checking terminal_size v0.4.3
23332026-03-18T21:53:48.427Z Checking scroll v0.13.0
23342026-03-18T21:53:48.430Z Checking hex v0.4.3
23352026-03-18T21:53:48.502Z Checking num-integer v0.1.46
23362026-03-18T21:53:48.522Z Checking simd-adler32 v0.3.8
23372026-03-18T21:53:48.690Z Checking native-tls v0.2.18
23382026-03-18T21:53:48.728Z Checking crossbeam-deque v0.8.6
23392026-03-18T21:53:48.749Z Checking bstr v1.12.1
23402026-03-18T21:53:48.752Z Checking goblin v0.10.5
23412026-03-18T21:53:48.807Z Checking ref-cast v1.0.25
23422026-03-18T21:53:48.919Z Checking tokio-native-tls v0.3.1
23432026-03-18T21:53:48.939Z Checking rustix v0.38.44
23442026-03-18T21:53:48.960Z Checking camino v1.2.2
23452026-03-18T21:53:48.963Z Checking dof v0.3.0
23462026-03-18T21:53:49.113Z Checking crc32fast v1.5.0
23472026-03-18T21:53:49.287Z Checking signature v2.2.0
23482026-03-18T21:53:49.309Z Checking toml_datetime v0.6.11
23492026-03-18T21:53:49.327Z Checking serde_spanned v0.6.9
23502026-03-18T21:53:49.352Z Checking usdt-impl v0.5.0
23512026-03-18T21:53:49.450Z Checking ff v0.13.1
23522026-03-18T21:53:49.480Z Checking unicode-bidi v0.3.18
23532026-03-18T21:53:49.541Z Checking base16ct v0.2.0
23542026-03-18T21:53:49.610Z Checking adler2 v2.0.1
23552026-03-18T21:53:49.697Z Checking strsim v0.11.1
23562026-03-18T21:53:49.716Z Checking clap_lex v1.0.0
23572026-03-18T21:53:49.746Z Checking unicode-properties v0.1.4
23582026-03-18T21:53:49.875Z Checking miniz_oxide v0.8.9
23592026-03-18T21:53:49.900Z Checking sec1 v0.7.3
23602026-03-18T21:53:49.921Z Checking clap_builder v4.5.60
23612026-03-18T21:53:49.950Z Checking hyper-rustls v0.27.7
23622026-03-18T21:53:49.990Z Checking hyper-tls v0.6.0
23632026-03-18T21:53:50.082Z Checking stringprep v0.1.5
23642026-03-18T21:53:50.169Z Checking group v0.13.0
23652026-03-18T21:53:50.203Z Checking rayon-core v1.13.0
23662026-03-18T21:53:50.223Z Checking reqwest v0.12.28
23672026-03-18T21:53:50.274Z Checking reqwest v0.13.2
23682026-03-18T21:53:50.352Z Checking num-iter v0.1.45
23692026-03-18T21:53:50.368Z Checking toml_parser v1.0.9+spec-1.1.0
23702026-03-18T21:53:50.489Z Checking dtrace-parser v0.3.0
23712026-03-18T21:53:50.643Z Checking hkdf v0.12.4
23722026-03-18T21:53:50.662Z Checking newtype-uuid v1.3.2
23732026-03-18T21:53:50.806Z Checking strum v0.26.3
23742026-03-18T21:53:50.809Z Checking zstd-sys v2.0.16+zstd.1.5.7
23752026-03-18T21:53:50.809Z Checking hash32 v0.2.1
23762026-03-18T21:53:50.918Z Checking daft v0.1.5
23772026-03-18T21:53:50.944Z Checking md-5 v0.10.6
23782026-03-18T21:53:50.989Z Checking crypto-bigint v0.5.5
23792026-03-18T21:53:51.034Z Checking toml_datetime v0.7.5+spec-1.1.0
23802026-03-18T21:53:51.117Z Checking thread-id v5.1.0
23812026-03-18T21:53:51.219Z Checking fallible-iterator v0.2.0
23822026-03-18T21:53:51.254Z Checking unicode-segmentation v1.12.0
23832026-03-18T21:53:51.313Z Checking zlib-rs v0.6.2
23842026-03-18T21:53:51.367Z Checking heapless v0.7.17
23852026-03-18T21:53:51.407Z Checking zstd-safe v7.2.4
23862026-03-18T21:53:51.604Z Checking postgres-protocol v0.6.10
23872026-03-18T21:53:51.623Z Checking rayon v1.11.0
23882026-03-18T21:53:51.645Z Checking clap v4.5.60
23892026-03-18T21:53:51.674Z Checking itertools v0.12.1
23902026-03-18T21:53:51.738Z Checking phf_shared v0.13.1
23912026-03-18T21:53:51.942Z Checking console v0.16.2
23922026-03-18T21:53:52.007Z Checking curve25519-dalek v4.1.3
23932026-03-18T21:53:52.010Z Checking memoffset v0.9.1
23942026-03-18T21:53:52.082Z Checking dof v0.4.0
23952026-03-18T21:53:52.128Z Checking bzip2-sys v0.1.13+1.0.8
23962026-03-18T21:53:52.233Z Checking signal-hook v0.3.18
23972026-03-18T21:53:52.325Z Checking elliptic-curve v0.13.8
23982026-03-18T21:53:52.344Z Checking memmap2 v0.9.10
23992026-03-18T21:53:52.472Z Checking foldhash v0.1.5
24002026-03-18T21:53:52.551Z Checking flate2 v1.1.9
24012026-03-18T21:53:52.559Z Checking libbz2-rs-sys v0.2.2
24022026-03-18T21:53:52.641Z Checking unit-prefix v0.5.2
24032026-03-18T21:53:52.737Z Checking toml_write v0.1.2
24042026-03-18T21:53:52.795Z Checking winnow v0.5.40
24052026-03-18T21:53:52.943Z Checking usdt-impl v0.6.0
24062026-03-18T21:53:52.947Z Checking fixedbitset v0.4.2
24072026-03-18T21:53:52.981Z Checking bumpalo v3.20.2
24082026-03-18T21:53:53.043Z Checking toml_edit v0.22.27
24092026-03-18T21:53:53.072Z Checking bzip2 v0.6.1
24102026-03-18T21:53:53.075Z Checking zone v0.3.1
24112026-03-18T21:53:53.156Z Checking petgraph v0.6.5
24122026-03-18T21:53:53.240Z Checking zopfli v0.8.3
24132026-03-18T21:53:53.300Z Checking hashbrown v0.15.5
24142026-03-18T21:53:53.303Z Checking usdt v0.6.0
24152026-03-18T21:53:53.534Z Checking signal-hook-mio v0.2.5
24162026-03-18T21:53:53.554Z Checking bzip2 v0.4.4
24172026-03-18T21:53:53.652Z Checking indicatif v0.18.4
24182026-03-18T21:53:53.673Z Checking nix v0.31.1
24192026-03-18T21:53:53.676Z Checking postgres-types v0.2.12
24202026-03-18T21:53:53.764Z Checking phf v0.13.1
24212026-03-18T21:53:53.936Z Checking smoltcp v0.9.1
24222026-03-18T21:53:53.959Z Checking similar v2.7.0
24232026-03-18T21:53:54.123Z Checking zstd v0.13.3
24242026-03-18T21:53:54.176Z Checking num-bigint-dig v0.8.6
24252026-03-18T21:53:54.370Z Checking ed25519 v2.2.3
24262026-03-18T21:53:54.389Z Checking toml_edit v0.19.15
24272026-03-18T21:53:54.474Z Checking phf_shared v0.11.3
24282026-03-18T21:53:54.559Z Checking pkcs1 v0.7.5
24292026-03-18T21:53:54.602Z Checking tokio-stream v0.1.18
24302026-03-18T21:53:54.668Z Checking strum v0.27.2
24312026-03-18T21:53:54.764Z Checking hubpack v0.1.2
24322026-03-18T21:53:54.808Z Checking rfc6979 v0.4.0
24332026-03-18T21:53:54.830Z Checking serde-big-array v0.5.1
24342026-03-18T21:53:54.905Z Checking float-cmp v0.10.0
24352026-03-18T21:53:54.951Z Checking env_filter v1.0.0
24362026-03-18T21:53:54.982Z Checking keccak v0.1.6
24372026-03-18T21:53:55.002Z Checking new_debug_unreachable v1.0.6
24382026-03-18T21:53:55.065Z Checking whoami v2.1.0
24392026-03-18T21:53:55.085Z Checking predicates-core v1.0.10
24402026-03-18T21:53:55.105Z Checking rustc-hash v2.1.1
24412026-03-18T21:53:55.125Z Checking difflib v0.4.0
24422026-03-18T21:53:55.145Z Checking jiff v0.2.21
24432026-03-18T21:53:55.191Z Checking precomputed-hash v0.1.1
24442026-03-18T21:53:55.240Z Checking static_assertions v1.1.0
24452026-03-18T21:53:55.259Z Checking fixedbitset v0.5.7
24462026-03-18T21:53:55.296Z Checking normalize-line-endings v0.3.0
24472026-03-18T21:53:55.316Z Checking tokio-postgres v0.7.16
24482026-03-18T21:53:55.337Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24492026-03-18T21:53:55.340Z Checking rsa v0.9.10
24502026-03-18T21:53:55.357Z Checking string_cache v0.8.9
24512026-03-18T21:53:55.407Z Checking predicates v3.1.4
24522026-03-18T21:53:55.514Z Checking petgraph v0.8.3
24532026-03-18T21:53:55.590Z Checking iddqd v0.3.17
24542026-03-18T21:53:55.808Z Checking sha3 v0.10.8
24552026-03-18T21:53:55.832Z Checking toml v0.7.8
24562026-03-18T21:53:55.980Z Checking env_logger v0.11.9
24572026-03-18T21:53:56.083Z Checking ecdsa v0.16.9
24582026-03-18T21:53:56.245Z Checking ed25519-dalek v2.2.0
24592026-03-18T21:53:56.278Z Checking zip v0.6.6
24602026-03-18T21:53:56.552Z Checking crossterm v0.28.1
24612026-03-18T21:53:56.555Z Checking serde_with v3.17.0
24622026-03-18T21:53:56.715Z Checking itertools v0.13.0
24632026-03-18T21:53:56.769Z Checking hickory-proto v0.25.2
24642026-03-18T21:53:56.997Z Checking x509-cert v0.2.5
24652026-03-18T21:53:57.525Z Checking fs-err v3.3.0
24662026-03-18T21:53:57.696Z Checking ahash v0.8.12
24672026-03-18T21:53:57.881Z Checking object v0.37.3
24682026-03-18T21:53:57.918Z Checking buf-list v1.1.2
24692026-03-18T21:53:57.957Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24702026-03-18T21:53:58.133Z Checking lalrpop-util v0.19.12
24712026-03-18T21:53:58.156Z Checking peg-runtime v0.8.5
24722026-03-18T21:53:58.283Z Checking zip v4.6.1
24732026-03-18T21:53:58.307Z Compiling structmeta-derive v0.3.0
24742026-03-18T21:53:58.335Z Compiling rustls v0.22.4
24752026-03-18T21:53:58.355Z Compiling newtype-uuid-macros v0.1.0
24762026-03-18T21:53:58.383Z Compiling multer v3.1.0
24772026-03-18T21:53:58.584Z Compiling async-stream-impl v0.3.6
24782026-03-18T21:53:58.604Z Checking futures-executor v0.3.32
24792026-03-18T21:53:58.684Z Checking regress v0.10.5
24802026-03-18T21:53:59.065Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24812026-03-18T21:53:59.368Z Compiling dropshot v0.16.7
24822026-03-18T21:53:59.373Z Checking futures v0.3.32
24832026-03-18T21:53:59.488Z Compiling dropshot_endpoint v0.16.7
24842026-03-18T21:53:59.560Z Checking thread_local v1.1.9
24852026-03-18T21:53:59.674Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24862026-03-18T21:53:59.759Z Compiling structmeta v0.3.0
24872026-03-18T21:53:59.783Z Checking crossbeam-channel v0.5.15
24882026-03-18T21:54:00.035Z Compiling derive-ex v0.1.8
24892026-03-18T21:54:00.139Z Checking is-terminal v0.4.17
24902026-03-18T21:54:00.240Z Checking take_mut v0.2.2
24912026-03-18T21:54:00.259Z Checking term v1.2.1
24922026-03-18T21:54:00.372Z Checking slog-async v2.8.0
24932026-03-18T21:54:00.552Z Checking slog-term v2.9.2
24942026-03-18T21:54:00.574Z Compiling parse-display-derive v0.10.0
24952026-03-18T21:54:00.598Z Checking rustls-webpki v0.102.8
24962026-03-18T21:54:00.618Z Checking serde_spanned v1.0.4
24972026-03-18T21:54:00.789Z Checking debug-ignore v1.0.5
24982026-03-18T21:54:00.905Z Checking toml_writer v1.0.6+spec-1.1.0
24992026-03-18T21:54:00.923Z Checking match_cfg v0.1.0
25002026-03-18T21:54:01.014Z Checking hostname v0.3.1
25012026-03-18T21:54:01.140Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25022026-03-18T21:54:01.159Z Checking toml v0.9.12+spec-1.1.0
25032026-03-18T21:54:01.236Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25042026-03-18T21:54:01.335Z Checking slog-json v2.6.1
25052026-03-18T21:54:01.356Z Checking macaddr v1.0.1
25062026-03-18T21:54:01.543Z Checking slog-bunyan v2.5.0
25072026-03-18T21:54:01.602Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25082026-03-18T21:54:01.688Z Checking async-stream v0.3.6
25092026-03-18T21:54:01.903Z Checking waitgroup v0.1.2
25102026-03-18T21:54:02.038Z Checking rustls-pemfile v2.2.0
25112026-03-18T21:54:02.058Z Checking serde_path_to_error v0.1.20
25122026-03-18T21:54:02.109Z Checking hostname v0.4.2
25132026-03-18T21:54:02.148Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25142026-03-18T21:54:02.222Z Checking progenitor-client v0.13.0
25152026-03-18T21:54:02.241Z Checking progenitor-client v0.10.0
25162026-03-18T21:54:02.288Z Compiling itertools v0.14.0
25172026-03-18T21:54:02.409Z Compiling test-strategy v0.4.5
25182026-03-18T21:54:02.437Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25192026-03-18T21:54:02.517Z Checking backon v1.6.0
25202026-03-18T21:54:02.538Z Checking instant v0.1.13
25212026-03-18T21:54:02.651Z Checking backoff v0.4.0
25222026-03-18T21:54:02.739Z Checking progenitor-extras v0.1.1
25232026-03-18T21:54:02.876Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25242026-03-18T21:54:02.921Z Checking parse-display v0.10.0
25252026-03-18T21:54:03.028Z Checking heck v0.5.0
25262026-03-18T21:54:03.132Z Checking tokio-rustls v0.25.0
25272026-03-18T21:54:03.202Z Compiling toml_edit v0.23.10+spec-1.0.0
25282026-03-18T21:54:03.300Z Compiling heapless v0.8.0
25292026-03-18T21:54:03.504Z Compiling crucible-workspace-hack v0.1.0
25302026-03-18T21:54:03.674Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25312026-03-18T21:54:03.723Z Compiling convert_case v0.4.0
25322026-03-18T21:54:03.960Z Compiling proc-macro-crate v3.4.0
25332026-03-18T21:54:04.012Z Compiling ingot-macros v0.1.1
25342026-03-18T21:54:04.227Z Compiling derive_more v0.99.20
25352026-03-18T21:54:04.427Z Checking hash32 v0.3.1
25362026-03-18T21:54:04.466Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25372026-03-18T21:54:04.591Z Checking secrecy v0.10.3
25382026-03-18T21:54:04.682Z Compiling smoltcp v0.11.0
25392026-03-18T21:54:04.712Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25402026-03-18T21:54:04.743Z Compiling prettyplease v0.2.37
25412026-03-18T21:54:04.960Z Compiling num_enum_derive v0.7.5
25422026-03-18T21:54:05.141Z Compiling typify-impl v0.6.1
25432026-03-18T21:54:05.167Z Checking tabwriter v1.4.1
25442026-03-18T21:54:05.355Z Checking cobs v0.3.0
25452026-03-18T21:54:05.527Z Compiling foreign-types-macros v0.2.3
25462026-03-18T21:54:05.552Z Checking foreign-types-shared v0.3.1
25472026-03-18T21:54:05.670Z Compiling unsafe-libyaml v0.2.11
25482026-03-18T21:54:05.964Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25492026-03-18T21:54:06.351Z Checking cpufeatures v0.3.0
25502026-03-18T21:54:06.449Z Checking chacha20 v0.10.0
25512026-03-18T21:54:06.455Z Checking num_enum v0.7.5
25522026-03-18T21:54:06.627Z Compiling serde_yaml v0.9.34+deprecated
25532026-03-18T21:54:06.671Z Checking foreign-types v0.5.0
25542026-03-18T21:54:06.762Z Checking postcard v1.1.3
25552026-03-18T21:54:07.726Z Compiling proc-macro-crate v1.3.1
25562026-03-18T21:54:07.890Z Checking ingot-types v0.1.2
25572026-03-18T21:54:07.910Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25582026-03-18T21:54:08.279Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25592026-03-18T21:54:08.393Z Checking ingot v0.1.1
25602026-03-18T21:54:08.443Z Checking cstr-argument v0.1.2
25612026-03-18T21:54:08.462Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25622026-03-18T21:54:08.571Z Checking colored v3.1.1
25632026-03-18T21:54:08.601Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25642026-03-18T21:54:08.724Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25652026-03-18T21:54:08.767Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25662026-03-18T21:54:08.848Z Compiling num_enum_derive v0.5.11
25672026-03-18T21:54:08.904Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25682026-03-18T21:54:08.947Z Checking rand v0.10.0
25692026-03-18T21:54:10.115Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25702026-03-18T21:54:10.561Z Checking num_enum v0.5.11
25712026-03-18T21:54:10.703Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25722026-03-18T21:54:11.320Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25732026-03-18T21:54:11.719Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25742026-03-18T21:54:11.747Z Compiling typify-macro v0.6.1
25752026-03-18T21:54:11.862Z Compiling typify-impl v0.4.3
25762026-03-18T21:54:11.922Z Checking camino-tempfile v1.4.1
25772026-03-18T21:54:12.065Z Checking num-rational v0.4.2
25782026-03-18T21:54:12.465Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25792026-03-18T21:54:12.533Z Checking half v2.7.1
25802026-03-18T21:54:12.711Z Compiling thiserror-impl-no-std v2.0.2
25812026-03-18T21:54:12.778Z Checking universal-hash v0.5.1
25822026-03-18T21:54:12.880Z Checking num-complex v0.4.6
25832026-03-18T21:54:12.944Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25842026-03-18T21:54:13.263Z Checking ciborium-io v0.2.2
25852026-03-18T21:54:13.376Z Checking opaque-debug v0.3.1
25862026-03-18T21:54:13.396Z Checking ciborium-ll v0.2.2
25872026-03-18T21:54:13.399Z Checking num v0.4.3
25882026-03-18T21:54:13.467Z Checking poly1305 v0.8.0
25892026-03-18T21:54:13.528Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25902026-03-18T21:54:13.590Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25912026-03-18T21:54:13.630Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25922026-03-18T21:54:13.813Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25932026-03-18T21:54:14.041Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25942026-03-18T21:54:14.113Z Compiling typify v0.6.1
25952026-03-18T21:54:14.320Z Checking thiserror-no-std v2.0.2
25962026-03-18T21:54:14.404Z Checking toml v0.8.23
25972026-03-18T21:54:14.432Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25982026-03-18T21:54:14.672Z Checking password-hash v0.5.0
25992026-03-18T21:54:14.860Z Checking chacha20 v0.9.1
26002026-03-18T21:54:14.982Z Compiling usdt-macro v0.5.0
26012026-03-18T21:54:15.120Z Compiling usdt-attr-macro v0.5.0
26022026-03-18T21:54:15.278Z Checking smf v0.2.3
26032026-03-18T21:54:15.597Z Checking blake2 v0.10.6
26042026-03-18T21:54:15.689Z Checking aead v0.5.2
26052026-03-18T21:54:15.760Z Checking sigpipe v0.1.3
26062026-03-18T21:54:15.860Z Checking memmap v0.7.0
26072026-03-18T21:54:15.910Z Compiling num-derive v0.4.2
26082026-03-18T21:54:15.942Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26092026-03-18T21:54:16.039Z Checking glob v0.3.3
26102026-03-18T21:54:16.123Z Checking float-ord v0.3.2
26112026-03-18T21:54:16.199Z Checking usdt v0.5.0
26122026-03-18T21:54:16.315Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26132026-03-18T21:54:16.334Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26142026-03-18T21:54:16.468Z Checking argon2 v0.5.3
26152026-03-18T21:54:16.520Z Checking chacha20poly1305 v0.10.1
26162026-03-18T21:54:16.686Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26172026-03-18T21:54:16.705Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26182026-03-18T21:54:16.905Z Checking vsss-rs v3.3.4
26192026-03-18T21:54:16.936Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26202026-03-18T21:54:16.960Z Compiling progenitor-impl v0.13.0
26212026-03-18T21:54:17.225Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26222026-03-18T21:54:17.725Z Checking ciborium v0.2.2
26232026-03-18T21:54:17.778Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26242026-03-18T21:54:17.923Z Checking indent_write v2.2.0
26252026-03-18T21:54:17.963Z Checking whoami v1.6.1
26262026-03-18T21:54:18.095Z Compiling semver v0.1.20
26272026-03-18T21:54:18.332Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26282026-03-18T21:54:18.339Z Compiling rustc_version v0.1.7
26292026-03-18T21:54:18.360Z Compiling typify-macro v0.4.3
26302026-03-18T21:54:18.590Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26312026-03-18T21:54:18.637Z Compiling pin-project-internal v1.1.11
26322026-03-18T21:54:19.436Z Checking swrite v0.1.0
26332026-03-18T21:54:19.557Z Compiling minimal-lexical v0.2.1
26342026-03-18T21:54:19.645Z Checking linked-hash-map v0.5.6
26352026-03-18T21:54:19.876Z Checking lru-cache v0.1.2
26362026-03-18T21:54:19.896Z Compiling nom v7.1.3
26372026-03-18T21:54:20.020Z Compiling newtype_derive v0.1.6
26382026-03-18T21:54:20.207Z Checking pin-project v1.1.11
26392026-03-18T21:54:20.314Z Checking newline-converter v0.3.0
26402026-03-18T21:54:20.463Z Checking atomicwrites v0.4.4
26412026-03-18T21:54:20.626Z Checking hickory-proto v0.24.4
26422026-03-18T21:54:20.662Z Compiling progenitor-macro v0.13.0
26432026-03-18T21:54:20.682Z Compiling typify v0.4.3
26442026-03-18T21:54:20.740Z Checking phf_shared v0.12.1
26452026-03-18T21:54:20.761Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26462026-03-18T21:54:20.816Z Checking console v0.15.11
26472026-03-18T21:54:21.195Z Checking pem v3.0.6
26482026-03-18T21:54:21.435Z Checking csv-core v0.1.13
26492026-03-18T21:54:21.709Z Compiling snafu-derive v0.8.9
26502026-03-18T21:54:21.788Z Compiling derive-where v1.6.0
26512026-03-18T21:54:21.896Z Compiling async-recursion v1.1.1
26522026-03-18T21:54:22.789Z Compiling slog-dtrace v0.3.0
26532026-03-18T21:54:23.035Z Checking resolv-conf v0.7.6
26542026-03-18T21:54:23.174Z Checking same-file v1.0.6
26552026-03-18T21:54:23.275Z Compiling chrono-tz v0.10.4
26562026-03-18T21:54:23.328Z Compiling owo-colors v4.3.0
26572026-03-18T21:54:23.501Z Checking unicode-width v0.1.14
26582026-03-18T21:54:23.602Z Compiling cancel-safe-futures v0.1.5
26592026-03-18T21:54:23.744Z Checking highway v1.3.0
26602026-03-18T21:54:23.831Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26612026-03-18T21:54:23.918Z Checking walkdir v2.5.0
26622026-03-18T21:54:23.942Z Compiling const_format_proc_macros v0.2.34
26632026-03-18T21:54:24.051Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26642026-03-18T21:54:24.135Z Checking hickory-resolver v0.24.4
26652026-03-18T21:54:24.358Z Checking snafu v0.8.9
26662026-03-18T21:54:24.880Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26672026-03-18T21:54:25.041Z Checking csv v1.4.0
26682026-03-18T21:54:25.063Z Checking expectorate v1.2.0
26692026-03-18T21:54:25.132Z Checking phf v0.12.1
26702026-03-18T21:54:25.297Z Compiling progenitor-impl v0.10.0
26712026-03-18T21:54:25.385Z Checking tokio-dtrace v0.1.1
26722026-03-18T21:54:25.515Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26732026-03-18T21:54:25.546Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26742026-03-18T21:54:25.621Z Checking globset v0.4.18
26752026-03-18T21:54:25.800Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26762026-03-18T21:54:25.955Z Checking olpc-cjson v0.1.4
26772026-03-18T21:54:25.978Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26782026-03-18T21:54:26.144Z Checking libsw-core v0.3.2
26792026-03-18T21:54:26.226Z Checking serde_plain v1.0.2
26802026-03-18T21:54:26.353Z Checking arc-swap v1.8.2
26812026-03-18T21:54:26.389Z Compiling lzma-sys v0.1.20
26822026-03-18T21:54:26.442Z Checking typed-path v0.9.3
26832026-03-18T21:54:26.649Z Checking utf-8 v0.7.6
26842026-03-18T21:54:26.829Z Checking bytecount v0.6.9
26852026-03-18T21:54:26.969Z Checking papergrid v0.11.0
26862026-03-18T21:54:27.570Z Checking tough v0.20.0
26872026-03-18T21:54:27.630Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26882026-03-18T21:54:27.842Z Checking tungstenite v0.21.0
26892026-03-18T21:54:27.861Z Checking progenitor v0.13.0
26902026-03-18T21:54:27.904Z Checking slog-scope v4.4.1
26912026-03-18T21:54:28.034Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26922026-03-18T21:54:28.078Z Checking libsw v3.5.0
26932026-03-18T21:54:28.283Z Checking oxide-tokio-rt v0.1.3
26942026-03-18T21:54:28.460Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26952026-03-18T21:54:28.650Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26962026-03-18T21:54:28.717Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26972026-03-18T21:54:29.024Z Checking qorb v0.4.1
26982026-03-18T21:54:29.046Z Compiling progenitor-macro v0.10.0
26992026-03-18T21:54:29.699Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27002026-03-18T21:54:29.763Z Checking const_format v0.2.35
27012026-03-18T21:54:30.388Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27022026-03-18T21:54:30.542Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27032026-03-18T21:54:30.610Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27042026-03-18T21:54:30.631Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27052026-03-18T21:54:31.033Z Compiling cargo_toml v0.22.3
27062026-03-18T21:54:31.072Z Checking gethostname v0.5.0
27072026-03-18T21:54:31.185Z Compiling tabled_derive v0.7.0
27082026-03-18T21:54:31.189Z Checking bcs v0.1.6
27092026-03-18T21:54:31.300Z Checking unicode-linebreak v0.1.5
27102026-03-18T21:54:31.344Z Checking linear-map v1.2.0
27112026-03-18T21:54:31.581Z Checking smawk v0.3.2
27122026-03-18T21:54:31.584Z Checking termtree v0.5.1
27132026-03-18T21:54:31.622Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27142026-03-18T21:54:31.756Z Checking textwrap v0.16.2
27152026-03-18T21:54:31.786Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27162026-03-18T21:54:32.050Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27172026-03-18T21:54:32.314Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27182026-03-18T21:54:32.557Z Checking tabled v0.15.0
27192026-03-18T21:54:33.095Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27202026-03-18T21:54:33.411Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27212026-03-18T21:54:33.433Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27222026-03-18T21:54:33.656Z Checking steno v0.4.1
27232026-03-18T21:54:33.678Z Checking tokio-tungstenite v0.21.0
27242026-03-18T21:54:34.049Z Checking slog-stdlog v4.1.1
27252026-03-18T21:54:34.214Z Checking typeid v1.0.3
27262026-03-18T21:54:34.328Z Checking base64 v0.21.7
27272026-03-18T21:54:34.352Z Checking humantime v2.3.0
27282026-03-18T21:54:34.598Z Checking ron v0.12.0
27292026-03-18T21:54:34.655Z Checking xz2 v0.1.7
27302026-03-18T21:54:34.886Z Checking slog-envlogger v2.2.0
27312026-03-18T21:54:35.014Z Checking yasna v0.5.2
27322026-03-18T21:54:35.059Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27332026-03-18T21:54:35.080Z Checking headers-core v0.3.0
27342026-03-18T21:54:35.221Z Checking filetime v0.2.27
27352026-03-18T21:54:35.249Z Checking base16ct v1.0.0
27362026-03-18T21:54:35.399Z Checking xattr v1.6.1
27372026-03-18T21:54:35.418Z Checking headers v0.4.1
27382026-03-18T21:54:35.546Z Checking rcgen v0.12.1
27392026-03-18T21:54:35.570Z Checking tar v0.4.44
27402026-03-18T21:54:35.638Z Checking subprocess v0.2.15
27412026-03-18T21:54:36.150Z Checking progenitor v0.10.0
27422026-03-18T21:54:36.344Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27432026-03-18T21:54:43.940Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27442026-03-18T21:54:52.170Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27452026-03-18T21:54:53.943Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27462026-03-18T21:54:55.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
27472026-03-18T21:54:55.735Z
27482026-03-18T21:54:55.735Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/257)
27492026-03-18T21:54:56.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27502026-03-18T21:54:56.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27512026-03-18T21:54:56.777Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27522026-03-18T21:54:58.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.76s
27532026-03-18T21:54:58.726Z
27542026-03-18T21:54:58.726Zinfo: running `cargo check --bins` on nexus-config (51/257)
27552026-03-18T21:54:59.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562026-03-18T21:54:59.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572026-03-18T21:54:59.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27582026-03-18T21:54:59.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
27592026-03-18T21:54:59.573Z
27602026-03-18T21:54:59.573Zinfo: running `cargo check --bins` on nexus-types (52/257)
27612026-03-18T21:55:00.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622026-03-18T21:55:00.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632026-03-18T21:55:00.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642026-03-18T21:55:00.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
27652026-03-18T21:55:00.422Z
27662026-03-18T21:55:00.422Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/257)
27672026-03-18T21:55:01.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682026-03-18T21:55:01.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692026-03-18T21:55:01.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27702026-03-18T21:55:01.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27712026-03-18T21:55:01.217Z
27722026-03-18T21:55:01.217Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/257)
27732026-03-18T21:55:01.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742026-03-18T21:55:01.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752026-03-18T21:55:01.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27762026-03-18T21:55:01.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27772026-03-18T21:55:02.007Z
27782026-03-18T21:55:02.007Zinfo: running `cargo check --bins` on cockroach-admin-types (55/257)
27792026-03-18T21:55:02.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-03-18T21:55:02.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-03-18T21:55:02.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27822026-03-18T21:55:02.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27832026-03-18T21:55:02.783Z
27842026-03-18T21:55:02.783Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/257)
27852026-03-18T21:55:03.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862026-03-18T21:55:03.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872026-03-18T21:55:03.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882026-03-18T21:55:03.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27892026-03-18T21:55:03.564Z
27902026-03-18T21:55:03.564Zinfo: running `cargo check --bins` on ereport-types (57/257)
27912026-03-18T21:55:04.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922026-03-18T21:55:04.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932026-03-18T21:55:04.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942026-03-18T21:55:04.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27952026-03-18T21:55:04.354Z
27962026-03-18T21:55:04.354Zinfo: running `cargo check --bins` on gateway-client (58/257)
27972026-03-18T21:55:05.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982026-03-18T21:55:05.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992026-03-18T21:55:05.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002026-03-18T21:55:05.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28012026-03-18T21:55:05.150Z
28022026-03-18T21:55:05.150Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/257)
28032026-03-18T21:55:05.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042026-03-18T21:55:05.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052026-03-18T21:55:05.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062026-03-18T21:55:05.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28072026-03-18T21:55:05.935Z
28082026-03-18T21:55:05.935Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/257)
28092026-03-18T21:55:06.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102026-03-18T21:55:06.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112026-03-18T21:55:06.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122026-03-18T21:55:06.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28132026-03-18T21:55:06.721Z
28142026-03-18T21:55:06.721Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/257)
28152026-03-18T21:55:07.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162026-03-18T21:55:07.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172026-03-18T21:55:07.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28182026-03-18T21:55:07.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28192026-03-18T21:55:07.515Z
28202026-03-18T21:55:07.515Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/257)
28212026-03-18T21:55:08.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-03-18T21:55:08.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-03-18T21:55:08.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28242026-03-18T21:55:08.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28252026-03-18T21:55:08.306Z
28262026-03-18T21:55:08.306Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/257)
28272026-03-18T21:55:08.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-03-18T21:55:09.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-03-18T21:55:09.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302026-03-18T21:55:09.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28312026-03-18T21:55:09.105Z
28322026-03-18T21:55:09.106Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/257)
28332026-03-18T21:55:09.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-03-18T21:55:09.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-03-18T21:55:09.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362026-03-18T21:55:09.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28372026-03-18T21:55:09.896Z
28382026-03-18T21:55:09.896Zinfo: running `cargo check --bins` on key-manager-types (65/257)
28392026-03-18T21:55:10.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-03-18T21:55:10.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-03-18T21:55:10.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422026-03-18T21:55:10.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28432026-03-18T21:55:10.656Z
28442026-03-18T21:55:10.656Zinfo: running `cargo check --bins` on oxlog (66/257)
28452026-03-18T21:55:11.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-03-18T21:55:11.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-03-18T21:55:11.470Z Compiling newtype-uuid v1.3.2
28482026-03-18T21:55:11.727Z Compiling daft v0.1.5
28492026-03-18T21:55:11.992Z Compiling iddqd v0.3.17
28502026-03-18T21:55:13.261Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28512026-03-18T21:55:13.542Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28522026-03-18T21:55:13.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28532026-03-18T21:55:14.095Z
28542026-03-18T21:55:14.095Zinfo: running `cargo check --bins` on internal-dns-types (67/257)
28552026-03-18T21:55:14.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-03-18T21:55:14.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-03-18T21:55:14.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28582026-03-18T21:55:14.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28592026-03-18T21:55:14.875Z
28602026-03-18T21:55:14.875Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/257)
28612026-03-18T21:55:15.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-03-18T21:55:15.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-03-18T21:55:15.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642026-03-18T21:55:15.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28652026-03-18T21:55:15.656Z
28662026-03-18T21:55:15.656Zinfo: running `cargo check --bins` on nexus-types-versions (69/257)
28672026-03-18T21:55:16.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-03-18T21:55:16.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-03-18T21:55:16.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702026-03-18T21:55:16.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28712026-03-18T21:55:16.474Z
28722026-03-18T21:55:16.474Zinfo: running `cargo check --bins` on omicron-passwords (70/257)
28732026-03-18T21:55:17.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-03-18T21:55:17.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-03-18T21:55:17.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762026-03-18T21:55:17.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28772026-03-18T21:55:17.235Z
28782026-03-18T21:55:17.235Zinfo: running `cargo check --bins` on oxql-types (71/257)
28792026-03-18T21:55:17.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-03-18T21:55:17.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-03-18T21:55:17.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-03-18T21:55:17.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28832026-03-18T21:55:18.015Z
28842026-03-18T21:55:18.015Zinfo: running `cargo check --bins` on oximeter-types (72/257)
28852026-03-18T21:55:18.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-03-18T21:55:18.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-03-18T21:55:18.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882026-03-18T21:55:18.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28892026-03-18T21:55:18.796Z
28902026-03-18T21:55:18.796Zinfo: running `cargo check --bins` on oximeter-types-versions (73/257)
28912026-03-18T21:55:19.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-03-18T21:55:19.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-03-18T21:55:19.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-03-18T21:55:19.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28952026-03-18T21:55:19.576Z
28962026-03-18T21:55:19.576Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/257)
28972026-03-18T21:55:20.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-03-18T21:55:20.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-03-18T21:55:20.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-03-18T21:55:20.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29012026-03-18T21:55:20.339Z
29022026-03-18T21:55:20.340Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/257)
29032026-03-18T21:55:21.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-03-18T21:55:21.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-03-18T21:55:21.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-03-18T21:55:21.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29072026-03-18T21:55:21.140Z
29082026-03-18T21:55:21.140Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/257)
29092026-03-18T21:55:21.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-03-18T21:55:21.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-03-18T21:55:21.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-03-18T21:55:21.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29132026-03-18T21:55:21.940Z
29142026-03-18T21:55:21.940Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/257)
29152026-03-18T21:55:22.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-03-18T21:55:22.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-03-18T21:55:22.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-03-18T21:55:22.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29192026-03-18T21:55:22.745Z
29202026-03-18T21:55:22.745Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/257)
29212026-03-18T21:55:23.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-03-18T21:55:23.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-03-18T21:55:23.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-03-18T21:55:23.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29252026-03-18T21:55:23.555Z
29262026-03-18T21:55:23.555Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/257)
29272026-03-18T21:55:24.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-03-18T21:55:24.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-03-18T21:55:24.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-03-18T21:55:24.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29312026-03-18T21:55:24.323Z
29322026-03-18T21:55:24.323Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/257)
29332026-03-18T21:55:24.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-03-18T21:55:24.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-03-18T21:55:24.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-03-18T21:55:24.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29372026-03-18T21:55:25.082Z
29382026-03-18T21:55:25.082Zinfo: running `cargo check --bins --no-default-features` on gfss (81/257)
29392026-03-18T21:55:25.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-03-18T21:55:25.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-03-18T21:55:25.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422026-03-18T21:55:25.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29432026-03-18T21:55:25.846Z
29442026-03-18T21:55:25.846Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/257)
29452026-03-18T21:55:26.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462026-03-18T21:55:26.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472026-03-18T21:55:26.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29482026-03-18T21:55:26.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29492026-03-18T21:55:26.614Z
29502026-03-18T21:55:26.614Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/257)
29512026-03-18T21:55:27.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522026-03-18T21:55:27.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532026-03-18T21:55:27.501Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29542026-03-18T21:55:28.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
29552026-03-18T21:55:28.407Z
29562026-03-18T21:55:28.407Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/257)
29572026-03-18T21:55:29.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29582026-03-18T21:55:29.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29592026-03-18T21:55:29.318Z Compiling ar_archive_writer v0.5.1
29602026-03-18T21:55:29.448Z Compiling stacker v0.1.23
29612026-03-18T21:55:29.466Z Compiling cfg_aliases v0.1.1
29622026-03-18T21:55:29.471Z Compiling convert_case v0.10.0
29632026-03-18T21:55:29.476Z Checking fd-lock v4.0.4
29642026-03-18T21:55:29.479Z Checking nibble_vec v0.1.0
29652026-03-18T21:55:29.479Z Checking vte v0.14.1
29662026-03-18T21:55:29.479Z Compiling recursive-proc-macro-impl v0.1.1
29672026-03-18T21:55:29.636Z Compiling nix v0.28.0
29682026-03-18T21:55:29.658Z Checking endian-type v0.1.2
29692026-03-18T21:55:29.729Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29702026-03-18T21:55:29.752Z Checking strip-ansi-escapes v0.2.1
29712026-03-18T21:55:29.824Z Checking radix_trie v0.2.1
29722026-03-18T21:55:29.846Z Compiling peg-macros v0.8.5
29732026-03-18T21:55:29.878Z Checking winnow v0.6.26
29742026-03-18T21:55:29.941Z Compiling derive_more-impl v2.1.1
29752026-03-18T21:55:30.005Z Compiling sqlparser_derive v0.5.0
29762026-03-18T21:55:30.121Z Checking unicode_categories v0.1.1
29772026-03-18T21:55:30.323Z Checking home v0.5.12
29782026-03-18T21:55:30.350Z Checking nu-ansi-term v0.50.3
29792026-03-18T21:55:30.489Z Checking display-error-chain v0.2.2
29802026-03-18T21:55:30.625Z Checking reedline v0.40.0
29812026-03-18T21:55:30.645Z Compiling psm v0.1.30
29822026-03-18T21:55:31.041Z Checking derive_more v2.1.1
29832026-03-18T21:55:31.138Z Checking crossterm v0.29.0
29842026-03-18T21:55:31.389Z Checking peg v0.8.5
29852026-03-18T21:55:31.463Z Checking sqlformat v0.3.5
29862026-03-18T21:55:31.506Z Checking rustyline v14.0.0
29872026-03-18T21:55:31.621Z Checking recursive v0.1.1
29882026-03-18T21:55:31.734Z Checking sqlparser v0.61.0
29892026-03-18T21:55:47.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.23s
29902026-03-18T21:55:47.875Z
29912026-03-18T21:55:47.875Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/257)
29922026-03-18T21:55:48.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29932026-03-18T21:55:48.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29942026-03-18T21:55:48.782Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29952026-03-18T21:55:53.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s
29962026-03-18T21:55:53.689Z
29972026-03-18T21:55:53.689Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/257)
29982026-03-18T21:55:54.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992026-03-18T21:55:54.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002026-03-18T21:55:54.599Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30012026-03-18T21:55:57.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
30022026-03-18T21:55:58.111Z
30032026-03-18T21:55:58.111Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/257)
30042026-03-18T21:55:58.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052026-03-18T21:55:58.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062026-03-18T21:55:59.004Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30072026-03-18T21:56:03.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.31s
30082026-03-18T21:56:03.643Z
30092026-03-18T21:56:03.643Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/257)
30102026-03-18T21:56:04.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112026-03-18T21:56:04.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122026-03-18T21:56:04.544Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30132026-03-18T21:56:09.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s
30142026-03-18T21:56:09.250Z
30152026-03-18T21:56:09.250Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/257)
30162026-03-18T21:56:09.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172026-03-18T21:56:09.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182026-03-18T21:56:10.160Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30192026-03-18T21:56:13.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s
30202026-03-18T21:56:13.869Z
30212026-03-18T21:56:13.869Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/257)
30222026-03-18T21:56:14.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232026-03-18T21:56:14.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242026-03-18T21:56:14.772Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30252026-03-18T21:56:18.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
30262026-03-18T21:56:18.522Z
30272026-03-18T21:56:18.522Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/257)
30282026-03-18T21:56:19.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-03-18T21:56:19.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-03-18T21:56:19.433Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30312026-03-18T21:56:24.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.55s
30322026-03-18T21:56:24.291Z
30332026-03-18T21:56:24.291Zinfo: running `cargo check --bins` on oximeter (92/257)
30342026-03-18T21:56:24.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-03-18T21:56:24.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-03-18T21:56:24.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-03-18T21:56:24.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
30382026-03-18T21:56:25.074Z
30392026-03-18T21:56:25.074Zinfo: running `cargo check --bins` on oximeter-schema (93/257)
30402026-03-18T21:56:25.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-03-18T21:56:25.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-03-18T21:56:25.928Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30432026-03-18T21:56:26.122Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30442026-03-18T21:56:26.141Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30452026-03-18T21:56:26.565Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30462026-03-18T21:56:31.437Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30472026-03-18T21:56:31.863Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30482026-03-18T21:56:33.417Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30492026-03-18T21:56:34.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.23s
30502026-03-18T21:56:34.535Z
30512026-03-18T21:56:34.535Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/257)
30522026-03-18T21:56:35.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-03-18T21:56:35.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-03-18T21:56:35.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-03-18T21:56:35.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30562026-03-18T21:56:35.320Z
30572026-03-18T21:56:35.320Zinfo: running `cargo check --bins` on oximeter-test-utils (95/257)
30582026-03-18T21:56:36.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-03-18T21:56:36.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-03-18T21:56:36.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-03-18T21:56:36.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30622026-03-18T21:56:36.170Z
30632026-03-18T21:56:36.170Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/257)
30642026-03-18T21:56:36.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-03-18T21:56:36.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-03-18T21:56:36.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-03-18T21:56:36.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30682026-03-18T21:56:36.979Z
30692026-03-18T21:56:36.979Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/257)
30702026-03-18T21:56:37.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-03-18T21:56:37.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-03-18T21:56:37.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-03-18T21:56:37.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30742026-03-18T21:56:37.787Z
30752026-03-18T21:56:37.787Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/257)
30762026-03-18T21:56:38.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-03-18T21:56:38.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-03-18T21:56:38.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-03-18T21:56:38.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30802026-03-18T21:56:38.596Z
30812026-03-18T21:56:38.596Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/257)
30822026-03-18T21:56:39.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-03-18T21:56:39.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-03-18T21:56:39.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-03-18T21:56:39.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30862026-03-18T21:56:39.400Z
30872026-03-18T21:56:39.400Zinfo: running `cargo check --bins` on trust-quorum-types (100/257)
30882026-03-18T21:56:40.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-03-18T21:56:40.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-03-18T21:56:40.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-03-18T21:56:40.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
30922026-03-18T21:56:40.161Z
30932026-03-18T21:56:40.161Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/257)
30942026-03-18T21:56:40.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-03-18T21:56:40.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-03-18T21:56:40.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-03-18T21:56:40.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30982026-03-18T21:56:40.962Z
30992026-03-18T21:56:40.962Zinfo: running `cargo check --bins` on update-engine (102/257)
31002026-03-18T21:56:41.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-03-18T21:56:41.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-03-18T21:56:41.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-03-18T21:56:41.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31042026-03-18T21:56:41.730Z
31052026-03-18T21:56:41.730Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/257)
31062026-03-18T21:56:42.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-03-18T21:56:42.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-03-18T21:56:42.657Z Checking dropshot-api-manager-types v0.6.0
31092026-03-18T21:56:42.661Z Checking nanorand v0.7.0
31102026-03-18T21:56:42.965Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31112026-03-18T21:56:42.992Z Checking flume v0.11.1
31122026-03-18T21:56:43.268Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31132026-03-18T21:56:44.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.81s
31142026-03-18T21:56:44.783Z
31152026-03-18T21:56:44.783Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/257)
31162026-03-18T21:56:45.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172026-03-18T21:56:45.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182026-03-18T21:56:45.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31192026-03-18T21:56:45.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31202026-03-18T21:56:45.583Z
31212026-03-18T21:56:45.583Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/257)
31222026-03-18T21:56:46.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-03-18T21:56:46.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-03-18T21:56:46.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-03-18T21:56:46.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31262026-03-18T21:56:46.389Z
31272026-03-18T21:56:46.389Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/257)
31282026-03-18T21:56:47.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-03-18T21:56:47.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-03-18T21:56:47.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-03-18T21:56:47.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31322026-03-18T21:56:47.189Z
31332026-03-18T21:56:47.189Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/257)
31342026-03-18T21:56:47.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-03-18T21:56:47.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-03-18T21:56:47.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-03-18T21:56:47.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31382026-03-18T21:56:48.009Z
31392026-03-18T21:56:48.009Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/257)
31402026-03-18T21:56:48.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-03-18T21:56:48.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-03-18T21:56:48.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-03-18T21:56:48.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31442026-03-18T21:56:48.803Z
31452026-03-18T21:56:48.803Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/257)
31462026-03-18T21:56:49.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-03-18T21:56:49.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-03-18T21:56:49.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-03-18T21:56:49.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31502026-03-18T21:56:49.595Z
31512026-03-18T21:56:49.595Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/257)
31522026-03-18T21:56:50.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-03-18T21:56:50.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-03-18T21:56:50.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-03-18T21:56:50.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31562026-03-18T21:56:50.374Z
31572026-03-18T21:56:50.374Zinfo: running `cargo check --bins` on cockroach-admin-client (111/257)
31582026-03-18T21:56:51.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-03-18T21:56:51.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-03-18T21:56:51.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612026-03-18T21:56:51.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31622026-03-18T21:56:51.140Z
31632026-03-18T21:56:51.140Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/257)
31642026-03-18T21:56:51.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-03-18T21:56:51.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-03-18T21:56:51.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672026-03-18T21:56:51.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31682026-03-18T21:56:51.928Z
31692026-03-18T21:56:51.928Zinfo: running `cargo check --bins` on dns-service-client (113/257)
31702026-03-18T21:56:52.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712026-03-18T21:56:52.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722026-03-18T21:56:52.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732026-03-18T21:56:52.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31742026-03-18T21:56:52.734Z
31752026-03-18T21:56:52.734Zinfo: running `cargo check --bins` on installinator-client (114/257)
31762026-03-18T21:56:53.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772026-03-18T21:56:53.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782026-03-18T21:56:53.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792026-03-18T21:56:53.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31802026-03-18T21:56:53.518Z
31812026-03-18T21:56:53.518Zinfo: running `cargo check --bins` on nexus-client (115/257)
31822026-03-18T21:56:54.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832026-03-18T21:56:54.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842026-03-18T21:56:54.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31852026-03-18T21:56:54.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31862026-03-18T21:56:54.344Z
31872026-03-18T21:56:54.344Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/257)
31882026-03-18T21:56:55.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31892026-03-18T21:56:55.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31902026-03-18T21:56:55.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31912026-03-18T21:56:55.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31922026-03-18T21:56:55.179Z
31932026-03-18T21:56:55.179Zinfo: running `cargo check --bins` on ntp-admin-client (117/257)
31942026-03-18T21:56:55.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952026-03-18T21:56:55.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962026-03-18T21:56:55.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31972026-03-18T21:56:55.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31982026-03-18T21:56:55.948Z
31992026-03-18T21:56:55.948Zinfo: running `cargo check --bins` on oxide-client (118/257)
32002026-03-18T21:56:56.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012026-03-18T21:56:56.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022026-03-18T21:56:56.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32032026-03-18T21:56:56.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32042026-03-18T21:56:56.723Z
32052026-03-18T21:56:56.723Zinfo: running `cargo check --bins` on oximeter-client (119/257)
32062026-03-18T21:56:57.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-03-18T21:56:57.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-03-18T21:56:57.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092026-03-18T21:56:57.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32102026-03-18T21:56:57.514Z
32112026-03-18T21:56:57.514Zinfo: running `cargo check --bins` on repo-depot-client (120/257)
32122026-03-18T21:56:58.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-03-18T21:56:58.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-03-18T21:56:58.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-03-18T21:56:58.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32162026-03-18T21:56:58.285Z
32172026-03-18T21:56:58.285Zinfo: running `cargo check --bins` on sled-agent-client (121/257)
32182026-03-18T21:56:58.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-03-18T21:56:58.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-03-18T21:56:58.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212026-03-18T21:56:58.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32222026-03-18T21:56:59.099Z
32232026-03-18T21:56:59.099Zinfo: running `cargo check --bins` on wicketd-client (122/257)
32242026-03-18T21:56:59.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-03-18T21:56:59.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-03-18T21:56:59.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32272026-03-18T21:56:59.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32282026-03-18T21:56:59.918Z
32292026-03-18T21:56:59.918Zinfo: running `cargo check --bins` on installinator-common (123/257)
32302026-03-18T21:57:00.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-03-18T21:57:00.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-03-18T21:57:00.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32332026-03-18T21:57:00.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32342026-03-18T21:57:00.723Z
32352026-03-18T21:57:00.723Zinfo: running `cargo check --bins` on installinator-common-versions (124/257)
32362026-03-18T21:57:01.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372026-03-18T21:57:01.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382026-03-18T21:57:01.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32392026-03-18T21:57:01.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32402026-03-18T21:57:01.495Z
32412026-03-18T21:57:01.495Zinfo: running `cargo check --bins` on wicket-common (125/257)
32422026-03-18T21:57:02.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432026-03-18T21:57:02.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442026-03-18T21:57:02.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32452026-03-18T21:57:02.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32462026-03-18T21:57:02.305Z
32472026-03-18T21:57:02.305Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/257)
32482026-03-18T21:57:02.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492026-03-18T21:57:03.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502026-03-18T21:57:03.206Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32512026-03-18T21:57:03.209Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32522026-03-18T21:57:03.209Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32532026-03-18T21:57:03.360Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32542026-03-18T21:57:03.364Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32552026-03-18T21:57:03.520Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32562026-03-18T21:57:03.582Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32572026-03-18T21:57:03.834Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32582026-03-18T21:57:03.849Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32592026-03-18T21:57:06.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
32602026-03-18T21:57:06.955Z
32612026-03-18T21:57:06.955Zinfo: running `cargo check --bins` on cockroach-admin-api (127/257)
32622026-03-18T21:57:07.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32632026-03-18T21:57:07.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32642026-03-18T21:57:07.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32652026-03-18T21:57:07.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32662026-03-18T21:57:07.752Z
32672026-03-18T21:57:07.752Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/257)
32682026-03-18T21:57:08.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32692026-03-18T21:57:08.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32702026-03-18T21:57:08.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32712026-03-18T21:57:08.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32722026-03-18T21:57:08.660Z
32732026-03-18T21:57:08.660Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/257)
32742026-03-18T21:57:09.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32752026-03-18T21:57:09.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32762026-03-18T21:57:09.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32772026-03-18T21:57:09.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32782026-03-18T21:57:09.577Z
32792026-03-18T21:57:09.577Zinfo: running `cargo check --bins` on dns-server (130/257)
32802026-03-18T21:57:10.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32812026-03-18T21:57:10.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32822026-03-18T21:57:10.469Z Compiling parking_lot_core v0.8.6
32832026-03-18T21:57:10.469Z Compiling git-stub v1.0.0
32842026-03-18T21:57:10.472Z Compiling atomicwrites v0.4.4
32852026-03-18T21:57:10.472Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32862026-03-18T21:57:10.630Z Checking tagptr v0.2.0
32872026-03-18T21:57:10.643Z Checking prefix-trie v0.7.0
32882026-03-18T21:57:10.647Z Checking fxhash v0.2.1
32892026-03-18T21:57:10.675Z Checking hickory-client v0.25.2
32902026-03-18T21:57:10.789Z Compiling git-stub-vcs v0.1.0
32912026-03-18T21:57:10.807Z Checking moka v0.12.13
32922026-03-18T21:57:11.084Z Checking hickory-server v0.25.2
32932026-03-18T21:57:11.160Z Checking parking_lot v0.11.2
32942026-03-18T21:57:11.180Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32952026-03-18T21:57:11.256Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32962026-03-18T21:57:11.259Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32972026-03-18T21:57:11.259Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32982026-03-18T21:57:11.395Z Checking sled v0.34.7
32992026-03-18T21:57:11.656Z Checking hickory-resolver v0.25.2
33002026-03-18T21:57:14.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s
33012026-03-18T21:57:14.389Z
33022026-03-18T21:57:14.389Zinfo: running `cargo check --bins` on dns-server-api (131/257)
33032026-03-18T21:57:15.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042026-03-18T21:57:15.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052026-03-18T21:57:15.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33062026-03-18T21:57:15.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33072026-03-18T21:57:15.178Z
33082026-03-18T21:57:15.179Zinfo: running `cargo check --bins` on gateway-test-utils (132/257)
33092026-03-18T21:57:15.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102026-03-18T21:57:15.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112026-03-18T21:57:15.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122026-03-18T21:57:15.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
33132026-03-18T21:57:16.046Z
33142026-03-18T21:57:16.046Zinfo: running `cargo check --bins` on omicron-gateway (133/257)
33152026-03-18T21:57:16.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162026-03-18T21:57:16.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172026-03-18T21:57:17.045Z Compiling radium v0.7.0
33182026-03-18T21:57:17.184Z Checking tap v1.0.1
33192026-03-18T21:57:17.187Z Compiling maybe-uninit v2.0.0
33202026-03-18T21:57:17.233Z Compiling zerocopy-derive v0.6.6
33212026-03-18T21:57:17.236Z Compiling packed_struct v0.10.1
33222026-03-18T21:57:17.236Z Checking crc-catalog v2.4.0
33232026-03-18T21:57:17.236Z Checking funty v2.0.0
33242026-03-18T21:57:17.239Z Compiling packed_struct_codegen v0.10.1
33252026-03-18T21:57:17.318Z Checking wyz v0.5.1
33262026-03-18T21:57:17.422Z Checking crc v3.4.0
33272026-03-18T21:57:17.577Z Compiling bitfield-macros v0.19.4
33282026-03-18T21:57:17.653Z Compiling indexmap v1.9.3
33292026-03-18T21:57:17.672Z Checking nodrop v0.1.14
33302026-03-18T21:57:17.688Z Checking smallvec v0.6.14
33312026-03-18T21:57:17.712Z Checking hashbrown v0.12.3
33322026-03-18T21:57:17.747Z Checking bitvec v1.0.1
33332026-03-18T21:57:17.781Z Checking array-init v0.0.4
33342026-03-18T21:57:17.919Z Checking ron v0.8.1
33352026-03-18T21:57:17.948Z Checking hashbrown v0.13.2
33362026-03-18T21:57:18.262Z Checking serde-hex v0.1.0
33372026-03-18T21:57:18.374Z Checking zerocopy v0.6.6
33382026-03-18T21:57:18.526Z Checking bitfield v0.19.4
33392026-03-18T21:57:18.530Z Checking crc-any v2.5.0
33402026-03-18T21:57:18.646Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33412026-03-18T21:57:18.715Z Checking object v0.30.4
33422026-03-18T21:57:18.733Z Checking half v1.8.3
33432026-03-18T21:57:18.781Z Checking path-slash v0.1.5
33442026-03-18T21:57:18.799Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33452026-03-18T21:57:18.902Z Checking void v1.0.2
33462026-03-18T21:57:18.919Z Checking tungstenite v0.23.0
33472026-03-18T21:57:18.992Z Checking serde_cbor v0.11.2
33482026-03-18T21:57:19.011Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33492026-03-18T21:57:19.029Z Checking lzss v0.8.2
33502026-03-18T21:57:19.079Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33512026-03-18T21:57:19.214Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33522026-03-18T21:57:19.271Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33532026-03-18T21:57:19.290Z Checking nix v0.27.1
33542026-03-18T21:57:19.485Z Checking kstat-rs v0.2.4
33552026-03-18T21:57:19.517Z Checking serde_bytes v0.11.19
33562026-03-18T21:57:19.730Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33572026-03-18T21:57:19.734Z Checking tokio-tungstenite v0.23.1
33582026-03-18T21:57:19.767Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33592026-03-18T21:57:19.991Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33602026-03-18T21:57:20.079Z Checking signal-hook-tokio v0.3.1
33612026-03-18T21:57:21.062Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33622026-03-18T21:57:21.394Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33632026-03-18T21:57:24.709Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33642026-03-18T21:57:25.921Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33652026-03-18T21:57:26.301Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33662026-03-18T21:57:27.824Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33672026-03-18T21:57:30.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.56s
33682026-03-18T21:57:30.873Z
33692026-03-18T21:57:30.873Zinfo: running `cargo check --bins` on gateway-api (134/257)
33702026-03-18T21:57:31.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-03-18T21:57:31.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-03-18T21:57:31.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-03-18T21:57:31.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
33742026-03-18T21:57:31.665Z
33752026-03-18T21:57:31.665Zinfo: running `cargo check --bins` on ipcc (135/257)
33762026-03-18T21:57:32.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-03-18T21:57:32.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-03-18T21:57:32.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-03-18T21:57:32.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
33802026-03-18T21:57:32.472Z
33812026-03-18T21:57:32.472Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/257)
33822026-03-18T21:57:33.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-03-18T21:57:33.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-03-18T21:57:33.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-03-18T21:57:33.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33862026-03-18T21:57:33.251Z
33872026-03-18T21:57:33.251Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/257)
33882026-03-18T21:57:33.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-03-18T21:57:33.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-03-18T21:57:33.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-03-18T21:57:33.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
33922026-03-18T21:57:34.050Z
33932026-03-18T21:57:34.050Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/257)
33942026-03-18T21:57:34.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-03-18T21:57:34.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-03-18T21:57:34.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-03-18T21:57:34.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
33982026-03-18T21:57:34.847Z
33992026-03-18T21:57:34.847Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/257)
34002026-03-18T21:57:35.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-03-18T21:57:35.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-03-18T21:57:35.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-03-18T21:57:35.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34042026-03-18T21:57:35.646Z
34052026-03-18T21:57:35.646Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/257)
34062026-03-18T21:57:36.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-03-18T21:57:36.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-03-18T21:57:36.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-03-18T21:57:36.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34102026-03-18T21:57:36.442Z
34112026-03-18T21:57:36.442Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/257)
34122026-03-18T21:57:37.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-03-18T21:57:37.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-03-18T21:57:37.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-03-18T21:57:37.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34162026-03-18T21:57:37.231Z
34172026-03-18T21:57:37.232Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/257)
34182026-03-18T21:57:37.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-03-18T21:57:37.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-03-18T21:57:37.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-03-18T21:57:37.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34222026-03-18T21:57:38.022Z
34232026-03-18T21:57:38.022Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/257)
34242026-03-18T21:57:38.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-03-18T21:57:38.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-03-18T21:57:38.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-03-18T21:57:38.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34282026-03-18T21:57:38.813Z
34292026-03-18T21:57:38.813Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/257)
34302026-03-18T21:57:39.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-03-18T21:57:39.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-03-18T21:57:39.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-03-18T21:57:39.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34342026-03-18T21:57:39.607Z
34352026-03-18T21:57:39.607Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/257)
34362026-03-18T21:57:40.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-03-18T21:57:40.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-03-18T21:57:40.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-03-18T21:57:40.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34402026-03-18T21:57:40.402Z
34412026-03-18T21:57:40.402Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/257)
34422026-03-18T21:57:41.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-03-18T21:57:41.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-03-18T21:57:41.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-03-18T21:57:41.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34462026-03-18T21:57:41.197Z
34472026-03-18T21:57:41.197Zinfo: running `cargo check --bins` on oximeter-producer (147/257)
34482026-03-18T21:57:41.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-03-18T21:57:41.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-03-18T21:57:41.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-03-18T21:57:41.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34522026-03-18T21:57:42.034Z
34532026-03-18T21:57:42.034Zinfo: running `cargo check --bins` on internal-dns-resolver (148/257)
34542026-03-18T21:57:42.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-03-18T21:57:42.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-03-18T21:57:42.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-03-18T21:57:42.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34582026-03-18T21:57:42.838Z
34592026-03-18T21:57:42.838Zinfo: running `cargo check --bins` on sp-sim (149/257)
34602026-03-18T21:57:43.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-03-18T21:57:43.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-03-18T21:57:43.806Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34632026-03-18T21:57:46.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
34642026-03-18T21:57:46.362Z
34652026-03-18T21:57:46.362Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (150/257)
34662026-03-18T21:57:47.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-03-18T21:57:47.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-03-18T21:57:47.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-03-18T21:57:47.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34702026-03-18T21:57:47.225Z
34712026-03-18T21:57:47.226Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (151/257)
34722026-03-18T21:57:47.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-03-18T21:57:47.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-03-18T21:57:47.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-03-18T21:57:47.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
34762026-03-18T21:57:48.107Z
34772026-03-18T21:57:48.107Zinfo: running `cargo check --bins` on db-macros (152/257)
34782026-03-18T21:57:48.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-03-18T21:57:48.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-03-18T21:57:48.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-03-18T21:57:48.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34822026-03-18T21:57:48.862Z
34832026-03-18T21:57:48.862Zinfo: running `cargo check --bins` on nexus-macros-common (153/257)
34842026-03-18T21:57:49.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-03-18T21:57:49.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-03-18T21:57:49.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-03-18T21:57:49.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34882026-03-18T21:57:49.634Z
34892026-03-18T21:57:49.634Zinfo: running `cargo check --bins` on nexus-auth (154/257)
34902026-03-18T21:57:50.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-03-18T21:57:50.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-03-18T21:57:50.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-03-18T21:57:50.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34942026-03-18T21:57:50.499Z
34952026-03-18T21:57:50.499Zinfo: running `cargo check --bins` on authz-macros (155/257)
34962026-03-18T21:57:51.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-03-18T21:57:51.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-03-18T21:57:51.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-03-18T21:57:51.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35002026-03-18T21:57:51.270Z
35012026-03-18T21:57:51.270Zinfo: running `cargo check --bins` on nexus-db-fixed-data (156/257)
35022026-03-18T21:57:52.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-03-18T21:57:52.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-03-18T21:57:52.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-03-18T21:57:52.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35062026-03-18T21:57:52.138Z
35072026-03-18T21:57:52.138Zinfo: running `cargo check --bins` on nexus-db-model (157/257)
35082026-03-18T21:57:52.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-03-18T21:57:52.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-03-18T21:57:52.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-03-18T21:57:52.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35122026-03-18T21:57:52.979Z
35132026-03-18T21:57:52.979Zinfo: running `cargo check --bins` on nexus-db-schema (158/257)
35142026-03-18T21:57:53.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-03-18T21:57:53.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-03-18T21:57:53.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-03-18T21:57:53.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35182026-03-18T21:57:53.762Z
35192026-03-18T21:57:53.762Zinfo: running `cargo check --bins` on omicron-rpaths (159/257)
35202026-03-18T21:57:54.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-03-18T21:57:54.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-03-18T21:57:54.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-03-18T21:57:54.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35242026-03-18T21:57:54.534Z
35252026-03-18T21:57:54.534Zinfo: running `cargo check --bins` on nexus-defaults (160/257)
35262026-03-18T21:57:55.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-03-18T21:57:55.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-03-18T21:57:55.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-03-18T21:57:55.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35302026-03-18T21:57:55.329Z
35312026-03-18T21:57:55.329Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (161/257)
35322026-03-18T21:57:56.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-03-18T21:57:56.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-03-18T21:57:56.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-03-18T21:57:56.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35362026-03-18T21:57:56.108Z
35372026-03-18T21:57:56.109Zinfo: running `cargo check --bins` on parallel-task-set (162/257)
35382026-03-18T21:57:56.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-03-18T21:57:56.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-03-18T21:57:56.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-03-18T21:57:56.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35422026-03-18T21:57:56.885Z
35432026-03-18T21:57:56.885Zinfo: running `cargo check --bins` on nexus-db-errors (163/257)
35442026-03-18T21:57:57.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-03-18T21:57:57.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-03-18T21:57:57.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-03-18T21:57:57.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35482026-03-18T21:57:57.842Z
35492026-03-18T21:57:57.843Zinfo: running `cargo check --bins` on nexus-db-lookup (164/257)
35502026-03-18T21:57:58.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-03-18T21:57:58.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-03-18T21:57:58.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-03-18T21:57:58.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35542026-03-18T21:58:02.907Z
35552026-03-18T21:58:02.908Zinfo: running `cargo check --bins` on nexus-inventory (165/257)
35562026-03-18T21:58:02.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-03-18T21:58:02.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-03-18T21:58:03.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-03-18T21:58:03.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35602026-03-18T21:58:03.000Z
35612026-03-18T21:58:03.000Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (166/257)
35622026-03-18T21:58:03.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-03-18T21:58:03.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-03-18T21:58:03.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-03-18T21:58:03.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35662026-03-18T21:58:03.002Z
35672026-03-18T21:58:03.002Zinfo: running `cargo check --bins --no-default-features` on sled-storage (167/257)
35682026-03-18T21:58:03.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-03-18T21:58:03.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-03-18T21:58:03.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-03-18T21:58:03.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35722026-03-18T21:58:03.042Z
35732026-03-18T21:58:03.042Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (168/257)
35742026-03-18T21:58:03.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-03-18T21:58:03.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-03-18T21:58:03.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-03-18T21:58:03.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35782026-03-18T21:58:03.042Z
35792026-03-18T21:58:03.042Zinfo: running `cargo check --bins` on key-manager (169/257)
35802026-03-18T21:58:03.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-03-18T21:58:03.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-03-18T21:58:03.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-03-18T21:58:03.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35842026-03-18T21:58:03.042Z
35852026-03-18T21:58:03.042Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (170/257)
35862026-03-18T21:58:03.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-03-18T21:58:03.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-03-18T21:58:03.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-03-18T21:58:03.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35902026-03-18T21:58:03.493Z
35912026-03-18T21:58:03.493Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (171/257)
35922026-03-18T21:58:04.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-03-18T21:58:04.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-03-18T21:58:04.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-03-18T21:58:04.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35962026-03-18T21:58:04.306Z
35972026-03-18T21:58:04.306Zinfo: running `cargo check --bins` on typed-rng (172/257)
35982026-03-18T21:58:04.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-03-18T21:58:04.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-03-18T21:58:04.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-03-18T21:58:04.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
36022026-03-18T21:58:05.085Z
36032026-03-18T21:58:05.085Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (173/257)
36042026-03-18T21:58:05.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-03-18T21:58:05.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-03-18T21:58:06.254Z Compiling libefi-sys v0.1.0
36072026-03-18T21:58:06.258Z Compiling bitfield-struct v0.6.2
36082026-03-18T21:58:06.429Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36092026-03-18T21:58:06.445Z Compiling xshell-macros v0.2.7
36102026-03-18T21:58:06.463Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36112026-03-18T21:58:06.484Z Compiling salty v0.3.0
36122026-03-18T21:58:06.505Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36132026-03-18T21:58:06.526Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36142026-03-18T21:58:06.526Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36152026-03-18T21:58:06.877Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36162026-03-18T21:58:06.898Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36172026-03-18T21:58:06.929Z Checking xshell v0.2.7
36182026-03-18T21:58:07.066Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36192026-03-18T21:58:07.123Z Checking primeorder v0.13.6
36202026-03-18T21:58:07.158Z Compiling proc-macro-error-attr2 v2.0.0
36212026-03-18T21:58:07.180Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36222026-03-18T21:58:07.222Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36232026-03-18T21:58:07.226Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36242026-03-18T21:58:07.436Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36252026-03-18T21:58:07.441Z Checking p384 v0.13.1
36262026-03-18T21:58:07.476Z Compiling num-derive v0.3.3
36272026-03-18T21:58:07.574Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36282026-03-18T21:58:07.659Z Compiling proc-macro-error2 v2.0.1
36292026-03-18T21:58:07.850Z Compiling unicase v2.9.0
36302026-03-18T21:58:07.881Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36312026-03-18T21:58:08.023Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36322026-03-18T21:58:08.072Z Compiling tabled_derive v0.11.0
36332026-03-18T21:58:08.111Z Compiling mime_guess v2.0.5
36342026-03-18T21:58:08.191Z Compiling progenitor-impl v0.11.2
36352026-03-18T21:58:08.529Z Checking papergrid v0.17.0
36362026-03-18T21:58:08.644Z Checking libscf-sys v1.1.0
36372026-03-18T21:58:08.818Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36382026-03-18T21:58:08.838Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36392026-03-18T21:58:08.958Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36402026-03-18T21:58:09.037Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36412026-03-18T21:58:09.646Z Checking testing_table v0.3.0
36422026-03-18T21:58:09.691Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36432026-03-18T21:58:09.713Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36442026-03-18T21:58:09.767Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36452026-03-18T21:58:09.819Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36462026-03-18T21:58:09.903Z Checking corncobs v0.1.4
36472026-03-18T21:58:09.953Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36482026-03-18T21:58:10.003Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36492026-03-18T21:58:10.064Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36502026-03-18T21:58:10.091Z Checking tabled v0.20.0
36512026-03-18T21:58:10.270Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36522026-03-18T21:58:10.381Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36532026-03-18T21:58:10.409Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36542026-03-18T21:58:10.615Z Checking progenitor-client v0.11.2
36552026-03-18T21:58:10.845Z Checking secrecy v0.8.0
36562026-03-18T21:58:11.007Z Checking http-range v0.1.5
36572026-03-18T21:58:11.249Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36582026-03-18T21:58:11.440Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36592026-03-18T21:58:11.568Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36602026-03-18T21:58:11.630Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36612026-03-18T21:58:11.804Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36622026-03-18T21:58:11.960Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
36632026-03-18T21:58:11.982Z Checking atty v0.2.14
36642026-03-18T21:58:12.005Z Compiling progenitor-macro v0.11.2
36652026-03-18T21:58:12.024Z Checking crc8 v0.1.1
36662026-03-18T21:58:12.108Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36672026-03-18T21:58:12.149Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36682026-03-18T21:58:12.197Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36692026-03-18T21:58:12.391Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36702026-03-18T21:58:12.588Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36712026-03-18T21:58:12.810Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36722026-03-18T21:58:12.996Z Checking hyper-staticfile v0.10.1
36732026-03-18T21:58:13.047Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36742026-03-18T21:58:13.160Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36752026-03-18T21:58:13.350Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36762026-03-18T21:58:13.375Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36772026-03-18T21:58:13.434Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36782026-03-18T21:58:13.676Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36792026-03-18T21:58:14.070Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36802026-03-18T21:58:14.224Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36812026-03-18T21:58:14.424Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36822026-03-18T21:58:14.574Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36832026-03-18T21:58:14.609Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36842026-03-18T21:58:15.104Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36852026-03-18T21:58:15.461Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36862026-03-18T21:58:15.758Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36872026-03-18T21:58:15.779Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36882026-03-18T21:58:16.306Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36892026-03-18T21:58:17.308Z Checking progenitor v0.11.2
36902026-03-18T21:58:17.485Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36912026-03-18T21:58:24.254Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36922026-03-18T21:58:40.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.22s
36932026-03-18T21:58:40.582Z
36942026-03-18T21:58:40.582Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (174/257)
36952026-03-18T21:58:41.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-03-18T21:58:41.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-03-18T21:58:41.663Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36982026-03-18T21:58:57.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.16s
36992026-03-18T21:58:58.002Z
37002026-03-18T21:58:58.002Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (175/257)
37012026-03-18T21:58:58.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-03-18T21:58:58.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-03-18T21:58:59.090Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37042026-03-18T21:59:15.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.11s
37052026-03-18T21:59:15.366Z
37062026-03-18T21:59:15.366Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (176/257)
37072026-03-18T21:59:16.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-03-18T21:59:16.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-03-18T21:59:16.449Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37102026-03-18T21:59:32.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.14s
37112026-03-18T21:59:32.766Z
37122026-03-18T21:59:32.766Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (177/257)
37132026-03-18T21:59:35.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-03-18T21:59:35.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-03-18T21:59:35.513Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37162026-03-18T21:59:50.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.25s
37172026-03-18T21:59:50.284Z
37182026-03-18T21:59:50.284Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (178/257)
37192026-03-18T21:59:51.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-03-18T21:59:51.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-03-18T21:59:51.390Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37222026-03-18T22:00:07.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.21s
37232026-03-18T22:00:07.750Z
37242026-03-18T22:00:07.750Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (179/257)
37252026-03-18T22:00:08.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-03-18T22:00:08.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-03-18T22:00:08.833Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37282026-03-18T22:00:24.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.14s
37292026-03-18T22:00:25.154Z
37302026-03-18T22:00:25.154Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (180/257)
37312026-03-18T22:00:25.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-03-18T22:00:25.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-03-18T22:00:26.222Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37342026-03-18T22:00:42.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.10s
37352026-03-18T22:00:42.517Z
37362026-03-18T22:00:42.517Zinfo: running `cargo check --bins` on bootstrap-agent-api (181/257)
37372026-03-18T22:00:43.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-03-18T22:00:43.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-03-18T22:00:43.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37402026-03-18T22:00:43.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37412026-03-18T22:00:43.326Z
37422026-03-18T22:00:43.326Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (182/257)
37432026-03-18T22:00:44.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-03-18T22:00:44.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-03-18T22:00:44.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37462026-03-18T22:00:44.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37472026-03-18T22:00:44.136Z
37482026-03-18T22:00:44.136Zinfo: running `cargo check --bins` on range-requests (183/257)
37492026-03-18T22:00:44.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37502026-03-18T22:00:44.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37512026-03-18T22:00:44.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37522026-03-18T22:00:44.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
37532026-03-18T22:00:44.919Z
37542026-03-18T22:00:44.919Zinfo: running `cargo check --bins` on repo-depot-api (184/257)
37552026-03-18T22:00:45.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37562026-03-18T22:00:45.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37572026-03-18T22:00:45.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37582026-03-18T22:00:45.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
37592026-03-18T22:00:45.709Z
37602026-03-18T22:00:45.709Zinfo: running `cargo check --bins` on sled-agent-api (185/257)
37612026-03-18T22:00:46.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622026-03-18T22:00:46.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632026-03-18T22:00:46.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37642026-03-18T22:00:46.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37652026-03-18T22:00:46.534Z
37662026-03-18T22:00:46.535Zinfo: running `cargo check --bins` on sled-diagnostics (186/257)
37672026-03-18T22:00:47.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682026-03-18T22:00:47.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692026-03-18T22:00:47.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37702026-03-18T22:00:47.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37712026-03-18T22:00:47.347Z
37722026-03-18T22:00:47.347Zinfo: running `cargo check --bins` on zfs-test-harness (187/257)
37732026-03-18T22:00:48.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742026-03-18T22:00:48.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752026-03-18T22:00:48.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37762026-03-18T22:00:48.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37772026-03-18T22:00:48.156Z
37782026-03-18T22:00:48.156Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (188/257)
37792026-03-18T22:00:48.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802026-03-18T22:00:48.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812026-03-18T22:00:48.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37822026-03-18T22:00:48.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37832026-03-18T22:00:48.973Z
37842026-03-18T22:00:48.973Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (189/257)
37852026-03-18T22:00:49.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862026-03-18T22:00:49.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872026-03-18T22:00:49.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37882026-03-18T22:00:49.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37892026-03-18T22:00:49.804Z
37902026-03-18T22:00:49.804Zinfo: running `cargo check --bins` on sled-agent-health-monitor (190/257)
37912026-03-18T22:00:50.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37922026-03-18T22:00:50.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37932026-03-18T22:00:50.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37942026-03-18T22:00:50.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37952026-03-18T22:00:50.609Z
37962026-03-18T22:00:50.609Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (191/257)
37972026-03-18T22:00:51.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37982026-03-18T22:00:51.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37992026-03-18T22:00:51.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38002026-03-18T22:00:51.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38012026-03-18T22:00:51.421Z
38022026-03-18T22:00:51.421Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (192/257)
38032026-03-18T22:00:52.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38042026-03-18T22:00:52.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38052026-03-18T22:00:52.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38062026-03-18T22:00:52.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38072026-03-18T22:00:52.231Z
38082026-03-18T22:00:52.231Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (193/257)
38092026-03-18T22:00:52.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38102026-03-18T22:00:52.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38112026-03-18T22:00:52.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38122026-03-18T22:00:52.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38132026-03-18T22:00:53.045Z
38142026-03-18T22:00:53.045Zinfo: running `cargo check --bins` on trust-quorum (194/257)
38152026-03-18T22:00:53.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38162026-03-18T22:00:53.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38172026-03-18T22:00:53.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38182026-03-18T22:00:53.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38192026-03-18T22:00:53.859Z
38202026-03-18T22:00:53.860Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (195/257)
38212026-03-18T22:00:54.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38222026-03-18T22:00:54.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38232026-03-18T22:00:54.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38242026-03-18T22:00:54.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38252026-03-18T22:00:54.701Z
38262026-03-18T22:00:54.702Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (196/257)
38272026-03-18T22:00:55.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38282026-03-18T22:00:55.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38292026-03-18T22:00:55.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38302026-03-18T22:00:55.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38312026-03-18T22:00:55.567Z
38322026-03-18T22:00:55.567Zinfo: running `cargo check --bins` on update-common (197/257)
38332026-03-18T22:00:56.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38342026-03-18T22:00:56.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38352026-03-18T22:00:56.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38362026-03-18T22:00:56.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38372026-03-18T22:00:56.368Z
38382026-03-18T22:00:56.368Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (198/257)
38392026-03-18T22:00:57.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402026-03-18T22:00:57.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412026-03-18T22:00:57.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38422026-03-18T22:00:57.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38432026-03-18T22:00:57.242Z
38442026-03-18T22:00:57.242Zinfo: running `cargo check --bins` on reconfigurator-cli (199/257)
38452026-03-18T22:00:57.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-03-18T22:00:57.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-03-18T22:00:58.307Z Compiling fs-err v2.11.0
38482026-03-18T22:00:58.458Z Checking ignore v0.4.25
38492026-03-18T22:00:58.464Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38502026-03-18T22:00:58.464Z Checking predicates-tree v1.0.13
38512026-03-18T22:00:58.498Z Checking parse-size v1.1.0
38522026-03-18T22:00:58.506Z Checking rand_seeder v0.4.0
38532026-03-18T22:00:58.526Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38542026-03-18T22:00:58.552Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38552026-03-18T22:00:58.602Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38562026-03-18T22:00:58.630Z Compiling petname v2.0.2
38572026-03-18T22:00:58.684Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38582026-03-18T22:00:58.881Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38592026-03-18T22:00:58.899Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38602026-03-18T22:00:58.970Z Checking globwalk v0.9.1
38612026-03-18T22:00:59.013Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38622026-03-18T22:00:59.105Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38632026-03-18T22:00:59.198Z Checking camino-tempfile-ext v0.3.3
38642026-03-18T22:00:59.236Z Checking sapling-renderdag v0.1.0
38652026-03-18T22:00:59.355Z Checking sync-ptr v0.1.4
38662026-03-18T22:00:59.448Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38672026-03-18T22:00:59.496Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38682026-03-18T22:00:59.585Z Checking colored v2.2.0
38692026-03-18T22:00:59.604Z Checking assert_matches v1.5.0
38702026-03-18T22:00:59.929Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38712026-03-18T22:01:00.097Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38722026-03-18T22:01:00.129Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38732026-03-18T22:01:00.859Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38742026-03-18T22:01:02.697Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38752026-03-18T22:01:05.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.48s
38762026-03-18T22:01:05.980Z
38772026-03-18T22:01:05.980Zinfo: running `cargo check --bins` on omicron-repl-utils (200/257)
38782026-03-18T22:01:06.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-03-18T22:01:06.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-03-18T22:01:06.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38812026-03-18T22:01:06.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
38822026-03-18T22:01:06.759Z
38832026-03-18T22:01:06.760Zinfo: running `cargo check --bins` on nexus-test-interface (201/257)
38842026-03-18T22:01:07.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-03-18T22:01:07.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-03-18T22:01:07.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-03-18T22:01:07.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38882026-03-18T22:01:07.635Z
38892026-03-18T22:01:07.636Zinfo: running `cargo check --bins` on oximeter-collector (202/257)
38902026-03-18T22:01:08.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-03-18T22:01:08.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-03-18T22:01:08.641Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38932026-03-18T22:01:08.658Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38942026-03-18T22:01:09.463Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38952026-03-18T22:01:11.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s
38962026-03-18T22:01:11.719Z
38972026-03-18T22:01:11.719Zinfo: running `cargo check --bins` on oximeter-api (203/257)
38982026-03-18T22:01:12.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-03-18T22:01:12.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-03-18T22:01:12.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39012026-03-18T22:01:12.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
39022026-03-18T22:01:12.510Z
39032026-03-18T22:01:12.510Zinfo: running `cargo check --bins` on cert-dev (204/257)
39042026-03-18T22:01:13.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-03-18T22:01:13.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-03-18T22:01:13.395Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39072026-03-18T22:01:13.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
39082026-03-18T22:01:13.894Z
39092026-03-18T22:01:13.894Zinfo: running `cargo check --bins` on clickana (205/257)
39102026-03-18T22:01:14.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-03-18T22:01:14.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-03-18T22:01:14.769Z Compiling darling_core v0.23.0
39132026-03-18T22:01:14.897Z Compiling instability v0.3.11
39142026-03-18T22:01:14.911Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39152026-03-18T22:01:14.914Z Checking castaway v0.2.4
39162026-03-18T22:01:14.918Z Compiling indoc v2.0.7
39172026-03-18T22:01:14.939Z Checking unicode-truncate v1.1.0
39182026-03-18T22:01:14.946Z Checking lru v0.12.5
39192026-03-18T22:01:14.946Z Checking cassowary v0.3.0
39202026-03-18T22:01:15.038Z Checking compact_str v0.8.1
39212026-03-18T22:01:16.191Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39222026-03-18T22:01:16.411Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39232026-03-18T22:01:16.904Z Compiling darling_macro v0.23.0
39242026-03-18T22:01:17.428Z Compiling darling v0.23.0
39252026-03-18T22:01:18.212Z Checking ratatui v0.29.0
39262026-03-18T22:01:19.804Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39272026-03-18T22:01:20.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.71s
39282026-03-18T22:01:20.841Z
39292026-03-18T22:01:20.842Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (206/257)
39302026-03-18T22:01:21.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39312026-03-18T22:01:21.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39322026-03-18T22:01:21.828Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39332026-03-18T22:01:21.838Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39342026-03-18T22:01:22.588Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39352026-03-18T22:01:23.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.25s
39362026-03-18T22:01:23.343Z
39372026-03-18T22:01:23.343Zinfo: running `cargo check --bins` on ch-dev (207/257)
39382026-03-18T22:01:24.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-03-18T22:01:24.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-03-18T22:01:24.321Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39412026-03-18T22:01:28.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s
39422026-03-18T22:01:28.984Z
39432026-03-18T22:01:28.984Zinfo: running `cargo check --bins` on dev-tools-common (208/257)
39442026-03-18T22:01:28.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-03-18T22:01:28.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-03-18T22:01:28.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-03-18T22:01:28.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39482026-03-18T22:01:28.984Z
39492026-03-18T22:01:28.985Zinfo: running `cargo check --bins` on crdb-seed (209/257)
39502026-03-18T22:01:28.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-03-18T22:01:28.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-03-18T22:01:28.985Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39532026-03-18T22:01:28.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
39542026-03-18T22:01:28.985Z
39552026-03-18T22:01:28.985Zinfo: running `cargo check --bins` on db-dev (210/257)
39562026-03-18T22:01:28.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-03-18T22:01:28.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-03-18T22:01:28.985Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39592026-03-18T22:01:29.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s
39602026-03-18T22:01:30.020Z
39612026-03-18T22:01:30.020Zinfo: running `cargo check --bins` on omicron-dev-lib (211/257)
39622026-03-18T22:01:30.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-03-18T22:01:30.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-03-18T22:01:30.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-03-18T22:01:30.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
39662026-03-18T22:01:30.864Z
39672026-03-18T22:01:30.864Zinfo: running `cargo check --bins` on xtask-downloader (212/257)
39682026-03-18T22:01:31.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-03-18T22:01:31.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-03-18T22:01:31.682Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39712026-03-18T22:01:32.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
39722026-03-18T22:01:32.784Z
39732026-03-18T22:01:32.784Zinfo: running `cargo check --bins` on omicron-dropshot-apis (213/257)
39742026-03-18T22:01:33.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-03-18T22:01:33.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-03-18T22:01:33.808Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39772026-03-18T22:01:33.812Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39782026-03-18T22:01:33.812Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
39792026-03-18T22:01:33.812Z Checking git-stub v1.0.0
39802026-03-18T22:01:33.812Z Compiling trait-variant v0.1.2
39812026-03-18T22:01:33.949Z Checking maplit v1.0.2
39822026-03-18T22:01:33.964Z Checking is_ci v1.2.0
39832026-03-18T22:01:33.976Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39842026-03-18T22:01:34.086Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39852026-03-18T22:01:34.123Z Checking supports-color v3.0.2
39862026-03-18T22:01:34.163Z Checking git-stub-vcs v0.1.0
39872026-03-18T22:01:34.285Z Checking drift v0.1.3
39882026-03-18T22:01:34.311Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39892026-03-18T22:01:34.330Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39902026-03-18T22:01:34.423Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39912026-03-18T22:01:34.554Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39922026-03-18T22:01:34.644Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39932026-03-18T22:01:34.666Z Checking dropshot-api-manager v0.6.0
39942026-03-18T22:01:34.687Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39952026-03-18T22:01:34.951Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
39962026-03-18T22:01:34.984Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39972026-03-18T22:01:35.198Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
39982026-03-18T22:01:35.638Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
39992026-03-18T22:01:42.623Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40002026-03-18T22:01:44.015Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40012026-03-18T22:01:44.793Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40022026-03-18T22:01:45.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.52s
40032026-03-18T22:01:45.551Z
40042026-03-18T22:01:45.551Zinfo: running `cargo check --bins` on installinator-api (214/257)
40052026-03-18T22:01:46.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-03-18T22:01:46.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-03-18T22:01:46.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-03-18T22:01:46.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
40092026-03-18T22:01:46.344Z
40102026-03-18T22:01:46.344Zinfo: running `cargo check --bins` on nexus-external-api (215/257)
40112026-03-18T22:01:47.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-03-18T22:01:47.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-03-18T22:01:47.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-03-18T22:01:47.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40152026-03-18T22:01:47.191Z
40162026-03-18T22:01:47.191Zinfo: running `cargo check --bins` on nexus-internal-api (216/257)
40172026-03-18T22:01:47.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-03-18T22:01:47.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-03-18T22:01:47.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-03-18T22:01:47.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40212026-03-18T22:01:48.042Z
40222026-03-18T22:01:48.042Zinfo: running `cargo check --bins` on nexus-lockstep-api (217/257)
40232026-03-18T22:01:48.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-03-18T22:01:48.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-03-18T22:01:48.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40262026-03-18T22:01:48.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40272026-03-18T22:01:48.891Z
40282026-03-18T22:01:48.892Zinfo: running `cargo check --bins` on ntp-admin-api (218/257)
40292026-03-18T22:01:49.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-03-18T22:01:49.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-03-18T22:01:49.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40322026-03-18T22:01:49.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
40332026-03-18T22:01:49.687Z
40342026-03-18T22:01:49.687Zinfo: running `cargo check --bins` on ntp-admin-types-versions (219/257)
40352026-03-18T22:01:50.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-03-18T22:01:50.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-03-18T22:01:50.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40382026-03-18T22:01:50.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
40392026-03-18T22:01:50.467Z
40402026-03-18T22:01:50.467Zinfo: running `cargo check --bins` on wicketd-api (220/257)
40412026-03-18T22:01:51.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-03-18T22:01:51.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-03-18T22:01:51.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40442026-03-18T22:01:51.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40452026-03-18T22:01:51.324Z
40462026-03-18T22:01:51.325Zinfo: running `cargo check --bins` on omicron-ls-apis (221/257)
40472026-03-18T22:01:51.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-03-18T22:01:51.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-03-18T22:01:52.123Z Checking erased-serde v0.4.9
40502026-03-18T22:01:52.249Z Checking ordered-float v2.10.1
40512026-03-18T22:01:52.271Z Checking unicode-xid v0.2.6
40522026-03-18T22:01:52.297Z Checking cargo-platform v0.2.0
40532026-03-18T22:01:52.536Z Checking serde-value v0.7.0
40542026-03-18T22:01:52.707Z Checking serde-untagged v0.1.9
40552026-03-18T22:01:52.920Z Checking cargo-util-schemas v0.8.2
40562026-03-18T22:01:53.940Z Checking cargo_metadata v0.21.0
40572026-03-18T22:01:54.848Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40582026-03-18T22:01:55.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s
40592026-03-18T22:01:55.987Z
40602026-03-18T22:01:55.987Zinfo: running `cargo check --bins` on mgs-dev (222/257)
40612026-03-18T22:01:56.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-03-18T22:01:56.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-03-18T22:01:56.988Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40642026-03-18T22:01:57.756Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40652026-03-18T22:01:58.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s
40662026-03-18T22:01:58.651Z
40672026-03-18T22:01:58.651Zinfo: running `cargo check --bins` on omicron-omdb (223/257)
40682026-03-18T22:01:59.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-03-18T22:01:59.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-03-18T22:01:59.832Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40712026-03-18T22:01:59.835Z Compiling vergen-gitcl v1.0.8
40722026-03-18T22:01:59.835Z Compiling dirs-sys-next v0.1.2
40732026-03-18T22:01:59.836Z Compiling glob v0.3.3
40742026-03-18T22:01:59.836Z Compiling crunchy v0.2.4
40752026-03-18T22:01:59.836Z Compiling diesel_derives v2.3.7
40762026-03-18T22:02:00.019Z Compiling dsl_auto_type v0.2.0
40772026-03-18T22:02:00.036Z Checking scheduled-thread-pool v0.2.7
40782026-03-18T22:02:00.259Z Compiling dirs-next v2.0.0
40792026-03-18T22:02:00.279Z Compiling diesel_table_macro_syntax v0.3.0
40802026-03-18T22:02:00.343Z Compiling tiny-keccak v2.0.2
40812026-03-18T22:02:00.412Z Compiling term v0.7.0
40822026-03-18T22:02:00.432Z Checking r2d2 v0.8.10
40832026-03-18T22:02:00.536Z Compiling clang-sys v1.8.1
40842026-03-18T22:02:00.557Z Checking downcast-rs v2.0.2
40852026-03-18T22:02:00.611Z Compiling bit-vec v0.6.3
40862026-03-18T22:02:00.689Z Compiling itertools v0.10.5
40872026-03-18T22:02:01.057Z Compiling bit-set v0.5.3
40882026-03-18T22:02:01.072Z Compiling ascii-canvas v3.0.0
40892026-03-18T22:02:01.105Z Compiling ena v0.14.4
40902026-03-18T22:02:01.173Z Compiling libloading v0.8.9
40912026-03-18T22:02:01.218Z Compiling bindgen v0.71.1
40922026-03-18T22:02:01.247Z Compiling regex-syntax v0.6.29
40932026-03-18T22:02:01.349Z Compiling diff v0.1.13
40942026-03-18T22:02:01.446Z Compiling cexpr v0.6.0
40952026-03-18T22:02:01.732Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
40962026-03-18T22:02:01.792Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40972026-03-18T22:02:01.998Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40982026-03-18T22:02:02.024Z Compiling libxml v0.3.3
40992026-03-18T22:02:02.212Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41002026-03-18T22:02:02.338Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41012026-03-18T22:02:02.407Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41022026-03-18T22:02:02.662Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41032026-03-18T22:02:02.676Z Compiling strum_macros v0.24.3
41042026-03-18T22:02:02.777Z Compiling indoc v1.0.9
41052026-03-18T22:02:03.357Z Compiling lalrpop v0.19.12
41062026-03-18T22:02:04.055Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41072026-03-18T22:02:04.227Z Checking derive_builder v0.20.2
41082026-03-18T22:02:04.291Z Compiling oso-derive v0.27.3
41092026-03-18T22:02:04.376Z Checking quick-xml v0.37.5
41102026-03-18T22:02:04.506Z Compiling impl-trait-for-tuples v0.2.3
41112026-03-18T22:02:04.922Z Checking openssl-probe v0.1.6
41122026-03-18T22:02:05.100Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41132026-03-18T22:02:05.605Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41142026-03-18T22:02:05.840Z Checking bb8 v0.8.6
41152026-03-18T22:02:06.117Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41162026-03-18T22:02:06.204Z Checking nonempty v0.12.0
41172026-03-18T22:02:06.389Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41182026-03-18T22:02:06.424Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41192026-03-18T22:02:06.729Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41202026-03-18T22:02:06.747Z Checking support-bundle-viewer v0.1.2
41212026-03-18T22:02:06.766Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41222026-03-18T22:02:06.891Z Checking multimap v0.10.1
41232026-03-18T22:02:08.077Z Checking diesel v2.3.7
41242026-03-18T22:02:09.681Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41252026-03-18T22:02:11.647Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41262026-03-18T22:02:11.825Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41272026-03-18T22:02:11.855Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41282026-03-18T22:02:13.185Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41292026-03-18T22:02:13.905Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41302026-03-18T22:02:14.004Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41312026-03-18T22:02:14.930Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41322026-03-18T22:02:17.664Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41332026-03-18T22:02:23.842Z Compiling samael v0.0.19
41342026-03-18T22:02:28.757Z Checking diesel-dtrace v0.5.0
41352026-03-18T22:02:29.061Z Checking async-bb8-diesel v0.2.1
41362026-03-18T22:02:29.942Z Compiling polar-core v0.27.3
41372026-03-18T22:02:35.875Z Checking oso v0.27.3
41382026-03-18T22:03:31.261Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41392026-03-18T22:04:18.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s
41402026-03-18T22:04:18.281Z
41412026-03-18T22:04:18.281Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (224/257)
41422026-03-18T22:04:19.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41432026-03-18T22:04:19.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41442026-03-18T22:04:19.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41452026-03-18T22:04:19.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
41462026-03-18T22:04:19.158Z
41472026-03-18T22:04:19.158Zinfo: running `cargo check --bins` on nexus-saga-recovery (225/257)
41482026-03-18T22:04:19.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41492026-03-18T22:04:19.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41502026-03-18T22:04:19.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41512026-03-18T22:04:19.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
41522026-03-18T22:04:20.030Z
41532026-03-18T22:04:20.030Zinfo: running `cargo check --bins` on nexus-test-utils-macros (226/257)
41542026-03-18T22:04:20.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41552026-03-18T22:04:20.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41562026-03-18T22:04:20.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41572026-03-18T22:04:20.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
41582026-03-18T22:04:20.805Z
41592026-03-18T22:04:20.805Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (227/257)
41602026-03-18T22:04:21.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41612026-03-18T22:04:21.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41622026-03-18T22:04:22.004Z Compiling libz-sys v1.1.24
41632026-03-18T22:04:22.160Z Compiling libgit2-sys v0.18.3+1.9.2
41642026-03-18T22:04:22.180Z Compiling vergen-git2 v1.0.7
41652026-03-18T22:04:22.195Z Compiling rustls v0.21.12
41662026-03-18T22:04:22.251Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41672026-03-18T22:04:22.260Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41682026-03-18T22:04:22.260Z Checking rustls-webpki v0.101.7
41692026-03-18T22:04:22.260Z Checking sct v0.7.1
41702026-03-18T22:04:22.430Z Compiling nix v0.29.0
41712026-03-18T22:04:22.474Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41722026-03-18T22:04:22.492Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41732026-03-18T22:04:22.530Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41742026-03-18T22:04:22.678Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41752026-03-18T22:04:22.836Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41762026-03-18T22:04:22.876Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41772026-03-18T22:04:22.934Z Checking rustls-pemfile v1.0.4
41782026-03-18T22:04:23.103Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41792026-03-18T22:04:23.283Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41802026-03-18T22:04:23.467Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41812026-03-18T22:04:23.516Z Checking twox-hash v2.1.2
41822026-03-18T22:04:23.623Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41832026-03-18T22:04:24.475Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41842026-03-18T22:04:24.497Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41852026-03-18T22:04:24.564Z Checking tokio-rustls v0.24.1
41862026-03-18T22:04:24.584Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41872026-03-18T22:04:24.851Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41882026-03-18T22:04:25.007Z Checking fatfs v0.3.6
41892026-03-18T22:04:25.337Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41902026-03-18T22:04:25.423Z Compiling seq-macro v0.3.6
41912026-03-18T22:04:30.467Z Compiling git2 v0.20.4
41922026-03-18T22:04:31.447Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41932026-03-18T22:04:31.606Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41942026-03-18T22:04:33.747Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41952026-03-18T22:05:44.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
41962026-03-18T22:05:44.545Z
41972026-03-18T22:05:44.545Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (228/257)
41982026-03-18T22:05:45.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-03-18T22:05:45.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-03-18T22:05:45.760Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42012026-03-18T22:06:46.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
42022026-03-18T22:06:46.511Z
42032026-03-18T22:06:46.512Zinfo: running `cargo check --bins` on nexus-background-task-interface (229/257)
42042026-03-18T22:06:47.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-03-18T22:06:47.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-03-18T22:06:47.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-03-18T22:06:47.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
42082026-03-18T22:06:47.294Z
42092026-03-18T22:06:47.294Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (230/257)
42102026-03-18T22:06:48.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-03-18T22:06:48.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-03-18T22:06:48.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-03-18T22:06:48.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42142026-03-18T22:06:48.169Z
42152026-03-18T22:06:48.169Zinfo: running `cargo check --bins` on nexus-mgs-updates (231/257)
42162026-03-18T22:06:48.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-03-18T22:06:48.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-03-18T22:06:48.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42192026-03-18T22:06:48.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42202026-03-18T22:06:49.027Z
42212026-03-18T22:06:49.027Zinfo: running `cargo check --bins` on nexus-networking (232/257)
42222026-03-18T22:06:49.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-03-18T22:06:49.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-03-18T22:06:49.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252026-03-18T22:06:49.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42262026-03-18T22:06:49.887Z
42272026-03-18T22:06:49.887Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (233/257)
42282026-03-18T22:06:50.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-03-18T22:06:50.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-03-18T22:06:50.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-03-18T22:06:50.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42322026-03-18T22:06:50.749Z
42332026-03-18T22:06:50.749Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (234/257)
42342026-03-18T22:06:51.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-03-18T22:06:51.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-03-18T22:06:51.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-03-18T22:06:51.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42382026-03-18T22:06:51.609Z
42392026-03-18T22:06:51.609Zinfo: running `cargo check --bins` on omicron-dev (235/257)
42402026-03-18T22:06:52.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-03-18T22:06:52.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-03-18T22:06:52.838Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42432026-03-18T22:06:52.840Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42442026-03-18T22:06:53.029Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42452026-03-18T22:06:53.057Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42462026-03-18T22:06:53.073Z Checking diff v0.1.13
42472026-03-18T22:06:53.077Z Checking yansi v1.0.1
42482026-03-18T22:06:53.113Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42492026-03-18T22:06:53.118Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42502026-03-18T22:06:53.247Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42512026-03-18T22:06:53.436Z Checking pretty_assertions v1.4.1
42522026-03-18T22:06:54.312Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42532026-03-18T22:07:27.621Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42542026-03-18T22:07:27.624Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42552026-03-18T22:07:27.624Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42562026-03-18T22:07:27.624Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42572026-03-18T22:07:27.624Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42582026-03-18T22:07:27.624Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42592026-03-18T22:07:28.560Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42602026-03-18T22:07:30.027Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42612026-03-18T22:08:29.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42622026-03-18T22:08:30.247Z
42632026-03-18T22:08:30.247Zinfo: running `cargo check --bins` on omicron-pins (236/257)
42642026-03-18T22:08:30.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42652026-03-18T22:08:30.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42662026-03-18T22:08:30.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42672026-03-18T22:08:30.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
42682026-03-18T22:08:31.038Z
42692026-03-18T22:08:31.038Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (237/257)
42702026-03-18T22:08:31.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42712026-03-18T22:08:31.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42722026-03-18T22:08:32.122Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42732026-03-18T22:08:32.268Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42742026-03-18T22:08:32.282Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42752026-03-18T22:09:09.356Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42762026-03-18T22:09:09.855Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42772026-03-18T22:09:12.236Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42782026-03-18T22:09:12.822Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42792026-03-18T22:09:16.964Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42802026-03-18T22:09:49.589Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42812026-03-18T22:09:50.422Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42822026-03-18T22:09:52.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
42832026-03-18T22:09:52.834Z
42842026-03-18T22:09:52.834Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (238/257)
42852026-03-18T22:09:53.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42862026-03-18T22:09:53.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42872026-03-18T22:09:53.818Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42882026-03-18T22:09:54.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
42892026-03-18T22:09:54.965Z
42902026-03-18T22:09:54.965Zinfo: running `cargo check --bins` on omicron-releng (239/257)
42912026-03-18T22:09:55.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42922026-03-18T22:09:55.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42932026-03-18T22:09:55.862Z Compiling blake3 v1.8.3
42942026-03-18T22:09:56.008Z Checking constant_time_eq v0.4.2
42952026-03-18T22:09:56.011Z Checking arrayvec v0.7.6
42962026-03-18T22:09:56.011Z Checking arrayref v0.3.9
42972026-03-18T22:09:56.015Z Checking topological-sort v0.2.2
42982026-03-18T22:09:56.018Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
42992026-03-18T22:09:56.018Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43002026-03-18T22:09:56.018Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43012026-03-18T22:09:56.192Z Checking shell-words v1.1.1
43022026-03-18T22:09:57.026Z Checking omicron-zone-package v0.12.2
43032026-03-18T22:09:58.041Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43042026-03-18T22:09:59.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
43052026-03-18T22:09:59.361Z
43062026-03-18T22:09:59.361Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (240/257)
43072026-03-18T22:10:00.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43082026-03-18T22:10:00.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43092026-03-18T22:10:00.251Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43102026-03-18T22:10:00.646Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43112026-03-18T22:10:01.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s
43122026-03-18T22:10:01.396Z
43132026-03-18T22:10:01.396Zinfo: running `cargo check --bins` on xtask (241/257)
43142026-03-18T22:10:01.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43152026-03-18T22:10:01.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43162026-03-18T22:10:02.015Z Checking libc v0.2.180
43172026-03-18T22:10:02.110Z Checking serde v1.0.228
43182026-03-18T22:10:02.120Z Checking zerofrom v0.1.6
43192026-03-18T22:10:02.128Z Checking bitflags v2.11.0
43202026-03-18T22:10:02.138Z Checking hashbrown v0.16.1
43212026-03-18T22:10:02.142Z Checking smallvec v1.15.1
43222026-03-18T22:10:02.165Z Checking serde_json v1.0.149
43232026-03-18T22:10:02.168Z Checking scroll v0.12.0
43242026-03-18T22:10:02.256Z Checking yoke v0.8.1
43252026-03-18T22:10:02.330Z Checking num-traits v0.2.19
43262026-03-18T22:10:02.394Z Checking thiserror v1.0.69
43272026-03-18T22:10:02.479Z Checking zerovec v0.11.5
43282026-03-18T22:10:02.490Z Checking zerotrie v0.2.3
43292026-03-18T22:10:02.522Z Checking percent-encoding v2.3.2
43302026-03-18T22:10:02.552Z Checking errno v0.3.14
43312026-03-18T22:10:02.687Z Checking serde_spanned v0.6.9
43322026-03-18T22:10:02.704Z Checking rustix v1.1.3
43332026-03-18T22:10:02.718Z Checking toml_datetime v0.6.11
43342026-03-18T22:10:02.772Z Checking indexmap v2.13.0
43352026-03-18T22:10:02.841Z Checking log v0.4.29
43362026-03-18T22:10:02.854Z Checking form_urlencoded v1.2.2
43372026-03-18T22:10:02.961Z Checking zerocopy v0.7.35
43382026-03-18T22:10:03.025Z Checking getrandom v0.4.1
43392026-03-18T22:10:03.040Z Checking thiserror v2.0.18
43402026-03-18T22:10:03.043Z Checking goblin v0.8.2
43412026-03-18T22:10:03.121Z Checking tinystr v0.8.2
43422026-03-18T22:10:03.137Z Checking potential_utf v0.1.4
43432026-03-18T22:10:03.167Z Checking ordered-float v2.10.1
43442026-03-18T22:10:03.196Z Checking syn v2.0.117
43452026-03-18T22:10:03.305Z Checking icu_collections v2.1.1
43462026-03-18T22:10:03.356Z Checking icu_locale_core v2.1.1
43472026-03-18T22:10:03.490Z Checking serde-value v0.7.0
43482026-03-18T22:10:03.532Z Checking toml_edit v0.22.27
43492026-03-18T22:10:03.689Z Checking dtrace-parser v0.2.0
43502026-03-18T22:10:03.719Z Checking thread-id v4.2.2
43512026-03-18T22:10:03.764Z Checking once_cell v1.21.3
43522026-03-18T22:10:03.823Z Checking cargo-platform v0.2.0
43532026-03-18T22:10:03.881Z Checking terminal_size v0.4.3
43542026-03-18T22:10:03.998Z Checking tempfile v3.25.0
43552026-03-18T22:10:04.018Z Checking memmap v0.7.0
43562026-03-18T22:10:04.032Z Checking clap_builder v4.5.60
43572026-03-18T22:10:04.056Z Checking textwrap v0.16.2
43582026-03-18T22:10:04.163Z Checking icu_provider v2.1.1
43592026-03-18T22:10:04.187Z Checking fs-err v3.3.0
43602026-03-18T22:10:04.253Z Checking camino-tempfile v1.4.1
43612026-03-18T22:10:04.353Z Checking tabled v0.15.0
43622026-03-18T22:10:04.427Z Checking anyhow v1.0.102
43632026-03-18T22:10:04.460Z Checking macaddr v1.0.1
43642026-03-18T22:10:04.479Z Checking icu_properties v2.1.2
43652026-03-18T22:10:04.689Z Checking icu_normalizer v2.1.1
43662026-03-18T22:10:04.704Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43672026-03-18T22:10:05.091Z Checking toml v0.8.23
43682026-03-18T22:10:05.531Z Checking cargo_toml v0.21.0
43692026-03-18T22:10:05.630Z Checking idna_adapter v1.2.1
43702026-03-18T22:10:05.729Z Checking clap v4.5.60
43712026-03-18T22:10:05.743Z Checking dof v0.3.0
43722026-03-18T22:10:05.779Z Checking idna v1.1.0
43732026-03-18T22:10:06.069Z Checking url v2.5.8
43742026-03-18T22:10:06.088Z Checking usdt-impl v0.5.0
43752026-03-18T22:10:06.413Z Checking usdt v0.5.0
43762026-03-18T22:10:06.544Z Checking cargo-util-schemas v0.8.2
43772026-03-18T22:10:07.549Z Checking cargo_metadata v0.21.0
43782026-03-18T22:10:08.418Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43792026-03-18T22:10:09.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.59s
43802026-03-18T22:10:09.142Z
43812026-03-18T22:10:09.142Zinfo: running `cargo check --bins` on end-to-end-tests (242/257)
43822026-03-18T22:10:09.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43832026-03-18T22:10:09.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43842026-03-18T22:10:10.248Z Checking polyval v0.6.2
43852026-03-18T22:10:10.395Z Checking ctr v0.9.2
43862026-03-18T22:10:10.413Z Checking ssh-encoding v0.2.0
43872026-03-18T22:10:10.416Z Checking blowfish v0.9.1
43882026-03-18T22:10:10.440Z Checking password-hash v0.4.2
43892026-03-18T22:10:10.461Z Checking p256 v0.13.2
43902026-03-18T22:10:10.464Z Checking p521 v0.13.3
43912026-03-18T22:10:10.498Z Checking russh-cryptovec v0.7.3
43922026-03-18T22:10:10.578Z Checking ghash v0.5.1
43932026-03-18T22:10:10.599Z Checking bcrypt-pbkdf v0.10.0
43942026-03-18T22:10:10.617Z Checking md5 v0.7.0
43952026-03-18T22:10:10.645Z Checking num-bigint v0.4.6
43962026-03-18T22:10:10.666Z Checking des v0.8.1
43972026-03-18T22:10:10.725Z Checking pbkdf2 v0.11.0
43982026-03-18T22:10:10.744Z Checking aes-gcm v0.10.3
43992026-03-18T22:10:10.797Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44002026-03-18T22:10:10.815Z Checking hex-literal v0.4.1
44012026-03-18T22:10:10.839Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44022026-03-18T22:10:10.865Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44032026-03-18T22:10:10.936Z Checking socket2 v0.5.10
44042026-03-18T22:10:10.940Z Checking ssh-cipher v0.2.0
44052026-03-18T22:10:10.973Z Checking internet-checksum v0.2.1
44062026-03-18T22:10:11.169Z Checking ssh-key v0.6.7
44072026-03-18T22:10:11.315Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44082026-03-18T22:10:12.060Z Checking russh-keys v0.45.0
44092026-03-18T22:10:12.805Z Checking russh v0.45.0
44102026-03-18T22:10:34.711Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44112026-03-18T22:10:36.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.11s
44122026-03-18T22:10:36.525Z
44132026-03-18T22:10:36.525Zinfo: running `cargo check --bins` on gateway-cli (243/257)
44142026-03-18T22:10:37.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44152026-03-18T22:10:37.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44162026-03-18T22:10:37.413Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44172026-03-18T22:10:37.541Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44182026-03-18T22:10:37.554Z Checking termios v0.3.3
44192026-03-18T22:10:39.269Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44202026-03-18T22:10:39.454Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44212026-03-18T22:10:42.080Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44222026-03-18T22:10:42.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.31s
44232026-03-18T22:10:43.072Z
44242026-03-18T22:10:43.072Zinfo: running `cargo check --bins --no-default-features` on installinator (244/257)
44252026-03-18T22:10:43.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-03-18T22:10:43.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-03-18T22:10:44.038Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44282026-03-18T22:10:44.171Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44292026-03-18T22:10:44.189Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44302026-03-18T22:10:44.192Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44312026-03-18T22:10:44.203Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44322026-03-18T22:10:44.477Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44332026-03-18T22:10:44.481Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44342026-03-18T22:10:45.441Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44352026-03-18T22:10:45.721Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44362026-03-18T22:10:45.725Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44372026-03-18T22:10:46.593Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44382026-03-18T22:10:48.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.66s
44392026-03-18T22:10:48.987Z
44402026-03-18T22:10:48.987Zinfo: running `cargo check --bins` on internal-dns-cli (245/257)
44412026-03-18T22:10:49.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44422026-03-18T22:10:49.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44432026-03-18T22:10:49.847Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44442026-03-18T22:10:50.423Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44452026-03-18T22:10:50.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
44462026-03-18T22:10:51.067Z
44472026-03-18T22:10:51.067Zinfo: running `cargo check --bins` on omicron-live-tests (246/257)
44482026-03-18T22:10:51.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44492026-03-18T22:10:51.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44502026-03-18T22:10:51.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44512026-03-18T22:10:51.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
44522026-03-18T22:10:51.852Z
44532026-03-18T22:10:51.852Zinfo: running `cargo check --bins` on live-tests-macros (247/257)
44542026-03-18T22:10:52.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44552026-03-18T22:10:52.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44562026-03-18T22:10:52.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44572026-03-18T22:10:52.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
44582026-03-18T22:10:52.647Z
44592026-03-18T22:10:52.647Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (248/257)
44602026-03-18T22:10:53.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44612026-03-18T22:10:53.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44622026-03-18T22:10:53.694Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44632026-03-18T22:10:54.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s
44642026-03-18T22:10:54.691Z
44652026-03-18T22:10:54.691Zinfo: running `cargo check --bins` on omicron-ntp-admin (249/257)
44662026-03-18T22:10:55.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-03-18T22:10:55.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-03-18T22:10:55.580Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44692026-03-18T22:10:55.583Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44702026-03-18T22:10:55.894Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44712026-03-18T22:10:55.898Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44722026-03-18T22:10:56.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s
44732026-03-18T22:10:57.130Z
44742026-03-18T22:10:57.131Zinfo: running `cargo check --bins` on ntp-admin-types (250/257)
44752026-03-18T22:10:57.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44762026-03-18T22:10:57.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44772026-03-18T22:10:57.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44782026-03-18T22:10:57.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
44792026-03-18T22:10:57.916Z
44802026-03-18T22:10:57.916Zinfo: running `cargo check --bins` on omicron-package (251/257)
44812026-03-18T22:10:58.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44822026-03-18T22:10:58.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44832026-03-18T22:10:58.829Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44842026-03-18T22:11:00.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.31s
44852026-03-18T22:11:00.478Z
44862026-03-18T22:11:00.478Zinfo: running `cargo check --bins` on tqdb (252/257)
44872026-03-18T22:11:01.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44882026-03-18T22:11:01.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44892026-03-18T22:11:01.564Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44902026-03-18T22:11:02.022Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44912026-03-18T22:11:02.740Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44922026-03-18T22:11:02.746Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
44932026-03-18T22:11:09.381Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44942026-03-18T22:11:10.319Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
44952026-03-18T22:11:10.325Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
44962026-03-18T22:11:10.325Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
44972026-03-18T22:11:10.325Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
44982026-03-18T22:11:11.312Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
44992026-03-18T22:11:21.080Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45002026-03-18T22:11:31.503Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45012026-03-18T22:11:31.530Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45022026-03-18T22:11:31.530Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45032026-03-18T22:11:31.531Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45042026-03-18T22:11:31.531Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45052026-03-18T22:11:32.960Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45062026-03-18T22:11:33.877Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45072026-03-18T22:11:35.649Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45082026-03-18T22:11:36.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.87s
45092026-03-18T22:11:36.619Z
45102026-03-18T22:11:36.619Zinfo: running `cargo check --bins` on wicket-dbg (253/257)
45112026-03-18T22:11:37.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45122026-03-18T22:11:37.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45132026-03-18T22:11:37.601Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45142026-03-18T22:11:37.604Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45152026-03-18T22:11:37.752Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45162026-03-18T22:11:37.795Z Checking rtoolbox v0.0.3
45172026-03-18T22:11:37.798Z Checking tui-tree-widget v0.23.1
45182026-03-18T22:11:37.964Z Checking rpassword v7.4.0
45192026-03-18T22:11:38.061Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45202026-03-18T22:11:39.040Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45212026-03-18T22:11:45.719Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45222026-03-18T22:11:46.645Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45232026-03-18T22:11:48.061Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45242026-03-18T22:11:52.261Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45252026-03-18T22:11:54.803Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45262026-03-18T22:11:55.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.34s
45272026-03-18T22:11:56.211Z
45282026-03-18T22:11:56.211Zinfo: running `cargo check --bins` on wicket (254/257)
45292026-03-18T22:11:56.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-03-18T22:11:56.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-03-18T22:11:57.151Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45322026-03-18T22:11:57.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45332026-03-18T22:11:57.824Z
45342026-03-18T22:11:57.824Zinfo: running `cargo check --bins` on wicketd (255/257)
45352026-03-18T22:11:58.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-03-18T22:11:58.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-03-18T22:11:58.814Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45382026-03-18T22:11:58.817Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45392026-03-18T22:11:58.948Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45402026-03-18T22:11:58.952Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45412026-03-18T22:12:00.418Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45422026-03-18T22:12:01.222Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45432026-03-18T22:12:05.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.46s
45442026-03-18T22:12:05.538Z
45452026-03-18T22:12:05.539Zinfo: running `cargo check --bins` on omicron-workspace-hack (256/257)
45462026-03-18T22:12:06.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45472026-03-18T22:12:06.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45482026-03-18T22:12:06.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45492026-03-18T22:12:06.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
45502026-03-18T22:12:06.332Z
45512026-03-18T22:12:06.333Zinfo: running `cargo check --bins` on zone-setup (257/257)
45522026-03-18T22:12:07.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45532026-03-18T22:12:07.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45542026-03-18T22:12:07.238Z Checking uzers v0.12.2
45552026-03-18T22:12:07.592Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45562026-03-18T22:12:08.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
45572026-03-18T22:12:08.804Z
45582026-03-18T22:12:08.807Zreal 19:14.812313040
45592026-03-18T22:12:08.807Zuser 28:45.807860457
45602026-03-18T22:12:08.808Zsys 5:16.018392208
45612026-03-18T22:12:08.808Ztrap 0.476627720
45622026-03-18T22:12:08.808Ztflt 0.286399395
45632026-03-18T22:12:08.808Zdflt 0.783240489
45642026-03-18T22:12:08.808Zkflt 0.001005101
45652026-03-18T22:12:08.808Zlock 1:45:57.046697837
45662026-03-18T22:12:08.808Zslp 2:15:05.841560684
45672026-03-18T22:12:08.808Zlat 1:24.986796036
45682026-03-18T22:12:08.808Zstop 5:19.946187656
45692026-03-18T22:12:08.808Zprocess exited: duration 1459503 ms, exit code 0
 
45702026-03-18T22:12:08.814Zfound 0 output files