01KN7VZ9NKFNBFDGBM0K3KN299: 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: 01KN7VZM213E95SGGGCB05REAH

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-02T19:52:02.074Zjob assigned to worker 01KN7W037WFDF844QTJ4G82MRQ [factory aws, i-0c35d6b13130b74a8] (queued for 58 s)
 
22026-04-02T19:52:08.692Zstarting task 0: "setup"
32026-04-02T19:52:08.696Z++ uname -s
42026-04-02T19:52:08.699Z+ kern=SunOS
52026-04-02T19:52:08.699Z+ build_user=build
62026-04-02T19:52:08.699Z+ build_uid=12345
72026-04-02T19:52:08.699Z+ work_dir=/work
82026-04-02T19:52:08.699Z+ input_dir=/input
92026-04-02T19:52:08.699Z+ [[ 0 == 12345 ]]
102026-04-02T19:52:08.699Z+ case "$kern" in
112026-04-02T19:52:08.699Z+ groupadd -g 12345 build
122026-04-02T19:52:08.702Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-02T19:52:10.706Z+ zfs create -o mountpoint=/work rpool/work
142026-04-02T19:52:10.805Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-02T19:52:10.808Z+ home_fs=zfs
162026-04-02T19:52:10.808Z+ [[ zfs == autofs ]]
172026-04-02T19:52:10.808Z+ mkdir -p /home/build
182026-04-02T19:52:10.808Z+ chown build:build /home/build /work
192026-04-02T19:52:12.810Z+ chmod 0700 /home/build /work
202026-04-02T19:52:12.813Zprocess exited: duration 4122 ms, exit code 0
 
212026-04-02T19:52:12.818Zstarting task 1: "rust-toolchain"
222026-04-02T19:52:12.823Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-02T19:52:12.823Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-02T19:52:12.823Z * rust toolchain channel = "1.94.0"
252026-04-02T19:52:12.823Z * rust toolchain profile = "default"
262026-04-02T19:52:12.823Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-02T19:52:12.823Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-02T19:52:12.826Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-02T19:52:12.826Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-02T19:52:12.946Zinfo: downloading installer
312026-04-02T19:52:14.617Zwarn: It looks like you have an existing installation of Rust at:
322026-04-02T19:52:14.617Zwarn: /opt/ooce/bin
332026-04-02T19:52:14.617Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-02T19:52:14.617Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-02T19:52:14.617Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-02T19:52:14.617Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-02T19:52:14.617Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-02T19:52:14.617Zerror: cannot install while Rust is installed
392026-04-02T19:52:14.617Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-02T19:52:14.617Zwarn: It looks like you have an existing rustup settings file at:
412026-04-02T19:52:14.617Zwarn: /home/build/.rustup/settings.toml
422026-04-02T19:52:14.617Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-02T19:52:14.618Zwarn: instead of the one inferred from the default host triple.
442026-04-02T19:52:14.645Zinfo: profile set to default
452026-04-02T19:52:14.645Zinfo: default host triple is x86_64-unknown-illumos
462026-04-02T19:52:14.648Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-02T19:52:14.780Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-02T19:52:14.783Zinfo: downloading 6 components
492026-04-02T19:52:30.056Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-02T19:52:30.056Z
512026-04-02T19:52:30.086Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-02T19:52:30.086Z
532026-04-02T19:52:30.086Z
542026-04-02T19:52:30.086ZRust is installed now. Great!
552026-04-02T19:52:30.086Z
562026-04-02T19:52:30.089ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-02T19:52:30.089Zenvironment variable. This has not been done automatically.
582026-04-02T19:52:30.089Z
592026-04-02T19:52:30.089ZTo configure your current shell, you need to source
602026-04-02T19:52:30.089Zthe corresponding env file under $HOME/.cargo.
612026-04-02T19:52:30.089Z
622026-04-02T19:52:30.089ZThis is usually done by running one of the following (note the leading DOT):
632026-04-02T19:52:30.089Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-02T19:52:30.089Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-02T19:52:30.089Zsource "~/.cargo/env.nu" # For nushell
662026-04-02T19:52:30.090Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-02T19:52:30.090Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-02T19:52:30.090Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-02T19:52:30.090Zwarn: no default linker (`cc`) was found in your PATH
702026-04-02T19:52:30.090Zwarn: many Rust crates require a system C toolchain to build
712026-04-02T19:52:30.186Z+ rustup --version
722026-04-02T19:52:30.195Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-02T19:52:30.197Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-02T19:52:30.216Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-02T19:52:30.219Z+ cargo --version
762026-04-02T19:52:30.231Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-02T19:52:30.234Z+ rustc --version
782026-04-02T19:52:30.253Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-02T19:52:30.256Zprocess exited: duration 17435 ms, exit code 0
 
802026-04-02T19:52:30.262Zstarting task 2: "authentication"
812026-04-02T19:52:30.278Zprocess exited: duration 15 ms, exit code 0
 
822026-04-02T19:52:30.283Zstarting task 3: "clone repository"
832026-04-02T19:52:30.286Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-02T19:52:30.289Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-02T19:52:30.383ZCloning into '/work/oxidecomputer/omicron'...
862026-04-02T19:52:40.933Z+ cd /work/oxidecomputer/omicron
872026-04-02T19:52:40.934Z+ git fetch origin c620b0291ec29a340cb213b3621b0300685a9f92
882026-04-02T19:52:41.203ZFrom https://github.com/oxidecomputer/omicron
892026-04-02T19:52:41.203Z * branch c620b0291ec29a340cb213b3621b0300685a9f92 -> FETCH_HEAD
902026-04-02T19:52:41.212Z+ [[ -n subnet-pool-utilization ]]
912026-04-02T19:52:41.215Z++ git branch --show-current
922026-04-02T19:52:41.218Z+ current=main
932026-04-02T19:52:41.218Z+ [[ main != subnet-pool-utilization ]]
942026-04-02T19:52:41.218Z+ git branch -f subnet-pool-utilization c620b0291ec29a340cb213b3621b0300685a9f92
952026-04-02T19:52:41.221Z+ git checkout -f subnet-pool-utilization
962026-04-02T19:52:41.462ZSwitched to branch 'subnet-pool-utilization'
972026-04-02T19:52:41.466Z+ git reset --hard c620b0291ec29a340cb213b3621b0300685a9f92
982026-04-02T19:52:41.708ZHEAD is now at c620b0291 do subnet pool calc in sql
992026-04-02T19:52:41.711Zprocess exited: duration 11426 ms, exit code 0
 
