01KMGECYENCKZC98YM4N0TSSZF: 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: 01KMGEDVT9H0RP37FRF7PJNY7H

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-24T17:32:42.176Zjob assigned to worker 01KMGEEA392YT19D1DG4JZ6B54 [factory aws, i-0b5ecf945c325e039] (queued for 1 m 3 s)
 
22026-03-24T17:32:49.875Zstarting task 0: "setup"
32026-03-24T17:32:49.880Z++ uname -s
42026-03-24T17:32:49.884Z+ kern=SunOS
52026-03-24T17:32:49.884Z+ build_user=build
62026-03-24T17:32:49.884Z+ build_uid=12345
72026-03-24T17:32:49.884Z+ work_dir=/work
82026-03-24T17:32:49.884Z+ input_dir=/input
92026-03-24T17:32:49.884Z+ [[ 0 == 12345 ]]
102026-03-24T17:32:49.884Z+ case "$kern" in
112026-03-24T17:32:49.884Z+ groupadd -g 12345 build
122026-03-24T17:32:49.887Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-24T17:32:51.892Z+ zfs create -o mountpoint=/work rpool/work
142026-03-24T17:32:52.008Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-24T17:32:52.012Z+ home_fs=zfs
162026-03-24T17:32:52.012Z+ [[ zfs == autofs ]]
172026-03-24T17:32:52.012Z+ mkdir -p /home/build
182026-03-24T17:32:52.012Z+ chown build:build /home/build /work
192026-03-24T17:32:54.014Z+ chmod 0700 /home/build /work
202026-03-24T17:32:54.016Zprocess exited: duration 4142 ms, exit code 0
 
212026-03-24T17:32:54.023Zstarting task 1: "rust-toolchain"
222026-03-24T17:32:54.028Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-24T17:32:54.028Z * rust toolchain channel = "1.94.0"
242026-03-24T17:32:54.028Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-24T17:32:54.028Z * rust toolchain profile = "default"
262026-03-24T17:32:54.028Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-24T17:32:54.031Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-24T17:32:54.031Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-24T17:32:54.031Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-24T17:32:54.158Zinfo: downloading installer
312026-03-24T17:32:55.872Zwarn: It looks like you have an existing installation of Rust at:
322026-03-24T17:32:55.872Zwarn: /opt/ooce/bin
332026-03-24T17:32:55.872Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-24T17:32:55.872Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-24T17:32:55.872Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-24T17:32:55.872Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-24T17:32:55.872Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-24T17:32:55.872Zerror: cannot install while Rust is installed
392026-03-24T17:32:55.872Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-24T17:32:55.872Zwarn: It looks like you have an existing rustup settings file at:
412026-03-24T17:32:55.872Zwarn: /home/build/.rustup/settings.toml
422026-03-24T17:32:55.872Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-24T17:32:55.872Zwarn: instead of the one inferred from the default host triple.
442026-03-24T17:32:55.894Zinfo: profile set to default
452026-03-24T17:32:55.894Zinfo: default host triple is x86_64-unknown-illumos
462026-03-24T17:32:55.897Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-24T17:32:56.069Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-24T17:32:56.072Zinfo: downloading 6 components
492026-03-24T17:33:12.906Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-24T17:33:12.906Z
512026-03-24T17:33:12.942Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-24T17:33:12.942Z
532026-03-24T17:33:12.945Z
542026-03-24T17:33:12.945ZRust is installed now. Great!
552026-03-24T17:33:12.945Z
562026-03-24T17:33:12.945ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-24T17:33:12.945Zenvironment variable. This has not been done automatically.
582026-03-24T17:33:12.945Z
592026-03-24T17:33:12.945ZTo configure your current shell, you need to source
602026-03-24T17:33:12.945Zthe corresponding env file under $HOME/.cargo.
612026-03-24T17:33:12.945Z
622026-03-24T17:33:12.945ZThis is usually done by running one of the following (note the leading DOT):
632026-03-24T17:33:12.945Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-24T17:33:12.945Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-24T17:33:12.946Zsource "~/.cargo/env.nu" # For nushell
662026-03-24T17:33:12.946Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-24T17:33:12.946Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-24T17:33:12.946Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-24T17:33:12.946Zwarn: no default linker (`cc`) was found in your PATH
702026-03-24T17:33:12.946Zwarn: many Rust crates require a system C toolchain to build
712026-03-24T17:33:13.053Z+ rustup --version
722026-03-24T17:33:13.063Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-24T17:33:13.066Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-24T17:33:13.090Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-24T17:33:13.093Z+ cargo --version
762026-03-24T17:33:13.109Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-24T17:33:13.112Z+ rustc --version
782026-03-24T17:33:13.137Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-24T17:33:13.140Zprocess exited: duration 19117 ms, exit code 0
 
802026-03-24T17:33:13.146Zstarting task 2: "authentication"
812026-03-24T17:33:13.166Zprocess exited: duration 19 ms, exit code 0
 
822026-03-24T17:33:13.172Zstarting task 3: "clone repository"
832026-03-24T17:33:13.176Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-24T17:33:13.179Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-24T17:33:13.212ZCloning into '/work/oxidecomputer/omicron'...
862026-03-24T17:33:23.770Z+ cd /work/oxidecomputer/omicron
872026-03-24T17:33:23.770Z+ git fetch origin ec83d5cf3318aa44bfc3ae3b115bc26919f2861c
882026-03-24T17:33:24.087ZFrom https://github.com/oxidecomputer/omicron
892026-03-24T17:33:24.087Z * branch ec83d5cf3318aa44bfc3ae3b115bc26919f2861c -> FETCH_HEAD
902026-03-24T17:33:24.098Z+ [[ -n ben/icmpv6-firewall-support ]]
912026-03-24T17:33:24.105Z++ git branch --show-current
922026-03-24T17:33:24.105Z+ current=main
932026-03-24T17:33:24.105Z+ [[ main != ben/icmpv6-firewall-support ]]
942026-03-24T17:33:24.105Z+ git branch -f ben/icmpv6-firewall-support ec83d5cf3318aa44bfc3ae3b115bc26919f2861c
952026-03-24T17:33:24.108Z+ git checkout -f ben/icmpv6-firewall-support
962026-03-24T17:33:24.444ZSwitched to branch 'ben/icmpv6-firewall-support'
972026-03-24T17:33:24.447Z+ git reset --hard ec83d5cf3318aa44bfc3ae3b115bc26919f2861c
982026-03-24T17:33:24.479ZHEAD is now at ec83d5cf3 Merge branch 'main' into ben/icmpv6-firewall-support
992026-03-24T17:33:24.484Zprocess exited: duration 11309 ms, exit code 0
 