1002026-04-02T19:52:41.718Zstarting task 4: "build"
1012026-04-02T19:52:41.723Z+ source .github/buildomat/ci-env.sh
1022026-04-02T19:52:41.726Z++ export CARGO_TERM_COLOR=always
1032026-04-02T19:52:41.726Z++ CARGO_TERM_COLOR=always
1042026-04-02T19:52:41.726Z+ cargo --version
1052026-04-02T19:52:41.733Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-02T19:52:41.736Z+ rustc --version
1072026-04-02T19:52:41.756Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-02T19:52:41.759Z+ source ./env.sh
1092026-04-02T19:52:41.759Z++ OLD_SHELL_OPTS=ehxB
1102026-04-02T19:52:41.759Z++ set -o xtrace
1112026-04-02T19:52:41.762Z++++ dirname ./env.sh
1122026-04-02T19:52:41.762Z+++ readlink -f .
1132026-04-02T19:52:41.767Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-04-02T19:52:41.767Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-04-02T19:52:41.767Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-04-02T19:52:41.767Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-04-02T19:52:41.768Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-04-02T19:52:41.768Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192026-04-02T19:52:41.768Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202026-04-02T19:52:41.768Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212026-04-02T19:52:41.768Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222026-04-02T19:52:41.768Z++ case $OLD_SHELL_OPTS in
1232026-04-02T19:52:41.768Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-04-02T19:52:41.768Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1252026-04-02T19:52:41.768Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1262026-04-02T19:52:41.768Z+ banner prerequisites
1272026-04-02T19:52:41.768Z
1282026-04-02T19:52:41.768Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-04-02T19:52:41.768Z # # # # # # # # # # # # # # #
1302026-04-02T19:52:41.768Z # # # # ##### # # ##### # # # # # #### #
1312026-04-02T19:52:41.768Z ##### ##### # ##### # # # # # # # # #
1322026-04-02T19:52:41.768Z # # # # # # # # # # # # # # #
1332026-04-02T19:52:41.768Z # # # ###### # # ###### ### # #### # #### #
1342026-04-02T19:52:41.768Z
1352026-04-02T19:52:41.768Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-04-02T19:52:50.507Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-04-02T19:52:57.680Z Startup: Caching catalogs ... Done
1382026-04-02T19:53:02.005ZPlanning: Solver setup ... Done (3.115s)
1392026-04-02T19:53:02.025ZPlanning: Running solver ... Done (0.021s)
1402026-04-02T19:53:02.144ZPlanning: Finding local manifests ... Done (0.003s)
1412026-04-02T19:53:02.157ZPlanning: Fetching manifests: 0/4 0% complete
1422026-04-02T19:53:02.250ZPlanning: Fetching manifests: 4/4 100% complete
1432026-04-02T19:53:02.283ZPlanning: Package planning ... Done (0.031s)
1442026-04-02T19:53:02.309ZPlanning: Merging actions ... Done (0.028s)
1452026-04-02T19:53:02.956ZPlanning: Checking for conflicting actions ... Done (0.646s)
1462026-04-02T19:53:02.963ZPlanning: Consolidating action changes ... Done (0.007s)
1472026-04-02T19:53:05.129ZPlanning: Evaluating mediators ... Done (2.165s)
1482026-04-02T19:53:05.135ZPlanning: Planning completed in 7.29 seconds
1492026-04-02T19:53:05.146Z Packages to install: 4
1502026-04-02T19:53:05.146Z Mediators to change: 2
1512026-04-02T19:53:05.146Z Services to change: 1
1522026-04-02T19:53:05.149Z Estimated space available: 155.35 GB
1532026-04-02T19:53:05.149ZEstimated space to be consumed: 1.84 GB
1542026-04-02T19:53:05.149Z Create boot environment: No
1552026-04-02T19:53:05.149ZCreate backup boot environment: No
1562026-04-02T19:53:05.149Z Rebuild boot archive: No
1572026-04-02T19:53:05.149Z
1582026-04-02T19:53:05.149ZChanged mediators:
1592026-04-02T19:53:05.149Z mediator clang:
1602026-04-02T19:53:05.149Z version: None -> 15 (system default)
1612026-04-02T19:53:05.149Z
1622026-04-02T19:53:05.149Z mediator llvm:
1632026-04-02T19:53:05.149Z version: 14 (system default) -> 15 (system default)
1642026-04-02T19:53:05.149Z
1652026-04-02T19:53:05.149ZChanged packages:
1662026-04-02T19:53:05.150Zhelios-dev
1672026-04-02T19:53:05.150Z developer/build-essential
1682026-04-02T19:53:05.150Z None -> 11-2.0
1692026-04-02T19:53:05.150Z library/libxmlsec1
1702026-04-02T19:53:05.150Z None -> 1.2.35-2.0
1712026-04-02T19:53:05.150Z ooce/developer/clang-15
1722026-04-02T19:53:05.150Z None -> 15.0.7-2.0
1732026-04-02T19:53:05.150Z ooce/developer/llvm-15
1742026-04-02T19:53:05.150Z None -> 15.0.7-2.0
1752026-04-02T19:53:05.150Z
1762026-04-02T19:53:05.150ZServices:
1772026-04-02T19:53:05.150Z restart_fmri:
1782026-04-02T19:53:05.150Z svc:/system/update-man-index:default
1792026-04-02T19:53:05.222Z
1802026-04-02T19:53:05.222ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-04-02T19:53:11.142ZDownload: 1197/3290 items 83.0/212.6MB 39% complete (22.1M/s)
1822026-04-02T19:53:16.141ZDownload: 3184/3290 items 167.2/212.6MB 78% complete (16.9M/s)
1832026-04-02T19:53:22.911ZDownload: 3289/3290 items 212.0/212.6MB 99% complete (13.4M/s)
1842026-04-02T19:53:22.957ZDownload: Completed 212.60 MB in 17.73 seconds (12.0M/s)
1852026-04-02T19:53:23.204Z Actions: 1/3689 actions (Installing new actions)
1862026-04-02T19:53:26.595Z Actions: Completed 3689 actions in 3.39 seconds.
1872026-04-02T19:53:26.903Z Done (0.304s)
1882026-04-02T19:53:26.903Z Done (0.000s)
1892026-04-02T19:53:27.605Z Done (0.701s)
1902026-04-02T19:53:31.373Z Done (3.426s)
1912026-04-02T19:53:31.473Z Done (0.039s)
1922026-04-02T19:53:31.476Z Done (0.000s)
1932026-04-02T19:53:31.734Z Done (0.000s)
1942026-04-02T19:53:32.613ZPlanning: Evaluating mediator changes ... Done
1952026-04-02T19:53:32.720ZPlanning: Checking for conflicting actions ... Done
1962026-04-02T19:53:32.723ZPlanning: Consolidating action changes ... Done
1972026-04-02T19:53:32.882ZPlanning: Evaluating mediators ... Done
1982026-04-02T19:53:32.886ZPlanning: Planning completed in 0.27 seconds
1992026-04-02T19:53:32.903Z Mediators to change: 2
2002026-04-02T19:53:32.903Z Create boot environment: No
2012026-04-02T19:53:32.903ZCreate backup boot environment: No
2022026-04-02T19:53:32.983Z Done
2032026-04-02T19:53:32.984Z Done
2042026-04-02T19:53:33.584Z Done
2052026-04-02T19:53:36.157Z Done
2062026-04-02T19:53:36.217Z Done
2072026-04-02T19:53:36.217Z Done
2082026-04-02T19:53:36.359Z Done
2092026-04-02T19:53:36.759ZPlanning: Evaluating mediator changes ... Done
2102026-04-02T19:53:36.785ZPlanning: Merging actions ... Done
2112026-04-02T19:53:36.896ZPlanning: Checking for conflicting actions ... Done
2122026-04-02T19:53:36.902ZPlanning: Consolidating action changes ... Done
2132026-04-02T19:53:37.072ZPlanning: Evaluating mediators ... Done
2142026-04-02T19:53:37.075ZPlanning: Planning completed in 0.45 seconds
2152026-04-02T19:53:37.084Z Packages to change: 1
2162026-04-02T19:53:37.084Z Mediators to change: 1
2172026-04-02T19:53:37.084Z Services to change: 1
2182026-04-02T19:53:37.084Z Create boot environment: No
2192026-04-02T19:53:37.084ZCreate backup boot environment: Yes
2202026-04-02T19:53:39.392Z Actions: 1/6 actions (Updating modified actions)
2212026-04-02T19:53:39.395Z Actions: Completed 6 actions in 0.00 seconds.
2222026-04-02T19:53:39.395Z Done
2232026-04-02T19:53:39.395Z Done
2242026-04-02T19:53:39.532Z Done
2252026-04-02T19:53:41.998Z Done
2262026-04-02T19:53:42.079Z Done
2272026-04-02T19:53:42.083Z Done
2282026-04-02T19:53:42.240Z Done
2292026-04-02T19:53:42.535ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2302026-04-02T19:53:42.535Zclang system 15 system
2312026-04-02T19:53:42.535Zcsh system system illumos
2322026-04-02T19:53:42.535Zctags system system illumos
2332026-04-02T19:53:42.535Zfile system system illumos
2342026-04-02T19:53:42.535Zgcc vendor 12 vendor
2352026-04-02T19:53:42.535Zgcc system 14 system
2362026-04-02T19:53:42.535Zgcc system 10 system
2372026-04-02T19:53:42.535Zgo system 1.20 system
2382026-04-02T19:53:42.535Zgo system 1.19 system
2392026-04-02T19:53:42.535Zllvm system 15 system
2402026-04-02T19:53:42.535Zllvm system 14 system
2412026-04-02T19:53:42.535Zmariadb system 10.6 system
2422026-04-02T19:53:42.535Zmta vendor vendor dma
2432026-04-02T19:53:42.535Zopenjdk system 17 system
2442026-04-02T19:53:42.535Zopenjdk system 11 system
2452026-04-02T19:53:42.535Zopenjdk system 1.8 system
2462026-04-02T19:53:42.535Zopenssl vendor 3 vendor
2472026-04-02T19:53:42.535Zperl system 5.36 system
2482026-04-02T19:53:42.536Zpostgresql system 15 system
2492026-04-02T19:53:42.536Zpostgresql system 13 system
2502026-04-02T19:53:42.536Zpython vendor 3 vendor
2512026-04-02T19:53:42.536Zpython system 2 system
2522026-04-02T19:53:42.536Zpython3 system 3.11 system
2532026-04-02T19:53:42.536Zruby system 3.0 system
2542026-04-02T19:53:42.536Zwords vendor vendor american-english
2552026-04-02T19:53:42.536Zwords system system australian-english
2562026-04-02T19:53:42.536Zwords system system british-english
2572026-04-02T19:53:42.536Zwords system system canadian-english
2582026-04-02T19:53:42.536Zwords system system french
2592026-04-02T19:53:42.536Zwords system system italian
2602026-04-02T19:53:42.536Zwords system system ngerman
2612026-04-02T19:53:42.536Zwords system system ogerman
2622026-04-02T19:53:42.536Zwords system system spanish
2632026-04-02T19:53:42.768ZPUBLISHER TYPE STATUS P LOCATION
2642026-04-02T19:53:42.768Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2652026-04-02T19:53:47.118ZFMRI IFO
2662026-04-02T19:53:47.118Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2672026-04-02T19:53:47.118Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2682026-04-02T19:53:47.118Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2692026-04-02T19:53:47.118Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2702026-04-02T19:53:47.118Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2712026-04-02T19:53:47.118Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2722026-04-02T19:53:47.118Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2732026-04-02T19:53:47.118Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2742026-04-02T19:53:47.118Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2752026-04-02T19:53:47.118Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2762026-04-02T19:53:47.118Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2772026-04-02T19:53:47.118Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2782026-04-02T19:53:47.118Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2792026-04-02T19:53:47.118Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2802026-04-02T19:53:47.118Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2812026-04-02T19:53:47.118Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2822026-04-02T19:53:48.293Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2832026-04-02T19:53:48.569Z Updating crates.io index
2842026-04-02T19:53:48.603Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2852026-04-02T19:53:48.854Z Updating git repository `https://github.com/oxidecomputer/lldp`
2862026-04-02T19:53:49.770Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2872026-04-02T19:53:50.208Z Updating git repository `https://github.com/oxidecomputer/falcon`
2882026-04-02T19:53:51.085Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2892026-04-02T19:53:51.599Z Updating git repository `https://github.com/oxidecomputer/propolis`
2902026-04-02T19:53:53.049Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-04-02T19:53:54.447Z Updating git repository `https://github.com/oxidecomputer/opte`
2922026-04-02T19:53:55.174Z Updating git repository `https://github.com/oxidecomputer/tofino`
2932026-04-02T19:53:55.618Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2942026-04-02T19:53:56.390Z Updating git repository `https://github.com/oxidecomputer/clickward`
2952026-04-02T19:53:56.777Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2962026-04-02T19:53:57.140Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2972026-04-02T19:53:57.480Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2982026-04-02T19:53:58.327Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2992026-04-02T19:53:58.934Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3002026-04-02T19:53:59.206Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3012026-04-02T19:53:59.483Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3022026-04-02T19:53:59.837Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3032026-04-02T19:54:00.130Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3042026-04-02T19:54:00.353Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3052026-04-02T19:54:00.614Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3062026-04-02T19:54:00.969Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3072026-04-02T19:54:01.329Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3082026-04-02T19:54:01.902Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3092026-04-02T19:54:02.245Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3102026-04-02T19:54:02.543Z Updating git repository `https://github.com/oxidecomputer/ispf`
3112026-04-02T19:54:03.694Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3122026-04-02T19:54:04.365Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3132026-04-02T19:54:04.734Z Updating git repository `https://github.com/oxidecomputer/crucible`
3142026-04-02T19:54:05.440Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3152026-04-02T19:54:05.689Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3162026-04-02T19:54:06.023Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3172026-04-02T19:54:06.330Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3182026-04-02T19:54:06.635Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3192026-04-02T19:54:07.077Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3202026-04-02T19:54:07.340Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3212026-04-02T19:54:07.582Z Updating git repository `https://github.com/illumos/smf-rs`
3222026-04-02T19:54:08.006Z Updating git repository `https://github.com/oxidecomputer/omicron`
3232026-04-02T19:54:19.553Z Downloading crates ...
3242026-04-02T19:54:19.608Z Downloaded erased-serde v0.4.9
3252026-04-02T19:54:19.611Z Downloaded camino v1.2.2
3262026-04-02T19:54:19.614Z Downloaded displaydoc v0.2.5
3272026-04-02T19:54:19.617Z Downloaded anstyle-parse v0.2.7
3282026-04-02T19:54:19.617Z Downloaded smawk v0.3.2
3292026-04-02T19:54:19.620Z Downloaded zerofrom-derive v0.1.6
3302026-04-02T19:54:19.623Z Downloaded thread-id v4.2.2
3312026-04-02T19:54:19.627Z Downloaded papergrid v0.11.0
3322026-04-02T19:54:19.627Z Downloaded typeid v1.0.3
3332026-04-02T19:54:19.630Z Downloaded pest_meta v2.8.6
3342026-04-02T19:54:19.630Z Downloaded icu_normalizer_data v2.1.1
3352026-04-02T19:54:19.630Z Downloaded equivalent v1.0.2
3362026-04-02T19:54:19.633Z Downloaded colorchoice v1.0.4
3372026-04-02T19:54:19.633Z Downloaded fs-err v3.3.0
3382026-04-02T19:54:19.637Z Downloaded zerovec-derive v0.11.2
3392026-04-02T19:54:19.637Z Downloaded camino-tempfile v1.4.1
3402026-04-02T19:54:19.637Z Downloaded bitflags v2.11.0
3412026-04-02T19:54:19.641Z Downloaded zerocopy v0.7.35
3422026-04-02T19:54:19.649Z Downloaded tinystr v0.8.2
3432026-04-02T19:54:19.652Z Downloaded textwrap v0.16.2
3442026-04-02T19:54:19.652Z Downloaded usdt-macro v0.5.0
3452026-04-02T19:54:19.655Z Downloaded usdt-attr-macro v0.5.0
3462026-04-02T19:54:19.655Z Downloaded heck v0.4.1
3472026-04-02T19:54:19.655Z Downloaded form_urlencoded v1.2.2
3482026-04-02T19:54:19.655Z Downloaded smallvec v1.15.1
3492026-04-02T19:54:19.658Z Downloaded generic-array v0.14.7
3502026-04-02T19:54:19.658Z Downloaded heck v0.5.0
3512026-04-02T19:54:19.658Z Downloaded fastrand v2.3.0
3522026-04-02T19:54:19.658Z Downloaded clap v4.5.60
3532026-04-02T19:54:19.662Z Downloaded version_check v0.9.5
3542026-04-02T19:54:19.665Z Downloaded yoke-derive v0.8.1
3552026-04-02T19:54:19.665Z Downloaded unicode-linebreak v0.1.5
3562026-04-02T19:54:19.665Z Downloaded errno v0.3.14
3572026-04-02T19:54:19.665Z Downloaded utf8_iter v1.0.4
3582026-04-02T19:54:19.668Z Downloaded icu_provider v2.1.1
3592026-04-02T19:54:19.668Z Downloaded cargo-platform v0.2.0
3602026-04-02T19:54:19.668Z Downloaded usdt-impl v0.5.0
3612026-04-02T19:54:19.671Z Downloaded dtrace-parser v0.2.0
3622026-04-02T19:54:19.671Z Downloaded anstream v0.6.21
3632026-04-02T19:54:19.671Z Downloaded proc-macro2 v1.0.106
3642026-04-02T19:54:19.674Z Downloaded clap_lex v1.0.0
3652026-04-02T19:54:19.674Z Downloaded toml_write v0.1.2
3662026-04-02T19:54:19.674Z Downloaded thiserror v1.0.69
3672026-04-02T19:54:19.677Z Downloaded crypto-common v0.1.7
3682026-04-02T19:54:19.677Z Downloaded toml_datetime v0.6.11
3692026-04-02T19:54:19.677Z Downloaded toml v0.8.23
3702026-04-02T19:54:19.680Z Downloaded serde_spanned v0.6.9
3712026-04-02T19:54:19.680Z Downloaded yoke v0.8.1
3722026-04-02T19:54:19.683Z Downloaded cfg-if v1.0.4
3732026-04-02T19:54:19.683Z Downloaded thiserror-impl v2.0.18
3742026-04-02T19:54:19.683Z Downloaded usdt v0.5.0
3752026-04-02T19:54:19.686Z Downloaded fnv v1.0.7
3762026-04-02T19:54:19.689Z Downloaded icu_locale_core v2.1.1
3772026-04-02T19:54:19.691Z Downloaded url v2.5.8
3782026-04-02T19:54:19.694Z Downloaded swrite v0.1.0
3792026-04-02T19:54:19.694Z Downloaded serde-value v0.7.0
3802026-04-02T19:54:19.697Z Downloaded unicode-xid v0.2.6
3812026-04-02T19:54:19.697Z Downloaded is_terminal_polyfill v1.70.2
3822026-04-02T19:54:19.697Z Downloaded cpufeatures v0.2.17
3832026-04-02T19:54:19.697Z Downloaded writeable v0.6.2
3842026-04-02T19:54:19.699Z Downloaded byteorder v1.5.0
3852026-04-02T19:54:19.699Z Downloaded zerofrom v0.1.6
3862026-04-02T19:54:19.699Z Downloaded unicode-ident v1.0.24
3872026-04-02T19:54:19.702Z Downloaded utf8parse v0.2.2
3882026-04-02T19:54:19.702Z Downloaded thiserror-impl v1.0.69
3892026-04-02T19:54:19.702Z Downloaded zmij v1.0.21
3902026-04-02T19:54:19.705Z Downloaded strsim v0.11.1
3912026-04-02T19:54:19.705Z Downloaded zerotrie v0.2.3
3922026-04-02T19:54:19.723Z Downloaded anstyle-query v1.1.5
3932026-04-02T19:54:19.723Z Downloaded typenum v1.19.0
3942026-04-02T19:54:19.723Z Downloaded idna_adapter v1.2.1
3952026-04-02T19:54:19.723Z Downloaded tabled_derive v0.7.0
3962026-04-02T19:54:19.723Z Downloaded percent-encoding v2.3.2
3972026-04-02T19:54:19.723Z Downloaded zerocopy-derive v0.7.35
3982026-04-02T19:54:19.723Z Downloaded scroll_derive v0.12.1
3992026-04-02T19:54:19.723Z Downloaded proc-macro-error-attr v1.0.4
4002026-04-02T19:54:19.723Z Downloaded potential_utf v0.1.4
4012026-04-02T19:54:19.723Z Downloaded ordered-float v2.10.1
4022026-04-02T19:54:19.723Z Downloaded dof v0.3.0
4032026-04-02T19:54:19.724Z Downloaded thiserror v2.0.18
4042026-04-02T19:54:19.724Z Downloaded terminal_size v0.4.3
4052026-04-02T19:54:19.727Z Downloaded cargo_metadata v0.21.0
4062026-04-02T19:54:19.727Z Downloaded digest v0.10.7
4072026-04-02T19:54:19.727Z Downloaded bytecount v0.6.9
4082026-04-02T19:54:19.727Z Downloaded ucd-trie v0.1.7
4092026-04-02T19:54:19.730Z Downloaded zerovec v0.11.5
4102026-04-02T19:54:19.730Z Downloaded toml_edit v0.22.27
4112026-04-02T19:54:19.734Z Downloaded stable_deref_trait v1.2.1
4122026-04-02T19:54:19.737Z Downloaded memmap v0.7.0
4132026-04-02T19:54:19.742Z Downloaded pretty-hex v0.4.1
4142026-04-02T19:54:19.745Z Downloaded itoa v1.0.17
4152026-04-02T19:54:19.745Z Downloaded macaddr v1.0.1
4162026-04-02T19:54:19.750Z Downloaded cargo_toml v0.21.0
4172026-04-02T19:54:19.752Z Downloaded serde-untagged v0.1.9
4182026-04-02T19:54:19.755Z Downloaded block-buffer v0.10.4
4192026-04-02T19:54:19.758Z Downloaded autocfg v1.5.0
4202026-04-02T19:54:19.758Z Downloaded synstructure v0.13.2
4212026-04-02T19:54:19.758Z Downloaded winnow v0.7.14
4222026-04-02T19:54:19.762Z Downloaded sha2 v0.10.9
4232026-04-02T19:54:19.765Z Downloaded proc-macro-error v1.0.4
4242026-04-02T19:54:19.769Z Downloaded anstyle v1.0.13
4252026-04-02T19:54:19.769Z Downloaded unicode-width v0.2.0
4262026-04-02T19:54:19.772Z Downloaded quote v1.0.44
4272026-04-02T19:54:19.772Z Downloaded serde_tokenstream v0.2.3
4282026-04-02T19:54:19.772Z Downloaded scroll v0.12.0
4292026-04-02T19:54:19.772Z Downloaded cargo-util-schemas v0.8.2
4302026-04-02T19:54:19.775Z Downloaded anyhow v1.0.102
4312026-04-02T19:54:19.775Z Downloaded semver v1.0.27
4322026-04-02T19:54:19.775Z Downloaded unicode-width v0.1.14
4332026-04-02T19:54:19.778Z Downloaded plain v0.2.3
4342026-04-02T19:54:19.781Z Downloaded icu_normalizer v2.1.1
4352026-04-02T19:54:19.795Z Downloaded pest_derive v2.8.6
4362026-04-02T19:54:19.798Z Downloaded clap_derive v4.5.55
4372026-04-02T19:54:19.806Z Downloaded once_cell v1.21.3
4382026-04-02T19:54:19.812Z Downloaded litemap v0.8.1
4392026-04-02T19:54:19.816Z Downloaded log v0.4.29
4402026-04-02T19:54:19.819Z Downloaded icu_properties v2.1.2
4412026-04-02T19:54:19.823Z Downloaded pest_generator v2.8.6
4422026-04-02T19:54:19.830Z Downloaded num-traits v0.2.19
4432026-04-02T19:54:19.832Z Downloaded serde_derive v1.0.228
4442026-04-02T19:54:19.835Z Downloaded tempfile v3.25.0
4452026-04-02T19:54:19.841Z Downloaded getrandom v0.4.1
4462026-04-02T19:54:19.849Z Downloaded serde_core v1.0.228
4472026-04-02T19:54:19.858Z Downloaded icu_collections v2.1.1
4482026-04-02T19:54:19.861Z Downloaded serde v1.0.228
4492026-04-02T19:54:19.864Z Downloaded memchr v2.8.0
4502026-04-02T19:54:19.885Z Downloaded indexmap v2.13.0
4512026-04-02T19:54:19.890Z Downloaded clap_builder v4.5.60
4522026-04-02T19:54:19.897Z Downloaded hashbrown v0.16.1
4532026-04-02T19:54:19.901Z Downloaded idna v1.1.0
4542026-04-02T19:54:19.911Z Downloaded icu_properties_data v2.1.2
4552026-04-02T19:54:19.916Z Downloaded pest v2.8.6
4562026-04-02T19:54:19.922Z Downloaded serde_json v1.0.149
4572026-04-02T19:54:19.935Z Downloaded goblin v0.8.2
4582026-04-02T19:54:19.941Z Downloaded tabled v0.15.0
4592026-04-02T19:54:19.951Z Downloaded syn v1.0.109
4602026-04-02T19:54:19.962Z Downloaded syn v2.0.117
4612026-04-02T19:54:19.977Z Downloaded rustix v1.1.3
4622026-04-02T19:54:19.999Z Downloaded libc v0.2.180
4632026-04-02T19:54:20.067Z Compiling proc-macro2 v1.0.106
4642026-04-02T19:54:20.067Z Compiling unicode-ident v1.0.24
4652026-04-02T19:54:20.067Z Compiling quote v1.0.44
4662026-04-02T19:54:20.067Z Compiling serde_core v1.0.228
4672026-04-02T19:54:20.071Z Compiling libc v0.2.180
4682026-04-02T19:54:20.071Z Compiling version_check v0.9.5
4692026-04-02T19:54:20.071Z Compiling memchr v2.8.0
4702026-04-02T19:54:20.071Z Compiling serde v1.0.228
4712026-04-02T19:54:20.456Z Compiling stable_deref_trait v1.2.1
4722026-04-02T19:54:20.550Z Compiling zmij v1.0.21
4732026-04-02T19:54:20.673Z Compiling ucd-trie v0.1.7
4742026-04-02T19:54:20.689Z Compiling autocfg v1.5.0
4752026-04-02T19:54:20.883Z Compiling itoa v1.0.17
4762026-04-02T19:54:20.916Z Compiling thiserror v1.0.69
4772026-04-02T19:54:20.992Z Compiling pest v2.8.6
4782026-04-02T19:54:21.067Z Compiling litemap v0.8.1
4792026-04-02T19:54:21.099Z Compiling writeable v0.6.2
4802026-04-02T19:54:21.137Z Compiling icu_normalizer_data v2.1.1
4812026-04-02T19:54:21.299Z Compiling icu_properties_data v2.1.2
4822026-04-02T19:54:21.391Z Compiling rustix v1.1.3
4832026-04-02T19:54:21.483Z Compiling byteorder v1.5.0
4842026-04-02T19:54:21.562Z Compiling syn v2.0.117
4852026-04-02T19:54:21.652Z Compiling errno v0.3.14
4862026-04-02T19:54:21.671Z Compiling serde_json v1.0.149
4872026-04-02T19:54:21.717Z Compiling bitflags v2.11.0
4882026-04-02T19:54:21.902Z Compiling num-traits v0.2.19
4892026-04-02T19:54:21.935Z Compiling equivalent v1.0.2
4902026-04-02T19:54:22.021Z Compiling pest_meta v2.8.6
4912026-04-02T19:54:22.043Z Compiling hashbrown v0.16.1
4922026-04-02T19:54:22.090Z Compiling smallvec v1.15.1
4932026-04-02T19:54:22.300Z Compiling typeid v1.0.3
4942026-04-02T19:54:22.599Z Compiling indexmap v2.13.0
4952026-04-02T19:54:22.636Z Compiling thread-id v4.2.2
4962026-04-02T19:54:22.653Z Compiling usdt-impl v0.5.0
4972026-04-02T19:54:22.724Z Compiling proc-macro-error-attr v1.0.4
4982026-04-02T19:54:22.795Z Compiling erased-serde v0.4.9
4992026-04-02T19:54:22.916Z Compiling toml_write v0.1.2
5002026-04-02T19:54:23.008Z Compiling syn v1.0.109
5012026-04-02T19:54:23.080Z Compiling winnow v0.7.14
5022026-04-02T19:54:23.363Z Compiling proc-macro-error v1.0.4
5032026-04-02T19:54:23.384Z Compiling utf8parse v0.2.2
5042026-04-02T19:54:23.510Z Compiling camino v1.2.2
5052026-04-02T19:54:23.557Z Compiling thiserror v2.0.18
5062026-04-02T19:54:23.742Z Compiling utf8_iter v1.0.4
5072026-04-02T19:54:23.843Z Compiling percent-encoding v2.3.2
5082026-04-02T19:54:23.862Z Compiling getrandom v0.4.1
5092026-04-02T19:54:23.900Z Compiling plain v0.2.3
5102026-04-02T19:54:23.926Z Compiling log v0.4.29
5112026-04-02T19:54:24.018Z Compiling form_urlencoded v1.2.2
5122026-04-02T19:54:24.098Z Compiling ordered-float v2.10.1
5132026-04-02T19:54:24.150Z Compiling anstyle-parse v0.2.7
5142026-04-02T19:54:24.260Z Compiling synstructure v0.13.2
5152026-04-02T19:54:24.334Z Compiling pest_generator v2.8.6
5162026-04-02T19:54:24.371Z Compiling terminal_size v0.4.3
5172026-04-02T19:54:24.598Z Compiling anstyle-query v1.1.5
5182026-04-02T19:54:24.706Z Compiling cfg-if v1.0.4
5192026-04-02T19:54:24.724Z Compiling colorchoice v1.0.4
5202026-04-02T19:54:24.741Z Compiling anstyle v1.0.13
5212026-04-02T19:54:24.760Z Compiling is_terminal_polyfill v1.70.2
5222026-04-02T19:54:24.783Z Compiling pretty-hex v0.4.1
5232026-04-02T19:54:24.863Z Compiling serde-untagged v0.1.9
5242026-04-02T19:54:24.919Z Compiling anstream v0.6.21
5252026-04-02T19:54:24.989Z Compiling semver v1.0.27
5262026-04-02T19:54:25.041Z Compiling fs-err v3.3.0
5272026-04-02T19:54:25.104Z Compiling fastrand v2.3.0
5282026-04-02T19:54:25.226Z Compiling anyhow v1.0.102
5292026-04-02T19:54:25.230Z Compiling strsim v0.11.1
5302026-04-02T19:54:25.343Z Compiling unicode-width v0.1.14
5312026-04-02T19:54:25.374Z Compiling heck v0.4.1
5322026-04-02T19:54:25.545Z Compiling once_cell v1.21.3
5332026-04-02T19:54:25.605Z Compiling fnv v1.0.7
5342026-04-02T19:54:25.605Z Compiling clap_lex v1.0.0
5352026-04-02T19:54:25.644Z Compiling unicode-xid v0.2.6
5362026-04-02T19:54:25.648Z Compiling bytecount v0.6.9
5372026-04-02T19:54:25.706Z Compiling heck v0.5.0
5382026-04-02T19:54:25.758Z Compiling papergrid v0.11.0
5392026-04-02T19:54:25.775Z Compiling clap_builder v4.5.60
5402026-04-02T19:54:25.775Z Compiling tempfile v3.25.0
5412026-04-02T19:54:25.967Z Compiling serde_derive v1.0.228
5422026-04-02T19:54:26.055Z Compiling zerofrom-derive v0.1.6
5432026-04-02T19:54:26.071Z Compiling yoke-derive v0.8.1
5442026-04-02T19:54:26.148Z Compiling zerovec-derive v0.11.2
5452026-04-02T19:54:26.248Z Compiling displaydoc v0.2.5
5462026-04-02T19:54:26.989Z Compiling thiserror-impl v1.0.69
5472026-04-02T19:54:27.202Z Compiling zerocopy-derive v0.7.35
5482026-04-02T19:54:27.240Z Compiling pest_derive v2.8.6
5492026-04-02T19:54:27.281Z Compiling scroll_derive v0.12.1
5502026-04-02T19:54:27.470Z Compiling zerofrom v0.1.6
5512026-04-02T19:54:27.613Z Compiling yoke v0.8.1
5522026-04-02T19:54:27.675Z Compiling thiserror-impl v2.0.18
5532026-04-02T19:54:27.814Z Compiling zerovec v0.11.5
5542026-04-02T19:54:27.956Z Compiling zerotrie v0.2.3
5552026-04-02T19:54:28.080Z Compiling zerocopy v0.7.35
5562026-04-02T19:54:28.271Z Compiling scroll v0.12.0
5572026-04-02T19:54:28.325Z Compiling tinystr v0.8.2
5582026-04-02T19:54:28.459Z Compiling potential_utf v0.1.4
5592026-04-02T19:54:28.542Z Compiling icu_locale_core v2.1.1
5602026-04-02T19:54:28.561Z Compiling dtrace-parser v0.2.0
5612026-04-02T19:54:28.635Z Compiling icu_collections v2.1.1
5622026-04-02T19:54:28.659Z Compiling goblin v0.8.2
5632026-04-02T19:54:28.804Z Compiling tabled_derive v0.7.0
5642026-04-02T19:54:29.114Z Compiling clap_derive v4.5.55
5652026-04-02T19:54:29.135Z Compiling memmap v0.7.0
5662026-04-02T19:54:29.317Z Compiling icu_provider v2.1.1
5672026-04-02T19:54:29.317Z Compiling unicode-width v0.2.0
5682026-04-02T19:54:29.428Z Compiling serde_spanned v0.6.9
5692026-04-02T19:54:29.446Z Compiling toml_datetime v0.6.11
5702026-04-02T19:54:29.502Z Compiling dof v0.3.0
5712026-04-02T19:54:29.580Z Compiling icu_normalizer v2.1.1
5722026-04-02T19:54:29.599Z Compiling icu_properties v2.1.2
5732026-04-02T19:54:29.655Z Compiling toml_edit v0.22.27
5742026-04-02T19:54:29.730Z Compiling serde_tokenstream v0.2.3
5752026-04-02T19:54:29.734Z Compiling serde-value v0.7.0
5762026-04-02T19:54:30.053Z Compiling cargo-platform v0.2.0
5772026-04-02T19:54:30.116Z Compiling unicode-linebreak v0.1.5
5782026-04-02T19:54:30.149Z Compiling smawk v0.3.2
5792026-04-02T19:54:30.297Z Compiling tabled v0.15.0
5802026-04-02T19:54:30.332Z Compiling textwrap v0.16.2
5812026-04-02T19:54:30.365Z Compiling macaddr v1.0.1
5822026-04-02T19:54:30.538Z Compiling idna_adapter v1.2.1
5832026-04-02T19:54:30.596Z Compiling usdt-macro v0.5.0
5842026-04-02T19:54:30.681Z Compiling idna v1.1.0
5852026-04-02T19:54:30.704Z Compiling usdt-attr-macro v0.5.0
5862026-04-02T19:54:31.161Z Compiling toml v0.8.23
5872026-04-02T19:54:31.234Z Compiling url v2.5.8
5882026-04-02T19:54:31.377Z Compiling clap v4.5.60
5892026-04-02T19:54:31.611Z Compiling cargo_toml v0.21.0
5902026-04-02T19:54:31.763Z Compiling cargo-util-schemas v0.8.2
5912026-04-02T19:54:31.794Z Compiling usdt v0.5.0
5922026-04-02T19:54:31.933Z Compiling camino-tempfile v1.4.1
5932026-04-02T19:54:31.990Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5942026-04-02T19:54:32.058Z Compiling swrite v0.1.0
5952026-04-02T19:54:32.698Z Compiling cargo_metadata v0.21.0
5962026-04-02T19:54:33.640Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5972026-04-02T19:54:35.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.61s
5982026-04-02T19:54:35.962Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5992026-04-02T19:54:36.537Z Downloading crates ...
6002026-04-02T19:54:36.651Z Downloaded ahash v0.8.12
6012026-04-02T19:54:36.655Z Downloaded cfg_aliases v0.2.1
6022026-04-02T19:54:36.655Z Downloaded crc8 v0.1.1
6032026-04-02T19:54:36.660Z Downloaded crucible-workspace-hack v0.1.0
6042026-04-02T19:54:36.660Z Downloaded chacha20poly1305 v0.10.1
6052026-04-02T19:54:36.660Z Downloaded dirs-sys-next v0.1.2
6062026-04-02T19:54:36.660Z Downloaded cstr-argument v0.1.2
6072026-04-02T19:54:36.664Z Downloaded fallible-iterator v0.2.0
6082026-04-02T19:54:36.667Z Downloaded dof v0.4.0
6092026-04-02T19:54:36.667Z Downloaded des v0.8.1
6102026-04-02T19:54:36.670Z Downloaded castaway v0.2.4
6112026-04-02T19:54:36.670Z Downloaded aead v0.5.2
6122026-04-02T19:54:36.670Z Downloaded adler2 v2.0.1
6132026-04-02T19:54:36.673Z Downloaded array-init v0.0.4
6142026-04-02T19:54:36.673Z Downloaded crc-catalog v2.4.0
6152026-04-02T19:54:36.676Z Downloaded difflib v0.4.0
6162026-04-02T19:54:36.676Z Downloaded curve25519-dalek-derive v0.1.1
6172026-04-02T19:54:36.676Z Downloaded ascii-canvas v3.0.0
6182026-04-02T19:54:36.681Z Downloaded defmt-parser v1.0.0
6192026-04-02T19:54:36.684Z Downloaded bzip2 v0.6.1
6202026-04-02T19:54:36.684Z Downloaded backon v1.6.0
6212026-04-02T19:54:36.689Z Downloaded atomicwrites v0.4.4
6222026-04-02T19:54:36.692Z Downloaded display-error-chain v0.2.2
6232026-04-02T19:54:36.692Z Downloaded data-encoding v2.10.0
6242026-04-02T19:54:36.694Z Downloaded foldhash v0.2.0
6252026-04-02T19:54:36.694Z Downloaded fixedbitset v0.4.2
6262026-04-02T19:54:36.694Z Downloaded derive_builder v0.20.2
6272026-04-02T19:54:36.697Z Downloaded bstr v1.12.1
6282026-04-02T19:54:36.702Z Downloaded ff v0.13.1
6292026-04-02T19:54:36.705Z Downloaded downcast-rs v2.0.2
6302026-04-02T19:54:36.705Z Downloaded dirs-next v2.0.0
6312026-04-02T19:54:36.707Z Downloaded darling_macro v0.20.11
6322026-04-02T19:54:36.707Z Downloaded daft v0.1.5
6332026-04-02T19:54:36.707Z Downloaded csv-core v0.1.13
6342026-04-02T19:54:36.710Z Downloaded ciborium-io v0.2.2
6352026-04-02T19:54:36.710Z Downloaded convert_case v0.4.0
6362026-04-02T19:54:36.710Z Downloaded bitfield-macros v0.19.4
6372026-04-02T19:54:36.710Z Downloaded atty v0.2.14
6382026-04-02T19:54:36.713Z Downloaded foreign-types-macros v0.2.3
6392026-04-02T19:54:36.713Z Downloaded cbc v0.1.2
6402026-04-02T19:54:36.715Z Downloaded base16ct v0.2.0
6412026-04-02T19:54:36.715Z Downloaded foreign-types v0.3.2
6422026-04-02T19:54:36.715Z Downloaded env_filter v1.0.0
6432026-04-02T19:54:36.719Z Downloaded fd-lock v4.0.4
6442026-04-02T19:54:36.725Z Downloaded flagset v0.4.7
6452026-04-02T19:54:36.728Z Downloaded block-padding v0.3.3
6462026-04-02T19:54:36.728Z Downloaded defmt v0.3.100
6472026-04-02T19:54:36.728Z Downloaded assert_matches v1.5.0
6482026-04-02T19:54:36.728Z Downloaded ctr v0.9.2
6492026-04-02T19:54:36.735Z Downloaded crc v3.4.0
6502026-04-02T19:54:36.735Z Downloaded crossbeam-deque v0.8.6
6512026-04-02T19:54:36.735Z Downloaded bitfield-struct v0.6.2
6522026-04-02T19:54:36.742Z Downloaded embedded-io v0.6.1
6532026-04-02T19:54:36.742Z Downloaded async-recursion v1.1.1
6542026-04-02T19:54:36.742Z Downloaded diff v0.1.13
6552026-04-02T19:54:36.743Z Downloaded darling v0.23.0
6562026-04-02T19:54:36.743Z Downloaded dropshot_endpoint v0.16.7
6572026-04-02T19:54:36.747Z Downloaded futures-io v0.3.32
6582026-04-02T19:54:36.747Z Downloaded float-ord v0.3.2
6592026-04-02T19:54:36.747Z Downloaded derive_builder_macro v0.20.2
6602026-04-02T19:54:36.747Z Downloaded bcrypt-pbkdf v0.10.0
6612026-04-02T19:54:36.747Z Downloaded async-stream-impl v0.3.6
6622026-04-02T19:54:36.747Z Downloaded base16ct v1.0.0
6632026-04-02T19:54:36.752Z Downloaded diesel_table_macro_syntax v0.3.0
6642026-04-02T19:54:36.752Z Downloaded cobs v0.3.0
6652026-04-02T19:54:36.753Z Downloaded endian-type v0.1.2
6662026-04-02T19:54:36.757Z Downloaded dropshot-api-manager-types v0.6.0
6672026-04-02T19:54:36.757Z Downloaded bitfield v0.19.4
6682026-04-02T19:54:36.757Z Downloaded darling_macro v0.23.0
6692026-04-02T19:54:36.757Z Downloaded bit-set v0.5.3
6702026-04-02T19:54:36.757Z Downloaded base64ct v1.8.3
6712026-04-02T19:54:36.757Z Downloaded compact_str v0.8.1
6722026-04-02T19:54:36.761Z Downloaded embedded-io v0.4.0
6732026-04-02T19:54:36.761Z Downloaded dsl_auto_type v0.2.0
6742026-04-02T19:54:36.761Z Downloaded cfg_aliases v0.1.1
6752026-04-02T19:54:36.764Z Downloaded bit-set v0.8.0
6762026-04-02T19:54:36.764Z Downloaded fxhash v0.2.1
6772026-04-02T19:54:36.764Z Downloaded futures-task v0.3.32
6782026-04-02T19:54:36.764Z Downloaded foreign-types-shared v0.1.1
6792026-04-02T19:54:36.764Z Downloaded bb8 v0.8.6
6802026-04-02T19:54:36.768Z Downloaded debug-ignore v1.0.5
6812026-04-02T19:54:36.768Z Downloaded futures-core v0.3.32
6822026-04-02T19:54:36.771Z Downloaded futures-sink v0.3.32
6832026-04-02T19:54:36.771Z Downloaded enum-as-inner v0.6.1
6842026-04-02T19:54:36.771Z Downloaded futures-macro v0.3.32
6852026-04-02T19:54:36.775Z Downloaded cargo-platform v0.1.9
6862026-04-02T19:54:36.775Z Downloaded ciborium-ll v0.2.2
6872026-04-02T19:54:36.775Z Downloaded darling_macro v0.21.3
6882026-04-02T19:54:36.775Z Downloaded atomic-waker v1.1.2
6892026-04-02T19:54:36.778Z Downloaded dyn-clone v1.0.20
6902026-04-02T19:54:36.779Z Downloaded crunchy v0.2.4
6912026-04-02T19:54:36.779Z Downloaded cpufeatures v0.3.0
6922026-04-02T19:54:36.782Z Downloaded cipher v0.4.4
6932026-04-02T19:54:36.785Z Downloaded ed25519 v2.2.3
6942026-04-02T19:54:36.785Z Downloaded deranged v0.5.8
6952026-04-02T19:54:36.788Z Downloaded defmt-macros v1.0.1
6962026-04-02T19:54:36.791Z Downloaded der_derive v0.7.3
6972026-04-02T19:54:36.791Z Downloaded constant_time_eq v0.4.2
6982026-04-02T19:54:36.793Z Downloaded async-trait v0.1.89
6992026-04-02T19:54:36.797Z Downloaded corncobs v0.1.4
7002026-04-02T19:54:36.797Z Downloaded const_format_proc_macros v0.2.34
7012026-04-02T19:54:36.797Z Downloaded buf-list v1.1.2
7022026-04-02T19:54:36.803Z Downloaded foreign-types v0.5.0
7032026-04-02T19:54:36.803Z Downloaded dunce v1.0.5
7042026-04-02T19:54:36.803Z Downloaded bcs v0.1.6
7052026-04-02T19:54:36.806Z Downloaded byte-wrapper v0.1.0
7062026-04-02T19:54:36.806Z Downloaded float-cmp v0.10.0
7072026-04-02T19:54:36.806Z Downloaded derive_more v0.99.20
7082026-04-02T19:54:36.809Z Downloaded ecdsa v0.16.9
7092026-04-02T19:54:36.809Z Downloaded cmake v0.1.57
7102026-04-02T19:54:36.812Z Downloaded bit-vec v0.8.0
7112026-04-02T19:54:36.814Z Downloaded arrayref v0.3.9
7122026-04-02T19:54:36.815Z Downloaded ghash v0.5.1
7132026-04-02T19:54:36.817Z Downloaded gethostname v0.5.0
7142026-04-02T19:54:36.824Z Downloaded git-stub v1.0.0
7152026-04-02T19:54:36.827Z Downloaded hash32 v0.3.1
7162026-04-02T19:54:36.831Z Downloaded darling v0.20.11
7172026-04-02T19:54:36.837Z Downloaded diesel_derives v2.3.7
7182026-04-02T19:54:36.841Z Downloaded headers-core v0.3.0
7192026-04-02T19:54:36.844Z Downloaded fs-err v2.11.0
7202026-04-02T19:54:36.844Z Downloaded env_logger v0.11.9
7212026-04-02T19:54:36.844Z Downloaded globwalk v0.9.1
7222026-04-02T19:54:36.847Z Downloaded funty v2.0.0
7232026-04-02T19:54:36.847Z Downloaded foreign-types-shared v0.3.1
7242026-04-02T19:54:36.847Z Downloaded foldhash v0.1.5
7252026-04-02T19:54:36.850Z Downloaded hex-literal v0.4.1
7262026-04-02T19:54:36.850Z Downloaded ena v0.14.4
7272026-04-02T19:54:36.850Z Downloaded dtrace-parser v0.3.0
7282026-04-02T19:54:36.850Z Downloaded diesel-dtrace v0.5.0
7292026-04-02T19:54:36.855Z Downloaded cargo_metadata v0.19.2
7302026-04-02T19:54:36.855Z Downloaded camino-tempfile-ext v0.3.3
7312026-04-02T19:54:36.855Z Downloaded hostname v0.3.1
7322026-04-02T19:54:36.858Z Downloaded hex v0.4.3
7332026-04-02T19:54:36.858Z Downloaded httpdate v1.0.3
7342026-04-02T19:54:36.858Z Downloaded home v0.5.12
7352026-04-02T19:54:36.858Z Downloaded async-stream v0.3.6
7362026-04-02T19:54:36.858Z Downloaded hostname v0.4.2
7372026-04-02T19:54:36.862Z Downloaded http-range v0.1.5
7382026-04-02T19:54:36.862Z Downloaded console v0.15.11
7392026-04-02T19:54:36.862Z Downloaded hubpack_derive v0.1.1
7402026-04-02T19:54:36.865Z Downloaded http-body v1.0.1
7412026-04-02T19:54:36.865Z Downloaded colored v2.2.0
7422026-04-02T19:54:36.865Z Downloaded bzip2 v0.4.4
7432026-04-02T19:54:36.869Z Downloaded elliptic-curve v0.13.8
7442026-04-02T19:54:36.869Z Downloaded blowfish v0.9.1
7452026-04-02T19:54:36.873Z Downloaded chacha20 v0.10.0
7462026-04-02T19:54:36.873Z Downloaded erased-serde v0.3.31
7472026-04-02T19:54:36.879Z Downloaded fs_extra v1.3.0
7482026-04-02T19:54:36.880Z Downloaded fixedbitset v0.5.7
7492026-04-02T19:54:36.880Z Downloaded daft-derive v0.1.5
7502026-04-02T19:54:36.880Z Downloaded cancel-safe-futures v0.1.5
7512026-04-02T19:54:36.884Z Downloaded hubpack v0.1.2
7522026-04-02T19:54:36.884Z Downloaded hyper-tls v0.6.0
7532026-04-02T19:54:36.884Z Downloaded ident_case v1.0.1
7542026-04-02T19:54:36.884Z Downloaded indoc v1.0.9
7552026-04-02T19:54:36.888Z Downloaded inout v0.1.4
7562026-04-02T19:54:36.888Z Downloaded either v1.15.0
7572026-04-02T19:54:36.888Z Downloaded derive_builder_core v0.20.2
7582026-04-02T19:54:36.888Z Downloaded cookie v0.18.1
7592026-04-02T19:54:36.893Z Downloaded is-terminal v0.4.17
7602026-04-02T19:54:36.893Z Downloaded internet-checksum v0.2.1
7612026-04-02T19:54:36.893Z Downloaded instant v0.1.13
7622026-04-02T19:54:36.893Z Downloaded indent_write v2.2.0
7632026-04-02T19:54:36.894Z Downloaded darling v0.21.3
7642026-04-02T19:54:36.897Z Downloaded futures-executor v0.3.32
7652026-04-02T19:54:36.897Z Downloaded derive-ex v0.1.8
7662026-04-02T19:54:36.897Z Downloaded git-stub-vcs v0.1.0
7672026-04-02T19:54:36.901Z Downloaded cexpr v0.6.0
7682026-04-02T19:54:36.901Z Downloaded glob v0.3.3
7692026-04-02T19:54:36.901Z Downloaded convert_case v0.10.0
7702026-04-02T19:54:36.908Z Downloaded group v0.13.0
7712026-04-02T19:54:36.908Z Downloaded bit-vec v0.6.3
7722026-04-02T19:54:36.908Z Downloaded globset v0.4.18
7732026-04-02T19:54:36.908Z Downloaded chacha20 v0.9.1
7742026-04-02T19:54:36.908Z Downloaded argon2 v0.5.3
7752026-04-02T19:54:36.915Z Downloaded cassowary v0.3.0
7762026-04-02T19:54:36.915Z Downloaded hash32 v0.2.1
7772026-04-02T19:54:36.915Z Downloaded find-msvc-tools v0.1.9
7782026-04-02T19:54:36.915Z Downloaded filetime v0.2.27
7792026-04-02T19:54:36.915Z Downloaded backoff v0.4.0
7802026-04-02T19:54:36.915Z Downloaded drift v0.1.3
7812026-04-02T19:54:36.920Z Downloaded keccak v0.1.6
7822026-04-02T19:54:36.920Z Downloaded document-features v0.2.12
7832026-04-02T19:54:36.921Z Downloaded crossbeam-epoch v0.9.18
7842026-04-02T19:54:36.921Z Downloaded kstat-rs v0.2.4
7852026-04-02T19:54:36.926Z Downloaded bitflags v1.3.2
7862026-04-02T19:54:36.926Z Downloaded lazy_static v1.5.0
7872026-04-02T19:54:36.926Z Downloaded lalrpop-util v0.19.12
7882026-04-02T19:54:36.926Z Downloaded critical-section v1.2.0
7892026-04-02T19:54:36.926Z Downloaded defmt v1.0.1
7902026-04-02T19:54:36.931Z Downloaded clang-sys v1.8.1
7912026-04-02T19:54:36.936Z Downloaded colored v3.1.1
7922026-04-02T19:54:36.936Z Downloaded ciborium v0.2.2
7932026-04-02T19:54:36.942Z Downloaded cookie_store v0.22.1
7942026-04-02T19:54:36.943Z Downloaded http-body-util v0.1.3
7952026-04-02T19:54:36.949Z Downloaded const-oid v0.9.6
7962026-04-02T19:54:36.949Z Downloaded crc32fast v1.5.0
7972026-04-02T19:54:36.953Z Downloaded humantime v2.3.0
7982026-04-02T19:54:36.956Z Downloaded linked-hash-map v0.5.6
7992026-04-02T19:54:36.956Z Downloaded const_format v0.2.35
8002026-04-02T19:54:36.959Z Downloaded lru-cache v0.1.2
8012026-04-02T19:54:36.959Z Downloaded hyper-staticfile v0.10.1
8022026-04-02T19:54:36.965Z Downloaded flate2 v1.1.9
8032026-04-02T19:54:36.965Z Downloaded match_cfg v0.1.0
8042026-04-02T19:54:36.968Z Downloaded maplit v1.0.2
8052026-04-02T19:54:36.968Z Downloaded is_ci v1.2.0
8062026-04-02T19:54:36.968Z Downloaded managed v0.8.0
8072026-04-02T19:54:36.968Z Downloaded lzss v0.8.2
8082026-04-02T19:54:36.969Z Downloaded multimap v0.10.1
8092026-04-02T19:54:36.969Z Downloaded md5 v0.7.0
8102026-04-02T19:54:36.969Z Downloaded console v0.16.2
8112026-04-02T19:54:36.972Z Downloaded ingot-types v0.1.2
8122026-04-02T19:54:36.972Z Downloaded md-5 v0.10.6
8132026-04-02T19:54:36.972Z Downloaded ingot v0.1.1
8142026-04-02T19:54:36.973Z Downloaded indoc v2.0.7
8152026-04-02T19:54:36.976Z Downloaded new_debug_unreachable v1.0.6
8162026-04-02T19:54:36.976Z Downloaded mime v0.3.17
8172026-04-02T19:54:36.979Z Downloaded lru-slab v0.1.2
8182026-04-02T19:54:36.979Z Downloaded nibble_vec v0.1.0
8192026-04-02T19:54:36.979Z Downloaded memoffset v0.9.1
8202026-04-02T19:54:36.979Z Downloaded cargo_toml v0.22.3
8212026-04-02T19:54:36.979Z Downloaded nodrop v0.1.14
8222026-04-02T19:54:36.988Z Downloaded arrayvec v0.7.6
8232026-04-02T19:54:36.988Z Downloaded num v0.4.3
8242026-04-02T19:54:36.988Z Downloaded lru v0.12.5
8252026-04-02T19:54:36.993Z Downloaded half v1.8.3
8262026-04-02T19:54:36.993Z Downloaded futures-channel v0.3.32
8272026-04-02T19:54:36.993Z Downloaded ipnetwork v0.21.1
8282026-04-02T19:54:36.993Z Downloaded instability v0.3.11
8292026-04-02T19:54:36.993Z Downloaded newline-converter v0.3.0
8302026-04-02T19:54:36.994Z Downloaded newtype-uuid-macros v0.1.0
8312026-04-02T19:54:36.999Z Downloaded getrandom v0.2.17
8322026-04-02T19:54:37.004Z Downloaded ipnet v2.11.0
8332026-04-02T19:54:37.004Z Downloaded jobserver v0.1.34
8342026-04-02T19:54:37.013Z Downloaded newtype_derive v0.1.6
8352026-04-02T19:54:37.013Z Downloaded libscf-sys v1.1.0
8362026-04-02T19:54:37.019Z Downloaded num-conv v0.2.0
8372026-04-02T19:54:37.019Z Downloaded num-iter v0.1.45
8382026-04-02T19:54:37.020Z Downloaded normalize-line-endings v0.3.0
8392026-04-02T19:54:37.020Z Downloaded num-derive v0.4.2
8402026-04-02T19:54:37.020Z Downloaded nonempty v0.12.0
8412026-04-02T19:54:37.020Z Downloaded num_threads v0.1.7
8422026-04-02T19:54:37.025Z Downloaded flume v0.11.1
8432026-04-02T19:54:37.025Z Downloaded crossbeam-utils v0.8.21
8442026-04-02T19:54:37.025Z Downloaded libsw-core v0.3.2
8452026-04-02T19:54:37.025Z Downloaded crc-any v2.5.0
8462026-04-02T19:54:37.037Z Downloaded num_enum_derive v0.5.11
8472026-04-02T19:54:37.038Z Downloaded hickory-client v0.25.2
8482026-04-02T19:54:37.042Z Downloaded libefi-sys v0.1.0
8492026-04-02T19:54:37.046Z Downloaded openssl-probe v0.2.1
8502026-04-02T19:54:37.050Z Downloaded ar_archive_writer v0.5.1
8512026-04-02T19:54:37.050Z Downloaded packed_struct_codegen v0.10.1
8522026-04-02T19:54:37.053Z Downloaded oso-derive v0.27.3
8532026-04-02T19:54:37.053Z Downloaded openssl-probe v0.1.6
8542026-04-02T19:54:37.053Z Downloaded openssl-macros v0.1.1
8552026-04-02T19:54:37.053Z Downloaded olpc-cjson v0.1.4
8562026-04-02T19:54:37.053Z Downloaded maybe-uninit v2.0.0
8572026-04-02T19:54:37.055Z Downloaded lock_api v0.4.14
8582026-04-02T19:54:37.055Z Downloaded ingot-macros v0.1.1
8592026-04-02T19:54:37.060Z Downloaded httparse v1.10.1
8602026-04-02T19:54:37.060Z Downloaded linear-map v1.2.0
8612026-04-02T19:54:37.060Z Downloaded multer v3.1.0
8622026-04-02T19:54:37.063Z Downloaded async-bb8-diesel v0.2.1
8632026-04-02T19:54:37.063Z Downloaded libsw v3.5.0
8642026-04-02T19:54:37.063Z Downloaded libloading v0.8.9
8652026-04-02T19:54:37.067Z Downloaded iana-time-zone v0.1.65
8662026-04-02T19:54:37.067Z Downloaded hyper-rustls v0.27.7
8672026-04-02T19:54:37.070Z Downloaded nanorand v0.7.0
8682026-04-02T19:54:37.070Z Downloaded impl-trait-for-tuples v0.2.3
8692026-04-02T19:54:37.074Z Downloaded highway v1.3.0
8702026-04-02T19:54:37.074Z Downloaded path-slash v0.1.5
8712026-04-02T19:54:37.074Z Downloaded parse-display v0.10.0
8722026-04-02T19:54:37.074Z Downloaded futures v0.3.32
8732026-04-02T19:54:37.077Z Downloaded allocator-api2 v0.2.21
8742026-04-02T19:54:37.081Z Downloaded fatfs v0.3.6
8752026-04-02T19:54:37.081Z Downloaded parse-size v1.1.0
8762026-04-02T19:54:37.081Z Downloaded native-tls v0.2.18
8772026-04-02T19:54:37.084Z Downloaded derive-where v1.6.0
8782026-04-02T19:54:37.088Z Downloaded newtype-uuid v1.3.2
8792026-04-02T19:54:37.088Z Downloaded darling_core v0.23.0
8802026-04-02T19:54:37.093Z Downloaded blake2 v0.10.6
8812026-04-02T19:54:37.093Z Downloaded base64 v0.21.7
8822026-04-02T19:54:37.096Z Downloaded peg-runtime v0.8.5
8832026-04-02T19:54:37.096Z Downloaded num-rational v0.4.2
8842026-04-02T19:54:37.096Z Downloaded num-integer v0.1.46
8852026-04-02T19:54:37.097Z Downloaded num-derive v0.3.3
8862026-04-02T19:54:37.097Z Downloaded nu-ansi-term v0.50.3
8872026-04-02T19:54:37.100Z Downloaded pbkdf2 v0.12.2
8882026-04-02T19:54:37.100Z Downloaded pbkdf2 v0.11.0
8892026-04-02T19:54:37.100Z Downloaded hmac v0.12.1
8902026-04-02T19:54:37.105Z Downloaded getrandom v0.3.4
8912026-04-02T19:54:37.108Z Downloaded num_enum_derive v0.7.5
8922026-04-02T19:54:37.111Z Downloaded pin-utils v0.1.0
8932026-04-02T19:54:37.111Z Downloaded darling_core v0.20.11
8942026-04-02T19:54:37.114Z Downloaded opaque-debug v0.3.1
8952026-04-02T19:54:37.114Z Downloaded num_enum v0.7.5
8962026-04-02T19:54:37.118Z Downloaded phf_shared v0.13.1
8972026-04-02T19:54:37.118Z Downloaded phf_shared v0.11.3
8982026-04-02T19:54:37.121Z Downloaded darling_core v0.21.3
8992026-04-02T19:54:37.124Z Downloaded bumpalo v3.20.2
9002026-04-02T19:54:37.124Z Downloaded ignore v0.4.25
9012026-04-02T19:54:37.127Z Downloaded oxide-tokio-rt v0.1.3
9022026-04-02T19:54:37.127Z Downloaded crossbeam-channel v0.5.15
9032026-04-02T19:54:37.130Z Downloaded litrs v1.0.0
9042026-04-02T19:54:37.136Z Downloaded owo-colors v4.3.0
9052026-04-02T19:54:37.136Z Downloaded base64 v0.22.1
9062026-04-02T19:54:37.139Z Downloaded powerfmt v0.2.0
9072026-04-02T19:54:37.139Z Downloaded crypto-bigint v0.5.5
9082026-04-02T19:54:37.143Z Downloaded predicates-tree v1.0.13
9092026-04-02T19:54:37.143Z Downloaded precomputed-hash v0.1.1
9102026-04-02T19:54:37.147Z Downloaded packed_struct v0.10.1
9112026-04-02T19:54:37.147Z Downloaded bytes v1.11.1
9122026-04-02T19:54:37.151Z Downloaded indexmap v1.9.3
9132026-04-02T19:54:37.151Z Downloaded arc-swap v1.8.2
9142026-04-02T19:54:37.154Z Downloaded mime_guess v2.0.5
9152026-04-02T19:54:37.154Z Downloaded predicates-core v1.0.10
9162026-04-02T19:54:37.159Z Downloaded proc-macro-error-attr2 v2.0.0
9172026-04-02T19:54:37.159Z Downloaded proc-macro-crate v3.4.0
9182026-04-02T19:54:37.159Z Downloaded progenitor-client v0.10.0
9192026-04-02T19:54:37.164Z Downloaded parking_lot_core v0.8.6
9202026-04-02T19:54:37.164Z Downloaded parse-display-derive v0.10.0
9212026-04-02T19:54:37.164Z Downloaded quick-error v1.2.3
9222026-04-02T19:54:37.167Z Downloaded paste v1.0.15
9232026-04-02T19:54:37.167Z Downloaded libbz2-rs-sys v0.2.2
9242026-04-02T19:54:37.167Z Downloaded heapless v0.7.17
9252026-04-02T19:54:37.172Z Downloaded headers v0.4.1
9262026-04-02T19:54:37.176Z Downloaded pem v3.0.6
9272026-04-02T19:54:37.176Z Downloaded progenitor-macro v0.10.0
9282026-04-02T19:54:37.180Z Downloaded peg v0.8.5
9292026-04-02T19:54:37.180Z Downloaded num_enum v0.5.11
9302026-04-02T19:54:37.183Z Downloaded progenitor-client v0.11.2
9312026-04-02T19:54:37.185Z Downloaded password-hash v0.5.0
9322026-04-02T19:54:37.185Z Downloaded progenitor-macro v0.11.2
9332026-04-02T19:54:37.185Z Downloaded radium v0.7.0
9342026-04-02T19:54:37.188Z Downloaded psl-types v2.0.11
9352026-04-02T19:54:37.188Z Downloaded password-hash v0.4.2
9362026-04-02T19:54:37.188Z Downloaded num-complex v0.4.6
9372026-04-02T19:54:37.190Z Downloaded progenitor-macro v0.13.0
9382026-04-02T19:54:37.195Z Downloaded pin-project-internal v1.1.11
9392026-04-02T19:54:37.197Z Downloaded pem-rfc7468 v0.7.0
9402026-04-02T19:54:37.200Z Downloaded phf v0.13.1
9412026-04-02T19:54:37.200Z Downloaded phf v0.12.1
9422026-04-02T19:54:37.204Z Downloaded phf_shared v0.12.1
9432026-04-02T19:54:37.207Z Downloaded omicron-zone-package v0.12.2
9442026-04-02T19:54:37.207Z Downloaded pin-project-lite v0.2.17
9452026-04-02T19:54:37.211Z Downloaded pkcs8 v0.10.2
9462026-04-02T19:54:37.215Z Downloaded postgres-protocol v0.6.10
9472026-04-02T19:54:37.218Z Downloaded rand_xorshift v0.4.0
9482026-04-02T19:54:37.221Z Downloaded indicatif v0.18.4
9492026-04-02T19:54:37.223Z Downloaded predicates v3.1.4
9502026-04-02T19:54:37.223Z Downloaded poly1305 v0.8.0
9512026-04-02T19:54:37.226Z Downloaded der v0.7.10
9522026-04-02T19:54:37.228Z Downloaded cc v1.2.56
9532026-04-02T19:54:37.233Z Downloaded recursive-proc-macro-impl v0.1.1
9542026-04-02T19:54:37.236Z Downloaded progenitor v0.11.2
9552026-04-02T19:54:37.236Z Downloaded primeorder v0.13.6
9562026-04-02T19:54:37.239Z Downloaded progenitor v0.10.0
9572026-04-02T19:54:37.239Z Downloaded parking_lot_core v0.9.12
9582026-04-02T19:54:37.241Z Downloaded half v2.7.1
9592026-04-02T19:54:37.241Z Downloaded ref-cast-impl v1.0.25
9602026-04-02T19:54:37.244Z Downloaded rand_chacha v0.3.1
9612026-04-02T19:54:37.244Z Downloaded ppv-lite86 v0.2.21
9622026-04-02T19:54:37.247Z Downloaded memmap2 v0.9.10
9632026-04-02T19:54:37.247Z Downloaded parking_lot v0.11.2
9642026-04-02T19:54:37.250Z Downloaded polyval v0.6.2
9652026-04-02T19:54:37.250Z Downloaded progenitor v0.13.0
9662026-04-02T19:54:37.250Z Downloaded proc-macro-error2 v2.0.1
9672026-04-02T19:54:37.253Z Downloaded hickory-resolver v0.25.2
9682026-04-02T19:54:37.258Z Downloaded recursive v0.1.1
9692026-04-02T19:54:37.258Z Downloaded ed25519-dalek v2.2.0
9702026-04-02T19:54:37.265Z Downloaded progenitor-extras v0.1.1
9712026-04-02T19:54:37.265Z Downloaded progenitor-client v0.13.0
9722026-04-02T19:54:37.273Z Downloaded rtoolbox v0.0.3
9732026-04-02T19:54:37.273Z Downloaded rfc6979 v0.4.0
9742026-04-02T19:54:37.279Z Downloaded dropshot-api-manager v0.6.0
9752026-04-02T19:54:37.279Z Downloaded heapless v0.8.0
9762026-04-02T19:54:37.289Z Downloaded psm v0.1.30
9772026-04-02T19:54:37.289Z Downloaded proc-macro-crate v1.3.1
9782026-04-02T19:54:37.290Z Downloaded rustc-hash v2.1.1
9792026-04-02T19:54:37.294Z Downloaded rustc_version v0.1.7
9802026-04-02T19:54:37.294Z Downloaded russh-cryptovec v0.7.3
9812026-04-02T19:54:37.294Z Downloaded rustc_version v0.4.1
9822026-04-02T19:54:37.294Z Downloaded r2d2 v0.8.10
9832026-04-02T19:54:37.298Z Downloaded hickory-resolver v0.24.4
9842026-04-02T19:54:37.301Z Downloaded rand_chacha v0.9.0
9852026-04-02T19:54:37.301Z Downloaded postcard v1.1.3
9862026-04-02T19:54:37.301Z Downloaded expectorate v1.2.0
9872026-04-02T19:54:37.305Z Downloaded pkcs1 v0.7.5
9882026-04-02T19:54:37.305Z Downloaded postgres-types v0.2.12
9892026-04-02T19:54:37.309Z Downloaded p256 v0.13.2
9902026-04-02T19:54:37.313Z Downloaded rand_core v0.10.0
9912026-04-02T19:54:37.313Z Downloaded rand_core v0.9.5
9922026-04-02T19:54:37.313Z Downloaded rand_core v0.6.4
9932026-04-02T19:54:37.316Z Downloaded pkcs5 v0.7.1
9942026-04-02T19:54:37.316Z Downloaded salsa20 v0.10.2
9952026-04-02T19:54:37.320Z Downloaded rand_seeder v0.4.0
9962026-04-02T19:54:37.320Z Downloaded pkg-config v0.3.32
9972026-04-02T19:54:37.320Z Downloaded same-file v1.0.6
9982026-04-02T19:54:37.323Z Downloaded oso v0.27.3
9992026-04-02T19:54:37.352Z Downloaded scopeguard v1.2.0
10002026-04-02T19:54:37.352Z Downloaded resolv-conf v0.7.6
10012026-04-02T19:54:37.352Z Downloaded scheduled-thread-pool v0.2.7
10022026-04-02T19:54:37.352Z Downloaded parking_lot v0.12.5
10032026-04-02T19:54:37.353Z Downloaded peg-macros v0.8.5
10042026-04-02T19:54:37.353Z Downloaded papergrid v0.17.0
10052026-04-02T19:54:37.353Z Downloaded ref-cast v1.0.25
10062026-04-02T19:54:37.353Z Downloaded quinn-udp v0.5.14
10072026-04-02T19:54:37.353Z Downloaded miniz_oxide v0.8.9
10082026-04-02T19:54:37.357Z Downloaded secrecy v0.10.3
10092026-04-02T19:54:37.357Z Downloaded secrecy v0.8.0
10102026-04-02T19:54:37.357Z Downloaded scroll_derive v0.13.1
10112026-04-02T19:54:37.357Z Downloaded scrypt v0.11.0
10122026-04-02T19:54:37.360Z Downloaded http v1.4.0
10132026-04-02T19:54:37.364Z Downloaded jiff-static v0.2.21
10142026-04-02T19:54:37.371Z Downloaded serde-big-array v0.5.1
10152026-04-02T19:54:37.374Z Downloaded serde_repr v0.1.20
10162026-04-02T19:54:37.377Z Downloaded semver v0.1.20
10172026-04-02T19:54:37.377Z Downloaded serde_plain v1.0.2
10182026-04-02T19:54:37.380Z Downloaded serde_bytes v0.11.19
10192026-04-02T19:54:37.382Z Downloaded derive_more-impl v2.1.1
10202026-04-02T19:54:37.388Z Downloaded sha1 v0.10.6
10212026-04-02T19:54:37.392Z Downloaded signature v2.2.0
10222026-04-02T19:54:37.396Z Downloaded derive_more v2.1.1
10232026-04-02T19:54:37.400Z Downloaded openssl-sys v0.9.111
10242026-04-02T19:54:37.403Z Downloaded rustls-pemfile v2.2.0
10252026-04-02T19:54:37.406Z Downloaded rustls-pemfile v1.0.4
10262026-04-02T19:54:37.406Z Downloaded rustls-native-certs v0.8.3
10272026-04-02T19:54:37.409Z Downloaded oxnet v0.1.4
10282026-04-02T19:54:37.409Z Downloaded sigpipe v0.1.3
10292026-04-02T19:54:37.410Z Downloaded sapling-renderdag v0.1.0
10302026-04-02T19:54:37.413Z Downloaded shell-words v1.1.1
10312026-04-02T19:54:37.413Z Downloaded signal-hook-tokio v0.3.1
10322026-04-02T19:54:37.413Z Downloaded signal-hook-mio v0.2.5
10332026-04-02T19:54:37.413Z Downloaded siphasher v1.0.2
10342026-04-02T19:54:37.416Z Downloaded rusty-fork v0.3.1
10352026-04-02T19:54:37.419Z Downloaded rustversion v1.0.22
10362026-04-02T19:54:37.422Z Downloaded schemars_derive v0.8.22
10372026-04-02T19:54:37.422Z Downloaded minimal-lexical v0.2.1
10382026-04-02T19:54:37.426Z Downloaded prefix-trie v0.7.0
10392026-04-02T19:54:37.432Z Downloaded slog-envlogger v2.2.0
10402026-04-02T19:54:37.432Z Downloaded slog-bunyan v2.5.0
10412026-04-02T19:54:37.432Z Downloaded scroll v0.13.0
10422026-04-02T19:54:37.438Z Downloaded serde_spanned v1.0.4
10432026-04-02T19:54:37.445Z Downloaded sct v0.7.1
10442026-04-02T19:54:37.448Z Downloaded seq-macro v0.3.6
10452026-04-02T19:54:37.448Z Downloaded sec1 v0.7.3
10462026-04-02T19:54:37.448Z Downloaded russh-keys v0.45.0
10472026-04-02T19:54:37.448Z Downloaded progenitor-impl v0.13.0
10482026-04-02T19:54:37.454Z Downloaded progenitor-impl v0.11.2
10492026-04-02T19:54:37.458Z Downloaded hashbrown v0.13.2
10502026-04-02T19:54:37.458Z Downloaded hashbrown v0.12.3
10512026-04-02T19:54:37.461Z Downloaded serde_derive_internals v0.29.1
10522026-04-02T19:54:37.464Z Downloaded sqlparser_derive v0.5.0
10532026-04-02T19:54:37.467Z Downloaded serde_urlencoded v0.7.1
10542026-04-02T19:54:37.467Z Downloaded serde_path_to_error v0.1.20
10552026-04-02T19:54:37.467Z Downloaded ssh-cipher v0.2.0
10562026-04-02T19:54:37.470Z Downloaded serde-hex v0.1.0
10572026-04-02T19:54:37.470Z Downloaded ssh-encoding v0.2.0
10582026-04-02T19:54:37.473Z Downloaded pin-project v1.1.11
10592026-04-02T19:54:37.479Z Downloaded rustls-pki-types v1.14.0
10602026-04-02T19:54:37.484Z Downloaded shlex v1.3.0
10612026-04-02T19:54:37.484Z Downloaded strip-ansi-escapes v0.2.1
10622026-04-02T19:54:37.484Z Downloaded prettyplease v0.2.37
10632026-04-02T19:54:37.487Z Downloaded strum v0.26.3
10642026-04-02T19:54:37.487Z Downloaded pretty_assertions v1.4.1
10652026-04-02T19:54:37.493Z Downloaded structmeta-derive v0.3.0
10662026-04-02T19:54:37.497Z Downloaded slog-async v2.8.0
10672026-04-02T19:54:37.497Z Downloaded strum v0.27.2
10682026-04-02T19:54:37.500Z Downloaded slab v0.4.12
10692026-04-02T19:54:37.500Z Downloaded simd-adler32 v0.3.8
10702026-04-02T19:54:37.503Z Downloaded structmeta v0.3.0
10712026-04-02T19:54:37.506Z Downloaded signal-hook-registry v1.4.8
10722026-04-02T19:54:37.509Z Downloaded num-bigint v0.4.6
10732026-04-02T19:54:37.512Z Downloaded ron v0.8.1
10742026-04-02T19:54:37.518Z Downloaded smallvec v0.6.14
10752026-04-02T19:54:37.518Z Downloaded aes v0.8.4
10762026-04-02T19:54:37.518Z Downloaded sync-ptr v0.1.4
10772026-04-02T19:54:37.521Z Downloaded slog-term v2.9.2
10782026-04-02T19:54:37.522Z Downloaded take_mut v0.2.2
10792026-04-02T19:54:37.522Z Downloaded tagptr v0.2.0
10802026-04-02T19:54:37.522Z Downloaded tabwriter v1.4.1
10812026-04-02T19:54:37.526Z Downloaded slog-stdlog v4.1.1
10822026-04-02T19:54:37.526Z Downloaded slog-dtrace v0.3.0
10832026-04-02T19:54:37.531Z Downloaded subtle v2.6.1
10842026-04-02T19:54:37.535Z Downloaded sync_wrapper v1.0.2
10852026-04-02T19:54:37.538Z Downloaded tabled_derive v0.11.0
10862026-04-02T19:54:37.539Z Downloaded supports-color v3.0.2
10872026-04-02T19:54:37.542Z Downloaded progenitor-impl v0.10.0
10882026-04-02T19:54:37.542Z Downloaded serde_cbor v0.11.2
10892026-04-02T19:54:37.547Z Downloaded itertools v0.10.5
10902026-04-02T19:54:37.551Z Downloaded time-core v0.1.8
10912026-04-02T19:54:37.551Z Downloaded thiserror-impl-no-std v2.0.2
10922026-04-02T19:54:37.558Z Downloaded spki v0.7.3
10932026-04-02T19:54:37.558Z Downloaded smf v0.2.3
10942026-04-02T19:54:37.558Z Downloaded slog-scope v4.4.1
10952026-04-02T19:54:37.558Z Downloaded slog-json v2.6.1
10962026-04-02T19:54:37.562Z Downloaded crossterm v0.28.1
10972026-04-02T19:54:37.566Z Downloaded thread-id v5.1.0
10982026-04-02T19:54:37.569Z Downloaded testing_table v0.3.0
10992026-04-02T19:54:37.569Z Downloaded string_cache v0.8.9
11002026-04-02T19:54:37.569Z Downloaded static_assertions v1.1.0
11012026-04-02T19:54:37.572Z Downloaded stacker v0.1.23
11022026-04-02T19:54:37.572Z Downloaded tinyvec_macros v0.1.1
11032026-04-02T19:54:37.572Z Downloaded hyper-util v0.1.20
11042026-04-02T19:54:37.576Z Downloaded stringprep v0.1.5
11052026-04-02T19:54:37.579Z Downloaded serde_with_macros v3.17.0
11062026-04-02T19:54:37.579Z Downloaded hickory-server v0.25.2
11072026-04-02T19:54:37.583Z Downloaded strum_macros v0.24.3
11082026-04-02T19:54:37.583Z Downloaded support-bundle-viewer v0.1.2
11092026-04-02T19:54:37.592Z Downloaded rcgen v0.12.1
11102026-04-02T19:54:37.601Z Downloaded strum_macros v0.26.4
11112026-04-02T19:54:37.605Z Downloaded tap v1.0.1
11122026-04-02T19:54:37.618Z Downloaded strum_macros v0.27.2
11132026-04-02T19:54:37.624Z Downloaded hashbrown v0.15.5
11142026-04-02T19:54:37.628Z Downloaded quinn v0.11.9
11152026-04-02T19:54:37.630Z Downloaded publicsuffix v2.3.0
11162026-04-02T19:54:37.633Z Downloaded termtree v0.5.1
11172026-04-02T19:54:37.633Z Downloaded libxml v0.3.3
11182026-04-02T19:54:37.638Z Downloaded termios v0.3.3
11192026-04-02T19:54:37.638Z Downloaded snafu-derive v0.8.9
11202026-04-02T19:54:37.641Z Downloaded signal-hook v0.3.18
11212026-04-02T19:54:37.641Z Downloaded rand v0.8.5
11222026-04-02T19:54:37.649Z Downloaded time-macros v0.2.27
11232026-04-02T19:54:37.652Z Downloaded tower-service v0.3.3
11242026-04-02T19:54:37.652Z Downloaded thread_local v1.1.9
11252026-04-02T19:54:37.652Z Downloaded sqlformat v0.3.5
11262026-04-02T19:54:37.656Z Downloaded tls_codec v0.4.2
11272026-04-02T19:54:37.661Z Downloaded thiserror-no-std v2.0.2
11282026-04-02T19:54:37.664Z Downloaded slog v2.8.2
11292026-04-02T19:54:37.668Z Downloaded tokio-rustls v0.25.0
11302026-04-02T19:54:37.668Z Downloaded tiny-keccak v2.0.2
11312026-04-02T19:54:37.671Z Downloaded aes-gcm v0.10.3
11322026-04-02T19:54:37.671Z Downloaded itertools v0.13.0
11332026-04-02T19:54:37.674Z Downloaded serde_yaml v0.9.34+deprecated
11342026-04-02T19:54:37.677Z Downloaded similar v2.7.0
11352026-04-02T19:54:37.683Z Downloaded socket2 v0.6.2
11362026-04-02T19:54:37.683Z Downloaded typify-macro v0.4.3
11372026-04-02T19:54:37.683Z Downloaded tokio-macros v2.6.0
11382026-04-02T19:54:37.684Z Downloaded tls_codec_derive v0.4.2
11392026-04-02T19:54:37.688Z Downloaded unit-prefix v0.5.2
11402026-04-02T19:54:37.688Z Downloaded unarray v0.1.4
11412026-04-02T19:54:37.688Z Downloaded typify-macro v0.6.1
11422026-04-02T19:54:37.688Z Downloaded spin v0.9.8
11432026-04-02T19:54:37.694Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11442026-04-02T19:54:37.694Z Downloaded qorb v0.4.1
11452026-04-02T19:54:37.701Z Downloaded term v1.2.1
11462026-04-02T19:54:37.701Z Downloaded socket2 v0.5.10
11472026-04-02T19:54:37.701Z Downloaded tokio-dtrace v0.1.1
11482026-04-02T19:54:37.701Z Downloaded nom v7.1.3
11492026-04-02T19:54:37.707Z Downloaded rayon-core v1.13.0
11502026-04-02T19:54:37.707Z Downloaded term v0.7.0
11512026-04-02T19:54:37.707Z Downloaded num-bigint-dig v0.8.6
11522026-04-02T19:54:37.716Z Downloaded schemars v0.9.0
11532026-04-02T19:54:37.716Z Downloaded tokio-tungstenite v0.23.1
11542026-04-02T19:54:37.720Z Downloaded tokio-tungstenite v0.21.0
11552026-04-02T19:54:37.720Z Downloaded universal-hash v0.5.1
11562026-04-02T19:54:37.720Z Downloaded rsa v0.9.10
11572026-04-02T19:54:37.720Z Downloaded rand v0.9.2
11582026-04-02T19:54:37.727Z Downloaded rustls-platform-verifier v0.6.2
11592026-04-02T19:54:37.727Z Downloaded ryu v1.0.23
11602026-04-02T19:54:37.731Z Downloaded tokio-rustls v0.24.1
11612026-04-02T19:54:37.731Z Downloaded subprocess v0.2.15
11622026-04-02T19:54:37.731Z Downloaded usdt-attr-macro v0.6.0
11632026-04-02T19:54:37.732Z Downloaded iri-string v0.7.10
11642026-04-02T19:54:37.735Z Downloaded utf-8 v0.7.6
11652026-04-02T19:54:37.736Z Downloaded usdt-macro v0.6.0
11662026-04-02T19:54:37.736Z Downloaded usdt v0.6.0
11672026-04-02T19:54:37.742Z Downloaded tokio-rustls v0.26.4
11682026-04-02T19:54:37.742Z Downloaded untrusted v0.9.0
11692026-04-02T19:54:37.742Z Downloaded schemars v0.8.22
11702026-04-02T19:54:37.757Z Downloaded iddqd v0.3.17
11712026-04-02T19:54:37.757Z Downloaded crossterm v0.29.0
11722026-04-02T19:54:37.762Z Downloaded void v1.0.2
11732026-04-02T19:54:37.762Z Downloaded trait-variant v0.1.2
11742026-04-02T19:54:37.762Z Downloaded xshell-macros v0.2.7
11752026-04-02T19:54:37.762Z Downloaded mio v1.1.1
11762026-04-02T19:54:37.762Z Downloaded h2 v0.4.13
11772026-04-02T19:54:37.769Z Downloaded samael v0.0.19
11782026-04-02T19:54:37.769Z Downloaded hkdf v0.12.4
11792026-04-02T19:54:37.773Z Downloaded rustls-webpki v0.103.9
11802026-04-02T19:54:37.773Z Downloaded unicase v2.9.0
11812026-04-02T19:54:37.773Z Downloaded waitgroup v0.1.2
11822026-04-02T19:54:37.773Z Downloaded tinyvec v1.10.0
11832026-04-02T19:54:37.778Z Downloaded tokio-native-tls v0.3.1
11842026-04-02T19:54:37.781Z Downloaded hyper v1.8.1
11852026-04-02T19:54:37.784Z Downloaded itertools v0.14.0
11862026-04-02T19:54:37.791Z Downloaded schemars v1.2.1
11872026-04-02T19:54:37.795Z Downloaded xattr v1.6.1
11882026-04-02T19:54:37.799Z Downloaded itertools v0.12.1
11892026-04-02T19:54:37.802Z Downloaded tar v0.4.45
11902026-04-02T19:54:37.802Z Downloaded libm v0.2.16
11912026-04-02T19:54:37.807Z Downloaded aho-corasick v1.1.4
11922026-04-02T19:54:37.812Z Downloaded zeroize_derive v1.4.3
11932026-04-02T19:54:37.816Z Downloaded rand v0.10.0
11942026-04-02T19:54:37.816Z Downloaded blake3 v1.8.3
11952026-04-02T19:54:37.819Z Downloaded toml_parser v1.0.9+spec-1.1.0
11962026-04-02T19:54:37.823Z Downloaded try-lock v0.2.5
11972026-04-02T19:54:37.823Z Downloaded futures-util v0.3.32
11982026-04-02T19:54:37.828Z Downloaded untrusted v0.7.1
11992026-04-02T19:54:37.832Z Downloaded unicode-truncate v1.1.0
12002026-04-02T19:54:37.832Z Downloaded tracing-attributes v0.1.31
12012026-04-02T19:54:37.832Z Downloaded rustyline v14.0.0
12022026-04-02T19:54:37.836Z Downloaded zone v0.3.1
12032026-04-02T19:54:37.836Z Downloaded topological-sort v0.2.2
12042026-04-02T19:54:37.844Z Downloaded tower-layer v0.3.3
12052026-04-02T19:54:37.848Z Downloaded tokio-stream v0.1.18
12062026-04-02T19:54:37.855Z Downloaded rpassword v7.4.0
12072026-04-02T19:54:37.871Z Downloaded steno v0.4.1
12082026-04-02T19:54:37.879Z Downloaded xshell v0.2.7
12092026-04-02T19:54:37.884Z Downloaded snafu v0.8.9
12102026-04-02T19:54:37.884Z Downloaded toml v0.9.12+spec-1.1.0
12112026-04-02T19:54:37.884Z Downloaded xz2 v0.1.7
12122026-04-02T19:54:37.888Z Downloaded russh v0.45.0
12132026-04-02T19:54:37.891Z Downloaded p521 v0.13.3
12142026-04-02T19:54:37.896Z Downloaded test-strategy v0.4.5
12152026-04-02T19:54:37.899Z Downloaded tracing-core v0.1.36
12162026-04-02T19:54:37.902Z Downloaded zeroize v1.8.2
12172026-04-02T19:54:37.902Z Downloaded zstd v0.13.3
12182026-04-02T19:54:37.910Z Downloaded reedline v0.40.0
12192026-04-02T19:54:37.914Z Downloaded toml v0.7.8
12202026-04-02T19:54:37.917Z Downloaded whoami v2.1.0
12212026-04-02T19:54:37.920Z Downloaded usdt-impl v0.6.0
12222026-04-02T19:54:37.923Z Downloaded tui-tree-widget v0.23.1
12232026-04-02T19:54:37.937Z Downloaded unicode-properties v0.1.4
12242026-04-02T19:54:37.942Z Downloaded vergen-git2 v1.0.7
12252026-04-02T19:54:37.942Z Downloaded toml_writer v1.0.6+spec-1.1.0
12262026-04-02T19:54:37.942Z Downloaded ron v0.12.0
12272026-04-02T19:54:37.946Z Downloaded vergen-lib v0.1.6
12282026-04-02T19:54:37.946Z Downloaded vergen-gitcl v1.0.8
12292026-04-02T19:54:37.952Z Downloaded zone_cfg_derive v0.3.1
12302026-04-02T19:54:37.952Z Downloaded yasna v0.5.2
12312026-04-02T19:54:37.952Z Downloaded uuid v1.21.0
12322026-04-02T19:54:37.952Z Downloaded walkdir v2.5.0
12332026-04-02T19:54:37.952Z Downloaded toml_edit v0.23.10+spec-1.0.0
12342026-04-02T19:54:37.955Z Downloaded p384 v0.13.1
12352026-04-02T19:54:37.962Z Downloaded zstd-safe v7.2.4
12362026-04-02T19:54:37.962Z Downloaded uzers v0.12.2
12372026-04-02T19:54:37.967Z Downloaded ssh-key v0.6.7
12382026-04-02T19:54:37.967Z Downloaded twox-hash v2.1.2
12392026-04-02T19:54:37.967Z Downloaded vte v0.14.1
12402026-04-02T19:54:37.972Z Downloaded reqwest v0.12.28
12412026-04-02T19:54:37.985Z Downloaded unicode-bidi v0.3.18
12422026-04-02T19:54:37.989Z Downloaded aws-lc-rs v1.16.0
12432026-04-02T19:54:37.996Z Downloaded unsafe-libyaml v0.2.11
12442026-04-02T19:54:38.005Z Downloaded vsss-rs v3.3.4
12452026-04-02T19:54:38.008Z Downloaded whoami v1.6.1
12462026-04-02T19:54:38.011Z Downloaded zopfli v0.8.3
12472026-04-02T19:54:38.020Z Downloaded wyz v0.5.1
12482026-04-02T19:54:38.023Z Downloaded tokio-postgres v0.7.16
12492026-04-02T19:54:38.029Z Downloaded bitvec v1.0.1
12502026-04-02T19:54:38.036Z Downloaded typify v0.6.1
12512026-04-02T19:54:38.039Z Downloaded regex v1.12.3
12522026-04-02T19:54:38.039Z Downloaded unicode_categories v0.1.1
12532026-04-02T19:54:38.039Z Downloaded reqwest v0.13.2
12542026-04-02T19:54:38.048Z Downloaded chrono v0.4.44
12552026-04-02T19:54:38.053Z Downloaded yansi v1.0.1
12562026-04-02T19:54:38.053Z Downloaded portable-atomic v1.13.1
12572026-04-02T19:54:38.053Z Downloaded toml_edit v0.19.15
12582026-04-02T19:54:38.059Z Downloaded typify v0.4.3
12592026-04-02T19:54:38.062Z Downloaded lalrpop v0.19.12
12602026-04-02T19:54:38.070Z Downloaded git2 v0.20.4
12612026-04-02T19:54:38.086Z Downloaded zerocopy-derive v0.8.40
12622026-04-02T19:54:38.092Z Downloaded bindgen v0.71.1
12632026-04-02T19:54:38.098Z Downloaded salty v0.3.0
12642026-04-02T19:54:38.105Z Downloaded typed-path v0.9.3
12652026-04-02T19:54:38.105Z Downloaded quick-xml v0.37.5
12662026-04-02T19:54:38.112Z Downloaded moka v0.12.13
12672026-04-02T19:54:38.112Z Downloaded x509-cert v0.2.5
12682026-04-02T19:54:38.116Z Downloaded wait-timeout v0.2.1
12692026-04-02T19:54:38.116Z Downloaded rayon v1.11.0
12702026-04-02T19:54:38.126Z Downloaded rustls-webpki v0.101.7
12712026-04-02T19:54:38.134Z Downloaded zip v0.6.6
12722026-04-02T19:54:38.141Z Downloaded vergen v9.0.6
12732026-04-02T19:54:38.147Z Downloaded tokio-util v0.7.18
12742026-04-02T19:54:38.147Z Downloaded serde_with v3.17.0
12752026-04-02T19:54:38.151Z Downloaded goblin v0.10.5
12762026-04-02T19:54:38.165Z Downloaded want v0.3.1
12772026-04-02T19:54:38.172Z Downloaded object v0.30.4
12782026-04-02T19:54:38.179Z Downloaded tungstenite v0.21.0
12792026-04-02T19:54:38.184Z Downloaded nix v0.27.1
12802026-04-02T19:54:38.210Z Downloaded petname v2.0.2
12812026-04-02T19:54:38.218Z Downloaded tower v0.5.3
12822026-04-02T19:54:38.218Z Downloaded tungstenite v0.23.0
12832026-04-02T19:54:38.218Z Downloaded proptest v1.10.0
12842026-04-02T19:54:38.222Z Downloaded winnow v0.5.40
12852026-04-02T19:54:38.222Z Downloaded polar-core v0.27.3
12862026-04-02T19:54:38.227Z Downloaded radix_trie v0.2.1
12872026-04-02T19:54:38.230Z Downloaded curve25519-dalek v4.1.3
12882026-04-02T19:54:38.237Z Downloaded rustls-webpki v0.102.8
12892026-04-02T19:54:38.256Z Downloaded zerocopy v0.6.6
12902026-04-02T19:54:38.273Z Downloaded nix v0.28.0
12912026-04-02T19:54:38.281Z Downloaded smoltcp v0.9.1
12922026-04-02T19:54:38.287Z Downloaded quinn-proto v0.11.13
12932026-04-02T19:54:38.294Z Downloaded unicode-segmentation v1.12.0
12942026-04-02T19:54:38.303Z Downloaded regex-syntax v0.6.29
12952026-04-02T19:54:38.309Z Downloaded nix v0.29.0
12962026-04-02T19:54:38.321Z Downloaded zlib-rs v0.6.2
12972026-04-02T19:54:38.324Z Downloaded vcpkg v0.2.15
12982026-04-02T19:54:38.348Z Downloaded openssl v0.10.75
12992026-04-02T19:54:38.353Z Downloaded object v0.37.3
13002026-04-02T19:54:38.360Z Downloaded zip v4.6.1
13012026-04-02T19:54:38.364Z Downloaded regex-syntax v0.8.10
13022026-04-02T19:54:38.368Z Downloaded tabled v0.20.0
13032026-04-02T19:54:38.376Z Downloaded winnow v0.6.26
13042026-04-02T19:54:38.385Z Downloaded unicode-normalization v0.1.25
13052026-04-02T19:54:38.385Z Downloaded tough v0.20.0
13062026-04-02T19:54:38.389Z Downloaded dropshot v0.16.7
13072026-04-02T19:54:38.400Z Downloaded rustls v0.21.12
13082026-04-02T19:54:38.403Z Downloaded time v0.3.47
13092026-04-02T19:54:38.409Z Downloaded tower-http v0.6.8
13102026-04-02T19:54:38.415Z Downloaded hickory-proto v0.24.4
13112026-04-02T19:54:38.422Z Downloaded nix v0.31.1
13122026-04-02T19:54:38.487Z Downloaded tracing v0.1.44
13132026-04-02T19:54:38.497Z Downloaded hickory-proto v0.25.2
13142026-04-02T19:54:38.507Z Downloaded rustls v0.22.4
13152026-04-02T19:54:38.515Z Downloaded webpki-roots v1.0.6
13162026-04-02T19:54:38.520Z Downloaded diesel v2.3.7
13172026-04-02T19:54:38.527Z Downloaded smoltcp v0.11.0
13182026-04-02T19:54:38.533Z Downloaded rustix v0.38.44
13192026-04-02T19:54:38.548Z Downloaded regress v0.10.5
13202026-04-02T19:54:38.559Z Downloaded rustls v0.23.37
13212026-04-02T19:54:38.564Z Downloaded ratatui v0.29.0
13222026-04-02T19:54:38.571Z Downloaded openapiv3 v2.2.0
13232026-04-02T19:54:38.575Z Downloaded regex-automata v0.4.14
13242026-04-02T19:54:38.584Z Downloaded bzip2-sys v0.1.13+1.0.8
13252026-04-02T19:54:38.593Z Downloaded petgraph v0.6.5
13262026-04-02T19:54:38.601Z Downloaded zerocopy v0.8.40
13272026-04-02T19:54:38.606Z Downloaded chrono-tz v0.10.4
13282026-04-02T19:54:38.619Z Downloaded petgraph v0.8.3
13292026-04-02T19:54:38.643Z Downloaded sqlparser v0.61.0
13302026-04-02T19:54:38.649Z Downloaded sha3 v0.10.8
13312026-04-02T19:54:38.659Z Downloaded sled v0.34.7
13322026-04-02T19:54:38.666Z Downloaded tokio v1.49.0
13332026-04-02T19:54:38.742Z Downloaded typify-impl v0.4.3
13342026-04-02T19:54:38.751Z Downloaded typify-impl v0.6.1
13352026-04-02T19:54:38.759Z Downloaded ring v0.17.14
13362026-04-02T19:54:38.814Z Downloaded lzma-sys v0.1.20
13372026-04-02T19:54:38.829Z Downloaded zerocopy-derive v0.6.6
13382026-04-02T19:54:38.837Z Downloaded jiff v0.2.21
13392026-04-02T19:54:38.870Z Downloaded csv v1.4.0
13402026-04-02T19:54:38.880Z Downloaded libz-sys v1.1.24
13412026-04-02T19:54:38.880Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13422026-04-02T19:54:38.960Z Downloaded encoding_rs v0.8.35
13432026-04-02T19:54:38.968Z Downloaded libgit2-sys v0.18.3+1.9.2
13442026-04-02T19:54:39.404Z Downloaded aws-lc-sys v0.37.1
13452026-04-02T19:54:39.652Z Compiling libc v0.2.180
13462026-04-02T19:54:39.652Z Compiling serde v1.0.228
13472026-04-02T19:54:39.656Z Compiling log v0.4.29
13482026-04-02T19:54:39.656Z Compiling shlex v1.3.0
13492026-04-02T19:54:39.788Z Compiling find-msvc-tools v0.1.9
13502026-04-02T19:54:39.792Z Compiling smallvec v1.15.1
13512026-04-02T19:54:39.803Z Compiling syn v2.0.117
13522026-04-02T19:54:39.810Z Compiling typenum v1.19.0
13532026-04-02T19:54:39.974Z Compiling generic-array v0.14.7
13542026-04-02T19:54:39.989Z Compiling subtle v2.6.1
13552026-04-02T19:54:40.004Z Compiling scopeguard v1.2.0
13562026-04-02T19:54:40.080Z Compiling portable-atomic v1.13.1
13572026-04-02T19:54:40.108Z Compiling lock_api v0.4.14
13582026-04-02T19:54:40.123Z Compiling const-oid v0.9.6
13592026-04-02T19:54:40.150Z Compiling critical-section v1.2.0
13602026-04-02T19:54:40.221Z Compiling zerocopy v0.8.40
13612026-04-02T19:54:40.249Z Compiling pin-project-lite v0.2.17
13622026-04-02T19:54:40.335Z Compiling parking_lot_core v0.9.12
13632026-04-02T19:54:40.350Z Compiling serde_json v1.0.149
13642026-04-02T19:54:40.612Z Compiling getrandom v0.2.17
13652026-04-02T19:54:40.625Z Compiling jobserver v0.1.34
13662026-04-02T19:54:40.665Z Compiling errno v0.3.14
13672026-04-02T19:54:40.775Z Compiling rand_core v0.6.4
13682026-04-02T19:54:40.818Z Compiling cc v1.2.56
13692026-04-02T19:54:40.845Z Compiling signal-hook-registry v1.4.8
13702026-04-02T19:54:40.989Z Compiling once_cell v1.21.3
13712026-04-02T19:54:41.044Z Compiling pkg-config v0.3.32
13722026-04-02T19:54:41.079Z Compiling parking_lot v0.12.5
13732026-04-02T19:54:41.106Z Compiling mio v1.1.1
13742026-04-02T19:54:41.153Z Compiling bitflags v2.11.0
13752026-04-02T19:54:41.206Z Compiling libm v0.2.16
13762026-04-02T19:54:41.378Z Compiling num-traits v0.2.19
13772026-04-02T19:54:41.444Z Compiling futures-core v0.3.32
13782026-04-02T19:54:41.557Z Compiling socket2 v0.6.2
13792026-04-02T19:54:41.572Z Compiling percent-encoding v2.3.2
13802026-04-02T19:54:41.598Z Compiling allocator-api2 v0.2.21
13812026-04-02T19:54:41.676Z Compiling cpufeatures v0.2.17
13822026-04-02T19:54:41.746Z Compiling futures-sink v0.3.32
13832026-04-02T19:54:41.761Z Compiling foldhash v0.2.0
13842026-04-02T19:54:41.764Z Compiling futures-task v0.3.32
13852026-04-02T19:54:41.855Z Compiling futures-channel v0.3.32
13862026-04-02T19:54:41.919Z Compiling hashbrown v0.16.1
13872026-04-02T19:54:41.942Z Compiling slab v0.4.12
13882026-04-02T19:54:41.945Z Compiling getrandom v0.4.1
13892026-04-02T19:54:41.970Z Compiling futures-io v0.3.32
13902026-04-02T19:54:42.082Z Compiling rand_core v0.10.0
13912026-04-02T19:54:42.133Z Compiling getrandom v0.3.4
13922026-04-02T19:54:42.244Z Compiling rustversion v1.0.22
13932026-04-02T19:54:42.307Z Compiling form_urlencoded v1.2.2
13942026-04-02T19:54:42.491Z Compiling cmake v0.1.57
13952026-04-02T19:54:42.579Z Compiling indexmap v2.13.0
13962026-04-02T19:54:42.710Z Compiling dunce v1.0.5
13972026-04-02T19:54:42.726Z Compiling synstructure v0.13.2
13982026-04-02T19:54:42.813Z Compiling fs_extra v1.3.0
13992026-04-02T19:54:42.921Z Compiling base64ct v1.8.3
14002026-04-02T19:54:43.019Z Compiling ident_case v1.0.1
14012026-04-02T19:54:43.103Z Compiling aws-lc-sys v0.37.1
14022026-04-02T19:54:43.171Z Compiling flagset v0.4.7
14032026-04-02T19:54:43.229Z Compiling pem-rfc7468 v0.7.0
14042026-04-02T19:54:43.242Z Compiling rand_core v0.9.5
14052026-04-02T19:54:43.259Z Compiling iana-time-zone v0.1.65
14062026-04-02T19:54:43.273Z Compiling rustix v1.1.3
14072026-04-02T19:54:43.313Z Compiling uuid v1.21.0
14082026-04-02T19:54:44.396Z Compiling ring v0.17.14
14092026-04-02T19:54:44.402Z Compiling rustc_version v0.4.1
14102026-04-02T19:54:44.402Z Compiling aws-lc-rs v1.16.0
14112026-04-02T19:54:44.402Z Compiling regex-syntax v0.8.10
14122026-04-02T19:54:44.403Z Compiling vcpkg v0.2.15
14132026-04-02T19:54:44.403Z Compiling tracing-core v0.1.36
14142026-04-02T19:54:44.403Z Compiling crossbeam-utils v0.8.21
14152026-04-02T19:54:44.403Z Compiling pest_generator v2.8.6
14162026-04-02T19:54:44.403Z Compiling serde_derive_internals v0.29.1
14172026-04-02T19:54:44.533Z Compiling serde_derive v1.0.228
14182026-04-02T19:54:44.565Z Compiling zeroize_derive v1.4.3
14192026-04-02T19:54:45.056Z Compiling zerofrom-derive v0.1.6
14202026-04-02T19:54:45.064Z Compiling yoke-derive v0.8.1
14212026-04-02T19:54:45.215Z Compiling zeroize v1.8.2
14222026-04-02T19:54:45.305Z Compiling zerocopy-derive v0.8.40
14232026-04-02T19:54:45.967Z Compiling crypto-common v0.1.7
14242026-04-02T19:54:45.988Z Compiling block-buffer v0.10.4
14252026-04-02T19:54:46.100Z Compiling zerovec-derive v0.11.2
14262026-04-02T19:54:46.154Z Compiling digest v0.10.7
14272026-04-02T19:54:46.248Z Compiling displaydoc v0.2.5
14282026-04-02T19:54:46.394Z Compiling tokio-macros v2.6.0
14292026-04-02T19:54:46.450Z Compiling zerofrom v0.1.6
14302026-04-02T19:54:46.582Z Compiling yoke v0.8.1
14312026-04-02T19:54:46.776Z Compiling hmac v0.12.1
14322026-04-02T19:54:46.923Z Compiling futures-macro v0.3.32
14332026-04-02T19:54:46.990Z Compiling zerotrie v0.2.3
14342026-04-02T19:54:47.104Z Compiling block-padding v0.3.3
14352026-04-02T19:54:47.215Z Compiling zerovec v0.11.5
14362026-04-02T19:54:47.316Z Compiling inout v0.1.4
14372026-04-02T19:54:47.339Z Compiling sha2 v0.10.9
14382026-04-02T19:54:47.488Z Compiling cipher v0.4.4
14392026-04-02T19:54:47.730Z Compiling tinystr v0.8.2
14402026-04-02T19:54:47.746Z Compiling potential_utf v0.1.4
14412026-04-02T19:54:47.761Z Compiling futures-util v0.3.32
14422026-04-02T19:54:47.908Z Compiling icu_locale_core v2.1.1
14432026-04-02T19:54:47.928Z Compiling icu_collections v2.1.1
14442026-04-02T19:54:48.022Z Compiling bytes v1.11.1
14452026-04-02T19:54:48.354Z Compiling der_derive v0.7.3
14462026-04-02T19:54:48.412Z Compiling chrono v0.4.44
14472026-04-02T19:54:48.482Z Compiling tokio v1.49.0
14482026-04-02T19:54:48.631Z Compiling icu_provider v2.1.1
14492026-04-02T19:54:48.798Z Compiling http v1.4.0
14502026-04-02T19:54:48.930Z Compiling icu_properties v2.1.2
14512026-04-02T19:54:49.309Z Compiling icu_normalizer v2.1.1
14522026-04-02T19:54:49.704Z Compiling ppv-lite86 v0.2.21
14532026-04-02T19:54:49.783Z Compiling idna_adapter v1.2.1
14542026-04-02T19:54:49.798Z Compiling der v0.7.10
14552026-04-02T19:54:49.836Z Compiling salsa20 v0.10.2
14562026-04-02T19:54:49.921Z Compiling idna v1.1.0
14572026-04-02T19:54:49.976Z Compiling pbkdf2 v0.12.2
14582026-04-02T19:54:50.017Z Compiling thiserror-impl v2.0.18
14592026-04-02T19:54:50.032Z Compiling rand_chacha v0.9.0
14602026-04-02T19:54:50.069Z Compiling scrypt v0.11.0
14612026-04-02T19:54:50.085Z Compiling aes v0.8.4
14622026-04-02T19:54:50.320Z Compiling url v2.5.8
14632026-04-02T19:54:50.560Z Compiling cbc v0.1.2
14642026-04-02T19:54:50.708Z Compiling spki v0.7.3
14652026-04-02T19:54:50.723Z Compiling rustls-pki-types v1.14.0
14662026-04-02T19:54:50.917Z Compiling openssl-sys v0.9.111
14672026-04-02T19:54:50.974Z Compiling tracing-attributes v0.1.31
14682026-04-02T19:54:51.108Z Compiling pkcs5 v0.7.1
14692026-04-02T19:54:51.131Z Compiling rand v0.9.2
14702026-04-02T19:54:51.162Z Compiling http-body v1.0.1
14712026-04-02T19:54:51.316Z Compiling schemars v0.8.22
14722026-04-02T19:54:51.330Z Compiling thiserror v2.0.18
14732026-04-02T19:54:51.439Z Compiling syn v1.0.109
14742026-04-02T19:54:51.512Z Compiling httparse v1.10.1
14752026-04-02T19:54:51.527Z Compiling base64 v0.22.1
14762026-04-02T19:54:51.572Z Compiling untrusted v0.9.0
14772026-04-02T19:54:51.697Z Compiling openssl-probe v0.2.1
14782026-04-02T19:54:51.737Z Compiling untrusted v0.7.1
14792026-04-02T19:54:51.891Z Compiling pkcs8 v0.10.2
14802026-04-02T19:54:51.904Z Compiling schemars_derive v0.8.22
14812026-04-02T19:54:51.917Z Compiling pest_derive v2.8.6
14822026-04-02T19:54:51.920Z Compiling scroll_derive v0.13.1
14832026-04-02T19:54:52.245Z Compiling tokio-util v0.7.18
14842026-04-02T19:54:52.280Z Compiling tracing v0.1.44
14852026-04-02T19:54:52.551Z Compiling darling_core v0.20.11
14862026-04-02T19:54:52.762Z Compiling tower-service v0.3.3
14872026-04-02T19:54:52.860Z Compiling try-lock v0.2.5
14882026-04-02T19:54:52.881Z Compiling tinyvec_macros v0.1.1
14892026-04-02T19:54:52.954Z Compiling rustls v0.23.37
14902026-04-02T19:54:52.968Z Compiling dyn-clone v1.0.20
14912026-04-02T19:54:53.110Z Compiling tower-layer v0.3.3
14922026-04-02T19:54:53.135Z Compiling atomic-waker v1.1.2
14932026-04-02T19:54:53.256Z Compiling h2 v0.4.13
14942026-04-02T19:54:53.270Z Compiling want v0.3.1
14952026-04-02T19:54:53.291Z Compiling tinyvec v1.10.0
14962026-04-02T19:54:53.438Z Compiling scroll v0.13.0
14972026-04-02T19:54:53.708Z Compiling ipnet v2.11.0
14982026-04-02T19:54:53.931Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14992026-04-02T19:54:54.118Z Compiling spin v0.9.8
15002026-04-02T19:54:54.210Z Compiling aho-corasick v1.1.4
15012026-04-02T19:54:54.311Z Compiling time-core v0.1.8
15022026-04-02T19:54:54.327Z Compiling powerfmt v0.2.0
15032026-04-02T19:54:54.459Z Compiling foreign-types-shared v0.1.1
15042026-04-02T19:54:54.499Z Compiling pin-utils v0.1.0
15052026-04-02T19:54:54.530Z Compiling crc32fast v1.5.0
15062026-04-02T19:54:54.547Z Compiling openssl v0.10.75
15072026-04-02T19:54:54.572Z Compiling httpdate v1.0.3
15082026-04-02T19:54:54.777Z Compiling num-conv v0.2.0
15092026-04-02T19:54:54.823Z Compiling tempfile v3.25.0
15102026-04-02T19:54:54.839Z Compiling darling_macro v0.20.11
15112026-04-02T19:54:54.853Z Compiling foreign-types v0.3.2
15122026-04-02T19:54:54.905Z Compiling time-macros v0.2.27
15132026-04-02T19:54:54.925Z Compiling deranged v0.5.8
15142026-04-02T19:54:55.189Z Compiling regex-automata v0.4.14
15152026-04-02T19:54:55.304Z Compiling darling v0.20.11
15162026-04-02T19:54:55.882Z Compiling goblin v0.10.5
15172026-04-02T19:54:55.967Z Compiling openssl-macros v0.1.1
15182026-04-02T19:54:56.353Z Compiling hyper v1.8.1
15192026-04-02T19:54:56.419Z Compiling thiserror-impl v1.0.69
15202026-04-02T19:54:57.180Z Compiling wait-timeout v0.2.1
15212026-04-02T19:54:57.450Z Compiling bit-vec v0.8.0
15222026-04-02T19:54:57.492Z Compiling usdt-impl v0.6.0
15232026-04-02T19:54:57.686Z Compiling siphasher v1.0.2
15242026-04-02T19:54:57.703Z Compiling either v1.15.0
15252026-04-02T19:54:57.756Z Compiling num_threads v0.1.7
15262026-04-02T19:54:57.859Z Compiling quick-error v1.2.3
15272026-04-02T19:54:57.878Z Compiling native-tls v0.2.18
15282026-04-02T19:54:57.912Z Compiling simd-adler32 v0.3.8
15292026-04-02T19:54:57.967Z Compiling rusty-fork v0.3.1
15302026-04-02T19:54:57.989Z Compiling time v0.3.47
15312026-04-02T19:54:58.102Z Compiling thiserror v1.0.69
15322026-04-02T19:54:58.181Z Compiling bit-set v0.8.0
15332026-04-02T19:54:58.209Z Compiling hyper-util v0.1.20
15342026-04-02T19:54:58.341Z Compiling derive_builder_core v0.20.2
15352026-04-02T19:54:59.223Z Compiling dof v0.4.0
15362026-04-02T19:54:59.539Z Compiling unicode-normalization v0.1.25
15372026-04-02T19:54:59.567Z Compiling crossbeam-epoch v0.9.18
15382026-04-02T19:54:59.883Z Compiling dtrace-parser v0.3.0
15392026-04-02T19:54:59.920Z Compiling rustls-native-certs v0.8.3
15402026-04-02T19:54:59.992Z Compiling signature v2.2.0
15412026-04-02T19:55:00.170Z Compiling scroll_derive v0.12.1
15422026-04-02T19:55:00.207Z Compiling heapless v0.7.17
15432026-04-02T19:55:00.239Z Compiling rand_xorshift v0.4.0
15442026-04-02T19:55:00.376Z Compiling slog v2.8.2
15452026-04-02T19:55:00.398Z Compiling darling_core v0.21.3
15462026-04-02T19:55:00.439Z Compiling bzip2-sys v0.1.13+1.0.8
15472026-04-02T19:55:00.558Z Compiling sync_wrapper v1.0.2
15482026-04-02T19:55:00.612Z Compiling thread-id v5.1.0
15492026-04-02T19:55:00.668Z Compiling cookie v0.18.1
15502026-04-02T19:55:00.697Z Compiling rayon-core v1.13.0
15512026-04-02T19:55:00.714Z Compiling unarray v0.1.4
15522026-04-02T19:55:00.818Z Compiling anyhow v1.0.102
15532026-04-02T19:55:00.833Z Compiling unicode-properties v0.1.4
15542026-04-02T19:55:00.850Z Compiling paste v1.0.15
15552026-04-02T19:55:00.873Z Compiling zstd-safe v7.2.4
15562026-04-02T19:55:01.058Z Compiling signal-hook v0.3.18
15572026-04-02T19:55:01.068Z Compiling adler2 v2.0.1
15582026-04-02T19:55:01.119Z Compiling unicode-bidi v0.3.18
15592026-04-02T19:55:01.122Z Compiling unicode-segmentation v1.12.0
15602026-04-02T19:55:01.186Z Compiling miniz_oxide v0.8.9
15612026-04-02T19:55:01.354Z Compiling scroll v0.12.0
15622026-04-02T19:55:01.413Z Compiling proptest v1.10.0
15632026-04-02T19:55:01.511Z Compiling stringprep v0.1.5
15642026-04-02T19:55:01.818Z Compiling tower v0.5.3
15652026-04-02T19:55:02.000Z Compiling crossbeam-deque v0.8.6
15662026-04-02T19:55:02.193Z Compiling derive_builder_macro v0.20.2
15672026-04-02T19:55:02.239Z Compiling ipnetwork v0.21.1
15682026-04-02T19:55:02.253Z Compiling http-body-util v0.1.3
15692026-04-02T19:55:02.327Z Compiling webpki-roots v1.0.6
15702026-04-02T19:55:02.376Z Compiling rand_chacha v0.3.1
15712026-04-02T19:55:02.450Z Compiling toml_datetime v0.6.11
15722026-04-02T19:55:02.497Z Compiling serde_spanned v0.6.9
15732026-04-02T19:55:02.634Z Compiling erased-serde v0.3.31
15742026-04-02T19:55:02.649Z Compiling serde_tokenstream v0.2.3
15752026-04-02T19:55:02.652Z Compiling md-5 v0.10.6
15762026-04-02T19:55:02.712Z Compiling zerocopy-derive v0.7.35
15772026-04-02T19:55:02.832Z Compiling curve25519-dalek v4.1.3
15782026-04-02T19:55:02.947Z Compiling darling_macro v0.21.3
15792026-04-02T19:55:02.970Z Compiling vergen-lib v0.1.6
15802026-04-02T19:55:03.131Z Compiling num-integer v0.1.46
15812026-04-02T19:55:03.155Z Compiling hash32 v0.2.1
15822026-04-02T19:55:03.170Z Compiling ff v0.13.1
15832026-04-02T19:55:03.218Z Compiling memoffset v0.9.1
15842026-04-02T19:55:03.307Z Compiling smoltcp v0.9.1
15852026-04-02T19:55:03.345Z Compiling zlib-rs v0.6.2
15862026-04-02T19:55:03.413Z Compiling psl-types v2.0.11
15872026-04-02T19:55:03.427Z Compiling rustix v0.38.44
15882026-04-02T19:55:03.456Z Compiling base16ct v0.2.0
15892026-04-02T19:55:03.539Z Compiling fallible-iterator v0.2.0
15902026-04-02T19:55:03.588Z Compiling cfg_aliases v0.2.1
15912026-04-02T19:55:03.635Z Compiling iri-string v0.7.10
15922026-04-02T19:55:03.649Z Compiling num-bigint-dig v0.8.6
15932026-04-02T19:55:03.677Z Compiling ryu v1.0.23
15942026-04-02T19:55:03.772Z Compiling ref-cast v1.0.25
15952026-04-02T19:55:03.830Z Compiling litrs v1.0.0
15962026-04-02T19:55:03.859Z Compiling postgres-protocol v0.6.10
15972026-04-02T19:55:03.876Z Compiling serde_urlencoded v0.7.1
15982026-04-02T19:55:04.118Z Compiling newtype-uuid v1.3.2
15992026-04-02T19:55:04.226Z Compiling nix v0.31.1
16002026-04-02T19:55:04.331Z Compiling document-features v0.2.12
16012026-04-02T19:55:04.423Z Compiling zerocopy v0.7.35
16022026-04-02T19:55:04.449Z Compiling sec1 v0.7.3
16032026-04-02T19:55:04.597Z Compiling publicsuffix v2.3.0
16042026-04-02T19:55:04.730Z Compiling darling v0.21.3
16052026-04-02T19:55:04.773Z Compiling tower-http v0.6.8
16062026-04-02T19:55:04.918Z Compiling num-iter v0.1.45
16072026-04-02T19:55:04.969Z Compiling group v0.13.0
16082026-04-02T19:55:05.142Z Compiling derive_builder v0.20.2
16092026-04-02T19:55:05.155Z Compiling rand v0.8.5
16102026-04-02T19:55:05.169Z Compiling oxnet v0.1.4
16112026-04-02T19:55:05.367Z Compiling proc-macro-error v1.0.4
16122026-04-02T19:55:05.506Z Compiling tokio-native-tls v0.3.1
16132026-04-02T19:55:05.673Z Compiling goblin v0.8.2
16142026-04-02T19:55:05.677Z Compiling heck v0.4.1
16152026-04-02T19:55:06.107Z Compiling phf_shared v0.13.1
16162026-04-02T19:55:06.345Z Compiling flate2 v1.1.9
16172026-04-02T19:55:06.346Z Compiling hubpack_derive v0.1.1
16182026-04-02T19:55:06.436Z Compiling regex v1.12.3
16192026-04-02T19:55:06.468Z Compiling lazy_static v1.5.0
16202026-04-02T19:55:06.525Z Compiling cargo-platform v0.1.9
16212026-04-02T19:55:06.563Z Compiling hkdf v0.12.4
16222026-04-02T19:55:06.733Z Compiling crypto-bigint v0.5.5
16232026-04-02T19:55:06.752Z Compiling terminal_size v0.4.3
16242026-04-02T19:55:06.784Z Compiling strum_macros v0.27.2
16252026-04-02T19:55:06.798Z Compiling async-trait v0.1.89
16262026-04-02T19:55:06.861Z Compiling ref-cast-impl v1.0.25
16272026-04-02T19:55:06.886Z Compiling curve25519-dalek-derive v0.1.1
16282026-04-02T19:55:07.473Z Compiling daft-derive v0.1.5
16292026-04-02T19:55:07.569Z Compiling vergen v9.0.6
16302026-04-02T19:55:07.752Z Compiling fs-err v3.3.0
16312026-04-02T19:55:07.857Z Compiling ahash v0.8.12
16322026-04-02T19:55:07.945Z Compiling libbz2-rs-sys v0.2.2
16332026-04-02T19:55:08.065Z Compiling foldhash v0.1.5
16342026-04-02T19:55:08.197Z Compiling bitflags v1.3.2
16352026-04-02T19:55:08.240Z Compiling winnow v0.5.40
16362026-04-02T19:55:08.276Z Compiling object v0.37.3
16372026-04-02T19:55:08.549Z Compiling managed v0.8.0
16382026-04-02T19:55:08.639Z Compiling bumpalo v3.20.2
16392026-04-02T19:55:08.806Z Compiling strum v0.27.2
16402026-04-02T19:55:08.892Z Compiling zopfli v0.8.3
16412026-04-02T19:55:08.933Z Compiling console v0.16.2
16422026-04-02T19:55:08.995Z Compiling bzip2 v0.6.1
16432026-04-02T19:55:09.182Z Compiling clap_builder v4.5.60
16442026-04-02T19:55:09.201Z Compiling daft v0.1.5
16452026-04-02T19:55:09.480Z Compiling hashbrown v0.15.5
16462026-04-02T19:55:09.536Z Compiling toml_edit v0.19.15
16472026-04-02T19:55:09.564Z Compiling dof v0.3.0
16482026-04-02T19:55:09.667Z Compiling elliptic-curve v0.13.8
16492026-04-02T19:55:10.065Z Compiling hubpack v0.1.2
16502026-04-02T19:55:10.132Z Compiling cargo_metadata v0.19.2
16512026-04-02T19:55:10.285Z Compiling phf v0.13.1
16522026-04-02T19:55:10.444Z Compiling signal-hook-mio v0.2.5
16532026-04-02T19:55:10.564Z Compiling cookie_store v0.22.1
16542026-04-02T19:55:11.472Z Compiling zone_cfg_derive v0.3.1
16552026-04-02T19:55:11.582Z Compiling rayon v1.11.0
16562026-04-02T19:55:12.101Z Compiling zstd v0.13.3
16572026-04-02T19:55:12.174Z Compiling hyper-tls v0.6.0
16582026-04-02T19:55:12.177Z Compiling bzip2 v0.4.4
16592026-04-02T19:55:12.410Z Compiling serde_with_macros v3.17.0
16602026-04-02T19:55:12.460Z Compiling postgres-types v0.2.12
16612026-04-02T19:55:12.479Z Compiling usdt-macro v0.6.0
16622026-04-02T19:55:12.730Z Compiling usdt-attr-macro v0.6.0
16632026-04-02T19:55:13.036Z Compiling ed25519 v2.2.3
16642026-04-02T19:55:13.233Z Compiling dtrace-parser v0.2.0
16652026-04-02T19:55:13.394Z Compiling itertools v0.12.1
16662026-04-02T19:55:13.525Z Compiling phf_shared v0.11.3
16672026-04-02T19:55:13.550Z Compiling bstr v1.12.1
16682026-04-02T19:55:13.565Z Compiling pkcs1 v0.7.5
16692026-04-02T19:55:13.714Z Compiling serde-big-array v0.5.1
16702026-04-02T19:55:13.861Z Compiling hex v0.4.3
16712026-04-02T19:55:13.962Z Compiling rfc6979 v0.4.0
16722026-04-02T19:55:13.962Z Compiling clap_derive v4.5.55
16732026-04-02T19:55:13.991Z Compiling enum-as-inner v0.6.1
16742026-04-02T19:55:14.100Z Compiling serde_repr v0.1.20
16752026-04-02T19:55:14.135Z Compiling strum_macros v0.26.4
16762026-04-02T19:55:14.187Z Compiling float-cmp v0.10.0
16772026-04-02T19:55:14.336Z Compiling thread-id v4.2.2
16782026-04-02T19:55:14.426Z Compiling memmap2 v0.9.10
16792026-04-02T19:55:14.485Z Compiling env_filter v1.0.0
16802026-04-02T19:55:14.602Z Compiling encoding_rs v0.8.35
16812026-04-02T19:55:14.626Z Compiling fixedbitset v0.5.7
16822026-04-02T19:55:14.644Z Compiling data-encoding v2.10.0
16832026-04-02T19:55:14.797Z Compiling predicates-core v1.0.10
16842026-04-02T19:55:14.937Z Compiling mime v0.3.17
16852026-04-02T19:55:14.976Z Compiling unit-prefix v0.5.2
16862026-04-02T19:55:15.133Z Compiling normalize-line-endings v0.3.0
16872026-04-02T19:55:15.193Z Compiling precomputed-hash v0.1.1
16882026-04-02T19:55:15.234Z Compiling jiff v0.2.21
16892026-04-02T19:55:15.286Z Compiling keccak v0.1.6
16902026-04-02T19:55:15.349Z Compiling fixedbitset v0.4.2
16912026-04-02T19:55:15.569Z Compiling static_assertions v1.1.0
16922026-04-02T19:55:15.649Z Compiling new_debug_unreachable v1.0.6
16932026-04-02T19:55:15.725Z Compiling whoami v2.1.0
16942026-04-02T19:55:15.740Z Compiling difflib v0.4.0
16952026-04-02T19:55:15.885Z Compiling rustc-hash v2.1.1
16962026-04-02T19:55:15.899Z Compiling strum v0.26.3
16972026-04-02T19:55:16.011Z Compiling iddqd v0.3.17
16982026-04-02T19:55:16.031Z Compiling predicates v3.1.4
16992026-04-02T19:55:16.098Z Compiling tokio-postgres v0.7.16
17002026-04-02T19:55:16.113Z Compiling clap v4.5.60
17012026-04-02T19:55:16.136Z Compiling toml_edit v0.22.27
17022026-04-02T19:55:16.197Z Compiling string_cache v0.8.9
17032026-04-02T19:55:16.305Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17042026-04-02T19:55:16.426Z Compiling petgraph v0.6.5
17052026-04-02T19:55:16.698Z Compiling sha3 v0.10.8
17062026-04-02T19:55:17.215Z Compiling indicatif v0.18.4
17072026-04-02T19:55:17.227Z Compiling hickory-proto v0.25.2
17082026-04-02T19:55:17.928Z Compiling zip v4.6.1
17092026-04-02T19:55:18.066Z Compiling petgraph v0.8.3
17102026-04-02T19:55:18.308Z Compiling env_logger v0.11.9
17112026-04-02T19:55:18.666Z Compiling usdt v0.6.0
17122026-04-02T19:55:18.897Z Compiling zone v0.3.1
17132026-04-02T19:55:18.930Z Compiling usdt-impl v0.5.0
17142026-04-02T19:55:18.945Z Compiling serde_with v3.17.0
17152026-04-02T19:55:19.147Z Compiling ecdsa v0.16.9
17162026-04-02T19:55:19.462Z Compiling similar v2.7.0
17172026-04-02T19:55:19.513Z Compiling rsa v0.9.10
17182026-04-02T19:55:19.541Z Compiling crossterm v0.28.1
17192026-04-02T19:55:19.578Z Compiling ed25519-dalek v2.2.0
17202026-04-02T19:55:20.233Z Compiling zip v0.6.6
17212026-04-02T19:55:20.657Z Compiling toml v0.7.8
17222026-04-02T19:55:21.058Z Compiling toml_parser v1.0.9+spec-1.1.0
17232026-04-02T19:55:21.153Z Compiling itertools v0.13.0
17242026-04-02T19:55:21.268Z Compiling tokio-stream v0.1.18
17252026-04-02T19:55:21.471Z Compiling buf-list v1.1.2
17262026-04-02T19:55:21.702Z Compiling x509-cert v0.2.5
17272026-04-02T19:55:21.743Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17282026-04-02T19:55:21.758Z Compiling openapiv3 v2.2.0
17292026-04-02T19:55:21.937Z Compiling sha1 v0.10.6
17302026-04-02T19:55:22.047Z Compiling toml_datetime v0.7.5+spec-1.1.0
17312026-04-02T19:55:22.197Z Compiling peg-runtime v0.8.5
17322026-04-02T19:55:22.351Z Compiling lalrpop-util v0.19.12
17332026-04-02T19:55:22.436Z Compiling thread_local v1.1.9
17342026-04-02T19:55:22.488Z Compiling slog-async v2.8.0
17352026-04-02T19:55:22.554Z Compiling crossbeam-channel v0.5.15
17362026-04-02T19:55:22.697Z Compiling futures-executor v0.3.32
17372026-04-02T19:55:22.819Z Compiling is-terminal v0.4.17
17382026-04-02T19:55:22.863Z Compiling filetime v0.2.27
17392026-04-02T19:55:22.921Z Compiling take_mut v0.2.2
17402026-04-02T19:55:22.970Z Compiling xattr v1.6.1
17412026-04-02T19:55:23.021Z Compiling term v1.2.1
17422026-04-02T19:55:23.050Z Compiling futures v0.3.32
17432026-04-02T19:55:23.133Z Compiling tar v0.4.45
17442026-04-02T19:55:23.368Z Compiling slog-term v2.9.2
17452026-04-02T19:55:29.732Z Compiling rustls-webpki v0.103.9
17462026-04-02T19:55:32.553Z Compiling tokio-rustls v0.26.4
17472026-04-02T19:55:32.553Z Compiling rustls-platform-verifier v0.6.2
17482026-04-02T19:55:32.752Z Compiling hyper-rustls v0.27.7
17492026-04-02T19:55:32.954Z Compiling reqwest v0.13.2
17502026-04-02T19:55:32.954Z Compiling reqwest v0.12.28
17512026-04-02T19:55:35.063Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17522026-04-02T19:55:35.282Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17532026-04-02T19:55:38.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
17542026-04-02T19:55:38.285Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17552026-04-02T19:55:38.342ZApr 02 19:55:36.829 INFO Starting download, target: Cockroach
17562026-04-02T19:55:38.345ZApr 02 19:55:36.830 INFO Starting download, target: Console
17572026-04-02T19:55:38.346ZApr 02 19:55:36.830 INFO Starting download, target: Clickhouse
17582026-04-02T19:55:38.346ZApr 02 19:55:36.830 INFO Starting download, target: DendriteStub
17592026-04-02T19:55:38.346ZApr 02 19:55:36.830 INFO Starting download, target: MaghemiteMgd
17602026-04-02T19:55:38.346ZApr 02 19:55:36.830 INFO Starting download, target: TransceiverControl
17612026-04-02T19:55:38.346ZApr 02 19:55:36.830 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17622026-04-02T19:55:38.346ZApr 02 19:55:36.830 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17632026-04-02T19:55:38.346ZApr 02 19:55:36.830 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17642026-04-02T19:55:38.346ZApr 02 19:55:36.830 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17652026-04-02T19:55:38.346ZApr 02 19:55:36.830 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17662026-04-02T19:55:38.346ZApr 02 19:55:36.830 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17672026-04-02T19:55:38.776ZApr 02 19:55:37.250 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17682026-04-02T19:55:38.979ZApr 02 19:55:37.464 INFO Download complete, target: TransceiverControl
17692026-04-02T19:55:39.383ZApr 02 19:55:37.866 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17702026-04-02T19:55:39.715ZApr 02 19:55:38.193 INFO Download complete, target: Console
17712026-04-02T19:55:39.908ZApr 02 19:55:38.392 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17722026-04-02T19:55:40.011ZApr 02 19:55:38.495 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17732026-04-02T19:55:40.364ZApr 02 19:55:38.851 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17742026-04-02T19:55:40.364ZApr 02 19:55:38.851 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17752026-04-02T19:55:40.603ZApr 02 19:55:39.090 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17762026-04-02T19:55:42.188ZApr 02 19:55:40.675 INFO Download complete, target: DendriteStub
17772026-04-02T19:55:42.348ZApr 02 19:55:40.835 INFO Download complete, target: MaghemiteMgd
17782026-04-02T19:55:45.058ZApr 02 19:55:43.545 INFO Checking that binary works, target: Cockroach
17792026-04-02T19:55:45.184ZApr 02 19:55:43.671 INFO Download complete, target: Cockroach
17802026-04-02T19:55:47.536ZApr 02 19:55:46.018 INFO Checking that binary works, target: Clickhouse
17812026-04-02T19:55:47.678ZApr 02 19:55:46.164 INFO Download complete, target: Clickhouse
17822026-04-02T19:55:47.694ZAll builder prerequisites installed successfully, and PATH looks valid
17832026-04-02T19:55:47.698Z
17842026-04-02T19:55:47.698Zreal 3:05.911169793
17852026-04-02T19:55:47.698Zuser 7:21.606983334
17862026-04-02T19:55:47.698Zsys 1:26.587399243
17872026-04-02T19:55:47.698Ztrap 0.222135902
17882026-04-02T19:55:47.698Ztflt 0.573519329
17892026-04-02T19:55:47.698Zdflt 0.567512698
17902026-04-02T19:55:47.698Zkflt 0.034092213
17912026-04-02T19:55:47.698Zlock 21:52.810548204
17922026-04-02T19:55:47.699Zslp 22:11.823559794
17932026-04-02T19:55:47.699Zlat 44.347290101
17942026-04-02T19:55:47.699Zstop 2:02.841854391
17952026-04-02T19:55:47.699Z+ banner hack-check
17962026-04-02T19:55:47.699Z
17972026-04-02T19:55:47.699Z # # ## #### # # #### # # ###### #### # #
17982026-04-02T19:55:47.699Z # # # # # # # # # # # # # # # # #
17992026-04-02T19:55:47.699Z ###### # # # #### ##### # ###### ##### # ####
18002026-04-02T19:55:47.699Z # # ###### # # # # # # # # # #
18012026-04-02T19:55:47.699Z # # # # # # # # # # # # # # # # #
18022026-04-02T19:55:47.699Z # # # # #### # # #### # # ###### #### # #
18032026-04-02T19:55:47.699Z
18042026-04-02T19:55:47.699Z+ export CARGO_INCREMENTAL=0
18052026-04-02T19:55:47.699Z+ CARGO_INCREMENTAL=0
18062026-04-02T19:55:47.699Z+ ptime -m timeout 2h cargo xtask check-features --ci
18072026-04-02T19:55:48.242Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18082026-04-02T19:55:48.468Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18092026-04-02T19:55:50.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.66s
18102026-04-02T19:55:50.459Z Running `target/debug/xtask check-features --ci`
18112026-04-02T19:55:50.487Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18122026-04-02T19:55:50.490Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18132026-04-02T19:55:50.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18142026-04-02T19:55:51.014Z Running `target/debug/xtask download cargo-hack`
18152026-04-02T19:55:51.807Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18162026-04-02T19:55:52.133Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18172026-04-02T19:55:54.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s
18182026-04-02T19:55:54.808Z Running `target/debug/xtask-downloader cargo-hack`
18192026-04-02T19:55:54.853ZApr 02 19:55:53.339 INFO Starting download, target: CargoHack
18202026-04-02T19:55:54.857ZApr 02 19:55:53.340 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18212026-04-02T19:55:55.468ZApr 02 19:55:53.954 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18222026-04-02T19:55:55.518ZApr 02 19:55:54.004 INFO Download complete, target: CargoHack
18232026-04-02T19:55:55.521Zrunning: "/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"
18242026-04-02T19:55:55.534Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18252026-04-02T19:55:55.685Zinfo: running `cargo check --bins` on api_identity (1/267)
18262026-04-02T19:55:56.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-04-02T19:55:56.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-04-02T19:55:56.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-04-02T19:55:56.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18302026-04-02T19:55:56.287Z
18312026-04-02T19:55:56.287Zinfo: running `cargo check --bins` on bootstore (2/267)
18322026-04-02T19:55:56.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-04-02T19:55:56.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-04-02T19:55:56.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-04-02T19:55:56.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18362026-04-02T19:55:56.883Z
18372026-04-02T19:55:56.883Zinfo: running `cargo check --bins` on omicron-ledger (3/267)
18382026-04-02T19:55:57.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-04-02T19:55:57.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-04-02T19:55:57.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-04-02T19:55:57.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18422026-04-02T19:55:57.478Z
18432026-04-02T19:55:57.478Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/267)
18442026-04-02T19:55:58.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-04-02T19:55:58.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-04-02T19:55:58.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-04-02T19:55:58.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18482026-04-02T19:55:58.091Z
18492026-04-02T19:55:58.091Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/267)
18502026-04-02T19:55:58.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-04-02T19:55:58.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-04-02T19:55:58.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-04-02T19:55:58.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18542026-04-02T19:55:58.686Z
18552026-04-02T19:55:58.686Zinfo: running `cargo check --bins` on omicron-certificates (6/267)
18562026-04-02T19:55:59.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-04-02T19:55:59.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-04-02T19:55:59.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-04-02T19:55:59.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18602026-04-02T19:55:59.290Z
18612026-04-02T19:55:59.290Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/267)
18622026-04-02T19:55:59.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-04-02T19:55:59.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-04-02T19:55:59.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-04-02T19:55:59.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18662026-04-02T19:55:59.890Z
18672026-04-02T19:55:59.890Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/267)
18682026-04-02T19:56:00.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-04-02T19:56:00.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-04-02T19:56:00.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-04-02T19:56:00.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18722026-04-02T19:56:00.497Z
18732026-04-02T19:56:00.497Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/267)
18742026-04-02T19:56:00.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-04-02T19:56:00.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-04-02T19:56:00.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-04-02T19:56:00.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18782026-04-02T19:56:00.984Z
18792026-04-02T19:56:00.984Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/267)
18802026-04-02T19:56:01.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-04-02T19:56:01.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-04-02T19:56:01.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-04-02T19:56:01.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18842026-04-02T19:56:01.468Z
18852026-04-02T19:56:01.468Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/267)
18862026-04-02T19:56:01.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-04-02T19:56:01.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-04-02T19:56:01.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-04-02T19:56:01.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18902026-04-02T19:56:01.951Z
18912026-04-02T19:56:01.951Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/267)
18922026-04-02T19:56:02.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-04-02T19:56:02.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-04-02T19:56:02.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-04-02T19:56:02.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18962026-04-02T19:56:02.428Z
18972026-04-02T19:56:02.428Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/267)
18982026-04-02T19:56:02.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-04-02T19:56:02.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-04-02T19:56:02.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-04-02T19:56:02.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19022026-04-02T19:56:02.904Z
19032026-04-02T19:56:02.905Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/267)
19042026-04-02T19:56:03.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-04-02T19:56:03.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-04-02T19:56:03.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-04-02T19:56:03.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19082026-04-02T19:56:03.379Z
19092026-04-02T19:56:03.379Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/267)
19102026-04-02T19:56:03.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-04-02T19:56:03.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-04-02T19:56:03.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-04-02T19:56:03.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19142026-04-02T19:56:03.855Z
19152026-04-02T19:56:03.855Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/267)
19162026-04-02T19:56:04.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-04-02T19:56:04.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-04-02T19:56:04.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-04-02T19:56:04.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19202026-04-02T19:56:04.331Z
19212026-04-02T19:56:04.331Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/267)
19222026-04-02T19:56:04.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-04-02T19:56:04.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-04-02T19:56:04.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-04-02T19:56:04.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19262026-04-02T19:56:04.808Z
19272026-04-02T19:56:04.808Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/267)
19282026-04-02T19:56:05.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-04-02T19:56:05.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-04-02T19:56:05.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-04-02T19:56:05.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19322026-04-02T19:56:05.282Z
19332026-04-02T19:56:05.282Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/267)
19342026-04-02T19:56:05.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-04-02T19:56:05.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-04-02T19:56:05.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-04-02T19:56:05.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19382026-04-02T19:56:05.761Z
19392026-04-02T19:56:05.761Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/267)
19402026-04-02T19:56:06.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-04-02T19:56:06.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-04-02T19:56:06.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-04-02T19:56:06.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19442026-04-02T19:56:06.242Z
19452026-04-02T19:56:06.242Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/267)
19462026-04-02T19:56:06.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-04-02T19:56:06.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-04-02T19:56:06.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-04-02T19:56:06.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19502026-04-02T19:56:06.724Z
19512026-04-02T19:56:06.724Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/267)
19522026-04-02T19:56:07.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-04-02T19:56:07.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-04-02T19:56:07.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-04-02T19:56:07.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19562026-04-02T19:56:07.201Z
19572026-04-02T19:56:07.201Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/267)
19582026-04-02T19:56:07.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-04-02T19:56:07.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-04-02T19:56:07.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-04-02T19:56:07.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19622026-04-02T19:56:07.684Z
19632026-04-02T19:56:07.684Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/267)
19642026-04-02T19:56:08.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-04-02T19:56:08.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-04-02T19:56:08.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-04-02T19:56:08.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19682026-04-02T19:56:08.170Z
19692026-04-02T19:56:08.170Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/267)
19702026-04-02T19:56:08.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-04-02T19:56:08.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-04-02T19:56:08.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-04-02T19:56:08.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19742026-04-02T19:56:08.655Z
19752026-04-02T19:56:08.655Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/267)
19762026-04-02T19:56:09.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-04-02T19:56:09.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-04-02T19:56:09.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-04-02T19:56:09.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19802026-04-02T19:56:09.132Z
19812026-04-02T19:56:09.132Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/267)
19822026-04-02T19:56:09.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-04-02T19:56:09.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-04-02T19:56:09.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-04-02T19:56:09.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19862026-04-02T19:56:09.618Z
19872026-04-02T19:56:09.618Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/267)
19882026-04-02T19:56:10.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-04-02T19:56:10.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-04-02T19:56:10.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-04-02T19:56:10.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19922026-04-02T19:56:10.102Z
19932026-04-02T19:56:10.102Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/267)
19942026-04-02T19:56:10.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-04-02T19:56:10.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-04-02T19:56:10.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-04-02T19:56:10.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19982026-04-02T19:56:10.584Z
19992026-04-02T19:56:10.584Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/267)
20002026-04-02T19:56:11.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-04-02T19:56:11.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-04-02T19:56:11.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-04-02T19:56:11.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20042026-04-02T19:56:11.063Z
20052026-04-02T19:56:11.063Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/267)
20062026-04-02T19:56:11.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-04-02T19:56:11.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-04-02T19:56:11.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-04-02T19:56:11.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20102026-04-02T19:56:11.547Z
20112026-04-02T19:56:11.547Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/267)
20122026-04-02T19:56:11.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-04-02T19:56:11.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-04-02T19:56:11.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-04-02T19:56:11.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20162026-04-02T19:56:12.044Z
20172026-04-02T19:56:12.044Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/267)
20182026-04-02T19:56:12.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-04-02T19:56:12.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-04-02T19:56:12.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-04-02T19:56:12.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20222026-04-02T19:56:12.541Z
20232026-04-02T19:56:12.541Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/267)
20242026-04-02T19:56:12.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-04-02T19:56:12.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-04-02T19:56:12.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-04-02T19:56:12.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20282026-04-02T19:56:13.038Z
20292026-04-02T19:56:13.038Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/267)
20302026-04-02T19:56:13.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-04-02T19:56:13.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-04-02T19:56:13.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-04-02T19:56:13.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20342026-04-02T19:56:13.534Z
20352026-04-02T19:56:13.534Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/267)
20362026-04-02T19:56:13.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-04-02T19:56:13.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-04-02T19:56:13.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-04-02T19:56:13.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20402026-04-02T19:56:14.029Z
20412026-04-02T19:56:14.029Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/267)
20422026-04-02T19:56:14.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-04-02T19:56:14.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-04-02T19:56:14.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-04-02T19:56:14.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20462026-04-02T19:56:14.521Z
20472026-04-02T19:56:14.521Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/267)
20482026-04-02T19:56:14.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-04-02T19:56:14.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-04-02T19:56:14.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-04-02T19:56:14.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20522026-04-02T19:56:15.013Z
20532026-04-02T19:56:15.013Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/267)
20542026-04-02T19:56:15.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-04-02T19:56:15.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-04-02T19:56:15.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-04-02T19:56:15.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20582026-04-02T19:56:15.499Z
20592026-04-02T19:56:15.499Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/267)
20602026-04-02T19:56:15.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-04-02T19:56:15.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-04-02T19:56:15.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-04-02T19:56:15.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20642026-04-02T19:56:15.984Z
20652026-04-02T19:56:15.984Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/267)
20662026-04-02T19:56:16.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-04-02T19:56:16.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-04-02T19:56:16.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-04-02T19:56:16.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20702026-04-02T19:56:16.464Z
20712026-04-02T19:56:16.464Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/267)
20722026-04-02T19:56:16.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-04-02T19:56:16.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-04-02T19:56:16.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-04-02T19:56:16.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20762026-04-02T19:56:16.952Z
20772026-04-02T19:56:16.952Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/267)
20782026-04-02T19:56:17.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-04-02T19:56:17.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-04-02T19:56:17.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-04-02T19:56:17.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20822026-04-02T19:56:17.434Z
20832026-04-02T19:56:17.434Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/267)
20842026-04-02T19:56:17.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-04-02T19:56:17.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-04-02T19:56:17.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-04-02T19:56:17.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20882026-04-02T19:56:17.914Z
20892026-04-02T19:56:17.914Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/267)
20902026-04-02T19:56:18.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-04-02T19:56:18.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-04-02T19:56:18.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-04-02T19:56:18.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20942026-04-02T19:56:18.397Z
20952026-04-02T19:56:18.397Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/267)
20962026-04-02T19:56:18.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-04-02T19:56:18.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-04-02T19:56:18.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-04-02T19:56:18.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21002026-04-02T19:56:18.878Z
21012026-04-02T19:56:18.878Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/267)
21022026-04-02T19:56:19.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-04-02T19:56:19.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-04-02T19:56:19.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-04-02T19:56:19.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21062026-04-02T19:56:19.355Z
21072026-04-02T19:56:19.355Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/267)
21082026-04-02T19:56:19.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-04-02T19:56:19.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-04-02T19:56:19.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-04-02T19:56:19.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21122026-04-02T19:56:19.839Z
21132026-04-02T19:56:19.839Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/267)
21142026-04-02T19:56:20.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-04-02T19:56:20.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-04-02T19:56:20.647Z Checking cfg-if v1.0.4
21172026-04-02T19:56:20.782Z Checking libc v0.2.180
21182026-04-02T19:56:20.785Z Checking serde_core v1.0.228
21192026-04-02T19:56:20.805Z Checking memchr v2.8.0
21202026-04-02T19:56:20.818Z Checking itoa v1.0.17
21212026-04-02T19:56:20.821Z Checking smallvec v1.15.1
21222026-04-02T19:56:20.847Z Checking log v0.4.29
21232026-04-02T19:56:20.847Z Checking zeroize v1.8.2
21242026-04-02T19:56:20.873Z Checking stable_deref_trait v1.2.1
21252026-04-02T19:56:20.950Z Checking zerofrom v0.1.6
21262026-04-02T19:56:20.977Z Checking zmij v1.0.21
21272026-04-02T19:56:21.002Z Checking percent-encoding v2.3.2
21282026-04-02T19:56:21.016Z Checking litemap v0.8.1
21292026-04-02T19:56:21.016Z Checking writeable v0.6.2
21302026-04-02T19:56:21.066Z Checking yoke v0.8.1
21312026-04-02T19:56:21.142Z Checking libm v0.2.16
21322026-04-02T19:56:21.182Z Checking scopeguard v1.2.0
21332026-04-02T19:56:21.197Z Checking icu_properties_data v2.1.2
21342026-04-02T19:56:21.200Z Checking icu_normalizer_data v2.1.1
21352026-04-02T19:56:21.223Z Checking getrandom v0.2.17
21362026-04-02T19:56:21.223Z Checking errno v0.3.14
21372026-04-02T19:56:21.252Z Checking zerovec v0.11.5
21382026-04-02T19:56:21.280Z Checking zerotrie v0.2.3
21392026-04-02T19:56:21.296Z Checking lock_api v0.4.14
21402026-04-02T19:56:21.325Z Checking subtle v2.6.1
21412026-04-02T19:56:21.353Z Checking utf8_iter v1.0.4
21422026-04-02T19:56:21.373Z Checking rand_core v0.6.4
21432026-04-02T19:56:21.478Z Checking form_urlencoded v1.2.2
21442026-04-02T19:56:21.494Z Checking rand_core v0.10.0
21452026-04-02T19:56:21.509Z Checking pin-project-lite v0.2.17
21462026-04-02T19:56:21.527Z Checking typenum v1.19.0
21472026-04-02T19:56:21.553Z Checking portable-atomic v1.13.1
21482026-04-02T19:56:21.606Z Checking critical-section v1.2.0
21492026-04-02T19:56:21.609Z Checking iana-time-zone v0.1.65
21502026-04-02T19:56:21.640Z Checking getrandom v0.4.1
21512026-04-02T19:56:21.683Z Checking tinystr v0.8.2
21522026-04-02T19:56:21.715Z Checking potential_utf v0.1.4
21532026-04-02T19:56:21.733Z Checking signal-hook-registry v1.4.8
21542026-04-02T19:56:21.793Z Checking parking_lot_core v0.9.12
21552026-04-02T19:56:21.835Z Checking num-traits v0.2.19
21562026-04-02T19:56:21.848Z Checking icu_collections v2.1.1
21572026-04-02T19:56:21.864Z Checking icu_locale_core v2.1.1
21582026-04-02T19:56:21.897Z Checking socket2 v0.6.2
21592026-04-02T19:56:21.990Z Checking parking_lot v0.12.5
21602026-04-02T19:56:22.006Z Checking once_cell v1.21.3
21612026-04-02T19:56:22.106Z Checking generic-array v0.14.7
21622026-04-02T19:56:22.145Z Checking mio v1.1.1
21632026-04-02T19:56:22.163Z Checking zerocopy v0.8.40
21642026-04-02T19:56:22.182Z Checking futures-core v0.3.32
21652026-04-02T19:56:22.197Z Checking dyn-clone v1.0.20
21662026-04-02T19:56:22.304Z Checking serde v1.0.228
21672026-04-02T19:56:22.305Z Checking serde_json v1.0.149
21682026-04-02T19:56:22.334Z Checking bitflags v2.11.0
21692026-04-02T19:56:22.369Z Checking uuid v1.21.0
21702026-04-02T19:56:22.428Z Checking icu_provider v2.1.1
21712026-04-02T19:56:22.443Z Checking semver v1.0.27
21722026-04-02T19:56:22.505Z Checking equivalent v1.0.2
21732026-04-02T19:56:22.574Z Checking crypto-common v0.1.7
21742026-04-02T19:56:22.603Z Checking allocator-api2 v0.2.21
21752026-04-02T19:56:22.663Z Checking foldhash v0.2.0
21762026-04-02T19:56:22.681Z Checking icu_properties v2.1.2
21772026-04-02T19:56:22.699Z Checking icu_normalizer v2.1.1
21782026-04-02T19:56:22.703Z Checking const-oid v0.9.6
21792026-04-02T19:56:22.730Z Checking bytes v1.11.1
21802026-04-02T19:56:22.827Z Checking chrono v0.4.44
21812026-04-02T19:56:22.903Z Checking hashbrown v0.16.1
21822026-04-02T19:56:23.028Z Checking futures-sink v0.3.32
21832026-04-02T19:56:23.046Z Checking block-buffer v0.10.4
21842026-04-02T19:56:23.136Z Checking futures-channel v0.3.32
21852026-04-02T19:56:23.186Z Checking futures-task v0.3.32
21862026-04-02T19:56:23.203Z Checking tokio v1.49.0
21872026-04-02T19:56:23.333Z Checking futures-io v0.3.32
21882026-04-02T19:56:23.336Z Checking slab v0.4.12
21892026-04-02T19:56:23.422Z Checking digest v0.10.7
21902026-04-02T19:56:23.440Z Checking thiserror v2.0.18
21912026-04-02T19:56:23.454Z Checking byteorder v1.5.0
21922026-04-02T19:56:23.511Z Checking futures-util v0.3.32
21932026-04-02T19:56:23.531Z Checking idna_adapter v1.2.1
21942026-04-02T19:56:23.550Z Checking base64 v0.22.1
21952026-04-02T19:56:23.625Z Checking indexmap v2.13.0
21962026-04-02T19:56:23.655Z Checking idna v1.1.0
21972026-04-02T19:56:23.670Z Checking cpufeatures v0.2.17
21982026-04-02T19:56:23.707Z Checking http v1.4.0
21992026-04-02T19:56:23.745Z Checking fnv v1.0.7
22002026-04-02T19:56:23.794Z Checking unicode-ident v1.0.24
22012026-04-02T19:56:23.846Z Checking tracing-core v0.1.36
22022026-04-02T19:56:23.907Z Checking url v2.5.8
22032026-04-02T19:56:23.924Z Checking proc-macro2 v1.0.106
22042026-04-02T19:56:24.158Z Checking tracing v0.1.44
22052026-04-02T19:56:24.186Z Checking thiserror v1.0.69
22062026-04-02T19:56:24.232Z Checking rustls-pki-types v1.14.0
22072026-04-02T19:56:24.286Z Checking regex-syntax v0.8.10
22082026-04-02T19:56:24.301Z Checking quote v1.0.44
22092026-04-02T19:56:24.346Z Checking schemars v0.8.22
22102026-04-02T19:56:24.369Z Checking untrusted v0.9.0
22112026-04-02T19:56:24.471Z Checking syn v2.0.117
22122026-04-02T19:56:24.486Z Checking ring v0.17.14
22132026-04-02T19:56:24.526Z Checking ipnet v2.11.0
22142026-04-02T19:56:24.798Z Checking httparse v1.10.1
22152026-04-02T19:56:25.001Z Checking http-body v1.0.1
22162026-04-02T19:56:25.018Z Checking ppv-lite86 v0.2.21
22172026-04-02T19:56:25.033Z Checking block-padding v0.3.3
22182026-04-02T19:56:25.138Z Checking rustix v1.1.3
22192026-04-02T19:56:25.170Z Checking getrandom v0.3.4
22202026-04-02T19:56:25.319Z Checking atomic-waker v1.1.2
22212026-04-02T19:56:25.336Z Checking inout v0.1.4
22222026-04-02T19:56:25.425Z Checking hmac v0.12.1
22232026-04-02T19:56:25.444Z Checking aws-lc-sys v0.37.1
22242026-04-02T19:56:25.478Z Checking aho-corasick v1.1.4
22252026-04-02T19:56:25.494Z Checking try-lock v0.2.5
22262026-04-02T19:56:25.563Z Checking tower-service v0.3.3
22272026-04-02T19:56:25.596Z Checking httpdate v1.0.3
22282026-04-02T19:56:25.615Z Checking openssl-probe v0.2.1
22292026-04-02T19:56:25.655Z Checking untrusted v0.7.1
22302026-04-02T19:56:25.727Z Checking tower-layer v0.3.3
22312026-04-02T19:56:25.747Z Checking powerfmt v0.2.0
22322026-04-02T19:56:25.770Z Checking want v0.3.1
22332026-04-02T19:56:25.881Z Checking cipher v0.4.4
22342026-04-02T19:56:25.898Z Checking deranged v0.5.8
22352026-04-02T19:56:25.915Z Checking rand_core v0.9.5
22362026-04-02T19:56:25.952Z Checking aws-lc-rs v1.16.0
22372026-04-02T19:56:25.969Z Checking base64ct v1.8.3
22382026-04-02T19:56:26.090Z Checking pin-utils v0.1.0
22392026-04-02T19:56:26.093Z Checking num-conv v0.2.0
22402026-04-02T19:56:26.162Z Checking time-core v0.1.8
22412026-04-02T19:56:26.178Z Checking regex-automata v0.4.14
22422026-04-02T19:56:26.208Z Checking num_threads v0.1.7
22432026-04-02T19:56:26.226Z Checking sha2 v0.10.9
22442026-04-02T19:56:26.296Z Checking erased-serde v0.3.31
22452026-04-02T19:56:26.313Z Checking pretty-hex v0.4.1
22462026-04-02T19:56:26.438Z Checking rand_chacha v0.9.0
22472026-04-02T19:56:26.459Z Checking tokio-util v0.7.18
22482026-04-02T19:56:26.500Z Checking fastrand v2.3.0
22492026-04-02T19:56:26.646Z Checking ryu v1.0.23
22502026-04-02T19:56:26.690Z Checking slog v2.8.2
22512026-04-02T19:56:26.708Z Checking rand v0.9.2
22522026-04-02T19:56:26.783Z Checking pem-rfc7468 v0.7.0
22532026-04-02T19:56:26.799Z Checking rustls-native-certs v0.8.3
22542026-04-02T19:56:26.816Z Checking rustls-webpki v0.103.9
22552026-04-02T19:56:26.833Z Checking time v0.3.47
22562026-04-02T19:56:26.931Z Checking http-body-util v0.1.3
22572026-04-02T19:56:26.952Z Checking ipnetwork v0.21.1
22582026-04-02T19:56:26.966Z Checking sync_wrapper v1.0.2
22592026-04-02T19:56:27.075Z Checking spin v0.9.8
22602026-04-02T19:56:27.091Z Checking h2 v0.4.13
22612026-04-02T19:56:27.152Z Checking flagset v0.4.7
22622026-04-02T19:56:27.168Z Checking plain v0.2.3
22632026-04-02T19:56:27.193Z Checking tower v0.5.3
22642026-04-02T19:56:27.237Z Checking rustls v0.23.37
22652026-04-02T19:56:27.259Z Checking serde_urlencoded v0.7.1
22662026-04-02T19:56:27.278Z Checking der v0.7.10
22672026-04-02T19:56:27.294Z Checking rand_chacha v0.3.1
22682026-04-02T19:56:27.465Z Checking webpki-roots v1.0.6
22692026-04-02T19:56:27.502Z Checking tinyvec_macros v0.1.1
22702026-04-02T19:56:27.582Z Checking ucd-trie v0.1.7
22712026-04-02T19:56:27.600Z Checking iri-string v0.7.10
22722026-04-02T19:56:27.617Z Checking tinyvec v1.10.0
22732026-04-02T19:56:27.726Z Checking pest v2.8.6
22742026-04-02T19:56:27.946Z Checking rand v0.8.5
22752026-04-02T19:56:27.981Z Checking tempfile v3.25.0
22762026-04-02T19:56:28.033Z Checking salsa20 v0.10.2
22772026-04-02T19:56:28.061Z Checking spki v0.7.3
22782026-04-02T19:56:28.166Z Checking pbkdf2 v0.12.2
22792026-04-02T19:56:28.185Z Checking unicode-width v0.2.0
22802026-04-02T19:56:28.233Z Checking foreign-types-shared v0.1.1
22812026-04-02T19:56:28.281Z Checking scrypt v0.11.0
22822026-04-02T19:56:28.321Z Checking foreign-types v0.3.2
22832026-04-02T19:56:28.396Z Checking regex v1.12.3
22842026-04-02T19:56:28.430Z Checking cbc v0.1.2
22852026-04-02T19:56:28.446Z Checking aes v0.8.4
22862026-04-02T19:56:28.474Z Checking anyhow v1.0.102
22872026-04-02T19:56:28.561Z Checking openssl-sys v0.9.111
22882026-04-02T19:56:28.640Z Checking tower-http v0.6.8
22892026-04-02T19:56:28.675Z Checking crossbeam-utils v0.8.21
22902026-04-02T19:56:28.691Z Checking oxnet v0.1.4
22912026-04-02T19:56:28.809Z Checking mime v0.3.17
22922026-04-02T19:56:28.845Z Checking pkcs5 v0.7.1
22932026-04-02T19:56:28.923Z Checking openapiv3 v2.2.0
22942026-04-02T19:56:28.938Z Checking scroll v0.12.0
22952026-04-02T19:56:28.989Z Checking encoding_rs v0.8.35
22962026-04-02T19:56:29.015Z Checking siphasher v1.0.2
22972026-04-02T19:56:29.052Z Checking openssl v0.10.75
22982026-04-02T19:56:29.109Z Checking pkcs8 v0.10.2
22992026-04-02T19:56:29.167Z Checking winnow v0.7.14
23002026-04-02T19:56:29.183Z Checking data-encoding v2.10.0
23012026-04-02T19:56:29.291Z Checking goblin v0.8.2
23022026-04-02T19:56:29.459Z Checking lazy_static v1.5.0
23032026-04-02T19:56:29.555Z Checking zerocopy v0.7.35
23042026-04-02T19:56:29.651Z Checking tokio-rustls v0.26.4
23052026-04-02T19:56:29.816Z Checking hyper v1.8.1
23062026-04-02T19:56:29.881Z Checking wait-timeout v0.2.1
23072026-04-02T19:56:29.946Z Checking managed v0.8.0
23082026-04-02T19:56:30.006Z Checking bitflags v1.3.2
23092026-04-02T19:56:30.057Z Checking quick-error v1.2.3
23102026-04-02T19:56:30.085Z Checking utf8parse v0.2.2
23112026-04-02T19:56:30.135Z Checking bit-vec v0.8.0
23122026-04-02T19:56:30.162Z Checking either v1.15.0
23132026-04-02T19:56:30.188Z Checking psl-types v2.0.11
23142026-04-02T19:56:30.219Z Checking anstyle v1.0.13
23152026-04-02T19:56:30.306Z Checking publicsuffix v2.3.0
23162026-04-02T19:56:30.332Z Checking bit-set v0.8.0
23172026-04-02T19:56:30.347Z Checking anstyle-parse v0.2.7
23182026-04-02T19:56:30.363Z Checking rusty-fork v0.3.1
23192026-04-02T19:56:30.406Z Checking dtrace-parser v0.2.0
23202026-04-02T19:56:30.468Z Checking cookie v0.18.1
23212026-04-02T19:56:30.484Z Checking unicode-normalization v0.1.25
23222026-04-02T19:56:30.502Z Checking rand_xorshift v0.4.0
23232026-04-02T19:56:30.539Z Checking sha1 v0.10.6
23242026-04-02T19:56:30.627Z Checking hex v0.4.3
23252026-04-02T19:56:30.650Z Checking thread-id v4.2.2
23262026-04-02T19:56:30.704Z Checking is_terminal_polyfill v1.70.2
23272026-04-02T19:56:30.707Z Checking colorchoice v1.0.4
23282026-04-02T19:56:30.736Z Checking anstyle-query v1.1.5
23292026-04-02T19:56:30.740Z Checking hyper-util v0.1.20
23302026-04-02T19:56:30.807Z Checking unarray v0.1.4
23312026-04-02T19:56:30.811Z Checking cookie_store v0.22.1
23322026-04-02T19:56:30.837Z Checking anstream v0.6.21
23332026-04-02T19:56:30.860Z Checking rustls-platform-verifier v0.6.2
23342026-04-02T19:56:30.895Z Checking crossbeam-epoch v0.9.18
23352026-04-02T19:56:30.926Z Checking proptest v1.10.0
23362026-04-02T19:56:31.004Z Checking terminal_size v0.4.3
23372026-04-02T19:56:31.038Z Checking scroll v0.13.0
23382026-04-02T19:56:31.041Z Checking native-tls v0.2.18
23392026-04-02T19:56:31.116Z Checking num-integer v0.1.46
23402026-04-02T19:56:31.130Z Checking simd-adler32 v0.3.8
23412026-04-02T19:56:31.146Z Checking crossbeam-deque v0.8.6
23422026-04-02T19:56:31.230Z Checking dof v0.3.0
23432026-04-02T19:56:31.261Z Checking tokio-native-tls v0.3.1
23442026-04-02T19:56:31.280Z Checking goblin v0.10.5
23452026-04-02T19:56:31.303Z Checking bstr v1.12.1
23462026-04-02T19:56:31.332Z Checking ref-cast v1.0.25
23472026-04-02T19:56:31.346Z Checking rustix v0.38.44
23482026-04-02T19:56:31.396Z Checking camino v1.2.2
23492026-04-02T19:56:31.437Z Checking crc32fast v1.5.0
23502026-04-02T19:56:31.505Z Checking usdt-impl v0.5.0
23512026-04-02T19:56:31.585Z Checking signature v2.2.0
23522026-04-02T19:56:31.739Z Checking serde_spanned v0.6.9
23532026-04-02T19:56:31.768Z Checking toml_datetime v0.6.11
23542026-04-02T19:56:31.768Z Checking ff v0.13.1
23552026-04-02T19:56:31.791Z Checking adler2 v2.0.1
23562026-04-02T19:56:31.845Z Checking strsim v0.11.1
23572026-04-02T19:56:31.898Z Checking base16ct v0.2.0
23582026-04-02T19:56:31.945Z Checking clap_lex v1.0.0
23592026-04-02T19:56:31.945Z Checking unicode-bidi v0.3.18
23602026-04-02T19:56:31.989Z Checking unicode-properties v0.1.4
23612026-04-02T19:56:32.017Z Checking sec1 v0.7.3
23622026-04-02T19:56:32.058Z Checking hyper-rustls v0.27.7
23632026-04-02T19:56:32.063Z Checking hyper-tls v0.6.0
23642026-04-02T19:56:32.177Z Checking clap_builder v4.5.60
23652026-04-02T19:56:32.185Z Checking miniz_oxide v0.8.9
23662026-04-02T19:56:32.216Z Checking stringprep v0.1.5
23672026-04-02T19:56:32.233Z Checking group v0.13.0
23682026-04-02T19:56:32.250Z Checking num-iter v0.1.45
23692026-04-02T19:56:32.264Z Checking reqwest v0.12.28
23702026-04-02T19:56:32.358Z Checking reqwest v0.13.2
23712026-04-02T19:56:32.395Z Checking rayon-core v1.13.0
23722026-04-02T19:56:32.422Z Checking toml_parser v1.0.9+spec-1.1.0
23732026-04-02T19:56:32.538Z Checking dtrace-parser v0.3.0
23742026-04-02T19:56:32.724Z Checking hkdf v0.12.4
23752026-04-02T19:56:32.735Z Checking strum v0.26.3
23762026-04-02T19:56:32.782Z Checking newtype-uuid v1.3.2
23772026-04-02T19:56:32.828Z Checking zstd-sys v2.0.16+zstd.1.5.7
23782026-04-02T19:56:32.876Z Checking hash32 v0.2.1
23792026-04-02T19:56:32.941Z Checking md-5 v0.10.6
23802026-04-02T19:56:32.992Z Checking crypto-bigint v0.5.5
23812026-04-02T19:56:33.004Z Checking daft v0.1.5
23822026-04-02T19:56:33.012Z Checking toml_datetime v0.7.5+spec-1.1.0
23832026-04-02T19:56:33.028Z Checking thread-id v5.1.0
23842026-04-02T19:56:33.105Z Checking zlib-rs v0.6.2
23852026-04-02T19:56:33.129Z Checking fallible-iterator v0.2.0
23862026-04-02T19:56:33.216Z Checking unicode-segmentation v1.12.0
23872026-04-02T19:56:33.230Z Checking heapless v0.7.17
23882026-04-02T19:56:33.241Z Checking zstd-safe v7.2.4
23892026-04-02T19:56:33.401Z Checking postgres-protocol v0.6.10
23902026-04-02T19:56:33.414Z Checking rayon v1.11.0
23912026-04-02T19:56:33.423Z Checking clap v4.5.60
23922026-04-02T19:56:33.499Z Checking itertools v0.12.1
23932026-04-02T19:56:33.521Z Checking phf_shared v0.13.1
23942026-04-02T19:56:33.642Z Checking console v0.16.2
23952026-04-02T19:56:33.654Z Checking dof v0.4.0
23962026-04-02T19:56:33.732Z Checking curve25519-dalek v4.1.3
23972026-04-02T19:56:33.732Z Checking memoffset v0.9.1
23982026-04-02T19:56:33.818Z Checking bzip2-sys v0.1.13+1.0.8
23992026-04-02T19:56:33.824Z Checking elliptic-curve v0.13.8
24002026-04-02T19:56:33.912Z Checking signal-hook v0.3.18
24012026-04-02T19:56:33.942Z Checking memmap2 v0.9.10
24022026-04-02T19:56:34.007Z Checking flate2 v1.1.9
24032026-04-02T19:56:34.108Z Checking winnow v0.5.40
24042026-04-02T19:56:34.111Z Checking bumpalo v3.20.2
24052026-04-02T19:56:34.150Z Checking toml_write v0.1.2
24062026-04-02T19:56:34.292Z Checking usdt-impl v0.6.0
24072026-04-02T19:56:34.310Z Checking libbz2-rs-sys v0.2.2
24082026-04-02T19:56:34.325Z Checking fixedbitset v0.4.2
24092026-04-02T19:56:34.333Z Checking unit-prefix v0.5.2
24102026-04-02T19:56:34.468Z Checking foldhash v0.1.5
24112026-04-02T19:56:34.483Z Checking petgraph v0.6.5
24122026-04-02T19:56:34.497Z Checking toml_edit v0.22.27
24132026-04-02T19:56:34.523Z Checking zone v0.3.1
24142026-04-02T19:56:34.572Z Checking usdt v0.6.0
24152026-04-02T19:56:34.604Z Checking hashbrown v0.15.5
24162026-04-02T19:56:34.708Z Checking bzip2 v0.6.1
24172026-04-02T19:56:34.741Z Checking zopfli v0.8.3
24182026-04-02T19:56:34.874Z Checking signal-hook-mio v0.2.5
24192026-04-02T19:56:34.877Z Checking indicatif v0.18.4
24202026-04-02T19:56:34.877Z Checking bzip2 v0.4.4
24212026-04-02T19:56:34.985Z Checking nix v0.31.1
24222026-04-02T19:56:35.070Z Checking postgres-types v0.2.12
24232026-04-02T19:56:35.074Z Checking phf v0.13.1
24242026-04-02T19:56:35.074Z Checking smoltcp v0.9.1
24252026-04-02T19:56:35.241Z Checking similar v2.7.0
24262026-04-02T19:56:35.261Z Checking toml_edit v0.19.15
24272026-04-02T19:56:35.265Z Checking zstd v0.13.3
24282026-04-02T19:56:35.406Z Checking num-bigint-dig v0.8.6
24292026-04-02T19:56:35.469Z Checking ed25519 v2.2.3
24302026-04-02T19:56:35.613Z Checking pkcs1 v0.7.5
24312026-04-02T19:56:35.628Z Checking phf_shared v0.11.3
24322026-04-02T19:56:35.660Z Checking tokio-stream v0.1.18
24332026-04-02T19:56:35.708Z Checking strum v0.27.2
24342026-04-02T19:56:35.738Z Checking hubpack v0.1.2
24352026-04-02T19:56:35.776Z Checking rfc6979 v0.4.0
24362026-04-02T19:56:35.812Z Checking serde-big-array v0.5.1
24372026-04-02T19:56:35.840Z Checking float-cmp v0.10.0
24382026-04-02T19:56:35.899Z Checking env_filter v1.0.0
24392026-04-02T19:56:35.909Z Checking keccak v0.1.6
24402026-04-02T19:56:35.951Z Checking jiff v0.2.21
24412026-04-02T19:56:35.966Z Checking whoami v2.1.0
24422026-04-02T19:56:35.995Z Checking difflib v0.4.0
24432026-04-02T19:56:36.045Z Checking normalize-line-endings v0.3.0
24442026-04-02T19:56:36.069Z Checking new_debug_unreachable v1.0.6
24452026-04-02T19:56:36.077Z Checking predicates-core v1.0.10
24462026-04-02T19:56:36.129Z Checking rustc-hash v2.1.1
24472026-04-02T19:56:36.142Z Checking static_assertions v1.1.0
24482026-04-02T19:56:36.159Z Checking precomputed-hash v0.1.1
24492026-04-02T19:56:36.175Z Checking fixedbitset v0.5.7
24502026-04-02T19:56:36.208Z Checking predicates v3.1.4
24512026-04-02T19:56:36.226Z Checking rsa v0.9.10
24522026-04-02T19:56:36.227Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24532026-04-02T19:56:36.250Z Checking string_cache v0.8.9
24542026-04-02T19:56:36.250Z Checking iddqd v0.3.17
24552026-04-02T19:56:36.303Z Checking toml v0.7.8
24562026-04-02T19:56:36.375Z Checking petgraph v0.8.3
24572026-04-02T19:56:36.432Z Checking tokio-postgres v0.7.16
24582026-04-02T19:56:36.516Z Checking sha3 v0.10.8
24592026-04-02T19:56:36.628Z Checking env_logger v0.11.9
24602026-04-02T19:56:36.721Z Checking ecdsa v0.16.9
24612026-04-02T19:56:36.737Z Checking ed25519-dalek v2.2.0
24622026-04-02T19:56:36.825Z Checking zip v0.6.6
24632026-04-02T19:56:36.967Z Checking crossterm v0.28.1
24642026-04-02T19:56:37.060Z Checking serde_with v3.17.0
24652026-04-02T19:56:37.112Z Checking itertools v0.13.0
24662026-04-02T19:56:37.160Z Checking hickory-proto v0.25.2
24672026-04-02T19:56:37.694Z Checking x509-cert v0.2.5
24682026-04-02T19:56:37.709Z Checking fs-err v3.3.0
24692026-04-02T19:56:37.986Z Checking ahash v0.8.12
24702026-04-02T19:56:38.015Z Checking object v0.37.3
24712026-04-02T19:56:38.154Z Checking buf-list v1.1.2
24722026-04-02T19:56:38.189Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24732026-04-02T19:56:38.224Z Checking zip v4.6.1
24742026-04-02T19:56:38.343Z Checking lalrpop-util v0.19.12
24752026-04-02T19:56:38.364Z Checking peg-runtime v0.8.5
24762026-04-02T19:56:38.462Z Compiling structmeta-derive v0.3.0
24772026-04-02T19:56:38.484Z Compiling rustls v0.22.4
24782026-04-02T19:56:38.511Z Compiling newtype-uuid-macros v0.1.0
24792026-04-02T19:56:38.524Z Compiling multer v3.1.0
24802026-04-02T19:56:38.528Z Compiling async-stream-impl v0.3.6
24812026-04-02T19:56:38.687Z Checking futures-executor v0.3.32
24822026-04-02T19:56:38.771Z Checking regress v0.10.5
24832026-04-02T19:56:38.844Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24842026-04-02T19:56:39.154Z Compiling dropshot v0.16.7
24852026-04-02T19:56:39.256Z Checking futures v0.3.32
24862026-04-02T19:56:39.283Z Compiling dropshot_endpoint v0.16.7
24872026-04-02T19:56:39.340Z Checking thread_local v1.1.9
24882026-04-02T19:56:39.408Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24892026-04-02T19:56:39.519Z Checking crossbeam-channel v0.5.15
24902026-04-02T19:56:39.577Z Compiling structmeta v0.3.0
24912026-04-02T19:56:39.755Z Checking is-terminal v0.4.17
24922026-04-02T19:56:39.808Z Compiling derive-ex v0.1.8
24932026-04-02T19:56:39.856Z Checking take_mut v0.2.2
24942026-04-02T19:56:39.879Z Checking term v1.2.1
24952026-04-02T19:56:39.968Z Checking slog-async v2.8.0
24962026-04-02T19:56:40.072Z Compiling parse-display-derive v0.10.0
24972026-04-02T19:56:40.113Z Checking slog-term v2.9.2
24982026-04-02T19:56:40.149Z Checking rustls-webpki v0.102.8
24992026-04-02T19:56:40.225Z Checking serde_spanned v1.0.4
25002026-04-02T19:56:40.362Z Checking match_cfg v0.1.0
25012026-04-02T19:56:40.378Z Checking debug-ignore v1.0.5
25022026-04-02T19:56:40.381Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25032026-04-02T19:56:40.435Z Checking toml_writer v1.0.6+spec-1.1.0
25042026-04-02T19:56:40.472Z Checking hostname v0.3.1
25052026-04-02T19:56:40.488Z Checking slog-json v2.6.1
25062026-04-02T19:56:40.578Z Checking macaddr v1.0.1
25072026-04-02T19:56:40.621Z Checking toml v0.9.12+spec-1.1.0
25082026-04-02T19:56:40.651Z Checking slog-bunyan v2.5.0
25092026-04-02T19:56:40.765Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25102026-04-02T19:56:40.780Z Checking async-stream v0.3.6
25112026-04-02T19:56:41.058Z Checking waitgroup v0.1.2
25122026-04-02T19:56:41.162Z Checking rustls-pemfile v2.2.0
25132026-04-02T19:56:41.178Z Checking serde_path_to_error v0.1.20
25142026-04-02T19:56:41.195Z Checking hostname v0.4.2
25152026-04-02T19:56:41.212Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25162026-04-02T19:56:41.297Z Checking progenitor-client v0.13.0
25172026-04-02T19:56:41.313Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25182026-04-02T19:56:41.329Z Checking progenitor-client v0.10.0
25192026-04-02T19:56:41.461Z Compiling itertools v0.14.0
25202026-04-02T19:56:41.475Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25212026-04-02T19:56:41.519Z Compiling test-strategy v0.4.5
25222026-04-02T19:56:41.539Z Checking backon v1.6.0
25232026-04-02T19:56:41.564Z Checking instant v0.1.13
25242026-04-02T19:56:41.658Z Checking backoff v0.4.0
25252026-04-02T19:56:41.714Z Checking progenitor-extras v0.1.1
25262026-04-02T19:56:41.779Z Checking parse-display v0.10.0
25272026-04-02T19:56:41.838Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25282026-04-02T19:56:41.937Z Checking heck v0.5.0
25292026-04-02T19:56:41.952Z Compiling crucible-workspace-hack v0.1.0
25302026-04-02T19:56:42.012Z Checking tokio-rustls v0.25.0
25312026-04-02T19:56:42.129Z Compiling toml_edit v0.23.10+spec-1.0.0
25322026-04-02T19:56:42.280Z Compiling heapless v0.8.0
25332026-04-02T19:56:42.319Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25342026-04-02T19:56:42.530Z Compiling convert_case v0.4.0
25352026-04-02T19:56:42.741Z Compiling ingot-macros v0.1.1
25362026-04-02T19:56:42.798Z Compiling proc-macro-crate v3.4.0
25372026-04-02T19:56:42.834Z Checking hash32 v0.3.1
25382026-04-02T19:56:42.968Z Checking secrecy v0.10.3
25392026-04-02T19:56:42.973Z Compiling derive_more v0.99.20
25402026-04-02T19:56:43.077Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25412026-04-02T19:56:43.105Z Compiling prettyplease v0.2.37
25422026-04-02T19:56:43.298Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25432026-04-02T19:56:43.316Z Compiling smoltcp v0.11.0
25442026-04-02T19:56:43.354Z Compiling num_enum_derive v0.7.5
25452026-04-02T19:56:43.526Z Compiling typify-impl v0.6.1
25462026-04-02T19:56:43.586Z Checking tabwriter v1.4.1
25472026-04-02T19:56:43.745Z Checking cobs v0.3.0
25482026-04-02T19:56:43.907Z Compiling foreign-types-macros v0.2.3
25492026-04-02T19:56:44.003Z Checking foreign-types-shared v0.3.1
25502026-04-02T19:56:44.104Z Compiling unsafe-libyaml v0.2.11
25512026-04-02T19:56:44.237Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25522026-04-02T19:56:44.445Z Checking cpufeatures v0.3.0
25532026-04-02T19:56:44.490Z Checking num_enum v0.7.5
25542026-04-02T19:56:44.507Z Checking foreign-types v0.5.0
25552026-04-02T19:56:44.525Z Checking chacha20 v0.10.0
25562026-04-02T19:56:44.745Z Compiling serde_yaml v0.9.34+deprecated
25572026-04-02T19:56:44.862Z Checking postcard v1.1.3
25582026-04-02T19:56:45.613Z Compiling proc-macro-crate v1.3.1
25592026-04-02T19:56:45.629Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25602026-04-02T19:56:45.644Z Checking ingot-types v0.1.2
25612026-04-02T19:56:45.961Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25622026-04-02T19:56:46.018Z Checking ingot v0.1.1
25632026-04-02T19:56:46.037Z Checking cstr-argument v0.1.2
25642026-04-02T19:56:46.058Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25652026-04-02T19:56:46.167Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25662026-04-02T19:56:46.183Z Checking colored v3.1.1
25672026-04-02T19:56:46.251Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25682026-04-02T19:56:46.318Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25692026-04-02T19:56:46.377Z Compiling num_enum_derive v0.5.11
25702026-04-02T19:56:46.440Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25712026-04-02T19:56:46.535Z Checking rand v0.10.0
25722026-04-02T19:56:47.393Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25732026-04-02T19:56:49.350Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25742026-04-02T19:56:49.358Z Checking num_enum v0.5.11
25752026-04-02T19:56:49.358Z Compiling typify-macro v0.6.1
25762026-04-02T19:56:49.358Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25772026-04-02T19:56:49.358Z Compiling typify-impl v0.4.3
25782026-04-02T19:56:49.358Z Checking camino-tempfile v1.4.1
25792026-04-02T19:56:49.358Z Checking num-rational v0.4.2
25802026-04-02T19:56:49.358Z Checking half v2.7.1
25812026-04-02T19:56:49.358Z Compiling thiserror-impl-no-std v2.0.2
25822026-04-02T19:56:49.358Z Checking universal-hash v0.5.1
25832026-04-02T19:56:49.358Z Checking num-complex v0.4.6
25842026-04-02T19:56:49.358Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25852026-04-02T19:56:50.487Z Checking opaque-debug v0.3.1
25862026-04-02T19:56:50.494Z Checking ciborium-io v0.2.2
25872026-04-02T19:56:50.494Z Checking num v0.4.3
25882026-04-02T19:56:50.494Z Checking poly1305 v0.8.0
25892026-04-02T19:56:50.494Z Checking ciborium-ll v0.2.2
25902026-04-02T19:56:50.494Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25912026-04-02T19:56:50.494Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25922026-04-02T19:56:50.494Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25932026-04-02T19:56:50.494Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25942026-04-02T19:56:50.494Z Compiling typify v0.6.1
25952026-04-02T19:56:50.495Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
25962026-04-02T19:56:50.495Z Checking toml v0.8.23
25972026-04-02T19:56:50.495Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25982026-04-02T19:56:50.495Z Checking byte-wrapper v0.1.0
25992026-04-02T19:56:50.495Z Checking thiserror-no-std v2.0.2
26002026-04-02T19:56:50.495Z Checking password-hash v0.5.0
26012026-04-02T19:56:50.495Z Checking chacha20 v0.9.1
26022026-04-02T19:56:50.517Z Compiling usdt-attr-macro v0.5.0
26032026-04-02T19:56:50.803Z Compiling usdt-macro v0.5.0
26042026-04-02T19:56:50.814Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26052026-04-02T19:56:51.045Z Checking smf v0.2.3
26062026-04-02T19:56:51.072Z Checking blake2 v0.10.6
26072026-04-02T19:56:52.036Z Checking aead v0.5.2
26082026-04-02T19:56:52.052Z Checking memmap v0.7.0
26092026-04-02T19:56:52.052Z Checking sigpipe v0.1.3
26102026-04-02T19:56:52.052Z Compiling num-derive v0.4.2
26112026-04-02T19:56:52.052Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26122026-04-02T19:56:52.052Z Checking float-ord v0.3.2
26132026-04-02T19:56:52.052Z Checking glob v0.3.3
26142026-04-02T19:56:52.052Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26152026-04-02T19:56:52.052Z Checking usdt v0.5.0
26162026-04-02T19:56:52.052Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26172026-04-02T19:56:52.052Z Checking chacha20poly1305 v0.10.1
26182026-04-02T19:56:52.052Z Checking argon2 v0.5.3
26192026-04-02T19:56:52.052Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26202026-04-02T19:56:52.052Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26212026-04-02T19:56:52.208Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26222026-04-02T19:56:52.215Z Checking vsss-rs v3.3.4
26232026-04-02T19:56:52.285Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26242026-04-02T19:56:52.520Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26252026-04-02T19:56:52.703Z Compiling progenitor-impl v0.13.0
26262026-04-02T19:56:52.926Z Checking ciborium v0.2.2
26272026-04-02T19:56:53.002Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26282026-04-02T19:56:53.122Z Compiling typify-macro v0.4.3
26292026-04-02T19:56:53.159Z Checking indent_write v2.2.0
26302026-04-02T19:56:53.193Z Compiling semver v0.1.20
26312026-04-02T19:56:53.339Z Checking whoami v1.6.1
26322026-04-02T19:56:53.354Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26332026-04-02T19:56:53.369Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26342026-04-02T19:56:53.387Z Compiling rustc_version v0.1.7
26352026-04-02T19:56:53.455Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26362026-04-02T19:56:53.664Z Compiling pin-project-internal v1.1.11
26372026-04-02T19:56:54.257Z Checking swrite v0.1.0
26382026-04-02T19:56:54.358Z Compiling minimal-lexical v0.2.1
26392026-04-02T19:56:54.396Z Checking linked-hash-map v0.5.6
26402026-04-02T19:56:54.512Z Compiling newtype_derive v0.1.6
26412026-04-02T19:56:54.578Z Checking lru-cache v0.1.2
26422026-04-02T19:56:54.625Z Compiling nom v7.1.3
26432026-04-02T19:56:54.809Z Checking pin-project v1.1.11
26442026-04-02T19:56:54.860Z Compiling typify v0.4.3
26452026-04-02T19:56:54.914Z Checking newline-converter v0.3.0
26462026-04-02T19:56:54.980Z Checking atomicwrites v0.4.4
26472026-04-02T19:56:55.032Z Checking hickory-proto v0.24.4
26482026-04-02T19:56:55.116Z Checking phf_shared v0.12.1
26492026-04-02T19:56:55.225Z Checking console v0.15.11
26502026-04-02T19:56:55.264Z Checking pem v3.0.6
26512026-04-02T19:56:55.368Z Compiling progenitor-macro v0.13.0
26522026-04-02T19:56:55.447Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26532026-04-02T19:56:55.510Z Checking csv-core v0.1.13
26542026-04-02T19:56:55.697Z Compiling snafu-derive v0.8.9
26552026-04-02T19:56:55.990Z Compiling derive-where v1.6.0
26562026-04-02T19:56:56.006Z Compiling async-recursion v1.1.1
26572026-04-02T19:56:56.687Z Compiling slog-dtrace v0.3.0
26582026-04-02T19:56:56.858Z Compiling cancel-safe-futures v0.1.5
26592026-04-02T19:56:56.890Z Compiling owo-colors v4.3.0
26602026-04-02T19:56:57.076Z Checking unicode-width v0.1.14
26612026-04-02T19:56:57.228Z Compiling chrono-tz v0.10.4
26622026-04-02T19:56:57.336Z Checking resolv-conf v0.7.6
26632026-04-02T19:56:57.345Z Checking same-file v1.0.6
26642026-04-02T19:56:57.415Z Checking highway v1.3.0
26652026-04-02T19:56:57.470Z Checking walkdir v2.5.0
26662026-04-02T19:56:57.486Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26672026-04-02T19:56:57.519Z Checking hickory-resolver v0.24.4
26682026-04-02T19:56:57.666Z Checking snafu v0.8.9
26692026-04-02T19:56:57.710Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26702026-04-02T19:56:57.805Z Compiling const_format_proc_macros v0.2.34
26712026-04-02T19:56:57.973Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26722026-04-02T19:56:58.453Z Checking csv v1.4.0
26732026-04-02T19:56:58.472Z Checking expectorate v1.2.0
26742026-04-02T19:56:58.494Z Checking phf v0.12.1
26752026-04-02T19:56:58.611Z Compiling progenitor-impl v0.10.0
26762026-04-02T19:56:58.642Z Checking tokio-dtrace v0.1.1
26772026-04-02T19:56:58.696Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26782026-04-02T19:56:58.832Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26792026-04-02T19:56:58.851Z Checking globset v0.4.18
26802026-04-02T19:56:59.020Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26812026-04-02T19:56:59.115Z Checking olpc-cjson v0.1.4
26822026-04-02T19:56:59.131Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26832026-04-02T19:56:59.264Z Checking libsw-core v0.3.2
26842026-04-02T19:56:59.375Z Checking serde_plain v1.0.2
26852026-04-02T19:56:59.401Z Checking arc-swap v1.8.2
26862026-04-02T19:56:59.422Z Compiling lzma-sys v0.1.20
26872026-04-02T19:56:59.537Z Checking typed-path v0.9.3
26882026-04-02T19:56:59.810Z Checking utf-8 v0.7.6
26892026-04-02T19:56:59.851Z Checking bytecount v0.6.9
26902026-04-02T19:56:59.961Z Checking tungstenite v0.21.0
26912026-04-02T19:56:59.976Z Checking papergrid v0.11.0
26922026-04-02T19:57:00.234Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26932026-04-02T19:57:00.318Z Checking tough v0.20.0
26942026-04-02T19:57:00.410Z Checking progenitor v0.13.0
26952026-04-02T19:57:00.451Z Checking slog-scope v4.4.1
26962026-04-02T19:57:00.552Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26972026-04-02T19:57:00.591Z Checking libsw v3.5.0
26982026-04-02T19:57:00.608Z Checking oxide-tokio-rt v0.1.3
26992026-04-02T19:57:00.751Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
27002026-04-02T19:57:01.187Z Checking const_format v0.2.35
27012026-04-02T19:57:01.231Z Compiling progenitor-macro v0.10.0
27022026-04-02T19:57:01.426Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27032026-04-02T19:57:01.920Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27042026-04-02T19:57:02.087Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27052026-04-02T19:57:02.345Z Checking qorb v0.4.1
27062026-04-02T19:57:02.684Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27072026-04-02T19:57:02.700Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27082026-04-02T19:57:02.819Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27092026-04-02T19:57:02.837Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27102026-04-02T19:57:03.172Z Compiling cargo_toml v0.22.3
27112026-04-02T19:57:03.192Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27122026-04-02T19:57:03.249Z Checking gethostname v0.5.0
27132026-04-02T19:57:03.325Z Compiling tabled_derive v0.7.0
27142026-04-02T19:57:03.347Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27152026-04-02T19:57:03.496Z Checking bcs v0.1.6
27162026-04-02T19:57:03.600Z Checking unicode-linebreak v0.1.5
27172026-04-02T19:57:03.641Z Checking smawk v0.3.2
27182026-04-02T19:57:03.748Z Checking linear-map v1.2.0
27192026-04-02T19:57:03.787Z Checking termtree v0.5.1
27202026-04-02T19:57:03.824Z Checking textwrap v0.16.2
27212026-04-02T19:57:03.931Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27222026-04-02T19:57:03.934Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27232026-04-02T19:57:04.055Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27242026-04-02T19:57:04.288Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27252026-04-02T19:57:04.327Z Checking tabled v0.15.0
27262026-04-02T19:57:04.475Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27272026-04-02T19:57:05.247Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27282026-04-02T19:57:05.263Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27292026-04-02T19:57:05.472Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27302026-04-02T19:57:05.504Z Checking steno v0.4.1
27312026-04-02T19:57:05.653Z Checking slog-stdlog v4.1.1
27322026-04-02T19:57:05.911Z Checking typeid v1.0.3
27332026-04-02T19:57:06.021Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27342026-04-02T19:57:06.038Z Checking tokio-tungstenite v0.21.0
27352026-04-02T19:57:06.084Z Checking humantime v2.3.0
27362026-04-02T19:57:06.287Z Checking base64 v0.21.7
27372026-04-02T19:57:06.313Z Checking progenitor v0.10.0
27382026-04-02T19:57:06.329Z Checking ron v0.12.0
27392026-04-02T19:57:06.461Z Checking xz2 v0.1.7
27402026-04-02T19:57:06.532Z Checking slog-envlogger v2.2.0
27412026-04-02T19:57:06.548Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27422026-04-02T19:57:06.637Z Checking yasna v0.5.2
27432026-04-02T19:57:06.688Z Checking headers-core v0.3.0
27442026-04-02T19:57:06.803Z Checking filetime v0.2.27
27452026-04-02T19:57:06.855Z Checking base16ct v1.0.0
27462026-04-02T19:57:06.941Z Checking xattr v1.6.1
27472026-04-02T19:57:06.956Z Checking headers v0.4.1
27482026-04-02T19:57:07.002Z Checking subprocess v0.2.15
27492026-04-02T19:57:07.031Z Checking rcgen v0.12.1
27502026-04-02T19:57:07.079Z Checking tar v0.4.45
27512026-04-02T19:57:12.124Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27522026-04-02T19:57:18.068Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27532026-04-02T19:57:19.377Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27542026-04-02T19:57:20.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
27552026-04-02T19:57:20.781Z
27562026-04-02T19:57:20.781Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/267)
27572026-04-02T19:57:21.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27582026-04-02T19:57:21.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27592026-04-02T19:57:21.553Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27602026-04-02T19:57:22.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s
27612026-04-02T19:57:23.098Z
27622026-04-02T19:57:23.098Zinfo: running `cargo check --bins` on nexus-config (51/267)
27632026-04-02T19:57:23.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27642026-04-02T19:57:23.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27652026-04-02T19:57:23.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27662026-04-02T19:57:23.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27672026-04-02T19:57:23.750Z
27682026-04-02T19:57:23.750Zinfo: running `cargo check --bins` on nexus-types (52/267)
27692026-04-02T19:57:24.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27702026-04-02T19:57:24.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27712026-04-02T19:57:24.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27722026-04-02T19:57:24.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27732026-04-02T19:57:24.405Z
27742026-04-02T19:57:24.405Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/267)
27752026-04-02T19:57:24.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762026-04-02T19:57:24.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772026-04-02T19:57:24.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27782026-04-02T19:57:24.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27792026-04-02T19:57:25.024Z
27802026-04-02T19:57:25.024Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/267)
27812026-04-02T19:57:25.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822026-04-02T19:57:25.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832026-04-02T19:57:25.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842026-04-02T19:57:25.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27852026-04-02T19:57:25.647Z
27862026-04-02T19:57:25.647Zinfo: running `cargo check --bins` on cockroach-admin-types (55/267)
27872026-04-02T19:57:26.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882026-04-02T19:57:26.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892026-04-02T19:57:26.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902026-04-02T19:57:26.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27912026-04-02T19:57:26.250Z
27922026-04-02T19:57:26.250Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/267)
27932026-04-02T19:57:26.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942026-04-02T19:57:26.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952026-04-02T19:57:26.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962026-04-02T19:57:26.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27972026-04-02T19:57:26.855Z
27982026-04-02T19:57:26.855Zinfo: running `cargo check --bins` on ereport-types (57/267)
27992026-04-02T19:57:27.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002026-04-02T19:57:27.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012026-04-02T19:57:27.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022026-04-02T19:57:27.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28032026-04-02T19:57:27.463Z
28042026-04-02T19:57:27.463Zinfo: running `cargo check --bins` on gateway-client (58/267)
28052026-04-02T19:57:27.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062026-04-02T19:57:27.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072026-04-02T19:57:27.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082026-04-02T19:57:27.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28092026-04-02T19:57:28.079Z
28102026-04-02T19:57:28.079Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/267)
28112026-04-02T19:57:28.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122026-04-02T19:57:28.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132026-04-02T19:57:28.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142026-04-02T19:57:28.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28152026-04-02T19:57:28.686Z
28162026-04-02T19:57:28.686Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/267)
28172026-04-02T19:57:29.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182026-04-02T19:57:29.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192026-04-02T19:57:29.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28202026-04-02T19:57:29.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28212026-04-02T19:57:29.293Z
28222026-04-02T19:57:29.293Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/267)
28232026-04-02T19:57:29.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242026-04-02T19:57:29.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252026-04-02T19:57:29.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262026-04-02T19:57:29.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28272026-04-02T19:57:29.898Z
28282026-04-02T19:57:29.898Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/267)
28292026-04-02T19:57:30.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302026-04-02T19:57:30.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312026-04-02T19:57:30.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322026-04-02T19:57:30.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28332026-04-02T19:57:30.509Z
28342026-04-02T19:57:30.509Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/267)
28352026-04-02T19:57:31.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362026-04-02T19:57:31.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372026-04-02T19:57:31.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382026-04-02T19:57:31.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28392026-04-02T19:57:31.133Z
28402026-04-02T19:57:31.133Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/267)
28412026-04-02T19:57:31.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-04-02T19:57:31.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-04-02T19:57:31.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28442026-04-02T19:57:31.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28452026-04-02T19:57:31.757Z
28462026-04-02T19:57:31.757Zinfo: running `cargo check --bins` on key-manager-types (65/267)
28472026-04-02T19:57:32.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-04-02T19:57:32.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-04-02T19:57:32.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28502026-04-02T19:57:32.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28512026-04-02T19:57:32.357Z
28522026-04-02T19:57:32.357Zinfo: running `cargo check --bins` on oxlog (66/267)
28532026-04-02T19:57:32.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-04-02T19:57:32.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-04-02T19:57:32.978Z Compiling newtype-uuid v1.3.2
28562026-04-02T19:57:33.186Z Compiling daft v0.1.5
28572026-04-02T19:57:33.378Z Compiling iddqd v0.3.17
28582026-04-02T19:57:34.291Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28592026-04-02T19:57:34.545Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28602026-04-02T19:57:34.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
28612026-04-02T19:57:34.994Z
28622026-04-02T19:57:34.994Zinfo: running `cargo check --bins` on internal-dns-types (67/267)
28632026-04-02T19:57:35.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-04-02T19:57:35.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-04-02T19:57:35.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662026-04-02T19:57:35.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28672026-04-02T19:57:35.606Z
28682026-04-02T19:57:35.606Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/267)
28692026-04-02T19:57:36.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-04-02T19:57:36.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-04-02T19:57:36.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722026-04-02T19:57:36.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28732026-04-02T19:57:36.222Z
28742026-04-02T19:57:36.222Zinfo: running `cargo check --bins` on nexus-types-versions (69/267)
28752026-04-02T19:57:36.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-04-02T19:57:36.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-04-02T19:57:36.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-04-02T19:57:36.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28792026-04-02T19:57:36.865Z
28802026-04-02T19:57:36.865Zinfo: running `cargo check --bins` on omicron-passwords (70/267)
28812026-04-02T19:57:37.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-04-02T19:57:37.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-04-02T19:57:37.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-04-02T19:57:37.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28852026-04-02T19:57:37.467Z
28862026-04-02T19:57:37.467Zinfo: running `cargo check --bins` on oxql-types (71/267)
28872026-04-02T19:57:37.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-04-02T19:57:37.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-04-02T19:57:37.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-04-02T19:57:37.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28912026-04-02T19:57:38.089Z
28922026-04-02T19:57:38.089Zinfo: running `cargo check --bins` on oximeter-types (72/267)
28932026-04-02T19:57:38.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-04-02T19:57:38.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-04-02T19:57:38.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-04-02T19:57:38.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28972026-04-02T19:57:38.707Z
28982026-04-02T19:57:38.707Zinfo: running `cargo check --bins` on oximeter-types-versions (73/267)
28992026-04-02T19:57:39.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-04-02T19:57:39.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-04-02T19:57:39.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-04-02T19:57:39.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29032026-04-02T19:57:39.316Z
29042026-04-02T19:57:39.316Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/267)
29052026-04-02T19:57:39.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-04-02T19:57:39.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-04-02T19:57:39.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-04-02T19:57:39.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29092026-04-02T19:57:39.918Z
29102026-04-02T19:57:39.918Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/267)
29112026-04-02T19:57:40.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-04-02T19:57:40.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-04-02T19:57:40.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-04-02T19:57:40.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29152026-04-02T19:57:40.554Z
29162026-04-02T19:57:40.554Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/267)
29172026-04-02T19:57:41.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-04-02T19:57:41.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-04-02T19:57:41.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-04-02T19:57:41.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29212026-04-02T19:57:41.187Z
29222026-04-02T19:57:41.187Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/267)
29232026-04-02T19:57:41.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-04-02T19:57:41.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-04-02T19:57:41.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-04-02T19:57:41.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29272026-04-02T19:57:41.821Z
29282026-04-02T19:57:41.821Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/267)
29292026-04-02T19:57:42.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-04-02T19:57:42.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-04-02T19:57:42.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-04-02T19:57:42.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29332026-04-02T19:57:42.455Z
29342026-04-02T19:57:42.455Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/267)
29352026-04-02T19:57:42.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-04-02T19:57:42.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-04-02T19:57:42.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382026-04-02T19:57:42.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29392026-04-02T19:57:43.062Z
29402026-04-02T19:57:43.062Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/267)
29412026-04-02T19:57:43.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-04-02T19:57:43.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-04-02T19:57:43.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29442026-04-02T19:57:43.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29452026-04-02T19:57:43.669Z
29462026-04-02T19:57:43.669Zinfo: running `cargo check --bins --no-default-features` on gfss (81/267)
29472026-04-02T19:57:44.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482026-04-02T19:57:44.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492026-04-02T19:57:44.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29502026-04-02T19:57:44.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29512026-04-02T19:57:44.273Z
29522026-04-02T19:57:44.273Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/267)
29532026-04-02T19:57:44.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542026-04-02T19:57:44.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552026-04-02T19:57:44.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29562026-04-02T19:57:44.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29572026-04-02T19:57:44.877Z
29582026-04-02T19:57:44.877Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/267)
29592026-04-02T19:57:45.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602026-04-02T19:57:45.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612026-04-02T19:57:45.559Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29622026-04-02T19:57:46.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
29632026-04-02T19:57:46.270Z
29642026-04-02T19:57:46.270Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/267)
29652026-04-02T19:57:46.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662026-04-02T19:57:46.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672026-04-02T19:57:46.959Z Compiling ar_archive_writer v0.5.1
29682026-04-02T19:57:47.069Z Compiling stacker v0.1.23
29692026-04-02T19:57:47.069Z Compiling cfg_aliases v0.1.1
29702026-04-02T19:57:47.084Z Compiling convert_case v0.10.0
29712026-04-02T19:57:47.091Z Checking fd-lock v4.0.4
29722026-04-02T19:57:47.092Z Checking nibble_vec v0.1.0
29732026-04-02T19:57:47.095Z Checking vte v0.14.1
29742026-04-02T19:57:47.095Z Compiling recursive-proc-macro-impl v0.1.1
29752026-04-02T19:57:47.135Z Compiling nix v0.28.0
29762026-04-02T19:57:47.200Z Checking endian-type v0.1.2
29772026-04-02T19:57:47.220Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29782026-04-02T19:57:47.271Z Checking strip-ansi-escapes v0.2.1
29792026-04-02T19:57:47.325Z Compiling peg-macros v0.8.5
29802026-04-02T19:57:47.338Z Checking radix_trie v0.2.1
29812026-04-02T19:57:47.373Z Compiling derive_more-impl v2.1.1
29822026-04-02T19:57:47.373Z Checking winnow v0.6.26
29832026-04-02T19:57:47.508Z Compiling sqlparser_derive v0.5.0
29842026-04-02T19:57:47.543Z Checking home v0.5.12
29852026-04-02T19:57:47.653Z Checking nu-ansi-term v0.50.3
29862026-04-02T19:57:47.697Z Checking unicode_categories v0.1.1
29872026-04-02T19:57:47.872Z Checking reedline v0.40.0
29882026-04-02T19:57:47.890Z Checking display-error-chain v0.2.2
29892026-04-02T19:57:47.924Z Compiling psm v0.1.30
29902026-04-02T19:57:48.235Z Checking derive_more v2.1.1
29912026-04-02T19:57:48.311Z Checking crossterm v0.29.0
29922026-04-02T19:57:48.438Z Checking rustyline v14.0.0
29932026-04-02T19:57:48.487Z Checking peg v0.8.5
29942026-04-02T19:57:48.549Z Checking sqlformat v0.3.5
29952026-04-02T19:57:48.678Z Checking recursive v0.1.1
29962026-04-02T19:57:48.770Z Checking sqlparser v0.61.0
29972026-04-02T19:57:59.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.68s
29982026-04-02T19:58:00.144Z
29992026-04-02T19:58:00.144Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/267)
30002026-04-02T19:58:00.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30012026-04-02T19:58:00.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30022026-04-02T19:58:00.829Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30032026-04-02T19:58:04.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
30042026-04-02T19:58:04.461Z
30052026-04-02T19:58:04.461Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/267)
30062026-04-02T19:58:04.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30072026-04-02T19:58:04.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30082026-04-02T19:58:05.143Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30092026-04-02T19:58:07.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
30102026-04-02T19:58:07.739Z
30112026-04-02T19:58:07.739Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/267)
30122026-04-02T19:58:08.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30132026-04-02T19:58:08.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30142026-04-02T19:58:08.413Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30152026-04-02T19:58:11.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
30162026-04-02T19:58:11.779Z
30172026-04-02T19:58:11.779Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/267)
30182026-04-02T19:58:12.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30192026-04-02T19:58:12.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30202026-04-02T19:58:12.458Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30212026-04-02T19:58:15.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
30222026-04-02T19:58:15.879Z
30232026-04-02T19:58:15.879Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/267)
30242026-04-02T19:58:16.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30252026-04-02T19:58:16.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30262026-04-02T19:58:16.563Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30272026-04-02T19:58:19.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
30282026-04-02T19:58:19.328Z
30292026-04-02T19:58:19.328Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/267)
30302026-04-02T19:58:19.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30312026-04-02T19:58:19.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30322026-04-02T19:58:20.005Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30332026-04-02T19:58:22.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
30342026-04-02T19:58:22.802Z
30352026-04-02T19:58:22.802Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/267)
30362026-04-02T19:58:23.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372026-04-02T19:58:23.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382026-04-02T19:58:23.482Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30392026-04-02T19:58:26.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
30402026-04-02T19:58:27.094Z
30412026-04-02T19:58:27.094Zinfo: running `cargo check --bins` on oximeter (92/267)
30422026-04-02T19:58:27.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-04-02T19:58:27.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-04-02T19:58:27.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452026-04-02T19:58:27.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30462026-04-02T19:58:27.707Z
30472026-04-02T19:58:27.707Zinfo: running `cargo check --bins` on oximeter-schema (93/267)
30482026-04-02T19:58:28.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-04-02T19:58:28.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-04-02T19:58:28.353Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30512026-04-02T19:58:28.519Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30522026-04-02T19:58:28.536Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30532026-04-02T19:58:28.860Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30542026-04-02T19:58:32.308Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30552026-04-02T19:58:32.636Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30562026-04-02T19:58:33.723Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30572026-04-02T19:58:34.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.69s
30582026-04-02T19:58:34.595Z
30592026-04-02T19:58:34.595Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/267)
30602026-04-02T19:58:35.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-04-02T19:58:35.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-04-02T19:58:35.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-04-02T19:58:35.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30642026-04-02T19:58:35.204Z
30652026-04-02T19:58:35.204Zinfo: running `cargo check --bins` on oximeter-test-utils (95/267)
30662026-04-02T19:58:35.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-04-02T19:58:35.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-04-02T19:58:35.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-04-02T19:58:35.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30702026-04-02T19:58:35.859Z
30712026-04-02T19:58:35.859Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/267)
30722026-04-02T19:58:36.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-04-02T19:58:36.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-04-02T19:58:36.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-04-02T19:58:36.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30762026-04-02T19:58:36.484Z
30772026-04-02T19:58:36.484Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/267)
30782026-04-02T19:58:37.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-04-02T19:58:37.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-04-02T19:58:37.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-04-02T19:58:37.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30822026-04-02T19:58:37.103Z
30832026-04-02T19:58:37.103Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/267)
30842026-04-02T19:58:37.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-04-02T19:58:37.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-04-02T19:58:37.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-04-02T19:58:37.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30882026-04-02T19:58:37.724Z
30892026-04-02T19:58:37.724Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/267)
30902026-04-02T19:58:38.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-04-02T19:58:38.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-04-02T19:58:38.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-04-02T19:58:38.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30942026-04-02T19:58:38.350Z
30952026-04-02T19:58:38.350Zinfo: running `cargo check --bins` on trust-quorum-types (100/267)
30962026-04-02T19:58:38.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-04-02T19:58:38.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-04-02T19:58:38.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-04-02T19:58:38.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31002026-04-02T19:58:38.943Z
31012026-04-02T19:58:38.943Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/267)
31022026-04-02T19:58:39.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-04-02T19:58:39.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-04-02T19:58:39.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-04-02T19:58:39.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31062026-04-02T19:58:39.565Z
31072026-04-02T19:58:39.565Zinfo: running `cargo check --bins` on update-engine (102/267)
31082026-04-02T19:58:40.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-04-02T19:58:40.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-04-02T19:58:40.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-04-02T19:58:40.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31122026-04-02T19:58:40.159Z
31132026-04-02T19:58:40.159Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/267)
31142026-04-02T19:58:40.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-04-02T19:58:40.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-04-02T19:58:40.861Z Checking dropshot-api-manager-types v0.6.0
31172026-04-02T19:58:40.862Z Checking nanorand v0.7.0
31182026-04-02T19:58:41.104Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31192026-04-02T19:58:41.131Z Checking flume v0.11.1
31202026-04-02T19:58:41.337Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31212026-04-02T19:58:42.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s
31222026-04-02T19:58:42.524Z
31232026-04-02T19:58:42.524Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/267)
31242026-04-02T19:58:43.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-04-02T19:58:43.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-04-02T19:58:43.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-04-02T19:58:43.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31282026-04-02T19:58:43.125Z
31292026-04-02T19:58:43.125Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/267)
31302026-04-02T19:58:43.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-04-02T19:58:43.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-04-02T19:58:43.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-04-02T19:58:43.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31342026-04-02T19:58:43.733Z
31352026-04-02T19:58:43.733Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/267)
31362026-04-02T19:58:44.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-04-02T19:58:44.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-04-02T19:58:44.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-04-02T19:58:44.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31402026-04-02T19:58:44.356Z
31412026-04-02T19:58:44.356Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/267)
31422026-04-02T19:58:44.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-04-02T19:58:44.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-04-02T19:58:44.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-04-02T19:58:44.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31462026-04-02T19:58:44.980Z
31472026-04-02T19:58:44.980Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/267)
31482026-04-02T19:58:45.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-04-02T19:58:45.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-04-02T19:58:45.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-04-02T19:58:45.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31522026-04-02T19:58:45.593Z
31532026-04-02T19:58:45.593Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/267)
31542026-04-02T19:58:46.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-04-02T19:58:46.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-04-02T19:58:46.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-04-02T19:58:46.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31582026-04-02T19:58:46.202Z
31592026-04-02T19:58:46.202Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/267)
31602026-04-02T19:58:46.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-04-02T19:58:46.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-04-02T19:58:46.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-04-02T19:58:46.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31642026-04-02T19:58:46.816Z
31652026-04-02T19:58:46.816Zinfo: running `cargo check --bins` on cockroach-admin-client (111/267)
31662026-04-02T19:58:47.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-04-02T19:58:47.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-04-02T19:58:47.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-04-02T19:58:47.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31702026-04-02T19:58:47.410Z
31712026-04-02T19:58:47.410Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/267)
31722026-04-02T19:58:47.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-04-02T19:58:47.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-04-02T19:58:47.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-04-02T19:58:47.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31762026-04-02T19:58:48.019Z
31772026-04-02T19:58:48.019Zinfo: running `cargo check --bins` on dns-service-client (113/267)
31782026-04-02T19:58:48.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-04-02T19:58:48.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-04-02T19:58:48.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31812026-04-02T19:58:48.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31822026-04-02T19:58:48.631Z
31832026-04-02T19:58:48.631Zinfo: running `cargo check --bins` on installinator-client (114/267)
31842026-04-02T19:58:49.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852026-04-02T19:58:49.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862026-04-02T19:58:49.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31872026-04-02T19:58:49.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31882026-04-02T19:58:49.243Z
31892026-04-02T19:58:49.243Zinfo: running `cargo check --bins` on nexus-client (115/267)
31902026-04-02T19:58:49.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-04-02T19:58:49.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-04-02T19:58:49.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-04-02T19:58:49.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31942026-04-02T19:58:49.890Z
31952026-04-02T19:58:49.890Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/267)
31962026-04-02T19:58:50.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-04-02T19:58:50.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-04-02T19:58:50.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-04-02T19:58:50.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32002026-04-02T19:58:50.536Z
32012026-04-02T19:58:50.536Zinfo: running `cargo check --bins` on ntp-admin-client (117/267)
32022026-04-02T19:58:51.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-04-02T19:58:51.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-04-02T19:58:51.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-04-02T19:58:51.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32062026-04-02T19:58:51.130Z
32072026-04-02T19:58:51.130Zinfo: running `cargo check --bins` on oxide-client (118/267)
32082026-04-02T19:58:51.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-04-02T19:58:51.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-04-02T19:58:51.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-04-02T19:58:51.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32122026-04-02T19:58:51.734Z
32132026-04-02T19:58:51.734Zinfo: running `cargo check --bins` on oximeter-client (119/267)
32142026-04-02T19:58:52.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-04-02T19:58:52.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-04-02T19:58:52.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-04-02T19:58:52.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32182026-04-02T19:58:52.342Z
32192026-04-02T19:58:52.342Zinfo: running `cargo check --bins` on repo-depot-client (120/267)
32202026-04-02T19:58:52.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-04-02T19:58:52.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-04-02T19:58:52.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232026-04-02T19:58:52.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32242026-04-02T19:58:52.942Z
32252026-04-02T19:58:52.942Zinfo: running `cargo check --bins` on sled-agent-client (121/267)
32262026-04-02T19:58:53.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272026-04-02T19:58:53.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282026-04-02T19:58:53.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32292026-04-02T19:58:53.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32302026-04-02T19:58:53.571Z
32312026-04-02T19:58:53.572Zinfo: running `cargo check --bins` on wicketd-client (122/267)
32322026-04-02T19:58:54.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32332026-04-02T19:58:54.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32342026-04-02T19:58:54.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32352026-04-02T19:58:54.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32362026-04-02T19:58:54.200Z
32372026-04-02T19:58:54.200Zinfo: running `cargo check --bins` on installinator-common (123/267)
32382026-04-02T19:58:54.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32392026-04-02T19:58:54.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32402026-04-02T19:58:54.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32412026-04-02T19:58:54.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32422026-04-02T19:58:54.821Z
32432026-04-02T19:58:54.821Zinfo: running `cargo check --bins` on installinator-common-versions (124/267)
32442026-04-02T19:58:55.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32452026-04-02T19:58:55.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32462026-04-02T19:58:55.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32472026-04-02T19:58:55.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32482026-04-02T19:58:55.416Z
32492026-04-02T19:58:55.416Zinfo: running `cargo check --bins` on wicket-common (125/267)
32502026-04-02T19:58:55.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32512026-04-02T19:58:55.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32522026-04-02T19:58:55.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32532026-04-02T19:58:55.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32542026-04-02T19:58:56.049Z
32552026-04-02T19:58:56.049Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/267)
32562026-04-02T19:58:56.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32572026-04-02T19:58:56.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32582026-04-02T19:58:56.730Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32592026-04-02T19:58:56.730Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32602026-04-02T19:58:56.730Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32612026-04-02T19:58:56.841Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32622026-04-02T19:58:56.849Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32632026-04-02T19:58:56.974Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32642026-04-02T19:58:56.997Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32652026-04-02T19:58:57.212Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32662026-04-02T19:58:57.215Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32672026-04-02T19:58:59.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s
32682026-04-02T19:58:59.562Z
32692026-04-02T19:58:59.562Zinfo: running `cargo check --bins` on cockroach-admin-api (127/267)
32702026-04-02T19:59:00.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32712026-04-02T19:59:00.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32722026-04-02T19:59:00.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32732026-04-02T19:59:00.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32742026-04-02T19:59:00.170Z
32752026-04-02T19:59:00.171Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/267)
32762026-04-02T19:59:00.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32772026-04-02T19:59:00.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32782026-04-02T19:59:00.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32792026-04-02T19:59:00.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32802026-04-02T19:59:00.870Z
32812026-04-02T19:59:00.870Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/267)
32822026-04-02T19:59:01.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32832026-04-02T19:59:01.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32842026-04-02T19:59:01.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32852026-04-02T19:59:01.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32862026-04-02T19:59:01.564Z
32872026-04-02T19:59:01.564Zinfo: running `cargo check --bins` on dns-server (130/267)
32882026-04-02T19:59:02.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32892026-04-02T19:59:02.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32902026-04-02T19:59:02.230Z Compiling parking_lot_core v0.8.6
32912026-04-02T19:59:02.230Z Compiling git-stub v1.0.0
32922026-04-02T19:59:02.230Z Compiling atomicwrites v0.4.4
32932026-04-02T19:59:02.233Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32942026-04-02T19:59:02.358Z Checking tagptr v0.2.0
32952026-04-02T19:59:02.366Z Checking prefix-trie v0.7.0
32962026-04-02T19:59:02.369Z Checking fxhash v0.2.1
32972026-04-02T19:59:02.369Z Checking hickory-client v0.25.2
32982026-04-02T19:59:02.477Z Compiling git-stub-vcs v0.1.0
32992026-04-02T19:59:02.489Z Checking moka v0.12.13
33002026-04-02T19:59:02.690Z Checking hickory-server v0.25.2
33012026-04-02T19:59:02.768Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33022026-04-02T19:59:02.804Z Checking parking_lot v0.11.2
33032026-04-02T19:59:02.835Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33042026-04-02T19:59:02.835Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33052026-04-02T19:59:02.838Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33062026-04-02T19:59:02.987Z Checking sled v0.34.7
33072026-04-02T19:59:03.091Z Checking hickory-resolver v0.25.2
33082026-04-02T19:59:05.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s
33092026-04-02T19:59:05.212Z
33102026-04-02T19:59:05.212Zinfo: running `cargo check --bins` on dns-server-api (131/267)
33112026-04-02T19:59:05.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122026-04-02T19:59:05.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132026-04-02T19:59:05.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142026-04-02T19:59:05.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33152026-04-02T19:59:05.820Z
33162026-04-02T19:59:05.821Zinfo: running `cargo check --bins` on gateway-test-utils (132/267)
33172026-04-02T19:59:06.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-04-02T19:59:06.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-04-02T19:59:06.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-04-02T19:59:06.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33212026-04-02T19:59:06.487Z
33222026-04-02T19:59:06.487Zinfo: running `cargo check --bins` on omicron-gateway (133/267)
33232026-04-02T19:59:07.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-04-02T19:59:07.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-04-02T19:59:07.237Z Compiling radium v0.7.0
33262026-04-02T19:59:07.355Z Compiling maybe-uninit v2.0.0
33272026-04-02T19:59:07.355Z Checking tap v1.0.1
33282026-04-02T19:59:07.371Z Compiling zerocopy-derive v0.6.6
33292026-04-02T19:59:07.378Z Checking funty v2.0.0
33302026-04-02T19:59:07.382Z Compiling packed_struct v0.10.1
33312026-04-02T19:59:07.388Z Checking crc-catalog v2.4.0
33322026-04-02T19:59:07.416Z Compiling packed_struct_codegen v0.10.1
33332026-04-02T19:59:07.450Z Checking wyz v0.5.1
33342026-04-02T19:59:07.492Z Checking crc v3.4.0
33352026-04-02T19:59:07.651Z Compiling bitfield-macros v0.19.4
33362026-04-02T19:59:07.666Z Compiling indexmap v1.9.3
33372026-04-02T19:59:07.693Z Checking nodrop v0.1.14
33382026-04-02T19:59:07.720Z Checking hashbrown v0.12.3
33392026-04-02T19:59:07.759Z Checking smallvec v0.6.14
33402026-04-02T19:59:07.781Z Checking bitvec v1.0.1
33412026-04-02T19:59:07.823Z Checking array-init v0.0.4
33422026-04-02T19:59:07.880Z Checking ron v0.8.1
33432026-04-02T19:59:07.958Z Checking hashbrown v0.13.2
33442026-04-02T19:59:08.128Z Checking serde-hex v0.1.0
33452026-04-02T19:59:08.226Z Checking zerocopy v0.6.6
33462026-04-02T19:59:08.353Z Checking bitfield v0.19.4
33472026-04-02T19:59:08.380Z Checking crc-any v2.5.0
33482026-04-02T19:59:08.398Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33492026-04-02T19:59:08.486Z Checking object v0.30.4
33502026-04-02T19:59:08.507Z Checking path-slash v0.1.5
33512026-04-02T19:59:08.520Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33522026-04-02T19:59:08.552Z Checking half v1.8.3
33532026-04-02T19:59:08.603Z Checking void v1.0.2
33542026-04-02T19:59:08.616Z Checking tungstenite v0.23.0
33552026-04-02T19:59:08.674Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33562026-04-02T19:59:08.708Z Checking lzss v0.8.2
33572026-04-02T19:59:08.748Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33582026-04-02T19:59:08.751Z Checking serde_cbor v0.11.2
33592026-04-02T19:59:08.838Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33602026-04-02T19:59:08.893Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33612026-04-02T19:59:08.907Z Checking nix v0.27.1
33622026-04-02T19:59:09.033Z Checking kstat-rs v0.2.4
33632026-04-02T19:59:09.133Z Checking serde_bytes v0.11.19
33642026-04-02T19:59:09.224Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33652026-04-02T19:59:09.249Z Checking tokio-tungstenite v0.23.1
33662026-04-02T19:59:09.307Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33672026-04-02T19:59:09.412Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33682026-04-02T19:59:09.510Z Checking signal-hook-tokio v0.3.1
33692026-04-02T19:59:10.101Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33702026-04-02T19:59:10.464Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33712026-04-02T19:59:12.585Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33722026-04-02T19:59:13.450Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33732026-04-02T19:59:13.736Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33742026-04-02T19:59:14.811Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33752026-04-02T19:59:16.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.37s
33762026-04-02T19:59:17.056Z
33772026-04-02T19:59:17.056Zinfo: running `cargo check --bins` on gateway-api (134/267)
33782026-04-02T19:59:17.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-04-02T19:59:17.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-04-02T19:59:17.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-04-02T19:59:17.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33822026-04-02T19:59:17.664Z
33832026-04-02T19:59:17.664Zinfo: running `cargo check --bins` on ipcc (135/267)
33842026-04-02T19:59:18.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-04-02T19:59:18.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-04-02T19:59:18.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-04-02T19:59:18.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33882026-04-02T19:59:18.271Z
33892026-04-02T19:59:18.271Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/267)
33902026-04-02T19:59:18.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-04-02T19:59:18.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-04-02T19:59:18.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-04-02T19:59:18.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33942026-04-02T19:59:18.867Z
33952026-04-02T19:59:18.867Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/267)
33962026-04-02T19:59:19.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-04-02T19:59:19.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-04-02T19:59:19.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-04-02T19:59:19.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34002026-04-02T19:59:19.475Z
34012026-04-02T19:59:19.475Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/267)
34022026-04-02T19:59:19.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-04-02T19:59:19.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-04-02T19:59:19.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-04-02T19:59:19.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34062026-04-02T19:59:20.087Z
34072026-04-02T19:59:20.087Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/267)
34082026-04-02T19:59:20.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-04-02T19:59:20.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-04-02T19:59:20.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-04-02T19:59:20.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34122026-04-02T19:59:20.699Z
34132026-04-02T19:59:20.699Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/267)
34142026-04-02T19:59:21.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-04-02T19:59:21.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-04-02T19:59:21.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-04-02T19:59:21.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34182026-04-02T19:59:21.302Z
34192026-04-02T19:59:21.302Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/267)
34202026-04-02T19:59:21.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-04-02T19:59:21.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-04-02T19:59:21.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-04-02T19:59:21.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34242026-04-02T19:59:21.915Z
34252026-04-02T19:59:21.915Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/267)
34262026-04-02T19:59:22.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-04-02T19:59:22.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-04-02T19:59:22.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-04-02T19:59:22.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34302026-04-02T19:59:22.528Z
34312026-04-02T19:59:22.528Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/267)
34322026-04-02T19:59:23.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-04-02T19:59:23.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-04-02T19:59:23.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-04-02T19:59:23.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34362026-04-02T19:59:23.142Z
34372026-04-02T19:59:23.142Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/267)
34382026-04-02T19:59:23.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-04-02T19:59:23.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-04-02T19:59:23.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-04-02T19:59:23.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34422026-04-02T19:59:23.756Z
34432026-04-02T19:59:23.756Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/267)
34442026-04-02T19:59:24.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-04-02T19:59:24.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-04-02T19:59:24.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-04-02T19:59:24.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34482026-04-02T19:59:24.367Z
34492026-04-02T19:59:24.368Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/267)
34502026-04-02T19:59:24.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-04-02T19:59:24.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-04-02T19:59:24.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-04-02T19:59:24.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34542026-04-02T19:59:24.984Z
34552026-04-02T19:59:24.984Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/267)
34562026-04-02T19:59:25.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-04-02T19:59:25.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-04-02T19:59:25.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-04-02T19:59:25.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34602026-04-02T19:59:25.597Z
34612026-04-02T19:59:25.597Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/267)
34622026-04-02T19:59:26.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-04-02T19:59:26.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-04-02T19:59:26.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-04-02T19:59:26.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34662026-04-02T19:59:26.226Z
34672026-04-02T19:59:26.226Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/267)
34682026-04-02T19:59:26.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-04-02T19:59:26.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-04-02T19:59:26.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-04-02T19:59:26.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34722026-04-02T19:59:26.837Z
34732026-04-02T19:59:26.837Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/267)
34742026-04-02T19:59:27.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-04-02T19:59:27.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-04-02T19:59:27.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-04-02T19:59:27.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34782026-04-02T19:59:27.451Z
34792026-04-02T19:59:27.451Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/267)
34802026-04-02T19:59:27.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-04-02T19:59:27.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-04-02T19:59:27.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-04-02T19:59:27.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34842026-04-02T19:59:28.061Z
34852026-04-02T19:59:28.061Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/267)
34862026-04-02T19:59:28.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-04-02T19:59:28.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-04-02T19:59:28.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-04-02T19:59:28.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34902026-04-02T19:59:28.671Z
34912026-04-02T19:59:28.671Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/267)
34922026-04-02T19:59:29.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-04-02T19:59:29.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-04-02T19:59:29.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-04-02T19:59:29.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34962026-04-02T19:59:29.279Z
34972026-04-02T19:59:29.279Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/267)
34982026-04-02T19:59:29.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-04-02T19:59:29.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-04-02T19:59:29.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-04-02T19:59:29.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35022026-04-02T19:59:29.894Z
35032026-04-02T19:59:29.894Zinfo: running `cargo check --bins` on oximeter-producer (155/267)
35042026-04-02T19:59:30.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-04-02T19:59:30.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-04-02T19:59:30.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-04-02T19:59:30.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35082026-04-02T19:59:30.546Z
35092026-04-02T19:59:30.546Zinfo: running `cargo check --bins` on internal-dns-resolver (156/267)
35102026-04-02T19:59:31.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-04-02T19:59:31.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-04-02T19:59:31.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-04-02T19:59:31.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35142026-04-02T19:59:31.163Z
35152026-04-02T19:59:31.163Zinfo: running `cargo check --bins` on sp-sim (157/267)
35162026-04-02T19:59:31.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-04-02T19:59:31.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-04-02T19:59:31.895Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35192026-04-02T19:59:33.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
35202026-04-02T19:59:33.855Z
35212026-04-02T19:59:33.855Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (158/267)
35222026-04-02T19:59:34.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-04-02T19:59:34.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-04-02T19:59:34.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-04-02T19:59:34.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35262026-04-02T19:59:34.521Z
35272026-04-02T19:59:34.521Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (159/267)
35282026-04-02T19:59:35.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-04-02T19:59:35.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-04-02T19:59:35.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-04-02T19:59:35.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35322026-04-02T19:59:35.194Z
35332026-04-02T19:59:35.194Zinfo: running `cargo check --bins` on db-macros (160/267)
35342026-04-02T19:59:35.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-04-02T19:59:35.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-04-02T19:59:35.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-04-02T19:59:35.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35382026-04-02T19:59:35.794Z
35392026-04-02T19:59:35.794Zinfo: running `cargo check --bins` on nexus-macros-common (161/267)
35402026-04-02T19:59:36.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-04-02T19:59:36.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-04-02T19:59:36.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-04-02T19:59:36.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35442026-04-02T19:59:36.393Z
35452026-04-02T19:59:36.393Zinfo: running `cargo check --bins` on nexus-auth (162/267)
35462026-04-02T19:59:36.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-04-02T19:59:36.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-04-02T19:59:36.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-04-02T19:59:36.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35502026-04-02T19:59:37.056Z
35512026-04-02T19:59:37.056Zinfo: running `cargo check --bins` on authz-macros (163/267)
35522026-04-02T19:59:37.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-04-02T19:59:37.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-04-02T19:59:37.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-04-02T19:59:37.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35562026-04-02T19:59:37.653Z
35572026-04-02T19:59:37.653Zinfo: running `cargo check --bins` on nexus-db-fixed-data (164/267)
35582026-04-02T19:59:38.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-04-02T19:59:38.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-04-02T19:59:38.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-04-02T19:59:38.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35622026-04-02T19:59:38.299Z
35632026-04-02T19:59:38.299Zinfo: running `cargo check --bins` on nexus-db-model (165/267)
35642026-04-02T19:59:38.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-04-02T19:59:38.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-04-02T19:59:38.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-04-02T19:59:38.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35682026-04-02T19:59:38.948Z
35692026-04-02T19:59:38.949Zinfo: running `cargo check --bins` on nexus-db-schema (166/267)
35702026-04-02T19:59:39.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-04-02T19:59:39.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-04-02T19:59:39.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-04-02T19:59:39.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35742026-04-02T19:59:39.545Z
35752026-04-02T19:59:39.546Zinfo: running `cargo check --bins` on omicron-rpaths (167/267)
35762026-04-02T19:59:40.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-04-02T19:59:40.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-04-02T19:59:40.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-04-02T19:59:40.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35802026-04-02T19:59:40.142Z
35812026-04-02T19:59:40.142Zinfo: running `cargo check --bins` on nexus-defaults (168/267)
35822026-04-02T19:59:40.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-04-02T19:59:40.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-04-02T19:59:40.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-04-02T19:59:40.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35862026-04-02T19:59:40.749Z
35872026-04-02T19:59:40.749Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (169/267)
35882026-04-02T19:59:41.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-04-02T19:59:41.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-04-02T19:59:41.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-04-02T19:59:41.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35922026-04-02T19:59:41.345Z
35932026-04-02T19:59:41.345Zinfo: running `cargo check --bins` on parallel-task-set (170/267)
35942026-04-02T19:59:41.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-04-02T19:59:41.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-04-02T19:59:41.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-04-02T19:59:41.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35982026-04-02T19:59:41.941Z
35992026-04-02T19:59:41.941Zinfo: running `cargo check --bins` on nexus-db-errors (171/267)
36002026-04-02T19:59:42.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-04-02T19:59:42.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-04-02T19:59:42.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-04-02T19:59:42.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36042026-04-02T19:59:42.601Z
36052026-04-02T19:59:42.601Zinfo: running `cargo check --bins` on nexus-db-lookup (172/267)
36062026-04-02T19:59:43.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-04-02T19:59:43.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-04-02T19:59:43.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-04-02T19:59:43.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36102026-04-02T19:59:43.263Z
36112026-04-02T19:59:43.264Zinfo: running `cargo check --bins` on nexus-inventory (173/267)
36122026-04-02T19:59:43.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-04-02T19:59:43.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-04-02T19:59:43.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-04-02T19:59:43.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36162026-04-02T19:59:43.919Z
36172026-04-02T19:59:43.919Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (174/267)
36182026-04-02T19:59:44.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-04-02T19:59:44.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-04-02T19:59:44.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-04-02T19:59:44.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36222026-04-02T19:59:44.539Z
36232026-04-02T19:59:44.539Zinfo: running `cargo check --bins --no-default-features` on sled-storage (175/267)
36242026-04-02T19:59:45.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-04-02T19:59:45.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-04-02T19:59:45.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-04-02T19:59:45.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36282026-04-02T19:59:45.153Z
36292026-04-02T19:59:45.154Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (176/267)
36302026-04-02T19:59:45.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-04-02T19:59:45.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-04-02T19:59:45.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36332026-04-02T19:59:45.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36342026-04-02T19:59:45.774Z
36352026-04-02T19:59:45.774Zinfo: running `cargo check --bins` on key-manager (177/267)
36362026-04-02T19:59:46.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36372026-04-02T19:59:46.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36382026-04-02T19:59:46.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36392026-04-02T19:59:46.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36402026-04-02T19:59:46.378Z
36412026-04-02T19:59:46.378Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (178/267)
36422026-04-02T19:59:46.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36432026-04-02T19:59:46.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36442026-04-02T19:59:46.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36452026-04-02T19:59:46.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36462026-04-02T19:59:46.994Z
36472026-04-02T19:59:46.994Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (179/267)
36482026-04-02T19:59:47.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36492026-04-02T19:59:47.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36502026-04-02T19:59:47.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36512026-04-02T19:59:47.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36522026-04-02T19:59:47.608Z
36532026-04-02T19:59:47.608Zinfo: running `cargo check --bins` on typed-rng (180/267)
36542026-04-02T19:59:48.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36552026-04-02T19:59:48.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36562026-04-02T19:59:48.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36572026-04-02T19:59:48.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36582026-04-02T19:59:48.201Z
36592026-04-02T19:59:48.201Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (181/267)
36602026-04-02T19:59:48.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36612026-04-02T19:59:48.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36622026-04-02T19:59:49.043Z Compiling libefi-sys v0.1.0
36632026-04-02T19:59:49.046Z Compiling bitfield-struct v0.6.2
36642026-04-02T19:59:49.185Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36652026-04-02T19:59:49.194Z Compiling xshell-macros v0.2.7
36662026-04-02T19:59:49.203Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36672026-04-02T19:59:49.218Z Compiling salty v0.3.0
36682026-04-02T19:59:49.243Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36692026-04-02T19:59:49.247Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36702026-04-02T19:59:49.247Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36712026-04-02T19:59:49.529Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36722026-04-02T19:59:49.544Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36732026-04-02T19:59:49.547Z Checking xshell v0.2.7
36742026-04-02T19:59:49.693Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36752026-04-02T19:59:49.710Z Checking primeorder v0.13.6
36762026-04-02T19:59:49.740Z Compiling proc-macro-error-attr2 v2.0.0
36772026-04-02T19:59:49.765Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36782026-04-02T19:59:49.781Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36792026-04-02T19:59:49.815Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36802026-04-02T19:59:49.924Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36812026-04-02T19:59:49.945Z Checking p384 v0.13.1
36822026-04-02T19:59:49.982Z Compiling num-derive v0.3.3
36832026-04-02T19:59:50.018Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36842026-04-02T19:59:50.124Z Compiling proc-macro-error2 v2.0.1
36852026-04-02T19:59:50.250Z Compiling unicase v2.9.0
36862026-04-02T19:59:50.267Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36872026-04-02T19:59:50.421Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36882026-04-02T19:59:50.437Z Compiling tabled_derive v0.11.0
36892026-04-02T19:59:50.455Z Compiling mime_guess v2.0.5
36902026-04-02T19:59:50.501Z Compiling progenitor-impl v0.11.2
36912026-04-02T19:59:50.801Z Checking papergrid v0.17.0
36922026-04-02T19:59:50.863Z Checking libscf-sys v1.1.0
36932026-04-02T19:59:50.990Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36942026-04-02T19:59:51.006Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36952026-04-02T19:59:51.085Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36962026-04-02T19:59:51.137Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36972026-04-02T19:59:51.593Z Checking testing_table v0.3.0
36982026-04-02T19:59:51.608Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36992026-04-02T19:59:51.640Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37002026-04-02T19:59:51.692Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37012026-04-02T19:59:51.733Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37022026-04-02T19:59:51.786Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37032026-04-02T19:59:51.818Z Checking corncobs v0.1.4
37042026-04-02T19:59:51.862Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37052026-04-02T19:59:51.941Z Checking tabled v0.20.0
37062026-04-02T19:59:51.957Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37072026-04-02T19:59:52.005Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37082026-04-02T19:59:52.172Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37092026-04-02T19:59:52.215Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37102026-04-02T19:59:52.269Z Checking progenitor-client v0.11.2
37112026-04-02T19:59:52.505Z Checking secrecy v0.8.0
37122026-04-02T19:59:52.561Z Checking http-range v0.1.5
37132026-04-02T19:59:52.875Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37142026-04-02T19:59:52.891Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37152026-04-02T19:59:52.977Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37162026-04-02T19:59:53.148Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37172026-04-02T19:59:53.172Z Compiling progenitor-macro v0.11.2
37182026-04-02T19:59:53.206Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37192026-04-02T19:59:53.272Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37202026-04-02T19:59:53.489Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
37212026-04-02T19:59:53.536Z Checking atty v0.2.14
37222026-04-02T19:59:53.600Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37232026-04-02T19:59:53.639Z Checking crc8 v0.1.1
37242026-04-02T19:59:53.736Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37252026-04-02T19:59:53.753Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37262026-04-02T19:59:54.028Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37272026-04-02T19:59:54.106Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37282026-04-02T19:59:54.385Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37292026-04-02T19:59:54.402Z Checking hyper-staticfile v0.10.1
37302026-04-02T19:59:54.435Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37312026-04-02T19:59:54.471Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37322026-04-02T19:59:54.700Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37332026-04-02T19:59:54.722Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37342026-04-02T19:59:54.930Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37352026-04-02T19:59:54.987Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37362026-04-02T19:59:55.004Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37372026-04-02T19:59:55.280Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37382026-04-02T19:59:55.406Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37392026-04-02T19:59:55.597Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37402026-04-02T19:59:55.712Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37412026-04-02T19:59:55.747Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37422026-04-02T19:59:55.953Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37432026-04-02T19:59:56.198Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37442026-04-02T19:59:56.254Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37452026-04-02T19:59:56.675Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37462026-04-02T19:59:57.450Z Checking progenitor v0.11.2
37472026-04-02T19:59:57.600Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37482026-04-02T20:00:02.492Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37492026-04-02T20:00:13.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.08s
37502026-04-02T20:00:13.507Z
37512026-04-02T20:00:13.507Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (182/267)
37522026-04-02T20:00:14.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-04-02T20:00:14.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-04-02T20:00:14.295Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37552026-04-02T20:00:25.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.64s
37562026-04-02T20:00:25.374Z
37572026-04-02T20:00:25.375Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (183/267)
37582026-04-02T20:00:25.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-04-02T20:00:25.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-04-02T20:00:26.165Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37612026-04-02T20:00:37.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.66s
37622026-04-02T20:00:37.262Z
37632026-04-02T20:00:37.262Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (184/267)
37642026-04-02T20:00:37.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-04-02T20:00:37.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-04-02T20:00:38.052Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37672026-04-02T20:00:48.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.70s
37682026-04-02T20:00:49.197Z
37692026-04-02T20:00:49.197Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (185/267)
37702026-04-02T20:00:49.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-04-02T20:00:49.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-04-02T20:00:49.991Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37732026-04-02T20:01:00.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.71s
37742026-04-02T20:01:01.134Z
37752026-04-02T20:01:01.134Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (186/267)
37762026-04-02T20:01:01.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-04-02T20:01:01.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-04-02T20:01:01.927Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37792026-04-02T20:01:12.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.67s
37802026-04-02T20:01:13.037Z
37812026-04-02T20:01:13.037Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (187/267)
37822026-04-02T20:01:13.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-04-02T20:01:13.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-04-02T20:01:13.831Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37852026-04-02T20:01:24.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.72s
37862026-04-02T20:01:24.982Z
37872026-04-02T20:01:24.982Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (188/267)
37882026-04-02T20:01:25.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-04-02T20:01:25.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-04-02T20:01:25.775Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37912026-04-02T20:01:36.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.67s
37922026-04-02T20:01:36.876Z
37932026-04-02T20:01:36.876Zinfo: running `cargo check --bins` on bootstrap-agent-api (189/267)
37942026-04-02T20:01:37.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-04-02T20:01:37.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-04-02T20:01:37.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-04-02T20:01:37.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37982026-04-02T20:01:37.509Z
37992026-04-02T20:01:37.509Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (190/267)
38002026-04-02T20:01:38.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-04-02T20:01:38.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-04-02T20:01:38.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-04-02T20:01:38.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38042026-04-02T20:01:38.134Z
38052026-04-02T20:01:38.134Zinfo: running `cargo check --bins` on range-requests (191/267)
38062026-04-02T20:01:38.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-04-02T20:01:38.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-04-02T20:01:38.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-04-02T20:01:38.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38102026-04-02T20:01:38.747Z
38112026-04-02T20:01:38.747Zinfo: running `cargo check --bins` on repo-depot-api (192/267)
38122026-04-02T20:01:39.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-04-02T20:01:39.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-04-02T20:01:39.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-04-02T20:01:39.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38162026-04-02T20:01:39.363Z
38172026-04-02T20:01:39.363Zinfo: running `cargo check --bins` on sled-agent-api (193/267)
38182026-04-02T20:01:39.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-04-02T20:01:39.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-04-02T20:01:39.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-04-02T20:01:39.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38222026-04-02T20:01:40.005Z
38232026-04-02T20:01:40.005Zinfo: running `cargo check --bins` on sled-diagnostics (194/267)
38242026-04-02T20:01:40.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-04-02T20:01:40.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-04-02T20:01:40.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-04-02T20:01:40.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38282026-04-02T20:01:40.633Z
38292026-04-02T20:01:40.633Zinfo: running `cargo check --bins` on zfs-test-harness (195/267)
38302026-04-02T20:01:41.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-04-02T20:01:41.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-04-02T20:01:41.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-04-02T20:01:41.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38342026-04-02T20:01:41.262Z
38352026-04-02T20:01:41.262Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (196/267)
38362026-04-02T20:01:41.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-04-02T20:01:41.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-04-02T20:01:41.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-04-02T20:01:41.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38402026-04-02T20:01:41.905Z
38412026-04-02T20:01:41.905Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (197/267)
38422026-04-02T20:01:42.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-04-02T20:01:42.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-04-02T20:01:42.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-04-02T20:01:42.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38462026-04-02T20:01:42.548Z
38472026-04-02T20:01:42.548Zinfo: running `cargo check --bins` on sled-agent-health-monitor (198/267)
38482026-04-02T20:01:43.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-04-02T20:01:43.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-04-02T20:01:43.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-04-02T20:01:43.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38522026-04-02T20:01:43.176Z
38532026-04-02T20:01:43.176Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (199/267)
38542026-04-02T20:01:43.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-04-02T20:01:43.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-04-02T20:01:43.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-04-02T20:01:43.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38582026-04-02T20:01:43.814Z
38592026-04-02T20:01:43.814Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (200/267)
38602026-04-02T20:01:44.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-04-02T20:01:44.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-04-02T20:01:44.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-04-02T20:01:44.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38642026-04-02T20:01:44.453Z
38652026-04-02T20:01:44.453Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (201/267)
38662026-04-02T20:01:44.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-04-02T20:01:44.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-04-02T20:01:44.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-04-02T20:01:45.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38702026-04-02T20:01:45.097Z
38712026-04-02T20:01:45.097Zinfo: running `cargo check --bins` on trust-quorum (202/267)
38722026-04-02T20:01:45.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-04-02T20:01:45.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-04-02T20:01:45.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38752026-04-02T20:01:45.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38762026-04-02T20:01:45.734Z
38772026-04-02T20:01:45.734Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (203/267)
38782026-04-02T20:01:46.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-04-02T20:01:46.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-04-02T20:01:46.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38812026-04-02T20:01:46.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38822026-04-02T20:01:46.389Z
38832026-04-02T20:01:46.389Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (204/267)
38842026-04-02T20:01:46.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-04-02T20:01:46.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-04-02T20:01:46.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-04-02T20:01:46.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38882026-04-02T20:01:47.064Z
38892026-04-02T20:01:47.064Zinfo: running `cargo check --bins` on update-common (205/267)
38902026-04-02T20:01:47.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-04-02T20:01:47.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-04-02T20:01:47.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-04-02T20:01:47.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38942026-04-02T20:01:47.689Z
38952026-04-02T20:01:47.689Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (206/267)
38962026-04-02T20:01:48.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-04-02T20:01:48.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-04-02T20:01:48.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-04-02T20:01:48.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39002026-04-02T20:01:48.346Z
39012026-04-02T20:01:48.346Zinfo: running `cargo check --bins` on reconfigurator-cli (207/267)
39022026-04-02T20:01:48.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-04-02T20:01:48.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-04-02T20:01:49.117Z Compiling fs-err v2.11.0
39052026-04-02T20:01:49.117Z Checking ignore v0.4.25
39062026-04-02T20:01:49.120Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39072026-04-02T20:01:49.256Z Checking predicates-tree v1.0.13
39082026-04-02T20:01:49.259Z Checking parse-size v1.1.0
39092026-04-02T20:01:49.274Z Checking rand_seeder v0.4.0
39102026-04-02T20:01:49.277Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39112026-04-02T20:01:49.299Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39122026-04-02T20:01:49.352Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39132026-04-02T20:01:49.372Z Compiling petname v2.0.2
39142026-04-02T20:01:49.410Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39152026-04-02T20:01:49.570Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39162026-04-02T20:01:49.586Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39172026-04-02T20:01:49.618Z Checking globwalk v0.9.1
39182026-04-02T20:01:49.686Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39192026-04-02T20:01:49.750Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39202026-04-02T20:01:49.798Z Checking camino-tempfile-ext v0.3.3
39212026-04-02T20:01:49.815Z Checking sapling-renderdag v0.1.0
39222026-04-02T20:01:49.934Z Checking sync-ptr v0.1.4
39232026-04-02T20:01:49.994Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39242026-04-02T20:01:50.052Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39252026-04-02T20:01:50.086Z Checking colored v2.2.0
39262026-04-02T20:01:50.141Z Checking assert_matches v1.5.0
39272026-04-02T20:01:50.374Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39282026-04-02T20:01:50.479Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39292026-04-02T20:01:50.480Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39302026-04-02T20:01:51.056Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39312026-04-02T20:01:52.348Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39322026-04-02T20:01:54.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.17s
39332026-04-02T20:01:54.745Z
39342026-04-02T20:01:54.745Zinfo: running `cargo check --bins` on omicron-repl-utils (208/267)
39352026-04-02T20:01:55.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-04-02T20:01:55.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-04-02T20:01:55.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-04-02T20:01:55.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39392026-04-02T20:01:55.344Z
39402026-04-02T20:01:55.344Zinfo: running `cargo check --bins` on nexus-test-interface (209/267)
39412026-04-02T20:01:55.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-04-02T20:01:55.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-04-02T20:01:55.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-04-02T20:01:55.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39452026-04-02T20:01:56.014Z
39462026-04-02T20:01:56.014Zinfo: running `cargo check --bins` on oximeter-collector (210/267)
39472026-04-02T20:01:56.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-04-02T20:01:56.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-04-02T20:01:56.747Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39502026-04-02T20:01:56.747Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39512026-04-02T20:01:57.396Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39522026-04-02T20:01:58.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s
39532026-04-02T20:01:59.142Z
39542026-04-02T20:01:59.142Zinfo: running `cargo check --bins` on oximeter-api (211/267)
39552026-04-02T20:01:59.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-04-02T20:01:59.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-04-02T20:01:59.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39582026-04-02T20:01:59.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39592026-04-02T20:01:59.750Z
39602026-04-02T20:01:59.751Zinfo: running `cargo check --bins` on cert-dev (212/267)
39612026-04-02T20:02:00.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-04-02T20:02:00.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-04-02T20:02:00.367Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39642026-04-02T20:02:00.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
39652026-04-02T20:02:00.814Z
39662026-04-02T20:02:00.814Zinfo: running `cargo check --bins` on clickana (213/267)
39672026-04-02T20:02:01.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-04-02T20:02:01.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-04-02T20:02:01.474Z Compiling darling_core v0.23.0
39702026-04-02T20:02:01.477Z Compiling instability v0.3.11
39712026-04-02T20:02:01.591Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39722026-04-02T20:02:01.591Z Checking castaway v0.2.4
39732026-04-02T20:02:01.597Z Compiling indoc v2.0.7
39742026-04-02T20:02:01.611Z Checking unicode-truncate v1.1.0
39752026-04-02T20:02:01.615Z Checking lru v0.12.5
39762026-04-02T20:02:01.622Z Checking cassowary v0.3.0
39772026-04-02T20:02:01.691Z Checking compact_str v0.8.1
39782026-04-02T20:02:02.544Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39792026-04-02T20:02:02.728Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39802026-04-02T20:02:03.012Z Compiling darling_macro v0.23.0
39812026-04-02T20:02:03.429Z Compiling darling v0.23.0
39822026-04-02T20:02:04.030Z Checking ratatui v0.29.0
39832026-04-02T20:02:05.093Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39842026-04-02T20:02:05.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.94s
39852026-04-02T20:02:05.948Z
39862026-04-02T20:02:05.948Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (214/267)
39872026-04-02T20:02:06.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-04-02T20:02:06.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-04-02T20:02:06.685Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39902026-04-02T20:02:06.688Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39912026-04-02T20:02:07.281Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39922026-04-02T20:02:07.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
39932026-04-02T20:02:07.897Z
39942026-04-02T20:02:07.897Zinfo: running `cargo check --bins` on ch-dev (215/267)
39952026-04-02T20:02:08.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-04-02T20:02:08.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-04-02T20:02:08.627Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39982026-04-02T20:02:09.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
39992026-04-02T20:02:09.580Z
40002026-04-02T20:02:09.581Zinfo: running `cargo check --bins` on dev-tools-common (216/267)
40012026-04-02T20:02:09.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-04-02T20:02:09.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-04-02T20:02:09.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-04-02T20:02:10.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40052026-04-02T20:02:10.061Z
40062026-04-02T20:02:10.061Zinfo: running `cargo check --bins` on crdb-seed (217/267)
40072026-04-02T20:02:10.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-04-02T20:02:10.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-04-02T20:02:10.796Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40102026-04-02T20:02:11.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
40112026-04-02T20:02:11.446Z
40122026-04-02T20:02:11.446Zinfo: running `cargo check --bins` on db-dev (218/267)
40132026-04-02T20:02:11.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-04-02T20:02:12.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-04-02T20:02:12.185Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40162026-04-02T20:02:12.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40172026-04-02T20:02:13.143Z
40182026-04-02T20:02:13.143Zinfo: running `cargo check --bins` on omicron-dev-lib (219/267)
40192026-04-02T20:02:13.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-04-02T20:02:13.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-04-02T20:02:13.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-04-02T20:02:13.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40232026-04-02T20:02:13.803Z
40242026-04-02T20:02:13.803Zinfo: running `cargo check --bins` on xtask-downloader (220/267)
40252026-04-02T20:02:14.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-04-02T20:02:14.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-04-02T20:02:14.426Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40282026-04-02T20:02:15.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
40292026-04-02T20:02:15.287Z
40302026-04-02T20:02:15.287Zinfo: running `cargo check --bins` on omicron-dropshot-apis (221/267)
40312026-04-02T20:02:15.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-04-02T20:02:15.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-04-02T20:02:16.052Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40342026-04-02T20:02:16.052Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40352026-04-02T20:02:16.057Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40362026-04-02T20:02:16.057Z Checking git-stub v1.0.0
40372026-04-02T20:02:16.057Z Compiling trait-variant v0.1.2
40382026-04-02T20:02:16.057Z Checking maplit v1.0.2
40392026-04-02T20:02:16.178Z Checking is_ci v1.2.0
40402026-04-02T20:02:16.192Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40412026-04-02T20:02:16.256Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40422026-04-02T20:02:16.280Z Checking supports-color v3.0.2
40432026-04-02T20:02:16.315Z Checking git-stub-vcs v0.1.0
40442026-04-02T20:02:16.400Z Checking drift v0.1.3
40452026-04-02T20:02:16.424Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40462026-04-02T20:02:16.439Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40472026-04-02T20:02:16.506Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40482026-04-02T20:02:16.621Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40492026-04-02T20:02:16.687Z Checking dropshot-api-manager v0.6.0
40502026-04-02T20:02:16.717Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40512026-04-02T20:02:16.737Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40522026-04-02T20:02:16.921Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40532026-04-02T20:02:16.937Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40542026-04-02T20:02:17.120Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40552026-04-02T20:02:17.461Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40562026-04-02T20:02:22.426Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40572026-04-02T20:02:23.463Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40582026-04-02T20:02:24.040Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40592026-04-02T20:02:24.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.16s
40602026-04-02T20:02:24.649Z
40612026-04-02T20:02:24.650Zinfo: running `cargo check --bins` on installinator-api (222/267)
40622026-04-02T20:02:25.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-04-02T20:02:25.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-04-02T20:02:25.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-04-02T20:02:25.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40662026-04-02T20:02:25.269Z
40672026-04-02T20:02:25.269Zinfo: running `cargo check --bins` on nexus-external-api (223/267)
40682026-04-02T20:02:25.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-04-02T20:02:25.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-04-02T20:02:25.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40712026-04-02T20:02:25.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40722026-04-02T20:02:25.923Z
40732026-04-02T20:02:25.923Zinfo: running `cargo check --bins` on nexus-internal-api (224/267)
40742026-04-02T20:02:26.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-04-02T20:02:26.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-04-02T20:02:26.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40772026-04-02T20:02:26.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40782026-04-02T20:02:26.580Z
40792026-04-02T20:02:26.580Zinfo: running `cargo check --bins` on nexus-lockstep-api (225/267)
40802026-04-02T20:02:27.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-04-02T20:02:27.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-04-02T20:02:27.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40832026-04-02T20:02:27.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40842026-04-02T20:02:27.239Z
40852026-04-02T20:02:27.239Zinfo: running `cargo check --bins` on ntp-admin-api (226/267)
40862026-04-02T20:02:27.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-04-02T20:02:27.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-04-02T20:02:27.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40892026-04-02T20:02:27.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40902026-04-02T20:02:27.855Z
40912026-04-02T20:02:27.855Zinfo: running `cargo check --bins` on ntp-admin-types-versions (227/267)
40922026-04-02T20:02:28.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40932026-04-02T20:02:28.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40942026-04-02T20:02:28.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40952026-04-02T20:02:28.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40962026-04-02T20:02:28.460Z
40972026-04-02T20:02:28.460Zinfo: running `cargo check --bins` on wicketd-api (228/267)
40982026-04-02T20:02:28.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-04-02T20:02:28.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-04-02T20:02:28.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41012026-04-02T20:02:28.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41022026-04-02T20:02:29.090Z
41032026-04-02T20:02:29.091Zinfo: running `cargo check --bins` on omicron-ls-apis (229/267)
41042026-04-02T20:02:29.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-04-02T20:02:29.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-04-02T20:02:29.710Z Checking erased-serde v0.4.9
41072026-04-02T20:02:29.816Z Checking ordered-float v2.10.1
41082026-04-02T20:02:29.832Z Checking unicode-xid v0.2.6
41092026-04-02T20:02:29.849Z Checking cargo-platform v0.2.0
41102026-04-02T20:02:30.008Z Checking serde-value v0.7.0
41112026-04-02T20:02:30.113Z Checking serde-untagged v0.1.9
41122026-04-02T20:02:30.271Z Checking cargo-util-schemas v0.8.2
41132026-04-02T20:02:30.952Z Checking cargo_metadata v0.21.0
41142026-04-02T20:02:31.558Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41152026-04-02T20:02:32.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
41162026-04-02T20:02:32.436Z
41172026-04-02T20:02:32.436Zinfo: running `cargo check --bins` on mgs-dev (230/267)
41182026-04-02T20:02:32.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41192026-04-02T20:02:33.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41202026-04-02T20:02:33.195Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41212026-04-02T20:02:33.805Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41222026-04-02T20:02:34.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
41232026-04-02T20:02:34.518Z
41242026-04-02T20:02:34.518Zinfo: running `cargo check --bins` on omicron-omdb (231/267)
41252026-04-02T20:02:35.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-04-02T20:02:35.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-04-02T20:02:35.388Z Compiling vergen-gitcl v1.0.8
41282026-04-02T20:02:35.388Z Compiling dirs-sys-next v0.1.2
41292026-04-02T20:02:35.388Z Compiling crunchy v0.2.4
41302026-04-02T20:02:35.388Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41312026-04-02T20:02:35.391Z Compiling diesel_derives v2.3.7
41322026-04-02T20:02:35.391Z Compiling glob v0.3.3
41332026-04-02T20:02:35.391Z Compiling dsl_auto_type v0.2.0
41342026-04-02T20:02:35.391Z Checking scheduled-thread-pool v0.2.7
41352026-04-02T20:02:35.715Z Compiling dirs-next v2.0.0
41362026-04-02T20:02:35.764Z Compiling diesel_table_macro_syntax v0.3.0
41372026-04-02T20:02:35.797Z Compiling tiny-keccak v2.0.2
41382026-04-02T20:02:35.860Z Compiling term v0.7.0
41392026-04-02T20:02:35.926Z Compiling clang-sys v1.8.1
41402026-04-02T20:02:35.929Z Checking r2d2 v0.8.10
41412026-04-02T20:02:35.972Z Checking downcast-rs v2.0.2
41422026-04-02T20:02:36.008Z Compiling bit-vec v0.6.3
41432026-04-02T20:02:36.111Z Compiling itertools v0.10.5
41442026-04-02T20:02:36.231Z Compiling bit-set v0.5.3
41452026-04-02T20:02:36.314Z Compiling ascii-canvas v3.0.0
41462026-04-02T20:02:36.392Z Compiling ena v0.14.4
41472026-04-02T20:02:36.408Z Compiling libloading v0.8.9
41482026-04-02T20:02:36.422Z Compiling regex-syntax v0.6.29
41492026-04-02T20:02:36.482Z Compiling bindgen v0.71.1
41502026-04-02T20:02:36.550Z Compiling diff v0.1.13
41512026-04-02T20:02:36.619Z Compiling cexpr v0.6.0
41522026-04-02T20:02:36.814Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41532026-04-02T20:02:36.931Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41542026-04-02T20:02:37.031Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41552026-04-02T20:02:37.089Z Compiling libxml v0.3.3
41562026-04-02T20:02:37.175Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41572026-04-02T20:02:37.298Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41582026-04-02T20:02:37.340Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41592026-04-02T20:02:37.495Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41602026-04-02T20:02:37.534Z Compiling strum_macros v0.24.3
41612026-04-02T20:02:37.643Z Compiling indoc v1.0.9
41622026-04-02T20:02:37.765Z Compiling lalrpop v0.19.12
41632026-04-02T20:02:38.620Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41642026-04-02T20:02:38.815Z Checking derive_builder v0.20.2
41652026-04-02T20:02:38.935Z Compiling oso-derive v0.27.3
41662026-04-02T20:02:38.939Z Checking quick-xml v0.37.5
41672026-04-02T20:02:39.126Z Compiling impl-trait-for-tuples v0.2.3
41682026-04-02T20:02:39.435Z Checking openssl-probe v0.1.6
41692026-04-02T20:02:39.581Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41702026-04-02T20:02:39.831Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41712026-04-02T20:02:40.032Z Checking bb8 v0.8.6
41722026-04-02T20:02:40.338Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41732026-04-02T20:02:40.358Z Checking nonempty v0.12.0
41742026-04-02T20:02:40.377Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41752026-04-02T20:02:40.529Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41762026-04-02T20:02:40.570Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41772026-04-02T20:02:40.605Z Checking support-bundle-viewer v0.1.2
41782026-04-02T20:02:40.682Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41792026-04-02T20:02:40.744Z Checking multimap v0.10.1
41802026-04-02T20:02:41.466Z Checking diesel v2.3.7
41812026-04-02T20:02:42.865Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41822026-04-02T20:02:43.675Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41832026-04-02T20:02:43.928Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41842026-04-02T20:02:44.546Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41852026-04-02T20:02:45.437Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41862026-04-02T20:02:45.488Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41872026-04-02T20:02:45.607Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41882026-04-02T20:02:46.165Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41892026-04-02T20:02:48.184Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41902026-04-02T20:02:53.197Z Compiling samael v0.0.19
41912026-04-02T20:02:57.045Z Checking diesel-dtrace v0.5.0
41922026-04-02T20:02:57.286Z Checking async-bb8-diesel v0.2.1
41932026-04-02T20:02:58.067Z Compiling polar-core v0.27.3
41942026-04-02T20:03:02.494Z Checking oso v0.27.3
41952026-04-02T20:03:38.893Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41962026-04-02T20:04:11.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
41972026-04-02T20:04:11.832Z
41982026-04-02T20:04:11.832Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (232/267)
41992026-04-02T20:04:12.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42002026-04-02T20:04:12.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42012026-04-02T20:04:12.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42022026-04-02T20:04:12.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
42032026-04-02T20:04:12.513Z
42042026-04-02T20:04:12.513Zinfo: running `cargo check --bins` on nexus-saga-recovery (233/267)
42052026-04-02T20:04:13.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42062026-04-02T20:04:13.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42072026-04-02T20:04:13.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42082026-04-02T20:04:13.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42092026-04-02T20:04:13.176Z
42102026-04-02T20:04:13.176Zinfo: running `cargo check --bins` on nexus-test-utils-macros (234/267)
42112026-04-02T20:04:13.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122026-04-02T20:04:13.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132026-04-02T20:04:13.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42142026-04-02T20:04:13.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42152026-04-02T20:04:13.778Z
42162026-04-02T20:04:13.778Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (235/267)
42172026-04-02T20:04:14.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42182026-04-02T20:04:14.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42192026-04-02T20:04:14.664Z Compiling libz-sys v1.1.24
42202026-04-02T20:04:14.795Z Compiling libgit2-sys v0.18.3+1.9.2
42212026-04-02T20:04:14.805Z Compiling vergen-git2 v1.0.7
42222026-04-02T20:04:14.815Z Compiling rustls v0.21.12
42232026-04-02T20:04:14.844Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42242026-04-02T20:04:14.851Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42252026-04-02T20:04:14.854Z Checking rustls-webpki v0.101.7
42262026-04-02T20:04:14.854Z Checking sct v0.7.1
42272026-04-02T20:04:15.007Z Compiling nix v0.29.0
42282026-04-02T20:04:15.024Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42292026-04-02T20:04:15.027Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42302026-04-02T20:04:15.107Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42312026-04-02T20:04:15.177Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42322026-04-02T20:04:15.322Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42332026-04-02T20:04:15.338Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42342026-04-02T20:04:15.392Z Checking rustls-pemfile v1.0.4
42352026-04-02T20:04:15.526Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42362026-04-02T20:04:15.632Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42372026-04-02T20:04:15.781Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42382026-04-02T20:04:15.823Z Checking twox-hash v2.1.2
42392026-04-02T20:04:15.916Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42402026-04-02T20:04:16.510Z Checking tokio-rustls v0.24.1
42412026-04-02T20:04:16.568Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42422026-04-02T20:04:16.595Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42432026-04-02T20:04:16.613Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42442026-04-02T20:04:16.704Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42452026-04-02T20:04:16.849Z Checking fatfs v0.3.6
42462026-04-02T20:04:17.255Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42472026-04-02T20:04:17.258Z Compiling seq-macro v0.3.6
42482026-04-02T20:04:21.254Z Compiling git2 v0.20.4
42492026-04-02T20:04:21.617Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42502026-04-02T20:04:21.746Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42512026-04-02T20:04:23.526Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42522026-04-02T20:05:10.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.05s
42532026-04-02T20:05:11.070Z
42542026-04-02T20:05:11.070Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (236/267)
42552026-04-02T20:05:11.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42562026-04-02T20:05:11.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42572026-04-02T20:05:11.978Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42582026-04-02T20:05:50.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.66s
42592026-04-02T20:05:50.956Z
42602026-04-02T20:05:50.956Zinfo: running `cargo check --bins` on nexus-background-task-interface (237/267)
42612026-04-02T20:05:51.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42622026-04-02T20:05:51.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42632026-04-02T20:05:51.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42642026-04-02T20:05:51.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42652026-04-02T20:05:51.565Z
42662026-04-02T20:05:51.565Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (238/267)
42672026-04-02T20:05:52.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42682026-04-02T20:05:52.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42692026-04-02T20:05:52.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42702026-04-02T20:05:52.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42712026-04-02T20:05:52.238Z
42722026-04-02T20:05:52.238Zinfo: running `cargo check --bins` on nexus-mgs-updates (239/267)
42732026-04-02T20:05:52.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42742026-04-02T20:05:52.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42752026-04-02T20:05:52.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42762026-04-02T20:05:52.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42772026-04-02T20:05:52.896Z
42782026-04-02T20:05:52.896Zinfo: running `cargo check --bins` on nexus-networking (240/267)
42792026-04-02T20:05:53.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42802026-04-02T20:05:53.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42812026-04-02T20:05:53.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42822026-04-02T20:05:53.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42832026-04-02T20:05:53.571Z
42842026-04-02T20:05:53.571Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (241/267)
42852026-04-02T20:05:54.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42862026-04-02T20:05:54.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42872026-04-02T20:05:54.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42882026-04-02T20:05:54.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42892026-04-02T20:05:54.238Z
42902026-04-02T20:05:54.238Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (242/267)
42912026-04-02T20:05:54.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42922026-04-02T20:05:54.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42932026-04-02T20:05:54.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42942026-04-02T20:05:54.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42952026-04-02T20:05:54.911Z
42962026-04-02T20:05:54.911Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/267)
42972026-04-02T20:05:55.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42982026-04-02T20:05:55.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42992026-04-02T20:05:55.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43002026-04-02T20:05:55.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43012026-04-02T20:05:55.570Z
43022026-04-02T20:05:55.570Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/267)
43032026-04-02T20:05:56.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43042026-04-02T20:05:56.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43052026-04-02T20:05:56.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43062026-04-02T20:05:56.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
43072026-04-02T20:05:56.252Z
43082026-04-02T20:05:56.252Zinfo: running `cargo check --bins` on omicron-dev (245/267)
43092026-04-02T20:05:56.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43102026-04-02T20:05:56.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43112026-04-02T20:05:57.167Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43122026-04-02T20:05:57.167Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43132026-04-02T20:05:57.358Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43142026-04-02T20:05:57.393Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43152026-04-02T20:05:57.396Z Checking diff v0.1.13
43162026-04-02T20:05:57.396Z Checking yansi v1.0.1
43172026-04-02T20:05:57.396Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43182026-04-02T20:05:57.396Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43192026-04-02T20:05:57.495Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43202026-04-02T20:05:57.654Z Checking pretty_assertions v1.4.1
43212026-04-02T20:05:58.307Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43222026-04-02T20:06:21.704Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43232026-04-02T20:06:21.708Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43242026-04-02T20:06:21.708Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43252026-04-02T20:06:21.708Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43262026-04-02T20:06:21.708Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43272026-04-02T20:06:21.708Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43282026-04-02T20:06:22.450Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43292026-04-02T20:06:23.538Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43302026-04-02T20:07:02.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43312026-04-02T20:07:02.640Z
43322026-04-02T20:07:02.640Zinfo: running `cargo check --bins` on omicron-pins (246/267)
43332026-04-02T20:07:03.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43342026-04-02T20:07:03.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43352026-04-02T20:07:03.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43362026-04-02T20:07:03.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43372026-04-02T20:07:03.254Z
43382026-04-02T20:07:03.254Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (247/267)
43392026-04-02T20:07:03.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43402026-04-02T20:07:03.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43412026-04-02T20:07:04.049Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43422026-04-02T20:07:04.172Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43432026-04-02T20:07:04.175Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43442026-04-02T20:07:29.337Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43452026-04-02T20:07:29.710Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43462026-04-02T20:07:31.417Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43472026-04-02T20:07:31.858Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43482026-04-02T20:07:34.791Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43492026-04-02T20:07:56.904Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43502026-04-02T20:07:57.539Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43512026-04-02T20:07:59.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.92s
43522026-04-02T20:07:59.397Z
43532026-04-02T20:07:59.397Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (248/267)
43542026-04-02T20:07:59.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43552026-04-02T20:07:59.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43562026-04-02T20:08:00.139Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43572026-04-02T20:08:00.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
43582026-04-02T20:08:01.015Z
43592026-04-02T20:08:01.015Zinfo: running `cargo check --bins` on omicron-releng (249/267)
43602026-04-02T20:08:01.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43612026-04-02T20:08:01.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43622026-04-02T20:08:01.690Z Compiling blake3 v1.8.3
43632026-04-02T20:08:01.800Z Checking arrayvec v0.7.6
43642026-04-02T20:08:01.800Z Checking arrayref v0.3.9
43652026-04-02T20:08:01.807Z Checking constant_time_eq v0.4.2
43662026-04-02T20:08:01.821Z Checking topological-sort v0.2.2
43672026-04-02T20:08:01.824Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43682026-04-02T20:08:01.824Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43692026-04-02T20:08:01.824Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43702026-04-02T20:08:01.864Z Checking shell-words v1.1.1
43712026-04-02T20:08:02.689Z Checking omicron-zone-package v0.12.2
43722026-04-02T20:08:03.401Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43732026-04-02T20:08:04.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
43742026-04-02T20:08:04.415Z
43752026-04-02T20:08:04.415Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (250/267)
43762026-04-02T20:08:04.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43772026-04-02T20:08:04.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43782026-04-02T20:08:05.087Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43792026-04-02T20:08:05.408Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43802026-04-02T20:08:05.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
43812026-04-02T20:08:06.018Z
43822026-04-02T20:08:06.018Zinfo: running `cargo check --bins` on xtask (251/267)
43832026-04-02T20:08:06.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-04-02T20:08:06.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-04-02T20:08:06.485Z Checking libc v0.2.180
43862026-04-02T20:08:06.566Z Checking serde v1.0.228
43872026-04-02T20:08:06.575Z Checking zerofrom v0.1.6
43882026-04-02T20:08:06.583Z Checking bitflags v2.11.0
43892026-04-02T20:08:06.589Z Checking hashbrown v0.16.1
43902026-04-02T20:08:06.596Z Checking smallvec v1.15.1
43912026-04-02T20:08:06.607Z Checking serde_json v1.0.149
43922026-04-02T20:08:06.610Z Checking scroll v0.12.0
43932026-04-02T20:08:06.678Z Checking yoke v0.8.1
43942026-04-02T20:08:06.732Z Checking num-traits v0.2.19
43952026-04-02T20:08:06.775Z Checking thiserror v1.0.69
43962026-04-02T20:08:06.840Z Checking log v0.4.29
43972026-04-02T20:08:06.850Z Checking zerovec v0.11.5
43982026-04-02T20:08:06.859Z Checking zerotrie v0.2.3
43992026-04-02T20:08:06.871Z Checking errno v0.3.14
44002026-04-02T20:08:06.960Z Checking toml_datetime v0.6.11
44012026-04-02T20:08:06.989Z Checking rustix v1.1.3
44022026-04-02T20:08:06.989Z Checking serde_spanned v0.6.9
44032026-04-02T20:08:07.036Z Checking indexmap v2.13.0
44042026-04-02T20:08:07.094Z Checking percent-encoding v2.3.2
44052026-04-02T20:08:07.123Z Checking zerocopy v0.7.35
44062026-04-02T20:08:07.140Z Checking goblin v0.8.2
44072026-04-02T20:08:07.203Z Checking getrandom v0.4.1
44082026-04-02T20:08:07.234Z Checking form_urlencoded v1.2.2
44092026-04-02T20:08:07.261Z Checking ordered-float v2.10.1
44102026-04-02T20:08:07.288Z Checking tinystr v0.8.2
44112026-04-02T20:08:07.330Z Checking potential_utf v0.1.4
44122026-04-02T20:08:07.361Z Checking thiserror v2.0.18
44132026-04-02T20:08:07.461Z Checking icu_collections v2.1.1
44142026-04-02T20:08:07.464Z Checking icu_locale_core v2.1.1
44152026-04-02T20:08:07.471Z Checking syn v2.0.117
44162026-04-02T20:08:07.492Z Checking serde-value v0.7.0
44172026-04-02T20:08:07.575Z Checking toml_edit v0.22.27
44182026-04-02T20:08:07.618Z Checking dtrace-parser v0.2.0
44192026-04-02T20:08:07.689Z Checking thread-id v4.2.2
44202026-04-02T20:08:07.772Z Checking once_cell v1.21.3
44212026-04-02T20:08:07.775Z Checking cargo-platform v0.2.0
44222026-04-02T20:08:07.789Z Checking terminal_size v0.4.3
44232026-04-02T20:08:07.854Z Checking memmap v0.7.0
44242026-04-02T20:08:07.915Z Checking clap_builder v4.5.60
44252026-04-02T20:08:07.968Z Checking tempfile v3.25.0
44262026-04-02T20:08:07.983Z Checking textwrap v0.16.2
44272026-04-02T20:08:07.996Z Checking fs-err v3.3.0
44282026-04-02T20:08:08.023Z Checking icu_provider v2.1.1
44292026-04-02T20:08:08.158Z Checking camino-tempfile v1.4.1
44302026-04-02T20:08:08.170Z Checking anyhow v1.0.102
44312026-04-02T20:08:08.192Z Checking tabled v0.15.0
44322026-04-02T20:08:08.257Z Checking icu_properties v2.1.2
44332026-04-02T20:08:08.314Z Checking icu_normalizer v2.1.1
44342026-04-02T20:08:08.363Z Checking macaddr v1.0.1
44352026-04-02T20:08:08.544Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44362026-04-02T20:08:08.659Z Checking toml v0.8.23
44372026-04-02T20:08:08.970Z Checking cargo_toml v0.21.0
44382026-04-02T20:08:09.027Z Checking dof v0.3.0
44392026-04-02T20:08:09.075Z Checking idna_adapter v1.2.1
44402026-04-02T20:08:09.124Z Checking clap v4.5.60
44412026-04-02T20:08:09.194Z Checking idna v1.1.0
44422026-04-02T20:08:09.296Z Checking usdt-impl v0.5.0
44432026-04-02T20:08:09.420Z Checking url v2.5.8
44442026-04-02T20:08:09.554Z Checking usdt v0.5.0
44452026-04-02T20:08:09.775Z Checking cargo-util-schemas v0.8.2
44462026-04-02T20:08:10.458Z Checking cargo_metadata v0.21.0
44472026-04-02T20:08:11.078Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44482026-04-02T20:08:11.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.47s
44492026-04-02T20:08:11.619Z
44502026-04-02T20:08:11.619Zinfo: running `cargo check --bins` on end-to-end-tests (252/267)
44512026-04-02T20:08:12.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44522026-04-02T20:08:12.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44532026-04-02T20:08:12.434Z Checking polyval v0.6.2
44542026-04-02T20:08:12.559Z Checking ctr v0.9.2
44552026-04-02T20:08:12.578Z Checking ssh-encoding v0.2.0
44562026-04-02T20:08:12.578Z Checking blowfish v0.9.1
44572026-04-02T20:08:12.600Z Checking password-hash v0.4.2
44582026-04-02T20:08:12.618Z Checking p256 v0.13.2
44592026-04-02T20:08:12.618Z Checking p521 v0.13.3
44602026-04-02T20:08:12.647Z Checking russh-cryptovec v0.7.3
44612026-04-02T20:08:12.702Z Checking ghash v0.5.1
44622026-04-02T20:08:12.719Z Checking md5 v0.7.0
44632026-04-02T20:08:12.735Z Checking bcrypt-pbkdf v0.10.0
44642026-04-02T20:08:12.758Z Checking num-bigint v0.4.6
44652026-04-02T20:08:12.813Z Checking pbkdf2 v0.11.0
44662026-04-02T20:08:12.816Z Checking des v0.8.1
44672026-04-02T20:08:12.816Z Checking aes-gcm v0.10.3
44682026-04-02T20:08:12.867Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44692026-04-02T20:08:12.888Z Checking hex-literal v0.4.1
44702026-04-02T20:08:12.903Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44712026-04-02T20:08:12.968Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44722026-04-02T20:08:12.983Z Checking socket2 v0.5.10
44732026-04-02T20:08:12.986Z Checking ssh-cipher v0.2.0
44742026-04-02T20:08:13.012Z Checking internet-checksum v0.2.1
44752026-04-02T20:08:13.161Z Checking ssh-key v0.6.7
44762026-04-02T20:08:13.259Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44772026-04-02T20:08:13.790Z Checking russh-keys v0.45.0
44782026-04-02T20:08:14.342Z Checking russh v0.45.0
44792026-04-02T20:08:29.275Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44802026-04-02T20:08:30.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.86s
44812026-04-02T20:08:30.693Z
44822026-04-02T20:08:30.693Zinfo: running `cargo check --bins` on gateway-cli (253/267)
44832026-04-02T20:08:31.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44842026-04-02T20:08:31.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44852026-04-02T20:08:31.355Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44862026-04-02T20:08:31.465Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44872026-04-02T20:08:31.473Z Checking termios v0.3.3
44882026-04-02T20:08:32.675Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44892026-04-02T20:08:32.825Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44902026-04-02T20:08:34.690Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44912026-04-02T20:08:35.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s
44922026-04-02T20:08:35.455Z
44932026-04-02T20:08:35.455Zinfo: running `cargo check --bins --no-default-features` on installinator (254/267)
44942026-04-02T20:08:36.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44952026-04-02T20:08:36.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44962026-04-02T20:08:36.176Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44972026-04-02T20:08:36.293Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44982026-04-02T20:08:36.304Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44992026-04-02T20:08:36.305Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45002026-04-02T20:08:36.312Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45012026-04-02T20:08:36.527Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45022026-04-02T20:08:36.527Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45032026-04-02T20:08:37.244Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45042026-04-02T20:08:37.400Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45052026-04-02T20:08:37.403Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45062026-04-02T20:08:38.043Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45072026-04-02T20:08:39.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
45082026-04-02T20:08:39.827Z
45092026-04-02T20:08:39.827Zinfo: running `cargo check --bins` on internal-dns-cli (255/267)
45102026-04-02T20:08:40.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45112026-04-02T20:08:40.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45122026-04-02T20:08:40.475Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45132026-04-02T20:08:40.926Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45142026-04-02T20:08:41.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45152026-04-02T20:08:41.434Z
45162026-04-02T20:08:41.434Zinfo: running `cargo check --bins` on omicron-live-tests (256/267)
45172026-04-02T20:08:41.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45182026-04-02T20:08:41.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45192026-04-02T20:08:41.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45202026-04-02T20:08:41.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45212026-04-02T20:08:42.032Z
45222026-04-02T20:08:42.032Zinfo: running `cargo check --bins` on live-tests-macros (257/267)
45232026-04-02T20:08:42.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45242026-04-02T20:08:42.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45252026-04-02T20:08:42.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45262026-04-02T20:08:42.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45272026-04-02T20:08:42.628Z
45282026-04-02T20:08:42.628Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (258/267)
45292026-04-02T20:08:43.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-04-02T20:08:43.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-04-02T20:08:43.390Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45322026-04-02T20:08:43.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45332026-04-02T20:08:44.193Z
45342026-04-02T20:08:44.193Zinfo: running `cargo check --bins` on omicron-ntp-admin (259/267)
45352026-04-02T20:08:44.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-04-02T20:08:44.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-04-02T20:08:44.860Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45382026-04-02T20:08:44.863Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45392026-04-02T20:08:45.113Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45402026-04-02T20:08:45.113Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45412026-04-02T20:08:45.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
45422026-04-02T20:08:46.091Z
45432026-04-02T20:08:46.091Zinfo: running `cargo check --bins` on ntp-admin-types (260/267)
45442026-04-02T20:08:46.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45452026-04-02T20:08:46.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45462026-04-02T20:08:46.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45472026-04-02T20:08:46.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45482026-04-02T20:08:46.693Z
45492026-04-02T20:08:46.693Zinfo: running `cargo check --bins` on omicron-package (261/267)
45502026-04-02T20:08:47.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45512026-04-02T20:08:47.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45522026-04-02T20:08:47.373Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45532026-04-02T20:08:48.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
45542026-04-02T20:08:48.619Z
45552026-04-02T20:08:48.619Zinfo: running `cargo check --bins` on tqdb (262/267)
45562026-04-02T20:08:49.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45572026-04-02T20:08:49.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45582026-04-02T20:08:49.403Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45592026-04-02T20:08:49.753Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45602026-04-02T20:08:50.268Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45612026-04-02T20:08:50.272Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45622026-04-02T20:08:55.407Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45632026-04-02T20:08:56.092Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45642026-04-02T20:08:56.095Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45652026-04-02T20:08:56.095Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45662026-04-02T20:08:56.095Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45672026-04-02T20:08:56.842Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45682026-04-02T20:09:03.651Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45692026-04-02T20:09:09.590Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45702026-04-02T20:09:09.593Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45712026-04-02T20:09:09.593Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45722026-04-02T20:09:09.593Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45732026-04-02T20:09:11.035Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45742026-04-02T20:09:12.325Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45752026-04-02T20:09:12.983Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45762026-04-02T20:09:14.203Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45772026-04-02T20:09:14.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.11s
45782026-04-02T20:09:14.952Z
45792026-04-02T20:09:14.952Zinfo: running `cargo check --bins` on wicket-dbg (263/267)
45802026-04-02T20:09:15.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45812026-04-02T20:09:15.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45822026-04-02T20:09:15.673Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45832026-04-02T20:09:15.676Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45842026-04-02T20:09:15.676Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45852026-04-02T20:09:15.812Z Checking rtoolbox v0.0.3
45862026-04-02T20:09:15.815Z Checking tui-tree-widget v0.23.1
45872026-04-02T20:09:15.931Z Checking rpassword v7.4.0
45882026-04-02T20:09:16.039Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45892026-04-02T20:09:16.730Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45902026-04-02T20:09:21.925Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45912026-04-02T20:09:22.599Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45922026-04-02T20:09:23.627Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45932026-04-02T20:09:26.608Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45942026-04-02T20:09:28.404Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45952026-04-02T20:09:29.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.35s
45962026-04-02T20:09:29.522Z
45972026-04-02T20:09:29.522Zinfo: running `cargo check --bins` on wicket (264/267)
45982026-04-02T20:09:30.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45992026-04-02T20:09:30.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46002026-04-02T20:09:30.219Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46012026-04-02T20:09:30.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
46022026-04-02T20:09:30.776Z
46032026-04-02T20:09:30.776Zinfo: running `cargo check --bins` on wicketd (265/267)
46042026-04-02T20:09:31.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46052026-04-02T20:09:31.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46062026-04-02T20:09:31.511Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46072026-04-02T20:09:31.514Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46082026-04-02T20:09:31.514Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46092026-04-02T20:09:31.514Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46102026-04-02T20:09:32.513Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46112026-04-02T20:09:33.102Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46122026-04-02T20:09:36.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
46132026-04-02T20:09:36.229Z
46142026-04-02T20:09:36.229Zinfo: running `cargo check --bins` on omicron-workspace-hack (266/267)
46152026-04-02T20:09:36.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46162026-04-02T20:09:36.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46172026-04-02T20:09:36.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46182026-04-02T20:09:36.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46192026-04-02T20:09:36.820Z
46202026-04-02T20:09:36.820Zinfo: running `cargo check --bins` on zone-setup (267/267)
46212026-04-02T20:09:37.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46222026-04-02T20:09:37.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46232026-04-02T20:09:37.492Z Checking uzers v0.12.2
46242026-04-02T20:09:37.765Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46252026-04-02T20:09:38.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
46262026-04-02T20:09:38.714Z
46272026-04-02T20:09:38.714Zreal 13:50.950667019
46282026-04-02T20:09:38.714Zuser 20:30.045908870
46292026-04-02T20:09:38.714Zsys 4:17.319586030
46302026-04-02T20:09:38.714Ztrap 0.318507813
46312026-04-02T20:09:38.714Ztflt 0.280042314
46322026-04-02T20:09:38.714Zdflt 0.594170376
46332026-04-02T20:09:38.714Zkflt 0.001012582
46342026-04-02T20:09:38.714Zlock 1:17:16.539766023
46352026-04-02T20:09:38.714Zslp 1:37:04.457702115
46362026-04-02T20:09:38.714Zlat 1:13.621464955
46372026-04-02T20:09:38.715Zstop 4:13.029464121
46382026-04-02T20:09:38.718Zprocess exited: duration 1016918 ms, exit code 0
 
46392026-04-02T20:09:38.725Zfound 0 output files