1002026-03-24T17:33:24.491Zstarting task 4: "build"
1012026-03-24T17:33:24.495Z+ source .github/buildomat/ci-env.sh
1022026-03-24T17:33:24.498Z++ export CARGO_TERM_COLOR=always
1032026-03-24T17:33:24.498Z++ CARGO_TERM_COLOR=always
1042026-03-24T17:33:24.498Z+ cargo --version
1052026-03-24T17:33:24.507Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-24T17:33:24.510Z+ rustc --version
1072026-03-24T17:33:24.535Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-24T17:33:24.538Z+ source ./env.sh
1092026-03-24T17:33:24.538Z++ OLD_SHELL_OPTS=ehxB
1102026-03-24T17:33:24.538Z++ set -o xtrace
1112026-03-24T17:33:24.541Z++++ dirname ./env.sh
1122026-03-24T17:33:24.544Z+++ readlink -f .
1132026-03-24T17:33:24.544Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-24T17:33:24.544Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-03-24T17:33:24.544Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-03-24T17:33:24.544Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-03-24T17:33:24.544Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-03-24T17:33:24.544Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192026-03-24T17:33:24.544Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202026-03-24T17:33:24.544Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212026-03-24T17:33:24.545Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222026-03-24T17:33:24.545Z++ case $OLD_SHELL_OPTS in
1232026-03-24T17:33:24.545Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-24T17:33:24.545Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1252026-03-24T17:33:24.545Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1262026-03-24T17:33:24.545Z+ banner prerequisites
1272026-03-24T17:33:24.548Z
1282026-03-24T17:33:24.548Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-24T17:33:24.548Z # # # # # # # # # # # # # # #
1302026-03-24T17:33:24.548Z # # # # ##### # # ##### # # # # # #### #
1312026-03-24T17:33:24.548Z ##### ##### # ##### # # # # # # # # #
1322026-03-24T17:33:24.548Z # # # # # # # # # # # # # # #
1332026-03-24T17:33:24.548Z # # # ###### # # ###### ### # #### # #### #
1342026-03-24T17:33:24.548Z
1352026-03-24T17:33:24.548Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-24T17:33:35.014Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-24T17:33:44.991Z Startup: Caching catalogs ... Done
1382026-03-24T17:34:07.752ZPlanning: Solver setup ... Done (21.288s)
1392026-03-24T17:34:07.907ZPlanning: Running solver ... Done (0.160s)
1402026-03-24T17:34:08.106ZPlanning: Finding local manifests ... Done (0.003s)
1412026-03-24T17:34:08.126ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-24T17:34:08.263ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-24T17:34:08.306ZPlanning: Package planning ... Done (0.043s)
1442026-03-24T17:34:08.343ZPlanning: Merging actions ... Done (0.038s)
1452026-03-24T17:34:08.591ZPlanning: Checking for conflicting actions ... Done (0.247s)
1462026-03-24T17:34:08.600ZPlanning: Consolidating action changes ... Done (0.010s)
1472026-03-24T17:34:09.416ZPlanning: Evaluating mediators ... Done (0.819s)
1482026-03-24T17:34:09.427ZPlanning: Planning completed in 24.29 seconds
1492026-03-24T17:34:09.441Z Packages to install: 4
1502026-03-24T17:34:09.446Z Mediators to change: 2
1512026-03-24T17:34:09.446Z Services to change: 1
1522026-03-24T17:34:09.446Z Estimated space available: 155.42 GB
1532026-03-24T17:34:09.446ZEstimated space to be consumed: 1.83 GB
1542026-03-24T17:34:09.446Z Create boot environment: No
1552026-03-24T17:34:09.446ZCreate backup boot environment: No
1562026-03-24T17:34:09.446Z Rebuild boot archive: No
1572026-03-24T17:34:09.446Z
1582026-03-24T17:34:09.446ZChanged mediators:
1592026-03-24T17:34:09.446Z mediator clang:
1602026-03-24T17:34:09.446Z version: None -> 15 (system default)
1612026-03-24T17:34:09.446Z
1622026-03-24T17:34:09.447Z mediator llvm:
1632026-03-24T17:34:09.447Z version: 14 (system default) -> 15 (system default)
1642026-03-24T17:34:09.447Z
1652026-03-24T17:34:09.447ZChanged packages:
1662026-03-24T17:34:09.447Zhelios-dev
1672026-03-24T17:34:09.447Z developer/build-essential
1682026-03-24T17:34:09.447Z None -> 11-2.0
1692026-03-24T17:34:09.447Z library/libxmlsec1
1702026-03-24T17:34:09.447Z None -> 1.2.35-2.0
1712026-03-24T17:34:09.447Z ooce/developer/clang-15
1722026-03-24T17:34:09.447Z None -> 15.0.7-2.0
1732026-03-24T17:34:09.447Z ooce/developer/llvm-15
1742026-03-24T17:34:09.447Z None -> 15.0.7-2.0
1752026-03-24T17:34:09.447Z
1762026-03-24T17:34:09.447ZServices:
1772026-03-24T17:34:09.447Z restart_fmri:
1782026-03-24T17:34:09.448Z svc:/system/update-man-index:default
1792026-03-24T17:34:09.489Z
1802026-03-24T17:34:09.489ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-24T17:34:14.490ZDownload: 1602/3290 items 117.7/212.6MB 55% complete (23.9M/s)
1822026-03-24T17:34:19.471ZDownload: Completed 212.60 MB in 9.98 seconds (21.3M/s)
1832026-03-24T17:34:20.713Z Actions: 1/3689 actions (Installing new actions)
1842026-03-24T17:34:24.843Z Actions: Completed 3689 actions in 4.13 seconds.
1852026-03-24T17:34:25.643Z Done (0.795s)
1862026-03-24T17:34:25.644Z Done (0.000s)
1872026-03-24T17:34:26.641Z Done (0.998s)
1882026-03-24T17:34:30.434Z Done (3.421s)
1892026-03-24T17:34:30.524Z Done (0.019s)
1902026-03-24T17:34:30.527Z Done (0.000s)
1912026-03-24T17:34:30.658Z Done (0.000s)
1922026-03-24T17:34:31.675ZPlanning: Evaluating mediator changes ... Done
1932026-03-24T17:34:31.818ZPlanning: Checking for conflicting actions ... Done
1942026-03-24T17:34:31.821ZPlanning: Consolidating action changes ... Done
1952026-03-24T17:34:32.043ZPlanning: Evaluating mediators ... Done
1962026-03-24T17:34:32.046ZPlanning: Planning completed in 0.37 seconds
1972026-03-24T17:34:32.072Z Mediators to change: 2
1982026-03-24T17:34:32.072Z Create boot environment: No
1992026-03-24T17:34:32.075ZCreate backup boot environment: No
2002026-03-24T17:34:32.139Z Done
2012026-03-24T17:34:32.139Z Done
2022026-03-24T17:34:32.887Z Done
2032026-03-24T17:34:36.314Z Done
2042026-03-24T17:34:36.399Z Done
2052026-03-24T17:34:36.402Z Done
2062026-03-24T17:34:36.565Z Done
2072026-03-24T17:34:37.103ZPlanning: Evaluating mediator changes ... Done
2082026-03-24T17:34:37.106ZPlanning: Merging actions ... Done
2092026-03-24T17:34:37.270ZPlanning: Checking for conflicting actions ... Done
2102026-03-24T17:34:37.273ZPlanning: Consolidating action changes ... Done
2112026-03-24T17:34:37.491ZPlanning: Evaluating mediators ... Done
2122026-03-24T17:34:37.533ZPlanning: Planning completed in 0.63 seconds
2132026-03-24T17:34:37.563Z Packages to change: 1
2142026-03-24T17:34:37.566Z Mediators to change: 1
2152026-03-24T17:34:37.566Z Services to change: 1
2162026-03-24T17:34:37.566Z Create boot environment: No
2172026-03-24T17:34:37.566ZCreate backup boot environment: Yes
2182026-03-24T17:34:40.051Z Actions: 1/6 actions (Updating modified actions)
2192026-03-24T17:34:40.054Z Actions: Completed 6 actions in 0.00 seconds.
2202026-03-24T17:34:40.054Z Done
2212026-03-24T17:34:40.054Z Done
2222026-03-24T17:34:40.250Z Done
2232026-03-24T17:34:43.610Z Done
2242026-03-24T17:34:43.701Z Done
2252026-03-24T17:34:43.704Z Done
2262026-03-24T17:34:43.873Z Done
2272026-03-24T17:34:44.255ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-03-24T17:34:44.255Zclang system 15 system
2292026-03-24T17:34:44.256Zcsh system system illumos
2302026-03-24T17:34:44.256Zctags system system illumos
2312026-03-24T17:34:44.256Zfile system system illumos
2322026-03-24T17:34:44.256Zgcc vendor 12 vendor
2332026-03-24T17:34:44.256Zgcc system 10 system
2342026-03-24T17:34:44.256Zgcc system 7 system
2352026-03-24T17:34:44.256Zgo system 1.20 system
2362026-03-24T17:34:44.256Zgo system 1.19 system
2372026-03-24T17:34:44.256Zllvm system 15 system
2382026-03-24T17:34:44.256Zllvm system 14 system
2392026-03-24T17:34:44.256Zmariadb system 10.6 system
2402026-03-24T17:34:44.256Zmta vendor vendor dma
2412026-03-24T17:34:44.256Zopenjdk system 17 system
2422026-03-24T17:34:44.256Zopenjdk system 11 system
2432026-03-24T17:34:44.256Zopenjdk system 1.8 system
2442026-03-24T17:34:44.256Zopenssl vendor 3 vendor
2452026-03-24T17:34:44.256Zperl system 5.36 system
2462026-03-24T17:34:44.256Zpostgresql system 15 system
2472026-03-24T17:34:44.256Zpostgresql system 13 system
2482026-03-24T17:34:44.256Zpython vendor 3 vendor
2492026-03-24T17:34:44.256Zpython system 2 system
2502026-03-24T17:34:44.256Zpython3 system 3.11 system
2512026-03-24T17:34:44.256Zruby system 3.0 system
2522026-03-24T17:34:44.256Zwords vendor vendor american-english
2532026-03-24T17:34:44.256Zwords system system australian-english
2542026-03-24T17:34:44.256Zwords system system british-english
2552026-03-24T17:34:44.256Zwords system system canadian-english
2562026-03-24T17:34:44.256Zwords system system french
2572026-03-24T17:34:44.256Zwords system system italian
2582026-03-24T17:34:44.256Zwords system system ngerman
2592026-03-24T17:34:44.257Zwords system system ogerman
2602026-03-24T17:34:44.257Zwords system system spanish
2612026-03-24T17:34:44.561ZPUBLISHER TYPE STATUS P LOCATION
2622026-03-24T17:34:44.561Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632026-03-24T17:34:50.639ZFMRI IFO
2642026-03-24T17:34:50.639Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652026-03-24T17:34:50.640Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662026-03-24T17:34:50.640Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672026-03-24T17:34:50.640Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682026-03-24T17:34:50.640Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692026-03-24T17:34:50.640Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2702026-03-24T17:34:50.640Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712026-03-24T17:34:50.640Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2722026-03-24T17:34:50.640Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732026-03-24T17:34:50.640Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742026-03-24T17:34:50.640Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2752026-03-24T17:34:50.640Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2762026-03-24T17:34:50.641Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772026-03-24T17:34:50.641Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2782026-03-24T17:34:50.641Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2792026-03-24T17:34:50.641Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802026-03-24T17:34:51.960Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812026-03-24T17:34:53.015Z Updating crates.io index
2822026-03-24T17:34:53.068Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832026-03-24T17:34:53.344Z Updating git repository `https://github.com/oxidecomputer/lldp`
2842026-03-24T17:34:54.197Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2852026-03-24T17:34:54.627Z Updating git repository `https://github.com/oxidecomputer/falcon`
2862026-03-24T17:34:55.529Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2872026-03-24T17:34:56.177Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-03-24T17:34:57.739Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-03-24T17:35:03.014Z Updating git repository `https://github.com/oxidecomputer/opte`
2902026-03-24T17:35:03.014Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912026-03-24T17:35:03.014Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2922026-03-24T17:35:03.065Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932026-03-24T17:35:03.100Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2942026-03-24T17:35:03.576Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952026-03-24T17:35:03.931Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2962026-03-24T17:35:05.098Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2972026-03-24T17:35:05.513Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2982026-03-24T17:35:06.052Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2992026-03-24T17:35:06.393Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3002026-03-24T17:35:06.902Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012026-03-24T17:35:07.329Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022026-03-24T17:35:07.587Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032026-03-24T17:35:07.904Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3042026-03-24T17:35:08.253Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3052026-03-24T17:35:08.812Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3062026-03-24T17:35:09.723Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3072026-03-24T17:35:10.003Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082026-03-24T17:35:10.538Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092026-03-24T17:35:10.813Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3102026-03-24T17:35:11.936Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112026-03-24T17:35:14.682Z Updating git repository `https://github.com/oxidecomputer/crucible`
3122026-03-24T17:35:15.429Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3132026-03-24T17:35:15.925Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3142026-03-24T17:35:18.387Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3152026-03-24T17:35:18.862Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3162026-03-24T17:35:19.363Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3172026-03-24T17:35:22.752Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3182026-03-24T17:35:22.752Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3192026-03-24T17:35:22.752Z Updating git repository `https://github.com/illumos/smf-rs`
3202026-03-24T17:35:22.752Z Updating git repository `https://github.com/oxidecomputer/omicron`
3212026-03-24T17:35:36.516Z Downloading crates ...
3222026-03-24T17:35:36.597Z Downloaded crypto-common v0.1.7
3232026-03-24T17:35:36.601Z Downloaded itoa v1.0.17
3242026-03-24T17:35:36.606Z Downloaded tinystr v0.8.2
3252026-03-24T17:35:36.611Z Downloaded block-buffer v0.10.4
3262026-03-24T17:35:36.611Z Downloaded bitflags v2.11.0
3272026-03-24T17:35:36.615Z Downloaded cfg-if v1.0.4
3282026-03-24T17:35:36.615Z Downloaded thiserror v1.0.69
3292026-03-24T17:35:36.618Z Downloaded typeid v1.0.3
3302026-03-24T17:35:36.619Z Downloaded clap v4.5.60
3312026-03-24T17:35:36.623Z Downloaded version_check v0.9.5
3322026-03-24T17:35:36.627Z Downloaded usdt-attr-macro v0.5.0
3332026-03-24T17:35:36.627Z Downloaded dof v0.3.0
3342026-03-24T17:35:36.627Z Downloaded colorchoice v1.0.4
3352026-03-24T17:35:36.627Z Downloaded clap_derive v4.5.55
3362026-03-24T17:35:36.630Z Downloaded cargo-util-schemas v0.8.2
3372026-03-24T17:35:36.630Z Downloaded zerofrom v0.1.6
3382026-03-24T17:35:36.631Z Downloaded yoke-derive v0.8.1
3392026-03-24T17:35:36.634Z Downloaded toml_write v0.1.2
3402026-03-24T17:35:36.634Z Downloaded anyhow v1.0.102
3412026-03-24T17:35:36.637Z Downloaded heck v0.5.0
3422026-03-24T17:35:36.637Z Downloaded byteorder v1.5.0
3432026-03-24T17:35:36.641Z Downloaded generic-array v0.14.7
3442026-03-24T17:35:36.641Z Downloaded idna_adapter v1.2.1
3452026-03-24T17:35:36.641Z Downloaded is_terminal_polyfill v1.70.2
3462026-03-24T17:35:36.641Z Downloaded camino v1.2.2
3472026-03-24T17:35:36.651Z Downloaded anstream v0.6.21
3482026-03-24T17:35:36.651Z Downloaded thread-id v4.2.2
3492026-03-24T17:35:36.654Z Downloaded usdt-macro v0.5.0
3502026-03-24T17:35:36.655Z Downloaded unicode-xid v0.2.6
3512026-03-24T17:35:36.655Z Downloaded utf8_iter v1.0.4
3522026-03-24T17:35:36.655Z Downloaded zerofrom-derive v0.1.6
3532026-03-24T17:35:36.655Z Downloaded yoke v0.8.1
3542026-03-24T17:35:36.655Z Downloaded thiserror-impl v1.0.69
3552026-03-24T17:35:36.658Z Downloaded toml_datetime v0.6.11
3562026-03-24T17:35:36.659Z Downloaded usdt v0.5.0
3572026-03-24T17:35:36.664Z Downloaded ordered-float v2.10.1
3582026-03-24T17:35:36.667Z Downloaded ucd-trie v0.1.7
3592026-03-24T17:35:36.667Z Downloaded zmij v1.0.21
3602026-03-24T17:35:36.668Z Downloaded writeable v0.6.2
3612026-03-24T17:35:36.668Z Downloaded icu_provider v2.1.1
3622026-03-24T17:35:36.671Z Downloaded unicode-linebreak v0.1.5
3632026-03-24T17:35:36.671Z Downloaded proc-macro2 v1.0.106
3642026-03-24T17:35:36.675Z Downloaded utf8parse v0.2.2
3652026-03-24T17:35:36.675Z Downloaded anstyle v1.0.13
3662026-03-24T17:35:36.675Z Downloaded proc-macro-error v1.0.4
3672026-03-24T17:35:36.678Z Downloaded textwrap v0.16.2
3682026-03-24T17:35:36.681Z Downloaded dtrace-parser v0.2.0
3692026-03-24T17:35:36.681Z Downloaded swrite v0.1.0
3702026-03-24T17:35:36.681Z Downloaded plain v0.2.3
3712026-03-24T17:35:36.681Z Downloaded zerocopy-derive v0.7.35
3722026-03-24T17:35:36.685Z Downloaded proc-macro-error-attr v1.0.4
3732026-03-24T17:35:36.688Z Downloaded thiserror-impl v2.0.18
3742026-03-24T17:35:36.688Z Downloaded serde-untagged v0.1.9
3752026-03-24T17:35:36.688Z Downloaded thiserror v2.0.18
3762026-03-24T17:35:36.691Z Downloaded usdt-impl v0.5.0
3772026-03-24T17:35:36.694Z Downloaded typenum v1.19.0
3782026-03-24T17:35:36.697Z Downloaded toml_edit v0.22.27
3792026-03-24T17:35:36.701Z Downloaded clap_lex v1.0.0
3802026-03-24T17:35:36.701Z Downloaded zerovec-derive v0.11.2
3812026-03-24T17:35:36.701Z Downloaded serde-value v0.7.0
3822026-03-24T17:35:36.701Z Downloaded fastrand v2.3.0
3832026-03-24T17:35:36.704Z Downloaded cpufeatures v0.2.17
3842026-03-24T17:35:36.704Z Downloaded scroll v0.12.0
3852026-03-24T17:35:36.704Z Downloaded toml v0.8.23
3862026-03-24T17:35:36.707Z Downloaded zerotrie v0.2.3
3872026-03-24T17:35:36.711Z Downloaded stable_deref_trait v1.2.1
3882026-03-24T17:35:36.711Z Downloaded unicode-ident v1.0.24
3892026-03-24T17:35:36.711Z Downloaded url v2.5.8
3902026-03-24T17:35:36.714Z Downloaded percent-encoding v2.3.2
3912026-03-24T17:35:36.715Z Downloaded errno v0.3.14
3922026-03-24T17:35:36.715Z Downloaded form_urlencoded v1.2.2
3932026-03-24T17:35:36.718Z Downloaded smawk v0.3.2
3942026-03-24T17:35:36.718Z Downloaded zerovec v0.11.5
3952026-03-24T17:35:36.723Z Downloaded strsim v0.11.1
3962026-03-24T17:35:36.723Z Downloaded zerocopy v0.7.35
3972026-03-24T17:35:36.732Z Downloaded fs-err v3.3.0
3982026-03-24T17:35:36.735Z Downloaded autocfg v1.5.0
3992026-03-24T17:35:36.735Z Downloaded serde_spanned v0.6.9
4002026-03-24T17:35:36.738Z Downloaded pretty-hex v0.4.1
4012026-03-24T17:35:36.738Z Downloaded scroll_derive v0.12.1
4022026-03-24T17:35:36.738Z Downloaded anstyle-parse v0.2.7
4032026-03-24T17:35:36.738Z Downloaded memmap v0.7.0
4042026-03-24T17:35:36.742Z Downloaded unicode-width v0.1.14
4052026-03-24T17:35:36.746Z Downloaded winnow v0.7.14
4062026-03-24T17:35:36.749Z Downloaded potential_utf v0.1.4
4072026-03-24T17:35:36.752Z Downloaded equivalent v1.0.2
4082026-03-24T17:35:36.752Z Downloaded cargo_toml v0.21.0
4092026-03-24T17:35:36.752Z Downloaded unicode-width v0.2.0
4102026-03-24T17:35:36.756Z Downloaded litemap v0.8.1
4112026-03-24T17:35:36.759Z Downloaded icu_locale_core v2.1.1
4122026-03-24T17:35:36.763Z Downloaded tabled_derive v0.7.0
4132026-03-24T17:35:36.763Z Downloaded erased-serde v0.4.9
4142026-03-24T17:35:36.766Z Downloaded bytecount v0.6.9
4152026-03-24T17:35:36.766Z Downloaded displaydoc v0.2.5
4162026-03-24T17:35:36.769Z Downloaded digest v0.10.7
4172026-03-24T17:35:36.769Z Downloaded heck v0.4.1
4182026-03-24T17:35:36.769Z Downloaded fnv v1.0.7
4192026-03-24T17:35:36.769Z Downloaded macaddr v1.0.1
4202026-03-24T17:35:36.773Z Downloaded cargo-platform v0.2.0
4212026-03-24T17:35:36.773Z Downloaded anstyle-query v1.1.5
4222026-03-24T17:35:36.773Z Downloaded semver v1.0.27
4232026-03-24T17:35:36.776Z Downloaded camino-tempfile v1.4.1
4242026-03-24T17:35:36.780Z Downloaded synstructure v0.13.2
4252026-03-24T17:35:36.783Z Downloaded cargo_metadata v0.21.0
4262026-03-24T17:35:36.786Z Downloaded terminal_size v0.4.3
4272026-03-24T17:35:36.790Z Downloaded sha2 v0.10.9
4282026-03-24T17:35:36.797Z Downloaded serde_tokenstream v0.2.3
4292026-03-24T17:35:36.802Z Downloaded quote v1.0.44
4302026-03-24T17:35:36.806Z Downloaded tempfile v3.25.0
4312026-03-24T17:35:36.810Z Downloaded log v0.4.29
4322026-03-24T17:35:36.813Z Downloaded pest_generator v2.8.6
4332026-03-24T17:35:36.817Z Downloaded smallvec v1.15.1
4342026-03-24T17:35:36.858Z Downloaded once_cell v1.21.3
4352026-03-24T17:35:36.858Z Downloaded icu_normalizer v2.1.1
4362026-03-24T17:35:36.858Z Downloaded papergrid v0.11.0
4372026-03-24T17:35:36.858Z Downloaded getrandom v0.4.1
4382026-03-24T17:35:36.858Z Downloaded serde_core v1.0.228
4392026-03-24T17:35:36.858Z Downloaded pest_derive v2.8.6
4402026-03-24T17:35:36.865Z Downloaded icu_properties v2.1.2
4412026-03-24T17:35:36.875Z Downloaded num-traits v0.2.19
4422026-03-24T17:35:36.882Z Downloaded memchr v2.8.0
4432026-03-24T17:35:36.887Z Downloaded pest_meta v2.8.6
4442026-03-24T17:35:36.891Z Downloaded serde_derive v1.0.228
4452026-03-24T17:35:36.891Z Downloaded serde v1.0.228
4462026-03-24T17:35:36.891Z Downloaded icu_normalizer_data v2.1.1
4472026-03-24T17:35:36.894Z Downloaded icu_collections v2.1.1
4482026-03-24T17:35:36.898Z Downloaded indexmap v2.13.0
4492026-03-24T17:35:36.901Z Downloaded idna v1.1.0
4502026-03-24T17:35:36.913Z Downloaded clap_builder v4.5.60
4512026-03-24T17:35:36.925Z Downloaded pest v2.8.6
4522026-03-24T17:35:36.931Z Downloaded hashbrown v0.16.1
4532026-03-24T17:35:36.935Z Downloaded icu_properties_data v2.1.2
4542026-03-24T17:35:36.952Z Downloaded serde_json v1.0.149
4552026-03-24T17:35:36.957Z Downloaded goblin v0.8.2
4562026-03-24T17:35:36.978Z Downloaded syn v1.0.109
4572026-03-24T17:35:36.985Z Downloaded tabled v0.15.0
4582026-03-24T17:35:36.995Z Downloaded syn v2.0.117
4592026-03-24T17:35:37.006Z Downloaded rustix v1.1.3
4602026-03-24T17:35:37.038Z Downloaded libc v0.2.180
4612026-03-24T17:35:37.127Z Compiling proc-macro2 v1.0.106
4622026-03-24T17:35:37.130Z Compiling quote v1.0.44
4632026-03-24T17:35:37.130Z Compiling unicode-ident v1.0.24
4642026-03-24T17:35:37.130Z Compiling serde_core v1.0.228
4652026-03-24T17:35:37.130Z Compiling libc v0.2.180
4662026-03-24T17:35:37.130Z Compiling version_check v0.9.5
4672026-03-24T17:35:37.130Z Compiling memchr v2.8.0
4682026-03-24T17:35:37.131Z Compiling stable_deref_trait v1.2.1
4692026-03-24T17:35:37.547Z Compiling serde v1.0.228
4702026-03-24T17:35:37.577Z Compiling zmij v1.0.21
4712026-03-24T17:35:37.854Z Compiling itoa v1.0.17
4722026-03-24T17:35:37.879Z Compiling thiserror v1.0.69
4732026-03-24T17:35:38.051Z Compiling ucd-trie v0.1.7
4742026-03-24T17:35:38.249Z Compiling autocfg v1.5.0
4752026-03-24T17:35:38.379Z Compiling pest v2.8.6
4762026-03-24T17:35:38.402Z Compiling litemap v0.8.1
4772026-03-24T17:35:38.490Z Compiling writeable v0.6.2
4782026-03-24T17:35:38.559Z Compiling icu_normalizer_data v2.1.1
4792026-03-24T17:35:38.851Z Compiling byteorder v1.5.0
4802026-03-24T17:35:38.877Z Compiling icu_properties_data v2.1.2
4812026-03-24T17:35:39.081Z Compiling syn v2.0.117
4822026-03-24T17:35:39.109Z Compiling rustix v1.1.3
4832026-03-24T17:35:39.217Z Compiling errno v0.3.14
4842026-03-24T17:35:39.240Z Compiling bitflags v2.11.0
4852026-03-24T17:35:39.264Z Compiling serde_json v1.0.149
4862026-03-24T17:35:39.550Z Compiling num-traits v0.2.19
4872026-03-24T17:35:39.596Z Compiling typeid v1.0.3
4882026-03-24T17:35:39.808Z Compiling equivalent v1.0.2
4892026-03-24T17:35:39.926Z Compiling smallvec v1.15.1
4902026-03-24T17:35:39.951Z Compiling pest_meta v2.8.6
4912026-03-24T17:35:39.976Z Compiling hashbrown v0.16.1
4922026-03-24T17:35:40.305Z Compiling thread-id v4.2.2
4932026-03-24T17:35:40.412Z Compiling proc-macro-error-attr v1.0.4
4942026-03-24T17:35:40.469Z Compiling usdt-impl v0.5.0
4952026-03-24T17:35:40.644Z Compiling indexmap v2.13.0
4962026-03-24T17:35:40.670Z Compiling syn v1.0.109
4972026-03-24T17:35:40.726Z Compiling toml_write v0.1.2
4982026-03-24T17:35:40.750Z Compiling winnow v0.7.14
4992026-03-24T17:35:40.995Z Compiling erased-serde v0.4.9
5002026-03-24T17:35:41.515Z Compiling proc-macro-error v1.0.4
5012026-03-24T17:35:41.631Z Compiling log v0.4.29
5022026-03-24T17:35:41.756Z Compiling utf8parse v0.2.2
5032026-03-24T17:35:41.874Z Compiling plain v0.2.3
5042026-03-24T17:35:41.901Z Compiling thiserror v2.0.18
5052026-03-24T17:35:42.019Z Compiling getrandom v0.4.1
5062026-03-24T17:35:42.330Z Compiling percent-encoding v2.3.2
5072026-03-24T17:35:42.355Z Compiling camino v1.2.2
5082026-03-24T17:35:42.390Z Compiling utf8_iter v1.0.4
5092026-03-24T17:35:42.505Z Compiling ordered-float v2.10.1
5102026-03-24T17:35:42.580Z Compiling form_urlencoded v1.2.2
5112026-03-24T17:35:42.585Z Compiling anstyle-parse v0.2.7
5122026-03-24T17:35:42.882Z Compiling synstructure v0.13.2
5132026-03-24T17:35:42.886Z Compiling pest_generator v2.8.6
5142026-03-24T17:35:42.931Z Compiling terminal_size v0.4.3
5152026-03-24T17:35:43.112Z Compiling anstyle-query v1.1.5
5162026-03-24T17:35:43.226Z Compiling colorchoice v1.0.4
5172026-03-24T17:35:43.255Z Compiling anstyle v1.0.13
5182026-03-24T17:35:43.320Z Compiling is_terminal_polyfill v1.70.2
5192026-03-24T17:35:43.378Z Compiling pretty-hex v0.4.1
5202026-03-24T17:35:43.444Z Compiling cfg-if v1.0.4
5212026-03-24T17:35:43.468Z Compiling serde-untagged v0.1.9
5222026-03-24T17:35:43.573Z Compiling anstream v0.6.21
5232026-03-24T17:35:43.780Z Compiling semver v1.0.27
5242026-03-24T17:35:43.836Z Compiling fs-err v3.3.0
5252026-03-24T17:35:43.861Z Compiling fnv v1.0.7
5262026-03-24T17:35:44.002Z Compiling heck v0.5.0
5272026-03-24T17:35:44.049Z Compiling heck v0.4.1
5282026-03-24T17:35:44.091Z Compiling bytecount v0.6.9
5292026-03-24T17:35:44.249Z Compiling fastrand v2.3.0
5302026-03-24T17:35:44.274Z Compiling strsim v0.11.1
5312026-03-24T17:35:44.299Z Compiling anyhow v1.0.102
5322026-03-24T17:35:44.332Z Compiling unicode-width v0.1.14
5332026-03-24T17:35:44.356Z Compiling once_cell v1.21.3
5342026-03-24T17:35:44.641Z Compiling clap_lex v1.0.0
5352026-03-24T17:35:44.696Z Compiling unicode-xid v0.2.6
5362026-03-24T17:35:44.744Z Compiling papergrid v0.11.0
5372026-03-24T17:35:44.858Z Compiling clap_builder v4.5.60
5382026-03-24T17:35:44.962Z Compiling tempfile v3.25.0
5392026-03-24T17:35:45.009Z Compiling memmap v0.7.0
5402026-03-24T17:35:45.135Z Compiling smawk v0.3.2
5412026-03-24T17:35:45.267Z Compiling unicode-width v0.2.0
5422026-03-24T17:35:45.312Z Compiling unicode-linebreak v0.1.5
5432026-03-24T17:35:45.460Z Compiling camino-tempfile v1.4.1
5442026-03-24T17:35:45.518Z Compiling serde_derive v1.0.228
5452026-03-24T17:35:45.625Z Compiling zerofrom-derive v0.1.6
5462026-03-24T17:35:45.650Z Compiling yoke-derive v0.8.1
5472026-03-24T17:35:45.766Z Compiling zerovec-derive v0.11.2
5482026-03-24T17:35:45.901Z Compiling displaydoc v0.2.5
5492026-03-24T17:35:46.777Z Compiling thiserror-impl v1.0.69
5502026-03-24T17:35:46.911Z Compiling zerocopy-derive v0.7.35
5512026-03-24T17:35:47.261Z Compiling pest_derive v2.8.6
5522026-03-24T17:35:47.286Z Compiling scroll_derive v0.12.1
5532026-03-24T17:35:47.572Z Compiling zerofrom v0.1.6
5542026-03-24T17:35:47.745Z Compiling yoke v0.8.1
5552026-03-24T17:35:47.799Z Compiling thiserror-impl v2.0.18
5562026-03-24T17:35:47.999Z Compiling zerovec v0.11.5
5572026-03-24T17:35:48.062Z Compiling zerotrie v0.2.3
5582026-03-24T17:35:48.153Z Compiling zerocopy v0.7.35
5592026-03-24T17:35:48.461Z Compiling scroll v0.12.0
5602026-03-24T17:35:48.624Z Compiling dtrace-parser v0.2.0
5612026-03-24T17:35:48.692Z Compiling tinystr v0.8.2
5622026-03-24T17:35:48.894Z Compiling potential_utf v0.1.4
5632026-03-24T17:35:48.971Z Compiling goblin v0.8.2
5642026-03-24T17:35:49.043Z Compiling icu_locale_core v2.1.1
5652026-03-24T17:35:49.101Z Compiling icu_collections v2.1.1
5662026-03-24T17:35:49.222Z Compiling tabled_derive v0.7.0
5672026-03-24T17:35:49.758Z Compiling clap_derive v4.5.55
5682026-03-24T17:35:49.781Z Compiling textwrap v0.16.2
5692026-03-24T17:35:50.254Z Compiling icu_provider v2.1.1
5702026-03-24T17:35:50.325Z Compiling serde_spanned v0.6.9
5712026-03-24T17:35:50.349Z Compiling toml_datetime v0.6.11
5722026-03-24T17:35:50.392Z Compiling dof v0.3.0
5732026-03-24T17:35:50.420Z Compiling serde_tokenstream v0.2.3
5742026-03-24T17:35:50.484Z Compiling serde-value v0.7.0
5752026-03-24T17:35:50.522Z Compiling cargo-platform v0.2.0
5762026-03-24T17:35:50.651Z Compiling icu_properties v2.1.2
5772026-03-24T17:35:50.696Z Compiling icu_normalizer v2.1.1
5782026-03-24T17:35:50.824Z Compiling toml_edit v0.22.27
5792026-03-24T17:35:50.915Z Compiling tabled v0.15.0
5802026-03-24T17:35:50.976Z Compiling macaddr v1.0.1
5812026-03-24T17:35:51.424Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5822026-03-24T17:35:51.692Z Compiling usdt-macro v0.5.0
5832026-03-24T17:35:51.743Z Compiling usdt-attr-macro v0.5.0
5842026-03-24T17:35:51.769Z Compiling swrite v0.1.0
5852026-03-24T17:35:51.890Z Compiling idna_adapter v1.2.1
5862026-03-24T17:35:52.074Z Compiling idna v1.1.0
5872026-03-24T17:35:52.206Z Compiling clap v4.5.60
5882026-03-24T17:35:52.502Z Compiling url v2.5.8
5892026-03-24T17:35:52.859Z Compiling toml v0.8.23
5902026-03-24T17:35:53.066Z Compiling usdt v0.5.0
5912026-03-24T17:35:53.386Z Compiling cargo-util-schemas v0.8.2
5922026-03-24T17:35:53.386Z Compiling cargo_toml v0.21.0
5932026-03-24T17:35:54.627Z Compiling cargo_metadata v0.21.0
5942026-03-24T17:35:55.933Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5952026-03-24T17:35:58.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
5962026-03-24T17:35:59.102Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5972026-03-24T17:35:59.883Z Downloading crates ...
5982026-03-24T17:36:00.006Z Downloaded async-recursion v1.1.1
5992026-03-24T17:36:00.010Z Downloaded aead v0.5.2
6002026-03-24T17:36:00.013Z Downloaded adler2 v2.0.1
6012026-03-24T17:36:00.017Z Downloaded argon2 v0.5.3
6022026-03-24T17:36:00.021Z Downloaded crc8 v0.1.1
6032026-03-24T17:36:00.024Z Downloaded daft v0.1.5
6042026-03-24T17:36:00.024Z Downloaded arrayref v0.3.9
6052026-03-24T17:36:00.027Z Downloaded base16ct v1.0.0
6062026-03-24T17:36:00.032Z Downloaded async-stream-impl v0.3.6
6072026-03-24T17:36:00.032Z Downloaded assert_matches v1.5.0
6082026-03-24T17:36:00.032Z Downloaded atty v0.2.14
6092026-03-24T17:36:00.035Z Downloaded find-msvc-tools v0.1.9
6102026-03-24T17:36:00.035Z Downloaded atomicwrites v0.4.4
6112026-03-24T17:36:00.038Z Downloaded arrayvec v0.7.6
6122026-03-24T17:36:00.042Z Downloaded cobs v0.3.0
6132026-03-24T17:36:00.047Z Downloaded cfg_aliases v0.1.1
6142026-03-24T17:36:00.047Z Downloaded derive-where v1.6.0
6152026-03-24T17:36:00.050Z Downloaded env_filter v1.0.0
6162026-03-24T17:36:00.054Z Downloaded bit-set v0.8.0
6172026-03-24T17:36:00.057Z Downloaded dunce v1.0.5
6182026-03-24T17:36:00.057Z Downloaded bitfield-struct v0.6.2
6192026-03-24T17:36:00.057Z Downloaded ascii-canvas v3.0.0
6202026-03-24T17:36:00.061Z Downloaded derive-ex v0.1.8
6212026-03-24T17:36:00.064Z Downloaded blowfish v0.9.1
6222026-03-24T17:36:00.067Z Downloaded drift v0.1.3
6232026-03-24T17:36:00.071Z Downloaded ciborium v0.2.2
6242026-03-24T17:36:00.074Z Downloaded base64 v0.21.7
6252026-03-24T17:36:00.077Z Downloaded diesel_table_macro_syntax v0.3.0
6262026-03-24T17:36:00.077Z Downloaded deranged v0.5.8
6272026-03-24T17:36:00.080Z Downloaded dirs-next v2.0.0
6282026-03-24T17:36:00.080Z Downloaded castaway v0.2.4
6292026-03-24T17:36:00.083Z Downloaded allocator-api2 v0.2.21
6302026-03-24T17:36:00.083Z Downloaded ena v0.14.4
6312026-03-24T17:36:00.086Z Downloaded critical-section v1.2.0
6322026-03-24T17:36:00.086Z Downloaded embedded-io v0.4.0
6332026-03-24T17:36:00.090Z Downloaded bcs v0.1.6
6342026-03-24T17:36:00.093Z Downloaded fixedbitset v0.4.2
6352026-03-24T17:36:00.093Z Downloaded flagset v0.4.7
6362026-03-24T17:36:00.093Z Downloaded dyn-clone v1.0.20
6372026-03-24T17:36:00.096Z Downloaded enum-as-inner v0.6.1
6382026-03-24T17:36:00.100Z Downloaded ed25519 v2.2.3
6392026-03-24T17:36:00.100Z Downloaded defmt v0.3.100
6402026-03-24T17:36:00.103Z Downloaded cpufeatures v0.3.0
6412026-03-24T17:36:00.103Z Downloaded block-padding v0.3.3
6422026-03-24T17:36:00.103Z Downloaded crunchy v0.2.4
6432026-03-24T17:36:00.106Z Downloaded bcrypt-pbkdf v0.10.0
6442026-03-24T17:36:00.106Z Downloaded fd-lock v4.0.4
6452026-03-24T17:36:00.110Z Downloaded crc v3.4.0
6462026-03-24T17:36:00.110Z Downloaded foreign-types v0.5.0
6472026-03-24T17:36:00.112Z Downloaded bitfield v0.19.4
6482026-03-24T17:36:00.112Z Downloaded ff v0.13.1
6492026-03-24T17:36:00.115Z Downloaded document-features v0.2.12
6502026-03-24T17:36:00.115Z Downloaded bit-vec v0.8.0
6512026-03-24T17:36:00.119Z Downloaded foreign-types v0.3.2
6522026-03-24T17:36:00.119Z Downloaded async-stream v0.3.6
6532026-03-24T17:36:00.122Z Downloaded float-cmp v0.10.0
6542026-03-24T17:36:00.122Z Downloaded foreign-types-shared v0.3.1
6552026-03-24T17:36:00.122Z Downloaded crc-catalog v2.4.0
6562026-03-24T17:36:00.126Z Downloaded downcast-rs v2.0.2
6572026-03-24T17:36:00.126Z Downloaded display-error-chain v0.2.2
6582026-03-24T17:36:00.130Z Downloaded debug-ignore v1.0.5
6592026-03-24T17:36:00.130Z Downloaded derive_builder_macro v0.20.2
6602026-03-24T17:36:00.130Z Downloaded darling_core v0.21.3
6612026-03-24T17:36:00.133Z Downloaded dsl_auto_type v0.2.0
6622026-03-24T17:36:00.133Z Downloaded defmt-parser v1.0.0
6632026-03-24T17:36:00.136Z Downloaded endian-type v0.1.2
6642026-03-24T17:36:00.136Z Downloaded dirs-sys-next v0.1.2
6652026-03-24T17:36:00.139Z Downloaded cstr-argument v0.1.2
6662026-03-24T17:36:00.139Z Downloaded cfg_aliases v0.2.1
6672026-03-24T17:36:00.139Z Downloaded const_format_proc_macros v0.2.34
6682026-03-24T17:36:00.142Z Downloaded curve25519-dalek-derive v0.1.1
6692026-03-24T17:36:00.142Z Downloaded cipher v0.4.4
6702026-03-24T17:36:00.146Z Downloaded darling_macro v0.23.0
6712026-03-24T17:36:00.146Z Downloaded funty v2.0.0
6722026-03-24T17:36:00.146Z Downloaded bit-set v0.5.3
6732026-03-24T17:36:00.150Z Downloaded base16ct v0.2.0
6742026-03-24T17:36:00.150Z Downloaded daft-derive v0.1.5
6752026-03-24T17:36:00.153Z Downloaded darling_macro v0.20.11
6762026-03-24T17:36:00.153Z Downloaded cassowary v0.3.0
6772026-03-24T17:36:00.159Z Downloaded defmt v1.0.1
6782026-03-24T17:36:00.163Z Downloaded cargo-platform v0.1.9
6792026-03-24T17:36:00.163Z Downloaded bitfield-macros v0.19.4
6802026-03-24T17:36:00.163Z Downloaded array-init v0.0.4
6812026-03-24T17:36:00.163Z Downloaded darling_core v0.20.11
6822026-03-24T17:36:00.166Z Downloaded futures-macro v0.3.32
6832026-03-24T17:36:00.166Z Downloaded bb8 v0.8.6
6842026-03-24T17:36:00.170Z Downloaded float-ord v0.3.2
6852026-03-24T17:36:00.170Z Downloaded ciborium-ll v0.2.2
6862026-03-24T17:36:00.175Z Downloaded difflib v0.4.0
6872026-03-24T17:36:00.176Z Downloaded futures-io v0.3.32
6882026-03-24T17:36:00.176Z Downloaded foreign-types-macros v0.2.3
6892026-03-24T17:36:00.176Z Downloaded ciborium-io v0.2.2
6902026-03-24T17:36:00.180Z Downloaded futures-core v0.3.32
6912026-03-24T17:36:00.180Z Downloaded fxhash v0.2.1
6922026-03-24T17:36:00.180Z Downloaded futures-task v0.3.32
6932026-03-24T17:36:00.180Z Downloaded foreign-types-shared v0.1.1
6942026-03-24T17:36:00.180Z Downloaded darling_macro v0.21.3
6952026-03-24T17:36:00.185Z Downloaded ghash v0.5.1
6962026-03-24T17:36:00.185Z Downloaded embedded-io v0.6.1
6972026-03-24T17:36:00.185Z Downloaded convert_case v0.4.0
6982026-03-24T17:36:00.185Z Downloaded atomic-waker v1.1.2
6992026-03-24T17:36:00.190Z Downloaded csv-core v0.1.13
7002026-03-24T17:36:00.190Z Downloaded backoff v0.4.0
7012026-03-24T17:36:00.205Z Downloaded hex v0.4.3
7022026-03-24T17:36:00.209Z Downloaded ctr v0.9.2
7032026-03-24T17:36:00.209Z Downloaded headers-core v0.3.0
7042026-03-24T17:36:00.209Z Downloaded hash32 v0.3.1
7052026-03-24T17:36:00.212Z Downloaded hash32 v0.2.1
7062026-03-24T17:36:00.213Z Downloaded globwalk v0.9.1
7072026-03-24T17:36:00.216Z Downloaded foldhash v0.2.0
7082026-03-24T17:36:00.216Z Downloaded foldhash v0.1.5
7092026-03-24T17:36:00.216Z Downloaded fallible-iterator v0.2.0
7102026-03-24T17:36:00.221Z Downloaded either v1.15.0
7112026-03-24T17:36:00.221Z Downloaded http-body v1.0.1
7122026-03-24T17:36:00.222Z Downloaded hubpack v0.1.2
7132026-03-24T17:36:00.222Z Downloaded httpdate v1.0.3
7142026-03-24T17:36:00.225Z Downloaded hostname v0.4.2
7152026-03-24T17:36:00.225Z Downloaded blake2 v0.10.6
7162026-03-24T17:36:00.228Z Downloaded hostname v0.3.1
7172026-03-24T17:36:00.228Z Downloaded fs_extra v1.3.0
7182026-03-24T17:36:00.232Z Downloaded fs-err v2.11.0
7192026-03-24T17:36:00.232Z Downloaded home v0.5.12
7202026-03-24T17:36:00.235Z Downloaded console v0.16.2
7212026-03-24T17:36:00.235Z Downloaded buf-list v1.1.2
7222026-03-24T17:36:00.240Z Downloaded cexpr v0.6.0
7232026-03-24T17:36:00.243Z Downloaded bit-vec v0.6.3
7242026-03-24T17:36:00.243Z Downloaded hubpack_derive v0.1.1
7252026-03-24T17:36:00.243Z Downloaded hyper-tls v0.6.0
7262026-03-24T17:36:00.243Z Downloaded futures-executor v0.3.32
7272026-03-24T17:36:00.248Z Downloaded corncobs v0.1.4
7282026-03-24T17:36:00.248Z Downloaded chacha20 v0.9.1
7292026-03-24T17:36:00.251Z Downloaded byte-wrapper v0.1.0
7302026-03-24T17:36:00.251Z Downloaded http-range v0.1.5
7312026-03-24T17:36:00.252Z Downloaded indent_write v2.2.0
7322026-03-24T17:36:00.255Z Downloaded cbc v0.1.2
7332026-03-24T17:36:00.255Z Downloaded cargo_toml v0.22.3
7342026-03-24T17:36:00.258Z Downloaded cargo_metadata v0.19.2
7352026-03-24T17:36:00.258Z Downloaded ident_case v1.0.1
7362026-03-24T17:36:00.258Z Downloaded async-trait v0.1.89
7372026-03-24T17:36:00.264Z Downloaded indoc v1.0.9
7382026-03-24T17:36:00.264Z Downloaded erased-serde v0.3.31
7392026-03-24T17:36:00.267Z Downloaded git-stub-vcs v0.1.0
7402026-03-24T17:36:00.267Z Downloaded instability v0.3.11
7412026-03-24T17:36:00.271Z Downloaded cookie v0.18.1
7422026-03-24T17:36:00.274Z Downloaded ecdsa v0.16.9
7432026-03-24T17:36:00.274Z Downloaded der_derive v0.7.3
7442026-03-24T17:36:00.278Z Downloaded cancel-safe-futures v0.1.5
7452026-03-24T17:36:00.281Z Downloaded group v0.13.0
7462026-03-24T17:36:00.281Z Downloaded hex-literal v0.4.1
7472026-03-24T17:36:00.281Z Downloaded internet-checksum v0.2.1
7482026-03-24T17:36:00.285Z Downloaded darling v0.21.3
7492026-03-24T17:36:00.288Z Downloaded crossbeam-utils v0.8.21
7502026-03-24T17:36:00.288Z Downloaded libscf-sys v1.1.0
7512026-03-24T17:36:00.294Z Downloaded keccak v0.1.6
7522026-03-24T17:36:00.294Z Downloaded is_ci v1.2.0
7532026-03-24T17:36:00.294Z Downloaded instant v0.1.13
7542026-03-24T17:36:00.294Z Downloaded darling v0.20.11
7552026-03-24T17:36:00.298Z Downloaded lazy_static v1.5.0
7562026-03-24T17:36:00.301Z Downloaded kstat-rs v0.2.4
7572026-03-24T17:36:00.301Z Downloaded humantime v2.3.0
7582026-03-24T17:36:00.304Z Downloaded diesel_derives v2.3.7
7592026-03-24T17:36:00.308Z Downloaded crc-any v2.5.0
7602026-03-24T17:36:00.311Z Downloaded lalrpop-util v0.19.12
7612026-03-24T17:36:00.311Z Downloaded highway v1.3.0
7622026-03-24T17:36:00.314Z Downloaded chacha20 v0.10.0
7632026-03-24T17:36:00.317Z Downloaded bzip2 v0.4.4
7642026-03-24T17:36:00.317Z Downloaded hyper-staticfile v0.10.1
7652026-03-24T17:36:00.324Z Downloaded futures-channel v0.3.32
7662026-03-24T17:36:00.327Z Downloaded linked-hash-map v0.5.6
7672026-03-24T17:36:00.327Z Downloaded http-body-util v0.1.3
7682026-03-24T17:36:00.327Z Downloaded cookie_store v0.22.1
7692026-03-24T17:36:00.327Z Downloaded impl-trait-for-tuples v0.2.3
7702026-03-24T17:36:00.331Z Downloaded colored v2.2.0
7712026-03-24T17:36:00.333Z Downloaded const_format v0.2.35
7722026-03-24T17:36:00.337Z Downloaded multimap v0.10.1
7732026-03-24T17:36:00.337Z Downloaded maplit v1.0.2
7742026-03-24T17:36:00.337Z Downloaded md5 v0.7.0
7752026-03-24T17:36:00.340Z Downloaded new_debug_unreachable v1.0.6
7762026-03-24T17:36:00.340Z Downloaded memoffset v0.9.1
7772026-03-24T17:36:00.341Z Downloaded maybe-uninit v2.0.0
7782026-03-24T17:36:00.344Z Downloaded newtype_derive v0.1.6
7792026-03-24T17:36:00.344Z Downloaded newline-converter v0.3.0
7802026-03-24T17:36:00.347Z Downloaded nibble_vec v0.1.0
7812026-03-24T17:36:00.347Z Downloaded ingot-types v0.1.2
7822026-03-24T17:36:00.348Z Downloaded ingot v0.1.1
7832026-03-24T17:36:00.351Z Downloaded indoc v2.0.7
7842026-03-24T17:36:00.351Z Downloaded crc32fast v1.5.0
7852026-03-24T17:36:00.354Z Downloaded hickory-client v0.25.2
7862026-03-24T17:36:00.357Z Downloaded crossbeam-deque v0.8.6
7872026-03-24T17:36:00.357Z Downloaded half v1.8.3
7882026-03-24T17:36:00.360Z Downloaded lru v0.12.5
7892026-03-24T17:36:00.360Z Downloaded lru-slab v0.1.2
7902026-03-24T17:36:00.365Z Downloaded jobserver v0.1.34
7912026-03-24T17:36:00.365Z Downloaded inout v0.1.4
7922026-03-24T17:36:00.371Z Downloaded lru-cache v0.1.2
7932026-03-24T17:36:00.372Z Downloaded libloading v0.8.9
7942026-03-24T17:36:00.372Z Downloaded managed v0.8.0
7952026-03-24T17:36:00.372Z Downloaded mime v0.3.17
7962026-03-24T17:36:00.390Z Downloaded match_cfg v0.1.0
7972026-03-24T17:36:00.390Z Downloaded lzss v0.8.2
7982026-03-24T17:36:00.391Z Downloaded num v0.4.3
7992026-03-24T17:36:00.391Z Downloaded normalize-line-endings v0.3.0
8002026-03-24T17:36:00.391Z Downloaded nonempty v0.12.0
8012026-03-24T17:36:00.394Z Downloaded ipnet v2.11.0
8022026-03-24T17:36:00.394Z Downloaded nodrop v0.1.14
8032026-03-24T17:36:00.394Z Downloaded newtype-uuid-macros v0.1.0
8042026-03-24T17:36:00.394Z Downloaded elliptic-curve v0.13.8
8052026-03-24T17:36:00.394Z Downloaded futures v0.3.32
8062026-03-24T17:36:00.394Z Downloaded num-iter v0.1.45
8072026-03-24T17:36:00.394Z Downloaded fatfs v0.3.6
8082026-03-24T17:36:00.394Z Downloaded num-conv v0.2.0
8092026-03-24T17:36:00.394Z Downloaded libsw-core v0.3.2
8102026-03-24T17:36:00.398Z Downloaded libefi-sys v0.1.0
8112026-03-24T17:36:00.398Z Downloaded convert_case v0.10.0
8122026-03-24T17:36:00.398Z Downloaded console v0.15.11
8132026-03-24T17:36:00.401Z Downloaded num-derive v0.4.2
8142026-03-24T17:36:00.404Z Downloaded iana-time-zone v0.1.65
8152026-03-24T17:36:00.407Z Downloaded crossbeam-channel v0.5.15
8162026-03-24T17:36:00.411Z Downloaded num_threads v0.1.7
8172026-03-24T17:36:00.411Z Downloaded hyper-rustls v0.27.7
8182026-03-24T17:36:00.414Z Downloaded md-5 v0.10.6
8192026-03-24T17:36:00.414Z Downloaded chacha20poly1305 v0.10.1
8202026-03-24T17:36:00.417Z Downloaded lock_api v0.4.14
8212026-03-24T17:36:00.417Z Downloaded num_enum_derive v0.5.11
8222026-03-24T17:36:00.421Z Downloaded num-derive v0.3.3
8232026-03-24T17:36:00.421Z Downloaded openssl-probe v0.2.1
8242026-03-24T17:36:00.421Z Downloaded packed_struct_codegen v0.10.1
8252026-03-24T17:36:00.424Z Downloaded openssl-macros v0.1.1
8262026-03-24T17:36:00.424Z Downloaded native-tls v0.2.18
8272026-03-24T17:36:00.428Z Downloaded multer v3.1.0
8282026-03-24T17:36:00.428Z Downloaded openssl-probe v0.1.6
8292026-03-24T17:36:00.431Z Downloaded opaque-debug v0.3.1
8302026-03-24T17:36:00.431Z Downloaded ingot-macros v0.1.1
8312026-03-24T17:36:00.435Z Downloaded getrandom v0.3.4
8322026-03-24T17:36:00.435Z Downloaded derive_builder v0.20.2
8332026-03-24T17:36:00.438Z Downloaded darling v0.23.0
8342026-03-24T17:36:00.442Z Downloaded mime_guess v2.0.5
8352026-03-24T17:36:00.446Z Downloaded compact_str v0.8.1
8362026-03-24T17:36:00.449Z Downloaded flume v0.11.1
8372026-03-24T17:36:00.452Z Downloaded parse-size v1.1.0
8382026-03-24T17:36:00.452Z Downloaded pbkdf2 v0.12.2
8392026-03-24T17:36:00.456Z Downloaded nu-ansi-term v0.50.3
8402026-03-24T17:36:00.456Z Downloaded newtype-uuid v1.3.2
8412026-03-24T17:36:00.460Z Downloaded dropshot_endpoint v0.16.7
8422026-03-24T17:36:00.464Z Downloaded pbkdf2 v0.11.0
8432026-03-24T17:36:00.465Z Downloaded peg-runtime v0.8.5
8442026-03-24T17:36:00.465Z Downloaded num-integer v0.1.46
8452026-03-24T17:36:00.469Z Downloaded phf_shared v0.13.1
8462026-03-24T17:36:00.469Z Downloaded phf_shared v0.12.1
8472026-03-24T17:36:00.469Z Downloaded path-slash v0.1.5
8482026-03-24T17:36:00.469Z Downloaded linear-map v1.2.0
8492026-03-24T17:36:00.473Z Downloaded hmac v0.12.1
8502026-03-24T17:36:00.473Z Downloaded ipnetwork v0.21.1
8512026-03-24T17:36:00.476Z Downloaded powerfmt v0.2.0
8522026-03-24T17:36:00.476Z Downloaded getrandom v0.2.17
8532026-03-24T17:36:00.480Z Downloaded num_enum v0.5.11
8542026-03-24T17:36:00.483Z Downloaded httparse v1.10.1
8552026-03-24T17:36:00.487Z Downloaded num-complex v0.4.6
8562026-03-24T17:36:00.487Z Downloaded indexmap v1.9.3
8572026-03-24T17:36:00.490Z Downloaded pin-utils v0.1.0
8582026-03-24T17:36:00.490Z Downloaded ignore v0.4.25
8592026-03-24T17:36:00.494Z Downloaded derive_more-impl v2.1.1
8602026-03-24T17:36:00.497Z Downloaded oxnet v0.1.4
8612026-03-24T17:36:00.500Z Downloaded bumpalo v3.20.2
8622026-03-24T17:36:00.500Z Downloaded olpc-cjson v0.1.4
8632026-03-24T17:36:00.503Z Downloaded num_enum_derive v0.7.5
8642026-03-24T17:36:00.503Z Downloaded proc-macro-crate v3.4.0
8652026-03-24T17:36:00.506Z Downloaded proc-macro-error-attr2 v2.0.0
8662026-03-24T17:36:00.506Z Downloaded proc-macro-crate v1.3.1
8672026-03-24T17:36:00.509Z Downloaded predicates-tree v1.0.13
8682026-03-24T17:36:00.509Z Downloaded predicates-core v1.0.10
8692026-03-24T17:36:00.509Z Downloaded precomputed-hash v0.1.1
8702026-03-24T17:36:00.509Z Downloaded num-rational v0.4.2
8712026-03-24T17:36:00.512Z Downloaded owo-colors v4.3.0
8722026-03-24T17:36:00.515Z Downloaded packed_struct v0.10.1
8732026-03-24T17:36:00.515Z Downloaded headers v0.4.1
8742026-03-24T17:36:00.518Z Downloaded oxide-tokio-rt v0.1.3
8752026-03-24T17:36:00.522Z Downloaded oso-derive v0.27.3
8762026-03-24T17:36:00.526Z Downloaded parse-display v0.10.0
8772026-03-24T17:36:00.526Z Downloaded num_enum v0.7.5
8782026-03-24T17:36:00.530Z Downloaded progenitor-client v0.11.2
8792026-03-24T17:36:00.530Z Downloaded progenitor-client v0.10.0
8802026-03-24T17:36:00.530Z Downloaded parse-display-derive v0.10.0
8812026-03-24T17:36:00.534Z Downloaded progenitor-macro v0.11.2
8822026-03-24T17:36:00.534Z Downloaded progenitor-macro v0.10.0
8832026-03-24T17:36:00.534Z Downloaded arc-swap v1.8.2
8842026-03-24T17:36:00.537Z Downloaded peg-macros v0.8.5
8852026-03-24T17:36:00.540Z Downloaded parking_lot_core v0.8.6
8862026-03-24T17:36:00.543Z Downloaded phf_shared v0.11.3
8872026-03-24T17:36:00.543Z Downloaded phf v0.13.1
8882026-03-24T17:36:00.543Z Downloaded heapless v0.8.0
8892026-03-24T17:36:00.546Z Downloaded polyval v0.6.2
8902026-03-24T17:36:00.550Z Downloaded poly1305 v0.8.0
8912026-03-24T17:36:00.554Z Downloaded radium v0.7.0
8922026-03-24T17:36:00.554Z Downloaded pem-rfc7468 v0.7.0
8932026-03-24T17:36:00.554Z Downloaded peg v0.8.5
8942026-03-24T17:36:00.582Z Downloaded psl-types v2.0.11
8952026-03-24T17:36:00.582Z Downloaded paste v1.0.15
8962026-03-24T17:36:00.582Z Downloaded cc v1.2.56
8972026-03-24T17:36:00.582Z Downloaded password-hash v0.5.0
8982026-03-24T17:36:00.582Z Downloaded rand_chacha v0.3.1
8992026-03-24T17:36:00.582Z Downloaded aes v0.8.4
9002026-03-24T17:36:00.582Z Downloaded dropshot-api-manager v0.6.0
9012026-03-24T17:36:00.582Z Downloaded ar_archive_writer v0.5.1
9022026-03-24T17:36:00.583Z Downloaded indicatif v0.18.4
9032026-03-24T17:36:00.590Z Downloaded phf v0.12.1
9042026-03-24T17:36:00.590Z Downloaded primeorder v0.13.6
9052026-03-24T17:36:00.590Z Downloaded predicates v3.1.4
9062026-03-24T17:36:00.590Z Downloaded rand_xorshift v0.4.0
9072026-03-24T17:36:00.590Z Downloaded pkg-config v0.3.32
9082026-03-24T17:36:00.590Z Downloaded recursive-proc-macro-impl v0.1.1
9092026-03-24T17:36:00.590Z Downloaded pkcs8 v0.10.2
9102026-03-24T17:36:00.597Z Downloaded ref-cast v1.0.25
9112026-03-24T17:36:00.597Z Downloaded recursive v0.1.1
9122026-03-24T17:36:00.597Z Downloaded crypto-bigint v0.5.5
9132026-03-24T17:36:00.624Z Downloaded progenitor v0.10.0
9142026-03-24T17:36:00.624Z Downloaded proc-macro-error2 v2.0.1
9152026-03-24T17:36:00.624Z Downloaded ppv-lite86 v0.2.21
9162026-03-24T17:36:00.624Z Downloaded derive_more v2.1.1
9172026-03-24T17:36:00.624Z Downloaded russh-cryptovec v0.7.3
9182026-03-24T17:36:00.624Z Downloaded rtoolbox v0.0.3
9192026-03-24T17:36:00.630Z Downloaded progenitor-macro v0.13.0
9202026-03-24T17:36:00.630Z Downloaded progenitor-extras v0.1.1
9212026-03-24T17:36:00.630Z Downloaded progenitor-client v0.13.0
9222026-03-24T17:36:00.630Z Downloaded heapless v0.7.17
9232026-03-24T17:36:00.630Z Downloaded progenitor v0.13.0
9242026-03-24T17:36:00.630Z Downloaded progenitor v0.11.2
9252026-03-24T17:36:00.630Z Downloaded parking_lot v0.12.5
9262026-03-24T17:36:00.637Z Downloaded nanorand v0.7.0
9272026-03-24T17:36:00.637Z Downloaded postgres-protocol v0.6.10
9282026-03-24T17:36:00.637Z Downloaded pkcs5 v0.7.1
9292026-03-24T17:36:00.642Z Downloaded r2d2 v0.8.10
9302026-03-24T17:36:00.642Z Downloaded quick-error v1.2.3
9312026-03-24T17:36:00.642Z Downloaded flate2 v1.1.9
9322026-03-24T17:36:00.647Z Downloaded rfc6979 v0.4.0
9332026-03-24T17:36:00.647Z Downloaded rand_core v0.6.4
9342026-03-24T17:36:00.651Z Downloaded rustc_version v0.4.1
9352026-03-24T17:36:00.651Z Downloaded rustc_version v0.1.7
9362026-03-24T17:36:00.651Z Downloaded rand_chacha v0.9.0
9372026-03-24T17:36:00.654Z Downloaded der v0.7.10
9382026-03-24T17:36:00.654Z Downloaded hickory-resolver v0.24.4
9392026-03-24T17:36:00.659Z Downloaded hickory-resolver v0.25.2
9402026-03-24T17:36:00.663Z Downloaded rand_core v0.9.5
9412026-03-24T17:36:00.668Z Downloaded pkcs1 v0.7.5
9422026-03-24T17:36:00.668Z Downloaded aho-corasick v1.1.4
9432026-03-24T17:36:00.672Z Downloaded rand_seeder v0.4.0
9442026-03-24T17:36:00.672Z Downloaded rand_core v0.10.0
9452026-03-24T17:36:00.677Z Downloaded salsa20 v0.10.2
9462026-03-24T17:36:00.677Z Downloaded postgres-types v0.2.12
9472026-03-24T17:36:00.677Z Downloaded postcard v1.1.3
9482026-03-24T17:36:00.681Z Downloaded sapling-renderdag v0.1.0
9492026-03-24T17:36:00.681Z Downloaded omicron-zone-package v0.12.2
9502026-03-24T17:36:00.685Z Downloaded expectorate v1.2.0
9512026-03-24T17:36:00.685Z Downloaded scroll_derive v0.13.1
9522026-03-24T17:36:00.690Z Downloaded scrypt v0.11.0
9532026-03-24T17:36:00.690Z Downloaded same-file v1.0.6
9542026-03-24T17:36:00.690Z Downloaded parking_lot v0.11.2
9552026-03-24T17:36:00.695Z Downloaded ref-cast-impl v1.0.25
9562026-03-24T17:36:00.695Z Downloaded scopeguard v1.2.0
9572026-03-24T17:36:00.695Z Downloaded scheduled-thread-pool v0.2.7
9582026-03-24T17:36:00.695Z Downloaded parking_lot_core v0.9.12
9592026-03-24T17:36:00.698Z Downloaded oso v0.27.3
9602026-03-24T17:36:00.698Z Downloaded secrecy v0.10.3
9612026-03-24T17:36:00.703Z Downloaded rustc-hash v2.1.1
9622026-03-24T17:36:00.703Z Downloaded seq-macro v0.3.6
9632026-03-24T17:36:00.703Z Downloaded serde-big-array v0.5.1
9642026-03-24T17:36:00.710Z Downloaded semver v0.1.20
9652026-03-24T17:36:00.710Z Downloaded secrecy v0.8.0
9662026-03-24T17:36:00.710Z Downloaded resolv-conf v0.7.6
9672026-03-24T17:36:00.710Z Downloaded miniz_oxide v0.8.9
9682026-03-24T17:36:00.714Z Downloaded psm v0.1.30
9692026-03-24T17:36:00.714Z Downloaded bytes v1.11.1
9702026-03-24T17:36:00.719Z Downloaded pin-project v1.1.11
9712026-03-24T17:36:00.723Z Downloaded jiff-static v0.2.21
9722026-03-24T17:36:00.727Z Downloaded pin-project-internal v1.1.11
9732026-03-24T17:36:00.730Z Downloaded serde_bytes v0.11.19
9742026-03-24T17:36:00.730Z Downloaded serde_spanned v1.0.4
9752026-03-24T17:36:00.731Z Downloaded serde_repr v0.1.20
9762026-03-24T17:36:00.735Z Downloaded serde_urlencoded v0.7.1
9772026-03-24T17:36:00.735Z Downloaded serde_plain v1.0.2
9782026-03-24T17:36:00.735Z Downloaded sha1 v0.10.6
9792026-03-24T17:36:00.739Z Downloaded quinn-udp v0.5.14
9802026-03-24T17:36:00.739Z Downloaded pem v3.0.6
9812026-03-24T17:36:00.743Z Downloaded signal-hook-mio v0.2.5
9822026-03-24T17:36:00.743Z Downloaded hickory-server v0.25.2
9832026-03-24T17:36:00.746Z Downloaded rustls-pemfile v2.2.0
9842026-03-24T17:36:00.747Z Downloaded shell-words v1.1.1
9852026-03-24T17:36:00.747Z Downloaded pin-project-lite v0.2.17
9862026-03-24T17:36:00.751Z Downloaded password-hash v0.4.2
9872026-03-24T17:36:00.754Z Downloaded rusty-fork v0.3.1
9882026-03-24T17:36:00.754Z Downloaded libbz2-rs-sys v0.2.2
9892026-03-24T17:36:00.758Z Downloaded half v2.7.1
9902026-03-24T17:36:00.758Z Downloaded memmap2 v0.9.10
9912026-03-24T17:36:00.764Z Downloaded litrs v1.0.0
9922026-03-24T17:36:00.764Z Downloaded sigpipe v0.1.3
9932026-03-24T17:36:00.770Z Downloaded signature v2.2.0
9942026-03-24T17:36:00.770Z Downloaded p256 v0.13.2
9952026-03-24T17:36:00.770Z Downloaded hashbrown v0.12.3
9962026-03-24T17:36:00.774Z Downloaded minimal-lexical v0.2.1
9972026-03-24T17:36:00.774Z Downloaded siphasher v1.0.2
9982026-03-24T17:36:00.779Z Downloaded prefix-trie v0.7.0
9992026-03-24T17:36:00.779Z Downloaded sec1 v0.7.3
10002026-03-24T17:36:00.779Z Downloaded slog-envlogger v2.2.0
10012026-03-24T17:36:00.784Z Downloaded signal-hook-tokio v0.3.1
10022026-03-24T17:36:00.784Z Downloaded schemars_derive v0.8.22
10032026-03-24T17:36:00.784Z Downloaded darling_core v0.23.0
10042026-03-24T17:36:00.789Z Downloaded serde_path_to_error v0.1.20
10052026-03-24T17:36:00.790Z Downloaded serde-hex v0.1.0
10062026-03-24T17:36:00.794Z Downloaded russh-keys v0.45.0
10072026-03-24T17:36:00.794Z Downloaded slog-bunyan v2.5.0
10082026-03-24T17:36:00.794Z Downloaded scroll v0.13.0
10092026-03-24T17:36:00.794Z Downloaded libsw v3.5.0
10102026-03-24T17:36:00.799Z Downloaded des v0.8.1
10112026-03-24T17:36:00.799Z Downloaded progenitor-impl v0.10.0
10122026-03-24T17:36:00.799Z Downloaded async-bb8-diesel v0.2.1
10132026-03-24T17:36:00.803Z Downloaded ahash v0.8.12
10142026-03-24T17:36:00.803Z Downloaded bzip2 v0.6.1
10152026-03-24T17:36:00.808Z Downloaded ssh-cipher v0.2.0
10162026-03-24T17:36:00.808Z Downloaded hashbrown v0.13.2
10172026-03-24T17:36:00.812Z Downloaded is-terminal v0.4.17
10182026-03-24T17:36:00.812Z Downloaded derive_more v0.99.20
10192026-03-24T17:36:00.817Z Downloaded derive_builder_core v0.20.2
10202026-03-24T17:36:00.817Z Downloaded crossbeam-epoch v0.9.18
10212026-03-24T17:36:00.817Z Downloaded glob v0.3.3
10222026-03-24T17:36:00.821Z Downloaded globset v0.4.18
10232026-03-24T17:36:00.821Z Downloaded futures-sink v0.3.32
10242026-03-24T17:36:00.821Z Downloaded fixedbitset v0.5.7
10252026-03-24T17:36:00.824Z Downloaded shlex v1.3.0
10262026-03-24T17:36:00.824Z Downloaded rustls-pki-types v1.14.0
10272026-03-24T17:36:00.824Z Downloaded rustls-native-certs v0.8.3
10282026-03-24T17:36:00.829Z Downloaded subtle v2.6.1
10292026-03-24T17:36:00.829Z Downloaded strum v0.26.3
10302026-03-24T17:36:00.834Z Downloaded strum v0.27.2
10312026-03-24T17:36:00.834Z Downloaded structmeta-derive v0.3.0
10322026-03-24T17:36:00.834Z Downloaded structmeta v0.3.0
10332026-03-24T17:36:00.834Z Downloaded sqlparser_derive v0.5.0
10342026-03-24T17:36:00.843Z Downloaded signal-hook-registry v1.4.8
10352026-03-24T17:36:00.843Z Downloaded hyper-util v0.1.20
10362026-03-24T17:36:00.849Z Downloaded rcgen v0.12.1
10372026-03-24T17:36:00.849Z Downloaded http v1.4.0
10382026-03-24T17:36:00.849Z Downloaded sync-ptr v0.1.4
10392026-03-24T17:36:00.849Z Downloaded ssh-encoding v0.2.0
10402026-03-24T17:36:00.849Z Downloaded rustversion v1.0.22
10412026-03-24T17:36:00.853Z Downloaded openssl-sys v0.9.111
10422026-03-24T17:36:00.853Z Downloaded strip-ansi-escapes v0.2.1
10432026-03-24T17:36:00.856Z Downloaded slog-async v2.8.0
10442026-03-24T17:36:00.856Z Downloaded slog-json v2.6.1
10452026-03-24T17:36:00.856Z Downloaded sct v0.7.1
10462026-03-24T17:36:00.860Z Downloaded tabwriter v1.4.1
10472026-03-24T17:36:00.866Z Downloaded tagptr v0.2.0
10482026-03-24T17:36:00.866Z Downloaded termtree v0.5.1
10492026-03-24T17:36:00.866Z Downloaded simd-adler32 v0.3.8
10502026-03-24T17:36:00.869Z Downloaded papergrid v0.17.0
10512026-03-24T17:36:00.869Z Downloaded spki v0.7.3
10522026-03-24T17:36:00.872Z Downloaded itertools v0.10.5
10532026-03-24T17:36:00.876Z Downloaded sync_wrapper v1.0.2
10542026-03-24T17:36:00.876Z Downloaded supports-color v3.0.2
10552026-03-24T17:36:00.879Z Downloaded progenitor-impl v0.13.0
10562026-03-24T17:36:00.879Z Downloaded snafu-derive v0.8.9
10572026-03-24T17:36:00.879Z Downloaded serde_cbor v0.11.2
10582026-03-24T17:36:00.883Z Downloaded sqlformat v0.3.5
10592026-03-24T17:36:00.888Z Downloaded ron v0.8.1
10602026-03-24T17:36:00.893Z Downloaded thiserror-impl-no-std v2.0.2
10612026-03-24T17:36:00.893Z Downloaded tap v1.0.1
10622026-03-24T17:36:00.893Z Downloaded take_mut v0.2.2
10632026-03-24T17:36:00.893Z Downloaded smf v0.2.3
10642026-03-24T17:36:00.893Z Downloaded smallvec v0.6.14
10652026-03-24T17:36:00.897Z Downloaded slog-stdlog v4.1.1
10662026-03-24T17:36:00.897Z Downloaded slog-scope v4.4.1
10672026-03-24T17:36:00.897Z Downloaded slog-dtrace v0.3.0
10682026-03-24T17:36:00.902Z Downloaded serde_derive_internals v0.29.1
10692026-03-24T17:36:00.902Z Downloaded progenitor-impl v0.11.2
10702026-03-24T17:36:00.902Z Downloaded prettyplease v0.2.37
10712026-03-24T17:36:00.906Z Downloaded aes-gcm v0.10.3
10722026-03-24T17:36:00.909Z Downloaded pretty_assertions v1.4.1
10732026-03-24T17:36:00.909Z Downloaded testing_table v0.3.0
10742026-03-24T17:36:00.909Z Downloaded time-core v0.1.8
10752026-03-24T17:36:00.914Z Downloaded strum_macros v0.24.3
10762026-03-24T17:36:00.914Z Downloaded tinyvec_macros v0.1.1
10772026-03-24T17:36:00.914Z Downloaded stacker v0.1.23
10782026-03-24T17:36:00.919Z Downloaded support-bundle-viewer v0.1.2
10792026-03-24T17:36:00.920Z Downloaded base64 v0.22.1
10802026-03-24T17:36:00.924Z Downloaded rustls-platform-verifier v0.6.2
10812026-03-24T17:36:00.924Z Downloaded rustls-pemfile v1.0.4
10822026-03-24T17:36:00.924Z Downloaded rayon-core v1.13.0
10832026-03-24T17:36:00.928Z Downloaded backon v1.6.0
10842026-03-24T17:36:00.949Z Downloaded serde_with_macros v3.17.0
10852026-03-24T17:36:00.949Z Downloaded env_logger v0.11.9
10862026-03-24T17:36:00.949Z Downloaded diesel-dtrace v0.5.0
10872026-03-24T17:36:00.949Z Downloaded tabled_derive v0.11.0
10882026-03-24T17:36:00.949Z Downloaded mio v1.1.1
10892026-03-24T17:36:00.949Z Downloaded string_cache v0.8.9
10902026-03-24T17:36:00.949Z Downloaded clang-sys v1.8.1
10912026-03-24T17:36:00.949Z Downloaded spin v0.9.8
10922026-03-24T17:36:00.954Z Downloaded base64ct v1.8.3
10932026-03-24T17:36:00.954Z Downloaded stringprep v0.1.5
10942026-03-24T17:36:00.954Z Downloaded crossterm v0.28.1
10952026-03-24T17:36:00.958Z Downloaded dropshot-api-manager-types v0.6.0
10962026-03-24T17:36:00.959Z Downloaded filetime v0.2.27
10972026-03-24T17:36:00.959Z Downloaded defmt-macros v1.0.1
10982026-03-24T17:36:00.963Z Downloaded slab v0.4.12
10992026-03-24T17:36:00.964Z Downloaded strum_macros v0.27.2
11002026-03-24T17:36:00.967Z Downloaded git-stub v1.0.0
11012026-03-24T17:36:00.967Z Downloaded gethostname v0.5.0
11022026-03-24T17:36:00.967Z Downloaded dtrace-parser v0.3.0
11032026-03-24T17:36:00.967Z Downloaded dof v0.4.0
11042026-03-24T17:36:00.967Z Downloaded constant_time_eq v0.4.2
11052026-03-24T17:36:00.973Z Downloaded topological-sort v0.2.2
11062026-03-24T17:36:00.973Z Downloaded const-oid v0.9.6
11072026-03-24T17:36:00.978Z Downloaded tower-service v0.3.3
11082026-03-24T17:36:00.978Z Downloaded tower-layer v0.3.3
11092026-03-24T17:36:00.978Z Downloaded thiserror-no-std v2.0.2
11102026-03-24T17:36:00.978Z Downloaded schemars v0.8.22
11112026-03-24T17:36:00.987Z Downloaded termios v0.3.3
11122026-03-24T17:36:00.990Z Downloaded slog-term v2.9.2
11132026-03-24T17:36:00.990Z Downloaded publicsuffix v2.3.0
11142026-03-24T17:36:01.003Z Downloaded thread-id v5.1.0
11152026-03-24T17:36:01.003Z Downloaded quinn v0.11.9
11162026-03-24T17:36:01.006Z Downloaded time-macros v0.2.27
11172026-03-24T17:36:01.006Z Downloaded rand v0.8.5
11182026-03-24T17:36:01.006Z Downloaded try-lock v0.2.5
11192026-03-24T17:36:01.006Z Downloaded trait-variant v0.1.2
11202026-03-24T17:36:01.006Z Downloaded tokio-native-tls v0.3.1
11212026-03-24T17:36:01.006Z Downloaded ryu v1.0.23
11222026-03-24T17:36:01.006Z Downloaded libxml v0.3.3
11232026-03-24T17:36:01.011Z Downloaded tokio-dtrace v0.1.1
11242026-03-24T17:36:01.015Z Downloaded num-bigint v0.4.6
11252026-03-24T17:36:01.019Z Downloaded iddqd v0.3.17
11262026-03-24T17:36:01.023Z Downloaded crossterm v0.29.0
11272026-03-24T17:36:01.028Z Downloaded usdt-attr-macro v0.6.0
11282026-03-24T17:36:01.032Z Downloaded untrusted v0.9.0
11292026-03-24T17:36:01.032Z Downloaded itertools v0.12.1
11302026-03-24T17:36:01.037Z Downloaded thread_local v1.1.9
11312026-03-24T17:36:01.041Z Downloaded typify-macro v0.6.1
11322026-03-24T17:36:01.041Z Downloaded typify-macro v0.4.3
11332026-03-24T17:36:01.041Z Downloaded nom v7.1.3
11342026-03-24T17:36:01.047Z Downloaded tokio-rustls v0.25.0
11352026-03-24T17:36:01.047Z Downloaded tokio-tungstenite v0.21.0
11362026-03-24T17:36:01.051Z Downloaded toml_writer v1.0.6+spec-1.1.0
11372026-03-24T17:36:01.051Z Downloaded usdt v0.6.0
11382026-03-24T17:36:01.051Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11392026-03-24T17:36:01.051Z Downloaded tokio-tungstenite v0.23.1
11402026-03-24T17:36:01.051Z Downloaded signal-hook v0.3.18
11412026-03-24T17:36:01.056Z Downloaded utf-8 v0.7.6
11422026-03-24T17:36:01.056Z Downloaded unit-prefix v0.5.2
11432026-03-24T17:36:01.060Z Downloaded tokio-macros v2.6.0
11442026-03-24T17:36:01.060Z Downloaded untrusted v0.7.1
11452026-03-24T17:36:01.060Z Downloaded tls_codec_derive v0.4.2
11462026-03-24T17:36:01.060Z Downloaded tls_codec v0.4.2
11472026-03-24T17:36:01.065Z Downloaded strum_macros v0.26.4
11482026-03-24T17:36:01.065Z Downloaded slog v2.8.2
11492026-03-24T17:36:01.071Z Downloaded similar v2.7.0
11502026-03-24T17:36:01.077Z Downloaded schemars v0.9.0
11512026-03-24T17:36:01.082Z Downloaded void v1.0.2
11522026-03-24T17:36:01.082Z Downloaded unicode-truncate v1.1.0
11532026-03-24T17:36:01.082Z Downloaded term v1.2.1
11542026-03-24T17:36:01.089Z Downloaded subprocess v0.2.15
11552026-03-24T17:36:01.089Z Downloaded tui-tree-widget v0.23.1
11562026-03-24T17:36:01.095Z Downloaded want v0.3.1
11572026-03-24T17:36:01.095Z Downloaded futures-util v0.3.32
11582026-03-24T17:36:01.101Z Downloaded tar v0.4.44
11592026-03-24T17:36:01.108Z Downloaded unicase v2.9.0
11602026-03-24T17:36:01.108Z Downloaded rsa v0.9.10
11612026-03-24T17:36:01.108Z Downloaded socket2 v0.5.10
11622026-03-24T17:36:01.112Z Downloaded rand v0.9.2
11632026-03-24T17:36:01.112Z Downloaded wait-timeout v0.2.1
11642026-03-24T17:36:01.112Z Downloaded h2 v0.4.13
11652026-03-24T17:36:01.117Z Downloaded libm v0.2.16
11662026-03-24T17:36:01.125Z Downloaded tokio-rustls v0.26.4
11672026-03-24T17:36:01.130Z Downloaded usdt-macro v0.6.0
11682026-03-24T17:36:01.130Z Downloaded usdt-impl v0.6.0
11692026-03-24T17:36:01.130Z Downloaded socket2 v0.6.2
11702026-03-24T17:36:01.130Z Downloaded waitgroup v0.1.2
11712026-03-24T17:36:01.138Z Downloaded uzers v0.12.2
11722026-03-24T17:36:01.138Z Downloaded zeroize_derive v1.4.3
11732026-03-24T17:36:01.138Z Downloaded serde_yaml v0.9.34+deprecated
11742026-03-24T17:36:01.143Z Downloaded hyper v1.8.1
11752026-03-24T17:36:01.143Z Downloaded vergen-lib v0.1.6
11762026-03-24T17:36:01.143Z Downloaded num-bigint-dig v0.8.6
11772026-03-24T17:36:01.148Z Downloaded universal-hash v0.5.1
11782026-03-24T17:36:01.148Z Downloaded rustls-webpki v0.103.9
11792026-03-24T17:36:01.157Z Downloaded xshell-macros v0.2.7
11802026-03-24T17:36:01.157Z Downloaded xattr v1.6.1
11812026-03-24T17:36:01.157Z Downloaded schemars v1.2.1
11822026-03-24T17:36:01.162Z Downloaded zone v0.3.1
11832026-03-24T17:36:01.173Z Downloaded vsss-rs v3.3.4
11842026-03-24T17:36:01.173Z Downloaded tokio-rustls v0.24.1
11852026-03-24T17:36:01.173Z Downloaded term v0.7.0
11862026-03-24T17:36:01.180Z Downloaded zone_cfg_derive v0.3.1
11872026-03-24T17:36:01.180Z Downloaded vergen-git2 v1.0.7
11882026-03-24T17:36:01.180Z Downloaded toml_parser v1.0.9+spec-1.1.0
11892026-03-24T17:36:01.180Z Downloaded qorb v0.4.1
11902026-03-24T17:36:01.180Z Downloaded tokio-stream v0.1.18
11912026-03-24T17:36:01.185Z Downloaded rand v0.10.0
11922026-03-24T17:36:01.185Z Downloaded test-strategy v0.4.5
11932026-03-24T17:36:01.198Z Downloaded whoami v1.6.1
11942026-03-24T17:36:01.198Z Downloaded snafu v0.8.9
11952026-03-24T17:36:01.209Z Downloaded hkdf v0.12.4
11962026-03-24T17:36:01.209Z Downloaded wyz v0.5.1
11972026-03-24T17:36:01.209Z Downloaded itertools v0.14.0
11982026-03-24T17:36:01.209Z Downloaded toml v0.7.8
11992026-03-24T17:36:01.209Z Downloaded p521 v0.13.3
12002026-03-24T17:36:01.214Z Downloaded walkdir v2.5.0
12012026-03-24T17:36:01.214Z Downloaded twox-hash v2.1.2
12022026-03-24T17:36:01.214Z Downloaded zeroize v1.8.2
12032026-03-24T17:36:01.214Z Downloaded toml v0.9.12+spec-1.1.0
12042026-03-24T17:36:01.214Z Downloaded samael v0.0.19
12052026-03-24T17:36:01.222Z Downloaded unicode-properties v0.1.4
12062026-03-24T17:36:01.238Z Downloaded steno v0.4.1
12072026-03-24T17:36:01.238Z Downloaded xz2 v0.1.7
12082026-03-24T17:36:01.238Z Downloaded vergen-gitcl v1.0.8
12092026-03-24T17:36:01.238Z Downloaded tinyvec v1.10.0
12102026-03-24T17:36:01.239Z Downloaded hashbrown v0.15.5
12112026-03-24T17:36:01.248Z Downloaded rustyline v14.0.0
12122026-03-24T17:36:01.248Z Downloaded vergen v9.0.6
12132026-03-24T17:36:01.248Z Downloaded typify v0.4.3
12142026-03-24T17:36:01.248Z Downloaded zstd v0.13.3
12152026-03-24T17:36:01.248Z Downloaded iri-string v0.7.10
12162026-03-24T17:36:01.252Z Downloaded typify v0.6.1
12172026-03-24T17:36:01.252Z Downloaded tiny-keccak v2.0.2
12182026-03-24T17:36:01.252Z Downloaded itertools v0.13.0
12192026-03-24T17:36:01.257Z Downloaded yasna v0.5.2
12202026-03-24T17:36:01.267Z Downloaded unicode-bidi v0.3.18
12212026-03-24T17:36:01.267Z Downloaded tracing-attributes v0.1.31
12222026-03-24T17:36:01.285Z Downloaded unarray v0.1.4
12232026-03-24T17:36:01.285Z Downloaded russh v0.45.0
12242026-03-24T17:36:01.286Z Downloaded uuid v1.21.0
12252026-03-24T17:36:01.286Z Downloaded bitvec v1.0.1
12262026-03-24T17:36:01.294Z Downloaded static_assertions v1.1.0
12272026-03-24T17:36:01.294Z Downloaded aws-lc-rs v1.16.0
12282026-03-24T17:36:01.294Z Downloaded xshell v0.2.7
12292026-03-24T17:36:01.298Z Downloaded zerocopy v0.6.6
12302026-03-24T17:36:01.298Z Downloaded tungstenite v0.23.0
12312026-03-24T17:36:01.298Z Downloaded zstd-safe v7.2.4
12322026-03-24T17:36:01.299Z Downloaded tungstenite v0.21.0
12332026-03-24T17:36:01.306Z Downloaded unsafe-libyaml v0.2.11
12342026-03-24T17:36:01.306Z Downloaded tracing-core v0.1.36
12352026-03-24T17:36:01.313Z Downloaded camino-tempfile-ext v0.3.3
12362026-03-24T17:36:01.313Z Downloaded bitflags v1.3.2
12372026-03-24T17:36:01.313Z Downloaded ed25519-dalek v2.2.0
12382026-03-24T17:36:01.313Z Downloaded whoami v2.1.0
12392026-03-24T17:36:01.318Z Downloaded rpassword v7.4.0
12402026-03-24T17:36:01.318Z Downloaded ron v0.12.0
12412026-03-24T17:36:01.321Z Downloaded vte v0.14.1
12422026-03-24T17:36:01.321Z Downloaded toml_edit v0.23.10+spec-1.0.0
12432026-03-24T17:36:01.325Z Downloaded colored v3.1.1
12442026-03-24T17:36:01.325Z Downloaded cmake v0.1.57
12452026-03-24T17:36:01.331Z Downloaded data-encoding v2.10.0
12462026-03-24T17:36:01.331Z Downloaded crucible-workspace-hack v0.1.0
12472026-03-24T17:36:01.331Z Downloaded diff v0.1.13
12482026-03-24T17:36:01.339Z Downloaded ssh-key v0.6.7
12492026-03-24T17:36:01.347Z Downloaded blake3 v1.8.3
12502026-03-24T17:36:01.359Z Downloaded zopfli v0.8.3
12512026-03-24T17:36:01.359Z Downloaded reedline v0.40.0
12522026-03-24T17:36:01.372Z Downloaded tokio-postgres v0.7.16
12532026-03-24T17:36:01.372Z Downloaded reqwest v0.12.28
12542026-03-24T17:36:01.372Z Downloaded yansi v1.0.1
12552026-03-24T17:36:01.377Z Downloaded zip v0.6.6
12562026-03-24T17:36:01.377Z Downloaded bindgen v0.71.1
12572026-03-24T17:36:01.385Z Downloaded toml_edit v0.19.15
12582026-03-24T17:36:01.394Z Downloaded git2 v0.20.4
12592026-03-24T17:36:01.398Z Downloaded p384 v0.13.1
12602026-03-24T17:36:01.408Z Downloaded chrono v0.4.44
12612026-03-24T17:36:01.431Z Downloaded salty v0.3.0
12622026-03-24T17:36:01.436Z Downloaded reqwest v0.13.2
12632026-03-24T17:36:01.436Z Downloaded x509-cert v0.2.5
12642026-03-24T17:36:01.441Z Downloaded rustls-webpki v0.101.7
12652026-03-24T17:36:01.451Z Downloaded zerocopy-derive v0.8.40
12662026-03-24T17:36:01.460Z Downloaded rayon v1.11.0
12672026-03-24T17:36:01.464Z Downloaded unicode_categories v0.1.1
12682026-03-24T17:36:01.464Z Downloaded portable-atomic v1.13.1
12692026-03-24T17:36:01.469Z Downloaded unicode-normalization v0.1.25
12702026-03-24T17:36:01.476Z Downloaded regex v1.12.3
12712026-03-24T17:36:01.481Z Downloaded lalrpop v0.19.12
12722026-03-24T17:36:01.485Z Downloaded tokio-util v0.7.18
12732026-03-24T17:36:01.492Z Downloaded zip v4.6.1
12742026-03-24T17:36:01.497Z Downloaded tower v0.5.3
12752026-03-24T17:36:01.504Z Downloaded typed-path v0.9.3
12762026-03-24T17:36:01.512Z Downloaded goblin v0.10.5
12772026-03-24T17:36:01.512Z Downloaded proptest v1.10.0
12782026-03-24T17:36:01.518Z Downloaded quick-xml v0.37.5
12792026-03-24T17:36:01.522Z Downloaded moka v0.12.13
12802026-03-24T17:36:01.543Z Downloaded petname v2.0.2
12812026-03-24T17:36:01.554Z Downloaded unicode-segmentation v1.12.0
12822026-03-24T17:36:01.558Z Downloaded curve25519-dalek v4.1.3
12832026-03-24T17:36:01.564Z Downloaded winnow v0.5.40
12842026-03-24T17:36:01.575Z Downloaded rustls-webpki v0.102.8
12852026-03-24T17:36:01.586Z Downloaded tower-http v0.6.8
12862026-03-24T17:36:01.593Z Downloaded tough v0.20.0
12872026-03-24T17:36:01.601Z Downloaded serde_with v3.17.0
12882026-03-24T17:36:01.606Z Downloaded bstr v1.12.1
12892026-03-24T17:36:01.625Z Downloaded quinn-proto v0.11.13
12902026-03-24T17:36:01.632Z Downloaded object v0.30.4
12912026-03-24T17:36:01.643Z Downloaded tabled v0.20.0
12922026-03-24T17:36:01.653Z Downloaded nix v0.28.0
12932026-03-24T17:36:01.663Z Downloaded winnow v0.6.26
12942026-03-24T17:36:01.668Z Downloaded radix_trie v0.2.1
12952026-03-24T17:36:01.673Z Downloaded openssl v0.10.75
12962026-03-24T17:36:01.682Z Downloaded vcpkg v0.2.15
12972026-03-24T17:36:01.710Z Downloaded regex-syntax v0.6.29
12982026-03-24T17:36:01.717Z Downloaded hickory-proto v0.24.4
12992026-03-24T17:36:01.727Z Downloaded webpki-roots v1.0.6
13002026-03-24T17:36:01.732Z Downloaded polar-core v0.27.3
13012026-03-24T17:36:01.739Z Downloaded nix v0.27.1
13022026-03-24T17:36:01.743Z Downloaded smoltcp v0.11.0
13032026-03-24T17:36:01.754Z Downloaded time v0.3.47
13042026-03-24T17:36:01.764Z Downloaded nix v0.29.0
13052026-03-24T17:36:01.769Z Downloaded zerocopy v0.8.40
13062026-03-24T17:36:01.773Z Downloaded hickory-proto v0.25.2
13072026-03-24T17:36:01.791Z Downloaded smoltcp v0.9.1
13082026-03-24T17:36:01.796Z Downloaded zlib-rs v0.6.2
13092026-03-24T17:36:01.800Z Downloaded rustls v0.21.12
13102026-03-24T17:36:01.808Z Downloaded dropshot v0.16.7
13112026-03-24T17:36:01.824Z Downloaded nix v0.31.1
13122026-03-24T17:36:01.842Z Downloaded rustls v0.22.4
13132026-03-24T17:36:01.853Z Downloaded regress v0.10.5
13142026-03-24T17:36:01.859Z Downloaded openapiv3 v2.2.0
13152026-03-24T17:36:01.869Z Downloaded regex-syntax v0.8.10
13162026-03-24T17:36:01.874Z Downloaded diesel v2.3.7
13172026-03-24T17:36:01.903Z Downloaded rustls v0.23.37
13182026-03-24T17:36:01.912Z Downloaded rustix v0.38.44
13192026-03-24T17:36:01.916Z Downloaded object v0.37.3
13202026-03-24T17:36:01.924Z Downloaded typify-impl v0.6.1
13212026-03-24T17:36:01.934Z Downloaded tracing v0.1.44
13222026-03-24T17:36:01.952Z Downloaded typify-impl v0.4.3
13232026-03-24T17:36:01.969Z Downloaded bzip2-sys v0.1.13+1.0.8
13242026-03-24T17:36:01.975Z Downloaded sqlparser v0.61.0
13252026-03-24T17:36:01.981Z Downloaded sled v0.34.7
13262026-03-24T17:36:01.999Z Downloaded ratatui v0.29.0
13272026-03-24T17:36:02.032Z Downloaded zerocopy-derive v0.6.6
13282026-03-24T17:36:02.042Z Downloaded petgraph v0.6.5
13292026-03-24T17:36:02.054Z Downloaded regex-automata v0.4.14
13302026-03-24T17:36:02.064Z Downloaded chrono-tz v0.10.4
13312026-03-24T17:36:02.082Z Downloaded lzma-sys v0.1.20
13322026-03-24T17:36:02.102Z Downloaded jiff v0.2.21
13332026-03-24T17:36:02.113Z Downloaded petgraph v0.8.3
13342026-03-24T17:36:02.138Z Downloaded libz-sys v1.1.24
13352026-03-24T17:36:02.157Z Downloaded csv v1.4.0
13362026-03-24T17:36:02.170Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13372026-03-24T17:36:02.181Z Downloaded sha3 v0.10.8
13382026-03-24T17:36:02.185Z Downloaded tokio v1.49.0
13392026-03-24T17:36:02.248Z Downloaded encoding_rs v0.8.35
13402026-03-24T17:36:02.332Z Downloaded ring v0.17.14
13412026-03-24T17:36:02.393Z Downloaded libgit2-sys v0.18.3+1.9.2
13422026-03-24T17:36:03.025Z Downloaded aws-lc-sys v0.37.1
13432026-03-24T17:36:03.351Z Compiling libc v0.2.180
13442026-03-24T17:36:03.354Z Compiling serde v1.0.228
13452026-03-24T17:36:03.354Z Compiling log v0.4.29
13462026-03-24T17:36:03.354Z Compiling shlex v1.3.0
13472026-03-24T17:36:03.544Z Compiling find-msvc-tools v0.1.9
13482026-03-24T17:36:03.560Z Compiling smallvec v1.15.1
13492026-03-24T17:36:03.578Z Compiling syn v2.0.117
13502026-03-24T17:36:03.596Z Compiling typenum v1.19.0
13512026-03-24T17:36:03.854Z Compiling generic-array v0.14.7
13522026-03-24T17:36:03.898Z Compiling subtle v2.6.1
13532026-03-24T17:36:03.992Z Compiling scopeguard v1.2.0
13542026-03-24T17:36:04.048Z Compiling portable-atomic v1.13.1
13552026-03-24T17:36:04.072Z Compiling const-oid v0.9.6
13562026-03-24T17:36:04.135Z Compiling lock_api v0.4.14
13572026-03-24T17:36:04.155Z Compiling critical-section v1.2.0
13582026-03-24T17:36:04.192Z Compiling zerocopy v0.8.40
13592026-03-24T17:36:04.307Z Compiling serde_json v1.0.149
13602026-03-24T17:36:04.465Z Compiling parking_lot_core v0.9.12
13612026-03-24T17:36:04.547Z Compiling pin-project-lite v0.2.17
13622026-03-24T17:36:04.804Z Compiling pkg-config v0.3.32
13632026-03-24T17:36:04.825Z Compiling bitflags v2.11.0
13642026-03-24T17:36:04.919Z Compiling getrandom v0.2.17
13652026-03-24T17:36:05.071Z Compiling jobserver v0.1.34
13662026-03-24T17:36:05.152Z Compiling rand_core v0.6.4
13672026-03-24T17:36:05.250Z Compiling errno v0.3.14
13682026-03-24T17:36:05.449Z Compiling cc v1.2.56
13692026-03-24T17:36:05.504Z Compiling once_cell v1.21.3
13702026-03-24T17:36:05.524Z Compiling signal-hook-registry v1.4.8
13712026-03-24T17:36:05.588Z Compiling parking_lot v0.12.5
13722026-03-24T17:36:05.609Z Compiling mio v1.1.1
13732026-03-24T17:36:05.659Z Compiling libm v0.2.16
13742026-03-24T17:36:05.779Z Compiling num-traits v0.2.19
13752026-03-24T17:36:05.891Z Compiling futures-core v0.3.32
13762026-03-24T17:36:06.088Z Compiling socket2 v0.6.2
13772026-03-24T17:36:06.128Z Compiling percent-encoding v2.3.2
13782026-03-24T17:36:06.211Z Compiling allocator-api2 v0.2.21
13792026-03-24T17:36:06.277Z Compiling futures-sink v0.3.32
13802026-03-24T17:36:06.374Z Compiling foldhash v0.2.0
13812026-03-24T17:36:06.406Z Compiling cpufeatures v0.2.17
13822026-03-24T17:36:06.425Z Compiling futures-channel v0.3.32
13832026-03-24T17:36:06.500Z Compiling getrandom v0.4.1
13842026-03-24T17:36:06.661Z Compiling hashbrown v0.16.1
13852026-03-24T17:36:06.683Z Compiling futures-task v0.3.32
13862026-03-24T17:36:06.701Z Compiling futures-io v0.3.32
13872026-03-24T17:36:06.729Z Compiling slab v0.4.12
13882026-03-24T17:36:06.907Z Compiling rustversion v1.0.22
13892026-03-24T17:36:06.926Z Compiling getrandom v0.3.4
13902026-03-24T17:36:06.967Z Compiling rand_core v0.10.0
13912026-03-24T17:36:06.987Z Compiling cmake v0.1.57
13922026-03-24T17:36:07.455Z Compiling indexmap v2.13.0
13932026-03-24T17:36:07.544Z Compiling form_urlencoded v1.2.2
13942026-03-24T17:36:07.676Z Compiling fs_extra v1.3.0
13952026-03-24T17:36:07.728Z Compiling ident_case v1.0.1
13962026-03-24T17:36:07.765Z Compiling base64ct v1.8.3
13972026-03-24T17:36:07.851Z Compiling synstructure v0.13.2
13982026-03-24T17:36:08.032Z Compiling dunce v1.0.5
13992026-03-24T17:36:08.141Z Compiling pem-rfc7468 v0.7.0
14002026-03-24T17:36:08.162Z Compiling aws-lc-sys v0.37.1
14012026-03-24T17:36:08.181Z Compiling flagset v0.4.7
14022026-03-24T17:36:08.308Z Compiling rand_core v0.9.5
14032026-03-24T17:36:08.328Z Compiling iana-time-zone v0.1.65
14042026-03-24T17:36:08.348Z Compiling rustix v1.1.3
14052026-03-24T17:36:08.366Z Compiling ring v0.17.14
14062026-03-24T17:36:08.536Z Compiling uuid v1.21.0
14072026-03-24T17:36:08.581Z Compiling rustc_version v0.4.1
14082026-03-24T17:36:08.648Z Compiling vcpkg v0.2.15
14092026-03-24T17:36:08.670Z Compiling aws-lc-rs v1.16.0
14102026-03-24T17:36:09.061Z Compiling regex-syntax v0.8.10
14112026-03-24T17:36:09.101Z Compiling tracing-core v0.1.36
14122026-03-24T17:36:09.491Z Compiling crossbeam-utils v0.8.21
14132026-03-24T17:36:09.681Z Compiling openssl-sys v0.9.111
14142026-03-24T17:36:09.873Z Compiling pest_generator v2.8.6
14152026-03-24T17:36:09.897Z Compiling serde_derive_internals v0.29.1
14162026-03-24T17:36:10.429Z Compiling untrusted v0.9.0
14172026-03-24T17:36:10.463Z Compiling serde_derive v1.0.228
14182026-03-24T17:36:10.582Z Compiling zeroize_derive v1.4.3
14192026-03-24T17:36:10.770Z Compiling zerofrom-derive v0.1.6
14202026-03-24T17:36:10.819Z Compiling yoke-derive v0.8.1
14212026-03-24T17:36:11.130Z Compiling zerocopy-derive v0.8.40
14222026-03-24T17:36:11.431Z Compiling zeroize v1.8.2
14232026-03-24T17:36:12.309Z Compiling zerovec-derive v0.11.2
14242026-03-24T17:36:12.390Z Compiling displaydoc v0.2.5
14252026-03-24T17:36:12.473Z Compiling crypto-common v0.1.7
14262026-03-24T17:36:12.653Z Compiling block-buffer v0.10.4
14272026-03-24T17:36:12.689Z Compiling zerofrom v0.1.6
14282026-03-24T17:36:12.849Z Compiling yoke v0.8.1
14292026-03-24T17:36:12.867Z Compiling digest v0.10.7
14302026-03-24T17:36:13.089Z Compiling tokio-macros v2.6.0
14312026-03-24T17:36:13.184Z Compiling hmac v0.12.1
14322026-03-24T17:36:13.244Z Compiling futures-macro v0.3.32
14332026-03-24T17:36:13.359Z Compiling zerotrie v0.2.3
14342026-03-24T17:36:13.385Z Compiling block-padding v0.3.3
14352026-03-24T17:36:13.588Z Compiling inout v0.1.4
14362026-03-24T17:36:13.748Z Compiling sha2 v0.10.9
14372026-03-24T17:36:13.864Z Compiling cipher v0.4.4
14382026-03-24T17:36:13.867Z Compiling zerovec v0.11.5
14392026-03-24T17:36:14.103Z Compiling der_derive v0.7.3
14402026-03-24T17:36:14.238Z Compiling salsa20 v0.10.2
14412026-03-24T17:36:14.335Z Compiling futures-util v0.3.32
14422026-03-24T17:36:14.425Z Compiling pbkdf2 v0.12.2
14432026-03-24T17:36:14.575Z Compiling tinystr v0.8.2
14442026-03-24T17:36:14.615Z Compiling potential_utf v0.1.4
14452026-03-24T17:36:14.830Z Compiling icu_locale_core v2.1.1
14462026-03-24T17:36:14.859Z Compiling icu_collections v2.1.1
14472026-03-24T17:36:15.295Z Compiling bytes v1.11.1
14482026-03-24T17:36:15.404Z Compiling der v0.7.10
14492026-03-24T17:36:15.499Z Compiling chrono v0.4.44
14502026-03-24T17:36:15.665Z Compiling thiserror-impl v2.0.18
14512026-03-24T17:36:16.068Z Compiling tokio v1.49.0
14522026-03-24T17:36:16.128Z Compiling icu_provider v2.1.1
14532026-03-24T17:36:16.508Z Compiling icu_properties v2.1.2
14542026-03-24T17:36:17.063Z Compiling icu_normalizer v2.1.1
14552026-03-24T17:36:17.385Z Compiling ppv-lite86 v0.2.21
14562026-03-24T17:36:17.444Z Compiling spki v0.7.3
14572026-03-24T17:36:17.484Z Compiling http v1.4.0
14582026-03-24T17:36:17.561Z Compiling thiserror v2.0.18
14592026-03-24T17:36:17.692Z Compiling scrypt v0.11.0
14602026-03-24T17:36:17.711Z Compiling idna_adapter v1.2.1
14612026-03-24T17:36:17.774Z Compiling cbc v0.1.2
14622026-03-24T17:36:17.827Z Compiling rand_chacha v0.9.0
14632026-03-24T17:36:17.880Z Compiling idna v1.1.0
14642026-03-24T17:36:17.959Z Compiling aes v0.8.4
14652026-03-24T17:36:18.016Z Compiling rustls-pki-types v1.14.0
14662026-03-24T17:36:18.049Z Compiling tracing-attributes v0.1.31
14672026-03-24T17:36:18.626Z Compiling url v2.5.8
14682026-03-24T17:36:18.721Z Compiling pkcs5 v0.7.1
14692026-03-24T17:36:18.757Z Compiling http-body v1.0.1
14702026-03-24T17:36:18.757Z Compiling rand v0.9.2
14712026-03-24T17:36:18.949Z Compiling httparse v1.10.1
14722026-03-24T17:36:19.385Z Compiling untrusted v0.7.1
14732026-03-24T17:36:19.389Z Compiling syn v1.0.109
14742026-03-24T17:36:19.424Z Compiling schemars v0.8.22
14752026-03-24T17:36:19.544Z Compiling base64 v0.22.1
14762026-03-24T17:36:19.676Z Compiling openssl-probe v0.2.1
14772026-03-24T17:36:19.817Z Compiling pkcs8 v0.10.2
14782026-03-24T17:36:19.857Z Compiling schemars_derive v0.8.22
14792026-03-24T17:36:19.899Z Compiling pest_derive v2.8.6
14802026-03-24T17:36:19.919Z Compiling tracing v0.1.44
14812026-03-24T17:36:19.967Z Compiling scroll_derive v0.13.1
14822026-03-24T17:36:20.263Z Compiling darling_core v0.20.11
14832026-03-24T17:36:20.432Z Compiling try-lock v0.2.5
14842026-03-24T17:36:20.569Z Compiling tinyvec_macros v0.1.1
14852026-03-24T17:36:20.659Z Compiling rustls v0.23.37
14862026-03-24T17:36:20.872Z Compiling atomic-waker v1.1.2
14872026-03-24T17:36:20.894Z Compiling tower-service v0.3.3
14882026-03-24T17:36:21.014Z Compiling dyn-clone v1.0.20
14892026-03-24T17:36:21.032Z Compiling tower-layer v0.3.3
14902026-03-24T17:36:21.036Z Compiling scroll v0.13.0
14912026-03-24T17:36:21.184Z Compiling tokio-util v0.7.18
14922026-03-24T17:36:21.235Z Compiling tinyvec v1.10.0
14932026-03-24T17:36:21.395Z Compiling want v0.3.1
14942026-03-24T17:36:22.085Z Compiling ipnet v2.11.0
14952026-03-24T17:36:22.279Z Compiling h2 v0.4.13
14962026-03-24T17:36:22.601Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14972026-03-24T17:36:22.759Z Compiling spin v0.9.8
14982026-03-24T17:36:23.028Z Compiling aho-corasick v1.1.4
14992026-03-24T17:36:23.099Z Compiling openssl v0.10.75
15002026-03-24T17:36:23.340Z Compiling httpdate v1.0.3
15012026-03-24T17:36:23.397Z Compiling num-conv v0.2.0
15022026-03-24T17:36:23.516Z Compiling darling_macro v0.20.11
15032026-03-24T17:36:23.570Z Compiling crc32fast v1.5.0
15042026-03-24T17:36:23.623Z Compiling time-core v0.1.8
15052026-03-24T17:36:23.851Z Compiling powerfmt v0.2.0
15062026-03-24T17:36:23.963Z Compiling foreign-types-shared v0.1.1
15072026-03-24T17:36:24.013Z Compiling pin-utils v0.1.0
15082026-03-24T17:36:24.072Z Compiling foreign-types v0.3.2
15092026-03-24T17:36:24.105Z Compiling deranged v0.5.8
15102026-03-24T17:36:24.145Z Compiling darling v0.20.11
15112026-03-24T17:36:24.163Z Compiling time-macros v0.2.27
15122026-03-24T17:36:24.185Z Compiling tempfile v3.25.0
15132026-03-24T17:36:24.247Z Compiling regex-automata v0.4.14
15142026-03-24T17:36:25.464Z Compiling goblin v0.10.5
15152026-03-24T17:36:25.484Z Compiling thiserror-impl v1.0.69
15162026-03-24T17:36:25.630Z Compiling openssl-macros v0.1.1
15172026-03-24T17:36:26.832Z Compiling hyper v1.8.1
15182026-03-24T17:36:27.180Z Compiling wait-timeout v0.2.1
15192026-03-24T17:36:27.298Z Compiling usdt-impl v0.6.0
15202026-03-24T17:36:27.518Z Compiling num_threads v0.1.7
15212026-03-24T17:36:27.551Z Compiling either v1.15.0
15222026-03-24T17:36:27.639Z Compiling native-tls v0.2.18
15232026-03-24T17:36:27.706Z Compiling siphasher v1.0.2
15242026-03-24T17:36:27.819Z Compiling bit-vec v0.8.0
15252026-03-24T17:36:27.887Z Compiling quick-error v1.2.3
15262026-03-24T17:36:27.952Z Compiling simd-adler32 v0.3.8
15272026-03-24T17:36:28.018Z Compiling rusty-fork v0.3.1
15282026-03-24T17:36:28.119Z Compiling bit-set v0.8.0
15292026-03-24T17:36:28.287Z Compiling hyper-util v0.1.20
15302026-03-24T17:36:28.354Z Compiling time v0.3.47
15312026-03-24T17:36:28.466Z Compiling thiserror v1.0.69
15322026-03-24T17:36:29.000Z Compiling derive_builder_core v0.20.2
15332026-03-24T17:36:30.094Z Compiling dof v0.4.0
15342026-03-24T17:36:30.438Z Compiling unicode-normalization v0.1.25
15352026-03-24T17:36:30.565Z Compiling crossbeam-epoch v0.9.18
15362026-03-24T17:36:30.697Z Compiling dtrace-parser v0.3.0
15372026-03-24T17:36:31.004Z Compiling rustls-native-certs v0.8.3
15382026-03-24T17:36:31.048Z Compiling signature v2.2.0
15392026-03-24T17:36:31.265Z Compiling scroll_derive v0.12.1
15402026-03-24T17:36:31.379Z Compiling heapless v0.7.17
15412026-03-24T17:36:31.506Z Compiling rand_xorshift v0.4.0
15422026-03-24T17:36:31.677Z Compiling slog v2.8.2
15432026-03-24T17:36:31.707Z Compiling darling_core v0.21.3
15442026-03-24T17:36:31.727Z Compiling bzip2-sys v0.1.13+1.0.8
15452026-03-24T17:36:31.747Z Compiling sync_wrapper v1.0.2
15462026-03-24T17:36:31.880Z Compiling thread-id v5.1.0
15472026-03-24T17:36:31.907Z Compiling cookie v0.18.1
15482026-03-24T17:36:31.984Z Compiling signal-hook v0.3.18
15492026-03-24T17:36:32.074Z Compiling anyhow v1.0.102
15502026-03-24T17:36:32.125Z Compiling unarray v0.1.4
15512026-03-24T17:36:32.145Z Compiling unicode-segmentation v1.12.0
15522026-03-24T17:36:32.197Z Compiling paste v1.0.15
15532026-03-24T17:36:32.263Z Compiling adler2 v2.0.1
15542026-03-24T17:36:32.430Z Compiling rayon-core v1.13.0
15552026-03-24T17:36:32.468Z Compiling unicode-properties v0.1.4
15562026-03-24T17:36:32.536Z Compiling unicode-bidi v0.3.18
15572026-03-24T17:36:32.648Z Compiling zstd-safe v7.2.4
15582026-03-24T17:36:32.755Z Compiling miniz_oxide v0.8.9
15592026-03-24T17:36:32.855Z Compiling proptest v1.10.0
15602026-03-24T17:36:32.950Z Compiling stringprep v0.1.5
15612026-03-24T17:36:33.034Z Compiling scroll v0.12.0
15622026-03-24T17:36:33.406Z Compiling tower v0.5.3
15632026-03-24T17:36:33.636Z Compiling crossbeam-deque v0.8.6
15642026-03-24T17:36:33.848Z Compiling derive_builder_macro v0.20.2
15652026-03-24T17:36:33.919Z Compiling ipnetwork v0.21.1
15662026-03-24T17:36:34.037Z Compiling http-body-util v0.1.3
15672026-03-24T17:36:34.056Z Compiling webpki-roots v1.0.6
15682026-03-24T17:36:34.096Z Compiling rand_chacha v0.3.1
15692026-03-24T17:36:34.212Z Compiling erased-serde v0.3.31
15702026-03-24T17:36:34.336Z Compiling serde_tokenstream v0.2.3
15712026-03-24T17:36:34.445Z Compiling toml_datetime v0.6.11
15722026-03-24T17:36:34.465Z Compiling serde_spanned v0.6.9
15732026-03-24T17:36:34.653Z Compiling md-5 v0.10.6
15742026-03-24T17:36:34.755Z Compiling zerocopy-derive v0.7.35
15752026-03-24T17:36:34.790Z Compiling curve25519-dalek v4.1.3
15762026-03-24T17:36:34.868Z Compiling vergen-lib v0.1.6
15772026-03-24T17:36:34.964Z Compiling num-integer v0.1.46
15782026-03-24T17:36:35.094Z Compiling hash32 v0.2.1
15792026-03-24T17:36:35.144Z Compiling ff v0.13.1
15802026-03-24T17:36:35.208Z Compiling memoffset v0.9.1
15812026-03-24T17:36:35.316Z Compiling litrs v1.0.0
15822026-03-24T17:36:35.338Z Compiling darling_macro v0.21.3
15832026-03-24T17:36:35.342Z Compiling fallible-iterator v0.2.0
15842026-03-24T17:36:35.401Z Compiling smoltcp v0.9.1
15852026-03-24T17:36:35.445Z Compiling ref-cast v1.0.25
15862026-03-24T17:36:35.763Z Compiling cfg_aliases v0.2.1
15872026-03-24T17:36:35.827Z Compiling base16ct v0.2.0
15882026-03-24T17:36:35.831Z Compiling ryu v1.0.23
15892026-03-24T17:36:35.868Z Compiling zlib-rs v0.6.2
15902026-03-24T17:36:35.913Z Compiling psl-types v2.0.11
15912026-03-24T17:36:35.941Z Compiling iri-string v0.7.10
15922026-03-24T17:36:36.007Z Compiling rustix v0.38.44
15932026-03-24T17:36:36.056Z Compiling num-bigint-dig v0.8.6
15942026-03-24T17:36:36.076Z Compiling publicsuffix v2.3.0
15952026-03-24T17:36:36.079Z Compiling document-features v0.2.12
15962026-03-24T17:36:36.306Z Compiling newtype-uuid v1.3.2
15972026-03-24T17:36:36.331Z Compiling sec1 v0.7.3
15982026-03-24T17:36:36.564Z Compiling serde_urlencoded v0.7.1
15992026-03-24T17:36:36.693Z Compiling darling v0.21.3
16002026-03-24T17:36:36.713Z Compiling zerocopy v0.7.35
16012026-03-24T17:36:36.800Z Compiling nix v0.31.1
16022026-03-24T17:36:36.912Z Compiling postgres-protocol v0.6.10
16032026-03-24T17:36:37.288Z Compiling num-iter v0.1.45
16042026-03-24T17:36:37.443Z Compiling group v0.13.0
16052026-03-24T17:36:37.580Z Compiling tower-http v0.6.8
16062026-03-24T17:36:37.685Z Compiling derive_builder v0.20.2
16072026-03-24T17:36:37.705Z Compiling rand v0.8.5
16082026-03-24T17:36:37.844Z Compiling oxnet v0.1.4
16092026-03-24T17:36:38.072Z Compiling proc-macro-error v1.0.4
16102026-03-24T17:36:38.313Z Compiling tokio-native-tls v0.3.1
16112026-03-24T17:36:38.356Z Compiling goblin v0.8.2
16122026-03-24T17:36:39.131Z Compiling heck v0.4.1
16132026-03-24T17:36:39.210Z Compiling phf_shared v0.13.1
16142026-03-24T17:36:39.416Z Compiling regex v1.12.3
16152026-03-24T17:36:39.436Z Compiling hubpack_derive v0.1.1
16162026-03-24T17:36:39.547Z Compiling lazy_static v1.5.0
16172026-03-24T17:36:39.666Z Compiling cargo-platform v0.1.9
16182026-03-24T17:36:39.707Z Compiling hkdf v0.12.4
16192026-03-24T17:36:39.916Z Compiling crypto-bigint v0.5.5
16202026-03-24T17:36:40.002Z Compiling async-trait v0.1.89
16212026-03-24T17:36:40.005Z Compiling ref-cast-impl v1.0.25
16222026-03-24T17:36:40.043Z Compiling strum_macros v0.27.2
16232026-03-24T17:36:40.680Z Compiling flate2 v1.1.9
16242026-03-24T17:36:40.768Z Compiling daft-derive v0.1.5
16252026-03-24T17:36:41.235Z Compiling curve25519-dalek-derive v0.1.1
16262026-03-24T17:36:41.444Z Compiling terminal_size v0.4.3
16272026-03-24T17:36:41.618Z Compiling vergen v9.0.6
16282026-03-24T17:36:41.710Z Compiling fs-err v3.3.0
16292026-03-24T17:36:41.842Z Compiling ahash v0.8.12
16302026-03-24T17:36:41.944Z Compiling winnow v0.5.40
16312026-03-24T17:36:42.088Z Compiling foldhash v0.1.5
16322026-03-24T17:36:42.109Z Compiling managed v0.8.0
16332026-03-24T17:36:42.308Z Compiling libbz2-rs-sys v0.2.2
16342026-03-24T17:36:42.388Z Compiling bumpalo v3.20.2
16352026-03-24T17:36:42.713Z Compiling object v0.37.3
16362026-03-24T17:36:42.772Z Compiling bitflags v1.3.2
16372026-03-24T17:36:42.812Z Compiling strum v0.27.2
16382026-03-24T17:36:42.975Z Compiling bzip2 v0.6.1
16392026-03-24T17:36:43.121Z Compiling zopfli v0.8.3
16402026-03-24T17:36:43.207Z Compiling console v0.16.2
16412026-03-24T17:36:43.243Z Compiling hashbrown v0.15.5
16422026-03-24T17:36:43.935Z Compiling toml_edit v0.19.15
16432026-03-24T17:36:43.977Z Compiling clap_builder v4.5.60
16442026-03-24T17:36:44.043Z Compiling daft v0.1.5
16452026-03-24T17:36:44.086Z Compiling dof v0.3.0
16462026-03-24T17:36:44.142Z Compiling elliptic-curve v0.13.8
16472026-03-24T17:36:44.561Z Compiling hubpack v0.1.2
16482026-03-24T17:36:44.682Z Compiling cargo_metadata v0.19.2
16492026-03-24T17:36:45.076Z Compiling phf v0.13.1
16502026-03-24T17:36:45.286Z Compiling zone_cfg_derive v0.3.1
16512026-03-24T17:36:46.127Z Compiling signal-hook-mio v0.2.5
16522026-03-24T17:36:46.276Z Compiling zstd v0.13.3
16532026-03-24T17:36:46.570Z Compiling cookie_store v0.22.1
16542026-03-24T17:36:47.117Z Compiling rayon v1.11.0
16552026-03-24T17:36:47.403Z Compiling hyper-tls v0.6.0
16562026-03-24T17:36:47.425Z Compiling bzip2 v0.4.4
16572026-03-24T17:36:47.456Z Compiling postgres-types v0.2.12
16582026-03-24T17:36:47.734Z Compiling serde_with_macros v3.17.0
16592026-03-24T17:36:47.822Z Compiling usdt-macro v0.6.0
16602026-03-24T17:36:48.235Z Compiling usdt-attr-macro v0.6.0
16612026-03-24T17:36:48.288Z Compiling ed25519 v2.2.3
16622026-03-24T17:36:48.814Z Compiling dtrace-parser v0.2.0
16632026-03-24T17:36:49.288Z Compiling phf_shared v0.11.3
16642026-03-24T17:36:49.291Z Compiling itertools v0.12.1
16652026-03-24T17:36:49.428Z Compiling bstr v1.12.1
16662026-03-24T17:36:49.473Z Compiling pkcs1 v0.7.5
16672026-03-24T17:36:49.543Z Compiling serde-big-array v0.5.1
16682026-03-24T17:36:49.608Z Compiling hex v0.4.3
16692026-03-24T17:36:49.724Z Compiling rfc6979 v0.4.0
16702026-03-24T17:36:49.884Z Compiling enum-as-inner v0.6.1
16712026-03-24T17:36:49.904Z Compiling serde_repr v0.1.20
16722026-03-24T17:36:49.969Z Compiling clap_derive v4.5.55
16732026-03-24T17:36:50.017Z Compiling strum_macros v0.26.4
16742026-03-24T17:36:50.334Z Compiling float-cmp v0.10.0
16752026-03-24T17:36:50.532Z Compiling memmap2 v0.9.10
16762026-03-24T17:36:50.552Z Compiling thread-id v4.2.2
16772026-03-24T17:36:50.602Z Compiling env_filter v1.0.0
16782026-03-24T17:36:50.658Z Compiling encoding_rs v0.8.35
16792026-03-24T17:36:50.815Z Compiling new_debug_unreachable v1.0.6
16802026-03-24T17:36:50.910Z Compiling mime v0.3.17
16812026-03-24T17:36:51.007Z Compiling predicates-core v1.0.10
16822026-03-24T17:36:51.011Z Compiling data-encoding v2.10.0
16832026-03-24T17:36:51.240Z Compiling precomputed-hash v0.1.1
16842026-03-24T17:36:51.259Z Compiling normalize-line-endings v0.3.0
16852026-03-24T17:36:51.355Z Compiling jiff v0.2.21
16862026-03-24T17:36:51.382Z Compiling difflib v0.4.0
16872026-03-24T17:36:52.005Z Compiling whoami v2.1.0
16882026-03-24T17:36:52.164Z Compiling static_assertions v1.1.0
16892026-03-24T17:36:52.262Z Compiling rustc-hash v2.1.1
16902026-03-24T17:36:52.331Z Compiling fixedbitset v0.4.2
16912026-03-24T17:36:52.421Z Compiling fixedbitset v0.5.7
16922026-03-24T17:36:52.443Z Compiling keccak v0.1.6
16932026-03-24T17:36:52.463Z Compiling unit-prefix v0.5.2
16942026-03-24T17:36:52.515Z Compiling petgraph v0.6.5
16952026-03-24T17:36:52.612Z Compiling strum v0.26.3
16962026-03-24T17:36:52.647Z Compiling sha3 v0.10.8
16972026-03-24T17:36:52.740Z Compiling petgraph v0.8.3
16982026-03-24T17:36:52.773Z Compiling indicatif v0.18.4
16992026-03-24T17:36:52.827Z Compiling clap v4.5.60
17002026-03-24T17:36:52.931Z Compiling iddqd v0.3.17
17012026-03-24T17:36:53.244Z Compiling tokio-postgres v0.7.16
17022026-03-24T17:36:53.561Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17032026-03-24T17:36:53.923Z Compiling predicates v3.1.4
17042026-03-24T17:36:54.527Z Compiling hickory-proto v0.25.2
17052026-03-24T17:36:54.625Z Compiling toml_edit v0.22.27
17062026-03-24T17:36:54.821Z Compiling string_cache v0.8.9
17072026-03-24T17:36:55.117Z Compiling zip v4.6.1
17082026-03-24T17:36:55.503Z Compiling zone v0.3.1
17092026-03-24T17:36:56.321Z Compiling env_logger v0.11.9
17102026-03-24T17:36:56.418Z Compiling usdt v0.6.0
17112026-03-24T17:36:56.439Z Compiling usdt-impl v0.5.0
17122026-03-24T17:36:56.755Z Compiling similar v2.7.0
17132026-03-24T17:36:56.791Z Compiling serde_with v3.17.0
17142026-03-24T17:36:57.231Z Compiling ecdsa v0.16.9
17152026-03-24T17:36:57.351Z Compiling rsa v0.9.10
17162026-03-24T17:36:57.392Z Compiling crossterm v0.28.1
17172026-03-24T17:36:57.746Z Compiling ed25519-dalek v2.2.0
17182026-03-24T17:36:58.508Z Compiling zip v0.6.6
17192026-03-24T17:36:59.180Z Compiling toml v0.7.8
17202026-03-24T17:36:59.580Z Compiling toml_parser v1.0.9+spec-1.1.0
17212026-03-24T17:36:59.800Z Compiling itertools v0.13.0
17222026-03-24T17:36:59.991Z Compiling tokio-stream v0.1.18
17232026-03-24T17:37:00.036Z Compiling buf-list v1.1.2
17242026-03-24T17:37:00.403Z Compiling x509-cert v0.2.5
17252026-03-24T17:37:00.463Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17262026-03-24T17:37:00.629Z Compiling openapiv3 v2.2.0
17272026-03-24T17:37:00.871Z Compiling sha1 v0.10.6
17282026-03-24T17:37:01.161Z Compiling toml_datetime v0.7.5+spec-1.1.0
17292026-03-24T17:37:01.180Z Compiling lalrpop-util v0.19.12
17302026-03-24T17:37:01.426Z Compiling peg-runtime v0.8.5
17312026-03-24T17:37:01.493Z Compiling thread_local v1.1.9
17322026-03-24T17:37:01.544Z Compiling slog-async v2.8.0
17332026-03-24T17:37:01.593Z Compiling crossbeam-channel v0.5.15
17342026-03-24T17:37:01.801Z Compiling futures-executor v0.3.32
17352026-03-24T17:37:01.827Z Compiling filetime v0.2.27
17362026-03-24T17:37:01.954Z Compiling is-terminal v0.4.17
17372026-03-24T17:37:02.055Z Compiling take_mut v0.2.2
17382026-03-24T17:37:02.078Z Compiling xattr v1.6.1
17392026-03-24T17:37:02.142Z Compiling term v1.2.1
17402026-03-24T17:37:02.215Z Compiling futures v0.3.32
17412026-03-24T17:37:02.284Z Compiling tar v0.4.44
17422026-03-24T17:37:02.714Z Compiling slog-term v2.9.2
17432026-03-24T17:37:09.224Z Compiling rustls-webpki v0.103.9
17442026-03-24T17:37:13.289Z Compiling tokio-rustls v0.26.4
17452026-03-24T17:37:13.289Z Compiling rustls-platform-verifier v0.6.2
17462026-03-24T17:37:13.553Z Compiling hyper-rustls v0.27.7
17472026-03-24T17:37:13.827Z Compiling reqwest v0.12.28
17482026-03-24T17:37:13.827Z Compiling reqwest v0.13.2
17492026-03-24T17:37:16.832Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17502026-03-24T17:37:17.116Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17512026-03-24T17:37:21.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
17522026-03-24T17:37:21.192Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17532026-03-24T17:37:21.257ZMar 24 17:37:20.479 INFO Starting download, target: Cockroach
17542026-03-24T17:37:21.257ZMar 24 17:37:20.480 INFO Starting download, target: DendriteStub
17552026-03-24T17:37:21.257ZMar 24 17:37:20.480 INFO Starting download, target: Console
17562026-03-24T17:37:21.262ZMar 24 17:37:20.480 INFO Starting download, target: MaghemiteMgd
17572026-03-24T17:37:21.262ZMar 24 17:37:20.480 INFO Starting download, target: Clickhouse
17582026-03-24T17:37:21.262ZMar 24 17:37:20.480 INFO Starting download, target: TransceiverControl
17592026-03-24T17:37:21.262ZMar 24 17:37:20.480 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17602026-03-24T17:37:21.262ZMar 24 17:37:20.480 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17612026-03-24T17:37:21.262ZMar 24 17:37:20.480 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17622026-03-24T17:37:21.262ZMar 24 17:37:20.480 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17632026-03-24T17:37:21.262ZMar 24 17:37:20.480 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17642026-03-24T17:37:21.262ZMar 24 17:37:20.480 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17652026-03-24T17:37:21.896ZMar 24 17:37:21.113 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17662026-03-24T17:37:22.285ZMar 24 17:37:21.463 INFO Download complete, target: TransceiverControl
17672026-03-24T17:37:22.315ZMar 24 17:37:21.519 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17682026-03-24T17:37:22.687ZMar 24 17:37:21.895 INFO Download complete, target: Console
17692026-03-24T17:37:23.471ZMar 24 17:37:22.667 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17702026-03-24T17:37:23.718ZMar 24 17:37:22.939 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17712026-03-24T17:37:23.723ZMar 24 17:37:22.944 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17722026-03-24T17:37:24.489ZMar 24 17:37:23.712 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17732026-03-24T17:37:24.489ZMar 24 17:37:23.712 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17742026-03-24T17:37:27.134ZMar 24 17:37:26.357 INFO Download complete, target: DendriteStub
17752026-03-24T17:37:27.316ZMar 24 17:37:26.539 INFO Download complete, target: MaghemiteMgd
17762026-03-24T17:37:32.024ZMar 24 17:37:31.247 INFO Checking that binary works, target: Cockroach
17772026-03-24T17:37:32.139ZMar 24 17:37:31.361 INFO Download complete, target: Cockroach
17782026-03-24T17:37:34.871ZMar 24 17:37:34.093 INFO Checking that binary works, target: Clickhouse
17792026-03-24T17:37:35.033ZMar 24 17:37:34.256 INFO Download complete, target: Clickhouse
17802026-03-24T17:37:35.052ZAll builder prerequisites installed successfully, and PATH looks valid
17812026-03-24T17:37:35.055Z
17822026-03-24T17:37:35.055Zreal 4:10.509434569
17832026-03-24T17:37:35.055Zuser 10:29.663294480
17842026-03-24T17:37:35.055Zsys 1:49.489710272
17852026-03-24T17:37:35.055Ztrap 0.323678805
17862026-03-24T17:37:35.055Ztflt 0.620721163
17872026-03-24T17:37:35.055Zdflt 0.585920431
17882026-03-24T17:37:35.055Zkflt 0.022314362
17892026-03-24T17:37:35.055Zlock 30:56.877329515
17902026-03-24T17:37:35.055Zslp 29:43.144867638
17912026-03-24T17:37:35.055Zlat 56.250660245
17922026-03-24T17:37:35.055Zstop 2:46.153115235
17932026-03-24T17:37:35.055Z+ banner hack-check
17942026-03-24T17:37:35.055Z
17952026-03-24T17:37:35.055Z # # ## #### # # #### # # ###### #### # #
17962026-03-24T17:37:35.055Z # # # # # # # # # # # # # # # # #
17972026-03-24T17:37:35.055Z ###### # # # #### ##### # ###### ##### # ####
17982026-03-24T17:37:35.055Z # # ###### # # # # # # # # # #
17992026-03-24T17:37:35.055Z # # # # # # # # # # # # # # # # #
18002026-03-24T17:37:35.055Z # # # # #### # # #### # # ###### #### # #
18012026-03-24T17:37:35.055Z
18022026-03-24T17:37:35.059Z+ export CARGO_INCREMENTAL=0
18032026-03-24T17:37:35.059Z+ CARGO_INCREMENTAL=0
18042026-03-24T17:37:35.059Z+ ptime -m timeout 2h cargo xtask check-features --ci
18052026-03-24T17:37:35.789Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18062026-03-24T17:37:36.069Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18072026-03-24T17:37:38.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
18082026-03-24T17:37:38.719Z Running `target/debug/xtask check-features --ci`
18092026-03-24T17:37:38.747Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18102026-03-24T17:37:38.751Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18112026-03-24T17:37:39.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18122026-03-24T17:37:39.442Z Running `target/debug/xtask download cargo-hack`
18132026-03-24T17:37:40.532Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18142026-03-24T17:37:40.930Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18152026-03-24T17:37:44.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s
18162026-03-24T17:37:44.464Z Running `target/debug/xtask-downloader cargo-hack`
18172026-03-24T17:37:44.509ZMar 24 17:37:43.732 INFO Starting download, target: CargoHack
18182026-03-24T17:37:44.513ZMar 24 17:37:43.733 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18192026-03-24T17:37:44.969ZMar 24 17:37:44.192 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18202026-03-24T17:37:45.051ZMar 24 17:37:44.274 INFO Download complete, target: CargoHack
18212026-03-24T17:37:45.055Zrunning: "/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"
18222026-03-24T17:37:45.073Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18232026-03-24T17:37:45.276Zinfo: running `cargo check --bins` on api_identity (1/267)
18242026-03-24T17:37:45.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-03-24T17:37:45.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-03-24T17:37:45.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-03-24T17:37:45.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18282026-03-24T17:37:46.079Z
18292026-03-24T17:37:46.079Zinfo: running `cargo check --bins` on bootstore (2/267)
18302026-03-24T17:37:46.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-03-24T17:37:46.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-03-24T17:37:46.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-03-24T17:37:46.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
18342026-03-24T17:37:46.889Z
18352026-03-24T17:37:46.889Zinfo: running `cargo check --bins` on omicron-ledger (3/267)
18362026-03-24T17:37:47.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-03-24T17:37:47.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-03-24T17:37:47.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-03-24T17:37:47.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18402026-03-24T17:37:47.689Z
18412026-03-24T17:37:47.689Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/267)
18422026-03-24T17:37:48.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-03-24T17:37:48.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-03-24T17:37:48.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-03-24T17:37:48.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18462026-03-24T17:37:48.497Z
18472026-03-24T17:37:48.497Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/267)
18482026-03-24T17:37:49.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-03-24T17:37:49.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-03-24T17:37:49.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-03-24T17:37:49.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
18522026-03-24T17:37:49.302Z
18532026-03-24T17:37:49.302Zinfo: running `cargo check --bins` on omicron-certificates (6/267)
18542026-03-24T17:37:50.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-03-24T17:37:50.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-03-24T17:37:50.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-03-24T17:37:50.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
18582026-03-24T17:37:50.123Z
18592026-03-24T17:37:50.124Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/267)
18602026-03-24T17:37:50.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-03-24T17:37:50.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-03-24T17:37:50.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-03-24T17:37:50.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
18642026-03-24T17:37:50.937Z
18652026-03-24T17:37:50.937Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/267)
18662026-03-24T17:37:51.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-03-24T17:37:51.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-03-24T17:37:51.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-03-24T17:37:51.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
18702026-03-24T17:37:51.757Z
18712026-03-24T17:37:51.757Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/267)
18722026-03-24T17:37:52.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-03-24T17:37:52.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-03-24T17:37:52.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-03-24T17:37:52.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
18762026-03-24T17:37:52.405Z
18772026-03-24T17:37:52.405Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/267)
18782026-03-24T17:37:52.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-03-24T17:37:52.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-03-24T17:37:52.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-03-24T17:37:52.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
18822026-03-24T17:37:53.050Z
18832026-03-24T17:37:53.050Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/267)
18842026-03-24T17:37:53.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-03-24T17:37:53.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-03-24T17:37:53.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-03-24T17:37:53.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18882026-03-24T17:37:53.690Z
18892026-03-24T17:37:53.690Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/267)
18902026-03-24T17:37:54.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-03-24T17:37:54.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-03-24T17:37:54.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-03-24T17:37:54.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18942026-03-24T17:37:54.333Z
18952026-03-24T17:37:54.333Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/267)
18962026-03-24T17:37:54.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-03-24T17:37:54.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-03-24T17:37:54.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-03-24T17:37:54.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19002026-03-24T17:37:54.979Z
19012026-03-24T17:37:54.979Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/267)
19022026-03-24T17:37:55.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-03-24T17:37:55.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-03-24T17:37:55.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-03-24T17:37:55.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19062026-03-24T17:37:55.625Z
19072026-03-24T17:37:55.625Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/267)
19082026-03-24T17:37:56.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-03-24T17:37:56.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-03-24T17:37:56.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-03-24T17:37:56.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19122026-03-24T17:37:56.273Z
19132026-03-24T17:37:56.273Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/267)
19142026-03-24T17:37:56.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-03-24T17:37:56.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-03-24T17:37:56.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-03-24T17:37:56.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19182026-03-24T17:37:56.921Z
19192026-03-24T17:37:56.921Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/267)
19202026-03-24T17:37:57.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-03-24T17:37:57.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-03-24T17:37:57.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-03-24T17:37:57.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19242026-03-24T17:37:57.565Z
19252026-03-24T17:37:57.565Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/267)
19262026-03-24T17:37:58.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-03-24T17:37:58.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-03-24T17:37:58.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-03-24T17:37:58.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19302026-03-24T17:37:58.210Z
19312026-03-24T17:37:58.210Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/267)
19322026-03-24T17:37:58.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-03-24T17:37:58.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-03-24T17:37:58.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-03-24T17:37:58.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19362026-03-24T17:37:58.858Z
19372026-03-24T17:37:58.858Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/267)
19382026-03-24T17:37:59.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-03-24T17:37:59.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-03-24T17:37:59.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-03-24T17:37:59.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19422026-03-24T17:37:59.508Z
19432026-03-24T17:37:59.508Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/267)
19442026-03-24T17:38:00.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-03-24T17:38:00.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-03-24T17:38:00.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-03-24T17:38:00.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19482026-03-24T17:38:00.160Z
19492026-03-24T17:38:00.160Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/267)
19502026-03-24T17:38:00.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-03-24T17:38:00.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-03-24T17:38:00.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-03-24T17:38:00.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19542026-03-24T17:38:00.810Z
19552026-03-24T17:38:00.810Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/267)
19562026-03-24T17:38:01.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-03-24T17:38:01.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-03-24T17:38:01.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-03-24T17:38:01.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19602026-03-24T17:38:01.460Z
19612026-03-24T17:38:01.460Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/267)
19622026-03-24T17:38:02.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-03-24T17:38:02.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-03-24T17:38:02.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-03-24T17:38:02.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19662026-03-24T17:38:02.109Z
19672026-03-24T17:38:02.109Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/267)
19682026-03-24T17:38:02.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-03-24T17:38:02.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-03-24T17:38:02.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-03-24T17:38:02.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19722026-03-24T17:38:02.788Z
19732026-03-24T17:38:02.789Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/267)
19742026-03-24T17:38:03.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-03-24T17:38:03.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-03-24T17:38:03.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-03-24T17:38:03.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19782026-03-24T17:38:03.415Z
19792026-03-24T17:38:03.415Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/267)
19802026-03-24T17:38:03.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-03-24T17:38:03.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-03-24T17:38:03.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-03-24T17:38:03.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19842026-03-24T17:38:04.063Z
19852026-03-24T17:38:04.063Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/267)
19862026-03-24T17:38:04.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-03-24T17:38:04.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-03-24T17:38:04.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-03-24T17:38:04.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19902026-03-24T17:38:04.717Z
19912026-03-24T17:38:04.717Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/267)
19922026-03-24T17:38:05.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-03-24T17:38:05.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-03-24T17:38:05.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-03-24T17:38:05.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19962026-03-24T17:38:05.370Z
19972026-03-24T17:38:05.370Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/267)
19982026-03-24T17:38:05.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-03-24T17:38:05.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-03-24T17:38:05.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-03-24T17:38:05.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20022026-03-24T17:38:06.017Z
20032026-03-24T17:38:06.017Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/267)
20042026-03-24T17:38:06.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-03-24T17:38:06.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-03-24T17:38:06.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-03-24T17:38:06.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20082026-03-24T17:38:06.668Z
20092026-03-24T17:38:06.668Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/267)
20102026-03-24T17:38:07.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-03-24T17:38:07.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-03-24T17:38:07.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-03-24T17:38:07.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20142026-03-24T17:38:07.317Z
20152026-03-24T17:38:07.317Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/267)
20162026-03-24T17:38:07.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-03-24T17:38:07.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-03-24T17:38:07.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-03-24T17:38:07.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20202026-03-24T17:38:07.966Z
20212026-03-24T17:38:07.966Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/267)
20222026-03-24T17:38:08.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-03-24T17:38:08.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-03-24T17:38:08.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-03-24T17:38:08.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20262026-03-24T17:38:08.617Z
20272026-03-24T17:38:08.617Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/267)
20282026-03-24T17:38:09.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-03-24T17:38:09.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-03-24T17:38:09.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-03-24T17:38:09.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20322026-03-24T17:38:09.265Z
20332026-03-24T17:38:09.265Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/267)
20342026-03-24T17:38:09.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-03-24T17:38:09.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-03-24T17:38:09.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-03-24T17:38:09.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20382026-03-24T17:38:09.910Z
20392026-03-24T17:38:09.910Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/267)
20402026-03-24T17:38:10.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-03-24T17:38:10.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-03-24T17:38:10.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-03-24T17:38:10.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20442026-03-24T17:38:10.554Z
20452026-03-24T17:38:10.554Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/267)
20462026-03-24T17:38:11.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-03-24T17:38:11.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-03-24T17:38:11.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-03-24T17:38:11.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20502026-03-24T17:38:11.204Z
20512026-03-24T17:38:11.204Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/267)
20522026-03-24T17:38:11.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-03-24T17:38:11.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-03-24T17:38:11.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-03-24T17:38:11.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20562026-03-24T17:38:11.856Z
20572026-03-24T17:38:11.856Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/267)
20582026-03-24T17:38:12.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-03-24T17:38:12.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-03-24T17:38:12.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-03-24T17:38:12.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20622026-03-24T17:38:12.509Z
20632026-03-24T17:38:12.509Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/267)
20642026-03-24T17:38:13.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-03-24T17:38:13.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-03-24T17:38:13.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-03-24T17:38:13.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20682026-03-24T17:38:13.161Z
20692026-03-24T17:38:13.161Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/267)
20702026-03-24T17:38:13.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-03-24T17:38:13.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-03-24T17:38:13.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-03-24T17:38:13.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20742026-03-24T17:38:13.810Z
20752026-03-24T17:38:13.811Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/267)
20762026-03-24T17:38:14.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-03-24T17:38:14.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-03-24T17:38:14.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-03-24T17:38:14.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20802026-03-24T17:38:14.464Z
20812026-03-24T17:38:14.464Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/267)
20822026-03-24T17:38:15.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-03-24T17:38:15.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-03-24T17:38:15.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-03-24T17:38:15.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20862026-03-24T17:38:15.112Z
20872026-03-24T17:38:15.112Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/267)
20882026-03-24T17:38:15.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-03-24T17:38:15.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-03-24T17:38:15.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-03-24T17:38:15.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20922026-03-24T17:38:15.799Z
20932026-03-24T17:38:15.799Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/267)
20942026-03-24T17:38:16.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-03-24T17:38:16.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-03-24T17:38:16.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-03-24T17:38:16.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
20982026-03-24T17:38:16.427Z
20992026-03-24T17:38:16.427Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/267)
21002026-03-24T17:38:17.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-03-24T17:38:17.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-03-24T17:38:17.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-03-24T17:38:17.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21042026-03-24T17:38:17.087Z
21052026-03-24T17:38:17.087Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/267)
21062026-03-24T17:38:17.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-03-24T17:38:17.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-03-24T17:38:17.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-03-24T17:38:17.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21102026-03-24T17:38:17.744Z
21112026-03-24T17:38:17.744Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/267)
21122026-03-24T17:38:18.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-03-24T17:38:18.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-03-24T17:38:18.893Z Checking cfg-if v1.0.4
21152026-03-24T17:38:19.053Z Checking libc v0.2.180
21162026-03-24T17:38:19.057Z Checking serde_core v1.0.228
21172026-03-24T17:38:19.088Z Checking memchr v2.8.0
21182026-03-24T17:38:19.107Z Checking smallvec v1.15.1
21192026-03-24T17:38:19.107Z Checking itoa v1.0.17
21202026-03-24T17:38:19.146Z Checking log v0.4.29
21212026-03-24T17:38:19.149Z Checking zeroize v1.8.2
21222026-03-24T17:38:19.185Z Checking stable_deref_trait v1.2.1
21232026-03-24T17:38:19.283Z Checking zerofrom v0.1.6
21242026-03-24T17:38:19.317Z Checking zmij v1.0.21
21252026-03-24T17:38:19.348Z Checking litemap v0.8.1
21262026-03-24T17:38:19.369Z Checking writeable v0.6.2
21272026-03-24T17:38:19.372Z Checking percent-encoding v2.3.2
21282026-03-24T17:38:19.433Z Checking yoke v0.8.1
21292026-03-24T17:38:19.570Z Checking libm v0.2.16
21302026-03-24T17:38:19.592Z Checking scopeguard v1.2.0
21312026-03-24T17:38:19.609Z Checking icu_properties_data v2.1.2
21322026-03-24T17:38:19.629Z Checking icu_normalizer_data v2.1.1
21332026-03-24T17:38:19.653Z Checking getrandom v0.2.17
21342026-03-24T17:38:19.653Z Checking errno v0.3.14
21352026-03-24T17:38:19.656Z Checking zerovec v0.11.5
21362026-03-24T17:38:19.718Z Checking zerotrie v0.2.3
21372026-03-24T17:38:19.733Z Checking lock_api v0.4.14
21382026-03-24T17:38:19.775Z Checking subtle v2.6.1
21392026-03-24T17:38:19.842Z Checking rand_core v0.6.4
21402026-03-24T17:38:19.862Z Checking utf8_iter v1.0.4
21412026-03-24T17:38:19.975Z Checking form_urlencoded v1.2.2
21422026-03-24T17:38:20.006Z Checking rand_core v0.10.0
21432026-03-24T17:38:20.027Z Checking pin-project-lite v0.2.17
21442026-03-24T17:38:20.049Z Checking typenum v1.19.0
21452026-03-24T17:38:20.075Z Checking portable-atomic v1.13.1
21462026-03-24T17:38:20.146Z Checking critical-section v1.2.0
21472026-03-24T17:38:20.158Z Checking iana-time-zone v0.1.65
21482026-03-24T17:38:20.187Z Checking getrandom v0.4.1
21492026-03-24T17:38:20.266Z Checking signal-hook-registry v1.4.8
21502026-03-24T17:38:20.286Z Checking tinystr v0.8.2
21512026-03-24T17:38:20.306Z Checking potential_utf v0.1.4
21522026-03-24T17:38:20.375Z Checking parking_lot_core v0.9.12
21532026-03-24T17:38:20.475Z Checking icu_collections v2.1.1
21542026-03-24T17:38:20.497Z Checking mio v1.1.1
21552026-03-24T17:38:20.521Z Checking icu_locale_core v2.1.1
21562026-03-24T17:38:20.544Z Checking num-traits v0.2.19
21572026-03-24T17:38:20.625Z Checking parking_lot v0.12.5
21582026-03-24T17:38:20.665Z Checking once_cell v1.21.3
21592026-03-24T17:38:20.780Z Checking generic-array v0.14.7
21602026-03-24T17:38:20.871Z Checking socket2 v0.6.2
21612026-03-24T17:38:20.894Z Checking zerocopy v0.8.40
21622026-03-24T17:38:20.918Z Checking futures-core v0.3.32
21632026-03-24T17:38:20.935Z Checking dyn-clone v1.0.20
21642026-03-24T17:38:21.070Z Checking allocator-api2 v0.2.21
21652026-03-24T17:38:21.089Z Checking equivalent v1.0.2
21662026-03-24T17:38:21.195Z Checking const-oid v0.9.6
21672026-03-24T17:38:21.218Z Checking foldhash v0.2.0
21682026-03-24T17:38:21.239Z Checking serde v1.0.228
21692026-03-24T17:38:21.290Z Checking serde_json v1.0.149
21702026-03-24T17:38:21.340Z Checking icu_provider v2.1.1
21712026-03-24T17:38:21.412Z Checking bitflags v2.11.0
21722026-03-24T17:38:21.431Z Checking crypto-common v0.1.7
21732026-03-24T17:38:21.452Z Checking uuid v1.21.0
21742026-03-24T17:38:21.589Z Checking semver v1.0.27
21752026-03-24T17:38:21.629Z Checking hashbrown v0.16.1
21762026-03-24T17:38:21.655Z Checking icu_normalizer v2.1.1
21772026-03-24T17:38:21.820Z Checking bytes v1.11.1
21782026-03-24T17:38:21.866Z Checking icu_properties v2.1.2
21792026-03-24T17:38:21.887Z Checking chrono v0.4.44
21802026-03-24T17:38:22.067Z Checking futures-sink v0.3.32
21812026-03-24T17:38:22.203Z Checking futures-channel v0.3.32
21822026-03-24T17:38:22.224Z Checking block-buffer v0.10.4
21832026-03-24T17:38:22.244Z Checking slab v0.4.12
21842026-03-24T17:38:22.336Z Checking futures-io v0.3.32
21852026-03-24T17:38:22.403Z Checking futures-task v0.3.32
21862026-03-24T17:38:22.431Z Checking tokio v1.49.0
21872026-03-24T17:38:22.451Z Checking digest v0.10.7
21882026-03-24T17:38:22.474Z Checking thiserror v2.0.18
21892026-03-24T17:38:22.479Z Checking byteorder v1.5.0
21902026-03-24T17:38:22.578Z Checking futures-util v0.3.32
21912026-03-24T17:38:22.602Z Checking base64 v0.22.1
21922026-03-24T17:38:22.711Z Checking indexmap v2.13.0
21932026-03-24T17:38:22.765Z Checking cpufeatures v0.2.17
21942026-03-24T17:38:22.860Z Checking http v1.4.0
21952026-03-24T17:38:22.918Z Checking fnv v1.0.7
21962026-03-24T17:38:23.046Z Checking unicode-ident v1.0.24
21972026-03-24T17:38:23.068Z Checking idna_adapter v1.2.1
21982026-03-24T17:38:23.091Z Checking tracing-core v0.1.36
21992026-03-24T17:38:23.202Z Checking proc-macro2 v1.0.106
22002026-03-24T17:38:23.236Z Checking idna v1.1.0
22012026-03-24T17:38:23.518Z Checking tracing v0.1.44
22022026-03-24T17:38:23.539Z Checking thiserror v1.0.69
22032026-03-24T17:38:23.560Z Checking url v2.5.8
22042026-03-24T17:38:23.637Z Checking rustls-pki-types v1.14.0
22052026-03-24T17:38:23.787Z Checking regex-syntax v0.8.10
22062026-03-24T17:38:23.843Z Checking quote v1.0.44
22072026-03-24T17:38:23.843Z Checking untrusted v0.9.0
22082026-03-24T17:38:23.990Z Checking syn v2.0.117
22092026-03-24T17:38:24.009Z Checking ring v0.17.14
22102026-03-24T17:38:24.024Z Checking ipnet v2.11.0
22112026-03-24T17:38:24.136Z Checking schemars v0.8.22
22122026-03-24T17:38:24.373Z Checking httparse v1.10.1
22132026-03-24T17:38:24.657Z Checking http-body v1.0.1
22142026-03-24T17:38:24.834Z Checking rustix v1.1.3
22152026-03-24T17:38:25.000Z Checking ppv-lite86 v0.2.21
22162026-03-24T17:38:25.053Z Checking block-padding v0.3.3
22172026-03-24T17:38:26.694Z Checking getrandom v0.3.4
22182026-03-24T17:38:26.770Z Checking atomic-waker v1.1.2
22192026-03-24T17:38:26.770Z Checking inout v0.1.4
22202026-03-24T17:38:26.770Z Checking hmac v0.12.1
22212026-03-24T17:38:26.770Z Checking aws-lc-sys v0.37.1
22222026-03-24T17:38:26.770Z Checking aho-corasick v1.1.4
22232026-03-24T17:38:26.771Z Checking powerfmt v0.2.0
22242026-03-24T17:38:26.771Z Checking tower-layer v0.3.3
22252026-03-24T17:38:26.771Z Checking try-lock v0.2.5
22262026-03-24T17:38:26.771Z Checking untrusted v0.7.1
22272026-03-24T17:38:26.771Z Checking httpdate v1.0.3
22282026-03-24T17:38:26.771Z Checking openssl-probe v0.2.1
22292026-03-24T17:38:26.771Z Checking tower-service v0.3.3
22302026-03-24T17:38:26.771Z Checking want v0.3.1
22312026-03-24T17:38:26.771Z Checking deranged v0.5.8
22322026-03-24T17:38:26.771Z Checking cipher v0.4.4
22332026-03-24T17:38:26.771Z Checking rand_core v0.9.5
22342026-03-24T17:38:26.771Z Checking num_threads v0.1.7
22352026-03-24T17:38:26.771Z Checking aws-lc-rs v1.16.0
22362026-03-24T17:38:26.771Z Checking pin-utils v0.1.0
22372026-03-24T17:38:26.771Z Checking time-core v0.1.8
22382026-03-24T17:38:26.771Z Checking num-conv v0.2.0
22392026-03-24T17:38:26.771Z Checking base64ct v1.8.3
22402026-03-24T17:38:26.771Z Checking regex-automata v0.4.14
22412026-03-24T17:38:26.771Z Checking sha2 v0.10.9
22422026-03-24T17:38:26.771Z Checking erased-serde v0.3.31
22432026-03-24T17:38:26.771Z Checking pretty-hex v0.4.1
22442026-03-24T17:38:26.798Z Checking rand_chacha v0.9.0
22452026-03-24T17:38:26.798Z Checking fastrand v2.3.0
22462026-03-24T17:38:26.821Z Checking tokio-util v0.7.18
22472026-03-24T17:38:27.027Z Checking slog v2.8.2
22482026-03-24T17:38:27.034Z Checking ryu v1.0.23
22492026-03-24T17:38:27.064Z Checking rand v0.9.2
22502026-03-24T17:38:27.209Z Checking time v0.3.47
22512026-03-24T17:38:27.235Z Checking pem-rfc7468 v0.7.0
22522026-03-24T17:38:27.255Z Checking rustls-native-certs v0.8.3
22532026-03-24T17:38:27.318Z Checking rustls-webpki v0.103.9
22542026-03-24T17:38:27.388Z Checking ipnetwork v0.21.1
22552026-03-24T17:38:27.422Z Checking http-body-util v0.1.3
22562026-03-24T17:38:27.446Z Checking sync_wrapper v1.0.2
22572026-03-24T17:38:27.588Z Checking spin v0.9.8
22582026-03-24T17:38:27.623Z Checking h2 v0.4.13
22592026-03-24T17:38:27.664Z Checking flagset v0.4.7
22602026-03-24T17:38:27.703Z Checking plain v0.2.3
22612026-03-24T17:38:27.725Z Checking tower v0.5.3
22622026-03-24T17:38:27.814Z Checking serde_urlencoded v0.7.1
22632026-03-24T17:38:27.845Z Checking der v0.7.10
22642026-03-24T17:38:27.867Z Checking rand_chacha v0.3.1
22652026-03-24T17:38:27.877Z Checking rustls v0.23.37
22662026-03-24T17:38:28.090Z Checking webpki-roots v1.0.6
22672026-03-24T17:38:28.147Z Checking tinyvec_macros v0.1.1
22682026-03-24T17:38:28.243Z Checking ucd-trie v0.1.7
22692026-03-24T17:38:28.269Z Checking iri-string v0.7.10
22702026-03-24T17:38:28.291Z Checking tinyvec v1.10.0
22712026-03-24T17:38:28.420Z Checking pest v2.8.6
22722026-03-24T17:38:28.719Z Checking rand v0.8.5
22732026-03-24T17:38:28.820Z Checking tempfile v3.25.0
22742026-03-24T17:38:28.925Z Checking spki v0.7.3
22752026-03-24T17:38:28.952Z Checking salsa20 v0.10.2
22762026-03-24T17:38:29.092Z Checking pbkdf2 v0.12.2
22772026-03-24T17:38:29.189Z Checking foreign-types-shared v0.1.1
22782026-03-24T17:38:29.195Z Checking unicode-width v0.2.0
22792026-03-24T17:38:29.278Z Checking scrypt v0.11.0
22802026-03-24T17:38:29.285Z Checking foreign-types v0.3.2
22812026-03-24T17:38:29.349Z Checking regex v1.12.3
22822026-03-24T17:38:29.424Z Checking cbc v0.1.2
22832026-03-24T17:38:29.443Z Checking aes v0.8.4
22842026-03-24T17:38:29.471Z Checking anyhow v1.0.102
22852026-03-24T17:38:29.564Z Checking openssl-sys v0.9.111
22862026-03-24T17:38:29.718Z Checking crossbeam-utils v0.8.21
22872026-03-24T17:38:29.738Z Checking oxnet v0.1.4
22882026-03-24T17:38:29.762Z Checking tower-http v0.6.8
22892026-03-24T17:38:29.921Z Checking mime v0.3.17
22902026-03-24T17:38:29.986Z Checking pkcs5 v0.7.1
22912026-03-24T17:38:30.056Z Checking openapiv3 v2.2.0
22922026-03-24T17:38:30.142Z Checking scroll v0.12.0
22932026-03-24T17:38:30.162Z Checking encoding_rs v0.8.35
22942026-03-24T17:38:30.189Z Checking data-encoding v2.10.0
22952026-03-24T17:38:30.216Z Checking openssl v0.10.75
22962026-03-24T17:38:30.332Z Checking pkcs8 v0.10.2
22972026-03-24T17:38:30.463Z Checking siphasher v1.0.2
22982026-03-24T17:38:30.555Z Checking winnow v0.7.14
22992026-03-24T17:38:30.600Z Checking goblin v0.8.2
23002026-03-24T17:38:30.691Z Checking lazy_static v1.5.0
23012026-03-24T17:38:30.807Z Checking zerocopy v0.7.35
23022026-03-24T17:38:31.160Z Checking tokio-rustls v0.26.4
23032026-03-24T17:38:31.340Z Checking hyper v1.8.1
23042026-03-24T17:38:31.473Z Checking wait-timeout v0.2.1
23052026-03-24T17:38:31.484Z Checking bitflags v1.3.2
23062026-03-24T17:38:31.505Z Checking bit-vec v0.8.0
23072026-03-24T17:38:31.580Z Checking utf8parse v0.2.2
23082026-03-24T17:38:31.620Z Checking quick-error v1.2.3
23092026-03-24T17:38:31.710Z Checking either v1.15.0
23102026-03-24T17:38:31.752Z Checking psl-types v2.0.11
23112026-03-24T17:38:31.766Z Checking managed v0.8.0
23122026-03-24T17:38:31.861Z Checking anstyle v1.0.13
23132026-03-24T17:38:31.905Z Checking publicsuffix v2.3.0
23142026-03-24T17:38:31.963Z Checking bit-set v0.8.0
23152026-03-24T17:38:32.016Z Checking rusty-fork v0.3.1
23162026-03-24T17:38:32.103Z Checking anstyle-parse v0.2.7
23172026-03-24T17:38:32.106Z Checking dtrace-parser v0.2.0
23182026-03-24T17:38:32.157Z Checking cookie v0.18.1
23192026-03-24T17:38:32.202Z Checking unicode-normalization v0.1.25
23202026-03-24T17:38:32.237Z Checking rand_xorshift v0.4.0
23212026-03-24T17:38:32.303Z Checking sha1 v0.10.6
23222026-03-24T17:38:32.390Z Checking hex v0.4.3
23232026-03-24T17:38:32.440Z Checking thread-id v4.2.2
23242026-03-24T17:38:32.461Z Checking colorchoice v1.0.4
23252026-03-24T17:38:32.516Z Checking is_terminal_polyfill v1.70.2
23262026-03-24T17:38:32.543Z Checking anstyle-query v1.1.5
23272026-03-24T17:38:32.571Z Checking hyper-util v0.1.20
23282026-03-24T17:38:32.592Z Checking unarray v0.1.4
23292026-03-24T17:38:32.630Z Checking cookie_store v0.22.1
23302026-03-24T17:38:32.659Z Checking anstream v0.6.21
23312026-03-24T17:38:32.698Z Checking rustls-platform-verifier v0.6.2
23322026-03-24T17:38:32.723Z Checking proptest v1.10.0
23332026-03-24T17:38:32.743Z Checking crossbeam-epoch v0.9.18
23342026-03-24T17:38:32.881Z Checking terminal_size v0.4.3
23352026-03-24T17:38:32.929Z Checking scroll v0.13.0
23362026-03-24T17:38:33.075Z Checking num-integer v0.1.46
23372026-03-24T17:38:33.079Z Checking simd-adler32 v0.3.8
23382026-03-24T17:38:33.080Z Checking native-tls v0.2.18
23392026-03-24T17:38:33.080Z Checking crossbeam-deque v0.8.6
23402026-03-24T17:38:33.254Z Checking goblin v0.10.5
23412026-03-24T17:38:33.291Z Checking bstr v1.12.1
23422026-03-24T17:38:33.312Z Checking dof v0.3.0
23432026-03-24T17:38:33.332Z Checking ref-cast v1.0.25
23442026-03-24T17:38:33.352Z Checking rustix v0.38.44
23452026-03-24T17:38:33.355Z Checking tokio-native-tls v0.3.1
23462026-03-24T17:38:33.496Z Checking camino v1.2.2
23472026-03-24T17:38:33.574Z Checking crc32fast v1.5.0
23482026-03-24T17:38:33.688Z Checking usdt-impl v0.5.0
23492026-03-24T17:38:33.760Z Checking signature v2.2.0
23502026-03-24T17:38:33.816Z Checking toml_datetime v0.6.11
23512026-03-24T17:38:35.955Z Checking serde_spanned v0.6.9
23522026-03-24T17:38:35.991Z Checking ff v0.13.1
23532026-03-24T17:38:35.992Z Checking adler2 v2.0.1
23542026-03-24T17:38:35.992Z Checking clap_lex v1.0.0
23552026-03-24T17:38:35.992Z Checking strsim v0.11.1
23562026-03-24T17:38:35.992Z Checking base16ct v0.2.0
23572026-03-24T17:38:35.992Z Checking unicode-properties v0.1.4
23582026-03-24T17:38:35.992Z Checking unicode-bidi v0.3.18
23592026-03-24T17:38:35.992Z Checking sec1 v0.7.3
23602026-03-24T17:38:35.992Z Checking clap_builder v4.5.60
23612026-03-24T17:38:35.992Z Checking hyper-rustls v0.27.7
23622026-03-24T17:38:35.992Z Checking hyper-tls v0.6.0
23632026-03-24T17:38:35.992Z Checking miniz_oxide v0.8.9
23642026-03-24T17:38:35.992Z Checking group v0.13.0
23652026-03-24T17:38:35.992Z Checking reqwest v0.13.2
23662026-03-24T17:38:35.992Z Checking reqwest v0.12.28
23672026-03-24T17:38:35.992Z Checking stringprep v0.1.5
23682026-03-24T17:38:35.992Z Checking num-iter v0.1.45
23692026-03-24T17:38:35.992Z Checking rayon-core v1.13.0
23702026-03-24T17:38:36.008Z Checking toml_parser v1.0.9+spec-1.1.0
23712026-03-24T17:38:36.009Z Checking dtrace-parser v0.3.0
23722026-03-24T17:38:36.009Z Checking newtype-uuid v1.3.2
23732026-03-24T17:38:36.009Z Checking hkdf v0.12.4
23742026-03-24T17:38:36.009Z Checking strum v0.26.3
23752026-03-24T17:38:36.009Z Checking zstd-sys v2.0.16+zstd.1.5.7
23762026-03-24T17:38:36.009Z Checking hash32 v0.2.1
23772026-03-24T17:38:36.009Z Checking md-5 v0.10.6
23782026-03-24T17:38:36.009Z Checking crypto-bigint v0.5.5
23792026-03-24T17:38:36.009Z Checking daft v0.1.5
23802026-03-24T17:38:36.009Z Checking toml_datetime v0.7.5+spec-1.1.0
23812026-03-24T17:38:36.009Z Checking thread-id v5.1.0
23822026-03-24T17:38:36.009Z Checking zlib-rs v0.6.2
23832026-03-24T17:38:36.009Z Checking unicode-segmentation v1.12.0
23842026-03-24T17:38:36.009Z Checking fallible-iterator v0.2.0
23852026-03-24T17:38:36.009Z Checking heapless v0.7.17
23862026-03-24T17:38:36.009Z Checking zstd-safe v7.2.4
23872026-03-24T17:38:36.009Z Checking clap v4.5.60
23882026-03-24T17:38:36.093Z Checking rayon v1.11.0
23892026-03-24T17:38:36.122Z Checking itertools v0.12.1
23902026-03-24T17:38:36.152Z Checking postgres-protocol v0.6.10
23912026-03-24T17:38:36.188Z Checking phf_shared v0.13.1
23922026-03-24T17:38:36.407Z Checking console v0.16.2
23932026-03-24T17:38:36.463Z Checking curve25519-dalek v4.1.3
23942026-03-24T17:38:36.499Z Checking dof v0.4.0
23952026-03-24T17:38:36.567Z Checking memoffset v0.9.1
23962026-03-24T17:38:36.673Z Checking bzip2-sys v0.1.13+1.0.8
23972026-03-24T17:38:36.789Z Checking signal-hook v0.3.18
23982026-03-24T17:38:36.806Z Checking memmap2 v0.9.10
23992026-03-24T17:38:36.852Z Checking elliptic-curve v0.13.8
24002026-03-24T17:38:36.991Z Checking flate2 v1.1.9
24012026-03-24T17:38:37.031Z Checking bumpalo v3.20.2
24022026-03-24T17:38:37.041Z Checking unit-prefix v0.5.2
24032026-03-24T17:38:37.210Z Checking winnow v0.5.40
24042026-03-24T17:38:37.271Z Checking libbz2-rs-sys v0.2.2
24052026-03-24T17:38:37.306Z Checking foldhash v0.1.5
24062026-03-24T17:38:37.357Z Checking usdt-impl v0.6.0
24072026-03-24T17:38:37.379Z Checking fixedbitset v0.4.2
24082026-03-24T17:38:37.485Z Checking toml_write v0.1.2
24092026-03-24T17:38:37.508Z Checking zone v0.3.1
24102026-03-24T17:38:37.511Z Checking hashbrown v0.15.5
24112026-03-24T17:38:37.572Z Checking petgraph v0.6.5
24122026-03-24T17:38:37.705Z Checking toml_edit v0.22.27
24132026-03-24T17:38:37.725Z Checking usdt v0.6.0
24142026-03-24T17:38:37.794Z Checking bzip2 v0.6.1
24152026-03-24T17:38:37.935Z Checking zopfli v0.8.3
24162026-03-24T17:38:37.982Z Checking signal-hook-mio v0.2.5
24172026-03-24T17:38:38.010Z Checking bzip2 v0.4.4
24182026-03-24T17:38:38.114Z Checking nix v0.31.1
24192026-03-24T17:38:38.154Z Checking indicatif v0.18.4
24202026-03-24T17:38:38.185Z Checking postgres-types v0.2.12
24212026-03-24T17:38:38.243Z Checking phf v0.13.1
24222026-03-24T17:38:38.390Z Checking smoltcp v0.9.1
24232026-03-24T17:38:38.433Z Checking similar v2.7.0
24242026-03-24T17:38:38.635Z Checking zstd v0.13.3
24252026-03-24T17:38:38.660Z Checking num-bigint-dig v0.8.6
24262026-03-24T17:38:38.820Z Checking toml_edit v0.19.15
24272026-03-24T17:38:38.868Z Checking ed25519 v2.2.3
24282026-03-24T17:38:38.961Z Checking phf_shared v0.11.3
24292026-03-24T17:38:39.111Z Checking pkcs1 v0.7.5
24302026-03-24T17:38:39.155Z Checking tokio-stream v0.1.18
24312026-03-24T17:38:39.213Z Checking strum v0.27.2
24322026-03-24T17:38:39.251Z Checking hubpack v0.1.2
24332026-03-24T17:38:39.344Z Checking rfc6979 v0.4.0
24342026-03-24T17:38:39.379Z Checking serde-big-array v0.5.1
24352026-03-24T17:38:39.386Z Checking float-cmp v0.10.0
24362026-03-24T17:38:39.470Z Checking env_filter v1.0.0
24372026-03-24T17:38:39.492Z Checking static_assertions v1.1.0
24382026-03-24T17:38:39.535Z Checking difflib v0.4.0
24392026-03-24T17:38:39.575Z Checking fixedbitset v0.5.7
24402026-03-24T17:38:39.581Z Checking jiff v0.2.21
24412026-03-24T17:38:39.613Z Checking precomputed-hash v0.1.1
24422026-03-24T17:38:39.658Z Checking normalize-line-endings v0.3.0
24432026-03-24T17:38:39.680Z Checking new_debug_unreachable v1.0.6
24442026-03-24T17:38:39.704Z Checking keccak v0.1.6
24452026-03-24T17:38:39.770Z Checking rustc-hash v2.1.1
24462026-03-24T17:38:39.770Z Checking whoami v2.1.0
24472026-03-24T17:38:39.810Z Checking predicates-core v1.0.10
24482026-03-24T17:38:39.830Z Checking rsa v0.9.10
24492026-03-24T17:38:39.850Z Checking petgraph v0.8.3
24502026-03-24T17:38:39.920Z Checking iddqd v0.3.17
24512026-03-24T17:38:39.938Z Checking sha3 v0.10.8
24522026-03-24T17:38:39.967Z Checking predicates v3.1.4
24532026-03-24T17:38:40.070Z Checking tokio-postgres v0.7.16
24542026-03-24T17:38:40.210Z Checking string_cache v0.8.9
24552026-03-24T17:38:40.283Z Checking toml v0.7.8
24562026-03-24T17:38:40.383Z Checking env_logger v0.11.9
24572026-03-24T17:38:40.433Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24582026-03-24T17:38:40.478Z Checking ecdsa v0.16.9
24592026-03-24T17:38:40.639Z Checking ed25519-dalek v2.2.0
24602026-03-24T17:38:40.723Z Checking zip v0.6.6
24612026-03-24T17:38:40.942Z Checking crossterm v0.28.1
24622026-03-24T17:38:40.960Z Checking serde_with v3.17.0
24632026-03-24T17:38:41.080Z Checking itertools v0.13.0
24642026-03-24T17:38:41.156Z Checking hickory-proto v0.25.2
24652026-03-24T17:38:41.757Z Checking x509-cert v0.2.5
24662026-03-24T17:38:41.933Z Checking fs-err v3.3.0
24672026-03-24T17:38:42.031Z Checking ahash v0.8.12
24682026-03-24T17:38:42.296Z Checking object v0.37.3
24692026-03-24T17:38:42.328Z Checking buf-list v1.1.2
24702026-03-24T17:38:42.501Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24712026-03-24T17:38:42.571Z Checking peg-runtime v0.8.5
24722026-03-24T17:38:42.685Z Checking lalrpop-util v0.19.12
24732026-03-24T17:38:42.724Z Checking zip v4.6.1
24742026-03-24T17:38:42.759Z Compiling structmeta-derive v0.3.0
24752026-03-24T17:38:42.855Z Compiling rustls v0.22.4
24762026-03-24T17:38:42.899Z Compiling newtype-uuid-macros v0.1.0
24772026-03-24T17:38:44.693Z Compiling multer v3.1.0
24782026-03-24T17:38:44.710Z Compiling async-stream-impl v0.3.6
24792026-03-24T17:38:44.710Z Checking futures-executor v0.3.32
24802026-03-24T17:38:44.710Z Checking regress v0.10.5
24812026-03-24T17:38:44.710Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24822026-03-24T17:38:44.710Z Compiling dropshot v0.16.7
24832026-03-24T17:38:44.710Z Checking futures v0.3.32
24842026-03-24T17:38:44.710Z Compiling dropshot_endpoint v0.16.7
24852026-03-24T17:38:44.710Z Checking thread_local v1.1.9
24862026-03-24T17:38:44.710Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24872026-03-24T17:38:44.710Z Compiling structmeta v0.3.0
24882026-03-24T17:38:44.710Z Checking crossbeam-channel v0.5.15
24892026-03-24T17:38:44.710Z Compiling derive-ex v0.1.8
24902026-03-24T17:38:44.724Z Checking is-terminal v0.4.17
24912026-03-24T17:38:44.746Z Checking take_mut v0.2.2
24922026-03-24T17:38:44.822Z Checking term v1.2.1
24932026-03-24T17:38:44.886Z Checking slog-async v2.8.0
24942026-03-24T17:38:45.012Z Compiling parse-display-derive v0.10.0
24952026-03-24T17:38:45.111Z Checking slog-term v2.9.2
24962026-03-24T17:38:45.130Z Checking rustls-webpki v0.102.8
24972026-03-24T17:38:45.465Z Checking serde_spanned v1.0.4
24982026-03-24T17:38:45.468Z Checking debug-ignore v1.0.5
24992026-03-24T17:38:45.602Z Checking toml_writer v1.0.6+spec-1.1.0
25002026-03-24T17:38:45.625Z Checking match_cfg v0.1.0
25012026-03-24T17:38:45.682Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25022026-03-24T17:38:45.738Z Checking hostname v0.3.1
25032026-03-24T17:38:45.782Z Checking slog-json v2.6.1
25042026-03-24T17:38:45.914Z Checking macaddr v1.0.1
25052026-03-24T17:38:45.919Z Checking toml v0.9.12+spec-1.1.0
25062026-03-24T17:38:45.994Z Checking slog-bunyan v2.5.0
25072026-03-24T17:38:46.089Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25082026-03-24T17:38:46.141Z Checking async-stream v0.3.6
25092026-03-24T17:38:46.471Z Checking waitgroup v0.1.2
25102026-03-24T17:38:46.598Z Checking rustls-pemfile v2.2.0
25112026-03-24T17:38:46.629Z Checking serde_path_to_error v0.1.20
25122026-03-24T17:38:46.657Z Checking hostname v0.4.2
25132026-03-24T17:38:46.694Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25142026-03-24T17:38:46.775Z Checking progenitor-client v0.13.0
25152026-03-24T17:38:46.791Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25162026-03-24T17:38:46.838Z Checking progenitor-client v0.10.0
25172026-03-24T17:38:46.886Z Compiling test-strategy v0.4.5
25182026-03-24T17:38:46.980Z Compiling itertools v0.14.0
25192026-03-24T17:38:47.003Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25202026-03-24T17:38:47.076Z Checking backon v1.6.0
25212026-03-24T17:38:47.140Z Checking instant v0.1.13
25222026-03-24T17:38:47.257Z Checking backoff v0.4.0
25232026-03-24T17:38:47.303Z Checking progenitor-extras v0.1.1
25242026-03-24T17:38:47.323Z Checking parse-display v0.10.0
25252026-03-24T17:38:47.489Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25262026-03-24T17:38:47.514Z Checking heck v0.5.0
25272026-03-24T17:38:47.596Z Compiling crucible-workspace-hack v0.1.0
25282026-03-24T17:38:47.712Z Checking tokio-rustls v0.25.0
25292026-03-24T17:38:47.919Z Compiling toml_edit v0.23.10+spec-1.0.0
25302026-03-24T17:38:47.947Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25312026-03-24T17:38:48.208Z Compiling heapless v0.8.0
25322026-03-24T17:38:48.247Z Compiling convert_case v0.4.0
25332026-03-24T17:38:48.740Z Compiling ingot-macros v0.1.1
25342026-03-24T17:38:48.776Z Compiling derive_more v0.99.20
25352026-03-24T17:38:48.804Z Compiling proc-macro-crate v3.4.0
25362026-03-24T17:38:48.862Z Checking hash32 v0.3.1
25372026-03-24T17:38:48.992Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25382026-03-24T17:38:49.035Z Checking secrecy v0.10.3
25392026-03-24T17:38:49.201Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25402026-03-24T17:38:49.452Z Compiling prettyplease v0.2.37
25412026-03-24T17:38:49.499Z Compiling smoltcp v0.11.0
25422026-03-24T17:38:49.579Z Compiling num_enum_derive v0.7.5
25432026-03-24T17:38:49.718Z Compiling typify-impl v0.6.1
25442026-03-24T17:38:49.969Z Checking tabwriter v1.4.1
25452026-03-24T17:38:50.103Z Checking cobs v0.3.0
25462026-03-24T17:38:50.171Z Compiling foreign-types-macros v0.2.3
25472026-03-24T17:38:50.382Z Compiling unsafe-libyaml v0.2.11
25482026-03-24T17:38:50.590Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25492026-03-24T17:38:50.960Z Checking foreign-types-shared v0.3.1
25502026-03-24T17:38:51.028Z Checking cpufeatures v0.3.0
25512026-03-24T17:38:51.076Z Checking foreign-types v0.5.0
25522026-03-24T17:38:51.117Z Compiling serde_yaml v0.9.34+deprecated
25532026-03-24T17:38:51.128Z Checking chacha20 v0.10.0
25542026-03-24T17:38:51.176Z Checking num_enum v0.7.5
25552026-03-24T17:38:51.434Z Checking postcard v1.1.3
25562026-03-24T17:38:52.388Z Compiling proc-macro-crate v1.3.1
25572026-03-24T17:38:52.467Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25582026-03-24T17:38:52.654Z Checking ingot-types v0.1.2
25592026-03-24T17:38:52.939Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25602026-03-24T17:38:52.977Z Checking cstr-argument v0.1.2
25612026-03-24T17:38:53.171Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25622026-03-24T17:38:53.192Z Checking colored v3.1.1
25632026-03-24T17:38:53.202Z Checking ingot v0.1.1
25642026-03-24T17:38:53.277Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25652026-03-24T17:38:53.303Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25662026-03-24T17:38:53.466Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25672026-03-24T17:38:53.488Z Compiling num_enum_derive v0.5.11
25682026-03-24T17:38:53.556Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25692026-03-24T17:38:53.609Z Checking rand v0.10.0
25702026-03-24T17:38:54.801Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25712026-03-24T17:38:55.237Z Checking num_enum v0.5.11
25722026-03-24T17:38:55.551Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25732026-03-24T17:38:56.138Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25742026-03-24T17:38:56.163Z Compiling typify-macro v0.6.1
25752026-03-24T17:38:56.472Z Compiling typify-impl v0.4.3
25762026-03-24T17:38:56.560Z Checking camino-tempfile v1.4.1
25772026-03-24T17:38:56.560Z Checking num-rational v0.4.2
25782026-03-24T17:38:57.055Z Checking half v2.7.1
25792026-03-24T17:38:57.104Z Compiling thiserror-impl-no-std v2.0.2
25802026-03-24T17:38:57.300Z Checking universal-hash v0.5.1
25812026-03-24T17:38:57.412Z Checking num-complex v0.4.6
25822026-03-24T17:38:57.465Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25832026-03-24T17:38:57.784Z Checking opaque-debug v0.3.1
25842026-03-24T17:38:57.876Z Checking ciborium-io v0.2.2
25852026-03-24T17:38:57.906Z Checking num v0.4.3
25862026-03-24T17:38:57.927Z Checking poly1305 v0.8.0
25872026-03-24T17:38:57.997Z Checking ciborium-ll v0.2.2
25882026-03-24T17:38:58.120Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25892026-03-24T17:38:58.154Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25902026-03-24T17:38:58.257Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25912026-03-24T17:38:58.290Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25922026-03-24T17:38:58.492Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
25932026-03-24T17:38:58.553Z Compiling typify v0.6.1
25942026-03-24T17:38:58.668Z Checking toml v0.8.23
25952026-03-24T17:38:58.713Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25962026-03-24T17:38:58.736Z Checking thiserror-no-std v2.0.2
25972026-03-24T17:38:58.854Z Checking byte-wrapper v0.1.0
25982026-03-24T17:38:58.888Z Checking password-hash v0.5.0
25992026-03-24T17:38:58.960Z Checking chacha20 v0.9.1
26002026-03-24T17:38:59.204Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26012026-03-24T17:38:59.219Z Compiling usdt-macro v0.5.0
26022026-03-24T17:38:59.505Z Compiling usdt-attr-macro v0.5.0
26032026-03-24T17:38:59.525Z Checking smf v0.2.3
26042026-03-24T17:38:59.841Z Checking blake2 v0.10.6
26052026-03-24T17:39:00.000Z Checking aead v0.5.2
26062026-03-24T17:39:00.193Z Checking memmap v0.7.0
26072026-03-24T17:39:00.212Z Checking sigpipe v0.1.3
26082026-03-24T17:39:00.236Z Compiling num-derive v0.4.2
26092026-03-24T17:39:00.319Z Checking float-ord v0.3.2
26102026-03-24T17:39:00.372Z Checking glob v0.3.3
26112026-03-24T17:39:00.456Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26122026-03-24T17:39:00.532Z Checking usdt v0.5.0
26132026-03-24T17:39:00.617Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26142026-03-24T17:39:00.756Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26152026-03-24T17:39:00.826Z Checking chacha20poly1305 v0.10.1
26162026-03-24T17:39:00.848Z Checking argon2 v0.5.3
26172026-03-24T17:39:00.906Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26182026-03-24T17:39:01.057Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26192026-03-24T17:39:01.176Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26202026-03-24T17:39:01.305Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26212026-03-24T17:39:01.476Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26222026-03-24T17:39:01.517Z Checking vsss-rs v3.3.4
26232026-03-24T17:39:01.770Z Compiling progenitor-impl v0.13.0
26242026-03-24T17:39:02.223Z Checking ciborium v0.2.2
26252026-03-24T17:39:02.622Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26262026-03-24T17:39:02.724Z Checking indent_write v2.2.0
26272026-03-24T17:39:02.810Z Checking whoami v1.6.1
26282026-03-24T17:39:02.893Z Compiling semver v0.1.20
26292026-03-24T17:39:02.921Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26302026-03-24T17:39:02.951Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26312026-03-24T17:39:02.954Z Compiling typify-macro v0.4.3
26322026-03-24T17:39:03.186Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26332026-03-24T17:39:03.216Z Compiling rustc_version v0.1.7
26342026-03-24T17:39:03.526Z Compiling pin-project-internal v1.1.11
26352026-03-24T17:39:04.217Z Compiling minimal-lexical v0.2.1
26362026-03-24T17:39:04.314Z Checking linked-hash-map v0.5.6
26372026-03-24T17:39:04.548Z Checking swrite v0.1.0
26382026-03-24T17:39:04.567Z Checking lru-cache v0.1.2
26392026-03-24T17:39:04.669Z Compiling nom v7.1.3
26402026-03-24T17:39:04.690Z Compiling newtype_derive v0.1.6
26412026-03-24T17:39:05.111Z Checking pin-project v1.1.11
26422026-03-24T17:39:05.239Z Checking newline-converter v0.3.0
26432026-03-24T17:39:05.327Z Compiling typify v0.4.3
26442026-03-24T17:39:05.383Z Checking atomicwrites v0.4.4
26452026-03-24T17:39:05.438Z Checking phf_shared v0.12.1
26462026-03-24T17:39:05.469Z Checking hickory-proto v0.24.4
26472026-03-24T17:39:05.501Z Compiling progenitor-macro v0.13.0
26482026-03-24T17:39:05.549Z Checking console v0.15.11
26492026-03-24T17:39:05.605Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26502026-03-24T17:39:05.629Z Checking pem v3.0.6
26512026-03-24T17:39:05.930Z Checking csv-core v0.1.13
26522026-03-24T17:39:06.170Z Compiling snafu-derive v0.8.9
26532026-03-24T17:39:06.549Z Compiling derive-where v1.6.0
26542026-03-24T17:39:06.571Z Compiling async-recursion v1.1.1
26552026-03-24T17:39:07.465Z Compiling slog-dtrace v0.3.0
26562026-03-24T17:39:07.717Z Checking resolv-conf v0.7.6
26572026-03-24T17:39:07.962Z Checking highway v1.3.0
26582026-03-24T17:39:07.983Z Compiling chrono-tz v0.10.4
26592026-03-24T17:39:08.240Z Checking unicode-width v0.1.14
26602026-03-24T17:39:08.327Z Compiling cancel-safe-futures v0.1.5
26612026-03-24T17:39:08.359Z Checking same-file v1.0.6
26622026-03-24T17:39:08.521Z Compiling owo-colors v4.3.0
26632026-03-24T17:39:08.585Z Checking walkdir v2.5.0
26642026-03-24T17:39:08.635Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26652026-03-24T17:39:08.735Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26662026-03-24T17:39:08.844Z Compiling const_format_proc_macros v0.2.34
26672026-03-24T17:39:08.941Z Checking snafu v0.8.9
26682026-03-24T17:39:09.031Z Checking hickory-resolver v0.24.4
26692026-03-24T17:39:09.343Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26702026-03-24T17:39:09.783Z Checking csv v1.4.0
26712026-03-24T17:39:09.962Z Checking expectorate v1.2.0
26722026-03-24T17:39:09.984Z Checking phf v0.12.1
26732026-03-24T17:39:10.131Z Compiling progenitor-impl v0.10.0
26742026-03-24T17:39:10.185Z Checking tokio-dtrace v0.1.1
26752026-03-24T17:39:10.230Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26762026-03-24T17:39:10.295Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26772026-03-24T17:39:10.423Z Checking globset v0.4.18
26782026-03-24T17:39:10.702Z Checking olpc-cjson v0.1.4
26792026-03-24T17:39:10.727Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26802026-03-24T17:39:10.784Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26812026-03-24T17:39:10.888Z Checking libsw-core v0.3.2
26822026-03-24T17:39:10.997Z Checking serde_plain v1.0.2
26832026-03-24T17:39:11.081Z Checking arc-swap v1.8.2
26842026-03-24T17:39:11.127Z Compiling lzma-sys v0.1.20
26852026-03-24T17:39:11.195Z Checking bytecount v0.6.9
26862026-03-24T17:39:11.336Z Checking utf-8 v0.7.6
26872026-03-24T17:39:11.514Z Checking typed-path v0.9.3
26882026-03-24T17:39:11.687Z Checking tungstenite v0.21.0
26892026-03-24T17:39:12.268Z Checking slog-scope v4.4.1
26902026-03-24T17:39:12.290Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26912026-03-24T17:39:12.452Z Checking papergrid v0.11.0
26922026-03-24T17:39:12.508Z Checking libsw v3.5.0
26932026-03-24T17:39:12.618Z Checking tough v0.20.0
26942026-03-24T17:39:12.638Z Checking progenitor v0.13.0
26952026-03-24T17:39:12.706Z Checking oxide-tokio-rt v0.1.3
26962026-03-24T17:39:12.815Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26972026-03-24T17:39:12.925Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26982026-03-24T17:39:13.380Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26992026-03-24T17:39:13.564Z Checking qorb v0.4.1
27002026-03-24T17:39:13.830Z Compiling progenitor-macro v0.10.0
27012026-03-24T17:39:14.379Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27022026-03-24T17:39:14.662Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27032026-03-24T17:39:14.911Z Checking const_format v0.2.35
27042026-03-24T17:39:15.500Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27052026-03-24T17:39:15.520Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27062026-03-24T17:39:15.647Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27072026-03-24T17:39:15.777Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27082026-03-24T17:39:16.060Z Compiling cargo_toml v0.22.3
27092026-03-24T17:39:16.165Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27102026-03-24T17:39:16.219Z Checking gethostname v0.5.0
27112026-03-24T17:39:16.241Z Compiling tabled_derive v0.7.0
27122026-03-24T17:39:16.327Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27132026-03-24T17:39:16.346Z Checking bcs v0.1.6
27142026-03-24T17:39:16.552Z Checking smawk v0.3.2
27152026-03-24T17:39:16.639Z Checking linear-map v1.2.0
27162026-03-24T17:39:16.662Z Checking termtree v0.5.1
27172026-03-24T17:39:16.735Z Checking unicode-linebreak v0.1.5
27182026-03-24T17:39:16.845Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27192026-03-24T17:39:16.876Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27202026-03-24T17:39:17.006Z Checking textwrap v0.16.2
27212026-03-24T17:39:17.298Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27222026-03-24T17:39:17.538Z Checking tabled v0.15.0
27232026-03-24T17:39:17.794Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27242026-03-24T17:39:18.623Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27252026-03-24T17:39:18.674Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27262026-03-24T17:39:19.181Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27272026-03-24T17:39:19.248Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27282026-03-24T17:39:19.456Z Checking steno v0.4.1
27292026-03-24T17:39:19.479Z Checking slog-stdlog v4.1.1
27302026-03-24T17:39:19.642Z Checking typeid v1.0.3
27312026-03-24T17:39:19.779Z Checking tokio-tungstenite v0.21.0
27322026-03-24T17:39:19.984Z Checking base64 v0.21.7
27332026-03-24T17:39:20.125Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27342026-03-24T17:39:20.146Z Checking humantime v2.3.0
27352026-03-24T17:39:20.316Z Checking xz2 v0.1.7
27362026-03-24T17:39:20.402Z Checking ron v0.12.0
27372026-03-24T17:39:20.549Z Checking slog-envlogger v2.2.0
27382026-03-24T17:39:20.648Z Checking yasna v0.5.2
27392026-03-24T17:39:20.747Z Checking headers-core v0.3.0
27402026-03-24T17:39:20.834Z Checking filetime v0.2.27
27412026-03-24T17:39:20.889Z Checking base16ct v1.0.0
27422026-03-24T17:39:20.986Z Checking progenitor v0.10.0
27432026-03-24T17:39:21.013Z Checking xattr v1.6.1
27442026-03-24T17:39:21.055Z Checking headers v0.4.1
27452026-03-24T17:39:21.168Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27462026-03-24T17:39:21.188Z Checking tar v0.4.44
27472026-03-24T17:39:21.192Z Checking rcgen v0.12.1
27482026-03-24T17:39:21.326Z Checking subprocess v0.2.15
27492026-03-24T17:39:28.927Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27502026-03-24T17:39:37.454Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27512026-03-24T17:39:39.321Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27522026-03-24T17:39:40.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
27532026-03-24T17:39:41.171Z
27542026-03-24T17:39:41.171Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/267)
27552026-03-24T17:39:41.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562026-03-24T17:39:41.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572026-03-24T17:39:42.266Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27582026-03-24T17:39:44.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.84s
27592026-03-24T17:39:44.259Z
27602026-03-24T17:39:44.259Zinfo: running `cargo check --bins` on nexus-config (51/267)
27612026-03-24T17:39:45.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622026-03-24T17:39:45.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632026-03-24T17:39:45.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642026-03-24T17:39:45.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
27652026-03-24T17:39:45.151Z
27662026-03-24T17:39:45.151Zinfo: running `cargo check --bins` on nexus-types (52/267)
27672026-03-24T17:39:45.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682026-03-24T17:39:45.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692026-03-24T17:39:45.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27702026-03-24T17:39:45.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
27712026-03-24T17:39:46.033Z
27722026-03-24T17:39:46.033Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/267)
27732026-03-24T17:39:46.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742026-03-24T17:39:46.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752026-03-24T17:39:46.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27762026-03-24T17:39:46.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27772026-03-24T17:39:46.873Z
27782026-03-24T17:39:46.873Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/267)
27792026-03-24T17:39:47.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-03-24T17:39:47.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-03-24T17:39:47.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27822026-03-24T17:39:47.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
27832026-03-24T17:39:47.719Z
27842026-03-24T17:39:47.719Zinfo: running `cargo check --bins` on cockroach-admin-types (55/267)
27852026-03-24T17:39:48.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862026-03-24T17:39:48.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872026-03-24T17:39:48.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882026-03-24T17:39:48.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27892026-03-24T17:39:48.544Z
27902026-03-24T17:39:48.544Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/267)
27912026-03-24T17:39:49.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922026-03-24T17:39:49.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932026-03-24T17:39:49.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942026-03-24T17:39:49.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27952026-03-24T17:39:49.368Z
27962026-03-24T17:39:49.368Zinfo: running `cargo check --bins` on ereport-types (57/267)
27972026-03-24T17:39:50.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982026-03-24T17:39:50.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992026-03-24T17:39:50.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002026-03-24T17:39:50.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28012026-03-24T17:39:50.202Z
28022026-03-24T17:39:50.202Zinfo: running `cargo check --bins` on gateway-client (58/267)
28032026-03-24T17:39:50.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042026-03-24T17:39:50.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052026-03-24T17:39:50.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062026-03-24T17:39:50.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28072026-03-24T17:39:51.035Z
28082026-03-24T17:39:51.035Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/267)
28092026-03-24T17:39:51.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102026-03-24T17:39:51.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112026-03-24T17:39:51.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122026-03-24T17:39:51.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28132026-03-24T17:39:51.863Z
28142026-03-24T17:39:51.863Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/267)
28152026-03-24T17:39:52.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162026-03-24T17:39:52.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172026-03-24T17:39:52.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28182026-03-24T17:39:52.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28192026-03-24T17:39:52.694Z
28202026-03-24T17:39:52.694Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/267)
28212026-03-24T17:39:53.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-03-24T17:39:53.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-03-24T17:39:53.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28242026-03-24T17:39:53.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28252026-03-24T17:39:53.527Z
28262026-03-24T17:39:53.527Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/267)
28272026-03-24T17:39:54.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-03-24T17:39:54.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-03-24T17:39:54.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302026-03-24T17:39:54.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28312026-03-24T17:39:54.365Z
28322026-03-24T17:39:54.365Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/267)
28332026-03-24T17:39:55.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-03-24T17:39:55.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-03-24T17:39:55.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362026-03-24T17:39:55.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
28372026-03-24T17:39:55.219Z
28382026-03-24T17:39:55.219Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/267)
28392026-03-24T17:39:55.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-03-24T17:39:55.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-03-24T17:39:55.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422026-03-24T17:39:55.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
28432026-03-24T17:39:56.079Z
28442026-03-24T17:39:56.079Zinfo: running `cargo check --bins` on key-manager-types (65/267)
28452026-03-24T17:39:56.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-03-24T17:39:56.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-03-24T17:39:56.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28482026-03-24T17:39:56.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28492026-03-24T17:39:56.903Z
28502026-03-24T17:39:56.903Zinfo: running `cargo check --bins` on oxlog (66/267)
28512026-03-24T17:39:57.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-03-24T17:39:57.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-03-24T17:39:57.766Z Compiling newtype-uuid v1.3.2
28542026-03-24T17:39:58.031Z Compiling daft v0.1.5
28552026-03-24T17:39:58.296Z Compiling iddqd v0.3.17
28562026-03-24T17:39:59.581Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28572026-03-24T17:39:59.868Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28582026-03-24T17:40:00.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s
28592026-03-24T17:40:00.444Z
28602026-03-24T17:40:00.444Zinfo: running `cargo check --bins` on internal-dns-types (67/267)
28612026-03-24T17:40:01.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-03-24T17:40:01.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-03-24T17:40:01.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642026-03-24T17:40:01.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28652026-03-24T17:40:01.285Z
28662026-03-24T17:40:01.285Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/267)
28672026-03-24T17:40:02.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-03-24T17:40:02.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-03-24T17:40:02.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702026-03-24T17:40:02.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28712026-03-24T17:40:02.125Z
28722026-03-24T17:40:02.125Zinfo: running `cargo check --bins` on nexus-types-versions (69/267)
28732026-03-24T17:40:02.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-03-24T17:40:02.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-03-24T17:40:02.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762026-03-24T17:40:02.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
28772026-03-24T17:40:03.002Z
28782026-03-24T17:40:03.002Zinfo: running `cargo check --bins` on omicron-passwords (70/267)
28792026-03-24T17:40:03.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-03-24T17:40:03.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-03-24T17:40:03.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-03-24T17:40:03.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28832026-03-24T17:40:03.823Z
28842026-03-24T17:40:03.823Zinfo: running `cargo check --bins` on oxql-types (71/267)
28852026-03-24T17:40:04.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-03-24T17:40:04.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-03-24T17:40:04.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882026-03-24T17:40:04.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28892026-03-24T17:40:04.646Z
28902026-03-24T17:40:04.646Zinfo: running `cargo check --bins` on oximeter-types (72/267)
28912026-03-24T17:40:14.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-03-24T17:40:14.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-03-24T17:40:14.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-03-24T17:40:14.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28952026-03-24T17:40:14.296Z
28962026-03-24T17:40:14.296Zinfo: running `cargo check --bins` on oximeter-types-versions (73/267)
28972026-03-24T17:40:14.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-03-24T17:40:14.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-03-24T17:40:14.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-03-24T17:40:14.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29012026-03-24T17:40:14.296Z
29022026-03-24T17:40:14.296Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/267)
29032026-03-24T17:40:14.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-03-24T17:40:14.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-03-24T17:40:14.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-03-24T17:40:14.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29072026-03-24T17:40:14.296Z
29082026-03-24T17:40:14.296Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/267)
29092026-03-24T17:40:14.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-03-24T17:40:14.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-03-24T17:40:14.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-03-24T17:40:14.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
29132026-03-24T17:40:14.296Z
29142026-03-24T17:40:14.296Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/267)
29152026-03-24T17:40:14.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-03-24T17:40:14.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-03-24T17:40:14.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-03-24T17:40:14.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
29192026-03-24T17:40:14.296Z
29202026-03-24T17:40:14.296Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/267)
29212026-03-24T17:40:14.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-03-24T17:40:14.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-03-24T17:40:14.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-03-24T17:40:14.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
29252026-03-24T17:40:14.296Z
29262026-03-24T17:40:14.296Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/267)
29272026-03-24T17:40:14.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-03-24T17:40:14.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-03-24T17:40:14.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-03-24T17:40:14.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
29312026-03-24T17:40:14.297Z
29322026-03-24T17:40:14.297Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/267)
29332026-03-24T17:40:14.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-03-24T17:40:14.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-03-24T17:40:14.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-03-24T17:40:14.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29372026-03-24T17:40:14.343Z
29382026-03-24T17:40:14.343Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/267)
29392026-03-24T17:40:14.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-03-24T17:40:14.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-03-24T17:40:14.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422026-03-24T17:40:14.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29432026-03-24T17:40:14.344Z
29442026-03-24T17:40:14.344Zinfo: running `cargo check --bins --no-default-features` on gfss (81/267)
29452026-03-24T17:40:14.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462026-03-24T17:40:14.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472026-03-24T17:40:14.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29482026-03-24T17:40:14.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29492026-03-24T17:40:14.344Z
29502026-03-24T17:40:14.344Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/267)
29512026-03-24T17:40:14.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522026-03-24T17:40:14.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532026-03-24T17:40:14.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29542026-03-24T17:40:14.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29552026-03-24T17:40:14.344Z
29562026-03-24T17:40:14.344Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/267)
29572026-03-24T17:40:14.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29582026-03-24T17:40:14.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29592026-03-24T17:40:14.737Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29602026-03-24T17:40:15.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
29612026-03-24T17:40:15.678Z
29622026-03-24T17:40:15.678Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/267)
29632026-03-24T17:40:16.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29642026-03-24T17:40:16.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29652026-03-24T17:40:16.629Z Compiling ar_archive_writer v0.5.1
29662026-03-24T17:40:16.762Z Compiling stacker v0.1.23
29672026-03-24T17:40:16.777Z Compiling cfg_aliases v0.1.1
29682026-03-24T17:40:16.789Z Compiling convert_case v0.10.0
29692026-03-24T17:40:16.821Z Checking fd-lock v4.0.4
29702026-03-24T17:40:16.824Z Checking nibble_vec v0.1.0
29712026-03-24T17:40:16.824Z Checking vte v0.14.1
29722026-03-24T17:40:16.824Z Compiling recursive-proc-macro-impl v0.1.1
29732026-03-24T17:40:16.908Z Compiling nix v0.28.0
29742026-03-24T17:40:16.993Z Checking endian-type v0.1.2
29752026-03-24T17:40:17.031Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29762026-03-24T17:40:17.050Z Checking strip-ansi-escapes v0.2.1
29772026-03-24T17:40:17.102Z Compiling peg-macros v0.8.5
29782026-03-24T17:40:17.159Z Checking radix_trie v0.2.1
29792026-03-24T17:40:17.178Z Checking winnow v0.6.26
29802026-03-24T17:40:17.195Z Compiling derive_more-impl v2.1.1
29812026-03-24T17:40:17.417Z Compiling sqlparser_derive v0.5.0
29822026-03-24T17:40:17.434Z Checking nu-ansi-term v0.50.3
29832026-03-24T17:40:17.671Z Checking unicode_categories v0.1.1
29842026-03-24T17:40:17.709Z Checking home v0.5.12
29852026-03-24T17:40:17.846Z Checking reedline v0.40.0
29862026-03-24T17:40:17.914Z Checking display-error-chain v0.2.2
29872026-03-24T17:40:17.944Z Compiling psm v0.1.30
29882026-03-24T17:40:18.315Z Checking derive_more v2.1.1
29892026-03-24T17:40:18.416Z Checking crossterm v0.29.0
29902026-03-24T17:40:18.694Z Checking peg v0.8.5
29912026-03-24T17:40:18.736Z Checking rustyline v14.0.0
29922026-03-24T17:40:18.774Z Checking sqlformat v0.3.5
29932026-03-24T17:40:18.922Z Checking recursive v0.1.1
29942026-03-24T17:40:19.033Z Checking sqlparser v0.61.0
29952026-03-24T17:40:35.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.46s
29962026-03-24T17:40:35.368Z
29972026-03-24T17:40:35.368Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/267)
29982026-03-24T17:40:36.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992026-03-24T17:40:36.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002026-03-24T17:40:36.308Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30012026-03-24T17:40:41.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.67s
30022026-03-24T17:40:41.291Z
30032026-03-24T17:40:41.291Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/267)
30042026-03-24T17:40:42.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052026-03-24T17:40:42.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062026-03-24T17:40:42.249Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30072026-03-24T17:40:45.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s
30082026-03-24T17:40:45.791Z
30092026-03-24T17:40:45.791Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/267)
30102026-03-24T17:40:46.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112026-03-24T17:40:46.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122026-03-24T17:40:46.738Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30132026-03-24T17:40:51.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s
30142026-03-24T17:40:51.421Z
30152026-03-24T17:40:51.422Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/267)
30162026-03-24T17:40:52.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172026-03-24T17:40:52.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182026-03-24T17:40:52.369Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30192026-03-24T17:40:56.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s
30202026-03-24T17:40:57.122Z
30212026-03-24T17:40:57.122Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/267)
30222026-03-24T17:40:57.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232026-03-24T17:40:57.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242026-03-24T17:40:58.041Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30252026-03-24T17:41:02.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
30262026-03-24T17:41:02.393Z
30272026-03-24T17:41:02.394Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/267)
30282026-03-24T17:41:02.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-03-24T17:41:02.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-03-24T17:41:02.750Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30312026-03-24T17:41:06.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.54s
30322026-03-24T17:41:06.582Z
30332026-03-24T17:41:06.582Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/267)
30342026-03-24T17:41:07.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-03-24T17:41:07.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-03-24T17:41:07.547Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30372026-03-24T17:41:13.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.68s
30382026-03-24T17:41:15.620Z
30392026-03-24T17:41:15.620Zinfo: running `cargo check --bins` on oximeter (92/267)
30402026-03-24T17:41:15.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-03-24T17:41:15.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-03-24T17:41:15.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-03-24T17:41:15.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30442026-03-24T17:41:15.620Z
30452026-03-24T17:41:15.620Zinfo: running `cargo check --bins` on oximeter-schema (93/267)
30462026-03-24T17:41:15.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-03-24T17:41:15.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-03-24T17:41:15.658Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30492026-03-24T17:41:15.658Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30502026-03-24T17:41:15.659Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30512026-03-24T17:41:15.748Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30522026-03-24T17:41:19.798Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30532026-03-24T17:41:20.317Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30542026-03-24T17:41:21.799Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30552026-03-24T17:41:22.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.36s
30562026-03-24T17:41:23.009Z
30572026-03-24T17:41:23.009Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/267)
30582026-03-24T17:41:23.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-03-24T17:41:23.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-03-24T17:41:23.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-03-24T17:41:23.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30622026-03-24T17:41:23.796Z
30632026-03-24T17:41:23.796Zinfo: running `cargo check --bins` on oximeter-test-utils (95/267)
30642026-03-24T17:41:24.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-03-24T17:41:24.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-03-24T17:41:24.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-03-24T17:41:24.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
30682026-03-24T17:41:24.708Z
30692026-03-24T17:41:24.709Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/267)
30702026-03-24T17:41:25.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-03-24T17:41:25.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-03-24T17:41:25.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-03-24T17:41:25.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30742026-03-24T17:41:25.521Z
30752026-03-24T17:41:25.521Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/267)
30762026-03-24T17:41:26.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-03-24T17:41:26.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-03-24T17:41:26.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-03-24T17:41:26.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
30802026-03-24T17:41:26.416Z
30812026-03-24T17:41:26.416Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/267)
30822026-03-24T17:41:27.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-03-24T17:41:27.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-03-24T17:41:27.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-03-24T17:41:27.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30862026-03-24T17:41:27.225Z
30872026-03-24T17:41:27.225Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/267)
30882026-03-24T17:41:27.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-03-24T17:41:28.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-03-24T17:41:28.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-03-24T17:41:28.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30922026-03-24T17:41:28.083Z
30932026-03-24T17:41:28.083Zinfo: running `cargo check --bins` on trust-quorum-types (100/267)
30942026-03-24T17:41:28.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-03-24T17:41:28.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-03-24T17:41:28.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-03-24T17:41:28.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30982026-03-24T17:41:28.904Z
30992026-03-24T17:41:28.904Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/267)
31002026-03-24T17:41:29.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-03-24T17:41:29.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-03-24T17:41:29.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-03-24T17:41:29.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31042026-03-24T17:41:29.756Z
31052026-03-24T17:41:29.756Zinfo: running `cargo check --bins` on update-engine (102/267)
31062026-03-24T17:41:30.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-03-24T17:41:30.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-03-24T17:41:30.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-03-24T17:41:30.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31102026-03-24T17:41:30.581Z
31112026-03-24T17:41:30.582Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/267)
31122026-03-24T17:41:31.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-03-24T17:41:31.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-03-24T17:41:31.552Z Checking dropshot-api-manager-types v0.6.0
31152026-03-24T17:41:31.557Z Checking nanorand v0.7.0
31162026-03-24T17:41:31.866Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31172026-03-24T17:41:31.906Z Checking flume v0.11.1
31182026-03-24T17:41:32.184Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31192026-03-24T17:41:35.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.90s
31202026-03-24T17:41:35.470Z
31212026-03-24T17:41:35.470Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/267)
31222026-03-24T17:41:35.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-03-24T17:41:35.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-03-24T17:41:35.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-03-24T17:41:35.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31262026-03-24T17:41:35.470Z
31272026-03-24T17:41:35.470Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/267)
31282026-03-24T17:41:35.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-03-24T17:41:35.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-03-24T17:41:35.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-03-24T17:41:35.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31322026-03-24T17:41:35.480Z
31332026-03-24T17:41:35.480Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/267)
31342026-03-24T17:41:36.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-03-24T17:41:36.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-03-24T17:41:36.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-03-24T17:41:36.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
31382026-03-24T17:41:36.308Z
31392026-03-24T17:41:36.308Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/267)
31402026-03-24T17:41:37.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-03-24T17:41:37.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-03-24T17:41:37.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-03-24T17:41:37.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31442026-03-24T17:41:37.130Z
31452026-03-24T17:41:37.131Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/267)
31462026-03-24T17:41:37.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-03-24T17:41:37.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-03-24T17:41:37.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-03-24T17:41:37.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31502026-03-24T17:41:37.971Z
31512026-03-24T17:41:37.971Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/267)
31522026-03-24T17:41:38.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-03-24T17:41:38.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-03-24T17:41:38.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-03-24T17:41:38.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31562026-03-24T17:41:38.808Z
31572026-03-24T17:41:38.808Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/267)
31582026-03-24T17:41:39.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-03-24T17:41:39.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-03-24T17:41:39.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612026-03-24T17:41:39.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31622026-03-24T17:41:39.645Z
31632026-03-24T17:41:39.645Zinfo: running `cargo check --bins` on cockroach-admin-client (111/267)
31642026-03-24T17:41:40.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-03-24T17:41:40.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-03-24T17:41:40.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672026-03-24T17:41:40.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31682026-03-24T17:41:40.462Z
31692026-03-24T17:41:40.462Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/267)
31702026-03-24T17:41:41.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712026-03-24T17:41:41.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722026-03-24T17:41:41.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732026-03-24T17:41:41.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31742026-03-24T17:41:41.312Z
31752026-03-24T17:41:41.312Zinfo: running `cargo check --bins` on dns-service-client (113/267)
31762026-03-24T17:41:42.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772026-03-24T17:41:42.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782026-03-24T17:41:42.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792026-03-24T17:41:42.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31802026-03-24T17:41:42.154Z
31812026-03-24T17:41:42.154Zinfo: running `cargo check --bins` on installinator-client (114/267)
31822026-03-24T17:41:42.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832026-03-24T17:41:42.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842026-03-24T17:41:42.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31852026-03-24T17:41:42.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31862026-03-24T17:41:42.970Z
31872026-03-24T17:41:42.970Zinfo: running `cargo check --bins` on nexus-client (115/267)
31882026-03-24T17:41:43.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31892026-03-24T17:41:43.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31902026-03-24T17:41:43.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31912026-03-24T17:41:43.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
31922026-03-24T17:41:43.850Z
31932026-03-24T17:41:43.850Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/267)
31942026-03-24T17:41:44.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952026-03-24T17:41:44.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962026-03-24T17:41:44.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31972026-03-24T17:41:44.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
31982026-03-24T17:41:44.795Z
31992026-03-24T17:41:44.795Zinfo: running `cargo check --bins` on ntp-admin-client (117/267)
32002026-03-24T17:41:45.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012026-03-24T17:41:45.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022026-03-24T17:41:45.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32032026-03-24T17:41:45.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32042026-03-24T17:41:45.547Z
32052026-03-24T17:41:45.547Zinfo: running `cargo check --bins` on oxide-client (118/267)
32062026-03-24T17:41:46.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-03-24T17:41:46.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-03-24T17:41:46.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092026-03-24T17:41:46.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32102026-03-24T17:41:46.380Z
32112026-03-24T17:41:46.380Zinfo: running `cargo check --bins` on oximeter-client (119/267)
32122026-03-24T17:41:47.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-03-24T17:41:47.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-03-24T17:41:47.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-03-24T17:41:47.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
32162026-03-24T17:41:47.213Z
32172026-03-24T17:41:47.213Zinfo: running `cargo check --bins` on repo-depot-client (120/267)
32182026-03-24T17:41:47.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-03-24T17:41:47.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-03-24T17:41:47.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212026-03-24T17:41:47.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32222026-03-24T17:41:48.012Z
32232026-03-24T17:41:48.012Zinfo: running `cargo check --bins` on sled-agent-client (121/267)
32242026-03-24T17:41:48.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-03-24T17:41:48.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-03-24T17:41:48.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32272026-03-24T17:41:48.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
32282026-03-24T17:41:48.873Z
32292026-03-24T17:41:48.874Zinfo: running `cargo check --bins` on wicketd-client (122/267)
32302026-03-24T17:41:49.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-03-24T17:41:49.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-03-24T17:41:49.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32332026-03-24T17:41:49.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
32342026-03-24T17:41:49.749Z
32352026-03-24T17:41:49.749Zinfo: running `cargo check --bins` on installinator-common (123/267)
32362026-03-24T17:41:50.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372026-03-24T17:41:50.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382026-03-24T17:41:50.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32392026-03-24T17:41:50.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
32402026-03-24T17:41:50.599Z
32412026-03-24T17:41:50.599Zinfo: running `cargo check --bins` on installinator-common-versions (124/267)
32422026-03-24T17:41:51.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432026-03-24T17:41:51.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442026-03-24T17:41:51.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32452026-03-24T17:41:51.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32462026-03-24T17:41:51.424Z
32472026-03-24T17:41:51.424Zinfo: running `cargo check --bins` on wicket-common (125/267)
32482026-03-24T17:41:52.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492026-03-24T17:41:52.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502026-03-24T17:41:52.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32512026-03-24T17:41:52.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
32522026-03-24T17:41:52.279Z
32532026-03-24T17:41:52.279Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/267)
32542026-03-24T17:41:53.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552026-03-24T17:41:53.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562026-03-24T17:41:53.225Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32572026-03-24T17:41:53.235Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32582026-03-24T17:41:53.235Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32592026-03-24T17:41:53.402Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32602026-03-24T17:41:53.402Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32612026-03-24T17:41:53.539Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32622026-03-24T17:41:53.612Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32632026-03-24T17:41:53.872Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32642026-03-24T17:41:53.882Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32652026-03-24T17:41:58.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s
32662026-03-24T17:41:58.894Z
32672026-03-24T17:41:58.894Zinfo: running `cargo check --bins` on cockroach-admin-api (127/267)
32682026-03-24T17:41:58.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32692026-03-24T17:41:58.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32702026-03-24T17:41:58.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32712026-03-24T17:41:58.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
32722026-03-24T17:41:58.895Z
32732026-03-24T17:41:58.895Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/267)
32742026-03-24T17:41:58.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32752026-03-24T17:41:58.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32762026-03-24T17:41:58.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32772026-03-24T17:41:58.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
32782026-03-24T17:41:58.895Z
32792026-03-24T17:41:58.895Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/267)
32802026-03-24T17:41:59.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32812026-03-24T17:41:59.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32822026-03-24T17:41:59.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32832026-03-24T17:41:59.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
32842026-03-24T17:41:59.783Z
32852026-03-24T17:41:59.783Zinfo: running `cargo check --bins` on dns-server (130/267)
32862026-03-24T17:42:00.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32872026-03-24T17:42:00.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32882026-03-24T17:42:00.717Z Compiling parking_lot_core v0.8.6
32892026-03-24T17:42:00.721Z Compiling git-stub v1.0.0
32902026-03-24T17:42:00.721Z Compiling atomicwrites v0.4.4
32912026-03-24T17:42:00.721Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32922026-03-24T17:42:00.889Z Checking tagptr v0.2.0
32932026-03-24T17:42:00.906Z Checking prefix-trie v0.7.0
32942026-03-24T17:42:00.909Z Checking fxhash v0.2.1
32952026-03-24T17:42:00.909Z Checking hickory-client v0.25.2
32962026-03-24T17:42:01.067Z Compiling git-stub-vcs v0.1.0
32972026-03-24T17:42:01.085Z Checking moka v0.12.13
32982026-03-24T17:42:01.329Z Checking hickory-server v0.25.2
32992026-03-24T17:42:01.417Z Checking parking_lot v0.11.2
33002026-03-24T17:42:01.448Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33012026-03-24T17:42:01.550Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33022026-03-24T17:42:01.555Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33032026-03-24T17:42:01.555Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33042026-03-24T17:42:01.652Z Checking sled v0.34.7
33052026-03-24T17:42:01.917Z Checking hickory-resolver v0.25.2
33062026-03-24T17:42:04.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s
33072026-03-24T17:42:04.729Z
33082026-03-24T17:42:04.729Zinfo: running `cargo check --bins` on dns-server-api (131/267)
33092026-03-24T17:42:05.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102026-03-24T17:42:05.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112026-03-24T17:42:05.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122026-03-24T17:42:05.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
33132026-03-24T17:42:05.563Z
33142026-03-24T17:42:05.563Zinfo: running `cargo check --bins` on gateway-test-utils (132/267)
33152026-03-24T17:42:06.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162026-03-24T17:42:06.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172026-03-24T17:42:06.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182026-03-24T17:42:06.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
33192026-03-24T17:42:06.473Z
33202026-03-24T17:42:06.473Zinfo: running `cargo check --bins` on omicron-gateway (133/267)
33212026-03-24T17:42:07.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222026-03-24T17:42:07.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232026-03-24T17:42:07.528Z Compiling radium v0.7.0
33242026-03-24T17:42:07.673Z Checking tap v1.0.1
33252026-03-24T17:42:07.676Z Compiling maybe-uninit v2.0.0
33262026-03-24T17:42:07.707Z Compiling zerocopy-derive v0.6.6
33272026-03-24T17:42:07.721Z Checking funty v2.0.0
33282026-03-24T17:42:07.737Z Compiling packed_struct v0.10.1
33292026-03-24T17:42:07.741Z Checking crc-catalog v2.4.0
33302026-03-24T17:42:07.777Z Compiling packed_struct_codegen v0.10.1
33312026-03-24T17:42:07.813Z Checking wyz v0.5.1
33322026-03-24T17:42:07.883Z Checking crc v3.4.0
33332026-03-24T17:42:08.070Z Compiling bitfield-macros v0.19.4
33342026-03-24T17:42:08.104Z Compiling indexmap v1.9.3
33352026-03-24T17:42:08.123Z Checking nodrop v0.1.14
33362026-03-24T17:42:08.173Z Checking smallvec v0.6.14
33372026-03-24T17:42:08.195Z Checking hashbrown v0.12.3
33382026-03-24T17:42:08.237Z Checking array-init v0.0.4
33392026-03-24T17:42:08.270Z Checking bitvec v1.0.1
33402026-03-24T17:42:08.381Z Checking ron v0.8.1
33412026-03-24T17:42:08.436Z Checking hashbrown v0.13.2
33422026-03-24T17:42:08.716Z Checking serde-hex v0.1.0
33432026-03-24T17:42:08.837Z Checking zerocopy v0.6.6
33442026-03-24T17:42:09.018Z Checking crc-any v2.5.0
33452026-03-24T17:42:09.036Z Checking bitfield v0.19.4
33462026-03-24T17:42:09.108Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33472026-03-24T17:42:09.199Z Checking object v0.30.4
33482026-03-24T17:42:09.235Z Checking half v1.8.3
33492026-03-24T17:42:09.256Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33502026-03-24T17:42:09.273Z Checking void v1.0.2
33512026-03-24T17:42:09.373Z Checking path-slash v0.1.5
33522026-03-24T17:42:09.404Z Checking lzss v0.8.2
33532026-03-24T17:42:09.450Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33542026-03-24T17:42:09.499Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33552026-03-24T17:42:09.505Z Checking serde_cbor v0.11.2
33562026-03-24T17:42:09.585Z Checking tungstenite v0.23.0
33572026-03-24T17:42:09.643Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33582026-03-24T17:42:09.662Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33592026-03-24T17:42:09.704Z Checking nix v0.27.1
33602026-03-24T17:42:10.050Z Checking kstat-rs v0.2.4
33612026-03-24T17:42:10.150Z Checking serde_bytes v0.11.19
33622026-03-24T17:42:10.178Z Checking tokio-tungstenite v0.23.1
33632026-03-24T17:42:10.297Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33642026-03-24T17:42:10.393Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33652026-03-24T17:42:10.421Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33662026-03-24T17:42:10.508Z Checking signal-hook-tokio v0.3.1
33672026-03-24T17:42:11.592Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33682026-03-24T17:42:11.838Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33692026-03-24T17:42:15.215Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33702026-03-24T17:42:16.427Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33712026-03-24T17:42:16.808Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33722026-03-24T17:42:18.324Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33732026-03-24T17:42:21.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.65s
33742026-03-24T17:42:21.381Z
33752026-03-24T17:42:21.381Zinfo: running `cargo check --bins` on gateway-api (134/267)
33762026-03-24T17:42:22.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-03-24T17:42:22.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-03-24T17:42:22.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-03-24T17:42:22.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
33802026-03-24T17:42:22.219Z
33812026-03-24T17:42:22.219Zinfo: running `cargo check --bins` on ipcc (135/267)
33822026-03-24T17:42:22.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-03-24T17:42:22.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-03-24T17:42:22.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-03-24T17:42:22.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
33862026-03-24T17:42:23.054Z
33872026-03-24T17:42:23.054Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/267)
33882026-03-24T17:42:23.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-03-24T17:42:23.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-03-24T17:42:23.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-03-24T17:42:23.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33922026-03-24T17:42:23.865Z
33932026-03-24T17:42:23.865Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/267)
33942026-03-24T17:42:24.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-03-24T17:42:24.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-03-24T17:42:24.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-03-24T17:42:24.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
33982026-03-24T17:42:24.708Z
33992026-03-24T17:42:24.708Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/267)
34002026-03-24T17:42:25.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-03-24T17:42:25.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-03-24T17:42:25.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-03-24T17:42:25.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34042026-03-24T17:42:25.552Z
34052026-03-24T17:42:25.552Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/267)
34062026-03-24T17:42:26.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-03-24T17:42:26.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-03-24T17:42:26.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-03-24T17:42:26.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34102026-03-24T17:42:26.392Z
34112026-03-24T17:42:26.392Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/267)
34122026-03-24T17:42:27.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-03-24T17:42:27.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-03-24T17:42:27.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-03-24T17:42:27.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34162026-03-24T17:42:27.231Z
34172026-03-24T17:42:27.231Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/267)
34182026-03-24T17:42:27.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-03-24T17:42:27.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-03-24T17:42:27.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-03-24T17:42:27.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34222026-03-24T17:42:28.072Z
34232026-03-24T17:42:28.072Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/267)
34242026-03-24T17:42:28.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-03-24T17:42:28.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-03-24T17:42:28.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-03-24T17:42:28.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34282026-03-24T17:42:28.913Z
34292026-03-24T17:42:28.913Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/267)
34302026-03-24T17:42:29.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-03-24T17:42:29.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-03-24T17:42:29.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-03-24T17:42:29.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34342026-03-24T17:42:29.749Z
34352026-03-24T17:42:29.749Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/267)
34362026-03-24T17:42:30.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-03-24T17:42:30.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-03-24T17:42:30.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-03-24T17:42:30.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34402026-03-24T17:42:30.591Z
34412026-03-24T17:42:30.591Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/267)
34422026-03-24T17:42:31.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-03-24T17:42:31.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-03-24T17:42:31.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-03-24T17:42:31.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34462026-03-24T17:42:31.426Z
34472026-03-24T17:42:31.426Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/267)
34482026-03-24T17:42:32.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-03-24T17:42:32.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-03-24T17:42:32.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-03-24T17:42:32.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34522026-03-24T17:42:32.266Z
34532026-03-24T17:42:32.266Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/267)
34542026-03-24T17:42:32.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-03-24T17:42:32.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-03-24T17:42:32.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-03-24T17:42:32.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34582026-03-24T17:42:33.103Z
34592026-03-24T17:42:33.104Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/267)
34602026-03-24T17:42:33.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-03-24T17:42:33.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-03-24T17:42:33.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-03-24T17:42:33.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34642026-03-24T17:42:33.940Z
34652026-03-24T17:42:33.941Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/267)
34662026-03-24T17:42:34.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-03-24T17:42:34.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-03-24T17:42:34.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-03-24T17:42:34.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34702026-03-24T17:42:34.781Z
34712026-03-24T17:42:34.781Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/267)
34722026-03-24T17:42:35.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-03-24T17:42:35.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-03-24T17:42:35.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-03-24T17:42:35.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34762026-03-24T17:42:35.613Z
34772026-03-24T17:42:35.613Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/267)
34782026-03-24T17:42:36.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-03-24T17:42:36.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-03-24T17:42:36.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-03-24T17:42:36.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34822026-03-24T17:42:36.454Z
34832026-03-24T17:42:36.454Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/267)
34842026-03-24T17:42:37.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-03-24T17:42:37.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-03-24T17:42:37.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-03-24T17:42:37.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34882026-03-24T17:42:37.294Z
34892026-03-24T17:42:37.294Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/267)
34902026-03-24T17:42:38.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-03-24T17:42:38.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-03-24T17:42:38.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-03-24T17:42:38.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34942026-03-24T17:42:38.134Z
34952026-03-24T17:42:38.135Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/267)
34962026-03-24T17:42:38.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-03-24T17:42:38.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-03-24T17:42:38.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-03-24T17:42:38.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35002026-03-24T17:42:38.973Z
35012026-03-24T17:42:38.973Zinfo: running `cargo check --bins` on oximeter-producer (155/267)
35022026-03-24T17:42:39.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-03-24T17:42:39.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-03-24T17:42:39.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-03-24T17:42:39.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
35062026-03-24T17:42:39.870Z
35072026-03-24T17:42:39.871Zinfo: running `cargo check --bins` on internal-dns-resolver (156/267)
35082026-03-24T17:42:40.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-03-24T17:42:40.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-03-24T17:42:40.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-03-24T17:42:40.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35122026-03-24T17:42:40.712Z
35132026-03-24T17:42:40.712Zinfo: running `cargo check --bins` on sp-sim (157/267)
35142026-03-24T17:42:41.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-03-24T17:42:41.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-03-24T17:42:41.742Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35172026-03-24T17:42:44.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.40s
35182026-03-24T17:42:44.356Z
35192026-03-24T17:42:44.356Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (158/267)
35202026-03-24T17:42:45.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-03-24T17:42:45.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-03-24T17:42:45.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-03-24T17:42:45.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
35242026-03-24T17:42:45.267Z
35252026-03-24T17:42:45.267Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (159/267)
35262026-03-24T17:42:46.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-03-24T17:42:46.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-03-24T17:42:46.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-03-24T17:42:46.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
35302026-03-24T17:42:46.183Z
35312026-03-24T17:42:46.183Zinfo: running `cargo check --bins` on db-macros (160/267)
35322026-03-24T17:42:46.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-03-24T17:42:46.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-03-24T17:42:46.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-03-24T17:42:46.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35362026-03-24T17:42:47.006Z
35372026-03-24T17:42:47.007Zinfo: running `cargo check --bins` on nexus-macros-common (161/267)
35382026-03-24T17:42:47.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-03-24T17:42:47.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-03-24T17:42:47.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-03-24T17:42:47.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35422026-03-24T17:42:47.812Z
35432026-03-24T17:42:47.812Zinfo: running `cargo check --bins` on nexus-auth (162/267)
35442026-03-24T17:42:48.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-03-24T17:42:48.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-03-24T17:42:48.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-03-24T17:42:48.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
35482026-03-24T17:42:48.715Z
35492026-03-24T17:42:48.715Zinfo: running `cargo check --bins` on authz-macros (163/267)
35502026-03-24T17:42:49.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-03-24T17:42:49.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-03-24T17:42:49.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-03-24T17:42:49.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35542026-03-24T17:42:49.531Z
35552026-03-24T17:42:49.531Zinfo: running `cargo check --bins` on nexus-db-fixed-data (164/267)
35562026-03-24T17:42:50.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-03-24T17:42:50.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-03-24T17:42:50.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-03-24T17:42:50.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
35602026-03-24T17:42:50.426Z
35612026-03-24T17:42:50.426Zinfo: running `cargo check --bins` on nexus-db-model (165/267)
35622026-03-24T17:42:51.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-03-24T17:42:51.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-03-24T17:42:51.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-03-24T17:42:51.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
35662026-03-24T17:42:51.324Z
35672026-03-24T17:42:51.324Zinfo: running `cargo check --bins` on nexus-db-schema (166/267)
35682026-03-24T17:42:52.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-03-24T17:42:52.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-03-24T17:42:52.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-03-24T17:42:52.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35722026-03-24T17:42:52.145Z
35732026-03-24T17:42:52.145Zinfo: running `cargo check --bins` on omicron-rpaths (167/267)
35742026-03-24T17:42:52.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-03-24T17:42:52.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-03-24T17:42:52.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-03-24T17:42:52.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35782026-03-24T17:42:52.962Z
35792026-03-24T17:42:52.962Zinfo: running `cargo check --bins` on nexus-defaults (168/267)
35802026-03-24T17:42:53.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-03-24T17:42:53.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-03-24T17:42:53.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-03-24T17:42:53.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35842026-03-24T17:42:53.794Z
35852026-03-24T17:42:53.795Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (169/267)
35862026-03-24T17:42:54.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-03-24T17:42:54.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-03-24T17:42:54.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-03-24T17:42:54.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35902026-03-24T17:42:54.616Z
35912026-03-24T17:42:54.616Zinfo: running `cargo check --bins` on parallel-task-set (170/267)
35922026-03-24T17:42:55.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-03-24T17:42:55.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-03-24T17:42:55.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-03-24T17:42:55.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35962026-03-24T17:42:55.435Z
35972026-03-24T17:42:55.436Zinfo: running `cargo check --bins` on nexus-db-errors (171/267)
35982026-03-24T17:42:56.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-03-24T17:42:56.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-03-24T17:42:56.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-03-24T17:42:56.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
36022026-03-24T17:42:56.342Z
36032026-03-24T17:42:56.342Zinfo: running `cargo check --bins` on nexus-db-lookup (172/267)
36042026-03-24T17:42:57.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-03-24T17:42:57.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-03-24T17:42:57.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-03-24T17:42:57.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
36082026-03-24T17:42:57.245Z
36092026-03-24T17:42:57.245Zinfo: running `cargo check --bins` on nexus-inventory (173/267)
36102026-03-24T17:42:58.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-03-24T17:42:58.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-03-24T17:42:58.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-03-24T17:42:58.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
36142026-03-24T17:42:58.146Z
36152026-03-24T17:42:58.149Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (174/267)
36162026-03-24T17:42:58.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-03-24T17:42:58.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-03-24T17:42:58.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-03-24T17:42:58.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
36202026-03-24T17:42:59.010Z
36212026-03-24T17:42:59.010Zinfo: running `cargo check --bins --no-default-features` on sled-storage (175/267)
36222026-03-24T17:42:59.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-03-24T17:42:59.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-03-24T17:42:59.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-03-24T17:42:59.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
36262026-03-24T17:42:59.863Z
36272026-03-24T17:42:59.863Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (176/267)
36282026-03-24T17:43:00.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-03-24T17:43:00.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-03-24T17:43:00.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-03-24T17:43:00.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
36322026-03-24T17:43:00.715Z
36332026-03-24T17:43:00.715Zinfo: running `cargo check --bins` on key-manager (177/267)
36342026-03-24T17:43:01.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-03-24T17:43:01.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-03-24T17:43:01.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-03-24T17:43:01.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
36382026-03-24T17:43:01.551Z
36392026-03-24T17:43:01.551Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (178/267)
36402026-03-24T17:43:02.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-03-24T17:43:02.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-03-24T17:43:02.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-03-24T17:43:02.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
36442026-03-24T17:43:02.399Z
36452026-03-24T17:43:02.399Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (179/267)
36462026-03-24T17:43:03.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-03-24T17:43:03.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-03-24T17:43:03.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-03-24T17:43:03.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
36502026-03-24T17:43:03.245Z
36512026-03-24T17:43:03.245Zinfo: running `cargo check --bins` on typed-rng (180/267)
36522026-03-24T17:43:03.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-03-24T17:43:03.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-03-24T17:43:03.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-03-24T17:43:03.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
36562026-03-24T17:43:04.058Z
36572026-03-24T17:43:04.058Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (181/267)
36582026-03-24T17:43:04.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-03-24T17:43:04.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-03-24T17:43:05.266Z Compiling libefi-sys v0.1.0
36612026-03-24T17:43:05.271Z Compiling bitfield-struct v0.6.2
36622026-03-24T17:43:05.447Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36632026-03-24T17:43:05.464Z Compiling xshell-macros v0.2.7
36642026-03-24T17:43:05.480Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36652026-03-24T17:43:05.503Z Compiling salty v0.3.0
36662026-03-24T17:43:05.527Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36672026-03-24T17:43:05.550Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36682026-03-24T17:43:05.550Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36692026-03-24T17:43:05.904Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36702026-03-24T17:43:05.926Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36712026-03-24T17:43:05.947Z Checking xshell v0.2.7
36722026-03-24T17:43:06.096Z Checking primeorder v0.13.6
36732026-03-24T17:43:06.140Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36742026-03-24T17:43:06.185Z Compiling proc-macro-error-attr2 v2.0.0
36752026-03-24T17:43:06.209Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36762026-03-24T17:43:06.259Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36772026-03-24T17:43:06.281Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36782026-03-24T17:43:06.412Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36792026-03-24T17:43:06.434Z Checking p384 v0.13.1
36802026-03-24T17:43:06.484Z Compiling num-derive v0.3.3
36812026-03-24T17:43:06.609Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36822026-03-24T17:43:06.696Z Compiling proc-macro-error2 v2.0.1
36832026-03-24T17:43:06.831Z Compiling unicase v2.9.0
36842026-03-24T17:43:06.931Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36852026-03-24T17:43:07.061Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36862026-03-24T17:43:07.098Z Compiling mime_guess v2.0.5
36872026-03-24T17:43:07.119Z Compiling tabled_derive v0.11.0
36882026-03-24T17:43:07.172Z Compiling progenitor-impl v0.11.2
36892026-03-24T17:43:07.554Z Checking papergrid v0.17.0
36902026-03-24T17:43:07.668Z Checking libscf-sys v1.1.0
36912026-03-24T17:43:07.810Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36922026-03-24T17:43:07.844Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36932026-03-24T17:43:08.026Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36942026-03-24T17:43:08.108Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36952026-03-24T17:43:08.688Z Checking testing_table v0.3.0
36962026-03-24T17:43:08.764Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36972026-03-24T17:43:08.804Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36982026-03-24T17:43:08.825Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36992026-03-24T17:43:08.936Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37002026-03-24T17:43:08.958Z Checking corncobs v0.1.4
37012026-03-24T17:43:09.033Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37022026-03-24T17:43:09.111Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37032026-03-24T17:43:09.132Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37042026-03-24T17:43:09.154Z Checking tabled v0.20.0
37052026-03-24T17:43:09.312Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37062026-03-24T17:43:09.493Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37072026-03-24T17:43:09.521Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37082026-03-24T17:43:09.765Z Checking progenitor-client v0.11.2
37092026-03-24T17:43:09.958Z Checking secrecy v0.8.0
37102026-03-24T17:43:10.082Z Checking http-range v0.1.5
37112026-03-24T17:43:10.360Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37122026-03-24T17:43:10.484Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37132026-03-24T17:43:10.533Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37142026-03-24T17:43:10.776Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37152026-03-24T17:43:10.797Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37162026-03-24T17:43:10.954Z Compiling progenitor-macro v0.11.2
37172026-03-24T17:43:11.002Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37182026-03-24T17:43:11.144Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
37192026-03-24T17:43:11.288Z Checking atty v0.2.14
37202026-03-24T17:43:11.309Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37212026-03-24T17:43:11.417Z Checking crc8 v0.1.1
37222026-03-24T17:43:11.549Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37232026-03-24T17:43:11.590Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37242026-03-24T17:43:11.976Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37252026-03-24T17:43:11.998Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37262026-03-24T17:43:12.354Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37272026-03-24T17:43:12.441Z Checking hyper-staticfile v0.10.1
37282026-03-24T17:43:12.549Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37292026-03-24T17:43:12.636Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37302026-03-24T17:43:12.807Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37312026-03-24T17:43:12.828Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37322026-03-24T17:43:13.102Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37332026-03-24T17:43:13.173Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37342026-03-24T17:43:13.288Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37352026-03-24T17:43:13.527Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37362026-03-24T17:43:13.830Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37372026-03-24T17:43:13.914Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37382026-03-24T17:43:14.130Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37392026-03-24T17:43:14.226Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37402026-03-24T17:43:14.453Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37412026-03-24T17:43:14.756Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37422026-03-24T17:43:14.893Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37432026-03-24T17:43:15.567Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37442026-03-24T17:43:16.643Z Checking progenitor v0.11.2
37452026-03-24T17:43:16.813Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37462026-03-24T17:43:23.748Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37472026-03-24T17:43:39.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.64s
37482026-03-24T17:43:39.978Z
37492026-03-24T17:43:39.978Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (182/267)
37502026-03-24T17:43:40.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512026-03-24T17:43:40.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522026-03-24T17:43:41.109Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37532026-03-24T17:43:57.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.23s
37542026-03-24T17:43:57.477Z
37552026-03-24T17:43:57.478Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (183/267)
37562026-03-24T17:43:58.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-03-24T17:43:58.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-03-24T17:43:58.609Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37592026-03-24T17:44:14.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.22s
37602026-03-24T17:44:14.965Z
37612026-03-24T17:44:14.965Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (184/267)
37622026-03-24T17:44:15.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-03-24T17:44:15.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-03-24T17:44:16.088Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37652026-03-24T17:44:32.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.19s
37662026-03-24T17:44:32.419Z
37672026-03-24T17:44:32.419Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (185/267)
37682026-03-24T17:44:33.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-03-24T17:44:33.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-03-24T17:44:33.539Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37712026-03-24T17:44:49.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.21s
37722026-03-24T17:44:49.893Z
37732026-03-24T17:44:49.893Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (186/267)
37742026-03-24T17:44:50.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752026-03-24T17:44:50.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762026-03-24T17:44:51.030Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37772026-03-24T17:45:07.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.15s
37782026-03-24T17:45:07.315Z
37792026-03-24T17:45:07.315Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (187/267)
37802026-03-24T17:45:08.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812026-03-24T17:45:08.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822026-03-24T17:45:08.447Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37832026-03-24T17:45:24.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.21s
37842026-03-24T17:45:24.791Z
37852026-03-24T17:45:24.791Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (188/267)
37862026-03-24T17:45:25.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37872026-03-24T17:45:25.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37882026-03-24T17:45:25.918Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37892026-03-24T17:45:42.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.33s
37902026-03-24T17:45:42.384Z
37912026-03-24T17:45:42.384Zinfo: running `cargo check --bins` on bootstrap-agent-api (189/267)
37922026-03-24T17:45:43.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37932026-03-24T17:45:43.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37942026-03-24T17:45:43.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37952026-03-24T17:45:43.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
37962026-03-24T17:45:43.249Z
37972026-03-24T17:45:43.249Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (190/267)
37982026-03-24T17:45:43.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37992026-03-24T17:45:43.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38002026-03-24T17:45:43.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38012026-03-24T17:45:44.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38022026-03-24T17:45:44.117Z
38032026-03-24T17:45:44.117Zinfo: running `cargo check --bins` on range-requests (191/267)
38042026-03-24T17:45:44.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38052026-03-24T17:45:44.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38062026-03-24T17:45:44.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38072026-03-24T17:45:44.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38082026-03-24T17:45:44.952Z
38092026-03-24T17:45:44.952Zinfo: running `cargo check --bins` on repo-depot-api (192/267)
38102026-03-24T17:45:45.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38112026-03-24T17:45:45.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38122026-03-24T17:45:45.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38132026-03-24T17:45:45.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38142026-03-24T17:45:45.788Z
38152026-03-24T17:45:45.788Zinfo: running `cargo check --bins` on sled-agent-api (193/267)
38162026-03-24T17:45:46.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38172026-03-24T17:45:46.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38182026-03-24T17:45:46.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38192026-03-24T17:45:46.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38202026-03-24T17:45:46.647Z
38212026-03-24T17:45:46.647Zinfo: running `cargo check --bins` on sled-diagnostics (194/267)
38222026-03-24T17:45:47.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232026-03-24T17:45:47.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242026-03-24T17:45:47.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38252026-03-24T17:45:47.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38262026-03-24T17:45:47.502Z
38272026-03-24T17:45:47.502Zinfo: running `cargo check --bins` on zfs-test-harness (195/267)
38282026-03-24T17:45:48.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-03-24T17:45:48.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-03-24T17:45:48.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-03-24T17:45:48.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38322026-03-24T17:45:48.359Z
38332026-03-24T17:45:48.359Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (196/267)
38342026-03-24T17:45:49.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-03-24T17:45:49.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-03-24T17:45:49.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372026-03-24T17:45:49.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38382026-03-24T17:45:49.228Z
38392026-03-24T17:45:49.228Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (197/267)
38402026-03-24T17:45:49.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-03-24T17:45:49.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-03-24T17:45:49.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432026-03-24T17:45:49.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38442026-03-24T17:45:50.098Z
38452026-03-24T17:45:50.098Zinfo: running `cargo check --bins` on sled-agent-health-monitor (198/267)
38462026-03-24T17:45:50.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-03-24T17:45:50.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-03-24T17:45:50.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38492026-03-24T17:45:50.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38502026-03-24T17:45:50.958Z
38512026-03-24T17:45:50.958Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (199/267)
38522026-03-24T17:45:51.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-03-24T17:45:51.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-03-24T17:45:51.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38552026-03-24T17:45:51.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38562026-03-24T17:45:51.823Z
38572026-03-24T17:45:51.823Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (200/267)
38582026-03-24T17:45:52.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38592026-03-24T17:45:52.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38602026-03-24T17:45:52.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38612026-03-24T17:45:52.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38622026-03-24T17:45:52.693Z
38632026-03-24T17:45:52.693Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (201/267)
38642026-03-24T17:45:53.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652026-03-24T17:45:53.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662026-03-24T17:45:53.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38672026-03-24T17:45:53.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38682026-03-24T17:45:53.558Z
38692026-03-24T17:45:53.558Zinfo: running `cargo check --bins` on trust-quorum (202/267)
38702026-03-24T17:45:54.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712026-03-24T17:45:54.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722026-03-24T17:45:54.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38732026-03-24T17:45:54.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38742026-03-24T17:45:54.429Z
38752026-03-24T17:45:54.429Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (203/267)
38762026-03-24T17:45:55.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38772026-03-24T17:45:55.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38782026-03-24T17:45:55.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38792026-03-24T17:45:55.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
38802026-03-24T17:45:55.322Z
38812026-03-24T17:45:55.322Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (204/267)
38822026-03-24T17:45:56.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832026-03-24T17:45:56.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842026-03-24T17:45:56.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38852026-03-24T17:45:56.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
38862026-03-24T17:45:56.233Z
38872026-03-24T17:45:56.233Zinfo: running `cargo check --bins` on update-common (205/267)
38882026-03-24T17:45:56.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-03-24T17:45:56.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-03-24T17:45:56.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38912026-03-24T17:45:56.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38922026-03-24T17:45:57.079Z
38932026-03-24T17:45:57.079Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (206/267)
38942026-03-24T17:45:57.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38952026-03-24T17:45:57.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38962026-03-24T17:45:57.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38972026-03-24T17:45:57.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
38982026-03-24T17:45:57.988Z
38992026-03-24T17:45:57.989Zinfo: running `cargo check --bins` on reconfigurator-cli (207/267)
39002026-03-24T17:45:58.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-03-24T17:45:58.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-03-24T17:45:59.100Z Compiling fs-err v2.11.0
39032026-03-24T17:45:59.103Z Checking ignore v0.4.25
39042026-03-24T17:45:59.264Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39052026-03-24T17:45:59.279Z Checking predicates-tree v1.0.13
39062026-03-24T17:45:59.296Z Checking parse-size v1.1.0
39072026-03-24T17:45:59.315Z Checking rand_seeder v0.4.0
39082026-03-24T17:45:59.318Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39092026-03-24T17:45:59.354Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39102026-03-24T17:45:59.412Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39112026-03-24T17:45:59.451Z Compiling petname v2.0.2
39122026-03-24T17:45:59.498Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39132026-03-24T17:45:59.690Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39142026-03-24T17:45:59.710Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39152026-03-24T17:45:59.785Z Checking globwalk v0.9.1
39162026-03-24T17:45:59.823Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39172026-03-24T17:45:59.924Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39182026-03-24T17:46:00.020Z Checking camino-tempfile-ext v0.3.3
39192026-03-24T17:46:00.042Z Checking sapling-renderdag v0.1.0
39202026-03-24T17:46:00.158Z Checking sync-ptr v0.1.4
39212026-03-24T17:46:00.288Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39222026-03-24T17:46:00.311Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39232026-03-24T17:46:00.390Z Checking colored v2.2.0
39242026-03-24T17:46:00.432Z Checking assert_matches v1.5.0
39252026-03-24T17:46:00.769Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39262026-03-24T17:46:00.880Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39272026-03-24T17:46:00.880Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39282026-03-24T17:46:01.672Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39292026-03-24T17:46:03.484Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39302026-03-24T17:46:06.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.46s
39312026-03-24T17:46:06.709Z
39322026-03-24T17:46:06.709Zinfo: running `cargo check --bins` on omicron-repl-utils (208/267)
39332026-03-24T17:46:07.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-03-24T17:46:07.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-03-24T17:46:07.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39362026-03-24T17:46:07.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
39372026-03-24T17:46:07.537Z
39382026-03-24T17:46:07.537Zinfo: running `cargo check --bins` on nexus-test-interface (209/267)
39392026-03-24T17:46:08.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-03-24T17:46:08.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-03-24T17:46:08.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39422026-03-24T17:46:08.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
39432026-03-24T17:46:08.455Z
39442026-03-24T17:46:08.455Zinfo: running `cargo check --bins` on oximeter-collector (210/267)
39452026-03-24T17:46:09.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-03-24T17:46:09.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-03-24T17:46:09.488Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39482026-03-24T17:46:09.497Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39492026-03-24T17:46:10.348Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39502026-03-24T17:46:12.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
39512026-03-24T17:46:12.641Z
39522026-03-24T17:46:12.641Zinfo: running `cargo check --bins` on oximeter-api (211/267)
39532026-03-24T17:46:13.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-03-24T17:46:13.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-03-24T17:46:13.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-03-24T17:46:13.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
39572026-03-24T17:46:13.468Z
39582026-03-24T17:46:13.468Zinfo: running `cargo check --bins` on cert-dev (212/267)
39592026-03-24T17:46:14.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-03-24T17:46:14.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-03-24T17:46:14.362Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39622026-03-24T17:46:14.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
39632026-03-24T17:46:14.896Z
39642026-03-24T17:46:14.896Zinfo: running `cargo check --bins` on clickana (213/267)
39652026-03-24T17:46:15.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-03-24T17:46:15.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-03-24T17:46:15.810Z Compiling darling_core v0.23.0
39682026-03-24T17:46:15.950Z Compiling instability v0.3.11
39692026-03-24T17:46:15.962Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39702026-03-24T17:46:15.962Z Checking castaway v0.2.4
39712026-03-24T17:46:15.967Z Compiling indoc v2.0.7
39722026-03-24T17:46:15.996Z Checking unicode-truncate v1.1.0
39732026-03-24T17:46:16.003Z Checking lru v0.12.5
39742026-03-24T17:46:16.003Z Checking cassowary v0.3.0
39752026-03-24T17:46:16.091Z Checking compact_str v0.8.1
39762026-03-24T17:46:17.265Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39772026-03-24T17:46:17.493Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39782026-03-24T17:46:17.976Z Compiling darling_macro v0.23.0
39792026-03-24T17:46:18.516Z Compiling darling v0.23.0
39802026-03-24T17:46:19.311Z Checking ratatui v0.29.0
39812026-03-24T17:46:20.871Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39822026-03-24T17:46:21.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.83s
39832026-03-24T17:46:21.969Z
39842026-03-24T17:46:21.969Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (214/267)
39852026-03-24T17:46:22.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-03-24T17:46:22.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-03-24T17:46:23.023Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39882026-03-24T17:46:23.070Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39892026-03-24T17:46:23.799Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39902026-03-24T17:46:24.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.33s
39912026-03-24T17:46:24.710Z
39922026-03-24T17:46:24.710Zinfo: running `cargo check --bins` on ch-dev (215/267)
39932026-03-24T17:46:25.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-03-24T17:46:25.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-03-24T17:46:25.605Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39962026-03-24T17:46:26.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s
39972026-03-24T17:46:26.874Z
39982026-03-24T17:46:26.874Zinfo: running `cargo check --bins` on dev-tools-common (216/267)
39992026-03-24T17:46:27.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-03-24T17:46:27.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-03-24T17:46:27.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-03-24T17:46:27.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
40032026-03-24T17:46:27.446Z
40042026-03-24T17:46:27.446Zinfo: running `cargo check --bins` on crdb-seed (217/267)
40052026-03-24T17:46:28.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-03-24T17:46:28.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-03-24T17:46:28.485Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40082026-03-24T17:46:29.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
40092026-03-24T17:46:29.382Z
40102026-03-24T17:46:29.382Zinfo: running `cargo check --bins` on db-dev (218/267)
40112026-03-24T17:46:31.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-03-24T17:46:31.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-03-24T17:46:31.514Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40142026-03-24T17:46:31.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s
40152026-03-24T17:46:31.595Z
40162026-03-24T17:46:31.596Zinfo: running `cargo check --bins` on omicron-dev-lib (219/267)
40172026-03-24T17:46:32.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-03-24T17:46:32.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-03-24T17:46:32.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-03-24T17:46:32.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
40212026-03-24T17:46:32.432Z
40222026-03-24T17:46:32.432Zinfo: running `cargo check --bins` on xtask-downloader (220/267)
40232026-03-24T17:46:33.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-03-24T17:46:33.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-03-24T17:46:33.305Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40262026-03-24T17:46:34.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
40272026-03-24T17:46:34.440Z
40282026-03-24T17:46:34.440Zinfo: running `cargo check --bins` on omicron-dropshot-apis (221/267)
40292026-03-24T17:46:35.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-03-24T17:46:35.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-03-24T17:46:35.526Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40322026-03-24T17:46:35.526Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40332026-03-24T17:46:35.529Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40342026-03-24T17:46:35.529Z Checking git-stub v1.0.0
40352026-03-24T17:46:35.529Z Compiling trait-variant v0.1.2
40362026-03-24T17:46:35.671Z Checking is_ci v1.2.0
40372026-03-24T17:46:35.688Z Checking maplit v1.0.2
40382026-03-24T17:46:35.718Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40392026-03-24T17:46:35.838Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40402026-03-24T17:46:35.876Z Checking supports-color v3.0.2
40412026-03-24T17:46:35.896Z Checking git-stub-vcs v0.1.0
40422026-03-24T17:46:36.024Z Checking drift v0.1.3
40432026-03-24T17:46:36.040Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40442026-03-24T17:46:36.063Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40452026-03-24T17:46:36.153Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40462026-03-24T17:46:36.304Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40472026-03-24T17:46:36.378Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40482026-03-24T17:46:36.399Z Checking dropshot-api-manager v0.6.0
40492026-03-24T17:46:36.419Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40502026-03-24T17:46:36.690Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40512026-03-24T17:46:36.709Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40522026-03-24T17:46:36.916Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40532026-03-24T17:46:37.356Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40542026-03-24T17:46:45.611Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40552026-03-24T17:46:46.573Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40562026-03-24T17:46:46.637Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40572026-03-24T17:46:47.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.69s
40582026-03-24T17:46:47.391Z
40592026-03-24T17:46:47.391Zinfo: running `cargo check --bins` on installinator-api (222/267)
40602026-03-24T17:46:48.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-03-24T17:46:48.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-03-24T17:46:48.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-03-24T17:46:48.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40642026-03-24T17:46:48.632Z
40652026-03-24T17:46:48.632Zinfo: running `cargo check --bins` on nexus-external-api (223/267)
40662026-03-24T17:46:49.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-03-24T17:46:49.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-03-24T17:46:49.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40692026-03-24T17:46:49.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
40702026-03-24T17:46:49.152Z
40712026-03-24T17:46:49.153Zinfo: running `cargo check --bins` on nexus-internal-api (224/267)
40722026-03-24T17:46:49.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-03-24T17:46:49.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-03-24T17:46:49.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752026-03-24T17:46:49.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
40762026-03-24T17:46:50.030Z
40772026-03-24T17:46:50.030Zinfo: running `cargo check --bins` on nexus-lockstep-api (225/267)
40782026-03-24T17:46:50.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-03-24T17:46:50.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-03-24T17:46:50.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-03-24T17:46:50.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
40822026-03-24T17:46:50.928Z
40832026-03-24T17:46:50.929Zinfo: running `cargo check --bins` on ntp-admin-api (226/267)
40842026-03-24T17:46:51.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-03-24T17:46:51.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-03-24T17:46:51.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-03-24T17:46:51.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40882026-03-24T17:46:51.771Z
40892026-03-24T17:46:51.771Zinfo: running `cargo check --bins` on ntp-admin-types-versions (227/267)
40902026-03-24T17:46:52.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-03-24T17:46:52.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-03-24T17:46:52.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-03-24T17:46:52.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40942026-03-24T17:46:52.595Z
40952026-03-24T17:46:52.595Zinfo: running `cargo check --bins` on wicketd-api (228/267)
40962026-03-24T17:46:53.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-03-24T17:46:53.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-03-24T17:46:53.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-03-24T17:46:53.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
41002026-03-24T17:46:53.469Z
41012026-03-24T17:46:53.469Zinfo: running `cargo check --bins` on omicron-ls-apis (229/267)
41022026-03-24T17:46:54.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-03-24T17:46:54.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-03-24T17:46:54.334Z Checking erased-serde v0.4.9
41052026-03-24T17:46:54.466Z Checking ordered-float v2.10.1
41062026-03-24T17:46:54.517Z Checking unicode-xid v0.2.6
41072026-03-24T17:46:54.558Z Checking cargo-platform v0.2.0
41082026-03-24T17:46:54.762Z Checking serde-value v0.7.0
41092026-03-24T17:46:54.925Z Checking serde-untagged v0.1.9
41102026-03-24T17:46:55.142Z Checking cargo-util-schemas v0.8.2
41112026-03-24T17:46:56.158Z Checking cargo_metadata v0.21.0
41122026-03-24T17:46:57.028Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41132026-03-24T17:46:57.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s
41142026-03-24T17:46:58.173Z
41152026-03-24T17:46:58.173Zinfo: running `cargo check --bins` on mgs-dev (230/267)
41162026-03-24T17:46:58.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-03-24T17:46:58.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-03-24T17:46:59.240Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41192026-03-24T17:47:00.017Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41202026-03-24T17:47:00.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
41212026-03-24T17:47:00.901Z
41222026-03-24T17:47:00.901Zinfo: running `cargo check --bins` on omicron-omdb (231/267)
41232026-03-24T17:47:01.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41242026-03-24T17:47:01.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41252026-03-24T17:47:02.142Z Compiling vergen-gitcl v1.0.8
41262026-03-24T17:47:02.142Z Compiling dirs-sys-next v0.1.2
41272026-03-24T17:47:02.142Z Compiling glob v0.3.3
41282026-03-24T17:47:02.148Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41292026-03-24T17:47:02.149Z Compiling diesel_derives v2.3.7
41302026-03-24T17:47:02.149Z Compiling crunchy v0.2.4
41312026-03-24T17:47:02.316Z Compiling dsl_auto_type v0.2.0
41322026-03-24T17:47:02.331Z Checking scheduled-thread-pool v0.2.7
41332026-03-24T17:47:02.534Z Compiling diesel_table_macro_syntax v0.3.0
41342026-03-24T17:47:02.587Z Compiling tiny-keccak v2.0.2
41352026-03-24T17:47:02.668Z Compiling dirs-next v2.0.0
41362026-03-24T17:47:02.781Z Compiling term v0.7.0
41372026-03-24T17:47:02.804Z Compiling clang-sys v1.8.1
41382026-03-24T17:47:02.844Z Checking r2d2 v0.8.10
41392026-03-24T17:47:02.885Z Compiling bit-vec v0.6.3
41402026-03-24T17:47:02.912Z Checking downcast-rs v2.0.2
41412026-03-24T17:47:03.081Z Compiling itertools v0.10.5
41422026-03-24T17:47:03.186Z Compiling ascii-canvas v3.0.0
41432026-03-24T17:47:03.315Z Compiling bit-set v0.5.3
41442026-03-24T17:47:03.518Z Compiling ena v0.14.4
41452026-03-24T17:47:03.539Z Compiling libloading v0.8.9
41462026-03-24T17:47:03.559Z Compiling bindgen v0.71.1
41472026-03-24T17:47:03.600Z Compiling regex-syntax v0.6.29
41482026-03-24T17:47:03.630Z Compiling diff v0.1.13
41492026-03-24T17:47:03.821Z Compiling cexpr v0.6.0
41502026-03-24T17:47:03.988Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41512026-03-24T17:47:04.117Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41522026-03-24T17:47:04.264Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41532026-03-24T17:47:04.315Z Compiling libxml v0.3.3
41542026-03-24T17:47:04.593Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41552026-03-24T17:47:04.650Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41562026-03-24T17:47:04.755Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41572026-03-24T17:47:04.991Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41582026-03-24T17:47:05.012Z Compiling strum_macros v0.24.3
41592026-03-24T17:47:05.037Z Compiling indoc v1.0.9
41602026-03-24T17:47:05.617Z Compiling lalrpop v0.19.12
41612026-03-24T17:47:06.400Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41622026-03-24T17:47:06.533Z Checking derive_builder v0.20.2
41632026-03-24T17:47:06.638Z Compiling oso-derive v0.27.3
41642026-03-24T17:47:06.683Z Checking quick-xml v0.37.5
41652026-03-24T17:47:06.868Z Compiling impl-trait-for-tuples v0.2.3
41662026-03-24T17:47:07.288Z Checking openssl-probe v0.1.6
41672026-03-24T17:47:07.467Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41682026-03-24T17:47:07.914Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41692026-03-24T17:47:08.205Z Checking bb8 v0.8.6
41702026-03-24T17:47:08.516Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41712026-03-24T17:47:08.579Z Checking nonempty v0.12.0
41722026-03-24T17:47:08.794Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41732026-03-24T17:47:08.814Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41742026-03-24T17:47:09.107Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41752026-03-24T17:47:09.120Z Checking support-bundle-viewer v0.1.2
41762026-03-24T17:47:09.131Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41772026-03-24T17:47:09.334Z Checking multimap v0.10.1
41782026-03-24T17:47:10.479Z Checking diesel v2.3.7
41792026-03-24T17:47:12.254Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41802026-03-24T17:47:13.601Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41812026-03-24T17:47:13.869Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41822026-03-24T17:47:14.291Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41832026-03-24T17:47:14.578Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41842026-03-24T17:47:15.966Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41852026-03-24T17:47:15.990Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41862026-03-24T17:47:16.898Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41872026-03-24T17:47:19.567Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41882026-03-24T17:47:25.540Z Compiling samael v0.0.19
41892026-03-24T17:47:31.727Z Checking async-bb8-diesel v0.2.1
41902026-03-24T17:47:31.759Z Checking diesel-dtrace v0.5.0
41912026-03-24T17:47:33.536Z Compiling polar-core v0.27.3
41922026-03-24T17:47:39.420Z Checking oso v0.27.3
41932026-03-24T17:48:34.594Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41942026-03-24T17:49:21.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s
41952026-03-24T17:49:22.008Z
41962026-03-24T17:49:22.008Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (232/267)
41972026-03-24T17:49:22.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-03-24T17:49:22.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-03-24T17:49:22.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42002026-03-24T17:49:22.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
42012026-03-24T17:49:22.943Z
42022026-03-24T17:49:22.943Zinfo: running `cargo check --bins` on nexus-saga-recovery (233/267)
42032026-03-24T17:49:23.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-03-24T17:49:23.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-03-24T17:49:23.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42062026-03-24T17:49:23.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
42072026-03-24T17:49:23.860Z
42082026-03-24T17:49:23.860Zinfo: running `cargo check --bins` on nexus-test-utils-macros (234/267)
42092026-03-24T17:49:24.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-03-24T17:49:24.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-03-24T17:49:24.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-03-24T17:49:24.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
42132026-03-24T17:49:24.691Z
42142026-03-24T17:49:24.691Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (235/267)
42152026-03-24T17:49:25.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-03-24T17:49:25.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-03-24T17:49:25.944Z Compiling libz-sys v1.1.24
42182026-03-24T17:49:26.105Z Compiling libgit2-sys v0.18.3+1.9.2
42192026-03-24T17:49:26.124Z Compiling vergen-git2 v1.0.7
42202026-03-24T17:49:26.140Z Compiling rustls v0.21.12
42212026-03-24T17:49:26.159Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42222026-03-24T17:49:26.179Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42232026-03-24T17:49:26.182Z Checking sct v0.7.1
42242026-03-24T17:49:26.182Z Checking rustls-webpki v0.101.7
42252026-03-24T17:49:26.375Z Compiling nix v0.29.0
42262026-03-24T17:49:26.441Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42272026-03-24T17:49:26.444Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42282026-03-24T17:49:26.487Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42292026-03-24T17:49:26.623Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42302026-03-24T17:49:26.814Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42312026-03-24T17:49:26.834Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42322026-03-24T17:49:26.886Z Checking rustls-pemfile v1.0.4
42332026-03-24T17:49:27.058Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42342026-03-24T17:49:27.232Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42352026-03-24T17:49:27.401Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42362026-03-24T17:49:27.470Z Checking twox-hash v2.1.2
42372026-03-24T17:49:27.584Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42382026-03-24T17:49:28.446Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42392026-03-24T17:49:28.449Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42402026-03-24T17:49:28.491Z Checking tokio-rustls v0.24.1
42412026-03-24T17:49:28.511Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42422026-03-24T17:49:28.754Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42432026-03-24T17:49:28.939Z Checking fatfs v0.3.6
42442026-03-24T17:49:29.314Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42452026-03-24T17:49:29.351Z Compiling seq-macro v0.3.6
42462026-03-24T17:49:34.503Z Compiling git2 v0.20.4
42472026-03-24T17:49:35.455Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42482026-03-24T17:49:35.616Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42492026-03-24T17:49:37.796Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42502026-03-24T17:50:47.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
42512026-03-24T17:50:47.394Z
42522026-03-24T17:50:47.394Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (236/267)
42532026-03-24T17:50:48.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42542026-03-24T17:50:48.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42552026-03-24T17:50:48.653Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42562026-03-24T17:51:49.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
42572026-03-24T17:51:49.266Z
42582026-03-24T17:51:49.266Zinfo: running `cargo check --bins` on nexus-background-task-interface (237/267)
42592026-03-24T17:51:49.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42602026-03-24T17:51:49.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42612026-03-24T17:51:49.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42622026-03-24T17:51:49.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
42632026-03-24T17:51:50.097Z
42642026-03-24T17:51:50.097Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (238/267)
42652026-03-24T17:51:51.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-03-24T17:51:51.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-03-24T17:51:51.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42682026-03-24T17:51:51.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
42692026-03-24T17:51:51.047Z
42702026-03-24T17:51:51.047Zinfo: running `cargo check --bins` on nexus-mgs-updates (239/267)
42712026-03-24T17:51:51.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-03-24T17:51:51.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-03-24T17:51:51.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42742026-03-24T17:51:51.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
42752026-03-24T17:51:51.927Z
42762026-03-24T17:51:51.928Zinfo: running `cargo check --bins` on nexus-networking (240/267)
42772026-03-24T17:51:52.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-03-24T17:51:52.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-03-24T17:51:52.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42802026-03-24T17:51:52.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
42812026-03-24T17:51:52.837Z
42822026-03-24T17:51:52.837Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (241/267)
42832026-03-24T17:51:53.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-03-24T17:51:53.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-03-24T17:51:53.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42862026-03-24T17:51:53.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
42872026-03-24T17:51:53.758Z
42882026-03-24T17:51:53.758Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (242/267)
42892026-03-24T17:51:54.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42902026-03-24T17:51:54.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42912026-03-24T17:51:54.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42922026-03-24T17:51:54.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
42932026-03-24T17:51:54.673Z
42942026-03-24T17:51:54.673Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/267)
42952026-03-24T17:51:55.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42962026-03-24T17:51:55.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42972026-03-24T17:51:55.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42982026-03-24T17:51:55.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
42992026-03-24T17:51:55.573Z
43002026-03-24T17:51:55.573Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/267)
43012026-03-24T17:51:56.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43022026-03-24T17:51:56.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43032026-03-24T17:51:56.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43042026-03-24T17:51:56.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
43052026-03-24T17:51:56.494Z
43062026-03-24T17:51:56.494Zinfo: running `cargo check --bins` on omicron-dev (245/267)
43072026-03-24T17:51:57.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43082026-03-24T17:51:57.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43092026-03-24T17:51:57.770Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43102026-03-24T17:51:57.787Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43112026-03-24T17:51:57.966Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43122026-03-24T17:51:57.987Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43132026-03-24T17:51:58.008Z Checking diff v0.1.13
43142026-03-24T17:51:58.022Z Checking yansi v1.0.1
43152026-03-24T17:51:58.048Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43162026-03-24T17:51:58.048Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43172026-03-24T17:51:58.206Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43182026-03-24T17:51:58.379Z Checking pretty_assertions v1.4.1
43192026-03-24T17:52:01.883Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43202026-03-24T17:52:32.732Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43212026-03-24T17:52:32.735Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43222026-03-24T17:52:32.735Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43232026-03-24T17:52:32.736Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43242026-03-24T17:52:32.736Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43252026-03-24T17:52:32.736Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43262026-03-24T17:52:33.646Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43272026-03-24T17:52:35.072Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43282026-03-24T17:53:35.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 39s
43292026-03-24T17:53:36.116Z
43302026-03-24T17:53:36.116Zinfo: running `cargo check --bins` on omicron-pins (246/267)
43312026-03-24T17:53:36.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43322026-03-24T17:53:36.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43332026-03-24T17:53:36.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43342026-03-24T17:53:36.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
43352026-03-24T17:53:36.949Z
43362026-03-24T17:53:36.949Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (247/267)
43372026-03-24T17:53:37.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43382026-03-24T17:53:37.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43392026-03-24T17:53:38.072Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43402026-03-24T17:53:38.222Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43412026-03-24T17:53:38.226Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43422026-03-24T17:54:15.436Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43432026-03-24T17:54:15.920Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43442026-03-24T17:54:18.302Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43452026-03-24T17:54:18.867Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43462026-03-24T17:54:22.964Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43472026-03-24T17:54:55.924Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43482026-03-24T17:54:56.745Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43492026-03-24T17:54:58.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
43502026-03-24T17:54:59.158Z
43512026-03-24T17:54:59.158Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (248/267)
43522026-03-24T17:54:59.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43532026-03-24T17:54:59.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43542026-03-24T17:55:00.198Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43552026-03-24T17:55:01.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s
43562026-03-24T17:55:01.312Z
43572026-03-24T17:55:01.312Zinfo: running `cargo check --bins` on omicron-releng (249/267)
43582026-03-24T17:55:02.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43592026-03-24T17:55:02.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43602026-03-24T17:55:02.255Z Compiling blake3 v1.8.3
43612026-03-24T17:55:02.390Z Checking arrayref v0.3.9
43622026-03-24T17:55:02.393Z Checking arrayvec v0.7.6
43632026-03-24T17:55:02.394Z Checking constant_time_eq v0.4.2
43642026-03-24T17:55:02.431Z Checking topological-sort v0.2.2
43652026-03-24T17:55:02.434Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43662026-03-24T17:55:02.434Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43672026-03-24T17:55:02.434Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43682026-03-24T17:55:02.497Z Checking shell-words v1.1.1
43692026-03-24T17:55:03.423Z Checking omicron-zone-package v0.12.2
43702026-03-24T17:55:04.429Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43712026-03-24T17:55:05.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
43722026-03-24T17:55:05.800Z
43732026-03-24T17:55:05.800Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (250/267)
43742026-03-24T17:55:06.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43752026-03-24T17:55:06.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43762026-03-24T17:55:06.723Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43772026-03-24T17:55:07.126Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43782026-03-24T17:55:07.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
43792026-03-24T17:55:07.887Z
43802026-03-24T17:55:07.887Zinfo: running `cargo check --bins` on xtask (251/267)
43812026-03-24T17:55:08.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43822026-03-24T17:55:08.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43832026-03-24T17:55:08.533Z Checking libc v0.2.180
43842026-03-24T17:55:08.632Z Checking serde v1.0.228
43852026-03-24T17:55:08.642Z Checking zerofrom v0.1.6
43862026-03-24T17:55:08.651Z Checking bitflags v2.11.0
43872026-03-24T17:55:08.660Z Checking smallvec v1.15.1
43882026-03-24T17:55:08.670Z Checking hashbrown v0.16.1
43892026-03-24T17:55:08.685Z Checking serde_json v1.0.149
43902026-03-24T17:55:08.688Z Checking num-traits v0.2.19
43912026-03-24T17:55:08.779Z Checking yoke v0.8.1
43922026-03-24T17:55:08.848Z Checking scroll v0.12.0
43932026-03-24T17:55:08.895Z Checking thiserror v1.0.69
43942026-03-24T17:55:09.007Z Checking zerovec v0.11.5
43952026-03-24T17:55:09.021Z Checking zerotrie v0.2.3
43962026-03-24T17:55:09.062Z Checking errno v0.3.14
43972026-03-24T17:55:09.153Z Checking log v0.4.29
43982026-03-24T17:55:09.200Z Checking toml_datetime v0.6.11
43992026-03-24T17:55:09.220Z Checking rustix v1.1.3
44002026-03-24T17:55:09.313Z Checking indexmap v2.13.0
44012026-03-24T17:55:09.349Z Checking serde_spanned v0.6.9
44022026-03-24T17:55:09.373Z Checking percent-encoding v2.3.2
44032026-03-24T17:55:09.436Z Checking goblin v0.8.2
44042026-03-24T17:55:09.509Z Checking zerocopy v0.7.35
44052026-03-24T17:55:09.523Z Checking ordered-float v2.10.1
44062026-03-24T17:55:09.556Z Checking form_urlencoded v1.2.2
44072026-03-24T17:55:09.575Z Checking getrandom v0.4.1
44082026-03-24T17:55:09.618Z Checking tinystr v0.8.2
44092026-03-24T17:55:09.719Z Checking potential_utf v0.1.4
44102026-03-24T17:55:09.745Z Checking thiserror v2.0.18
44112026-03-24T17:55:09.845Z Checking serde-value v0.7.0
44122026-03-24T17:55:09.860Z Checking icu_locale_core v2.1.1
44132026-03-24T17:55:09.874Z Checking syn v2.0.117
44142026-03-24T17:55:09.887Z Checking icu_collections v2.1.1
44152026-03-24T17:55:10.080Z Checking toml_edit v0.22.27
44162026-03-24T17:55:10.117Z Checking dtrace-parser v0.2.0
44172026-03-24T17:55:10.223Z Checking thread-id v4.2.2
44182026-03-24T17:55:10.298Z Checking once_cell v1.21.3
44192026-03-24T17:55:10.326Z Checking cargo-platform v0.2.0
44202026-03-24T17:55:10.403Z Checking terminal_size v0.4.3
44212026-03-24T17:55:10.431Z Checking memmap v0.7.0
44222026-03-24T17:55:10.526Z Checking tempfile v3.25.0
44232026-03-24T17:55:10.549Z Checking clap_builder v4.5.60
44242026-03-24T17:55:10.563Z Checking textwrap v0.16.2
44252026-03-24T17:55:10.598Z Checking fs-err v3.3.0
44262026-03-24T17:55:10.634Z Checking icu_provider v2.1.1
44272026-03-24T17:55:10.781Z Checking camino-tempfile v1.4.1
44282026-03-24T17:55:10.835Z Checking tabled v0.15.0
44292026-03-24T17:55:10.835Z Checking anyhow v1.0.102
44302026-03-24T17:55:10.948Z Checking icu_normalizer v2.1.1
44312026-03-24T17:55:10.984Z Checking icu_properties v2.1.2
44322026-03-24T17:55:11.128Z Checking macaddr v1.0.1
44332026-03-24T17:55:11.367Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44342026-03-24T17:55:11.652Z Checking toml v0.8.23
44352026-03-24T17:55:12.087Z Checking cargo_toml v0.21.0
44362026-03-24T17:55:12.101Z Checking dof v0.3.0
44372026-03-24T17:55:12.176Z Checking idna_adapter v1.2.1
44382026-03-24T17:55:12.227Z Checking clap v4.5.60
44392026-03-24T17:55:12.324Z Checking idna v1.1.0
44402026-03-24T17:55:12.517Z Checking usdt-impl v0.5.0
44412026-03-24T17:55:12.629Z Checking url v2.5.8
44422026-03-24T17:55:12.853Z Checking usdt v0.5.0
44432026-03-24T17:55:13.101Z Checking cargo-util-schemas v0.8.2
44442026-03-24T17:55:14.111Z Checking cargo_metadata v0.21.0
44452026-03-24T17:55:14.992Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44462026-03-24T17:55:15.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.67s
44472026-03-24T17:55:15.716Z
44482026-03-24T17:55:15.716Zinfo: running `cargo check --bins` on end-to-end-tests (252/267)
44492026-03-24T17:55:16.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-03-24T17:55:16.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-03-24T17:55:16.855Z Checking polyval v0.6.2
44522026-03-24T17:55:17.008Z Checking ctr v0.9.2
44532026-03-24T17:55:17.027Z Checking ssh-encoding v0.2.0
44542026-03-24T17:55:17.030Z Checking blowfish v0.9.1
44552026-03-24T17:55:17.065Z Checking password-hash v0.4.2
44562026-03-24T17:55:17.088Z Checking p256 v0.13.2
44572026-03-24T17:55:17.092Z Checking p521 v0.13.3
44582026-03-24T17:55:17.127Z Checking russh-cryptovec v0.7.3
44592026-03-24T17:55:17.195Z Checking ghash v0.5.1
44602026-03-24T17:55:17.218Z Checking md5 v0.7.0
44612026-03-24T17:55:17.238Z Checking bcrypt-pbkdf v0.10.0
44622026-03-24T17:55:17.268Z Checking num-bigint v0.4.6
44632026-03-24T17:55:17.297Z Checking des v0.8.1
44642026-03-24T17:55:17.344Z Checking aes-gcm v0.10.3
44652026-03-24T17:55:17.344Z Checking pbkdf2 v0.11.0
44662026-03-24T17:55:17.432Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44672026-03-24T17:55:17.452Z Checking hex-literal v0.4.1
44682026-03-24T17:55:17.472Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44692026-03-24T17:55:17.500Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44702026-03-24T17:55:17.535Z Checking ssh-cipher v0.2.0
44712026-03-24T17:55:17.569Z Checking socket2 v0.5.10
44722026-03-24T17:55:17.588Z Checking internet-checksum v0.2.1
44732026-03-24T17:55:17.753Z Checking ssh-key v0.6.7
44742026-03-24T17:55:17.952Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44752026-03-24T17:55:18.647Z Checking russh-keys v0.45.0
44762026-03-24T17:55:19.397Z Checking russh v0.45.0
44772026-03-24T17:55:41.582Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44782026-03-24T17:55:43.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.45s
44792026-03-24T17:55:43.435Z
44802026-03-24T17:55:43.435Zinfo: running `cargo check --bins` on gateway-cli (253/267)
44812026-03-24T17:55:44.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44822026-03-24T17:55:44.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44832026-03-24T17:55:44.354Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44842026-03-24T17:55:44.510Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44852026-03-24T17:55:44.517Z Checking termios v0.3.3
44862026-03-24T17:55:46.218Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44872026-03-24T17:55:46.404Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44882026-03-24T17:55:49.058Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44892026-03-24T17:55:49.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.38s
44902026-03-24T17:55:50.046Z
44912026-03-24T17:55:50.046Zinfo: running `cargo check --bins --no-default-features` on installinator (254/267)
44922026-03-24T17:55:50.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44932026-03-24T17:55:50.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44942026-03-24T17:55:51.045Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44952026-03-24T17:55:51.187Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44962026-03-24T17:55:51.206Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44972026-03-24T17:55:51.210Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44982026-03-24T17:55:51.224Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44992026-03-24T17:55:51.491Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45002026-03-24T17:55:51.495Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45012026-03-24T17:55:52.448Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45022026-03-24T17:55:52.756Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45032026-03-24T17:55:52.764Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45042026-03-24T17:55:53.623Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45052026-03-24T17:55:55.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s
45062026-03-24T17:55:56.024Z
45072026-03-24T17:55:56.024Zinfo: running `cargo check --bins` on internal-dns-cli (255/267)
45082026-03-24T17:55:56.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-03-24T17:55:56.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-03-24T17:55:56.941Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45112026-03-24T17:55:57.543Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45122026-03-24T17:55:57.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s
45132026-03-24T17:55:58.184Z
45142026-03-24T17:55:58.184Zinfo: running `cargo check --bins` on omicron-live-tests (256/267)
45152026-03-24T17:55:58.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45162026-03-24T17:55:58.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45172026-03-24T17:55:58.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45182026-03-24T17:55:58.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
45192026-03-24T17:55:59.014Z
45202026-03-24T17:55:59.015Zinfo: running `cargo check --bins` on live-tests-macros (257/267)
45212026-03-24T17:55:59.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45222026-03-24T17:55:59.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45232026-03-24T17:55:59.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45242026-03-24T17:55:59.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
45252026-03-24T17:55:59.849Z
45262026-03-24T17:55:59.849Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (258/267)
45272026-03-24T17:56:00.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45282026-03-24T17:56:00.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45292026-03-24T17:56:00.932Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45302026-03-24T17:56:01.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
45312026-03-24T17:56:01.916Z
45322026-03-24T17:56:01.917Zinfo: running `cargo check --bins` on omicron-ntp-admin (259/267)
45332026-03-24T17:56:02.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45342026-03-24T17:56:02.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45352026-03-24T17:56:02.842Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45362026-03-24T17:56:02.852Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45372026-03-24T17:56:03.157Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45382026-03-24T17:56:03.157Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45392026-03-24T17:56:04.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.27s
45402026-03-24T17:56:04.426Z
45412026-03-24T17:56:04.426Zinfo: running `cargo check --bins` on ntp-admin-types (260/267)
45422026-03-24T17:56:05.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-03-24T17:56:05.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-03-24T17:56:05.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45452026-03-24T17:56:05.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
45462026-03-24T17:56:05.256Z
45472026-03-24T17:56:05.257Zinfo: running `cargo check --bins` on omicron-package (261/267)
45482026-03-24T17:56:08.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-03-24T17:56:08.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-03-24T17:56:08.979Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45512026-03-24T17:56:08.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.36s
45522026-03-24T17:56:08.979Z
45532026-03-24T17:56:08.980Zinfo: running `cargo check --bins` on tqdb (262/267)
45542026-03-24T17:56:08.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-03-24T17:56:08.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-03-24T17:56:08.999Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45572026-03-24T17:56:09.454Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45582026-03-24T17:56:10.174Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45592026-03-24T17:56:10.176Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45602026-03-24T17:56:17.606Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45612026-03-24T17:56:18.543Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45622026-03-24T17:56:18.546Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45632026-03-24T17:56:18.546Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45642026-03-24T17:56:18.546Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45652026-03-24T17:56:19.555Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45662026-03-24T17:56:29.329Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45672026-03-24T17:56:37.895Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45682026-03-24T17:56:37.898Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45692026-03-24T17:56:37.899Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45702026-03-24T17:56:37.899Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45712026-03-24T17:56:39.900Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45722026-03-24T17:56:41.710Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45732026-03-24T17:56:42.602Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45742026-03-24T17:56:44.329Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45752026-03-24T17:56:45.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.15s
45762026-03-24T17:56:45.283Z
45772026-03-24T17:56:45.283Zinfo: running `cargo check --bins` on wicket-dbg (263/267)
45782026-03-24T17:56:46.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45792026-03-24T17:56:46.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45802026-03-24T17:56:46.285Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45812026-03-24T17:56:46.424Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45822026-03-24T17:56:46.441Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45832026-03-24T17:56:46.479Z Checking rtoolbox v0.0.3
45842026-03-24T17:56:46.486Z Checking tui-tree-widget v0.23.1
45852026-03-24T17:56:46.660Z Checking rpassword v7.4.0
45862026-03-24T17:56:46.753Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45872026-03-24T17:56:47.743Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45882026-03-24T17:56:55.174Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45892026-03-24T17:56:56.115Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45902026-03-24T17:56:57.577Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45912026-03-24T17:57:01.932Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45922026-03-24T17:57:04.514Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45932026-03-24T17:57:05.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.42s
45942026-03-24T17:57:05.951Z
45952026-03-24T17:57:05.951Zinfo: running `cargo check --bins` on wicket (264/267)
45962026-03-24T17:57:06.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45972026-03-24T17:57:06.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45982026-03-24T17:57:06.926Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45992026-03-24T17:57:07.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
46002026-03-24T17:57:07.633Z
46012026-03-24T17:57:07.633Zinfo: running `cargo check --bins` on wicketd (265/267)
46022026-03-24T17:57:08.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46032026-03-24T17:57:08.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46042026-03-24T17:57:08.665Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46052026-03-24T17:57:08.668Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46062026-03-24T17:57:08.804Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46072026-03-24T17:57:08.808Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46082026-03-24T17:57:10.008Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46092026-03-24T17:57:10.810Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46102026-03-24T17:57:14.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.30s
46112026-03-24T17:57:15.182Z
46122026-03-24T17:57:15.182Zinfo: running `cargo check --bins` on omicron-workspace-hack (266/267)
46132026-03-24T17:57:15.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46142026-03-24T17:57:15.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46152026-03-24T17:57:15.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46162026-03-24T17:57:15.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
46172026-03-24T17:57:16.011Z
46182026-03-24T17:57:16.011Zinfo: running `cargo check --bins` on zone-setup (267/267)
46192026-03-24T17:57:16.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46202026-03-24T17:57:16.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46212026-03-24T17:57:16.961Z Checking uzers v0.12.2
46222026-03-24T17:57:17.320Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46232026-03-24T17:57:18.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.27s
46242026-03-24T17:57:18.578Z
46252026-03-24T17:57:18.578Zreal 19:43.552348208
46262026-03-24T17:57:18.581Zuser 29:13.003883429
46272026-03-24T17:57:18.581Zsys 5:28.761945878
46282026-03-24T17:57:18.581Ztrap 0.496064830
46292026-03-24T17:57:18.581Ztflt 0.311453042
46302026-03-24T17:57:18.581Zdflt 0.599403579
46312026-03-24T17:57:18.582Zkflt 0.001051595
46322026-03-24T17:57:18.582Zlock 1:47:14.733235759
46332026-03-24T17:57:18.582Zslp 2:17:29.716545264
46342026-03-24T17:57:18.582Zlat 1:24.315023745
46352026-03-24T17:57:18.582Zstop 5:34.635295111
46362026-03-24T17:57:18.582Zprocess exited: duration 1434127 ms, exit code 0
 
46372026-03-24T17:57:18.588Zfound 0 output files