01KMZX6C9YMMA422CGNAF48NWD: 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: 01KMZX733MYFB9P28YJR7Z14VW

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-30T17:39:27.015Zjob assigned to worker 01KMZX76GZ2HMGH5TSRNSPCWPH [factory aws, i-091400932c455dbb3] (queued for 45 s)
 
22026-03-30T17:39:33.241Zstarting task 0: "setup"
32026-03-30T17:39:33.245Z++ uname -s
42026-03-30T17:39:33.250Z+ kern=SunOS
52026-03-30T17:39:33.250Z+ build_user=build
62026-03-30T17:39:33.250Z+ build_uid=12345
72026-03-30T17:39:33.250Z+ work_dir=/work
82026-03-30T17:39:33.250Z+ input_dir=/input
92026-03-30T17:39:33.250Z+ [[ 0 == 12345 ]]
102026-03-30T17:39:33.250Z+ case "$kern" in
112026-03-30T17:39:33.250Z+ groupadd -g 12345 build
122026-03-30T17:39:33.250Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-30T17:39:35.255Z+ zfs create -o mountpoint=/work rpool/work
142026-03-30T17:39:35.339Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-30T17:39:35.343Z+ home_fs=zfs
162026-03-30T17:39:35.343Z+ [[ zfs == autofs ]]
172026-03-30T17:39:35.343Z+ mkdir -p /home/build
182026-03-30T17:39:35.343Z+ chown build:build /home/build /work
192026-03-30T17:39:37.343Z+ chmod 0700 /home/build /work
202026-03-30T17:39:37.347Zprocess exited: duration 4106 ms, exit code 0
 
212026-03-30T17:39:37.357Zstarting task 1: "rust-toolchain"
222026-03-30T17:39:37.361Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-30T17:39:37.361Z * rust toolchain channel = "1.94.0"
242026-03-30T17:39:37.361Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-30T17:39:37.361Z * rust toolchain profile = "default"
262026-03-30T17:39:37.361Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-30T17:39:37.361Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-30T17:39:37.365Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-30T17:39:37.365Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-30T17:39:37.450Zinfo: downloading installer
312026-03-30T17:39:39.133Zwarn: It looks like you have an existing installation of Rust at:
322026-03-30T17:39:39.133Zwarn: /opt/ooce/bin
332026-03-30T17:39:39.133Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-30T17:39:39.133Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-30T17:39:39.133Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-30T17:39:39.133Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-30T17:39:39.133Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-30T17:39:39.133Zerror: cannot install while Rust is installed
392026-03-30T17:39:39.133Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-30T17:39:39.133Zwarn: It looks like you have an existing rustup settings file at:
412026-03-30T17:39:39.133Zwarn: /home/build/.rustup/settings.toml
422026-03-30T17:39:39.133Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-30T17:39:39.133Zwarn: instead of the one inferred from the default host triple.
442026-03-30T17:39:39.147Zinfo: profile set to default
452026-03-30T17:39:39.147Zinfo: default host triple is x86_64-unknown-illumos
462026-03-30T17:39:39.150Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-30T17:39:39.317Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-30T17:39:39.320Zinfo: downloading 6 components
492026-03-30T17:39:55.234Z
502026-03-30T17:39:55.234Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-03-30T17:39:55.259Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-30T17:39:55.259Z
532026-03-30T17:39:55.260Z
542026-03-30T17:39:55.263ZRust is installed now. Great!
552026-03-30T17:39:55.263Z
562026-03-30T17:39:55.263ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-30T17:39:55.263Zenvironment variable. This has not been done automatically.
582026-03-30T17:39:55.263Z
592026-03-30T17:39:55.263ZTo configure your current shell, you need to source
602026-03-30T17:39:55.263Zthe corresponding env file under $HOME/.cargo.
612026-03-30T17:39:55.263Z
622026-03-30T17:39:55.263ZThis is usually done by running one of the following (note the leading DOT):
632026-03-30T17:39:55.263Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-30T17:39:55.263Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-30T17:39:55.263Zsource "~/.cargo/env.nu" # For nushell
662026-03-30T17:39:55.263Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-30T17:39:55.263Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-30T17:39:55.263Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-30T17:39:55.263Zwarn: no default linker (`cc`) was found in your PATH
702026-03-30T17:39:55.263Zwarn: many Rust crates require a system C toolchain to build
712026-03-30T17:39:55.352Z+ rustup --version
722026-03-30T17:39:55.361Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-30T17:39:55.365Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-30T17:39:55.382Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-30T17:39:55.385Z+ cargo --version
762026-03-30T17:39:55.398Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-30T17:39:55.401Z+ rustc --version
782026-03-30T17:39:55.419Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-30T17:39:55.423Zprocess exited: duration 18064 ms, exit code 0
 
802026-03-30T17:39:55.430Zstarting task 2: "authentication"
812026-03-30T17:39:55.447Zprocess exited: duration 17 ms, exit code 0
 
822026-03-30T17:39:55.454Zstarting task 3: "clone repository"
832026-03-30T17:39:55.457Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-30T17:39:55.461Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-30T17:39:55.519ZCloning into '/work/oxidecomputer/omicron'...
862026-03-30T17:40:05.708Z+ cd /work/oxidecomputer/omicron
872026-03-30T17:40:05.712Z+ git fetch origin 909801f253b585df24f0611b5e0c666f79953c12
882026-03-30T17:40:06.008ZFrom https://github.com/oxidecomputer/omicron
892026-03-30T17:40:06.008Z * branch 909801f253b585df24f0611b5e0c666f79953c12 -> FETCH_HEAD
902026-03-30T17:40:06.017Z+ [[ -n ben/fix-replicated-expunge-timeseries ]]
912026-03-30T17:40:06.021Z++ git branch --show-current
922026-03-30T17:40:06.021Z+ current=main
932026-03-30T17:40:06.021Z+ [[ main != ben/fix-replicated-expunge-timeseries ]]
942026-03-30T17:40:06.021Z+ git branch -f ben/fix-replicated-expunge-timeseries 909801f253b585df24f0611b5e0c666f79953c12
952026-03-30T17:40:06.024Z+ git checkout -f ben/fix-replicated-expunge-timeseries
962026-03-30T17:40:06.272ZSwitched to branch 'ben/fix-replicated-expunge-timeseries'
972026-03-30T17:40:06.276Z+ git reset --hard 909801f253b585df24f0611b5e0c666f79953c12
982026-03-30T17:40:06.521ZHEAD is now at 909801f25 Add note explaining query settings
992026-03-30T17:40:06.524Zprocess exited: duration 11068 ms, exit code 0
 
1002026-03-30T17:40:06.531Zstarting task 4: "build"
1012026-03-30T17:40:06.536Z+ source .github/buildomat/ci-env.sh
1022026-03-30T17:40:06.536Z++ export CARGO_TERM_COLOR=always
1032026-03-30T17:40:06.536Z++ CARGO_TERM_COLOR=always
1042026-03-30T17:40:06.537Z+ cargo --version
1052026-03-30T17:40:06.546Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-30T17:40:06.549Z+ rustc --version
1072026-03-30T17:40:06.568Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-30T17:40:06.571Z+ source ./env.sh
1092026-03-30T17:40:06.572Z++ OLD_SHELL_OPTS=ehxB
1102026-03-30T17:40:06.572Z++ set -o xtrace
1112026-03-30T17:40:06.575Z++++ dirname ./env.sh
1122026-03-30T17:40:06.575Z+++ readlink -f .
1132026-03-30T17:40:06.578Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-30T17:40:06.578Z++ 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-30T17:40:06.578Z++ 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-30T17:40:06.578Z++ 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-30T17:40:06.578Z++ 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-30T17:40:06.578Z++ 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-30T17:40:06.578Z++ 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-30T17:40:06.578Z++ 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-30T17:40:06.578Z++ 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-30T17:40:06.578Z++ case $OLD_SHELL_OPTS in
1232026-03-30T17:40:06.578Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-30T17:40:06.579Z+ 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-30T17:40:06.579Z+ 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-30T17:40:06.579Z+ banner prerequisites
1272026-03-30T17:40:06.582Z
1282026-03-30T17:40:06.582Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-30T17:40:06.582Z # # # # # # # # # # # # # # #
1302026-03-30T17:40:06.582Z # # # # ##### # # ##### # # # # # #### #
1312026-03-30T17:40:06.582Z ##### ##### # ##### # # # # # # # # #
1322026-03-30T17:40:06.582Z # # # # # # # # # # # # # # #
1332026-03-30T17:40:06.582Z # # # ###### # # ###### ### # #### # #### #
1342026-03-30T17:40:06.582Z
1352026-03-30T17:40:06.582Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-30T17:40:14.826Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-30T17:40:21.578Z Startup: Caching catalogs ... Done
1382026-03-30T17:40:25.760ZPlanning: Solver setup ... Done (2.846s)
1392026-03-30T17:40:25.778ZPlanning: Running solver ... Done (0.019s)
1402026-03-30T17:40:25.895ZPlanning: Finding local manifests ... Done (0.003s)
1412026-03-30T17:40:25.908ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-30T17:40:25.996ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-30T17:40:26.028ZPlanning: Package planning ... Done (0.032s)
1442026-03-30T17:40:26.055ZPlanning: Merging actions ... Done (0.027s)
1452026-03-30T17:40:26.231ZPlanning: Checking for conflicting actions ... Done (0.176s)
1462026-03-30T17:40:26.238ZPlanning: Consolidating action changes ... Done (0.007s)
1472026-03-30T17:40:26.995ZPlanning: Evaluating mediators ... Done (0.757s)
1482026-03-30T17:40:27.002ZPlanning: Planning completed in 5.27 seconds
1492026-03-30T17:40:27.012Z Packages to install: 4
1502026-03-30T17:40:27.012Z Mediators to change: 2
1512026-03-30T17:40:27.016Z Services to change: 1
1522026-03-30T17:40:27.016Z Estimated space available: 155.35 GB
1532026-03-30T17:40:27.016ZEstimated space to be consumed: 1.84 GB
1542026-03-30T17:40:27.016Z Create boot environment: No
1552026-03-30T17:40:27.016ZCreate backup boot environment: No
1562026-03-30T17:40:27.016Z Rebuild boot archive: No
1572026-03-30T17:40:27.016Z
1582026-03-30T17:40:27.016ZChanged mediators:
1592026-03-30T17:40:27.016Z mediator clang:
1602026-03-30T17:40:27.016Z version: None -> 15 (system default)
1612026-03-30T17:40:27.016Z
1622026-03-30T17:40:27.016Z mediator llvm:
1632026-03-30T17:40:27.016Z version: 14 (system default) -> 15 (system default)
1642026-03-30T17:40:27.016Z
1652026-03-30T17:40:27.016ZChanged packages:
1662026-03-30T17:40:27.016Zhelios-dev
1672026-03-30T17:40:27.016Z developer/build-essential
1682026-03-30T17:40:27.016Z None -> 11-2.0
1692026-03-30T17:40:27.016Z library/libxmlsec1
1702026-03-30T17:40:27.016Z None -> 1.2.35-2.0
1712026-03-30T17:40:27.016Z ooce/developer/clang-15
1722026-03-30T17:40:27.016Z None -> 15.0.7-2.0
1732026-03-30T17:40:27.016Z ooce/developer/llvm-15
1742026-03-30T17:40:27.016Z None -> 15.0.7-2.0
1752026-03-30T17:40:27.016Z
1762026-03-30T17:40:27.016ZServices:
1772026-03-30T17:40:27.016Z restart_fmri:
1782026-03-30T17:40:27.017Z svc:/system/update-man-index:default
1792026-03-30T17:40:27.055Z
1802026-03-30T17:40:27.055ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-30T17:40:32.078ZDownload: 2215/3290 items 119.1/212.6MB 56% complete (24.1M/s)
1822026-03-30T17:40:37.903ZDownload: 3281/3290 items 209.3/212.6MB 98% complete (21.4M/s)
1832026-03-30T17:40:37.959ZDownload: Completed 212.60 MB in 10.90 seconds (19.5M/s)
1842026-03-30T17:40:38.668Z Actions: 1/3689 actions (Installing new actions)
1852026-03-30T17:40:41.854Z Actions: Completed 3689 actions in 3.19 seconds.
1862026-03-30T17:40:42.463Z Done (0.605s)
1872026-03-30T17:40:42.463Z Done (0.000s)
1882026-03-30T17:40:43.162Z Done (0.699s)
1892026-03-30T17:40:46.236Z Done (2.741s)
1902026-03-30T17:40:46.309Z Done (0.013s)
1912026-03-30T17:40:46.316Z Done (0.000s)
1922026-03-30T17:40:46.636Z Done (0.000s)
1932026-03-30T17:40:47.451ZPlanning: Evaluating mediator changes ... Done
1942026-03-30T17:40:47.559ZPlanning: Checking for conflicting actions ... Done
1952026-03-30T17:40:47.563ZPlanning: Consolidating action changes ... Done
1962026-03-30T17:40:47.718ZPlanning: Evaluating mediators ... Done
1972026-03-30T17:40:47.726ZPlanning: Planning completed in 0.27 seconds
1982026-03-30T17:40:47.739Z Mediators to change: 2
1992026-03-30T17:40:47.739Z Create boot environment: No
2002026-03-30T17:40:47.739ZCreate backup boot environment: No
2012026-03-30T17:40:47.816Z Done
2022026-03-30T17:40:47.817Z Done
2032026-03-30T17:40:48.420Z Done
2042026-03-30T17:40:50.920Z Done
2052026-03-30T17:40:50.989Z Done
2062026-03-30T17:40:50.993Z Done
2072026-03-30T17:40:51.138Z Done
2082026-03-30T17:40:51.534ZPlanning: Evaluating mediator changes ... Done
2092026-03-30T17:40:51.538ZPlanning: Merging actions ... Done
2102026-03-30T17:40:51.672ZPlanning: Checking for conflicting actions ... Done
2112026-03-30T17:40:51.675ZPlanning: Consolidating action changes ... Done
2122026-03-30T17:40:51.808ZPlanning: Evaluating mediators ... Done
2132026-03-30T17:40:51.836ZPlanning: Planning completed in 0.44 seconds
2142026-03-30T17:40:51.857Z Packages to change: 1
2152026-03-30T17:40:51.858Z Mediators to change: 1
2162026-03-30T17:40:51.858Z Services to change: 1
2172026-03-30T17:40:51.858Z Create boot environment: No
2182026-03-30T17:40:51.858ZCreate backup boot environment: Yes
2192026-03-30T17:40:54.059Z Actions: 1/6 actions (Updating modified actions)
2202026-03-30T17:40:54.062Z Actions: Completed 6 actions in 0.00 seconds.
2212026-03-30T17:40:54.062Z Done
2222026-03-30T17:40:54.062Z Done
2232026-03-30T17:40:54.197Z Done
2242026-03-30T17:40:56.637Z Done
2252026-03-30T17:40:56.708Z Done
2262026-03-30T17:40:56.712Z Done
2272026-03-30T17:40:56.849Z Done
2282026-03-30T17:40:57.137ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292026-03-30T17:40:57.137Zclang system 15 system
2302026-03-30T17:40:57.137Zcsh system system illumos
2312026-03-30T17:40:57.137Zctags system system illumos
2322026-03-30T17:40:57.138Zfile system system illumos
2332026-03-30T17:40:57.138Zgcc vendor 12 vendor
2342026-03-30T17:40:57.138Zgcc system 14 system
2352026-03-30T17:40:57.138Zgcc system 10 system
2362026-03-30T17:40:57.138Zgo system 1.20 system
2372026-03-30T17:40:57.138Zgo system 1.19 system
2382026-03-30T17:40:57.138Zllvm system 15 system
2392026-03-30T17:40:57.138Zllvm system 14 system
2402026-03-30T17:40:57.139Zmariadb system 10.6 system
2412026-03-30T17:40:57.139Zmta vendor vendor dma
2422026-03-30T17:40:57.139Zopenjdk system 17 system
2432026-03-30T17:40:57.139Zopenjdk system 11 system
2442026-03-30T17:40:57.139Zopenjdk system 1.8 system
2452026-03-30T17:40:57.139Zopenssl vendor 3 vendor
2462026-03-30T17:40:57.139Zperl system 5.36 system
2472026-03-30T17:40:57.139Zpostgresql system 15 system
2482026-03-30T17:40:57.139Zpostgresql system 13 system
2492026-03-30T17:40:57.139Zpython vendor 3 vendor
2502026-03-30T17:40:57.139Zpython system 2 system
2512026-03-30T17:40:57.139Zpython3 system 3.11 system
2522026-03-30T17:40:57.139Zruby system 3.0 system
2532026-03-30T17:40:57.139Zwords vendor vendor american-english
2542026-03-30T17:40:57.139Zwords system system australian-english
2552026-03-30T17:40:57.139Zwords system system british-english
2562026-03-30T17:40:57.139Zwords system system canadian-english
2572026-03-30T17:40:57.139Zwords system system french
2582026-03-30T17:40:57.139Zwords system system italian
2592026-03-30T17:40:57.139Zwords system system ngerman
2602026-03-30T17:40:57.139Zwords system system ogerman
2612026-03-30T17:40:57.139Zwords system system spanish
2622026-03-30T17:40:57.364ZPUBLISHER TYPE STATUS P LOCATION
2632026-03-30T17:40:57.364Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642026-03-30T17:41:01.787ZFMRI IFO
2652026-03-30T17:41:01.787Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662026-03-30T17:41:01.787Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672026-03-30T17:41:01.787Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682026-03-30T17:41:01.787Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692026-03-30T17:41:01.787Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702026-03-30T17:41:01.787Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2712026-03-30T17:41:01.787Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2722026-03-30T17:41:01.787Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2732026-03-30T17:41:01.787Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2742026-03-30T17:41:01.787Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2752026-03-30T17:41:01.787Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2762026-03-30T17:41:01.787Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2772026-03-30T17:41:01.787Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2782026-03-30T17:41:01.787Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2792026-03-30T17:41:01.787Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2802026-03-30T17:41:01.787Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2812026-03-30T17:41:02.860Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2822026-03-30T17:41:03.131Z Updating crates.io index
2832026-03-30T17:41:03.165Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2842026-03-30T17:41:03.890Z Updating git repository `https://github.com/oxidecomputer/lldp`
2852026-03-30T17:41:04.656Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2862026-03-30T17:41:04.971Z Updating git repository `https://github.com/oxidecomputer/falcon`
2872026-03-30T17:41:05.859Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882026-03-30T17:41:06.552Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892026-03-30T17:41:07.882Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-03-30T17:41:09.260Z Updating git repository `https://github.com/oxidecomputer/opte`
2912026-03-30T17:41:10.104Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922026-03-30T17:41:10.428Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2932026-03-30T17:41:11.333Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942026-03-30T17:41:11.725Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952026-03-30T17:41:12.116Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962026-03-30T17:41:12.524Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2972026-03-30T17:41:13.467Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2982026-03-30T17:41:14.198Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992026-03-30T17:41:14.500Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002026-03-30T17:41:14.941Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3012026-03-30T17:41:15.435Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022026-03-30T17:41:15.645Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032026-03-30T17:41:15.888Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042026-03-30T17:41:16.165Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3052026-03-30T17:41:16.628Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3062026-03-30T17:41:17.265Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3072026-03-30T17:41:17.810Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3082026-03-30T17:41:18.244Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092026-03-30T17:41:18.549Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102026-03-30T17:41:19.658Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3112026-03-30T17:41:20.208Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3122026-03-30T17:41:20.634Z Updating git repository `https://github.com/oxidecomputer/crucible`
3132026-03-30T17:41:21.208Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3142026-03-30T17:41:21.527Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3152026-03-30T17:41:21.992Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3162026-03-30T17:41:22.427Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3172026-03-30T17:41:23.097Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182026-03-30T17:41:23.334Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192026-03-30T17:41:23.605Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202026-03-30T17:41:23.892Z Updating git repository `https://github.com/illumos/smf-rs`
3212026-03-30T17:41:24.267Z Updating git repository `https://github.com/oxidecomputer/omicron`
3222026-03-30T17:41:35.943Z Downloading crates ...
3232026-03-30T17:41:35.989Z Downloaded clap_lex v1.0.0
3242026-03-30T17:41:35.999Z Downloaded proc-macro-error-attr v1.0.4
3252026-03-30T17:41:36.005Z Downloaded anstyle v1.0.13
3262026-03-30T17:41:36.009Z Downloaded anstyle-query v1.1.5
3272026-03-30T17:41:36.009Z Downloaded colorchoice v1.0.4
3282026-03-30T17:41:36.040Z Downloaded thiserror v2.0.18
3292026-03-30T17:41:36.045Z Downloaded dtrace-parser v0.2.0
3302026-03-30T17:41:36.045Z Downloaded equivalent v1.0.2
3312026-03-30T17:41:36.045Z Downloaded tinystr v0.8.2
3322026-03-30T17:41:36.045Z Downloaded pretty-hex v0.4.1
3332026-03-30T17:41:36.045Z Downloaded icu_provider v2.1.1
3342026-03-30T17:41:36.046Z Downloaded anstream v0.6.21
3352026-03-30T17:41:36.046Z Downloaded cargo_toml v0.21.0
3362026-03-30T17:41:36.046Z Downloaded percent-encoding v2.3.2
3372026-03-30T17:41:36.046Z Downloaded zmij v1.0.21
3382026-03-30T17:41:36.046Z Downloaded unicode-linebreak v0.1.5
3392026-03-30T17:41:36.046Z Downloaded thiserror-impl v1.0.69
3402026-03-30T17:41:36.046Z Downloaded proc-macro-error v1.0.4
3412026-03-30T17:41:36.046Z Downloaded ucd-trie v0.1.7
3422026-03-30T17:41:36.046Z Downloaded clap_derive v4.5.55
3432026-03-30T17:41:36.046Z Downloaded crypto-common v0.1.7
3442026-03-30T17:41:36.046Z Downloaded itoa v1.0.17
3452026-03-30T17:41:36.046Z Downloaded anstyle-parse v0.2.7
3462026-03-30T17:41:36.046Z Downloaded unicode-ident v1.0.24
3472026-03-30T17:41:36.046Z Downloaded unicode-xid v0.2.6
3482026-03-30T17:41:36.046Z Downloaded textwrap v0.16.2
3492026-03-30T17:41:36.047Z Downloaded version_check v0.9.5
3502026-03-30T17:41:36.047Z Downloaded fastrand v2.3.0
3512026-03-30T17:41:36.047Z Downloaded is_terminal_polyfill v1.70.2
3522026-03-30T17:41:36.047Z Downloaded generic-array v0.14.7
3532026-03-30T17:41:36.047Z Downloaded utf8parse v0.2.2
3542026-03-30T17:41:36.047Z Downloaded usdt v0.5.0
3552026-03-30T17:41:36.047Z Downloaded dof v0.3.0
3562026-03-30T17:41:36.052Z Downloaded usdt-macro v0.5.0
3572026-03-30T17:41:36.052Z Downloaded thread-id v4.2.2
3582026-03-30T17:41:36.052Z Downloaded typeid v1.0.3
3592026-03-30T17:41:36.052Z Downloaded serde_spanned v0.6.9
3602026-03-30T17:41:36.052Z Downloaded pest_meta v2.8.6
3612026-03-30T17:41:36.056Z Downloaded cpufeatures v0.2.17
3622026-03-30T17:41:36.056Z Downloaded zerofrom-derive v0.1.6
3632026-03-30T17:41:36.056Z Downloaded zerofrom v0.1.6
3642026-03-30T17:41:36.060Z Downloaded yoke-derive v0.8.1
3652026-03-30T17:41:36.060Z Downloaded usdt-impl v0.5.0
3662026-03-30T17:41:36.172Z Downloaded zerovec-derive v0.11.2
3672026-03-30T17:41:36.172Z Downloaded errno v0.3.14
3682026-03-30T17:41:36.173Z Downloaded utf8_iter v1.0.4
3692026-03-30T17:41:36.173Z Downloaded toml_datetime v0.6.11
3702026-03-30T17:41:36.173Z Downloaded serde-value v0.7.0
3712026-03-30T17:41:36.173Z Downloaded terminal_size v0.4.3
3722026-03-30T17:41:36.173Z Downloaded zerocopy-derive v0.7.35
3732026-03-30T17:41:36.174Z Downloaded thiserror-impl v2.0.18
3742026-03-30T17:41:36.174Z Downloaded tabled_derive v0.7.0
3752026-03-30T17:41:36.174Z Downloaded memmap v0.7.0
3762026-03-30T17:41:36.174Z Downloaded toml v0.8.23
3772026-03-30T17:41:36.174Z Downloaded usdt-attr-macro v0.5.0
3782026-03-30T17:41:36.174Z Downloaded toml_write v0.1.2
3792026-03-30T17:41:36.174Z Downloaded heck v0.4.1
3802026-03-30T17:41:36.174Z Downloaded block-buffer v0.10.4
3812026-03-30T17:41:36.174Z Downloaded potential_utf v0.1.4
3822026-03-30T17:41:36.175Z Downloaded plain v0.2.3
3832026-03-30T17:41:36.175Z Downloaded heck v0.5.0
3842026-03-30T17:41:36.175Z Downloaded fnv v1.0.7
3852026-03-30T17:41:36.175Z Downloaded cfg-if v1.0.4
3862026-03-30T17:41:36.175Z Downloaded form_urlencoded v1.2.2
3872026-03-30T17:41:36.175Z Downloaded scroll_derive v0.12.1
3882026-03-30T17:41:36.175Z Downloaded idna_adapter v1.2.1
3892026-03-30T17:41:36.175Z Downloaded ordered-float v2.10.1
3902026-03-30T17:41:36.175Z Downloaded smawk v0.3.2
3912026-03-30T17:41:36.176Z Downloaded yoke v0.8.1
3922026-03-30T17:41:36.176Z Downloaded writeable v0.6.2
3932026-03-30T17:41:36.176Z Downloaded stable_deref_trait v1.2.1
3942026-03-30T17:41:36.176Z Downloaded macaddr v1.0.1
3952026-03-30T17:41:36.176Z Downloaded zerotrie v0.2.3
3962026-03-30T17:41:36.176Z Downloaded cargo-platform v0.2.0
3972026-03-30T17:41:36.176Z Downloaded typenum v1.19.0
3982026-03-30T17:41:36.176Z Downloaded scroll v0.12.0
3992026-03-30T17:41:36.176Z Downloaded strsim v0.11.1
4002026-03-30T17:41:36.176Z Downloaded swrite v0.1.0
4012026-03-30T17:41:36.176Z Downloaded icu_locale_core v2.1.1
4022026-03-30T17:41:36.176Z Downloaded url v2.5.8
4032026-03-30T17:41:36.176Z Downloaded erased-serde v0.4.9
4042026-03-30T17:41:36.176Z Downloaded toml_edit v0.22.27
4052026-03-30T17:41:36.176Z Downloaded digest v0.10.7
4062026-03-30T17:41:36.176Z Downloaded proc-macro2 v1.0.106
4072026-03-30T17:41:36.176Z Downloaded displaydoc v0.2.5
4082026-03-30T17:41:36.176Z Downloaded byteorder v1.5.0
4092026-03-30T17:41:36.176Z Downloaded serde_tokenstream v0.2.3
4102026-03-30T17:41:36.176Z Downloaded synstructure v0.13.2
4112026-03-30T17:41:36.176Z Downloaded thiserror v1.0.69
4122026-03-30T17:41:36.176Z Downloaded cargo_metadata v0.21.0
4132026-03-30T17:41:36.176Z Downloaded zerocopy v0.7.35
4142026-03-30T17:41:36.176Z Downloaded zerovec v0.11.5
4152026-03-30T17:41:36.177Z Downloaded winnow v0.7.14
4162026-03-30T17:41:36.177Z Downloaded smallvec v1.15.1
4172026-03-30T17:41:36.177Z Downloaded pest_generator v2.8.6
4182026-03-30T17:41:36.177Z Downloaded papergrid v0.11.0
4192026-03-30T17:41:36.177Z Downloaded icu_normalizer v2.1.1
4202026-03-30T17:41:36.177Z Downloaded unicode-width v0.2.0
4212026-03-30T17:41:36.186Z Downloaded unicode-width v0.1.14
4222026-03-30T17:41:36.186Z Downloaded cargo-util-schemas v0.8.2
4232026-03-30T17:41:36.186Z Downloaded quote v1.0.44
4242026-03-30T17:41:36.186Z Downloaded tempfile v3.25.0
4252026-03-30T17:41:36.186Z Downloaded semver v1.0.27
4262026-03-30T17:41:36.186Z Downloaded clap v4.5.60
4272026-03-30T17:41:36.195Z Downloaded camino v1.2.2
4282026-03-30T17:41:36.195Z Downloaded pest_derive v2.8.6
4292026-03-30T17:41:36.195Z Downloaded anyhow v1.0.102
4302026-03-30T17:41:36.195Z Downloaded once_cell v1.21.3
4312026-03-30T17:41:36.195Z Downloaded clap_builder v4.5.60
4322026-03-30T17:41:36.196Z Downloaded serde_derive v1.0.228
4332026-03-30T17:41:36.203Z Downloaded log v0.4.29
4342026-03-30T17:41:36.203Z Downloaded memchr v2.8.0
4352026-03-30T17:41:36.203Z Downloaded camino-tempfile v1.4.1
4362026-03-30T17:41:36.204Z Downloaded bytecount v0.6.9
4372026-03-30T17:41:36.204Z Downloaded serde_core v1.0.228
4382026-03-30T17:41:36.207Z Downloaded num-traits v0.2.19
4392026-03-30T17:41:36.207Z Downloaded icu_properties v2.1.2
4402026-03-30T17:41:36.207Z Downloaded autocfg v1.5.0
4412026-03-30T17:41:36.207Z Downloaded getrandom v0.4.1
4422026-03-30T17:41:36.207Z Downloaded icu_normalizer_data v2.1.1
4432026-03-30T17:41:36.207Z Downloaded bitflags v2.11.0
4442026-03-30T17:41:36.211Z Downloaded sha2 v0.10.9
4452026-03-30T17:41:36.211Z Downloaded litemap v0.8.1
4462026-03-30T17:41:36.211Z Downloaded fs-err v3.3.0
4472026-03-30T17:41:36.214Z Downloaded serde-untagged v0.1.9
4482026-03-30T17:41:36.223Z Downloaded serde v1.0.228
4492026-03-30T17:41:36.236Z Downloaded icu_collections v2.1.1
4502026-03-30T17:41:36.240Z Downloaded indexmap v2.13.0
4512026-03-30T17:41:36.247Z Downloaded hashbrown v0.16.1
4522026-03-30T17:41:36.256Z Downloaded idna v1.1.0
4532026-03-30T17:41:36.261Z Downloaded goblin v0.8.2
4542026-03-30T17:41:36.268Z Downloaded pest v2.8.6
4552026-03-30T17:41:36.273Z Downloaded icu_properties_data v2.1.2
4562026-03-30T17:41:36.277Z Downloaded serde_json v1.0.149
4572026-03-30T17:41:36.295Z Downloaded tabled v0.15.0
4582026-03-30T17:41:36.306Z Downloaded syn v1.0.109
4592026-03-30T17:41:36.320Z Downloaded syn v2.0.117
4602026-03-30T17:41:36.335Z Downloaded rustix v1.1.3
4612026-03-30T17:41:36.356Z Downloaded libc v0.2.180
4622026-03-30T17:41:36.424Z Compiling proc-macro2 v1.0.106
4632026-03-30T17:41:36.424Z Compiling unicode-ident v1.0.24
4642026-03-30T17:41:36.424Z Compiling quote v1.0.44
4652026-03-30T17:41:36.424Z Compiling serde_core v1.0.228
4662026-03-30T17:41:36.428Z Compiling libc v0.2.180
4672026-03-30T17:41:36.428Z Compiling version_check v0.9.5
4682026-03-30T17:41:36.428Z Compiling memchr v2.8.0
4692026-03-30T17:41:36.428Z Compiling serde v1.0.228
4702026-03-30T17:41:36.779Z Compiling stable_deref_trait v1.2.1
4712026-03-30T17:41:36.860Z Compiling zmij v1.0.21
4722026-03-30T17:41:37.021Z Compiling thiserror v1.0.69
4732026-03-30T17:41:37.053Z Compiling itoa v1.0.17
4742026-03-30T17:41:37.241Z Compiling autocfg v1.5.0
4752026-03-30T17:41:37.330Z Compiling ucd-trie v0.1.7
4762026-03-30T17:41:37.443Z Compiling writeable v0.6.2
4772026-03-30T17:41:37.460Z Compiling litemap v0.8.1
4782026-03-30T17:41:37.479Z Compiling pest v2.8.6
4792026-03-30T17:41:37.629Z Compiling byteorder v1.5.0
4802026-03-30T17:41:37.741Z Compiling rustix v1.1.3
4812026-03-30T17:41:37.749Z Compiling icu_properties_data v2.1.2
4822026-03-30T17:41:37.867Z Compiling icu_normalizer_data v2.1.1
4832026-03-30T17:41:37.988Z Compiling syn v2.0.117
4842026-03-30T17:41:38.043Z Compiling errno v0.3.14
4852026-03-30T17:41:38.094Z Compiling bitflags v2.11.0
4862026-03-30T17:41:38.199Z Compiling serde_json v1.0.149
4872026-03-30T17:41:38.329Z Compiling num-traits v0.2.19
4882026-03-30T17:41:38.411Z Compiling equivalent v1.0.2
4892026-03-30T17:41:38.450Z Compiling smallvec v1.15.1
4902026-03-30T17:41:38.522Z Compiling hashbrown v0.16.1
4912026-03-30T17:41:38.664Z Compiling pest_meta v2.8.6
4922026-03-30T17:41:38.696Z Compiling typeid v1.0.3
4932026-03-30T17:41:38.943Z Compiling thread-id v4.2.2
4942026-03-30T17:41:38.964Z Compiling proc-macro-error-attr v1.0.4
4952026-03-30T17:41:39.028Z Compiling indexmap v2.13.0
4962026-03-30T17:41:39.047Z Compiling usdt-impl v0.5.0
4972026-03-30T17:41:39.064Z Compiling syn v1.0.109
4982026-03-30T17:41:39.144Z Compiling toml_write v0.1.2
4992026-03-30T17:41:39.332Z Compiling erased-serde v0.4.9
5002026-03-30T17:41:39.350Z Compiling winnow v0.7.14
5012026-03-30T17:41:39.636Z Compiling proc-macro-error v1.0.4
5022026-03-30T17:41:39.655Z Compiling percent-encoding v2.3.2
5032026-03-30T17:41:39.823Z Compiling utf8parse v0.2.2
5042026-03-30T17:41:39.849Z Compiling log v0.4.29
5052026-03-30T17:41:39.940Z Compiling getrandom v0.4.1
5062026-03-30T17:41:40.036Z Compiling camino v1.2.2
5072026-03-30T17:41:40.096Z Compiling plain v0.2.3
5082026-03-30T17:41:40.214Z Compiling utf8_iter v1.0.4
5092026-03-30T17:41:40.337Z Compiling thiserror v2.0.18
5102026-03-30T17:41:40.349Z Compiling ordered-float v2.10.1
5112026-03-30T17:41:40.349Z Compiling anstyle-parse v0.2.7
5122026-03-30T17:41:40.406Z Compiling form_urlencoded v1.2.2
5132026-03-30T17:41:40.544Z Compiling synstructure v0.13.2
5142026-03-30T17:41:40.603Z Compiling pest_generator v2.8.6
5152026-03-30T17:41:40.809Z Compiling terminal_size v0.4.3
5162026-03-30T17:41:40.914Z Compiling is_terminal_polyfill v1.70.2
5172026-03-30T17:41:40.952Z Compiling colorchoice v1.0.4
5182026-03-30T17:41:40.971Z Compiling anstyle-query v1.1.5
5192026-03-30T17:41:41.013Z Compiling anstyle v1.0.13
5202026-03-30T17:41:41.060Z Compiling cfg-if v1.0.4
5212026-03-30T17:41:41.078Z Compiling pretty-hex v0.4.1
5222026-03-30T17:41:41.156Z Compiling serde-untagged v0.1.9
5232026-03-30T17:41:41.199Z Compiling anstream v0.6.21
5242026-03-30T17:41:41.237Z Compiling semver v1.0.27
5252026-03-30T17:41:41.321Z Compiling fs-err v3.3.0
5262026-03-30T17:41:41.399Z Compiling heck v0.4.1
5272026-03-30T17:41:41.506Z Compiling fnv v1.0.7
5282026-03-30T17:41:41.527Z Compiling once_cell v1.21.3
5292026-03-30T17:41:41.565Z Compiling unicode-width v0.1.14
5302026-03-30T17:41:41.597Z Compiling heck v0.5.0
5312026-03-30T17:41:41.616Z Compiling clap_lex v1.0.0
5322026-03-30T17:41:41.633Z Compiling unicode-xid v0.2.6
5332026-03-30T17:41:41.808Z Compiling fastrand v2.3.0
5342026-03-30T17:41:41.858Z Compiling bytecount v0.6.9
5352026-03-30T17:41:41.885Z Compiling strsim v0.11.1
5362026-03-30T17:41:41.902Z Compiling anyhow v1.0.102
5372026-03-30T17:41:41.999Z Compiling tempfile v3.25.0
5382026-03-30T17:41:42.073Z Compiling clap_builder v4.5.60
5392026-03-30T17:41:42.096Z Compiling papergrid v0.11.0
5402026-03-30T17:41:42.283Z Compiling serde_derive v1.0.228
5412026-03-30T17:41:42.351Z Compiling zerofrom-derive v0.1.6
5422026-03-30T17:41:42.385Z Compiling yoke-derive v0.8.1
5432026-03-30T17:41:42.444Z Compiling zerovec-derive v0.11.2
5442026-03-30T17:41:42.676Z Compiling displaydoc v0.2.5
5452026-03-30T17:41:43.416Z Compiling thiserror-impl v1.0.69
5462026-03-30T17:41:43.533Z Compiling zerocopy-derive v0.7.35
5472026-03-30T17:41:43.550Z Compiling pest_derive v2.8.6
5482026-03-30T17:41:43.569Z Compiling scroll_derive v0.12.1
5492026-03-30T17:41:43.741Z Compiling zerofrom v0.1.6
5502026-03-30T17:41:43.877Z Compiling yoke v0.8.1
5512026-03-30T17:41:43.980Z Compiling thiserror-impl v2.0.18
5522026-03-30T17:41:44.076Z Compiling zerovec v0.11.5
5532026-03-30T17:41:44.227Z Compiling zerotrie v0.2.3
5542026-03-30T17:41:44.406Z Compiling zerocopy v0.7.35
5552026-03-30T17:41:44.532Z Compiling tinystr v0.8.2
5562026-03-30T17:41:44.589Z Compiling potential_utf v0.1.4
5572026-03-30T17:41:44.751Z Compiling icu_locale_core v2.1.1
5582026-03-30T17:41:44.764Z Compiling icu_collections v2.1.1
5592026-03-30T17:41:44.788Z Compiling dtrace-parser v0.2.0
5602026-03-30T17:41:44.951Z Compiling scroll v0.12.0
5612026-03-30T17:41:45.096Z Compiling tabled_derive v0.7.0
5622026-03-30T17:41:45.250Z Compiling goblin v0.8.2
5632026-03-30T17:41:45.257Z Compiling clap_derive v4.5.55
5642026-03-30T17:41:45.432Z Compiling icu_provider v2.1.1
5652026-03-30T17:41:45.529Z Compiling memmap v0.7.0
5662026-03-30T17:41:45.624Z Compiling smawk v0.3.2
5672026-03-30T17:41:45.718Z Compiling icu_normalizer v2.1.1
5682026-03-30T17:41:45.735Z Compiling icu_properties v2.1.2
5692026-03-30T17:41:45.755Z Compiling toml_datetime v0.6.11
5702026-03-30T17:41:45.757Z Compiling serde_spanned v0.6.9
5712026-03-30T17:41:45.788Z Compiling dof v0.3.0
5722026-03-30T17:41:45.923Z Compiling serde_tokenstream v0.2.3
5732026-03-30T17:41:46.003Z Compiling toml_edit v0.22.27
5742026-03-30T17:41:46.019Z Compiling serde-value v0.7.0
5752026-03-30T17:41:46.240Z Compiling cargo-platform v0.2.0
5762026-03-30T17:41:46.266Z Compiling unicode-width v0.2.0
5772026-03-30T17:41:46.380Z Compiling unicode-linebreak v0.1.5
5782026-03-30T17:41:46.525Z Compiling tabled v0.15.0
5792026-03-30T17:41:46.548Z Compiling macaddr v1.0.1
5802026-03-30T17:41:46.654Z Compiling idna_adapter v1.2.1
5812026-03-30T17:41:46.832Z Compiling idna v1.1.0
5822026-03-30T17:41:46.841Z Compiling usdt-attr-macro v0.5.0
5832026-03-30T17:41:46.854Z Compiling usdt-macro v0.5.0
5842026-03-30T17:41:46.869Z Compiling textwrap v0.16.2
5852026-03-30T17:41:47.051Z Compiling clap v4.5.60
5862026-03-30T17:41:47.142Z Compiling url v2.5.8
5872026-03-30T17:41:47.462Z Compiling toml v0.8.23
5882026-03-30T17:41:47.723Z Compiling camino-tempfile v1.4.1
5892026-03-30T17:41:47.809Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5902026-03-30T17:41:47.956Z Compiling cargo-util-schemas v0.8.2
5912026-03-30T17:41:48.064Z Compiling cargo_toml v0.21.0
5922026-03-30T17:41:48.093Z Compiling swrite v0.1.0
5932026-03-30T17:41:48.277Z Compiling usdt v0.5.0
5942026-03-30T17:41:48.872Z Compiling cargo_metadata v0.21.0
5952026-03-30T17:41:49.787Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5962026-03-30T17:41:51.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.19s
5972026-03-30T17:41:52.127Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5982026-03-30T17:41:52.713Z Downloading crates ...
5992026-03-30T17:41:52.812Z Downloaded async-stream v0.3.6
6002026-03-30T17:41:52.819Z Downloaded curve25519-dalek-derive v0.1.1
6012026-03-30T17:41:52.824Z Downloaded cexpr v0.6.0
6022026-03-30T17:41:52.824Z Downloaded cargo_toml v0.22.3
6032026-03-30T17:41:52.834Z Downloaded daft-derive v0.1.5
6042026-03-30T17:41:52.844Z Downloaded daft v0.1.5
6052026-03-30T17:41:52.858Z Downloaded darling_macro v0.20.11
6062026-03-30T17:41:52.866Z Downloaded crc8 v0.1.1
6072026-03-30T17:41:52.866Z Downloaded cstr-argument v0.1.2
6082026-03-30T17:41:52.873Z Downloaded dyn-clone v1.0.20
6092026-03-30T17:41:52.873Z Downloaded defmt v1.0.1
6102026-03-30T17:41:52.873Z Downloaded critical-section v1.2.0
6112026-03-30T17:41:52.873Z Downloaded downcast-rs v2.0.2
6122026-03-30T17:41:52.878Z Downloaded debug-ignore v1.0.5
6132026-03-30T17:41:52.878Z Downloaded env_filter v1.0.0
6142026-03-30T17:41:52.878Z Downloaded dunce v1.0.5
6152026-03-30T17:41:52.878Z Downloaded difflib v0.4.0
6162026-03-30T17:41:52.883Z Downloaded ed25519 v2.2.3
6172026-03-30T17:41:52.888Z Downloaded enum-as-inner v0.6.1
6182026-03-30T17:41:52.888Z Downloaded darling_macro v0.21.3
6192026-03-30T17:41:52.893Z Downloaded erased-serde v0.3.31
6202026-03-30T17:41:52.893Z Downloaded defmt-macros v1.0.1
6212026-03-30T17:41:52.893Z Downloaded darling v0.21.3
6222026-03-30T17:41:52.901Z Downloaded foreign-types-macros v0.2.3
6232026-03-30T17:41:52.901Z Downloaded darling v0.20.11
6242026-03-30T17:41:52.907Z Downloaded dof v0.4.0
6252026-03-30T17:41:52.907Z Downloaded document-features v0.2.12
6262026-03-30T17:41:52.907Z Downloaded crunchy v0.2.4
6272026-03-30T17:41:52.907Z Downloaded ctr v0.9.2
6282026-03-30T17:41:52.907Z Downloaded darling_macro v0.23.0
6292026-03-30T17:41:52.913Z Downloaded float-ord v0.3.2
6302026-03-30T17:41:52.914Z Downloaded dsl_auto_type v0.2.0
6312026-03-30T17:41:52.914Z Downloaded foreign-types v0.3.2
6322026-03-30T17:41:52.914Z Downloaded embedded-io v0.6.1
6332026-03-30T17:41:52.920Z Downloaded either v1.15.0
6342026-03-30T17:41:52.920Z Downloaded dtrace-parser v0.3.0
6352026-03-30T17:41:52.920Z Downloaded diesel_table_macro_syntax v0.3.0
6362026-03-30T17:41:52.920Z Downloaded derive_builder v0.20.2
6372026-03-30T17:41:52.929Z Downloaded curve25519-dalek v4.1.3
6382026-03-30T17:41:52.929Z Downloaded bitfield v0.19.4
6392026-03-30T17:41:52.929Z Downloaded chacha20 v0.9.1
6402026-03-30T17:41:52.929Z Downloaded crucible-workspace-hack v0.1.0
6412026-03-30T17:41:52.933Z Downloaded float-cmp v0.10.0
6422026-03-30T17:41:52.933Z Downloaded dropshot-api-manager-types v0.6.0
6432026-03-30T17:41:52.933Z Downloaded defmt-parser v1.0.0
6442026-03-30T17:41:52.937Z Downloaded foreign-types-shared v0.3.1
6452026-03-30T17:41:52.948Z Downloaded embedded-io v0.4.0
6462026-03-30T17:41:52.948Z Downloaded dirs-sys-next v0.1.2
6472026-03-30T17:41:52.948Z Downloaded clang-sys v1.8.1
6482026-03-30T17:41:52.948Z Downloaded derive_builder_macro v0.20.2
6492026-03-30T17:41:52.949Z Downloaded cipher v0.4.4
6502026-03-30T17:41:52.949Z Downloaded funty v2.0.0
6512026-03-30T17:41:52.949Z Downloaded display-error-chain v0.2.2
6522026-03-30T17:41:52.949Z Downloaded corncobs v0.1.4
6532026-03-30T17:41:52.949Z Downloaded foreign-types v0.5.0
6542026-03-30T17:41:52.959Z Downloaded buf-list v1.1.2
6552026-03-30T17:41:52.959Z Downloaded endian-type v0.1.2
6562026-03-30T17:41:52.959Z Downloaded defmt v0.3.100
6572026-03-30T17:41:52.960Z Downloaded flagset v0.4.7
6582026-03-30T17:41:52.968Z Downloaded fixedbitset v0.4.2
6592026-03-30T17:41:52.968Z Downloaded fd-lock v4.0.4
6602026-03-30T17:41:52.968Z Downloaded crc32fast v1.5.0
6612026-03-30T17:41:52.968Z Downloaded colored v2.2.0
6622026-03-30T17:41:52.968Z Downloaded fallible-iterator v0.2.0
6632026-03-30T17:41:52.969Z Downloaded chacha20poly1305 v0.10.1
6642026-03-30T17:41:52.969Z Downloaded dirs-next v2.0.0
6652026-03-30T17:41:52.969Z Downloaded crossbeam-deque v0.8.6
6662026-03-30T17:41:52.978Z Downloaded bit-vec v0.8.0
6672026-03-30T17:41:52.978Z Downloaded bcrypt-pbkdf v0.10.0
6682026-03-30T17:41:52.978Z Downloaded futures-core v0.3.32
6692026-03-30T17:41:52.978Z Downloaded env_logger v0.11.9
6702026-03-30T17:41:52.978Z Downloaded const_format v0.2.35
6712026-03-30T17:41:52.982Z Downloaded futures-task v0.3.32
6722026-03-30T17:41:52.983Z Downloaded futures-sink v0.3.32
6732026-03-30T17:41:52.983Z Downloaded futures-io v0.3.32
6742026-03-30T17:41:52.983Z Downloaded derive-ex v0.1.8
6752026-03-30T17:41:52.986Z Downloaded futures-macro v0.3.32
6762026-03-30T17:41:52.986Z Downloaded fxhash v0.2.1
6772026-03-30T17:41:52.986Z Downloaded gethostname v0.5.0
6782026-03-30T17:41:52.990Z Downloaded git-stub v1.0.0
6792026-03-30T17:41:52.990Z Downloaded arrayref v0.3.9
6802026-03-30T17:41:52.990Z Downloaded atty v0.2.14
6812026-03-30T17:41:52.995Z Downloaded ecdsa v0.16.9
6822026-03-30T17:41:52.995Z Downloaded fixedbitset v0.5.7
6832026-03-30T17:41:52.998Z Downloaded foldhash v0.2.0
6842026-03-30T17:41:52.998Z Downloaded ff v0.13.1
6852026-03-30T17:41:52.999Z Downloaded cargo-platform v0.1.9
6862026-03-30T17:41:52.999Z Downloaded ena v0.14.4
6872026-03-30T17:41:53.009Z Downloaded bit-set v0.8.0
6882026-03-30T17:41:53.009Z Downloaded base64ct v1.8.3
6892026-03-30T17:41:53.009Z Downloaded diesel-dtrace v0.5.0
6902026-03-30T17:41:53.009Z Downloaded find-msvc-tools v0.1.9
6912026-03-30T17:41:53.016Z Downloaded drift v0.1.3
6922026-03-30T17:41:53.016Z Downloaded data-encoding v2.10.0
6932026-03-30T17:41:53.016Z Downloaded aho-corasick v1.1.4
6942026-03-30T17:41:53.016Z Downloaded fs-err v2.11.0
6952026-03-30T17:41:53.016Z Downloaded ghash v0.5.1
6962026-03-30T17:41:53.016Z Downloaded byte-wrapper v0.1.0
6972026-03-30T17:41:53.016Z Downloaded filetime v0.2.27
6982026-03-30T17:41:53.020Z Downloaded deranged v0.5.8
6992026-03-30T17:41:53.020Z Downloaded csv-core v0.1.13
7002026-03-30T17:41:53.020Z Downloaded console v0.15.11
7012026-03-30T17:41:53.020Z Downloaded der_derive v0.7.3
7022026-03-30T17:41:53.025Z Downloaded console v0.16.2
7032026-03-30T17:41:53.025Z Downloaded cancel-safe-futures v0.1.5
7042026-03-30T17:41:53.025Z Downloaded derive_builder_core v0.20.2
7052026-03-30T17:41:53.025Z Downloaded cassowary v0.3.0
7062026-03-30T17:41:53.030Z Downloaded bitflags v1.3.2
7072026-03-30T17:41:53.030Z Downloaded hex v0.4.3
7082026-03-30T17:41:53.030Z Downloaded hash32 v0.3.1
7092026-03-30T17:41:53.034Z Downloaded async-trait v0.1.89
7102026-03-30T17:41:53.038Z Downloaded ascii-canvas v3.0.0
7112026-03-30T17:41:53.046Z Downloaded headers-core v0.3.0
7122026-03-30T17:41:53.050Z Downloaded hash32 v0.2.1
7132026-03-30T17:41:53.050Z Downloaded base64 v0.22.1
7142026-03-30T17:41:53.053Z Downloaded crossbeam-epoch v0.9.18
7152026-03-30T17:41:53.058Z Downloaded castaway v0.2.4
7162026-03-30T17:41:53.058Z Downloaded cfg_aliases v0.2.1
7172026-03-30T17:41:53.063Z Downloaded http-body-util v0.1.3
7182026-03-30T17:41:53.069Z Downloaded home v0.5.12
7192026-03-30T17:41:53.069Z Downloaded backoff v0.4.0
7202026-03-30T17:41:53.069Z Downloaded bit-vec v0.6.3
7212026-03-30T17:41:53.076Z Downloaded foldhash v0.1.5
7222026-03-30T17:41:53.076Z Downloaded bitfield-struct v0.6.2
7232026-03-30T17:41:53.076Z Downloaded atomic-waker v1.1.2
7242026-03-30T17:41:53.081Z Downloaded http-range v0.1.5
7252026-03-30T17:41:53.081Z Downloaded argon2 v0.5.3
7262026-03-30T17:41:53.081Z Downloaded crossbeam-utils v0.8.21
7272026-03-30T17:41:53.087Z Downloaded crc v3.4.0
7282026-03-30T17:41:53.088Z Downloaded convert_case v0.4.0
7292026-03-30T17:41:53.088Z Downloaded base16ct v1.0.0
7302026-03-30T17:41:53.088Z Downloaded aead v0.5.2
7312026-03-30T17:41:53.088Z Downloaded hostname v0.4.2
7322026-03-30T17:41:53.088Z Downloaded async-stream-impl v0.3.6
7332026-03-30T17:41:53.099Z Downloaded httpdate v1.0.3
7342026-03-30T17:41:53.099Z Downloaded internet-checksum v0.2.1
7352026-03-30T17:41:53.099Z Downloaded hubpack_derive v0.1.1
7362026-03-30T17:41:53.099Z Downloaded glob v0.3.3
7372026-03-30T17:41:53.099Z Downloaded ciborium-io v0.2.2
7382026-03-30T17:41:53.099Z Downloaded elliptic-curve v0.13.8
7392026-03-30T17:41:53.108Z Downloaded http-body v1.0.1
7402026-03-30T17:41:53.108Z Downloaded hostname v0.3.1
7412026-03-30T17:41:53.108Z Downloaded cobs v0.3.0
7422026-03-30T17:41:53.108Z Downloaded git-stub-vcs v0.1.0
7432026-03-30T17:41:53.108Z Downloaded globwalk v0.9.1
7442026-03-30T17:41:53.108Z Downloaded globset v0.4.18
7452026-03-30T17:41:53.108Z Downloaded hubpack v0.1.2
7462026-03-30T17:41:53.108Z Downloaded aes-gcm v0.10.3
7472026-03-30T17:41:53.115Z Downloaded aes v0.8.4
7482026-03-30T17:41:53.116Z Downloaded hyper-tls v0.6.0
7492026-03-30T17:41:53.116Z Downloaded indent_write v2.2.0
7502026-03-30T17:41:53.125Z Downloaded futures-channel v0.3.32
7512026-03-30T17:41:53.125Z Downloaded group v0.13.0
7522026-03-30T17:41:53.125Z Downloaded instability v0.3.11
7532026-03-30T17:41:53.125Z Downloaded lazy_static v1.5.0
7542026-03-30T17:41:53.129Z Downloaded chacha20 v0.10.0
7552026-03-30T17:41:53.129Z Downloaded indoc v1.0.9
7562026-03-30T17:41:53.129Z Downloaded inout v0.1.4
7572026-03-30T17:41:53.130Z Downloaded camino-tempfile-ext v0.3.3
7582026-03-30T17:41:53.130Z Downloaded ipnet v2.11.0
7592026-03-30T17:41:53.130Z Downloaded cpufeatures v0.3.0
7602026-03-30T17:41:53.130Z Downloaded cargo_metadata v0.19.2
7612026-03-30T17:41:53.134Z Downloaded darling v0.23.0
7622026-03-30T17:41:53.134Z Downloaded futures-executor v0.3.32
7632026-03-30T17:41:53.140Z Downloaded darling_core v0.21.3
7642026-03-30T17:41:53.140Z Downloaded cbc v0.1.2
7652026-03-30T17:41:53.143Z Downloaded backon v1.6.0
7662026-03-30T17:41:53.144Z Downloaded const-oid v0.9.6
7672026-03-30T17:41:53.144Z Downloaded is_ci v1.2.0
7682026-03-30T17:41:53.150Z Downloaded is-terminal v0.4.17
7692026-03-30T17:41:53.150Z Downloaded colored v3.1.1
7702026-03-30T17:41:53.161Z Downloaded keccak v0.1.6
7712026-03-30T17:41:53.161Z Downloaded instant v0.1.13
7722026-03-30T17:41:53.161Z Downloaded lalrpop-util v0.19.12
7732026-03-30T17:41:53.161Z Downloaded ingot-types v0.1.2
7742026-03-30T17:41:53.168Z Downloaded array-init v0.0.4
7752026-03-30T17:41:53.168Z Downloaded getrandom v0.2.17
7762026-03-30T17:41:53.168Z Downloaded memoffset v0.9.1
7772026-03-30T17:41:53.168Z Downloaded des v0.8.1
7782026-03-30T17:41:53.168Z Downloaded md-5 v0.10.6
7792026-03-30T17:41:53.168Z Downloaded derive_more v0.99.20
7802026-03-30T17:41:53.174Z Downloaded maybe-uninit v2.0.0
7812026-03-30T17:41:53.174Z Downloaded lru-cache v0.1.2
7822026-03-30T17:41:53.175Z Downloaded highway v1.3.0
7832026-03-30T17:41:53.175Z Downloaded libscf-sys v1.1.0
7842026-03-30T17:41:53.175Z Downloaded cookie v0.18.1
7852026-03-30T17:41:53.190Z Downloaded ciborium v0.2.2
7862026-03-30T17:41:53.190Z Downloaded bzip2 v0.4.4
7872026-03-30T17:41:53.190Z Downloaded diff v0.1.13
7882026-03-30T17:41:53.190Z Downloaded dropshot_endpoint v0.16.7
7892026-03-30T17:41:53.190Z Downloaded managed v0.8.0
7902026-03-30T17:41:53.191Z Downloaded lzss v0.8.2
7912026-03-30T17:41:53.197Z Downloaded mime v0.3.17
7922026-03-30T17:41:53.197Z Downloaded async-recursion v1.1.1
7932026-03-30T17:41:53.197Z Downloaded md5 v0.7.0
7942026-03-30T17:41:53.197Z Downloaded impl-trait-for-tuples v0.2.3
7952026-03-30T17:41:53.197Z Downloaded bzip2 v0.6.1
7962026-03-30T17:41:53.198Z Downloaded lru v0.12.5
7972026-03-30T17:41:53.198Z Downloaded linked-hash-map v0.5.6
7982026-03-30T17:41:53.198Z Downloaded flume v0.11.1
7992026-03-30T17:41:53.198Z Downloaded libloading v0.8.9
8002026-03-30T17:41:53.198Z Downloaded blake2 v0.10.6
8012026-03-30T17:41:53.198Z Downloaded hyper-staticfile v0.10.1
8022026-03-30T17:41:53.222Z Downloaded nodrop v0.1.14
8032026-03-30T17:41:53.230Z Downloaded num v0.4.3
8042026-03-30T17:41:53.230Z Downloaded newtype-uuid-macros v0.1.0
8052026-03-30T17:41:53.230Z Downloaded match_cfg v0.1.0
8062026-03-30T17:41:53.230Z Downloaded maplit v1.0.2
8072026-03-30T17:41:53.230Z Downloaded lru-slab v0.1.2
8082026-03-30T17:41:53.230Z Downloaded linear-map v1.2.0
8092026-03-30T17:41:53.230Z Downloaded libsw v3.5.0
8102026-03-30T17:41:53.230Z Downloaded ipnetwork v0.21.1
8112026-03-30T17:41:53.230Z Downloaded indoc v2.0.7
8122026-03-30T17:41:53.230Z Downloaded kstat-rs v0.2.4
8132026-03-30T17:41:53.230Z Downloaded jobserver v0.1.34
8142026-03-30T17:41:53.230Z Downloaded block-padding v0.3.3
8152026-03-30T17:41:53.230Z Downloaded ingot v0.1.1
8162026-03-30T17:41:53.240Z Downloaded hickory-client v0.25.2
8172026-03-30T17:41:53.240Z Downloaded iana-time-zone v0.1.65
8182026-03-30T17:41:53.241Z Downloaded httparse v1.10.1
8192026-03-30T17:41:53.241Z Downloaded nibble_vec v0.1.0
8202026-03-30T17:41:53.241Z Downloaded newline-converter v0.3.0
8212026-03-30T17:41:53.241Z Downloaded base16ct v0.2.0
8222026-03-30T17:41:53.241Z Downloaded new_debug_unreachable v1.0.6
8232026-03-30T17:41:53.241Z Downloaded multimap v0.10.1
8242026-03-30T17:41:53.241Z Downloaded ident_case v1.0.1
8252026-03-30T17:41:53.245Z Downloaded assert_matches v1.5.0
8262026-03-30T17:41:53.245Z Downloaded foreign-types-shared v0.1.1
8272026-03-30T17:41:53.245Z Downloaded ciborium-ll v0.2.2
8282026-03-30T17:41:53.245Z Downloaded cfg_aliases v0.1.1
8292026-03-30T17:41:53.245Z Downloaded libsw-core v0.3.2
8302026-03-30T17:41:53.245Z Downloaded libefi-sys v0.1.0
8312026-03-30T17:41:53.245Z Downloaded getrandom v0.3.4
8322026-03-30T17:41:53.245Z Downloaded darling_core v0.20.11
8332026-03-30T17:41:53.249Z Downloaded fatfs v0.3.6
8342026-03-30T17:41:53.252Z Downloaded darling_core v0.23.0
8352026-03-30T17:41:53.252Z Downloaded crc-catalog v2.4.0
8362026-03-30T17:41:53.252Z Downloaded bit-set v0.5.3
8372026-03-30T17:41:53.252Z Downloaded atomicwrites v0.4.4
8382026-03-30T17:41:53.252Z Downloaded bitfield-macros v0.19.4
8392026-03-30T17:41:53.256Z Downloaded half v1.8.3
8402026-03-30T17:41:53.256Z Downloaded hyper-rustls v0.27.7
8412026-03-30T17:41:53.260Z Downloaded num-iter v0.1.45
8422026-03-30T17:41:53.261Z Downloaded num-derive v0.3.3
8432026-03-30T17:41:53.261Z Downloaded libbz2-rs-sys v0.2.2
8442026-03-30T17:41:53.261Z Downloaded normalize-line-endings v0.3.0
8452026-03-30T17:41:53.261Z Downloaded nonempty v0.12.0
8462026-03-30T17:41:53.261Z Downloaded bb8 v0.8.6
8472026-03-30T17:41:53.264Z Downloaded humantime v2.3.0
8482026-03-30T17:41:53.264Z Downloaded num-derive v0.4.2
8492026-03-30T17:41:53.264Z Downloaded flate2 v1.1.9
8502026-03-30T17:41:53.274Z Downloaded hex-literal v0.4.1
8512026-03-30T17:41:53.275Z Downloaded half v2.7.1
8522026-03-30T17:41:53.278Z Downloaded futures v0.3.32
8532026-03-30T17:41:53.278Z Downloaded crc-any v2.5.0
8542026-03-30T17:41:53.278Z Downloaded opaque-debug v0.3.1
8552026-03-30T17:41:53.278Z Downloaded cmake v0.1.57
8562026-03-30T17:41:53.278Z Downloaded openssl-probe v0.2.1
8572026-03-30T17:41:53.278Z Downloaded packed_struct_codegen v0.10.1
8582026-03-30T17:41:53.278Z Downloaded num-conv v0.2.0
8592026-03-30T17:41:53.278Z Downloaded olpc-cjson v0.1.4
8602026-03-30T17:41:53.279Z Downloaded openssl-macros v0.1.1
8612026-03-30T17:41:53.282Z Downloaded num_threads v0.1.7
8622026-03-30T17:41:53.282Z Downloaded newtype_derive v0.1.6
8632026-03-30T17:41:53.282Z Downloaded bcs v0.1.6
8642026-03-30T17:41:53.283Z Downloaded openssl-probe v0.1.6
8652026-03-30T17:41:53.283Z Downloaded crossbeam-channel v0.5.15
8662026-03-30T17:41:53.286Z Downloaded constant_time_eq v0.4.2
8672026-03-30T17:41:53.290Z Downloaded der v0.7.10
8682026-03-30T17:41:53.290Z Downloaded arrayvec v0.7.6
8692026-03-30T17:41:53.294Z Downloaded derive-where v1.6.0
8702026-03-30T17:41:53.294Z Downloaded adler2 v2.0.1
8712026-03-30T17:41:53.300Z Downloaded parse-size v1.1.0
8722026-03-30T17:41:53.305Z Downloaded bytes v1.11.1
8732026-03-30T17:41:53.305Z Downloaded blowfish v0.9.1
8742026-03-30T17:41:53.309Z Downloaded fs_extra v1.3.0
8752026-03-30T17:41:53.318Z Downloaded peg-runtime v0.8.5
8762026-03-30T17:41:53.319Z Downloaded pbkdf2 v0.11.0
8772026-03-30T17:41:53.319Z Downloaded newtype-uuid v1.3.2
8782026-03-30T17:41:53.323Z Downloaded multer v3.1.0
8792026-03-30T17:41:53.324Z Downloaded derive_more v2.1.1
8802026-03-30T17:41:53.329Z Downloaded parse-display v0.10.0
8812026-03-30T17:41:53.329Z Downloaded num-rational v0.4.2
8822026-03-30T17:41:53.329Z Downloaded num-integer v0.1.46
8832026-03-30T17:41:53.329Z Downloaded ed25519-dalek v2.2.0
8842026-03-30T17:41:53.329Z Downloaded path-slash v0.1.5
8852026-03-30T17:41:53.334Z Downloaded litrs v1.0.0
8862026-03-30T17:41:53.334Z Downloaded phf_shared v0.12.1
8872026-03-30T17:41:53.338Z Downloaded pbkdf2 v0.12.2
8882026-03-30T17:41:53.338Z Downloaded nu-ansi-term v0.50.3
8892026-03-30T17:41:53.338Z Downloaded pin-utils v0.1.0
8902026-03-30T17:41:53.343Z Downloaded num_enum v0.5.11
8912026-03-30T17:41:53.343Z Downloaded indexmap v1.9.3
8922026-03-30T17:41:53.349Z Downloaded lock_api v0.4.14
8932026-03-30T17:41:53.349Z Downloaded oso-derive v0.27.3
8942026-03-30T17:41:53.349Z Downloaded headers v0.4.1
8952026-03-30T17:41:53.353Z Downloaded num_enum_derive v0.7.5
8962026-03-30T17:41:53.353Z Downloaded num_enum_derive v0.5.11
8972026-03-30T17:41:53.353Z Downloaded convert_case v0.10.0
8982026-03-30T17:41:53.353Z Downloaded async-bb8-diesel v0.2.1
8992026-03-30T17:41:53.363Z Downloaded native-tls v0.2.18
9002026-03-30T17:41:53.363Z Downloaded phf_shared v0.11.3
9012026-03-30T17:41:53.363Z Downloaded num_enum v0.7.5
9022026-03-30T17:41:53.368Z Downloaded predicates-tree v1.0.13
9032026-03-30T17:41:53.368Z Downloaded precomputed-hash v0.1.1
9042026-03-30T17:41:53.368Z Downloaded crypto-bigint v0.5.5
9052026-03-30T17:41:53.368Z Downloaded predicates-core v1.0.10
9062026-03-30T17:41:53.368Z Downloaded memmap2 v0.9.10
9072026-03-30T17:41:53.368Z Downloaded packed_struct v0.10.1
9082026-03-30T17:41:53.368Z Downloaded heapless v0.8.0
9092026-03-30T17:41:53.373Z Downloaded arc-swap v1.8.2
9102026-03-30T17:41:53.373Z Downloaded cookie_store v0.22.1
9112026-03-30T17:41:53.373Z Downloaded heapless v0.7.17
9122026-03-30T17:41:53.378Z Downloaded oxide-tokio-rt v0.1.3
9132026-03-30T17:41:53.378Z Downloaded http v1.4.0
9142026-03-30T17:41:53.384Z Downloaded compact_str v0.8.1
9152026-03-30T17:41:53.384Z Downloaded proc-macro-crate v3.4.0
9162026-03-30T17:41:53.384Z Downloaded owo-colors v4.3.0
9172026-03-30T17:41:53.384Z Downloaded powerfmt v0.2.0
9182026-03-30T17:41:53.388Z Downloaded parse-display-derive v0.10.0
9192026-03-30T17:41:53.388Z Downloaded const_format_proc_macros v0.2.34
9202026-03-30T17:41:53.388Z Downloaded nanorand v0.7.0
9212026-03-30T17:41:53.388Z Downloaded phf_shared v0.13.1
9222026-03-30T17:41:53.394Z Downloaded proc-macro-crate v1.3.1
9232026-03-30T17:41:53.394Z Downloaded oxnet v0.1.4
9242026-03-30T17:41:53.394Z Downloaded crossterm v0.28.1
9252026-03-30T17:41:53.405Z Downloaded password-hash v0.4.2
9262026-03-30T17:41:53.405Z Downloaded dropshot-api-manager v0.6.0
9272026-03-30T17:41:53.405Z Downloaded derive_more-impl v2.1.1
9282026-03-30T17:41:53.408Z Downloaded progenitor-macro v0.10.0
9292026-03-30T17:41:53.409Z Downloaded progenitor-client v0.10.0
9302026-03-30T17:41:53.409Z Downloaded password-hash v0.5.0
9312026-03-30T17:41:53.409Z Downloaded progenitor-client v0.11.2
9322026-03-30T17:41:53.409Z Downloaded pem-rfc7468 v0.7.0
9332026-03-30T17:41:53.409Z Downloaded psl-types v2.0.11
9342026-03-30T17:41:53.409Z Downloaded pem v3.0.6
9352026-03-30T17:41:53.409Z Downloaded parking_lot_core v0.8.6
9362026-03-30T17:41:53.412Z Downloaded num-complex v0.4.6
9372026-03-30T17:41:53.412Z Downloaded ahash v0.8.12
9382026-03-30T17:41:53.412Z Downloaded peg-macros v0.8.5
9392026-03-30T17:41:53.416Z Downloaded peg v0.8.5
9402026-03-30T17:41:53.422Z Downloaded progenitor-macro v0.13.0
9412026-03-30T17:41:53.423Z Downloaded progenitor-macro v0.11.2
9422026-03-30T17:41:53.424Z Downloaded paste v1.0.15
9432026-03-30T17:41:53.424Z Downloaded radium v0.7.0
9442026-03-30T17:41:53.432Z Downloaded ignore v0.4.25
9452026-03-30T17:41:53.432Z Downloaded expectorate v1.2.0
9462026-03-30T17:41:53.441Z Downloaded pkg-config v0.3.32
9472026-03-30T17:41:53.441Z Downloaded omicron-zone-package v0.12.2
9482026-03-30T17:41:53.441Z Downloaded polyval v0.6.2
9492026-03-30T17:41:53.442Z Downloaded poly1305 v0.8.0
9502026-03-30T17:41:53.442Z Downloaded pkcs8 v0.10.2
9512026-03-30T17:41:53.442Z Downloaded rand_xorshift v0.4.0
9522026-03-30T17:41:53.446Z Downloaded hmac v0.12.1
9532026-03-30T17:41:53.446Z Downloaded ppv-lite86 v0.2.21
9542026-03-30T17:41:53.446Z Downloaded indicatif v0.18.4
9552026-03-30T17:41:53.447Z Downloaded hickory-resolver v0.24.4
9562026-03-30T17:41:53.447Z Downloaded pin-project-internal v1.1.11
9572026-03-30T17:41:53.447Z Downloaded rand_chacha v0.3.1
9582026-03-30T17:41:53.464Z Downloaded postgres-protocol v0.6.10
9592026-03-30T17:41:53.464Z Downloaded phf v0.13.1
9602026-03-30T17:41:53.466Z Downloaded phf v0.12.1
9612026-03-30T17:41:53.466Z Downloaded mime_guess v2.0.5
9622026-03-30T17:41:53.496Z Downloaded parking_lot v0.11.2
9632026-03-30T17:41:53.496Z Downloaded primeorder v0.13.6
9642026-03-30T17:41:53.496Z Downloaded predicates v3.1.4
9652026-03-30T17:41:53.496Z Downloaded recursive-proc-macro-impl v0.1.1
9662026-03-30T17:41:53.496Z Downloaded recursive v0.1.1
9672026-03-30T17:41:53.496Z Downloaded jiff-static v0.2.21
9682026-03-30T17:41:53.496Z Downloaded ingot-macros v0.1.1
9692026-03-30T17:41:53.496Z Downloaded proc-macro-error-attr2 v2.0.0
9702026-03-30T17:41:53.497Z Downloaded ref-cast-impl v1.0.25
9712026-03-30T17:41:53.497Z Downloaded hickory-resolver v0.25.2
9722026-03-30T17:41:53.497Z Downloaded hyper-util v0.1.20
9732026-03-30T17:41:53.497Z Downloaded allocator-api2 v0.2.21
9742026-03-30T17:41:53.497Z Downloaded parking_lot v0.12.5
9752026-03-30T17:41:53.497Z Downloaded ref-cast v1.0.25
9762026-03-30T17:41:53.497Z Downloaded parking_lot_core v0.9.12
9772026-03-30T17:41:53.497Z Downloaded rfc6979 v0.4.0
9782026-03-30T17:41:53.497Z Downloaded quick-error v1.2.3
9792026-03-30T17:41:53.497Z Downloaded progenitor-client v0.13.0
9802026-03-30T17:41:53.497Z Downloaded progenitor v0.11.2
9812026-03-30T17:41:53.497Z Downloaded proc-macro-error2 v2.0.1
9822026-03-30T17:41:53.497Z Downloaded psm v0.1.30
9832026-03-30T17:41:53.497Z Downloaded progenitor-extras v0.1.1
9842026-03-30T17:41:53.498Z Downloaded progenitor v0.10.0
9852026-03-30T17:41:53.498Z Downloaded russh-cryptovec v0.7.3
9862026-03-30T17:41:53.685Z Downloaded miniz_oxide v0.8.9
9872026-03-30T17:41:53.685Z Downloaded rustc_version v0.4.1
9882026-03-30T17:41:53.685Z Downloaded rtoolbox v0.0.3
9892026-03-30T17:41:53.685Z Downloaded r2d2 v0.8.10
9902026-03-30T17:41:53.685Z Downloaded rustc-hash v2.1.1
9912026-03-30T17:41:53.685Z Downloaded rustc_version v0.1.7
9922026-03-30T17:41:53.685Z Downloaded salsa20 v0.10.2
9932026-03-30T17:41:53.685Z Downloaded rand_seeder v0.4.0
9942026-03-30T17:41:53.685Z Downloaded pkcs1 v0.7.5
9952026-03-30T17:41:53.685Z Downloaded rand_chacha v0.9.0
9962026-03-30T17:41:53.686Z Downloaded postcard v1.1.3
9972026-03-30T17:41:53.686Z Downloaded sapling-renderdag v0.1.0
9982026-03-30T17:41:53.686Z Downloaded same-file v1.0.6
9992026-03-30T17:41:53.686Z Downloaded rand_core v0.10.0
10002026-03-30T17:41:53.686Z Downloaded rand_core v0.6.4
10012026-03-30T17:41:53.686Z Downloaded scopeguard v1.2.0
10022026-03-30T17:41:53.686Z Downloaded diesel_derives v2.3.7
10032026-03-30T17:41:53.686Z Downloaded postgres-types v0.2.12
10042026-03-30T17:41:53.686Z Downloaded scheduled-thread-pool v0.2.7
10052026-03-30T17:41:53.687Z Downloaded pin-project-lite v0.2.17
10062026-03-30T17:41:53.687Z Downloaded progenitor v0.13.0
10072026-03-30T17:41:53.687Z Downloaded oso v0.27.3
10082026-03-30T17:41:53.687Z Downloaded scrypt v0.11.0
10092026-03-30T17:41:53.687Z Downloaded semver v0.1.20
10102026-03-30T17:41:53.687Z Downloaded secrecy v0.10.3
10112026-03-30T17:41:53.687Z Downloaded secrecy v0.8.0
10122026-03-30T17:41:53.687Z Downloaded seq-macro v0.3.6
10132026-03-30T17:41:53.687Z Downloaded quinn-udp v0.5.14
10142026-03-30T17:41:53.687Z Downloaded resolv-conf v0.7.6
10152026-03-30T17:41:53.687Z Downloaded serde_bytes v0.11.19
10162026-03-30T17:41:53.687Z Downloaded hashbrown v0.12.3
10172026-03-30T17:41:53.688Z Downloaded serde_repr v0.1.20
10182026-03-30T17:41:53.688Z Downloaded shell-words v1.1.1
10192026-03-30T17:41:53.688Z Downloaded pkcs5 v0.7.1
10202026-03-30T17:41:53.688Z Downloaded sha1 v0.10.6
10212026-03-30T17:41:53.688Z Downloaded serde_spanned v1.0.4
10222026-03-30T17:41:53.688Z Downloaded serde_urlencoded v0.7.1
10232026-03-30T17:41:53.688Z Downloaded serde-big-array v0.5.1
10242026-03-30T17:41:53.688Z Downloaded rusty-fork v0.3.1
10252026-03-30T17:41:53.689Z Downloaded sigpipe v0.1.3
10262026-03-30T17:41:53.690Z Downloaded signal-hook-tokio v0.3.1
10272026-03-30T17:41:53.690Z Downloaded signal-hook-mio v0.2.5
10282026-03-30T17:41:53.690Z Downloaded crossterm v0.29.0
10292026-03-30T17:41:53.690Z Downloaded rustls-native-certs v0.8.3
10302026-03-30T17:41:53.690Z Downloaded rustls-pemfile v2.2.0
10312026-03-30T17:41:53.690Z Downloaded p256 v0.13.2
10322026-03-30T17:41:53.690Z Downloaded signature v2.2.0
10332026-03-30T17:41:53.690Z Downloaded rustversion v1.0.22
10342026-03-30T17:41:53.691Z Downloaded slog-envlogger v2.2.0
10352026-03-30T17:41:53.691Z Downloaded ar_archive_writer v0.5.1
10362026-03-30T17:41:53.691Z Downloaded slog-bunyan v2.5.0
10372026-03-30T17:41:53.691Z Downloaded pin-project v1.1.11
10382026-03-30T17:41:53.691Z Downloaded hickory-server v0.25.2
10392026-03-30T17:41:53.691Z Downloaded progenitor-impl v0.10.0
10402026-03-30T17:41:53.691Z Downloaded rand_core v0.9.5
10412026-03-30T17:41:53.691Z Downloaded sct v0.7.1
10422026-03-30T17:41:53.691Z Downloaded scroll_derive v0.13.1
10432026-03-30T17:41:53.691Z Downloaded minimal-lexical v0.2.1
10442026-03-30T17:41:53.691Z Downloaded scroll v0.13.0
10452026-03-30T17:41:53.691Z Downloaded openssl-sys v0.9.111
10462026-03-30T17:41:53.692Z Downloaded schemars_derive v0.8.22
10472026-03-30T17:41:53.692Z Downloaded serde_derive_internals v0.29.1
10482026-03-30T17:41:53.692Z Downloaded serde-hex v0.1.0
10492026-03-30T17:41:53.692Z Downloaded sec1 v0.7.3
10502026-03-30T17:41:53.692Z Downloaded serde_plain v1.0.2
10512026-03-30T17:41:53.705Z Downloaded iddqd v0.3.17
10522026-03-30T17:41:53.705Z Downloaded bumpalo v3.20.2
10532026-03-30T17:41:53.705Z Downloaded progenitor-impl v0.13.0
10542026-03-30T17:41:53.705Z Downloaded serde_path_to_error v0.1.20
10552026-03-30T17:41:53.706Z Downloaded rustls-pemfile v1.0.4
10562026-03-30T17:41:53.706Z Downloaded siphasher v1.0.2
10572026-03-30T17:41:53.706Z Downloaded simd-adler32 v0.3.8
10582026-03-30T17:41:53.706Z Downloaded signal-hook-registry v1.4.8
10592026-03-30T17:41:53.706Z Downloaded hashbrown v0.13.2
10602026-03-30T17:41:53.706Z Downloaded ssh-encoding v0.2.0
10612026-03-30T17:41:53.706Z Downloaded ssh-cipher v0.2.0
10622026-03-30T17:41:53.706Z Downloaded structmeta-derive v0.3.0
10632026-03-30T17:41:53.706Z Downloaded structmeta v0.3.0
10642026-03-30T17:41:53.706Z Downloaded itertools v0.10.5
10652026-03-30T17:41:53.706Z Downloaded russh-keys v0.45.0
10662026-03-30T17:41:53.706Z Downloaded rcgen v0.12.1
10672026-03-30T17:41:53.707Z Downloaded prettyplease v0.2.37
10682026-03-30T17:41:53.707Z Downloaded strip-ansi-escapes v0.2.1
10692026-03-30T17:41:53.707Z Downloaded slog-json v2.6.1
10702026-03-30T17:41:53.707Z Downloaded slog-dtrace v0.3.0
10712026-03-30T17:41:53.707Z Downloaded slab v0.4.12
10722026-03-30T17:41:53.735Z Downloaded strum v0.26.3
10732026-03-30T17:41:53.735Z Downloaded strum v0.27.2
10742026-03-30T17:41:53.735Z Downloaded prefix-trie v0.7.0
10752026-03-30T17:41:53.735Z Downloaded slog-async v2.8.0
10762026-03-30T17:41:53.735Z Downloaded rustls-pki-types v1.14.0
10772026-03-30T17:41:53.735Z Downloaded shlex v1.3.0
10782026-03-30T17:41:53.747Z Downloaded slog-scope v4.4.1
10792026-03-30T17:41:53.747Z Downloaded snafu-derive v0.8.9
10802026-03-30T17:41:53.747Z Downloaded ron v0.8.1
10812026-03-30T17:41:53.747Z Downloaded base64 v0.21.7
10822026-03-30T17:41:53.747Z Downloaded smallvec v0.6.14
10832026-03-30T17:41:53.747Z Downloaded sync-ptr v0.1.4
10842026-03-30T17:41:53.748Z Downloaded supports-color v3.0.2
10852026-03-30T17:41:53.748Z Downloaded subtle v2.6.1
10862026-03-30T17:41:53.748Z Downloaded slog-stdlog v4.1.1
10872026-03-30T17:41:53.748Z Downloaded tap v1.0.1
10882026-03-30T17:41:53.748Z Downloaded take_mut v0.2.2
10892026-03-30T17:41:53.748Z Downloaded sync_wrapper v1.0.2
10902026-03-30T17:41:53.748Z Downloaded tabwriter v1.4.1
10912026-03-30T17:41:53.748Z Downloaded tabled_derive v0.11.0
10922026-03-30T17:41:53.748Z Downloaded sqlformat v0.3.5
10932026-03-30T17:41:53.749Z Downloaded spki v0.7.3
10942026-03-30T17:41:53.760Z Downloaded termtree v0.5.1
10952026-03-30T17:41:53.760Z Downloaded tagptr v0.2.0
10962026-03-30T17:41:53.760Z Downloaded testing_table v0.3.0
10972026-03-30T17:41:53.760Z Downloaded progenitor-impl v0.11.2
10982026-03-30T17:41:53.760Z Downloaded papergrid v0.17.0
10992026-03-30T17:41:53.760Z Downloaded stringprep v0.1.5
11002026-03-30T17:41:53.777Z Downloaded static_assertions v1.1.0
11012026-03-30T17:41:53.777Z Downloaded time-core v0.1.8
11022026-03-30T17:41:53.777Z Downloaded thread-id v5.1.0
11032026-03-30T17:41:53.777Z Downloaded thiserror-impl-no-std v2.0.2
11042026-03-30T17:41:53.777Z Downloaded pretty_assertions v1.4.1
11052026-03-30T17:41:53.777Z Downloaded ryu v1.0.23
11062026-03-30T17:41:53.779Z Downloaded stacker v0.1.23
11072026-03-30T17:41:53.818Z Downloaded sqlparser_derive v0.5.0
11082026-03-30T17:41:53.818Z Downloaded rustls-platform-verifier v0.6.2
11092026-03-30T17:41:53.818Z Downloaded string_cache v0.8.9
11102026-03-30T17:41:53.818Z Downloaded mio v1.1.1
11112026-03-30T17:41:53.818Z Downloaded serde_with_macros v3.17.0
11122026-03-30T17:41:53.818Z Downloaded strum_macros v0.26.4
11132026-03-30T17:41:53.818Z Downloaded cc v1.2.56
11142026-03-30T17:41:53.818Z Downloaded strum_macros v0.24.3
11152026-03-30T17:41:53.818Z Downloaded slog-term v2.9.2
11162026-03-30T17:41:53.818Z Downloaded smf v0.2.3
11172026-03-30T17:41:53.818Z Downloaded tinyvec_macros v0.1.1
11182026-03-30T17:41:53.819Z Downloaded strum_macros v0.27.2
11192026-03-30T17:41:53.832Z Downloaded support-bundle-viewer v0.1.2
11202026-03-30T17:41:53.832Z Downloaded serde_cbor v0.11.2
11212026-03-30T17:41:53.832Z Downloaded spin v0.9.8
11222026-03-30T17:41:53.833Z Downloaded libxml v0.3.3
11232026-03-30T17:41:53.833Z Downloaded rayon-core v1.13.0
11242026-03-30T17:41:53.841Z Downloaded termios v0.3.3
11252026-03-30T17:41:53.841Z Downloaded schemars v0.8.22
11262026-03-30T17:41:53.841Z Downloaded tower-layer v0.3.3
11272026-03-30T17:41:53.841Z Downloaded topological-sort v0.2.2
11282026-03-30T17:41:53.841Z Downloaded trait-variant v0.1.2
11292026-03-30T17:41:53.841Z Downloaded signal-hook v0.3.18
11302026-03-30T17:41:53.848Z Downloaded hashbrown v0.15.5
11312026-03-30T17:41:53.848Z Downloaded futures-util v0.3.32
11322026-03-30T17:41:53.852Z Downloaded serde_yaml v0.9.34+deprecated
11332026-03-30T17:41:53.857Z Downloaded thread_local v1.1.9
11342026-03-30T17:41:53.857Z Downloaded time-macros v0.2.27
11352026-03-30T17:41:53.857Z Downloaded tiny-keccak v2.0.2
11362026-03-30T17:41:53.863Z Downloaded typify-macro v0.6.1
11372026-03-30T17:41:53.863Z Downloaded thiserror-no-std v2.0.2
11382026-03-30T17:41:53.863Z Downloaded try-lock v0.2.5
11392026-03-30T17:41:53.863Z Downloaded tls_codec_derive v0.4.2
11402026-03-30T17:41:53.875Z Downloaded tls_codec v0.4.2
11412026-03-30T17:41:53.876Z Downloaded itertools v0.13.0
11422026-03-30T17:41:53.876Z Downloaded unarray v0.1.4
11432026-03-30T17:41:53.876Z Downloaded quinn v0.11.9
11442026-03-30T17:41:53.876Z Downloaded num-bigint v0.4.6
11452026-03-30T17:41:53.884Z Downloaded itertools v0.12.1
11462026-03-30T17:41:53.884Z Downloaded iri-string v0.7.10
11472026-03-30T17:41:53.884Z Downloaded socket2 v0.6.2
11482026-03-30T17:41:53.884Z Downloaded similar v2.7.0
11492026-03-30T17:41:53.888Z Downloaded typify-macro v0.4.3
11502026-03-30T17:41:53.888Z Downloaded unit-prefix v0.5.2
11512026-03-30T17:41:53.889Z Downloaded untrusted v0.7.1
11522026-03-30T17:41:53.889Z Downloaded universal-hash v0.5.1
11532026-03-30T17:41:53.889Z Downloaded unicode-truncate v1.1.0
11542026-03-30T17:41:53.889Z Downloaded socket2 v0.5.10
11552026-03-30T17:41:53.900Z Downloaded bitvec v1.0.1
11562026-03-30T17:41:53.910Z Downloaded tokio-native-tls v0.3.1
11572026-03-30T17:41:53.910Z Downloaded tokio-dtrace v0.1.1
11582026-03-30T17:41:53.910Z Downloaded nom v7.1.3
11592026-03-30T17:41:53.910Z Downloaded term v1.2.1
11602026-03-30T17:41:53.910Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11612026-03-30T17:41:53.910Z Downloaded untrusted v0.9.0
11622026-03-30T17:41:53.919Z Downloaded tokio-tungstenite v0.23.1
11632026-03-30T17:41:53.919Z Downloaded usdt-attr-macro v0.6.0
11642026-03-30T17:41:53.919Z Downloaded term v0.7.0
11652026-03-30T17:41:53.919Z Downloaded utf-8 v0.7.6
11662026-03-30T17:41:53.919Z Downloaded usdt-macro v0.6.0
11672026-03-30T17:41:53.920Z Downloaded usdt v0.6.0
11682026-03-30T17:41:53.920Z Downloaded hyper v1.8.1
11692026-03-30T17:41:53.933Z Downloaded tower-service v0.3.3
11702026-03-30T17:41:53.933Z Downloaded schemars v0.9.0
11712026-03-30T17:41:53.940Z Downloaded waitgroup v0.1.2
11722026-03-30T17:41:53.940Z Downloaded void v1.0.2
11732026-03-30T17:41:53.940Z Downloaded toml_writer v1.0.6+spec-1.1.0
11742026-03-30T17:41:53.940Z Downloaded tokio-rustls v0.25.0
11752026-03-30T17:41:53.940Z Downloaded rsa v0.9.10
11762026-03-30T17:41:53.945Z Downloaded slog v2.8.2
11772026-03-30T17:41:53.945Z Downloaded tui-tree-widget v0.23.1
11782026-03-30T17:41:53.945Z Downloaded p521 v0.13.3
11792026-03-30T17:41:53.962Z Downloaded wait-timeout v0.2.1
11802026-03-30T17:41:53.962Z Downloaded libm v0.2.16
11812026-03-30T17:41:53.973Z Downloaded want v0.3.1
11822026-03-30T17:41:53.973Z Downloaded num-bigint-dig v0.8.6
11832026-03-30T17:41:53.973Z Downloaded snafu v0.8.9
11842026-03-30T17:41:53.973Z Downloaded unicase v2.9.0
11852026-03-30T17:41:53.973Z Downloaded rand v0.9.2
11862026-03-30T17:41:53.973Z Downloaded qorb v0.4.1
11872026-03-30T17:41:53.973Z Downloaded rustls-webpki v0.103.9
11882026-03-30T17:41:53.973Z Downloaded xshell-macros v0.2.7
11892026-03-30T17:41:53.973Z Downloaded publicsuffix v2.3.0
11902026-03-30T17:41:53.973Z Downloaded tokio-rustls v0.26.4
11912026-03-30T17:41:53.978Z Downloaded tokio-macros v2.6.0
11922026-03-30T17:41:53.978Z Downloaded aws-lc-rs v1.16.0
11932026-03-30T17:41:53.978Z Downloaded tokio-rustls v0.24.1
11942026-03-30T17:41:53.978Z Downloaded rand v0.10.0
11952026-03-30T17:41:53.983Z Downloaded rand v0.8.5
11962026-03-30T17:41:53.983Z Downloaded hkdf v0.12.4
11972026-03-30T17:41:53.990Z Downloaded samael v0.0.19
11982026-03-30T17:41:54.004Z Downloaded tokio-tungstenite v0.21.0
11992026-03-30T17:41:54.004Z Downloaded zeroize_derive v1.4.3
12002026-03-30T17:41:54.005Z Downloaded h2 v0.4.13
12012026-03-30T17:41:54.005Z Downloaded zone_cfg_derive v0.3.1
12022026-03-30T17:41:54.020Z Downloaded usdt-impl v0.6.0
12032026-03-30T17:41:54.020Z Downloaded vergen-lib v0.1.6
12042026-03-30T17:41:54.020Z Downloaded uzers v0.12.2
12052026-03-30T17:41:54.020Z Downloaded tracing-attributes v0.1.31
12062026-03-30T17:41:54.020Z Downloaded zone v0.3.1
12072026-03-30T17:41:54.020Z Downloaded vergen-git2 v1.0.7
12082026-03-30T17:41:54.027Z Downloaded vsss-rs v3.3.4
12092026-03-30T17:41:54.027Z Downloaded vergen-gitcl v1.0.8
12102026-03-30T17:41:54.028Z Downloaded test-strategy v0.4.5
12112026-03-30T17:41:54.028Z Downloaded tinyvec v1.10.0
12122026-03-30T17:41:54.034Z Downloaded whoami v2.1.0
12132026-03-30T17:41:54.046Z Downloaded subprocess v0.2.15
12142026-03-30T17:41:54.054Z Downloaded unicode-properties v0.1.4
12152026-03-30T17:41:54.054Z Downloaded xattr v1.6.1
12162026-03-30T17:41:54.054Z Downloaded wyz v0.5.1
12172026-03-30T17:41:54.055Z Downloaded tar v0.4.44
12182026-03-30T17:41:54.073Z Downloaded toml v0.9.12+spec-1.1.0
12192026-03-30T17:41:54.073Z Downloaded toml v0.7.8
12202026-03-30T17:41:54.073Z Downloaded xz2 v0.1.7
12212026-03-30T17:41:54.084Z Downloaded xshell v0.2.7
12222026-03-30T17:41:54.084Z Downloaded toml_parser v1.0.9+spec-1.1.0
12232026-03-30T17:41:54.085Z Downloaded zeroize v1.8.2
12242026-03-30T17:41:54.085Z Downloaded russh v0.45.0
12252026-03-30T17:41:54.085Z Downloaded tokio-stream v0.1.18
12262026-03-30T17:41:54.085Z Downloaded zstd v0.13.3
12272026-03-30T17:41:54.085Z Downloaded tracing-core v0.1.36
12282026-03-30T17:41:54.091Z Downloaded vergen v9.0.6
12292026-03-30T17:41:54.105Z Downloaded tungstenite v0.23.0
12302026-03-30T17:41:54.105Z Downloaded walkdir v2.5.0
12312026-03-30T17:41:54.105Z Downloaded typify v0.4.3
12322026-03-30T17:41:54.105Z Downloaded whoami v1.6.1
12332026-03-30T17:41:54.105Z Downloaded twox-hash v2.1.2
12342026-03-30T17:41:54.105Z Downloaded typify v0.6.1
12352026-03-30T17:41:54.111Z Downloaded itertools v0.14.0
12362026-03-30T17:41:54.111Z Downloaded unicode-bidi v0.3.18
12372026-03-30T17:41:54.126Z Downloaded toml_edit v0.23.10+spec-1.0.0
12382026-03-30T17:41:54.135Z Downloaded zerocopy v0.6.6
12392026-03-30T17:41:54.135Z Downloaded yasna v0.5.2
12402026-03-30T17:41:54.136Z Downloaded uuid v1.21.0
12412026-03-30T17:41:54.144Z Downloaded steno v0.4.1
12422026-03-30T17:41:54.144Z Downloaded schemars v1.2.1
12432026-03-30T17:41:54.150Z Downloaded zstd-safe v7.2.4
12442026-03-30T17:41:54.150Z Downloaded ron v0.12.0
12452026-03-30T17:41:54.160Z Downloaded tungstenite v0.21.0
12462026-03-30T17:41:54.160Z Downloaded vte v0.14.1
12472026-03-30T17:41:54.168Z Downloaded rustyline v14.0.0
12482026-03-30T17:41:54.187Z Downloaded tokio-postgres v0.7.16
12492026-03-30T17:41:54.205Z Downloaded unsafe-libyaml v0.2.11
12502026-03-30T17:41:54.205Z Downloaded git2 v0.20.4
12512026-03-30T17:41:54.218Z Downloaded reedline v0.40.0
12522026-03-30T17:41:54.218Z Downloaded zopfli v0.8.3
12532026-03-30T17:41:54.218Z Downloaded rpassword v7.4.0
12542026-03-30T17:41:54.218Z Downloaded p384 v0.13.1
12552026-03-30T17:41:54.218Z Downloaded ssh-key v0.6.7
12562026-03-30T17:41:54.228Z Downloaded unicode_categories v0.1.1
12572026-03-30T17:41:54.241Z Downloaded zip v0.6.6
12582026-03-30T17:41:54.249Z Downloaded portable-atomic v1.13.1
12592026-03-30T17:41:54.249Z Downloaded yansi v1.0.1
12602026-03-30T17:41:54.249Z Downloaded lalrpop v0.19.12
12612026-03-30T17:41:54.256Z Downloaded regex v1.12.3
12622026-03-30T17:41:54.265Z Downloaded reqwest v0.13.2
12632026-03-30T17:41:54.276Z Downloaded toml_edit v0.19.15
12642026-03-30T17:41:54.288Z Downloaded zerocopy-derive v0.8.40
12652026-03-30T17:41:54.296Z Downloaded tower v0.5.3
12662026-03-30T17:41:54.303Z Downloaded rayon v1.11.0
12672026-03-30T17:41:54.303Z Downloaded reqwest v0.12.28
12682026-03-30T17:41:54.312Z Downloaded blake3 v1.8.3
12692026-03-30T17:41:54.312Z Downloaded typed-path v0.9.3
12702026-03-30T17:41:54.316Z Downloaded goblin v0.10.5
12712026-03-30T17:41:54.327Z Downloaded rustls-webpki v0.101.7
12722026-03-30T17:41:54.331Z Downloaded x509-cert v0.2.5
12732026-03-30T17:41:54.331Z Downloaded unicode-segmentation v1.12.0
12742026-03-30T17:41:54.331Z Downloaded salty v0.3.0
12752026-03-30T17:41:54.337Z Downloaded quick-xml v0.37.5
12762026-03-30T17:41:54.359Z Downloaded zip v4.6.1
12772026-03-30T17:41:54.375Z Downloaded bindgen v0.71.1
12782026-03-30T17:41:54.379Z Downloaded unicode-normalization v0.1.25
12792026-03-30T17:41:54.388Z Downloaded tokio-util v0.7.18
12802026-03-30T17:41:54.396Z Downloaded tower-http v0.6.8
12812026-03-30T17:41:54.396Z Downloaded rustls-webpki v0.102.8
12822026-03-30T17:41:54.406Z Downloaded serde_with v3.17.0
12832026-03-30T17:41:54.413Z Downloaded tough v0.20.0
12842026-03-30T17:41:54.418Z Downloaded proptest v1.10.0
12852026-03-30T17:41:54.424Z Downloaded moka v0.12.13
12862026-03-30T17:41:54.428Z Downloaded radix_trie v0.2.1
12872026-03-30T17:41:54.434Z Downloaded chrono v0.4.44
12882026-03-30T17:41:54.438Z Downloaded dropshot v0.16.7
12892026-03-30T17:41:54.448Z Downloaded winnow v0.5.40
12902026-03-30T17:41:54.458Z Downloaded nix v0.27.1
12912026-03-30T17:41:54.467Z Downloaded winnow v0.6.26
12922026-03-30T17:41:54.467Z Downloaded petname v2.0.2
12932026-03-30T17:41:54.471Z Downloaded polar-core v0.27.3
12942026-03-30T17:41:54.476Z Downloaded object v0.30.4
12952026-03-30T17:41:54.504Z Downloaded quinn-proto v0.11.13
12962026-03-30T17:41:54.517Z Downloaded openssl v0.10.75
12972026-03-30T17:41:54.517Z Downloaded nix v0.29.0
12982026-03-30T17:41:54.517Z Downloaded nix v0.28.0
12992026-03-30T17:41:54.531Z Downloaded bstr v1.12.1
13002026-03-30T17:41:54.538Z Downloaded regex-syntax v0.6.29
13012026-03-30T17:41:54.545Z Downloaded hickory-proto v0.24.4
13022026-03-30T17:41:54.558Z Downloaded tabled v0.20.0
13032026-03-30T17:41:54.564Z Downloaded vcpkg v0.2.15
13042026-03-30T17:41:54.589Z Downloaded time v0.3.47
13052026-03-30T17:41:54.596Z Downloaded object v0.37.3
13062026-03-30T17:41:54.603Z Downloaded nix v0.31.1
13072026-03-30T17:41:54.609Z Downloaded openapiv3 v2.2.0
13082026-03-30T17:41:54.617Z Downloaded rustls v0.22.4
13092026-03-30T17:41:54.630Z Downloaded zlib-rs v0.6.2
13102026-03-30T17:41:54.638Z Downloaded zerocopy v0.8.40
13112026-03-30T17:41:54.638Z Downloaded webpki-roots v1.0.6
13122026-03-30T17:41:54.638Z Downloaded diesel v2.3.7
13132026-03-30T17:41:54.647Z Downloaded regress v0.10.5
13142026-03-30T17:41:54.654Z Downloaded regex-syntax v0.8.10
13152026-03-30T17:41:54.667Z Downloaded rustls v0.23.37
13162026-03-30T17:41:54.672Z Downloaded smoltcp v0.11.0
13172026-03-30T17:41:54.672Z Downloaded hickory-proto v0.25.2
13182026-03-30T17:41:54.683Z Downloaded rustix v0.38.44
13192026-03-30T17:41:54.694Z Downloaded smoltcp v0.9.1
13202026-03-30T17:41:54.701Z Downloaded rustls v0.21.12
13212026-03-30T17:41:54.757Z Downloaded sqlparser v0.61.0
13222026-03-30T17:41:54.767Z Downloaded tracing v0.1.44
13232026-03-30T17:41:54.781Z Downloaded sled v0.34.7
13242026-03-30T17:41:54.787Z Downloaded typify-impl v0.4.3
13252026-03-30T17:41:54.795Z Downloaded ratatui v0.29.0
13262026-03-30T17:41:54.806Z Downloaded typify-impl v0.6.1
13272026-03-30T17:41:54.817Z Downloaded zerocopy-derive v0.6.6
13282026-03-30T17:41:54.832Z Downloaded regex-automata v0.4.14
13292026-03-30T17:41:54.843Z Downloaded petgraph v0.6.5
13302026-03-30T17:41:54.852Z Downloaded chrono-tz v0.10.4
13312026-03-30T17:41:54.863Z Downloaded bzip2-sys v0.1.13+1.0.8
13322026-03-30T17:41:54.880Z Downloaded jiff v0.2.21
13332026-03-30T17:41:54.889Z Downloaded lzma-sys v0.1.20
13342026-03-30T17:41:54.907Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13352026-03-30T17:41:54.915Z Downloaded libz-sys v1.1.24
13362026-03-30T17:41:54.928Z Downloaded csv v1.4.0
13372026-03-30T17:41:54.938Z Downloaded petgraph v0.8.3
13382026-03-30T17:41:54.969Z Downloaded sha3 v0.10.8
13392026-03-30T17:41:54.978Z Downloaded tokio v1.49.0
13402026-03-30T17:41:55.000Z Downloaded encoding_rs v0.8.35
13412026-03-30T17:41:55.030Z Downloaded ring v0.17.14
13422026-03-30T17:41:55.140Z Downloaded libgit2-sys v0.18.3+1.9.2
13432026-03-30T17:41:55.749Z Downloaded aws-lc-sys v0.37.1
13442026-03-30T17:41:55.996Z Compiling libc v0.2.180
13452026-03-30T17:41:55.996Z Compiling serde v1.0.228
13462026-03-30T17:41:56.004Z Compiling log v0.4.29
13472026-03-30T17:41:56.004Z Compiling shlex v1.3.0
13482026-03-30T17:41:56.004Z Compiling find-msvc-tools v0.1.9
13492026-03-30T17:41:56.004Z Compiling smallvec v1.15.1
13502026-03-30T17:41:56.145Z Compiling syn v2.0.117
13512026-03-30T17:41:56.151Z Compiling typenum v1.19.0
13522026-03-30T17:41:56.317Z Compiling generic-array v0.14.7
13532026-03-30T17:41:56.321Z Compiling subtle v2.6.1
13542026-03-30T17:41:56.347Z Compiling scopeguard v1.2.0
13552026-03-30T17:41:56.424Z Compiling portable-atomic v1.13.1
13562026-03-30T17:41:56.448Z Compiling lock_api v0.4.14
13572026-03-30T17:41:56.462Z Compiling const-oid v0.9.6
13582026-03-30T17:41:56.489Z Compiling critical-section v1.2.0
13592026-03-30T17:41:56.566Z Compiling zerocopy v0.8.40
13602026-03-30T17:41:56.592Z Compiling parking_lot_core v0.9.12
13612026-03-30T17:41:56.670Z Compiling pin-project-lite v0.2.17
13622026-03-30T17:41:56.882Z Compiling serde_json v1.0.149
13632026-03-30T17:41:56.915Z Compiling pkg-config v0.3.32
13642026-03-30T17:41:57.031Z Compiling getrandom v0.2.17
13652026-03-30T17:41:57.049Z Compiling jobserver v0.1.34
13662026-03-30T17:41:57.072Z Compiling errno v0.3.14
13672026-03-30T17:41:57.218Z Compiling rand_core v0.6.4
13682026-03-30T17:41:57.262Z Compiling cc v1.2.56
13692026-03-30T17:41:57.304Z Compiling signal-hook-registry v1.4.8
13702026-03-30T17:41:57.480Z Compiling mio v1.1.1
13712026-03-30T17:41:57.502Z Compiling bitflags v2.11.0
13722026-03-30T17:41:57.582Z Compiling once_cell v1.21.3
13732026-03-30T17:41:57.616Z Compiling libm v0.2.16
13742026-03-30T17:41:57.722Z Compiling parking_lot v0.12.5
13752026-03-30T17:41:57.744Z Compiling num-traits v0.2.19
13762026-03-30T17:41:57.795Z Compiling futures-core v0.3.32
13772026-03-30T17:41:57.969Z Compiling socket2 v0.6.2
13782026-03-30T17:41:57.989Z Compiling percent-encoding v2.3.2
13792026-03-30T17:41:58.101Z Compiling allocator-api2 v0.2.21
13802026-03-30T17:41:58.118Z Compiling cpufeatures v0.2.17
13812026-03-30T17:41:58.175Z Compiling futures-sink v0.3.32
13822026-03-30T17:41:58.192Z Compiling foldhash v0.2.0
13832026-03-30T17:41:58.286Z Compiling futures-channel v0.3.32
13842026-03-30T17:41:58.374Z Compiling slab v0.4.12
13852026-03-30T17:41:58.416Z Compiling hashbrown v0.16.1
13862026-03-30T17:41:58.435Z Compiling futures-task v0.3.32
13872026-03-30T17:41:58.476Z Compiling getrandom v0.4.1
13882026-03-30T17:41:58.520Z Compiling futures-io v0.3.32
13892026-03-30T17:41:58.556Z Compiling getrandom v0.3.4
13902026-03-30T17:41:58.613Z Compiling rand_core v0.10.0
13912026-03-30T17:41:58.693Z Compiling rustversion v1.0.22
13922026-03-30T17:41:58.872Z Compiling form_urlencoded v1.2.2
13932026-03-30T17:41:59.022Z Compiling indexmap v2.13.0
13942026-03-30T17:41:59.057Z Compiling synstructure v0.13.2
13952026-03-30T17:41:59.071Z Compiling cmake v0.1.57
13962026-03-30T17:41:59.105Z Compiling base64ct v1.8.3
13972026-03-30T17:41:59.402Z Compiling dunce v1.0.5
13982026-03-30T17:41:59.423Z Compiling ident_case v1.0.1
13992026-03-30T17:41:59.470Z Compiling fs_extra v1.3.0
14002026-03-30T17:41:59.508Z Compiling pem-rfc7468 v0.7.0
14012026-03-30T17:41:59.553Z Compiling flagset v0.4.7
14022026-03-30T17:41:59.559Z Compiling rand_core v0.9.5
14032026-03-30T17:41:59.678Z Compiling iana-time-zone v0.1.65
14042026-03-30T17:41:59.682Z Compiling rustix v1.1.3
14052026-03-30T17:41:59.703Z Compiling uuid v1.21.0
14062026-03-30T17:41:59.703Z Compiling ring v0.17.14
14072026-03-30T17:41:59.750Z Compiling aws-lc-sys v0.37.1
14082026-03-30T17:41:59.834Z Compiling rustc_version v0.4.1
14092026-03-30T17:41:59.848Z Compiling regex-syntax v0.8.10
14102026-03-30T17:41:59.883Z Compiling vcpkg v0.2.15
14112026-03-30T17:42:00.167Z Compiling aws-lc-rs v1.16.0
14122026-03-30T17:42:00.441Z Compiling tracing-core v0.1.36
14132026-03-30T17:42:00.472Z Compiling crossbeam-utils v0.8.21
14142026-03-30T17:42:00.665Z Compiling openssl-sys v0.9.111
14152026-03-30T17:42:00.786Z Compiling pest_generator v2.8.6
14162026-03-30T17:42:00.844Z Compiling serde_derive v1.0.228
14172026-03-30T17:42:01.006Z Compiling zeroize_derive v1.4.3
14182026-03-30T17:42:01.187Z Compiling zerofrom-derive v0.1.6
14192026-03-30T17:42:01.443Z Compiling yoke-derive v0.8.1
14202026-03-30T17:42:01.480Z Compiling zerocopy-derive v0.8.40
14212026-03-30T17:42:01.641Z Compiling zeroize v1.8.2
14222026-03-30T17:42:02.257Z Compiling zerovec-derive v0.11.2
14232026-03-30T17:42:02.412Z Compiling crypto-common v0.1.7
14242026-03-30T17:42:02.563Z Compiling block-buffer v0.10.4
14252026-03-30T17:42:02.630Z Compiling zerofrom v0.1.6
14262026-03-30T17:42:02.649Z Compiling displaydoc v0.2.5
14272026-03-30T17:42:02.731Z Compiling yoke v0.8.1
14282026-03-30T17:42:02.756Z Compiling digest v0.10.7
14292026-03-30T17:42:02.920Z Compiling tokio-macros v2.6.0
14302026-03-30T17:42:03.017Z Compiling hmac v0.12.1
14312026-03-30T17:42:03.162Z Compiling futures-macro v0.3.32
14322026-03-30T17:42:03.364Z Compiling zerovec v0.11.5
14332026-03-30T17:42:03.382Z Compiling zerotrie v0.2.3
14342026-03-30T17:42:03.625Z Compiling block-padding v0.3.3
14352026-03-30T17:42:03.680Z Compiling sha2 v0.10.9
14362026-03-30T17:42:03.779Z Compiling inout v0.1.4
14372026-03-30T17:42:03.858Z Compiling tinystr v0.8.2
14382026-03-30T17:42:03.948Z Compiling potential_utf v0.1.4
14392026-03-30T17:42:03.960Z Compiling futures-util v0.3.32
14402026-03-30T17:42:04.058Z Compiling icu_locale_core v2.1.1
14412026-03-30T17:42:04.105Z Compiling icu_collections v2.1.1
14422026-03-30T17:42:04.233Z Compiling bytes v1.11.1
14432026-03-30T17:42:04.381Z Compiling cipher v0.4.4
14442026-03-30T17:42:04.576Z Compiling der_derive v0.7.3
14452026-03-30T17:42:04.654Z Compiling salsa20 v0.10.2
14462026-03-30T17:42:04.838Z Compiling tokio v1.49.0
14472026-03-30T17:42:04.857Z Compiling icu_provider v2.1.1
14482026-03-30T17:42:04.937Z Compiling http v1.4.0
14492026-03-30T17:42:05.050Z Compiling chrono v0.4.44
14502026-03-30T17:42:05.155Z Compiling icu_normalizer v2.1.1
14512026-03-30T17:42:05.509Z Compiling icu_properties v2.1.2
14522026-03-30T17:42:05.682Z Compiling der v0.7.10
14532026-03-30T17:42:05.830Z Compiling ppv-lite86 v0.2.21
14542026-03-30T17:42:05.882Z Compiling pbkdf2 v0.12.2
14552026-03-30T17:42:05.999Z Compiling thiserror-impl v2.0.18
14562026-03-30T17:42:06.144Z Compiling rand_chacha v0.9.0
14572026-03-30T17:42:06.184Z Compiling scrypt v0.11.0
14582026-03-30T17:42:06.415Z Compiling idna_adapter v1.2.1
14592026-03-30T17:42:06.448Z Compiling cbc v0.1.2
14602026-03-30T17:42:06.555Z Compiling idna v1.1.0
14612026-03-30T17:42:06.575Z Compiling spki v0.7.3
14622026-03-30T17:42:06.594Z Compiling aes v0.8.4
14632026-03-30T17:42:06.821Z Compiling rustls-pki-types v1.14.0
14642026-03-30T17:42:06.898Z Compiling url v2.5.8
14652026-03-30T17:42:06.904Z Compiling tracing-attributes v0.1.31
14662026-03-30T17:42:07.241Z Compiling pkcs5 v0.7.1
14672026-03-30T17:42:07.278Z Compiling rand v0.9.2
14682026-03-30T17:42:07.334Z Compiling thiserror v2.0.18
14692026-03-30T17:42:07.441Z Compiling http-body v1.0.1
14702026-03-30T17:42:07.659Z Compiling serde_derive_internals v0.29.1
14712026-03-30T17:42:07.674Z Compiling schemars v0.8.22
14722026-03-30T17:42:07.688Z Compiling httparse v1.10.1
14732026-03-30T17:42:07.718Z Compiling untrusted v0.7.1
14742026-03-30T17:42:07.844Z Compiling openssl-probe v0.2.1
14752026-03-30T17:42:07.869Z Compiling base64 v0.22.1
14762026-03-30T17:42:08.018Z Compiling untrusted v0.9.0
14772026-03-30T17:42:08.021Z Compiling syn v1.0.109
14782026-03-30T17:42:08.154Z Compiling pkcs8 v0.10.2
14792026-03-30T17:42:08.188Z Compiling pest_derive v2.8.6
14802026-03-30T17:42:08.192Z Compiling tracing v0.1.44
14812026-03-30T17:42:08.370Z Compiling scroll_derive v0.13.1
14822026-03-30T17:42:08.454Z Compiling darling_core v0.20.11
14832026-03-30T17:42:08.542Z Compiling tokio-util v0.7.18
14842026-03-30T17:42:08.617Z Compiling schemars_derive v0.8.22
14852026-03-30T17:42:08.974Z Compiling rustls v0.23.37
14862026-03-30T17:42:09.111Z Compiling atomic-waker v1.1.2
14872026-03-30T17:42:09.163Z Compiling tower-layer v0.3.3
14882026-03-30T17:42:09.236Z Compiling tower-service v0.3.3
14892026-03-30T17:42:09.325Z Compiling try-lock v0.2.5
14902026-03-30T17:42:09.339Z Compiling dyn-clone v1.0.20
14912026-03-30T17:42:09.441Z Compiling tinyvec_macros v0.1.1
14922026-03-30T17:42:09.482Z Compiling want v0.3.1
14932026-03-30T17:42:09.514Z Compiling tinyvec v1.10.0
14942026-03-30T17:42:09.544Z Compiling h2 v0.4.13
14952026-03-30T17:42:09.640Z Compiling scroll v0.13.0
14962026-03-30T17:42:09.901Z Compiling ipnet v2.11.0
14972026-03-30T17:42:10.165Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14982026-03-30T17:42:10.378Z Compiling spin v0.9.8
14992026-03-30T17:42:10.395Z Compiling aho-corasick v1.1.4
15002026-03-30T17:42:10.552Z Compiling pin-utils v0.1.0
15012026-03-30T17:42:10.588Z Compiling num-conv v0.2.0
15022026-03-30T17:42:10.629Z Compiling foreign-types-shared v0.1.1
15032026-03-30T17:42:10.705Z Compiling darling_macro v0.20.11
15042026-03-30T17:42:10.721Z Compiling openssl v0.10.75
15052026-03-30T17:42:10.721Z Compiling crc32fast v1.5.0
15062026-03-30T17:42:10.946Z Compiling httpdate v1.0.3
15072026-03-30T17:42:10.994Z Compiling time-core v0.1.8
15082026-03-30T17:42:11.102Z Compiling powerfmt v0.2.0
15092026-03-30T17:42:11.144Z Compiling time-macros v0.2.27
15102026-03-30T17:42:11.164Z Compiling darling v0.20.11
15112026-03-30T17:42:11.213Z Compiling regex-automata v0.4.14
15122026-03-30T17:42:11.261Z Compiling deranged v0.5.8
15132026-03-30T17:42:11.303Z Compiling tempfile v3.25.0
15142026-03-30T17:42:11.694Z Compiling foreign-types v0.3.2
15152026-03-30T17:42:12.105Z Compiling goblin v0.10.5
15162026-03-30T17:42:12.271Z Compiling thiserror-impl v1.0.69
15172026-03-30T17:42:12.752Z Compiling hyper v1.8.1
15182026-03-30T17:42:13.447Z Compiling openssl-macros v0.1.1
15192026-03-30T17:42:13.530Z Compiling wait-timeout v0.2.1
15202026-03-30T17:42:13.700Z Compiling usdt-impl v0.6.0
15212026-03-30T17:42:13.791Z Compiling either v1.15.0
15222026-03-30T17:42:13.826Z Compiling native-tls v0.2.18
15232026-03-30T17:42:13.903Z Compiling bit-vec v0.8.0
15242026-03-30T17:42:13.994Z Compiling quick-error v1.2.3
15252026-03-30T17:42:14.026Z Compiling simd-adler32 v0.3.8
15262026-03-30T17:42:14.104Z Compiling num_threads v0.1.7
15272026-03-30T17:42:14.131Z Compiling siphasher v1.0.2
15282026-03-30T17:42:14.201Z Compiling time v0.3.47
15292026-03-30T17:42:14.266Z Compiling bit-set v0.8.0
15302026-03-30T17:42:14.314Z Compiling rusty-fork v0.3.1
15312026-03-30T17:42:14.429Z Compiling hyper-util v0.1.20
15322026-03-30T17:42:14.631Z Compiling thiserror v1.0.69
15332026-03-30T17:42:14.737Z Compiling derive_builder_core v0.20.2
15342026-03-30T17:42:15.320Z Compiling dof v0.4.0
15352026-03-30T17:42:15.754Z Compiling unicode-normalization v0.1.25
15362026-03-30T17:42:15.783Z Compiling crossbeam-epoch v0.9.18
15372026-03-30T17:42:16.106Z Compiling dtrace-parser v0.3.0
15382026-03-30T17:42:16.140Z Compiling rustls-native-certs v0.8.3
15392026-03-30T17:42:16.197Z Compiling signature v2.2.0
15402026-03-30T17:42:16.331Z Compiling scroll_derive v0.12.1
15412026-03-30T17:42:16.383Z Compiling heapless v0.7.17
15422026-03-30T17:42:16.422Z Compiling rand_xorshift v0.4.0
15432026-03-30T17:42:16.495Z Compiling slog v2.8.2
15442026-03-30T17:42:16.584Z Compiling darling_core v0.21.3
15452026-03-30T17:42:16.619Z Compiling bzip2-sys v0.1.13+1.0.8
15462026-03-30T17:42:16.678Z Compiling sync_wrapper v1.0.2
15472026-03-30T17:42:16.819Z Compiling thread-id v5.1.0
15482026-03-30T17:42:16.890Z Compiling cookie v0.18.1
15492026-03-30T17:42:16.905Z Compiling signal-hook v0.3.18
15502026-03-30T17:42:16.908Z Compiling unicode-properties v0.1.4
15512026-03-30T17:42:17.023Z Compiling unicode-segmentation v1.12.0
15522026-03-30T17:42:17.074Z Compiling adler2 v2.0.1
15532026-03-30T17:42:17.089Z Compiling unarray v0.1.4
15542026-03-30T17:42:17.130Z Compiling unicode-bidi v0.3.18
15552026-03-30T17:42:17.201Z Compiling zstd-safe v7.2.4
15562026-03-30T17:42:17.216Z Compiling anyhow v1.0.102
15572026-03-30T17:42:17.281Z Compiling rayon-core v1.13.0
15582026-03-30T17:42:17.395Z Compiling paste v1.0.15
15592026-03-30T17:42:17.412Z Compiling proptest v1.10.0
15602026-03-30T17:42:17.480Z Compiling stringprep v0.1.5
15612026-03-30T17:42:17.677Z Compiling miniz_oxide v0.8.9
15622026-03-30T17:42:17.729Z Compiling scroll v0.12.0
15632026-03-30T17:42:18.010Z Compiling tower v0.5.3
15642026-03-30T17:42:18.320Z Compiling crossbeam-deque v0.8.6
15652026-03-30T17:42:18.470Z Compiling derive_builder_macro v0.20.2
15662026-03-30T17:42:18.502Z Compiling ipnetwork v0.21.1
15672026-03-30T17:42:18.518Z Compiling http-body-util v0.1.3
15682026-03-30T17:42:18.532Z Compiling webpki-roots v1.0.6
15692026-03-30T17:42:18.590Z Compiling rand_chacha v0.3.1
15702026-03-30T17:42:18.649Z Compiling serde_tokenstream v0.2.3
15712026-03-30T17:42:18.755Z Compiling erased-serde v0.3.31
15722026-03-30T17:42:18.894Z Compiling serde_spanned v0.6.9
15732026-03-30T17:42:18.918Z Compiling toml_datetime v0.6.11
15742026-03-30T17:42:18.962Z Compiling md-5 v0.10.6
15752026-03-30T17:42:19.041Z Compiling zerocopy-derive v0.7.35
15762026-03-30T17:42:19.131Z Compiling curve25519-dalek v4.1.3
15772026-03-30T17:42:19.148Z Compiling darling_macro v0.21.3
15782026-03-30T17:42:19.179Z Compiling vergen-lib v0.1.6
15792026-03-30T17:42:19.250Z Compiling num-integer v0.1.46
15802026-03-30T17:42:19.358Z Compiling hash32 v0.2.1
15812026-03-30T17:42:19.397Z Compiling ff v0.13.1
15822026-03-30T17:42:19.461Z Compiling memoffset v0.9.1
15832026-03-30T17:42:19.536Z Compiling iri-string v0.7.10
15842026-03-30T17:42:19.554Z Compiling litrs v1.0.0
15852026-03-30T17:42:19.573Z Compiling ryu v1.0.23
15862026-03-30T17:42:19.613Z Compiling num-bigint-dig v0.8.6
15872026-03-30T17:42:19.652Z Compiling rustix v0.38.44
15882026-03-30T17:42:19.753Z Compiling zlib-rs v0.6.2
15892026-03-30T17:42:19.800Z Compiling psl-types v2.0.11
15902026-03-30T17:42:19.907Z Compiling smoltcp v0.9.1
15912026-03-30T17:42:19.929Z Compiling cfg_aliases v0.2.1
15922026-03-30T17:42:19.997Z Compiling ref-cast v1.0.25
15932026-03-30T17:42:20.012Z Compiling fallible-iterator v0.2.0
15942026-03-30T17:42:20.059Z Compiling base16ct v0.2.0
15952026-03-30T17:42:20.232Z Compiling sec1 v0.7.3
15962026-03-30T17:42:20.267Z Compiling document-features v0.2.12
15972026-03-30T17:42:20.396Z Compiling postgres-protocol v0.6.10
15982026-03-30T17:42:20.404Z Compiling nix v0.31.1
15992026-03-30T17:42:20.605Z Compiling zerocopy v0.7.35
16002026-03-30T17:42:20.706Z Compiling tower-http v0.6.8
16012026-03-30T17:42:20.846Z Compiling publicsuffix v2.3.0
16022026-03-30T17:42:20.888Z Compiling serde_urlencoded v0.7.1
16032026-03-30T17:42:21.019Z Compiling newtype-uuid v1.3.2
16042026-03-30T17:42:21.093Z Compiling darling v0.21.3
16052026-03-30T17:42:21.127Z Compiling group v0.13.0
16062026-03-30T17:42:21.141Z Compiling num-iter v0.1.45
16072026-03-30T17:42:21.285Z Compiling derive_builder v0.20.2
16082026-03-30T17:42:21.302Z Compiling rand v0.8.5
16092026-03-30T17:42:21.342Z Compiling oxnet v0.1.4
16102026-03-30T17:42:21.508Z Compiling proc-macro-error v1.0.4
16112026-03-30T17:42:21.646Z Compiling tokio-native-tls v0.3.1
16122026-03-30T17:42:21.822Z Compiling goblin v0.8.2
16132026-03-30T17:42:22.331Z Compiling heck v0.4.1
16142026-03-30T17:42:22.382Z Compiling phf_shared v0.13.1
16152026-03-30T17:42:22.547Z Compiling hubpack_derive v0.1.1
16162026-03-30T17:42:22.562Z Compiling regex v1.12.3
16172026-03-30T17:42:22.627Z Compiling flate2 v1.1.9
16182026-03-30T17:42:22.825Z Compiling lazy_static v1.5.0
16192026-03-30T17:42:22.926Z Compiling cargo-platform v0.1.9
16202026-03-30T17:42:22.969Z Compiling hkdf v0.12.4
16212026-03-30T17:42:22.988Z Compiling crypto-bigint v0.5.5
16222026-03-30T17:42:23.003Z Compiling terminal_size v0.4.3
16232026-03-30T17:42:23.036Z Compiling daft-derive v0.1.5
16242026-03-30T17:42:23.133Z Compiling curve25519-dalek-derive v0.1.1
16252026-03-30T17:42:23.152Z Compiling async-trait v0.1.89
16262026-03-30T17:42:23.183Z Compiling strum_macros v0.27.2
16272026-03-30T17:42:23.751Z Compiling ref-cast-impl v1.0.25
16282026-03-30T17:42:23.776Z Compiling vergen v9.0.6
16292026-03-30T17:42:23.958Z Compiling fs-err v3.3.0
16302026-03-30T17:42:24.151Z Compiling ahash v0.8.12
16312026-03-30T17:42:24.170Z Compiling object v0.37.3
16322026-03-30T17:42:24.284Z Compiling bitflags v1.3.2
16332026-03-30T17:42:24.356Z Compiling managed v0.8.0
16342026-03-30T17:42:24.431Z Compiling winnow v0.5.40
16352026-03-30T17:42:24.444Z Compiling bumpalo v3.20.2
16362026-03-30T17:42:24.572Z Compiling libbz2-rs-sys v0.2.2
16372026-03-30T17:42:24.708Z Compiling foldhash v0.1.5
16382026-03-30T17:42:24.883Z Compiling hashbrown v0.15.5
16392026-03-30T17:42:25.094Z Compiling bzip2 v0.6.1
16402026-03-30T17:42:25.146Z Compiling strum v0.27.2
16412026-03-30T17:42:25.258Z Compiling zopfli v0.8.3
16422026-03-30T17:42:25.295Z Compiling clap_builder v4.5.60
16432026-03-30T17:42:25.359Z Compiling console v0.16.2
16442026-03-30T17:42:25.700Z Compiling toml_edit v0.19.15
16452026-03-30T17:42:25.806Z Compiling dof v0.3.0
16462026-03-30T17:42:25.921Z Compiling elliptic-curve v0.13.8
16472026-03-30T17:42:26.071Z Compiling daft v0.1.5
16482026-03-30T17:42:26.325Z Compiling cargo_metadata v0.19.2
16492026-03-30T17:42:26.351Z Compiling hubpack v0.1.2
16502026-03-30T17:42:26.571Z Compiling phf v0.13.1
16512026-03-30T17:42:26.757Z Compiling zone_cfg_derive v0.3.1
16522026-03-30T17:42:27.687Z Compiling signal-hook-mio v0.2.5
16532026-03-30T17:42:27.801Z Compiling cookie_store v0.22.1
16542026-03-30T17:42:27.816Z Compiling rayon v1.11.0
16552026-03-30T17:42:28.320Z Compiling zstd v0.13.3
16562026-03-30T17:42:28.336Z Compiling hyper-tls v0.6.0
16572026-03-30T17:42:28.361Z Compiling bzip2 v0.4.4
16582026-03-30T17:42:28.452Z Compiling serde_with_macros v3.17.0
16592026-03-30T17:42:28.583Z Compiling postgres-types v0.2.12
16602026-03-30T17:42:28.642Z Compiling usdt-attr-macro v0.6.0
16612026-03-30T17:42:28.951Z Compiling usdt-macro v0.6.0
16622026-03-30T17:42:29.135Z Compiling ed25519 v2.2.3
16632026-03-30T17:42:29.430Z Compiling dtrace-parser v0.2.0
16642026-03-30T17:42:29.548Z Compiling phf_shared v0.11.3
16652026-03-30T17:42:29.568Z Compiling itertools v0.12.1
16662026-03-30T17:42:29.677Z Compiling bstr v1.12.1
16672026-03-30T17:42:29.693Z Compiling pkcs1 v0.7.5
16682026-03-30T17:42:29.735Z Compiling serde-big-array v0.5.1
16692026-03-30T17:42:29.880Z Compiling hex v0.4.3
16702026-03-30T17:42:30.041Z Compiling rfc6979 v0.4.0
16712026-03-30T17:42:30.085Z Compiling strum_macros v0.26.4
16722026-03-30T17:42:30.152Z Compiling enum-as-inner v0.6.1
16732026-03-30T17:42:30.167Z Compiling serde_repr v0.1.20
16742026-03-30T17:42:30.180Z Compiling clap_derive v4.5.55
16752026-03-30T17:42:30.321Z Compiling float-cmp v0.10.0
16762026-03-30T17:42:30.474Z Compiling thread-id v4.2.2
16772026-03-30T17:42:30.564Z Compiling memmap2 v0.9.10
16782026-03-30T17:42:30.654Z Compiling env_filter v1.0.0
16792026-03-30T17:42:30.694Z Compiling encoding_rs v0.8.35
16802026-03-30T17:42:30.768Z Compiling fixedbitset v0.5.7
16812026-03-30T17:42:30.784Z Compiling keccak v0.1.6
16822026-03-30T17:42:30.965Z Compiling jiff v0.2.21
16832026-03-30T17:42:31.075Z Compiling difflib v0.4.0
16842026-03-30T17:42:31.598Z Compiling rustc-hash v2.1.1
16852026-03-30T17:42:31.643Z Compiling whoami v2.1.0
16862026-03-30T17:42:31.727Z Compiling data-encoding v2.10.0
16872026-03-30T17:42:31.850Z Compiling fixedbitset v0.4.2
16882026-03-30T17:42:32.000Z Compiling normalize-line-endings v0.3.0
16892026-03-30T17:42:32.060Z Compiling new_debug_unreachable v1.0.6
16902026-03-30T17:42:32.077Z Compiling mime v0.3.17
16912026-03-30T17:42:32.103Z Compiling static_assertions v1.1.0
16922026-03-30T17:42:32.136Z Compiling precomputed-hash v0.1.1
16932026-03-30T17:42:32.179Z Compiling predicates-core v1.0.10
16942026-03-30T17:42:32.196Z Compiling unit-prefix v0.5.2
16952026-03-30T17:42:32.228Z Compiling string_cache v0.8.9
16962026-03-30T17:42:32.265Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16972026-03-30T17:42:32.334Z Compiling indicatif v0.18.4
16982026-03-30T17:42:32.350Z Compiling predicates v3.1.4
16992026-03-30T17:42:32.363Z Compiling hickory-proto v0.25.2
17002026-03-30T17:42:32.456Z Compiling petgraph v0.6.5
17012026-03-30T17:42:32.472Z Compiling clap v4.5.60
17022026-03-30T17:42:32.554Z Compiling tokio-postgres v0.7.16
17032026-03-30T17:42:32.996Z Compiling strum v0.26.3
17042026-03-30T17:42:33.133Z Compiling iddqd v0.3.17
17052026-03-30T17:42:33.196Z Compiling toml_edit v0.22.27
17062026-03-30T17:42:33.935Z Compiling zip v4.6.1
17072026-03-30T17:42:34.258Z Compiling petgraph v0.8.3
17082026-03-30T17:42:34.761Z Compiling sha3 v0.10.8
17092026-03-30T17:42:34.883Z Compiling env_logger v0.11.9
17102026-03-30T17:42:34.965Z Compiling usdt v0.6.0
17112026-03-30T17:42:35.188Z Compiling zone v0.3.1
17122026-03-30T17:42:35.224Z Compiling usdt-impl v0.5.0
17132026-03-30T17:42:35.239Z Compiling ecdsa v0.16.9
17142026-03-30T17:42:35.243Z Compiling serde_with v3.17.0
17152026-03-30T17:42:35.632Z Compiling similar v2.7.0
17162026-03-30T17:42:35.802Z Compiling rsa v0.9.10
17172026-03-30T17:42:35.852Z Compiling crossterm v0.28.1
17182026-03-30T17:42:35.899Z Compiling ed25519-dalek v2.2.0
17192026-03-30T17:42:36.513Z Compiling zip v0.6.6
17202026-03-30T17:42:36.979Z Compiling toml v0.7.8
17212026-03-30T17:42:37.175Z Compiling toml_parser v1.0.9+spec-1.1.0
17222026-03-30T17:42:37.269Z Compiling itertools v0.13.0
17232026-03-30T17:42:37.401Z Compiling tokio-stream v0.1.18
17242026-03-30T17:42:37.593Z Compiling buf-list v1.1.2
17252026-03-30T17:42:37.650Z Compiling x509-cert v0.2.5
17262026-03-30T17:42:37.822Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17272026-03-30T17:42:37.868Z Compiling openapiv3 v2.2.0
17282026-03-30T17:42:37.884Z Compiling sha1 v0.10.6
17292026-03-30T17:42:38.105Z Compiling toml_datetime v0.7.5+spec-1.1.0
17302026-03-30T17:42:38.119Z Compiling peg-runtime v0.8.5
17312026-03-30T17:42:38.399Z Compiling lalrpop-util v0.19.12
17322026-03-30T17:42:38.414Z Compiling thread_local v1.1.9
17332026-03-30T17:42:38.512Z Compiling slog-async v2.8.0
17342026-03-30T17:42:38.591Z Compiling crossbeam-channel v0.5.15
17352026-03-30T17:42:38.667Z Compiling futures-executor v0.3.32
17362026-03-30T17:42:38.836Z Compiling is-terminal v0.4.17
17372026-03-30T17:42:38.926Z Compiling filetime v0.2.27
17382026-03-30T17:42:38.943Z Compiling xattr v1.6.1
17392026-03-30T17:42:39.043Z Compiling take_mut v0.2.2
17402026-03-30T17:42:39.109Z Compiling term v1.2.1
17412026-03-30T17:42:39.124Z Compiling tar v0.4.44
17422026-03-30T17:42:39.164Z Compiling futures v0.3.32
17432026-03-30T17:42:39.454Z Compiling slog-term v2.9.2
17442026-03-30T17:42:45.319Z Compiling rustls-webpki v0.103.9
17452026-03-30T17:42:48.104Z Compiling tokio-rustls v0.26.4
17462026-03-30T17:42:48.104Z Compiling rustls-platform-verifier v0.6.2
17472026-03-30T17:42:48.300Z Compiling hyper-rustls v0.27.7
17482026-03-30T17:42:48.503Z Compiling reqwest v0.12.28
17492026-03-30T17:42:48.503Z Compiling reqwest v0.13.2
17502026-03-30T17:42:50.572Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17512026-03-30T17:42:50.790Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17522026-03-30T17:42:53.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17532026-03-30T17:42:53.769Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17542026-03-30T17:42:53.823ZMar 30 17:42:52.436 INFO Starting download, target: Cockroach
17552026-03-30T17:42:53.823ZMar 30 17:42:52.436 INFO Starting download, target: Clickhouse
17562026-03-30T17:42:53.823ZMar 30 17:42:52.436 INFO Starting download, target: Console
17572026-03-30T17:42:53.823ZMar 30 17:42:52.436 INFO Starting download, target: MaghemiteMgd
17582026-03-30T17:42:53.823ZMar 30 17:42:52.436 INFO Starting download, target: DendriteStub
17592026-03-30T17:42:53.828ZMar 30 17:42:52.436 INFO Starting download, target: TransceiverControl
17602026-03-30T17:42:53.829ZMar 30 17:42:52.437 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17612026-03-30T17:42:53.829ZMar 30 17:42:52.437 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17622026-03-30T17:42:53.829ZMar 30 17:42:52.437 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17632026-03-30T17:42:53.829ZMar 30 17:42:52.437 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17642026-03-30T17:42:53.829ZMar 30 17:42:52.437 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17652026-03-30T17:42:53.829ZMar 30 17:42:52.437 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17662026-03-30T17:42:54.304ZMar 30 17:42:52.904 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17672026-03-30T17:42:54.516ZMar 30 17:42:53.125 INFO Download complete, target: TransceiverControl
17682026-03-30T17:42:54.819ZMar 30 17:42:53.414 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17692026-03-30T17:42:55.049ZMar 30 17:42:53.654 INFO Download complete, target: Console
17702026-03-30T17:42:55.640ZMar 30 17:42:54.245 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17712026-03-30T17:42:56.056ZMar 30 17:42:54.632 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17722026-03-30T17:42:56.072ZMar 30 17:42:54.672 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17732026-03-30T17:42:57.055ZMar 30 17:42:55.666 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17742026-03-30T17:42:57.055ZMar 30 17:42:55.666 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17752026-03-30T17:42:57.960ZMar 30 17:42:56.572 INFO Download complete, target: DendriteStub
17762026-03-30T17:42:58.516ZMar 30 17:42:57.128 INFO Download complete, target: MaghemiteMgd
17772026-03-30T17:43:01.960ZMar 30 17:43:00.572 INFO Checking that binary works, target: Cockroach
17782026-03-30T17:43:02.054ZMar 30 17:43:00.667 INFO Download complete, target: Cockroach
17792026-03-30T17:43:03.246ZMar 30 17:43:01.859 INFO Checking that binary works, target: Clickhouse
17802026-03-30T17:43:03.357ZMar 30 17:43:01.970 INFO Download complete, target: Clickhouse
17812026-03-30T17:43:03.372ZAll builder prerequisites installed successfully, and PATH looks valid
17822026-03-30T17:43:03.376Z
17832026-03-30T17:43:03.376Zreal 2:56.784075810
17842026-03-30T17:43:03.376Zuser 7:17.471124984
17852026-03-30T17:43:03.376Zsys 1:26.022362587
17862026-03-30T17:43:03.376Ztrap 0.226891974
17872026-03-30T17:43:03.376Ztflt 0.565339113
17882026-03-30T17:43:03.376Zdflt 0.487979829
17892026-03-30T17:43:03.376Zkflt 0.022773644
17902026-03-30T17:43:03.376Zlock 21:23.639209146
17912026-03-30T17:43:03.376Zslp 21:41.018088507
17922026-03-30T17:43:03.376Zlat 46.157458613
17932026-03-30T17:43:03.376Zstop 2:02.217072605
17942026-03-30T17:43:03.376Z+ banner hack-check
17952026-03-30T17:43:03.376Z
17962026-03-30T17:43:03.376Z # # ## #### # # #### # # ###### #### # #
17972026-03-30T17:43:03.376Z # # # # # # # # # # # # # # # # #
17982026-03-30T17:43:03.376Z ###### # # # #### ##### # ###### ##### # ####
17992026-03-30T17:43:03.376Z # # ###### # # # # # # # # # #
18002026-03-30T17:43:03.376Z # # # # # # # # # # # # # # # # #
18012026-03-30T17:43:03.376Z # # # # #### # # #### # # ###### #### # #
18022026-03-30T17:43:03.377Z
18032026-03-30T17:43:03.377Z+ export CARGO_INCREMENTAL=0
18042026-03-30T17:43:03.377Z+ CARGO_INCREMENTAL=0
18052026-03-30T17:43:03.377Z+ ptime -m timeout 2h cargo xtask check-features --ci
18062026-03-30T17:43:03.929Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18072026-03-30T17:43:04.149Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18082026-03-30T17:43:06.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
18092026-03-30T17:43:06.092Z Running `target/debug/xtask check-features --ci`
18102026-03-30T17:43:06.121Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18112026-03-30T17:43:06.124Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18122026-03-30T17:43:06.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18132026-03-30T17:43:06.638Z Running `target/debug/xtask download cargo-hack`
18142026-03-30T17:43:07.423Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18152026-03-30T17:43:07.741Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18162026-03-30T17:43:10.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s
18172026-03-30T17:43:10.345Z Running `target/debug/xtask-downloader cargo-hack`
18182026-03-30T17:43:10.387ZMar 30 17:43:08.999 INFO Starting download, target: CargoHack
18192026-03-30T17:43:10.390ZMar 30 17:43:09.000 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18202026-03-30T17:43:10.730ZMar 30 17:43:09.343 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18212026-03-30T17:43:10.781ZMar 30 17:43:09.393 INFO Download complete, target: CargoHack
18222026-03-30T17:43:10.784Zrunning: "/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"
18232026-03-30T17:43:10.797Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18242026-03-30T17:43:10.944Zinfo: running `cargo check --bins` on api_identity (1/267)
18252026-03-30T17:43:11.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-03-30T17:43:11.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-03-30T17:43:11.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-03-30T17:43:11.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18292026-03-30T17:43:11.519Z
18302026-03-30T17:43:11.519Zinfo: running `cargo check --bins` on bootstore (2/267)
18312026-03-30T17:43:12.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-03-30T17:43:12.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-03-30T17:43:12.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-03-30T17:43:12.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18352026-03-30T17:43:12.099Z
18362026-03-30T17:43:12.100Zinfo: running `cargo check --bins` on omicron-ledger (3/267)
18372026-03-30T17:43:12.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-03-30T17:43:12.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-03-30T17:43:12.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-03-30T17:43:12.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18412026-03-30T17:43:12.681Z
18422026-03-30T17:43:12.681Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/267)
18432026-03-30T17:43:13.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-03-30T17:43:13.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-03-30T17:43:13.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-03-30T17:43:13.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18472026-03-30T17:43:13.262Z
18482026-03-30T17:43:13.262Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/267)
18492026-03-30T17:43:13.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-03-30T17:43:13.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-03-30T17:43:13.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-03-30T17:43:13.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18532026-03-30T17:43:13.848Z
18542026-03-30T17:43:13.848Zinfo: running `cargo check --bins` on omicron-certificates (6/267)
18552026-03-30T17:43:14.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-03-30T17:43:14.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-03-30T17:43:14.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-03-30T17:43:14.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18592026-03-30T17:43:14.455Z
18602026-03-30T17:43:14.455Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/267)
18612026-03-30T17:43:14.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-03-30T17:43:14.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-03-30T17:43:14.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-03-30T17:43:14.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18652026-03-30T17:43:15.049Z
18662026-03-30T17:43:15.049Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/267)
18672026-03-30T17:43:15.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-03-30T17:43:15.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-03-30T17:43:15.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-03-30T17:43:15.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18712026-03-30T17:43:15.653Z
18722026-03-30T17:43:15.653Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/267)
18732026-03-30T17:43:16.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-03-30T17:43:16.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-03-30T17:43:16.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-03-30T17:43:16.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18772026-03-30T17:43:16.130Z
18782026-03-30T17:43:16.131Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/267)
18792026-03-30T17:43:16.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-03-30T17:43:16.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-03-30T17:43:16.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-03-30T17:43:16.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18832026-03-30T17:43:16.605Z
18842026-03-30T17:43:16.605Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/267)
18852026-03-30T17:43:17.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-03-30T17:43:17.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-03-30T17:43:17.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-03-30T17:43:17.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18892026-03-30T17:43:17.077Z
18902026-03-30T17:43:17.078Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/267)
18912026-03-30T17:43:17.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-03-30T17:43:17.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-03-30T17:43:17.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-03-30T17:43:17.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18952026-03-30T17:43:17.552Z
18962026-03-30T17:43:17.552Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/267)
18972026-03-30T17:43:17.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-03-30T17:43:17.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-03-30T17:43:17.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-03-30T17:43:17.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19012026-03-30T17:43:18.024Z
19022026-03-30T17:43:18.024Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/267)
19032026-03-30T17:43:18.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-03-30T17:43:18.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-03-30T17:43:18.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-03-30T17:43:18.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19072026-03-30T17:43:18.502Z
19082026-03-30T17:43:18.502Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/267)
19092026-03-30T17:43:18.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-03-30T17:43:18.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-03-30T17:43:18.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-03-30T17:43:18.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19132026-03-30T17:43:18.975Z
19142026-03-30T17:43:18.975Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/267)
19152026-03-30T17:43:19.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-03-30T17:43:19.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-03-30T17:43:19.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-03-30T17:43:19.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19192026-03-30T17:43:19.448Z
19202026-03-30T17:43:19.449Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/267)
19212026-03-30T17:43:19.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-03-30T17:43:19.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-03-30T17:43:19.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-03-30T17:43:19.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19252026-03-30T17:43:19.920Z
19262026-03-30T17:43:19.920Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/267)
19272026-03-30T17:43:20.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-03-30T17:43:20.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-03-30T17:43:20.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-03-30T17:43:20.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19312026-03-30T17:43:20.394Z
19322026-03-30T17:43:20.394Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/267)
19332026-03-30T17:43:20.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-03-30T17:43:20.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-03-30T17:43:20.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-03-30T17:43:20.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19372026-03-30T17:43:20.866Z
19382026-03-30T17:43:20.866Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/267)
19392026-03-30T17:43:21.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-03-30T17:43:21.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-03-30T17:43:21.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-03-30T17:43:21.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19432026-03-30T17:43:21.343Z
19442026-03-30T17:43:21.343Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/267)
19452026-03-30T17:43:21.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-03-30T17:43:21.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-03-30T17:43:21.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-03-30T17:43:21.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19492026-03-30T17:43:21.824Z
19502026-03-30T17:43:21.824Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/267)
19512026-03-30T17:43:22.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-03-30T17:43:22.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-03-30T17:43:22.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-03-30T17:43:22.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19552026-03-30T17:43:22.307Z
19562026-03-30T17:43:22.307Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/267)
19572026-03-30T17:43:22.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-03-30T17:43:22.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-03-30T17:43:22.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-03-30T17:43:22.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19612026-03-30T17:43:22.785Z
19622026-03-30T17:43:22.785Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/267)
19632026-03-30T17:43:23.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-03-30T17:43:23.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-03-30T17:43:23.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-03-30T17:43:23.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19672026-03-30T17:43:23.259Z
19682026-03-30T17:43:23.259Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/267)
19692026-03-30T17:43:23.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-03-30T17:43:23.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-03-30T17:43:23.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-03-30T17:43:23.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19732026-03-30T17:43:23.736Z
19742026-03-30T17:43:23.736Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/267)
19752026-03-30T17:43:24.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-03-30T17:43:24.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-03-30T17:43:24.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-03-30T17:43:24.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19792026-03-30T17:43:24.211Z
19802026-03-30T17:43:24.212Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/267)
19812026-03-30T17:43:24.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-03-30T17:43:24.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-03-30T17:43:24.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-03-30T17:43:24.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19852026-03-30T17:43:24.690Z
19862026-03-30T17:43:24.690Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/267)
19872026-03-30T17:43:25.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-03-30T17:43:25.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-03-30T17:43:25.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-03-30T17:43:25.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19912026-03-30T17:43:25.166Z
19922026-03-30T17:43:25.166Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/267)
19932026-03-30T17:43:25.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-03-30T17:43:25.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-03-30T17:43:25.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-03-30T17:43:25.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19972026-03-30T17:43:25.646Z
19982026-03-30T17:43:25.647Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/267)
19992026-03-30T17:43:26.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-03-30T17:43:26.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-03-30T17:43:26.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-03-30T17:43:26.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20032026-03-30T17:43:26.121Z
20042026-03-30T17:43:26.121Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/267)
20052026-03-30T17:43:26.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-03-30T17:43:26.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-03-30T17:43:26.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-03-30T17:43:26.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20092026-03-30T17:43:26.596Z
20102026-03-30T17:43:26.596Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/267)
20112026-03-30T17:43:27.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-03-30T17:43:27.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-03-30T17:43:27.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-03-30T17:43:27.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20152026-03-30T17:43:27.069Z
20162026-03-30T17:43:27.070Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/267)
20172026-03-30T17:43:27.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-03-30T17:43:27.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-03-30T17:43:27.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-03-30T17:43:27.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20212026-03-30T17:43:27.544Z
20222026-03-30T17:43:27.544Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/267)
20232026-03-30T17:43:27.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-03-30T17:43:27.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-03-30T17:43:27.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-03-30T17:43:27.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20272026-03-30T17:43:28.033Z
20282026-03-30T17:43:28.033Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/267)
20292026-03-30T17:43:28.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-03-30T17:43:28.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-03-30T17:43:28.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-03-30T17:43:28.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20332026-03-30T17:43:28.495Z
20342026-03-30T17:43:28.496Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/267)
20352026-03-30T17:43:28.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-03-30T17:43:28.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-03-30T17:43:28.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-03-30T17:43:28.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20392026-03-30T17:43:28.972Z
20402026-03-30T17:43:28.972Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/267)
20412026-03-30T17:43:29.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-03-30T17:43:29.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-03-30T17:43:29.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-03-30T17:43:29.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20452026-03-30T17:43:29.450Z
20462026-03-30T17:43:29.450Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/267)
20472026-03-30T17:43:29.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-03-30T17:43:29.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-03-30T17:43:29.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-03-30T17:43:29.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20512026-03-30T17:43:29.930Z
20522026-03-30T17:43:29.930Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/267)
20532026-03-30T17:43:30.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-03-30T17:43:30.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-03-30T17:43:30.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-03-30T17:43:30.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20572026-03-30T17:43:30.406Z
20582026-03-30T17:43:30.406Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/267)
20592026-03-30T17:43:30.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-03-30T17:43:30.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-03-30T17:43:30.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-03-30T17:43:30.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20632026-03-30T17:43:30.884Z
20642026-03-30T17:43:30.884Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/267)
20652026-03-30T17:43:31.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-03-30T17:43:31.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-03-30T17:43:31.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-03-30T17:43:31.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20692026-03-30T17:43:31.360Z
20702026-03-30T17:43:31.360Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/267)
20712026-03-30T17:43:31.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-03-30T17:43:31.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-03-30T17:43:31.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-03-30T17:43:31.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20752026-03-30T17:43:31.837Z
20762026-03-30T17:43:31.837Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/267)
20772026-03-30T17:43:32.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-03-30T17:43:32.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-03-30T17:43:32.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-03-30T17:43:32.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20812026-03-30T17:43:32.313Z
20822026-03-30T17:43:32.313Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/267)
20832026-03-30T17:43:32.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-03-30T17:43:32.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-03-30T17:43:32.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-03-30T17:43:32.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20872026-03-30T17:43:32.793Z
20882026-03-30T17:43:32.793Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/267)
20892026-03-30T17:43:33.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-03-30T17:43:33.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-03-30T17:43:33.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-03-30T17:43:33.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20932026-03-30T17:43:33.269Z
20942026-03-30T17:43:33.269Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/267)
20952026-03-30T17:43:33.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-03-30T17:43:33.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-03-30T17:43:33.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-03-30T17:43:33.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20992026-03-30T17:43:33.746Z
21002026-03-30T17:43:33.746Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/267)
21012026-03-30T17:43:34.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-03-30T17:43:34.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-03-30T17:43:34.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-03-30T17:43:34.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21052026-03-30T17:43:34.222Z
21062026-03-30T17:43:34.222Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/267)
21072026-03-30T17:43:34.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-03-30T17:43:34.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-03-30T17:43:34.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-03-30T17:43:34.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21112026-03-30T17:43:34.697Z
21122026-03-30T17:43:34.697Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/267)
21132026-03-30T17:43:35.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-03-30T17:43:35.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-03-30T17:43:35.489Z Checking cfg-if v1.0.4
21162026-03-30T17:43:35.493Z Checking libc v0.2.180
21172026-03-30T17:43:35.493Z Checking serde_core v1.0.228
21182026-03-30T17:43:35.642Z Checking memchr v2.8.0
21192026-03-30T17:43:35.653Z Checking itoa v1.0.17
21202026-03-30T17:43:35.653Z Checking smallvec v1.15.1
21212026-03-30T17:43:35.679Z Checking log v0.4.29
21222026-03-30T17:43:35.679Z Checking zeroize v1.8.2
21232026-03-30T17:43:35.706Z Checking stable_deref_trait v1.2.1
21242026-03-30T17:43:35.779Z Checking zerofrom v0.1.6
21252026-03-30T17:43:35.823Z Checking zmij v1.0.21
21262026-03-30T17:43:35.855Z Checking writeable v0.6.2
21272026-03-30T17:43:35.855Z Checking litemap v0.8.1
21282026-03-30T17:43:35.855Z Checking percent-encoding v2.3.2
21292026-03-30T17:43:35.896Z Checking yoke v0.8.1
21302026-03-30T17:43:36.003Z Checking libm v0.2.16
21312026-03-30T17:43:36.017Z Checking scopeguard v1.2.0
21322026-03-30T17:43:36.020Z Checking icu_normalizer_data v2.1.1
21332026-03-30T17:43:36.046Z Checking getrandom v0.2.17
21342026-03-30T17:43:36.049Z Checking errno v0.3.14
21352026-03-30T17:43:36.049Z Checking icu_properties_data v2.1.2
21362026-03-30T17:43:36.086Z Checking zerovec v0.11.5
21372026-03-30T17:43:36.100Z Checking zerotrie v0.2.3
21382026-03-30T17:43:36.114Z Checking lock_api v0.4.14
21392026-03-30T17:43:36.188Z Checking subtle v2.6.1
21402026-03-30T17:43:36.203Z Checking rand_core v0.6.4
21412026-03-30T17:43:36.206Z Checking utf8_iter v1.0.4
21422026-03-30T17:43:36.310Z Checking form_urlencoded v1.2.2
21432026-03-30T17:43:36.329Z Checking rand_core v0.10.0
21442026-03-30T17:43:36.345Z Checking pin-project-lite v0.2.17
21452026-03-30T17:43:36.360Z Checking typenum v1.19.0
21462026-03-30T17:43:36.378Z Checking portable-atomic v1.13.1
21472026-03-30T17:43:36.435Z Checking critical-section v1.2.0
21482026-03-30T17:43:36.451Z Checking iana-time-zone v0.1.65
21492026-03-30T17:43:36.469Z Checking getrandom v0.4.1
21502026-03-30T17:43:36.513Z Checking tinystr v0.8.2
21512026-03-30T17:43:36.537Z Checking potential_utf v0.1.4
21522026-03-30T17:43:36.554Z Checking signal-hook-registry v1.4.8
21532026-03-30T17:43:36.613Z Checking parking_lot_core v0.9.12
21542026-03-30T17:43:36.665Z Checking icu_collections v2.1.1
21552026-03-30T17:43:36.681Z Checking num-traits v0.2.19
21562026-03-30T17:43:36.694Z Checking icu_locale_core v2.1.1
21572026-03-30T17:43:36.717Z Checking socket2 v0.6.2
21582026-03-30T17:43:36.779Z Checking once_cell v1.21.3
21592026-03-30T17:43:36.802Z Checking parking_lot v0.12.5
21602026-03-30T17:43:36.880Z Checking generic-array v0.14.7
21612026-03-30T17:43:36.952Z Checking mio v1.1.1
21622026-03-30T17:43:36.969Z Checking zerocopy v0.8.40
21632026-03-30T17:43:36.986Z Checking futures-core v0.3.32
21642026-03-30T17:43:37.001Z Checking dyn-clone v1.0.20
21652026-03-30T17:43:37.067Z Checking serde v1.0.228
21662026-03-30T17:43:37.120Z Checking serde_json v1.0.149
21672026-03-30T17:43:37.123Z Checking bitflags v2.11.0
21682026-03-30T17:43:37.196Z Checking uuid v1.21.0
21692026-03-30T17:43:37.228Z Checking semver v1.0.27
21702026-03-30T17:43:37.243Z Checking icu_provider v2.1.1
21712026-03-30T17:43:37.279Z Checking equivalent v1.0.2
21722026-03-30T17:43:37.321Z Checking crypto-common v0.1.7
21732026-03-30T17:43:37.363Z Checking allocator-api2 v0.2.21
21742026-03-30T17:43:37.434Z Checking const-oid v0.9.6
21752026-03-30T17:43:37.449Z Checking foldhash v0.2.0
21762026-03-30T17:43:37.465Z Checking bytes v1.11.1
21772026-03-30T17:43:37.480Z Checking icu_properties v2.1.2
21782026-03-30T17:43:37.500Z Checking icu_normalizer v2.1.1
21792026-03-30T17:43:37.601Z Checking chrono v0.4.44
21802026-03-30T17:43:37.647Z Checking hashbrown v0.16.1
21812026-03-30T17:43:37.762Z Checking futures-sink v0.3.32
21822026-03-30T17:43:37.802Z Checking block-buffer v0.10.4
21832026-03-30T17:43:37.863Z Checking futures-channel v0.3.32
21842026-03-30T17:43:37.895Z Checking tokio v1.49.0
21852026-03-30T17:43:37.940Z Checking futures-task v0.3.32
21862026-03-30T17:43:38.054Z Checking slab v0.4.12
21872026-03-30T17:43:38.079Z Checking futures-io v0.3.32
21882026-03-30T17:43:38.094Z Checking digest v0.10.7
21892026-03-30T17:43:38.137Z Checking thiserror v2.0.18
21902026-03-30T17:43:38.191Z Checking byteorder v1.5.0
21912026-03-30T17:43:38.217Z Checking futures-util v0.3.32
21922026-03-30T17:43:38.238Z Checking base64 v0.22.1
21932026-03-30T17:43:38.291Z Checking indexmap v2.13.0
21942026-03-30T17:43:38.305Z Checking idna_adapter v1.2.1
21952026-03-30T17:43:38.394Z Checking cpufeatures v0.2.17
21962026-03-30T17:43:38.421Z Checking idna v1.1.0
21972026-03-30T17:43:38.451Z Checking http v1.4.0
21982026-03-30T17:43:38.468Z Checking fnv v1.0.7
21992026-03-30T17:43:38.485Z Checking unicode-ident v1.0.24
22002026-03-30T17:43:38.564Z Checking tracing-core v0.1.36
22012026-03-30T17:43:38.595Z Checking proc-macro2 v1.0.106
22022026-03-30T17:43:38.673Z Checking url v2.5.8
22032026-03-30T17:43:38.853Z Checking thiserror v1.0.69
22042026-03-30T17:43:38.868Z Checking tracing v0.1.44
22052026-03-30T17:43:38.912Z Checking rustls-pki-types v1.14.0
22062026-03-30T17:43:38.952Z Checking regex-syntax v0.8.10
22072026-03-30T17:43:39.043Z Checking quote v1.0.44
22082026-03-30T17:43:39.077Z Checking untrusted v0.9.0
22092026-03-30T17:43:39.125Z Checking schemars v0.8.22
22102026-03-30T17:43:39.191Z Checking ring v0.17.14
22112026-03-30T17:43:39.211Z Checking syn v2.0.117
22122026-03-30T17:43:39.232Z Checking ipnet v2.11.0
22132026-03-30T17:43:39.496Z Checking httparse v1.10.1
22142026-03-30T17:43:39.712Z Checking http-body v1.0.1
22152026-03-30T17:43:39.737Z Checking ppv-lite86 v0.2.21
22162026-03-30T17:43:39.756Z Checking block-padding v0.3.3
22172026-03-30T17:43:39.845Z Checking rustix v1.1.3
22182026-03-30T17:43:39.891Z Checking getrandom v0.3.4
22192026-03-30T17:43:40.029Z Checking atomic-waker v1.1.2
22202026-03-30T17:43:40.047Z Checking inout v0.1.4
22212026-03-30T17:43:40.113Z Checking hmac v0.12.1
22222026-03-30T17:43:40.130Z Checking aws-lc-sys v0.37.1
22232026-03-30T17:43:40.168Z Checking aho-corasick v1.1.4
22242026-03-30T17:43:40.188Z Checking openssl-probe v0.2.1
22252026-03-30T17:43:40.250Z Checking httpdate v1.0.3
22262026-03-30T17:43:40.270Z Checking tower-service v0.3.3
22272026-03-30T17:43:40.294Z Checking powerfmt v0.2.0
22282026-03-30T17:43:40.360Z Checking try-lock v0.2.5
22292026-03-30T17:43:40.397Z Checking tower-layer v0.3.3
22302026-03-30T17:43:40.445Z Checking untrusted v0.7.1
22312026-03-30T17:43:40.462Z Checking want v0.3.1
22322026-03-30T17:43:40.547Z Checking deranged v0.5.8
22332026-03-30T17:43:40.563Z Checking cipher v0.4.4
22342026-03-30T17:43:40.584Z Checking rand_core v0.9.5
22352026-03-30T17:43:40.630Z Checking aws-lc-rs v1.16.0
22362026-03-30T17:43:40.680Z Checking base64ct v1.8.3
22372026-03-30T17:43:40.762Z Checking time-core v0.1.8
22382026-03-30T17:43:40.778Z Checking num-conv v0.2.0
22392026-03-30T17:43:40.828Z Checking regex-automata v0.4.14
22402026-03-30T17:43:40.893Z Checking pin-utils v0.1.0
22412026-03-30T17:43:40.908Z Checking num_threads v0.1.7
22422026-03-30T17:43:40.924Z Checking sha2 v0.10.9
22432026-03-30T17:43:40.967Z Checking erased-serde v0.3.31
22442026-03-30T17:43:40.993Z Checking pretty-hex v0.4.1
22452026-03-30T17:43:41.048Z Checking tokio-util v0.7.18
22462026-03-30T17:43:41.113Z Checking rand_chacha v0.9.0
22472026-03-30T17:43:41.201Z Checking ryu v1.0.23
22482026-03-30T17:43:41.314Z Checking fastrand v2.3.0
22492026-03-30T17:43:41.339Z Checking slog v2.8.2
22502026-03-30T17:43:41.355Z Checking rand v0.9.2
22512026-03-30T17:43:41.453Z Checking time v0.3.47
22522026-03-30T17:43:41.471Z Checking rustls-webpki v0.103.9
22532026-03-30T17:43:41.486Z Checking pem-rfc7468 v0.7.0
22542026-03-30T17:43:41.501Z Checking rustls-native-certs v0.8.3
22552026-03-30T17:43:41.606Z Checking http-body-util v0.1.3
22562026-03-30T17:43:41.628Z Checking ipnetwork v0.21.1
22572026-03-30T17:43:41.646Z Checking h2 v0.4.13
22582026-03-30T17:43:41.660Z Checking sync_wrapper v1.0.2
22592026-03-30T17:43:41.764Z Checking spin v0.9.8
22602026-03-30T17:43:41.816Z Checking flagset v0.4.7
22612026-03-30T17:43:41.832Z Checking plain v0.2.3
22622026-03-30T17:43:41.850Z Checking tower v0.5.3
22632026-03-30T17:43:41.891Z Checking rustls v0.23.37
22642026-03-30T17:43:41.936Z Checking serde_urlencoded v0.7.1
22652026-03-30T17:43:41.951Z Checking der v0.7.10
22662026-03-30T17:43:41.968Z Checking rand_chacha v0.3.1
22672026-03-30T17:43:42.144Z Checking webpki-roots v1.0.6
22682026-03-30T17:43:42.178Z Checking tinyvec_macros v0.1.1
22692026-03-30T17:43:42.232Z Checking iri-string v0.7.10
22702026-03-30T17:43:42.248Z Checking ucd-trie v0.1.7
22712026-03-30T17:43:42.263Z Checking tinyvec v1.10.0
22722026-03-30T17:43:42.382Z Checking pest v2.8.6
22732026-03-30T17:43:42.569Z Checking rand v0.8.5
22742026-03-30T17:43:42.588Z Checking tempfile v3.25.0
22752026-03-30T17:43:42.617Z Checking salsa20 v0.10.2
22762026-03-30T17:43:42.692Z Checking spki v0.7.3
22772026-03-30T17:43:42.751Z Checking pbkdf2 v0.12.2
22782026-03-30T17:43:42.782Z Checking unicode-width v0.2.0
22792026-03-30T17:43:42.858Z Checking foreign-types-shared v0.1.1
22802026-03-30T17:43:42.875Z Checking scrypt v0.11.0
22812026-03-30T17:43:42.942Z Checking foreign-types v0.3.2
22822026-03-30T17:43:43.013Z Checking regex v1.12.3
22832026-03-30T17:43:43.019Z Checking cbc v0.1.2
22842026-03-30T17:43:43.043Z Checking aes v0.8.4
22852026-03-30T17:43:43.080Z Checking anyhow v1.0.102
22862026-03-30T17:43:43.154Z Checking openssl-sys v0.9.111
22872026-03-30T17:43:43.237Z Checking tower-http v0.6.8
22882026-03-30T17:43:43.276Z Checking crossbeam-utils v0.8.21
22892026-03-30T17:43:43.293Z Checking oxnet v0.1.4
22902026-03-30T17:43:43.429Z Checking pkcs5 v0.7.1
22912026-03-30T17:43:43.444Z Checking mime v0.3.17
22922026-03-30T17:43:43.519Z Checking openapiv3 v2.2.0
22932026-03-30T17:43:43.534Z Checking scroll v0.12.0
22942026-03-30T17:43:43.616Z Checking encoding_rs v0.8.35
22952026-03-30T17:43:43.619Z Checking siphasher v1.0.2
22962026-03-30T17:43:43.646Z Checking openssl v0.10.75
22972026-03-30T17:43:43.686Z Checking pkcs8 v0.10.2
22982026-03-30T17:43:43.779Z Checking data-encoding v2.10.0
22992026-03-30T17:43:43.798Z Checking winnow v0.7.14
23002026-03-30T17:43:43.882Z Checking goblin v0.8.2
23012026-03-30T17:43:44.055Z Checking lazy_static v1.5.0
23022026-03-30T17:43:44.150Z Checking zerocopy v0.7.35
23032026-03-30T17:43:44.278Z Checking tokio-rustls v0.26.4
23042026-03-30T17:43:44.308Z Checking hyper v1.8.1
23052026-03-30T17:43:44.518Z Checking wait-timeout v0.2.1
23062026-03-30T17:43:44.590Z Checking quick-error v1.2.3
23072026-03-30T17:43:44.636Z Checking bit-vec v0.8.0
23082026-03-30T17:43:44.651Z Checking psl-types v2.0.11
23092026-03-30T17:43:44.695Z Checking utf8parse v0.2.2
23102026-03-30T17:43:44.769Z Checking bitflags v1.3.2
23112026-03-30T17:43:44.800Z Checking anstyle v1.0.13
23122026-03-30T17:43:44.832Z Checking either v1.15.0
23132026-03-30T17:43:44.847Z Checking managed v0.8.0
23142026-03-30T17:43:44.850Z Checking bit-set v0.8.0
23152026-03-30T17:43:44.984Z Checking anstyle-parse v0.2.7
23162026-03-30T17:43:44.999Z Checking publicsuffix v2.3.0
23172026-03-30T17:43:45.014Z Checking rusty-fork v0.3.1
23182026-03-30T17:43:45.028Z Checking dtrace-parser v0.2.0
23192026-03-30T17:43:45.042Z Checking unicode-normalization v0.1.25
23202026-03-30T17:43:45.134Z Checking cookie v0.18.1
23212026-03-30T17:43:45.154Z Checking rand_xorshift v0.4.0
23222026-03-30T17:43:45.178Z Checking sha1 v0.10.6
23232026-03-30T17:43:45.220Z Checking hyper-util v0.1.20
23242026-03-30T17:43:45.261Z Checking hex v0.4.3
23252026-03-30T17:43:45.276Z Checking thread-id v4.2.2
23262026-03-30T17:43:45.341Z Checking is_terminal_polyfill v1.70.2
23272026-03-30T17:43:45.357Z Checking unarray v0.1.4
23282026-03-30T17:43:45.371Z Checking anstyle-query v1.1.5
23292026-03-30T17:43:45.432Z Checking colorchoice v1.0.4
23302026-03-30T17:43:45.436Z Checking cookie_store v0.22.1
23312026-03-30T17:43:45.461Z Checking proptest v1.10.0
23322026-03-30T17:43:45.465Z Checking rustls-platform-verifier v0.6.2
23332026-03-30T17:43:45.490Z Checking crossbeam-epoch v0.9.18
23342026-03-30T17:43:45.546Z Checking anstream v0.6.21
23352026-03-30T17:43:45.608Z Checking terminal_size v0.4.3
23362026-03-30T17:43:45.611Z Checking native-tls v0.2.18
23372026-03-30T17:43:45.708Z Checking scroll v0.13.0
23382026-03-30T17:43:45.728Z Checking num-integer v0.1.46
23392026-03-30T17:43:45.743Z Checking simd-adler32 v0.3.8
23402026-03-30T17:43:45.765Z Checking crossbeam-deque v0.8.6
23412026-03-30T17:43:45.781Z Checking dof v0.3.0
23422026-03-30T17:43:45.803Z Checking tokio-native-tls v0.3.1
23432026-03-30T17:43:45.907Z Checking bstr v1.12.1
23442026-03-30T17:43:45.939Z Checking ref-cast v1.0.25
23452026-03-30T17:43:45.942Z Checking goblin v0.10.5
23462026-03-30T17:43:45.968Z Checking rustix v0.38.44
23472026-03-30T17:43:45.971Z Checking camino v1.2.2
23482026-03-30T17:43:46.038Z Checking crc32fast v1.5.0
23492026-03-30T17:43:46.060Z Checking usdt-impl v0.5.0
23502026-03-30T17:43:46.181Z Checking signature v2.2.0
23512026-03-30T17:43:46.227Z Checking serde_spanned v0.6.9
23522026-03-30T17:43:46.296Z Checking toml_datetime v0.6.11
23532026-03-30T17:43:46.312Z Checking ff v0.13.1
23542026-03-30T17:43:46.343Z Checking base16ct v0.2.0
23552026-03-30T17:43:46.357Z Checking unicode-bidi v0.3.18
23562026-03-30T17:43:46.442Z Checking adler2 v2.0.1
23572026-03-30T17:43:46.469Z Checking clap_lex v1.0.0
23582026-03-30T17:43:46.485Z Checking unicode-properties v0.1.4
23592026-03-30T17:43:46.485Z Checking hyper-rustls v0.27.7
23602026-03-30T17:43:46.551Z Checking hyper-tls v0.6.0
23612026-03-30T17:43:46.619Z Checking strsim v0.11.1
23622026-03-30T17:43:46.646Z Checking miniz_oxide v0.8.9
23632026-03-30T17:43:46.685Z Checking stringprep v0.1.5
23642026-03-30T17:43:46.700Z Checking reqwest v0.13.2
23652026-03-30T17:43:46.723Z Checking reqwest v0.12.28
23662026-03-30T17:43:46.760Z Checking sec1 v0.7.3
23672026-03-30T17:43:46.779Z Checking clap_builder v4.5.60
23682026-03-30T17:43:46.836Z Checking group v0.13.0
23692026-03-30T17:43:46.966Z Checking num-iter v0.1.45
23702026-03-30T17:43:46.985Z Checking rayon-core v1.13.0
23712026-03-30T17:43:47.000Z Checking toml_parser v1.0.9+spec-1.1.0
23722026-03-30T17:43:47.082Z Checking dtrace-parser v0.3.0
23732026-03-30T17:43:47.223Z Checking newtype-uuid v1.3.2
23742026-03-30T17:43:47.309Z Checking hkdf v0.12.4
23752026-03-30T17:43:47.324Z Checking strum v0.26.3
23762026-03-30T17:43:47.328Z Checking zstd-sys v2.0.16+zstd.1.5.7
23772026-03-30T17:43:47.428Z Checking daft v0.1.5
23782026-03-30T17:43:47.443Z Checking hash32 v0.2.1
23792026-03-30T17:43:47.457Z Checking md-5 v0.10.6
23802026-03-30T17:43:47.460Z Checking crypto-bigint v0.5.5
23812026-03-30T17:43:47.520Z Checking toml_datetime v0.7.5+spec-1.1.0
23822026-03-30T17:43:47.569Z Checking thread-id v5.1.0
23832026-03-30T17:43:47.601Z Checking unicode-segmentation v1.12.0
23842026-03-30T17:43:47.615Z Checking fallible-iterator v0.2.0
23852026-03-30T17:43:47.650Z Checking zlib-rs v0.6.2
23862026-03-30T17:43:47.665Z Checking heapless v0.7.17
23872026-03-30T17:43:47.719Z Checking zstd-safe v7.2.4
23882026-03-30T17:43:47.888Z Checking postgres-protocol v0.6.10
23892026-03-30T17:43:47.892Z Checking rayon v1.11.0
23902026-03-30T17:43:47.918Z Checking itertools v0.12.1
23912026-03-30T17:43:47.986Z Checking clap v4.5.60
23922026-03-30T17:43:48.065Z Checking phf_shared v0.13.1
23932026-03-30T17:43:48.069Z Checking console v0.16.2
23942026-03-30T17:43:48.200Z Checking curve25519-dalek v4.1.3
23952026-03-30T17:43:48.246Z Checking dof v0.4.0
23962026-03-30T17:43:48.265Z Checking memoffset v0.9.1
23972026-03-30T17:43:48.336Z Checking elliptic-curve v0.13.8
23982026-03-30T17:43:48.353Z Checking bzip2-sys v0.1.13+1.0.8
23992026-03-30T17:43:48.372Z Checking signal-hook v0.3.18
24002026-03-30T17:43:48.437Z Checking memmap2 v0.9.10
24012026-03-30T17:43:48.531Z Checking flate2 v1.1.9
24022026-03-30T17:43:48.562Z Checking unit-prefix v0.5.2
24032026-03-30T17:43:48.599Z Checking winnow v0.5.40
24042026-03-30T17:43:48.638Z Checking foldhash v0.1.5
24052026-03-30T17:43:48.687Z Checking libbz2-rs-sys v0.2.2
24062026-03-30T17:43:48.782Z Checking bumpalo v3.20.2
24072026-03-30T17:43:48.833Z Checking fixedbitset v0.4.2
24082026-03-30T17:43:48.881Z Checking usdt-impl v0.6.0
24092026-03-30T17:43:48.907Z Checking toml_write v0.1.2
24102026-03-30T17:43:48.972Z Checking zone v0.3.1
24112026-03-30T17:43:48.988Z Checking petgraph v0.6.5
24122026-03-30T17:43:48.991Z Checking zopfli v0.8.3
24132026-03-30T17:43:49.073Z Checking toml_edit v0.22.27
24142026-03-30T17:43:49.092Z Checking bzip2 v0.6.1
24152026-03-30T17:43:49.162Z Checking usdt v0.6.0
24162026-03-30T17:43:50.261Z Checking hashbrown v0.15.5
24172026-03-30T17:43:50.264Z Checking signal-hook-mio v0.2.5
24182026-03-30T17:43:50.264Z Checking bzip2 v0.4.4
24192026-03-30T17:43:50.264Z Checking nix v0.31.1
24202026-03-30T17:43:50.264Z Checking indicatif v0.18.4
24212026-03-30T17:43:50.264Z Checking phf v0.13.1
24222026-03-30T17:43:50.264Z Checking postgres-types v0.2.12
24232026-03-30T17:43:50.264Z Checking smoltcp v0.9.1
24242026-03-30T17:43:50.264Z Checking similar v2.7.0
24252026-03-30T17:43:50.264Z Checking toml_edit v0.19.15
24262026-03-30T17:43:50.264Z Checking zstd v0.13.3
24272026-03-30T17:43:50.264Z Checking num-bigint-dig v0.8.6
24282026-03-30T17:43:50.264Z Checking ed25519 v2.2.3
24292026-03-30T17:43:50.264Z Checking pkcs1 v0.7.5
24302026-03-30T17:43:50.264Z Checking phf_shared v0.11.3
24312026-03-30T17:43:50.264Z Checking tokio-stream v0.1.18
24322026-03-30T17:43:50.265Z Checking strum v0.27.2
24332026-03-30T17:43:50.265Z Checking hubpack v0.1.2
24342026-03-30T17:43:50.287Z Checking rfc6979 v0.4.0
24352026-03-30T17:43:50.290Z Checking serde-big-array v0.5.1
24362026-03-30T17:43:50.316Z Checking float-cmp v0.10.0
24372026-03-30T17:43:50.348Z Checking env_filter v1.0.0
24382026-03-30T17:43:50.395Z Checking predicates-core v1.0.10
24392026-03-30T17:43:50.410Z Checking rustc-hash v2.1.1
24402026-03-30T17:43:50.434Z Checking precomputed-hash v0.1.1
24412026-03-30T17:43:50.448Z Checking keccak v0.1.6
24422026-03-30T17:43:50.490Z Checking whoami v2.1.0
24432026-03-30T17:43:50.517Z Checking jiff v0.2.21
24442026-03-30T17:43:50.521Z Checking fixedbitset v0.5.7
24452026-03-30T17:43:50.521Z Checking difflib v0.4.0
24462026-03-30T17:43:50.561Z Checking static_assertions v1.1.0
24472026-03-30T17:43:50.610Z Checking normalize-line-endings v0.3.0
24482026-03-30T17:43:50.614Z Checking new_debug_unreachable v1.0.6
24492026-03-30T17:43:50.640Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24502026-03-30T17:43:50.680Z Checking string_cache v0.8.9
24512026-03-30T17:43:50.695Z Checking tokio-postgres v0.7.16
24522026-03-30T17:43:50.710Z Checking petgraph v0.8.3
24532026-03-30T17:43:50.713Z Checking predicates v3.1.4
24542026-03-30T17:43:50.713Z Checking rsa v0.9.10
24552026-03-30T17:43:50.787Z Checking toml v0.7.8
24562026-03-30T17:43:50.843Z Checking sha3 v0.10.8
24572026-03-30T17:43:51.034Z Checking iddqd v0.3.17
24582026-03-30T17:43:51.064Z Checking env_logger v0.11.9
24592026-03-30T17:43:51.090Z Checking ecdsa v0.16.9
24602026-03-30T17:43:51.185Z Checking ed25519-dalek v2.2.0
24612026-03-30T17:43:51.242Z Checking zip v0.6.6
24622026-03-30T17:43:51.415Z Checking crossterm v0.28.1
24632026-03-30T17:43:51.431Z Checking serde_with v3.17.0
24642026-03-30T17:43:51.565Z Checking itertools v0.13.0
24652026-03-30T17:43:51.862Z Checking hickory-proto v0.25.2
24662026-03-30T17:43:51.935Z Checking x509-cert v0.2.5
24672026-03-30T17:43:52.110Z Checking fs-err v3.3.0
24682026-03-30T17:43:52.246Z Checking ahash v0.8.12
24692026-03-30T17:43:52.409Z Checking object v0.37.3
24702026-03-30T17:43:52.443Z Checking buf-list v1.1.2
24712026-03-30T17:43:52.574Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24722026-03-30T17:43:52.589Z Checking lalrpop-util v0.19.12
24732026-03-30T17:43:52.628Z Checking peg-runtime v0.8.5
24742026-03-30T17:43:52.750Z Checking zip v4.6.1
24752026-03-30T17:43:52.765Z Compiling structmeta-derive v0.3.0
24762026-03-30T17:43:52.778Z Compiling rustls v0.22.4
24772026-03-30T17:43:52.822Z Compiling newtype-uuid-macros v0.1.0
24782026-03-30T17:43:52.838Z Compiling multer v3.1.0
24792026-03-30T17:43:52.841Z Compiling async-stream-impl v0.3.6
24802026-03-30T17:43:52.977Z Checking futures-executor v0.3.32
24812026-03-30T17:43:53.074Z Checking regress v0.10.5
24822026-03-30T17:43:53.319Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24832026-03-30T17:43:53.433Z Compiling dropshot v0.16.7
24842026-03-30T17:43:53.573Z Checking futures v0.3.32
24852026-03-30T17:43:53.656Z Compiling dropshot_endpoint v0.16.7
24862026-03-30T17:43:53.675Z Checking thread_local v1.1.9
24872026-03-30T17:43:53.712Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24882026-03-30T17:43:53.861Z Compiling structmeta v0.3.0
24892026-03-30T17:43:53.876Z Checking crossbeam-channel v0.5.15
24902026-03-30T17:43:54.087Z Compiling derive-ex v0.1.8
24912026-03-30T17:43:54.103Z Checking is-terminal v0.4.17
24922026-03-30T17:43:54.200Z Checking term v1.2.1
24932026-03-30T17:43:54.219Z Checking take_mut v0.2.2
24942026-03-30T17:43:54.329Z Checking slog-async v2.8.0
24952026-03-30T17:43:54.432Z Checking slog-term v2.9.2
24962026-03-30T17:43:54.506Z Compiling parse-display-derive v0.10.0
24972026-03-30T17:43:54.521Z Checking rustls-webpki v0.102.8
24982026-03-30T17:43:54.671Z Checking serde_spanned v1.0.4
24992026-03-30T17:43:54.694Z Checking toml_writer v1.0.6+spec-1.1.0
25002026-03-30T17:43:54.757Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25012026-03-30T17:43:54.804Z Checking match_cfg v0.1.0
25022026-03-30T17:43:54.837Z Checking debug-ignore v1.0.5
25032026-03-30T17:43:54.875Z Checking hostname v0.3.1
25042026-03-30T17:43:54.891Z Checking toml v0.9.12+spec-1.1.0
25052026-03-30T17:43:54.942Z Checking slog-json v2.6.1
25062026-03-30T17:43:54.977Z Checking macaddr v1.0.1
25072026-03-30T17:43:55.102Z Checking slog-bunyan v2.5.0
25082026-03-30T17:43:55.163Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25092026-03-30T17:43:55.221Z Checking async-stream v0.3.6
25102026-03-30T17:43:55.406Z Checking waitgroup v0.1.2
25112026-03-30T17:43:55.476Z Checking rustls-pemfile v2.2.0
25122026-03-30T17:43:55.511Z Checking serde_path_to_error v0.1.20
25132026-03-30T17:43:55.560Z Checking hostname v0.4.2
25142026-03-30T17:43:55.583Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25152026-03-30T17:43:55.624Z Checking progenitor-client v0.13.0
25162026-03-30T17:43:55.664Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25172026-03-30T17:43:55.697Z Checking progenitor-client v0.10.0
25182026-03-30T17:43:55.771Z Compiling test-strategy v0.4.5
25192026-03-30T17:43:55.786Z Compiling itertools v0.14.0
25202026-03-30T17:43:55.806Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25212026-03-30T17:43:55.856Z Checking backon v1.6.0
25222026-03-30T17:43:55.926Z Checking instant v0.1.13
25232026-03-30T17:43:56.018Z Checking backoff v0.4.0
25242026-03-30T17:43:56.033Z Checking progenitor-extras v0.1.1
25252026-03-30T17:43:56.173Z Checking parse-display v0.10.0
25262026-03-30T17:43:56.211Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25272026-03-30T17:43:56.260Z Checking heck v0.5.0
25282026-03-30T17:43:56.282Z Compiling crucible-workspace-hack v0.1.0
25292026-03-30T17:43:56.353Z Checking tokio-rustls v0.25.0
25302026-03-30T17:43:56.469Z Compiling toml_edit v0.23.10+spec-1.0.0
25312026-03-30T17:43:56.596Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25322026-03-30T17:43:56.660Z Compiling convert_case v0.4.0
25332026-03-30T17:43:56.808Z Compiling heapless v0.8.0
25342026-03-30T17:43:57.015Z Compiling ingot-macros v0.1.1
25352026-03-30T17:43:57.032Z Compiling derive_more v0.99.20
25362026-03-30T17:43:57.081Z Compiling proc-macro-crate v3.4.0
25372026-03-30T17:43:57.235Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25382026-03-30T17:43:57.292Z Checking hash32 v0.3.1
25392026-03-30T17:43:57.420Z Checking secrecy v0.10.3
25402026-03-30T17:43:57.526Z Compiling prettyplease v0.2.37
25412026-03-30T17:43:57.548Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25422026-03-30T17:43:57.617Z Compiling smoltcp v0.11.0
25432026-03-30T17:43:57.621Z Compiling num_enum_derive v0.7.5
25442026-03-30T17:43:57.776Z Compiling typify-impl v0.6.1
25452026-03-30T17:43:57.849Z Checking tabwriter v1.4.1
25462026-03-30T17:43:57.996Z Checking cobs v0.3.0
25472026-03-30T17:43:58.145Z Compiling foreign-types-macros v0.2.3
25482026-03-30T17:43:58.159Z Checking cpufeatures v0.3.0
25492026-03-30T17:43:58.235Z Checking foreign-types-shared v0.3.1
25502026-03-30T17:43:58.332Z Compiling unsafe-libyaml v0.2.11
25512026-03-30T17:43:58.414Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25522026-03-30T17:43:58.726Z Checking foreign-types v0.5.0
25532026-03-30T17:43:58.755Z Checking num_enum v0.7.5
25542026-03-30T17:43:58.888Z Checking chacha20 v0.10.0
25552026-03-30T17:43:59.108Z Compiling serde_yaml v0.9.34+deprecated
25562026-03-30T17:43:59.143Z Checking postcard v1.1.3
25572026-03-30T17:43:59.653Z Compiling proc-macro-crate v1.3.1
25582026-03-30T17:43:59.823Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25592026-03-30T17:43:59.844Z Checking ingot-types v0.1.2
25602026-03-30T17:44:00.068Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25612026-03-30T17:44:00.117Z Checking cstr-argument v0.1.2
25622026-03-30T17:44:00.219Z Checking ingot v0.1.1
25632026-03-30T17:44:00.245Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25642026-03-30T17:44:00.259Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25652026-03-30T17:44:00.284Z Checking colored v3.1.1
25662026-03-30T17:44:00.473Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25672026-03-30T17:44:00.488Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25682026-03-30T17:44:00.503Z Compiling num_enum_derive v0.5.11
25692026-03-30T17:44:00.582Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25702026-03-30T17:44:00.705Z Checking rand v0.10.0
25712026-03-30T17:44:01.524Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25722026-03-30T17:44:01.831Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25732026-03-30T17:44:01.853Z Checking num_enum v0.5.11
25742026-03-30T17:44:02.269Z Compiling typify-macro v0.6.1
25752026-03-30T17:44:02.491Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25762026-03-30T17:44:02.619Z Compiling typify-impl v0.4.3
25772026-03-30T17:44:02.757Z Checking camino-tempfile v1.4.1
25782026-03-30T17:44:02.774Z Checking num-rational v0.4.2
25792026-03-30T17:44:03.047Z Checking half v2.7.1
25802026-03-30T17:44:03.209Z Compiling thiserror-impl-no-std v2.0.2
25812026-03-30T17:44:03.282Z Checking universal-hash v0.5.1
25822026-03-30T17:44:03.308Z Checking num-complex v0.4.6
25832026-03-30T17:44:03.311Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25842026-03-30T17:44:03.557Z Checking ciborium-io v0.2.2
25852026-03-30T17:44:03.640Z Checking opaque-debug v0.3.1
25862026-03-30T17:44:03.655Z Checking ciborium-ll v0.2.2
25872026-03-30T17:44:03.669Z Checking num v0.4.3
25882026-03-30T17:44:03.714Z Checking poly1305 v0.8.0
25892026-03-30T17:44:03.786Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25902026-03-30T17:44:03.839Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25912026-03-30T17:44:03.862Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25922026-03-30T17:44:03.985Z Compiling typify v0.6.1
25932026-03-30T17:44:04.027Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25942026-03-30T17:44:04.042Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
25952026-03-30T17:44:04.239Z Checking toml v0.8.23
25962026-03-30T17:44:04.318Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25972026-03-30T17:44:04.333Z Checking byte-wrapper v0.1.0
25982026-03-30T17:44:04.433Z Checking thiserror-no-std v2.0.2
25992026-03-30T17:44:04.498Z Checking password-hash v0.5.0
26002026-03-30T17:44:04.548Z Checking chacha20 v0.9.1
26012026-03-30T17:44:04.729Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26022026-03-30T17:44:04.749Z Compiling usdt-attr-macro v0.5.0
26032026-03-30T17:44:04.782Z Compiling usdt-macro v0.5.0
26042026-03-30T17:44:04.974Z Checking smf v0.2.3
26052026-03-30T17:44:05.167Z Checking blake2 v0.10.6
26062026-03-30T17:44:05.211Z Checking aead v0.5.2
26072026-03-30T17:44:05.360Z Checking sigpipe v0.1.3
26082026-03-30T17:44:05.414Z Checking memmap v0.7.0
26092026-03-30T17:44:05.446Z Compiling num-derive v0.4.2
26102026-03-30T17:44:05.498Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26112026-03-30T17:44:05.526Z Checking float-ord v0.3.2
26122026-03-30T17:44:05.552Z Checking glob v0.3.3
26132026-03-30T17:44:05.634Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26142026-03-30T17:44:05.703Z Checking usdt v0.5.0
26152026-03-30T17:44:05.729Z Checking argon2 v0.5.3
26162026-03-30T17:44:05.795Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26172026-03-30T17:44:05.875Z Checking chacha20poly1305 v0.10.1
26182026-03-30T17:44:06.010Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26192026-03-30T17:44:06.034Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26202026-03-30T17:44:06.066Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26212026-03-30T17:44:06.250Z Checking vsss-rs v3.3.4
26222026-03-30T17:44:06.372Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26232026-03-30T17:44:06.600Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26242026-03-30T17:44:06.686Z Compiling progenitor-impl v0.13.0
26252026-03-30T17:44:06.913Z Checking ciborium v0.2.2
26262026-03-30T17:44:07.011Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26272026-03-30T17:44:07.103Z Compiling typify-macro v0.4.3
26282026-03-30T17:44:07.106Z Checking indent_write v2.2.0
26292026-03-30T17:44:07.251Z Checking whoami v1.6.1
26302026-03-30T17:44:07.255Z Compiling semver v0.1.20
26312026-03-30T17:44:07.334Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26322026-03-30T17:44:07.337Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26332026-03-30T17:44:07.431Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26342026-03-30T17:44:07.532Z Compiling rustc_version v0.1.7
26352026-03-30T17:44:07.766Z Compiling pin-project-internal v1.1.11
26362026-03-30T17:44:08.181Z Checking swrite v0.1.0
26372026-03-30T17:44:08.282Z Compiling minimal-lexical v0.2.1
26382026-03-30T17:44:08.436Z Checking linked-hash-map v0.5.6
26392026-03-30T17:44:08.452Z Compiling newtype_derive v0.1.6
26402026-03-30T17:44:08.541Z Compiling nom v7.1.3
26412026-03-30T17:44:08.615Z Checking lru-cache v0.1.2
26422026-03-30T17:44:08.795Z Compiling typify v0.4.3
26432026-03-30T17:44:08.907Z Checking pin-project v1.1.11
26442026-03-30T17:44:08.945Z Checking newline-converter v0.3.0
26452026-03-30T17:44:09.008Z Checking atomicwrites v0.4.4
26462026-03-30T17:44:09.063Z Checking hickory-proto v0.24.4
26472026-03-30T17:44:09.144Z Checking phf_shared v0.12.1
26482026-03-30T17:44:09.168Z Checking console v0.15.11
26492026-03-30T17:44:09.321Z Compiling progenitor-macro v0.13.0
26502026-03-30T17:44:09.342Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26512026-03-30T17:44:09.466Z Checking pem v3.0.6
26522026-03-30T17:44:09.635Z Checking csv-core v0.1.13
26532026-03-30T17:44:09.862Z Compiling snafu-derive v0.8.9
26542026-03-30T17:44:09.950Z Compiling derive-where v1.6.0
26552026-03-30T17:44:10.013Z Compiling async-recursion v1.1.1
26562026-03-30T17:44:10.648Z Compiling slog-dtrace v0.3.0
26572026-03-30T17:44:10.848Z Compiling chrono-tz v0.10.4
26582026-03-30T17:44:10.876Z Checking unicode-width v0.1.14
26592026-03-30T17:44:11.032Z Compiling owo-colors v4.3.0
26602026-03-30T17:44:11.135Z Compiling cancel-safe-futures v0.1.5
26612026-03-30T17:44:11.261Z Checking same-file v1.0.6
26622026-03-30T17:44:11.327Z Checking highway v1.3.0
26632026-03-30T17:44:11.345Z Checking resolv-conf v0.7.6
26642026-03-30T17:44:11.387Z Checking walkdir v2.5.0
26652026-03-30T17:44:11.409Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26662026-03-30T17:44:11.529Z Checking hickory-resolver v0.24.4
26672026-03-30T17:44:11.552Z Compiling const_format_proc_macros v0.2.34
26682026-03-30T17:44:11.568Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26692026-03-30T17:44:11.783Z Checking snafu v0.8.9
26702026-03-30T17:44:12.243Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26712026-03-30T17:44:12.270Z Checking csv v1.4.0
26722026-03-30T17:44:12.304Z Checking expectorate v1.2.0
26732026-03-30T17:44:12.365Z Checking phf v0.12.1
26742026-03-30T17:44:12.438Z Compiling progenitor-impl v0.10.0
26752026-03-30T17:44:12.564Z Checking tokio-dtrace v0.1.1
26762026-03-30T17:44:12.642Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26772026-03-30T17:44:12.720Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26782026-03-30T17:44:12.755Z Checking globset v0.4.18
26792026-03-30T17:44:12.810Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26802026-03-30T17:44:12.933Z Checking olpc-cjson v0.1.4
26812026-03-30T17:44:13.012Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26822026-03-30T17:44:13.078Z Checking libsw-core v0.3.2
26832026-03-30T17:44:13.230Z Checking serde_plain v1.0.2
26842026-03-30T17:44:13.246Z Checking arc-swap v1.8.2
26852026-03-30T17:44:13.276Z Compiling lzma-sys v0.1.20
26862026-03-30T17:44:13.382Z Checking utf-8 v0.7.6
26872026-03-30T17:44:13.469Z Checking typed-path v0.9.3
26882026-03-30T17:44:13.524Z Checking bytecount v0.6.9
26892026-03-30T17:44:13.691Z Checking papergrid v0.11.0
26902026-03-30T17:44:14.153Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26912026-03-30T17:44:14.255Z Checking tough v0.20.0
26922026-03-30T17:44:14.305Z Checking progenitor v0.13.0
26932026-03-30T17:44:14.331Z Checking tungstenite v0.21.0
26942026-03-30T17:44:14.357Z Checking slog-scope v4.4.1
26952026-03-30T17:44:14.447Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26962026-03-30T17:44:14.501Z Checking libsw v3.5.0
26972026-03-30T17:44:14.659Z Checking oxide-tokio-rt v0.1.3
26982026-03-30T17:44:14.794Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26992026-03-30T17:44:14.968Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27002026-03-30T17:44:15.072Z Compiling progenitor-macro v0.10.0
27012026-03-30T17:44:15.095Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27022026-03-30T17:44:15.232Z Checking const_format v0.2.35
27032026-03-30T17:44:15.471Z Checking qorb v0.4.1
27042026-03-30T17:44:15.893Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27052026-03-30T17:44:16.303Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27062026-03-30T17:44:16.381Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27072026-03-30T17:44:16.430Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27082026-03-30T17:44:16.671Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27092026-03-30T17:44:16.795Z Compiling cargo_toml v0.22.3
27102026-03-30T17:44:16.844Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27112026-03-30T17:44:16.913Z Checking gethostname v0.5.0
27122026-03-30T17:44:16.929Z Compiling tabled_derive v0.7.0
27132026-03-30T17:44:17.007Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27142026-03-30T17:44:17.023Z Checking bcs v0.1.6
27152026-03-30T17:44:17.131Z Checking termtree v0.5.1
27162026-03-30T17:44:17.247Z Checking unicode-linebreak v0.1.5
27172026-03-30T17:44:17.262Z Checking linear-map v1.2.0
27182026-03-30T17:44:17.276Z Checking smawk v0.3.2
27192026-03-30T17:44:17.409Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27202026-03-30T17:44:17.436Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27212026-03-30T17:44:17.466Z Checking textwrap v0.16.2
27222026-03-30T17:44:17.689Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27232026-03-30T17:44:17.890Z Checking tabled v0.15.0
27242026-03-30T17:44:18.087Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27252026-03-30T17:44:18.658Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27262026-03-30T17:44:18.707Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27272026-03-30T17:44:19.102Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27282026-03-30T17:44:19.158Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27292026-03-30T17:44:19.312Z Checking steno v0.4.1
27302026-03-30T17:44:19.335Z Checking tokio-tungstenite v0.21.0
27312026-03-30T17:44:19.562Z Checking typeid v1.0.3
27322026-03-30T17:44:19.604Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27332026-03-30T17:44:19.623Z Checking slog-stdlog v4.1.1
27342026-03-30T17:44:19.754Z Checking base64 v0.21.7
27352026-03-30T17:44:19.783Z Checking humantime v2.3.0
27362026-03-30T17:44:19.976Z Checking xz2 v0.1.7
27372026-03-30T17:44:20.005Z Checking progenitor v0.10.0
27382026-03-30T17:44:20.010Z Checking slog-envlogger v2.2.0
27392026-03-30T17:44:20.095Z Checking ron v0.12.0
27402026-03-30T17:44:20.148Z Checking yasna v0.5.2
27412026-03-30T17:44:20.165Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27422026-03-30T17:44:20.168Z Checking headers-core v0.3.0
27432026-03-30T17:44:20.292Z Checking filetime v0.2.27
27442026-03-30T17:44:20.334Z Checking xattr v1.6.1
27452026-03-30T17:44:20.435Z Checking base16ct v1.0.0
27462026-03-30T17:44:20.470Z Checking tar v0.4.44
27472026-03-30T17:44:20.508Z Checking headers v0.4.1
27482026-03-30T17:44:20.535Z Checking rcgen v0.12.1
27492026-03-30T17:44:20.568Z Checking subprocess v0.2.15
27502026-03-30T17:44:25.848Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27512026-03-30T17:44:31.772Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27522026-03-30T17:44:33.070Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27532026-03-30T17:44:34.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.56s
27542026-03-30T17:44:34.479Z
27552026-03-30T17:44:34.479Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/267)
27562026-03-30T17:44:35.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572026-03-30T17:44:35.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582026-03-30T17:44:35.239Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27592026-03-30T17:44:36.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
27602026-03-30T17:44:36.768Z
27612026-03-30T17:44:36.769Zinfo: running `cargo check --bins` on nexus-config (51/267)
27622026-03-30T17:44:37.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632026-03-30T17:44:37.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642026-03-30T17:44:37.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27652026-03-30T17:44:37.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27662026-03-30T17:44:37.410Z
27672026-03-30T17:44:37.410Zinfo: running `cargo check --bins` on nexus-types (52/267)
27682026-03-30T17:44:37.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692026-03-30T17:44:37.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702026-03-30T17:44:37.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712026-03-30T17:44:37.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27722026-03-30T17:44:38.052Z
27732026-03-30T17:44:38.052Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/267)
27742026-03-30T17:44:38.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752026-03-30T17:44:38.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762026-03-30T17:44:38.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772026-03-30T17:44:38.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27782026-03-30T17:44:38.949Z
27792026-03-30T17:44:38.950Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/267)
27802026-03-30T17:44:39.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-03-30T17:44:39.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-03-30T17:44:39.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832026-03-30T17:44:39.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27842026-03-30T17:44:39.264Z
27852026-03-30T17:44:39.264Zinfo: running `cargo check --bins` on cockroach-admin-types (55/267)
27862026-03-30T17:44:39.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872026-03-30T17:44:39.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882026-03-30T17:44:39.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892026-03-30T17:44:39.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27902026-03-30T17:44:39.848Z
27912026-03-30T17:44:39.848Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/267)
27922026-03-30T17:44:40.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932026-03-30T17:44:40.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942026-03-30T17:44:40.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952026-03-30T17:44:40.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27962026-03-30T17:44:40.445Z
27972026-03-30T17:44:40.445Zinfo: running `cargo check --bins` on ereport-types (57/267)
27982026-03-30T17:44:40.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992026-03-30T17:44:40.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002026-03-30T17:44:40.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012026-03-30T17:44:40.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28022026-03-30T17:44:41.053Z
28032026-03-30T17:44:41.053Zinfo: running `cargo check --bins` on gateway-client (58/267)
28042026-03-30T17:44:41.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052026-03-30T17:44:41.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062026-03-30T17:44:41.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072026-03-30T17:44:41.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28082026-03-30T17:44:41.666Z
28092026-03-30T17:44:41.666Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/267)
28102026-03-30T17:44:42.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112026-03-30T17:44:42.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122026-03-30T17:44:42.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132026-03-30T17:44:42.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28142026-03-30T17:44:42.268Z
28152026-03-30T17:44:42.268Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/267)
28162026-03-30T17:44:42.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172026-03-30T17:44:42.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182026-03-30T17:44:42.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28192026-03-30T17:44:42.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28202026-03-30T17:44:42.870Z
28212026-03-30T17:44:42.870Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/267)
28222026-03-30T17:44:43.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232026-03-30T17:44:43.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242026-03-30T17:44:43.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28252026-03-30T17:44:43.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28262026-03-30T17:44:43.472Z
28272026-03-30T17:44:43.472Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/267)
28282026-03-30T17:44:43.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-03-30T17:44:43.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-03-30T17:44:43.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28312026-03-30T17:44:43.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28322026-03-30T17:44:44.070Z
28332026-03-30T17:44:44.070Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/267)
28342026-03-30T17:44:44.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-03-30T17:44:44.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-03-30T17:44:44.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28372026-03-30T17:44:44.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28382026-03-30T17:44:44.687Z
28392026-03-30T17:44:44.688Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/267)
28402026-03-30T17:44:49.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-03-30T17:44:49.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-03-30T17:44:49.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28432026-03-30T17:44:49.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28442026-03-30T17:44:49.726Z
28452026-03-30T17:44:49.726Zinfo: running `cargo check --bins` on key-manager-types (65/267)
28462026-03-30T17:44:49.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-03-30T17:44:49.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-03-30T17:44:49.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28492026-03-30T17:44:49.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28502026-03-30T17:44:49.726Z
28512026-03-30T17:44:49.727Zinfo: running `cargo check --bins` on oxlog (66/267)
28522026-03-30T17:44:49.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-03-30T17:44:49.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-03-30T17:44:49.727Z Compiling newtype-uuid v1.3.2
28552026-03-30T17:44:49.727Z Compiling daft v0.1.5
28562026-03-30T17:44:49.727Z Compiling iddqd v0.3.17
28572026-03-30T17:44:49.727Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28582026-03-30T17:44:49.727Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28592026-03-30T17:44:49.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s
28602026-03-30T17:44:49.798Z
28612026-03-30T17:44:49.798Zinfo: running `cargo check --bins` on internal-dns-types (67/267)
28622026-03-30T17:44:49.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-03-30T17:44:49.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-03-30T17:44:49.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-03-30T17:44:49.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28662026-03-30T17:44:49.798Z
28672026-03-30T17:44:49.798Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/267)
28682026-03-30T17:44:49.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-03-30T17:44:49.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-03-30T17:44:49.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712026-03-30T17:44:49.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28722026-03-30T17:44:49.798Z
28732026-03-30T17:44:49.798Zinfo: running `cargo check --bins` on nexus-types-versions (69/267)
28742026-03-30T17:44:50.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-03-30T17:44:50.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-03-30T17:44:50.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772026-03-30T17:44:50.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28782026-03-30T17:44:50.331Z
28792026-03-30T17:44:50.331Zinfo: running `cargo check --bins` on omicron-passwords (70/267)
28802026-03-30T17:44:50.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-03-30T17:44:50.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-03-30T17:44:50.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-03-30T17:44:50.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28842026-03-30T17:44:50.924Z
28852026-03-30T17:44:50.924Zinfo: running `cargo check --bins` on oxql-types (71/267)
28862026-03-30T17:44:51.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-03-30T17:44:51.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-03-30T17:44:51.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-03-30T17:44:51.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28902026-03-30T17:44:51.532Z
28912026-03-30T17:44:51.532Zinfo: running `cargo check --bins` on oximeter-types (72/267)
28922026-03-30T17:44:52.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-03-30T17:44:52.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-03-30T17:44:52.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-03-30T17:44:52.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28962026-03-30T17:44:52.141Z
28972026-03-30T17:44:52.141Zinfo: running `cargo check --bins` on oximeter-types-versions (73/267)
28982026-03-30T17:44:52.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-03-30T17:44:52.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-03-30T17:44:52.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-03-30T17:44:52.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29022026-03-30T17:44:52.752Z
29032026-03-30T17:44:52.752Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/267)
29042026-03-30T17:44:53.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-03-30T17:44:53.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-03-30T17:44:53.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-03-30T17:44:53.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29082026-03-30T17:44:53.345Z
29092026-03-30T17:44:53.345Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/267)
29102026-03-30T17:44:53.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-03-30T17:44:53.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-03-30T17:44:53.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-03-30T17:44:53.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29142026-03-30T17:44:53.969Z
29152026-03-30T17:44:53.969Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/267)
29162026-03-30T17:44:54.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-03-30T17:44:54.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-03-30T17:44:54.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-03-30T17:44:54.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29202026-03-30T17:44:54.614Z
29212026-03-30T17:44:54.614Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/267)
29222026-03-30T17:44:55.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-03-30T17:44:55.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-03-30T17:44:55.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-03-30T17:44:55.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29262026-03-30T17:44:55.219Z
29272026-03-30T17:44:55.219Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/267)
29282026-03-30T17:44:55.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-03-30T17:44:55.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-03-30T17:44:55.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-03-30T17:44:55.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29322026-03-30T17:44:55.837Z
29332026-03-30T17:44:55.838Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/267)
29342026-03-30T17:44:56.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-03-30T17:44:56.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-03-30T17:44:56.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-03-30T17:44:56.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29382026-03-30T17:44:56.438Z
29392026-03-30T17:44:56.438Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/267)
29402026-03-30T17:44:56.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-03-30T17:44:56.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-03-30T17:44:56.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29432026-03-30T17:44:56.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29442026-03-30T17:44:57.026Z
29452026-03-30T17:44:57.026Zinfo: running `cargo check --bins --no-default-features` on gfss (81/267)
29462026-03-30T17:44:57.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472026-03-30T17:44:57.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482026-03-30T17:44:57.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29492026-03-30T17:44:57.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29502026-03-30T17:44:57.623Z
29512026-03-30T17:44:57.623Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/267)
29522026-03-30T17:44:58.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29532026-03-30T17:44:58.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29542026-03-30T17:44:58.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29552026-03-30T17:44:58.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29562026-03-30T17:44:58.214Z
29572026-03-30T17:44:58.214Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/267)
29582026-03-30T17:44:58.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29592026-03-30T17:44:58.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29602026-03-30T17:44:58.883Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29612026-03-30T17:44:59.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
29622026-03-30T17:44:59.604Z
29632026-03-30T17:44:59.604Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/267)
29642026-03-30T17:45:00.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29652026-03-30T17:45:00.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29662026-03-30T17:45:00.284Z Compiling ar_archive_writer v0.5.1
29672026-03-30T17:45:00.394Z Compiling stacker v0.1.23
29682026-03-30T17:45:00.398Z Compiling cfg_aliases v0.1.1
29692026-03-30T17:45:00.414Z Compiling convert_case v0.10.0
29702026-03-30T17:45:00.420Z Checking fd-lock v4.0.4
29712026-03-30T17:45:00.423Z Checking nibble_vec v0.1.0
29722026-03-30T17:45:00.424Z Checking vte v0.14.1
29732026-03-30T17:45:00.424Z Compiling recursive-proc-macro-impl v0.1.1
29742026-03-30T17:45:00.464Z Compiling nix v0.28.0
29752026-03-30T17:45:00.529Z Checking endian-type v0.1.2
29762026-03-30T17:45:00.574Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29772026-03-30T17:45:00.590Z Checking strip-ansi-escapes v0.2.1
29782026-03-30T17:45:00.651Z Checking radix_trie v0.2.1
29792026-03-30T17:45:00.664Z Compiling peg-macros v0.8.5
29802026-03-30T17:45:00.689Z Checking winnow v0.6.26
29812026-03-30T17:45:00.707Z Compiling derive_more-impl v2.1.1
29822026-03-30T17:45:00.813Z Compiling sqlparser_derive v0.5.0
29832026-03-30T17:45:00.855Z Checking nu-ansi-term v0.50.3
29842026-03-30T17:45:01.033Z Checking home v0.5.12
29852026-03-30T17:45:01.059Z Checking unicode_categories v0.1.1
29862026-03-30T17:45:01.138Z Checking reedline v0.40.0
29872026-03-30T17:45:01.227Z Compiling psm v0.1.30
29882026-03-30T17:45:01.261Z Checking display-error-chain v0.2.2
29892026-03-30T17:45:01.530Z Checking derive_more v2.1.1
29902026-03-30T17:45:01.608Z Checking crossterm v0.29.0
29912026-03-30T17:45:01.742Z Checking rustyline v14.0.0
29922026-03-30T17:45:01.782Z Checking sqlformat v0.3.5
29932026-03-30T17:45:01.822Z Checking peg v0.8.5
29942026-03-30T17:45:01.937Z Checking recursive v0.1.1
29952026-03-30T17:45:02.028Z Checking sqlparser v0.61.0
29962026-03-30T17:45:13.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.56s
29972026-03-30T17:45:13.348Z
29982026-03-30T17:45:13.349Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/267)
29992026-03-30T17:45:13.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30002026-03-30T17:45:13.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30012026-03-30T17:45:14.030Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30022026-03-30T17:45:17.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
30032026-03-30T17:45:17.600Z
30042026-03-30T17:45:17.600Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/267)
30052026-03-30T17:45:18.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30062026-03-30T17:45:18.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30072026-03-30T17:45:18.284Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30082026-03-30T17:45:20.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
30092026-03-30T17:45:20.895Z
30102026-03-30T17:45:20.895Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/267)
30112026-03-30T17:45:21.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122026-03-30T17:45:21.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132026-03-30T17:45:21.573Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30142026-03-30T17:45:24.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
30152026-03-30T17:45:24.936Z
30162026-03-30T17:45:24.936Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/267)
30172026-03-30T17:45:25.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182026-03-30T17:45:25.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192026-03-30T17:45:25.618Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30202026-03-30T17:45:28.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
30212026-03-30T17:45:28.998Z
30222026-03-30T17:45:28.998Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/267)
30232026-03-30T17:45:29.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242026-03-30T17:45:29.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252026-03-30T17:45:29.670Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30262026-03-30T17:45:32.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
30272026-03-30T17:45:32.388Z
30282026-03-30T17:45:32.389Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/267)
30292026-03-30T17:45:32.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302026-03-30T17:45:32.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312026-03-30T17:45:33.064Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30322026-03-30T17:45:35.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
30332026-03-30T17:45:35.826Z
30342026-03-30T17:45:35.826Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/267)
30352026-03-30T17:45:36.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-03-30T17:45:36.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-03-30T17:45:36.499Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30382026-03-30T17:45:39.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
30392026-03-30T17:45:40.061Z
30402026-03-30T17:45:40.062Zinfo: running `cargo check --bins` on oximeter (92/267)
30412026-03-30T17:45:40.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-03-30T17:45:40.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-03-30T17:45:40.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-03-30T17:45:40.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30452026-03-30T17:45:40.665Z
30462026-03-30T17:45:40.665Zinfo: running `cargo check --bins` on oximeter-schema (93/267)
30472026-03-30T17:45:41.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-03-30T17:45:41.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-03-30T17:45:41.304Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30502026-03-30T17:45:41.470Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30512026-03-30T17:45:41.472Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30522026-03-30T17:45:41.808Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30532026-03-30T17:45:45.221Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30542026-03-30T17:45:45.546Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30552026-03-30T17:45:46.629Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30562026-03-30T17:45:47.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.62s
30572026-03-30T17:45:47.484Z
30582026-03-30T17:45:47.484Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/267)
30592026-03-30T17:45:47.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-03-30T17:45:47.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-03-30T17:45:47.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-03-30T17:45:47.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30632026-03-30T17:45:48.083Z
30642026-03-30T17:45:48.083Zinfo: running `cargo check --bins` on oximeter-test-utils (95/267)
30652026-03-30T17:45:48.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-03-30T17:45:48.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-03-30T17:45:48.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-03-30T17:45:48.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30692026-03-30T17:45:48.729Z
30702026-03-30T17:45:48.729Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/267)
30712026-03-30T17:45:49.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-03-30T17:45:49.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-03-30T17:45:49.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-03-30T17:45:49.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30752026-03-30T17:45:49.349Z
30762026-03-30T17:45:49.349Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/267)
30772026-03-30T17:45:49.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-03-30T17:45:49.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-03-30T17:45:49.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-03-30T17:45:49.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30812026-03-30T17:45:49.974Z
30822026-03-30T17:45:49.974Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/267)
30832026-03-30T17:45:50.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-03-30T17:45:50.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-03-30T17:45:50.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-03-30T17:45:50.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30872026-03-30T17:45:50.637Z
30882026-03-30T17:45:50.637Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/267)
30892026-03-30T17:45:51.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-03-30T17:45:51.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-03-30T17:45:51.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-03-30T17:45:51.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30932026-03-30T17:45:51.235Z
30942026-03-30T17:45:51.235Zinfo: running `cargo check --bins` on trust-quorum-types (100/267)
30952026-03-30T17:45:51.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-03-30T17:45:51.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-03-30T17:45:51.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-03-30T17:45:51.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30992026-03-30T17:45:51.833Z
31002026-03-30T17:45:51.833Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/267)
31012026-03-30T17:45:52.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-03-30T17:45:52.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-03-30T17:45:52.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-03-30T17:45:52.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31052026-03-30T17:45:52.460Z
31062026-03-30T17:45:52.460Zinfo: running `cargo check --bins` on update-engine (102/267)
31072026-03-30T17:45:53.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-03-30T17:45:53.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-03-30T17:45:53.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-03-30T17:45:53.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31112026-03-30T17:45:53.061Z
31122026-03-30T17:45:53.061Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/267)
31132026-03-30T17:45:53.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-03-30T17:45:53.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-03-30T17:45:53.759Z Checking dropshot-api-manager-types v0.6.0
31162026-03-30T17:45:53.759Z Checking nanorand v0.7.0
31172026-03-30T17:45:53.998Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31182026-03-30T17:45:54.028Z Checking flume v0.11.1
31192026-03-30T17:45:54.230Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31202026-03-30T17:45:55.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s
31212026-03-30T17:45:55.412Z
31222026-03-30T17:45:55.414Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/267)
31232026-03-30T17:45:55.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-03-30T17:45:55.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-03-30T17:45:55.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-03-30T17:45:55.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31272026-03-30T17:45:56.023Z
31282026-03-30T17:45:56.023Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/267)
31292026-03-30T17:45:56.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-03-30T17:45:56.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-03-30T17:45:56.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-03-30T17:45:56.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31332026-03-30T17:45:56.639Z
31342026-03-30T17:45:56.639Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/267)
31352026-03-30T17:45:57.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-03-30T17:45:57.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-03-30T17:45:57.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-03-30T17:45:57.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31392026-03-30T17:45:57.250Z
31402026-03-30T17:45:57.250Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/267)
31412026-03-30T17:45:57.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-03-30T17:45:57.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-03-30T17:45:57.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-03-30T17:45:57.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31452026-03-30T17:45:57.882Z
31462026-03-30T17:45:57.882Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/267)
31472026-03-30T17:45:58.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-03-30T17:45:58.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-03-30T17:45:58.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-03-30T17:45:58.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31512026-03-30T17:45:58.502Z
31522026-03-30T17:45:58.502Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/267)
31532026-03-30T17:45:59.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-03-30T17:45:59.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-03-30T17:45:59.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-03-30T17:45:59.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31572026-03-30T17:45:59.114Z
31582026-03-30T17:45:59.114Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/267)
31592026-03-30T17:45:59.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-03-30T17:45:59.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-03-30T17:45:59.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-03-30T17:45:59.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31632026-03-30T17:45:59.726Z
31642026-03-30T17:45:59.726Zinfo: running `cargo check --bins` on cockroach-admin-client (111/267)
31652026-03-30T17:46:00.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-03-30T17:46:00.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-03-30T17:46:00.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-03-30T17:46:00.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31692026-03-30T17:46:00.326Z
31702026-03-30T17:46:00.326Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/267)
31712026-03-30T17:46:00.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-03-30T17:46:00.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-03-30T17:46:00.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-03-30T17:46:00.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31752026-03-30T17:46:00.940Z
31762026-03-30T17:46:00.940Zinfo: running `cargo check --bins` on dns-service-client (113/267)
31772026-03-30T17:46:01.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-03-30T17:46:01.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-03-30T17:46:01.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31802026-03-30T17:46:01.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31812026-03-30T17:46:01.556Z
31822026-03-30T17:46:01.556Zinfo: running `cargo check --bins` on installinator-client (114/267)
31832026-03-30T17:46:02.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31842026-03-30T17:46:02.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31852026-03-30T17:46:02.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31862026-03-30T17:46:02.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31872026-03-30T17:46:02.176Z
31882026-03-30T17:46:02.176Zinfo: running `cargo check --bins` on nexus-client (115/267)
31892026-03-30T17:46:02.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902026-03-30T17:46:02.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912026-03-30T17:46:02.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31922026-03-30T17:46:02.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31932026-03-30T17:46:02.829Z
31942026-03-30T17:46:02.829Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/267)
31952026-03-30T17:46:03.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962026-03-30T17:46:03.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972026-03-30T17:46:03.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982026-03-30T17:46:03.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31992026-03-30T17:46:03.483Z
32002026-03-30T17:46:03.483Zinfo: running `cargo check --bins` on ntp-admin-client (117/267)
32012026-03-30T17:46:03.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-03-30T17:46:03.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-03-30T17:46:03.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-03-30T17:46:03.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32052026-03-30T17:46:04.088Z
32062026-03-30T17:46:04.088Zinfo: running `cargo check --bins` on oxide-client (118/267)
32072026-03-30T17:46:04.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-03-30T17:46:04.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-03-30T17:46:04.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-03-30T17:46:04.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32112026-03-30T17:46:04.692Z
32122026-03-30T17:46:04.692Zinfo: running `cargo check --bins` on oximeter-client (119/267)
32132026-03-30T17:46:05.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-03-30T17:46:05.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-03-30T17:46:05.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162026-03-30T17:46:05.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32172026-03-30T17:46:05.309Z
32182026-03-30T17:46:05.309Zinfo: running `cargo check --bins` on repo-depot-client (120/267)
32192026-03-30T17:46:05.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202026-03-30T17:46:05.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212026-03-30T17:46:05.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32222026-03-30T17:46:05.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32232026-03-30T17:46:05.915Z
32242026-03-30T17:46:05.915Zinfo: running `cargo check --bins` on sled-agent-client (121/267)
32252026-03-30T17:46:06.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262026-03-30T17:46:06.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272026-03-30T17:46:06.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32282026-03-30T17:46:06.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32292026-03-30T17:46:06.551Z
32302026-03-30T17:46:06.551Zinfo: running `cargo check --bins` on wicketd-client (122/267)
32312026-03-30T17:46:07.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32322026-03-30T17:46:07.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32332026-03-30T17:46:07.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32342026-03-30T17:46:07.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32352026-03-30T17:46:07.187Z
32362026-03-30T17:46:07.187Zinfo: running `cargo check --bins` on installinator-common (123/267)
32372026-03-30T17:46:07.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32382026-03-30T17:46:07.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32392026-03-30T17:46:07.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32402026-03-30T17:46:07.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32412026-03-30T17:46:07.812Z
32422026-03-30T17:46:07.812Zinfo: running `cargo check --bins` on installinator-common-versions (124/267)
32432026-03-30T17:46:08.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32442026-03-30T17:46:08.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32452026-03-30T17:46:08.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32462026-03-30T17:46:08.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32472026-03-30T17:46:08.416Z
32482026-03-30T17:46:08.417Zinfo: running `cargo check --bins` on wicket-common (125/267)
32492026-03-30T17:46:08.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502026-03-30T17:46:08.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512026-03-30T17:46:08.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32522026-03-30T17:46:08.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32532026-03-30T17:46:09.055Z
32542026-03-30T17:46:09.055Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/267)
32552026-03-30T17:46:09.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32562026-03-30T17:46:09.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32572026-03-30T17:46:09.737Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32582026-03-30T17:46:09.741Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32592026-03-30T17:46:09.741Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32602026-03-30T17:46:09.741Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32612026-03-30T17:46:09.846Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32622026-03-30T17:46:09.986Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32632026-03-30T17:46:10.002Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32642026-03-30T17:46:10.215Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32652026-03-30T17:46:10.215Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32662026-03-30T17:46:12.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
32672026-03-30T17:46:12.510Z
32682026-03-30T17:46:12.510Zinfo: running `cargo check --bins` on cockroach-admin-api (127/267)
32692026-03-30T17:46:13.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32702026-03-30T17:46:13.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32712026-03-30T17:46:13.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32722026-03-30T17:46:13.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32732026-03-30T17:46:13.108Z
32742026-03-30T17:46:13.108Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/267)
32752026-03-30T17:46:13.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32762026-03-30T17:46:13.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32772026-03-30T17:46:13.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32782026-03-30T17:46:13.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32792026-03-30T17:46:13.803Z
32802026-03-30T17:46:13.803Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/267)
32812026-03-30T17:46:14.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32822026-03-30T17:46:14.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32832026-03-30T17:46:14.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32842026-03-30T17:46:14.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32852026-03-30T17:46:14.498Z
32862026-03-30T17:46:14.498Zinfo: running `cargo check --bins` on dns-server (130/267)
32872026-03-30T17:46:15.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32882026-03-30T17:46:15.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32892026-03-30T17:46:15.167Z Compiling parking_lot_core v0.8.6
32902026-03-30T17:46:15.167Z Compiling git-stub v1.0.0
32912026-03-30T17:46:15.167Z Compiling atomicwrites v0.4.4
32922026-03-30T17:46:15.170Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32932026-03-30T17:46:15.295Z Checking tagptr v0.2.0
32942026-03-30T17:46:15.302Z Checking prefix-trie v0.7.0
32952026-03-30T17:46:15.306Z Checking fxhash v0.2.1
32962026-03-30T17:46:15.324Z Checking hickory-client v0.25.2
32972026-03-30T17:46:15.421Z Compiling git-stub-vcs v0.1.0
32982026-03-30T17:46:15.433Z Checking moka v0.12.13
32992026-03-30T17:46:15.610Z Checking hickory-server v0.25.2
33002026-03-30T17:46:15.691Z Checking parking_lot v0.11.2
33012026-03-30T17:46:15.708Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33022026-03-30T17:46:15.767Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33032026-03-30T17:46:15.767Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33042026-03-30T17:46:15.770Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33052026-03-30T17:46:15.870Z Checking sled v0.34.7
33062026-03-30T17:46:16.030Z Checking hickory-resolver v0.25.2
33072026-03-30T17:46:17.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.42s
33082026-03-30T17:46:18.103Z
33092026-03-30T17:46:18.103Zinfo: running `cargo check --bins` on dns-server-api (131/267)
33102026-03-30T17:46:18.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33112026-03-30T17:46:18.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33122026-03-30T17:46:18.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33132026-03-30T17:46:18.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33142026-03-30T17:46:18.702Z
33152026-03-30T17:46:18.702Zinfo: running `cargo check --bins` on gateway-test-utils (132/267)
33162026-03-30T17:46:19.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172026-03-30T17:46:19.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182026-03-30T17:46:19.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33192026-03-30T17:46:19.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33202026-03-30T17:46:19.375Z
33212026-03-30T17:46:19.375Zinfo: running `cargo check --bins` on omicron-gateway (133/267)
33222026-03-30T17:46:19.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232026-03-30T17:46:19.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242026-03-30T17:46:20.124Z Compiling radium v0.7.0
33252026-03-30T17:46:20.240Z Checking tap v1.0.1
33262026-03-30T17:46:20.240Z Compiling maybe-uninit v2.0.0
33272026-03-30T17:46:20.258Z Compiling zerocopy-derive v0.6.6
33282026-03-30T17:46:20.261Z Checking crc-catalog v2.4.0
33292026-03-30T17:46:20.261Z Checking funty v2.0.0
33302026-03-30T17:46:20.288Z Compiling packed_struct v0.10.1
33312026-03-30T17:46:20.304Z Compiling packed_struct_codegen v0.10.1
33322026-03-30T17:46:20.336Z Checking wyz v0.5.1
33332026-03-30T17:46:20.349Z Checking crc v3.4.0
33342026-03-30T17:46:20.522Z Compiling bitfield-macros v0.19.4
33352026-03-30T17:46:20.522Z Compiling indexmap v1.9.3
33362026-03-30T17:46:20.595Z Checking nodrop v0.1.14
33372026-03-30T17:46:20.632Z Checking hashbrown v0.12.3
33382026-03-30T17:46:20.648Z Checking smallvec v0.6.14
33392026-03-30T17:46:20.670Z Checking bitvec v1.0.1
33402026-03-30T17:46:20.700Z Checking array-init v0.0.4
33412026-03-30T17:46:20.807Z Checking ron v0.8.1
33422026-03-30T17:46:20.836Z Checking hashbrown v0.13.2
33432026-03-30T17:46:20.999Z Checking serde-hex v0.1.0
33442026-03-30T17:46:21.094Z Checking zerocopy v0.6.6
33452026-03-30T17:46:21.259Z Checking bitfield v0.19.4
33462026-03-30T17:46:21.263Z Checking crc-any v2.5.0
33472026-03-30T17:46:21.322Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33482026-03-30T17:46:21.353Z Checking half v1.8.3
33492026-03-30T17:46:21.367Z Checking object v0.30.4
33502026-03-30T17:46:21.386Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33512026-03-30T17:46:21.446Z Checking void v1.0.2
33522026-03-30T17:46:21.526Z Checking path-slash v0.1.5
33532026-03-30T17:46:21.540Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33542026-03-30T17:46:21.543Z Checking serde_cbor v0.11.2
33552026-03-30T17:46:21.580Z Checking lzss v0.8.2
33562026-03-30T17:46:21.625Z Checking tungstenite v0.23.0
33572026-03-30T17:46:21.700Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33582026-03-30T17:46:21.717Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33592026-03-30T17:46:21.764Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33602026-03-30T17:46:21.823Z Checking nix v0.27.1
33612026-03-30T17:46:21.938Z Checking kstat-rs v0.2.4
33622026-03-30T17:46:22.041Z Checking serde_bytes v0.11.19
33632026-03-30T17:46:22.123Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33642026-03-30T17:46:22.140Z Checking tokio-tungstenite v0.23.1
33652026-03-30T17:46:22.215Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33662026-03-30T17:46:22.319Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33672026-03-30T17:46:22.397Z Checking signal-hook-tokio v0.3.1
33682026-03-30T17:46:22.953Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33692026-03-30T17:46:23.340Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33702026-03-30T17:46:25.443Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33712026-03-30T17:46:26.290Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33722026-03-30T17:46:26.565Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33732026-03-30T17:46:27.651Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33742026-03-30T17:46:29.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.29s
33752026-03-30T17:46:29.871Z
33762026-03-30T17:46:29.871Zinfo: running `cargo check --bins` on gateway-api (134/267)
33772026-03-30T17:46:30.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-03-30T17:46:30.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-03-30T17:46:30.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-03-30T17:46:30.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33812026-03-30T17:46:30.485Z
33822026-03-30T17:46:30.485Zinfo: running `cargo check --bins` on ipcc (135/267)
33832026-03-30T17:46:31.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-03-30T17:46:31.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-03-30T17:46:31.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-03-30T17:46:31.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33872026-03-30T17:46:31.095Z
33882026-03-30T17:46:31.095Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/267)
33892026-03-30T17:46:31.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-03-30T17:46:31.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-03-30T17:46:31.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-03-30T17:46:31.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33932026-03-30T17:46:31.692Z
33942026-03-30T17:46:31.692Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/267)
33952026-03-30T17:46:32.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-03-30T17:46:32.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-03-30T17:46:32.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-03-30T17:46:32.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33992026-03-30T17:46:32.303Z
34002026-03-30T17:46:32.303Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/267)
34012026-03-30T17:46:32.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-03-30T17:46:32.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-03-30T17:46:32.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-03-30T17:46:32.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34052026-03-30T17:46:32.911Z
34062026-03-30T17:46:32.911Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/267)
34072026-03-30T17:46:33.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-03-30T17:46:33.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-03-30T17:46:33.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-03-30T17:46:33.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34112026-03-30T17:46:33.524Z
34122026-03-30T17:46:33.525Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/267)
34132026-03-30T17:46:34.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-03-30T17:46:34.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-03-30T17:46:34.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-03-30T17:46:34.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34172026-03-30T17:46:34.134Z
34182026-03-30T17:46:34.134Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/267)
34192026-03-30T17:46:34.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-03-30T17:46:34.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-03-30T17:46:34.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-03-30T17:46:34.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34232026-03-30T17:46:34.745Z
34242026-03-30T17:46:34.745Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/267)
34252026-03-30T17:46:35.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-03-30T17:46:35.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-03-30T17:46:35.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-03-30T17:46:35.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34292026-03-30T17:46:35.360Z
34302026-03-30T17:46:35.360Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/267)
34312026-03-30T17:46:35.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-03-30T17:46:35.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-03-30T17:46:35.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-03-30T17:46:35.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34352026-03-30T17:46:35.973Z
34362026-03-30T17:46:35.973Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/267)
34372026-03-30T17:46:36.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-03-30T17:46:36.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-03-30T17:46:36.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-03-30T17:46:36.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34412026-03-30T17:46:36.589Z
34422026-03-30T17:46:36.589Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/267)
34432026-03-30T17:46:37.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-03-30T17:46:37.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-03-30T17:46:37.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-03-30T17:46:37.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34472026-03-30T17:46:37.202Z
34482026-03-30T17:46:37.202Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/267)
34492026-03-30T17:46:37.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-03-30T17:46:37.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-03-30T17:46:37.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-03-30T17:46:37.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34532026-03-30T17:46:37.812Z
34542026-03-30T17:46:37.812Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/267)
34552026-03-30T17:46:38.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-03-30T17:46:38.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-03-30T17:46:38.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-03-30T17:46:38.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34592026-03-30T17:46:38.421Z
34602026-03-30T17:46:38.421Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/267)
34612026-03-30T17:46:38.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-03-30T17:46:38.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-03-30T17:46:38.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-03-30T17:46:38.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34652026-03-30T17:46:39.029Z
34662026-03-30T17:46:39.029Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/267)
34672026-03-30T17:46:39.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-03-30T17:46:39.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-03-30T17:46:39.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-03-30T17:46:39.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34712026-03-30T17:46:39.646Z
34722026-03-30T17:46:39.646Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/267)
34732026-03-30T17:46:40.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-03-30T17:46:40.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-03-30T17:46:40.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-03-30T17:46:40.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34772026-03-30T17:46:40.255Z
34782026-03-30T17:46:40.255Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/267)
34792026-03-30T17:46:40.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-03-30T17:46:40.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-03-30T17:46:40.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-03-30T17:46:40.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34832026-03-30T17:46:40.867Z
34842026-03-30T17:46:40.867Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/267)
34852026-03-30T17:46:41.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-03-30T17:46:41.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-03-30T17:46:41.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-03-30T17:46:41.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34892026-03-30T17:46:41.476Z
34902026-03-30T17:46:41.476Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/267)
34912026-03-30T17:46:41.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-03-30T17:46:41.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-03-30T17:46:41.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-03-30T17:46:41.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34952026-03-30T17:46:42.086Z
34962026-03-30T17:46:42.086Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/267)
34972026-03-30T17:46:42.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-03-30T17:46:42.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-03-30T17:46:42.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-03-30T17:46:42.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35012026-03-30T17:46:42.698Z
35022026-03-30T17:46:42.698Zinfo: running `cargo check --bins` on oximeter-producer (155/267)
35032026-03-30T17:46:43.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-03-30T17:46:43.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-03-30T17:46:43.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-03-30T17:46:43.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35072026-03-30T17:46:43.342Z
35082026-03-30T17:46:43.342Zinfo: running `cargo check --bins` on internal-dns-resolver (156/267)
35092026-03-30T17:46:43.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-03-30T17:46:43.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-03-30T17:46:43.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-03-30T17:46:43.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35132026-03-30T17:46:43.960Z
35142026-03-30T17:46:43.960Zinfo: running `cargo check --bins` on sp-sim (157/267)
35152026-03-30T17:46:44.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-03-30T17:46:44.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-03-30T17:46:44.690Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35182026-03-30T17:46:46.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
35192026-03-30T17:46:46.618Z
35202026-03-30T17:46:46.618Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (158/267)
35212026-03-30T17:46:47.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-03-30T17:46:47.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-03-30T17:46:47.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-03-30T17:46:47.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35252026-03-30T17:46:47.279Z
35262026-03-30T17:46:47.279Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (159/267)
35272026-03-30T17:46:47.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-03-30T17:46:47.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-03-30T17:46:47.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-03-30T17:46:47.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35312026-03-30T17:46:47.947Z
35322026-03-30T17:46:47.947Zinfo: running `cargo check --bins` on db-macros (160/267)
35332026-03-30T17:46:48.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-03-30T17:46:48.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-03-30T17:46:48.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-03-30T17:46:48.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35372026-03-30T17:46:48.537Z
35382026-03-30T17:46:48.537Zinfo: running `cargo check --bins` on nexus-macros-common (161/267)
35392026-03-30T17:46:49.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-03-30T17:46:49.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-03-30T17:46:49.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-03-30T17:46:49.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35432026-03-30T17:46:49.124Z
35442026-03-30T17:46:49.124Zinfo: running `cargo check --bins` on nexus-auth (162/267)
35452026-03-30T17:46:49.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-03-30T17:46:49.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-03-30T17:46:49.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-03-30T17:46:49.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35492026-03-30T17:46:49.783Z
35502026-03-30T17:46:49.783Zinfo: running `cargo check --bins` on authz-macros (163/267)
35512026-03-30T17:46:50.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-03-30T17:46:50.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-03-30T17:46:50.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-03-30T17:46:50.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35552026-03-30T17:46:50.384Z
35562026-03-30T17:46:50.384Zinfo: running `cargo check --bins` on nexus-db-fixed-data (164/267)
35572026-03-30T17:46:50.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-03-30T17:46:50.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-03-30T17:46:50.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-03-30T17:46:50.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35612026-03-30T17:46:51.034Z
35622026-03-30T17:46:51.034Zinfo: running `cargo check --bins` on nexus-db-model (165/267)
35632026-03-30T17:46:51.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-03-30T17:46:51.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-03-30T17:46:51.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-03-30T17:46:51.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35672026-03-30T17:46:51.687Z
35682026-03-30T17:46:51.687Zinfo: running `cargo check --bins` on nexus-db-schema (166/267)
35692026-03-30T17:46:52.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-03-30T17:46:52.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-03-30T17:46:52.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-03-30T17:46:52.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35732026-03-30T17:46:52.284Z
35742026-03-30T17:46:52.284Zinfo: running `cargo check --bins` on omicron-rpaths (167/267)
35752026-03-30T17:46:52.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-03-30T17:46:52.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-03-30T17:46:52.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782026-03-30T17:46:52.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35792026-03-30T17:46:52.879Z
35802026-03-30T17:46:52.879Zinfo: running `cargo check --bins` on nexus-defaults (168/267)
35812026-03-30T17:46:53.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-03-30T17:46:53.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-03-30T17:46:53.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-03-30T17:46:53.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35852026-03-30T17:46:53.487Z
35862026-03-30T17:46:53.487Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (169/267)
35872026-03-30T17:46:53.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-03-30T17:46:53.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-03-30T17:46:53.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-03-30T17:46:54.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35912026-03-30T17:46:54.090Z
35922026-03-30T17:46:54.090Zinfo: running `cargo check --bins` on parallel-task-set (170/267)
35932026-03-30T17:46:54.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-03-30T17:46:54.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-03-30T17:46:54.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-03-30T17:46:54.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35972026-03-30T17:46:54.683Z
35982026-03-30T17:46:54.683Zinfo: running `cargo check --bins` on nexus-db-errors (171/267)
35992026-03-30T17:46:55.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-03-30T17:46:55.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-03-30T17:46:55.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022026-03-30T17:46:55.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36032026-03-30T17:46:55.334Z
36042026-03-30T17:46:55.334Zinfo: running `cargo check --bins` on nexus-db-lookup (172/267)
36052026-03-30T17:46:55.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-03-30T17:46:55.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-03-30T17:46:55.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-03-30T17:46:55.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36092026-03-30T17:46:55.992Z
36102026-03-30T17:46:55.992Zinfo: running `cargo check --bins` on nexus-inventory (173/267)
36112026-03-30T17:46:56.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-03-30T17:46:56.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-03-30T17:46:56.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-03-30T17:46:56.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36152026-03-30T17:46:56.640Z
36162026-03-30T17:46:56.640Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (174/267)
36172026-03-30T17:46:57.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-03-30T17:46:57.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-03-30T17:46:57.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202026-03-30T17:46:57.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36212026-03-30T17:46:57.266Z
36222026-03-30T17:46:57.266Zinfo: running `cargo check --bins --no-default-features` on sled-storage (175/267)
36232026-03-30T17:46:57.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-03-30T17:46:57.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-03-30T17:46:57.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-03-30T17:46:57.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36272026-03-30T17:46:57.885Z
36282026-03-30T17:46:57.885Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (176/267)
36292026-03-30T17:46:58.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-03-30T17:46:58.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-03-30T17:46:58.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-03-30T17:46:58.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36332026-03-30T17:46:58.500Z
36342026-03-30T17:46:58.500Zinfo: running `cargo check --bins` on key-manager (177/267)
36352026-03-30T17:46:59.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-03-30T17:46:59.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-03-30T17:46:59.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-03-30T17:46:59.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36392026-03-30T17:46:59.111Z
36402026-03-30T17:46:59.111Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (178/267)
36412026-03-30T17:46:59.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-03-30T17:46:59.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-03-30T17:46:59.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-03-30T17:46:59.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36452026-03-30T17:46:59.728Z
36462026-03-30T17:46:59.728Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (179/267)
36472026-03-30T17:47:00.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-03-30T17:47:00.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-03-30T17:47:00.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-03-30T17:47:00.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36512026-03-30T17:47:00.341Z
36522026-03-30T17:47:00.341Zinfo: running `cargo check --bins` on typed-rng (180/267)
36532026-03-30T17:47:00.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-03-30T17:47:00.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-03-30T17:47:00.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36562026-03-30T17:47:00.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36572026-03-30T17:47:00.937Z
36582026-03-30T17:47:00.937Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (181/267)
36592026-03-30T17:47:01.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-03-30T17:47:01.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-03-30T17:47:01.786Z Compiling libefi-sys v0.1.0
36622026-03-30T17:47:01.789Z Compiling bitfield-struct v0.6.2
36632026-03-30T17:47:01.789Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36642026-03-30T17:47:01.937Z Compiling xshell-macros v0.2.7
36652026-03-30T17:47:01.947Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36662026-03-30T17:47:01.960Z Compiling salty v0.3.0
36672026-03-30T17:47:01.976Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36682026-03-30T17:47:02.004Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36692026-03-30T17:47:02.004Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36702026-03-30T17:47:02.270Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36712026-03-30T17:47:02.286Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36722026-03-30T17:47:02.289Z Checking xshell v0.2.7
36732026-03-30T17:47:02.434Z Checking primeorder v0.13.6
36742026-03-30T17:47:02.450Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36752026-03-30T17:47:02.465Z Compiling proc-macro-error-attr2 v2.0.0
36762026-03-30T17:47:02.489Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36772026-03-30T17:47:02.523Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36782026-03-30T17:47:02.571Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36792026-03-30T17:47:02.653Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36802026-03-30T17:47:02.667Z Checking p384 v0.13.1
36812026-03-30T17:47:02.703Z Compiling num-derive v0.3.3
36822026-03-30T17:47:02.764Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36832026-03-30T17:47:02.843Z Compiling proc-macro-error2 v2.0.1
36842026-03-30T17:47:02.974Z Compiling unicase v2.9.0
36852026-03-30T17:47:03.001Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36862026-03-30T17:47:03.161Z Compiling tabled_derive v0.11.0
36872026-03-30T17:47:03.177Z Compiling mime_guess v2.0.5
36882026-03-30T17:47:03.192Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36892026-03-30T17:47:03.210Z Compiling progenitor-impl v0.11.2
36902026-03-30T17:47:03.568Z Checking papergrid v0.17.0
36912026-03-30T17:47:03.583Z Checking libscf-sys v1.1.0
36922026-03-30T17:47:03.708Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36932026-03-30T17:47:03.722Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36942026-03-30T17:47:03.813Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36952026-03-30T17:47:03.907Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36962026-03-30T17:47:04.334Z Checking testing_table v0.3.0
36972026-03-30T17:47:04.370Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36982026-03-30T17:47:04.426Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36992026-03-30T17:47:04.443Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37002026-03-30T17:47:04.484Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37012026-03-30T17:47:04.518Z Checking corncobs v0.1.4
37022026-03-30T17:47:04.576Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37032026-03-30T17:47:04.650Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37042026-03-30T17:47:04.664Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37052026-03-30T17:47:04.685Z Checking tabled v0.20.0
37062026-03-30T17:47:04.789Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37072026-03-30T17:47:04.920Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37082026-03-30T17:47:04.938Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37092026-03-30T17:47:05.019Z Checking progenitor-client v0.11.2
37102026-03-30T17:47:05.257Z Checking secrecy v0.8.0
37112026-03-30T17:47:05.273Z Checking http-range v0.1.5
37122026-03-30T17:47:05.577Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37132026-03-30T17:47:05.659Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37142026-03-30T17:47:05.676Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37152026-03-30T17:47:05.879Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37162026-03-30T17:47:05.894Z Compiling progenitor-macro v0.11.2
37172026-03-30T17:47:05.897Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37182026-03-30T17:47:05.966Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37192026-03-30T17:47:06.245Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
37202026-03-30T17:47:06.263Z Checking atty v0.2.14
37212026-03-30T17:47:06.267Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37222026-03-30T17:47:06.361Z Checking crc8 v0.1.1
37232026-03-30T17:47:06.378Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37242026-03-30T17:47:06.461Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37252026-03-30T17:47:06.685Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37262026-03-30T17:47:06.867Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37272026-03-30T17:47:07.052Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37282026-03-30T17:47:07.145Z Checking hyper-staticfile v0.10.1
37292026-03-30T17:47:07.177Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37302026-03-30T17:47:07.207Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37312026-03-30T17:47:07.387Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37322026-03-30T17:47:07.436Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37332026-03-30T17:47:07.613Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37342026-03-30T17:47:07.706Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37352026-03-30T17:47:07.725Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37362026-03-30T17:47:07.991Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37372026-03-30T17:47:08.124Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37382026-03-30T17:47:08.201Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37392026-03-30T17:47:08.288Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37402026-03-30T17:47:08.407Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37412026-03-30T17:47:08.615Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37422026-03-30T17:47:08.926Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37432026-03-30T17:47:08.964Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37442026-03-30T17:47:09.385Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37452026-03-30T17:47:10.164Z Checking progenitor v0.11.2
37462026-03-30T17:47:10.304Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37472026-03-30T17:47:15.142Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37482026-03-30T17:47:25.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.95s
37492026-03-30T17:47:26.109Z
37502026-03-30T17:47:26.109Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (182/267)
37512026-03-30T17:47:26.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37522026-03-30T17:47:26.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37532026-03-30T17:47:26.905Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37542026-03-30T17:47:37.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.58s
37552026-03-30T17:47:37.918Z
37562026-03-30T17:47:37.918Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (183/267)
37572026-03-30T17:47:38.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-03-30T17:47:38.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-03-30T17:47:38.708Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37602026-03-30T17:47:49.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.56s
37612026-03-30T17:47:49.706Z
37622026-03-30T17:47:49.706Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (184/267)
37632026-03-30T17:47:50.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-03-30T17:47:50.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-03-30T17:47:50.481Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37662026-03-30T17:48:01.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
37672026-03-30T17:48:01.464Z
37682026-03-30T17:48:01.464Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (185/267)
37692026-03-30T17:48:02.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-03-30T17:48:02.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-03-30T17:48:02.237Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37722026-03-30T17:48:13.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.56s
37732026-03-30T17:48:13.245Z
37742026-03-30T17:48:13.245Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (186/267)
37752026-03-30T17:48:13.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762026-03-30T17:48:13.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772026-03-30T17:48:14.023Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37782026-03-30T17:48:24.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.64s
37792026-03-30T17:48:25.113Z
37802026-03-30T17:48:25.113Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (187/267)
37812026-03-30T17:48:25.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37822026-03-30T17:48:25.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37832026-03-30T17:48:25.887Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37842026-03-30T17:48:36.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.56s
37852026-03-30T17:48:36.897Z
37862026-03-30T17:48:36.897Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (188/267)
37872026-03-30T17:48:37.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37882026-03-30T17:48:37.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37892026-03-30T17:48:37.676Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37902026-03-30T17:48:48.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.56s
37912026-03-30T17:48:48.674Z
37922026-03-30T17:48:48.674Zinfo: running `cargo check --bins` on bootstrap-agent-api (189/267)
37932026-03-30T17:48:49.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37942026-03-30T17:48:49.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37952026-03-30T17:48:49.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37962026-03-30T17:48:49.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37972026-03-30T17:48:49.294Z
37982026-03-30T17:48:49.294Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (190/267)
37992026-03-30T17:48:53.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38002026-03-30T17:48:53.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38012026-03-30T17:48:53.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38022026-03-30T17:48:53.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38032026-03-30T17:48:53.450Z
38042026-03-30T17:48:53.450Zinfo: running `cargo check --bins` on range-requests (191/267)
38052026-03-30T17:48:53.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38062026-03-30T17:48:53.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38072026-03-30T17:48:53.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38082026-03-30T17:48:53.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38092026-03-30T17:48:53.450Z
38102026-03-30T17:48:53.450Zinfo: running `cargo check --bins` on repo-depot-api (192/267)
38112026-03-30T17:48:53.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38122026-03-30T17:48:53.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38132026-03-30T17:48:53.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38142026-03-30T17:48:53.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38152026-03-30T17:48:53.450Z
38162026-03-30T17:48:53.450Zinfo: running `cargo check --bins` on sled-agent-api (193/267)
38172026-03-30T17:48:53.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38182026-03-30T17:48:53.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38192026-03-30T17:48:53.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38202026-03-30T17:48:53.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38212026-03-30T17:48:53.450Z
38222026-03-30T17:48:53.450Zinfo: running `cargo check --bins` on sled-diagnostics (194/267)
38232026-03-30T17:48:53.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38242026-03-30T17:48:53.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38252026-03-30T17:48:53.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38262026-03-30T17:48:53.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38272026-03-30T17:48:53.451Z
38282026-03-30T17:48:53.451Zinfo: running `cargo check --bins` on zfs-test-harness (195/267)
38292026-03-30T17:48:53.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38302026-03-30T17:48:53.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38312026-03-30T17:48:53.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38322026-03-30T17:48:53.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38332026-03-30T17:48:53.451Z
38342026-03-30T17:48:53.451Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (196/267)
38352026-03-30T17:48:53.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38362026-03-30T17:48:53.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38372026-03-30T17:48:53.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38382026-03-30T17:48:53.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38392026-03-30T17:48:53.567Z
38402026-03-30T17:48:53.567Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (197/267)
38412026-03-30T17:48:54.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422026-03-30T17:48:54.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432026-03-30T17:48:54.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38442026-03-30T17:48:54.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38452026-03-30T17:48:54.190Z
38462026-03-30T17:48:54.190Zinfo: running `cargo check --bins` on sled-agent-health-monitor (198/267)
38472026-03-30T17:48:54.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38482026-03-30T17:48:54.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38492026-03-30T17:48:54.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38502026-03-30T17:48:54.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38512026-03-30T17:48:54.810Z
38522026-03-30T17:48:54.810Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (199/267)
38532026-03-30T17:48:55.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38542026-03-30T17:48:55.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38552026-03-30T17:48:55.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38562026-03-30T17:48:55.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38572026-03-30T17:48:55.434Z
38582026-03-30T17:48:55.434Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (200/267)
38592026-03-30T17:48:55.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38602026-03-30T17:48:55.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38612026-03-30T17:48:55.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38622026-03-30T17:48:55.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38632026-03-30T17:48:56.054Z
38642026-03-30T17:48:56.054Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (201/267)
38652026-03-30T17:48:56.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38662026-03-30T17:48:56.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38672026-03-30T17:48:56.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38682026-03-30T17:48:56.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38692026-03-30T17:48:56.679Z
38702026-03-30T17:48:56.679Zinfo: running `cargo check --bins` on trust-quorum (202/267)
38712026-03-30T17:48:57.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-03-30T17:48:57.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-03-30T17:48:57.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38742026-03-30T17:48:57.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38752026-03-30T17:48:57.307Z
38762026-03-30T17:48:57.307Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (203/267)
38772026-03-30T17:48:57.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-03-30T17:48:57.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-03-30T17:48:57.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38802026-03-30T17:48:57.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38812026-03-30T17:48:57.948Z
38822026-03-30T17:48:57.948Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (204/267)
38832026-03-30T17:48:58.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-03-30T17:48:58.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-03-30T17:48:58.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38862026-03-30T17:48:58.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38872026-03-30T17:48:58.603Z
38882026-03-30T17:48:58.603Zinfo: running `cargo check --bins` on update-common (205/267)
38892026-03-30T17:48:59.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-03-30T17:48:59.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-03-30T17:48:59.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38922026-03-30T17:48:59.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38932026-03-30T17:48:59.222Z
38942026-03-30T17:48:59.222Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (206/267)
38952026-03-30T17:48:59.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38962026-03-30T17:48:59.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38972026-03-30T17:48:59.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38982026-03-30T17:48:59.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38992026-03-30T17:48:59.871Z
39002026-03-30T17:48:59.871Zinfo: running `cargo check --bins` on reconfigurator-cli (207/267)
39012026-03-30T17:49:00.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39022026-03-30T17:49:00.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39032026-03-30T17:49:00.640Z Compiling fs-err v2.11.0
39042026-03-30T17:49:00.640Z Checking ignore v0.4.25
39052026-03-30T17:49:00.643Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39062026-03-30T17:49:00.776Z Checking predicates-tree v1.0.13
39072026-03-30T17:49:00.779Z Checking parse-size v1.1.0
39082026-03-30T17:49:00.795Z Checking rand_seeder v0.4.0
39092026-03-30T17:49:00.798Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39102026-03-30T17:49:00.818Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39112026-03-30T17:49:00.871Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39122026-03-30T17:49:00.891Z Compiling petname v2.0.2
39132026-03-30T17:49:00.928Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39142026-03-30T17:49:01.088Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39152026-03-30T17:49:01.103Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39162026-03-30T17:49:01.145Z Checking globwalk v0.9.1
39172026-03-30T17:49:01.196Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39182026-03-30T17:49:01.274Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39192026-03-30T17:49:01.336Z Checking sapling-renderdag v0.1.0
39202026-03-30T17:49:01.349Z Checking camino-tempfile-ext v0.3.3
39212026-03-30T17:49:01.463Z Checking sync-ptr v0.1.4
39222026-03-30T17:49:01.537Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39232026-03-30T17:49:01.569Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39242026-03-30T17:49:01.602Z Checking colored v2.2.0
39252026-03-30T17:49:01.649Z Checking assert_matches v1.5.0
39262026-03-30T17:49:01.905Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39272026-03-30T17:49:01.992Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39282026-03-30T17:49:01.992Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39292026-03-30T17:49:02.568Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39302026-03-30T17:49:03.844Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39312026-03-30T17:49:06.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.12s
39322026-03-30T17:49:06.196Z
39332026-03-30T17:49:06.196Zinfo: running `cargo check --bins` on omicron-repl-utils (208/267)
39342026-03-30T17:49:06.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39352026-03-30T17:49:06.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39362026-03-30T17:49:06.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39372026-03-30T17:49:06.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39382026-03-30T17:49:06.788Z
39392026-03-30T17:49:06.788Zinfo: running `cargo check --bins` on nexus-test-interface (209/267)
39402026-03-30T17:49:07.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39412026-03-30T17:49:07.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39422026-03-30T17:49:07.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39432026-03-30T17:49:07.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39442026-03-30T17:49:07.448Z
39452026-03-30T17:49:07.449Zinfo: running `cargo check --bins` on oximeter-collector (210/267)
39462026-03-30T17:49:07.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472026-03-30T17:49:07.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482026-03-30T17:49:08.167Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39492026-03-30T17:49:08.167Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39502026-03-30T17:49:08.812Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39512026-03-30T17:49:10.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.87s
39522026-03-30T17:49:10.530Z
39532026-03-30T17:49:10.530Zinfo: running `cargo check --bins` on oximeter-api (211/267)
39542026-03-30T17:49:11.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39552026-03-30T17:49:11.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39562026-03-30T17:49:11.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39572026-03-30T17:49:11.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39582026-03-30T17:49:11.130Z
39592026-03-30T17:49:11.130Zinfo: running `cargo check --bins` on cert-dev (212/267)
39602026-03-30T17:49:11.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39612026-03-30T17:49:11.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39622026-03-30T17:49:11.738Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39632026-03-30T17:49:12.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
39642026-03-30T17:49:12.177Z
39652026-03-30T17:49:12.178Zinfo: running `cargo check --bins` on clickana (213/267)
39662026-03-30T17:49:12.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39672026-03-30T17:49:12.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39682026-03-30T17:49:12.826Z Compiling darling_core v0.23.0
39692026-03-30T17:49:12.933Z Compiling instability v0.3.11
39702026-03-30T17:49:12.941Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39712026-03-30T17:49:12.941Z Checking castaway v0.2.4
39722026-03-30T17:49:12.944Z Compiling indoc v2.0.7
39732026-03-30T17:49:12.962Z Checking unicode-truncate v1.1.0
39742026-03-30T17:49:12.966Z Checking lru v0.12.5
39752026-03-30T17:49:12.966Z Checking cassowary v0.3.0
39762026-03-30T17:49:13.031Z Checking compact_str v0.8.1
39772026-03-30T17:49:13.902Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39782026-03-30T17:49:14.083Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39792026-03-30T17:49:14.352Z Compiling darling_macro v0.23.0
39802026-03-30T17:49:14.761Z Compiling darling v0.23.0
39812026-03-30T17:49:15.347Z Checking ratatui v0.29.0
39822026-03-30T17:49:16.385Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39832026-03-30T17:49:17.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s
39842026-03-30T17:49:17.235Z
39852026-03-30T17:49:17.235Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (214/267)
39862026-03-30T17:49:17.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-03-30T17:49:17.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-03-30T17:49:17.958Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39892026-03-30T17:49:17.958Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39902026-03-30T17:49:18.553Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39912026-03-30T17:49:18.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
39922026-03-30T17:49:19.161Z
39932026-03-30T17:49:19.162Zinfo: running `cargo check --bins` on ch-dev (215/267)
39942026-03-30T17:49:19.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39952026-03-30T17:49:19.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39962026-03-30T17:49:19.901Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39972026-03-30T17:49:20.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
39982026-03-30T17:49:20.821Z
39992026-03-30T17:49:20.821Zinfo: running `cargo check --bins` on dev-tools-common (216/267)
40002026-03-30T17:49:21.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012026-03-30T17:49:21.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022026-03-30T17:49:21.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40032026-03-30T17:49:21.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40042026-03-30T17:49:21.283Z
40052026-03-30T17:49:21.284Zinfo: running `cargo check --bins` on crdb-seed (217/267)
40062026-03-30T17:49:21.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-03-30T17:49:21.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-03-30T17:49:22.009Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40092026-03-30T17:49:22.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
40102026-03-30T17:49:22.630Z
40112026-03-30T17:49:22.630Zinfo: running `cargo check --bins` on db-dev (218/267)
40122026-03-30T17:49:23.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-03-30T17:49:23.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-03-30T17:49:23.350Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40152026-03-30T17:49:24.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40162026-03-30T17:49:24.293Z
40172026-03-30T17:49:24.293Zinfo: running `cargo check --bins` on omicron-dev-lib (219/267)
40182026-03-30T17:49:24.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-03-30T17:49:24.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-03-30T17:49:24.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40212026-03-30T17:49:24.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40222026-03-30T17:49:24.947Z
40232026-03-30T17:49:24.947Zinfo: running `cargo check --bins` on xtask-downloader (220/267)
40242026-03-30T17:49:25.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-03-30T17:49:25.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-03-30T17:49:25.564Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40272026-03-30T17:49:26.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40282026-03-30T17:49:26.402Z
40292026-03-30T17:49:26.402Zinfo: running `cargo check --bins` on omicron-dropshot-apis (221/267)
40302026-03-30T17:49:26.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-03-30T17:49:26.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-03-30T17:49:27.156Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40332026-03-30T17:49:27.156Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40342026-03-30T17:49:27.159Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40352026-03-30T17:49:27.159Z Checking git-stub v1.0.0
40362026-03-30T17:49:27.159Z Compiling trait-variant v0.1.2
40372026-03-30T17:49:27.159Z Checking maplit v1.0.2
40382026-03-30T17:49:27.159Z Checking is_ci v1.2.0
40392026-03-30T17:49:27.290Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40402026-03-30T17:49:27.348Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40412026-03-30T17:49:27.397Z Checking supports-color v3.0.2
40422026-03-30T17:49:27.430Z Checking git-stub-vcs v0.1.0
40432026-03-30T17:49:27.517Z Checking drift v0.1.3
40442026-03-30T17:49:27.532Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40452026-03-30T17:49:27.547Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40462026-03-30T17:49:27.624Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40472026-03-30T17:49:27.718Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40482026-03-30T17:49:27.790Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40492026-03-30T17:49:27.804Z Checking dropshot-api-manager v0.6.0
40502026-03-30T17:49:27.827Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40512026-03-30T17:49:28.019Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40522026-03-30T17:49:28.043Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40532026-03-30T17:49:28.205Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40542026-03-30T17:49:28.520Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40552026-03-30T17:49:33.388Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40562026-03-30T17:49:34.402Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40572026-03-30T17:49:34.981Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40582026-03-30T17:49:35.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.98s
40592026-03-30T17:49:35.603Z
40602026-03-30T17:49:35.603Zinfo: running `cargo check --bins` on installinator-api (222/267)
40612026-03-30T17:49:36.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-03-30T17:49:36.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-03-30T17:49:36.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40642026-03-30T17:49:36.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40652026-03-30T17:49:36.198Z
40662026-03-30T17:49:36.198Zinfo: running `cargo check --bins` on nexus-external-api (223/267)
40672026-03-30T17:49:36.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-03-30T17:49:36.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-03-30T17:49:36.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40702026-03-30T17:49:36.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40712026-03-30T17:49:36.839Z
40722026-03-30T17:49:36.839Zinfo: running `cargo check --bins` on nexus-internal-api (224/267)
40732026-03-30T17:49:37.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40742026-03-30T17:49:37.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40752026-03-30T17:49:37.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40762026-03-30T17:49:37.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40772026-03-30T17:49:37.480Z
40782026-03-30T17:49:37.480Zinfo: running `cargo check --bins` on nexus-lockstep-api (225/267)
40792026-03-30T17:49:38.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-03-30T17:49:38.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-03-30T17:49:38.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40822026-03-30T17:49:38.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40832026-03-30T17:49:38.122Z
40842026-03-30T17:49:38.122Zinfo: running `cargo check --bins` on ntp-admin-api (226/267)
40852026-03-30T17:49:38.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-03-30T17:49:38.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-03-30T17:49:38.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40882026-03-30T17:49:38.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40892026-03-30T17:49:38.725Z
40902026-03-30T17:49:38.725Zinfo: running `cargo check --bins` on ntp-admin-types-versions (227/267)
40912026-03-30T17:49:39.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-03-30T17:49:39.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-03-30T17:49:39.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40942026-03-30T17:49:39.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40952026-03-30T17:49:39.314Z
40962026-03-30T17:49:39.314Zinfo: running `cargo check --bins` on wicketd-api (228/267)
40972026-03-30T17:49:39.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40982026-03-30T17:49:39.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40992026-03-30T17:49:39.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41002026-03-30T17:49:39.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41012026-03-30T17:49:39.936Z
41022026-03-30T17:49:39.936Zinfo: running `cargo check --bins` on omicron-ls-apis (229/267)
41032026-03-30T17:49:40.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41042026-03-30T17:49:40.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41052026-03-30T17:49:40.548Z Checking erased-serde v0.4.9
41062026-03-30T17:49:40.654Z Checking ordered-float v2.10.1
41072026-03-30T17:49:40.668Z Checking unicode-xid v0.2.6
41082026-03-30T17:49:40.685Z Checking cargo-platform v0.2.0
41092026-03-30T17:49:40.849Z Checking serde-value v0.7.0
41102026-03-30T17:49:40.953Z Checking serde-untagged v0.1.9
41112026-03-30T17:49:41.108Z Checking cargo-util-schemas v0.8.2
41122026-03-30T17:49:41.790Z Checking cargo_metadata v0.21.0
41132026-03-30T17:49:42.386Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41142026-03-30T17:49:43.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
41152026-03-30T17:49:43.255Z
41162026-03-30T17:49:43.255Zinfo: running `cargo check --bins` on mgs-dev (230/267)
41172026-03-30T17:49:43.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41182026-03-30T17:49:43.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41192026-03-30T17:49:44.004Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41202026-03-30T17:49:44.615Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41212026-03-30T17:49:45.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
41222026-03-30T17:49:45.323Z
41232026-03-30T17:49:45.323Zinfo: running `cargo check --bins` on omicron-omdb (231/267)
41242026-03-30T17:49:45.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-03-30T17:49:45.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-03-30T17:49:46.188Z Compiling vergen-gitcl v1.0.8
41272026-03-30T17:49:46.188Z Compiling dirs-sys-next v0.1.2
41282026-03-30T17:49:46.188Z Compiling diesel_derives v2.3.7
41292026-03-30T17:49:46.188Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41302026-03-30T17:49:46.191Z Compiling crunchy v0.2.4
41312026-03-30T17:49:46.191Z Compiling glob v0.3.3
41322026-03-30T17:49:46.191Z Compiling dsl_auto_type v0.2.0
41332026-03-30T17:49:46.319Z Checking scheduled-thread-pool v0.2.7
41342026-03-30T17:49:46.490Z Compiling diesel_table_macro_syntax v0.3.0
41352026-03-30T17:49:46.508Z Compiling dirs-next v2.0.0
41362026-03-30T17:49:46.590Z Compiling tiny-keccak v2.0.2
41372026-03-30T17:49:46.645Z Compiling term v0.7.0
41382026-03-30T17:49:46.687Z Compiling clang-sys v1.8.1
41392026-03-30T17:49:46.704Z Checking r2d2 v0.8.10
41402026-03-30T17:49:46.737Z Compiling bit-vec v0.6.3
41412026-03-30T17:49:46.802Z Checking downcast-rs v2.0.2
41422026-03-30T17:49:46.909Z Compiling ascii-canvas v3.0.0
41432026-03-30T17:49:46.941Z Compiling bit-set v0.5.3
41442026-03-30T17:49:47.057Z Compiling itertools v0.10.5
41452026-03-30T17:49:47.098Z Compiling ena v0.14.4
41462026-03-30T17:49:47.148Z Compiling libloading v0.8.9
41472026-03-30T17:49:47.181Z Compiling regex-syntax v0.6.29
41482026-03-30T17:49:47.196Z Compiling diff v0.1.13
41492026-03-30T17:49:47.334Z Compiling bindgen v0.71.1
41502026-03-30T17:49:47.386Z Compiling cexpr v0.6.0
41512026-03-30T17:49:47.459Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41522026-03-30T17:49:47.649Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41532026-03-30T17:49:47.776Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41542026-03-30T17:49:47.804Z Compiling libxml v0.3.3
41552026-03-30T17:49:48.026Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41562026-03-30T17:49:48.083Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41572026-03-30T17:49:48.099Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41582026-03-30T17:49:48.296Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41592026-03-30T17:49:48.339Z Compiling strum_macros v0.24.3
41602026-03-30T17:49:48.355Z Compiling indoc v1.0.9
41612026-03-30T17:49:48.560Z Compiling lalrpop v0.19.12
41622026-03-30T17:49:49.405Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41632026-03-30T17:49:49.599Z Checking derive_builder v0.20.2
41642026-03-30T17:49:49.716Z Compiling oso-derive v0.27.3
41652026-03-30T17:49:49.719Z Checking quick-xml v0.37.5
41662026-03-30T17:49:49.888Z Compiling impl-trait-for-tuples v0.2.3
41672026-03-30T17:49:50.205Z Checking openssl-probe v0.1.6
41682026-03-30T17:49:50.347Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41692026-03-30T17:49:50.624Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41702026-03-30T17:49:50.818Z Checking bb8 v0.8.6
41712026-03-30T17:49:51.059Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41722026-03-30T17:49:51.080Z Checking nonempty v0.12.0
41732026-03-30T17:49:51.100Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41742026-03-30T17:49:51.244Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41752026-03-30T17:49:51.284Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41762026-03-30T17:49:51.323Z Checking support-bundle-viewer v0.1.2
41772026-03-30T17:49:51.435Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41782026-03-30T17:49:51.472Z Checking multimap v0.10.1
41792026-03-30T17:49:52.231Z Checking diesel v2.3.7
41802026-03-30T17:49:53.584Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41812026-03-30T17:49:54.260Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41822026-03-30T17:49:54.795Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41832026-03-30T17:49:55.296Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41842026-03-30T17:49:56.066Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41852026-03-30T17:49:56.239Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41862026-03-30T17:49:56.335Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41872026-03-30T17:49:56.797Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41882026-03-30T17:49:58.826Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41892026-03-30T17:50:03.793Z Compiling samael v0.0.19
41902026-03-30T17:50:07.459Z Checking diesel-dtrace v0.5.0
41912026-03-30T17:50:07.699Z Checking async-bb8-diesel v0.2.1
41922026-03-30T17:50:08.709Z Compiling polar-core v0.27.3
41932026-03-30T17:50:13.154Z Checking oso v0.27.3
41942026-03-30T17:50:48.994Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41952026-03-30T17:51:21.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 35s
41962026-03-30T17:51:21.383Z
41972026-03-30T17:51:21.383Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (232/267)
41982026-03-30T17:51:21.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-03-30T17:51:21.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-03-30T17:51:21.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-03-30T17:51:21.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42022026-03-30T17:51:22.042Z
42032026-03-30T17:51:22.042Zinfo: running `cargo check --bins` on nexus-saga-recovery (233/267)
42042026-03-30T17:51:22.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-03-30T17:51:22.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-03-30T17:51:22.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-03-30T17:51:22.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42082026-03-30T17:51:22.703Z
42092026-03-30T17:51:22.703Zinfo: running `cargo check --bins` on nexus-test-utils-macros (234/267)
42102026-03-30T17:51:23.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-03-30T17:51:23.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-03-30T17:51:23.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-03-30T17:51:23.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42142026-03-30T17:51:23.298Z
42152026-03-30T17:51:23.298Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (235/267)
42162026-03-30T17:51:23.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-03-30T17:51:23.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-03-30T17:51:24.169Z Compiling libz-sys v1.1.24
42192026-03-30T17:51:24.302Z Compiling libgit2-sys v0.18.3+1.9.2
42202026-03-30T17:51:24.329Z Compiling vergen-git2 v1.0.7
42212026-03-30T17:51:24.337Z Compiling rustls v0.21.12
42222026-03-30T17:51:24.342Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42232026-03-30T17:51:24.342Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42242026-03-30T17:51:24.342Z Checking sct v0.7.1
42252026-03-30T17:51:24.342Z Checking rustls-webpki v0.101.7
42262026-03-30T17:51:24.511Z Compiling nix v0.29.0
42272026-03-30T17:51:24.573Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42282026-03-30T17:51:24.573Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42292026-03-30T17:51:24.625Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42302026-03-30T17:51:24.676Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42312026-03-30T17:51:24.833Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42322026-03-30T17:51:24.849Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42332026-03-30T17:51:24.898Z Checking rustls-pemfile v1.0.4
42342026-03-30T17:51:25.031Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42352026-03-30T17:51:25.128Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42362026-03-30T17:51:25.316Z Checking twox-hash v2.1.2
42372026-03-30T17:51:25.336Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42382026-03-30T17:51:25.417Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42392026-03-30T17:51:26.023Z Checking tokio-rustls v0.24.1
42402026-03-30T17:51:26.045Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42412026-03-30T17:51:26.078Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42422026-03-30T17:51:26.121Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42432026-03-30T17:51:26.218Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42442026-03-30T17:51:26.360Z Checking fatfs v0.3.6
42452026-03-30T17:51:26.738Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42462026-03-30T17:51:26.760Z Compiling seq-macro v0.3.6
42472026-03-30T17:51:30.771Z Compiling git2 v0.20.4
42482026-03-30T17:51:31.028Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42492026-03-30T17:51:31.156Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42502026-03-30T17:51:32.974Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42512026-03-30T17:52:19.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.42s
42522026-03-30T17:52:19.946Z
42532026-03-30T17:52:19.946Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (236/267)
42542026-03-30T17:52:20.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-03-30T17:52:20.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-03-30T17:52:20.827Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42572026-03-30T17:52:59.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.21s
42582026-03-30T17:52:59.378Z
42592026-03-30T17:52:59.378Zinfo: running `cargo check --bins` on nexus-background-task-interface (237/267)
42602026-03-30T17:52:59.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42612026-03-30T17:52:59.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42622026-03-30T17:52:59.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42632026-03-30T17:52:59.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42642026-03-30T17:52:59.982Z
42652026-03-30T17:52:59.982Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (238/267)
42662026-03-30T17:53:00.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42672026-03-30T17:53:00.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42682026-03-30T17:53:00.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42692026-03-30T17:53:00.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42702026-03-30T17:53:00.649Z
42712026-03-30T17:53:00.649Zinfo: running `cargo check --bins` on nexus-mgs-updates (239/267)
42722026-03-30T17:53:01.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42732026-03-30T17:53:01.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42742026-03-30T17:53:01.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42752026-03-30T17:53:01.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42762026-03-30T17:53:01.303Z
42772026-03-30T17:53:01.303Zinfo: running `cargo check --bins` on nexus-networking (240/267)
42782026-03-30T17:53:01.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42792026-03-30T17:53:01.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42802026-03-30T17:53:01.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42812026-03-30T17:53:01.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
42822026-03-30T17:53:01.976Z
42832026-03-30T17:53:01.976Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (241/267)
42842026-03-30T17:53:02.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42852026-03-30T17:53:02.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42862026-03-30T17:53:02.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42872026-03-30T17:53:02.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42882026-03-30T17:53:02.644Z
42892026-03-30T17:53:02.644Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (242/267)
42902026-03-30T17:53:03.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42912026-03-30T17:53:03.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42922026-03-30T17:53:03.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42932026-03-30T17:53:03.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42942026-03-30T17:53:03.307Z
42952026-03-30T17:53:03.307Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/267)
42962026-03-30T17:53:03.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42972026-03-30T17:53:03.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42982026-03-30T17:53:03.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42992026-03-30T17:53:03.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43002026-03-30T17:53:03.959Z
43012026-03-30T17:53:03.959Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/267)
43022026-03-30T17:53:04.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43032026-03-30T17:53:04.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43042026-03-30T17:53:04.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43052026-03-30T17:53:04.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43062026-03-30T17:53:04.633Z
43072026-03-30T17:53:04.633Zinfo: running `cargo check --bins` on omicron-dev (245/267)
43082026-03-30T17:53:05.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43092026-03-30T17:53:05.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43102026-03-30T17:53:05.535Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43112026-03-30T17:53:05.538Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43122026-03-30T17:53:05.721Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43132026-03-30T17:53:05.755Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43142026-03-30T17:53:05.773Z Checking diff v0.1.13
43152026-03-30T17:53:05.776Z Checking yansi v1.0.1
43162026-03-30T17:53:05.776Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43172026-03-30T17:53:05.776Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43182026-03-30T17:53:05.856Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43192026-03-30T17:53:06.029Z Checking pretty_assertions v1.4.1
43202026-03-30T17:53:06.655Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43212026-03-30T17:53:29.595Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43222026-03-30T17:53:29.598Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43232026-03-30T17:53:29.598Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43242026-03-30T17:53:29.598Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43252026-03-30T17:53:29.598Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43262026-03-30T17:53:29.598Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43272026-03-30T17:53:30.322Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43282026-03-30T17:53:31.392Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43292026-03-30T17:54:09.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
43302026-03-30T17:54:09.724Z
43312026-03-30T17:54:09.724Zinfo: running `cargo check --bins` on omicron-pins (246/267)
43322026-03-30T17:54:10.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43332026-03-30T17:54:10.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43342026-03-30T17:54:10.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43352026-03-30T17:54:10.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43362026-03-30T17:54:10.325Z
43372026-03-30T17:54:10.325Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (247/267)
43382026-03-30T17:54:10.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43392026-03-30T17:54:10.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43402026-03-30T17:54:11.111Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43412026-03-30T17:54:11.233Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43422026-03-30T17:54:11.236Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43432026-03-30T17:54:36.155Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43442026-03-30T17:54:36.533Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43452026-03-30T17:54:38.197Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43462026-03-30T17:54:38.632Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43472026-03-30T17:54:41.529Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43482026-03-30T17:55:03.411Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43492026-03-30T17:55:04.033Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43502026-03-30T17:55:05.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.30s
43512026-03-30T17:55:05.855Z
43522026-03-30T17:55:05.855Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (248/267)
43532026-03-30T17:55:06.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43542026-03-30T17:55:06.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43552026-03-30T17:55:06.592Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43562026-03-30T17:55:07.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
43572026-03-30T17:55:07.456Z
43582026-03-30T17:55:07.456Zinfo: running `cargo check --bins` on omicron-releng (249/267)
43592026-03-30T17:55:07.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43602026-03-30T17:55:07.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43612026-03-30T17:55:08.120Z Compiling blake3 v1.8.3
43622026-03-30T17:55:08.232Z Checking arrayvec v0.7.6
43632026-03-30T17:55:08.232Z Checking arrayref v0.3.9
43642026-03-30T17:55:08.235Z Checking constant_time_eq v0.4.2
43652026-03-30T17:55:08.253Z Checking topological-sort v0.2.2
43662026-03-30T17:55:08.256Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43672026-03-30T17:55:08.256Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43682026-03-30T17:55:08.256Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43692026-03-30T17:55:08.297Z Checking shell-words v1.1.1
43702026-03-30T17:55:09.016Z Checking omicron-zone-package v0.12.2
43712026-03-30T17:55:09.725Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43722026-03-30T17:55:10.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
43732026-03-30T17:55:10.747Z
43742026-03-30T17:55:10.747Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (250/267)
43752026-03-30T17:55:11.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43762026-03-30T17:55:11.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43772026-03-30T17:55:11.409Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43782026-03-30T17:55:11.731Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43792026-03-30T17:55:12.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
43802026-03-30T17:55:12.327Z
43812026-03-30T17:55:12.328Zinfo: running `cargo check --bins` on xtask (251/267)
43822026-03-30T17:55:12.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43832026-03-30T17:55:12.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43842026-03-30T17:55:12.792Z Checking libc v0.2.180
43852026-03-30T17:55:12.795Z Checking serde v1.0.228
43862026-03-30T17:55:12.874Z Checking zerofrom v0.1.6
43872026-03-30T17:55:12.880Z Checking bitflags v2.11.0
43882026-03-30T17:55:12.889Z Checking smallvec v1.15.1
43892026-03-30T17:55:12.894Z Checking hashbrown v0.16.1
43902026-03-30T17:55:12.905Z Checking serde_json v1.0.149
43912026-03-30T17:55:12.908Z Checking num-traits v0.2.19
43922026-03-30T17:55:12.976Z Checking yoke v0.8.1
43932026-03-30T17:55:13.024Z Checking scroll v0.12.0
43942026-03-30T17:55:13.057Z Checking thiserror v1.0.69
43952026-03-30T17:55:13.142Z Checking zerovec v0.11.5
43962026-03-30T17:55:13.153Z Checking zerotrie v0.2.3
43972026-03-30T17:55:13.163Z Checking errno v0.3.14
43982026-03-30T17:55:13.245Z Checking percent-encoding v2.3.2
43992026-03-30T17:55:13.265Z Checking toml_datetime v0.6.11
44002026-03-30T17:55:13.277Z Checking rustix v1.1.3
44012026-03-30T17:55:13.340Z Checking indexmap v2.13.0
44022026-03-30T17:55:13.383Z Checking serde_spanned v0.6.9
44032026-03-30T17:55:13.388Z Checking log v0.4.29
44042026-03-30T17:55:13.429Z Checking ordered-float v2.10.1
44052026-03-30T17:55:13.444Z Checking form_urlencoded v1.2.2
44062026-03-30T17:55:13.495Z Checking zerocopy v0.7.35
44072026-03-30T17:55:13.510Z Checking getrandom v0.4.1
44082026-03-30T17:55:13.542Z Checking goblin v0.8.2
44092026-03-30T17:55:13.568Z Checking thiserror v2.0.18
44102026-03-30T17:55:13.579Z Checking tinystr v0.8.2
44112026-03-30T17:55:13.638Z Checking potential_utf v0.1.4
44122026-03-30T17:55:13.649Z Checking serde-value v0.7.0
44132026-03-30T17:55:13.668Z Checking syn v2.0.117
44142026-03-30T17:55:13.753Z Checking icu_locale_core v2.1.1
44152026-03-30T17:55:13.765Z Checking icu_collections v2.1.1
44162026-03-30T17:55:13.846Z Checking dtrace-parser v0.2.0
44172026-03-30T17:55:13.873Z Checking toml_edit v0.22.27
44182026-03-30T17:55:13.974Z Checking thread-id v4.2.2
44192026-03-30T17:55:14.055Z Checking once_cell v1.21.3
44202026-03-30T17:55:14.076Z Checking cargo-platform v0.2.0
44212026-03-30T17:55:14.076Z Checking memmap v0.7.0
44222026-03-30T17:55:14.097Z Checking terminal_size v0.4.3
44232026-03-30T17:55:14.204Z Checking clap_builder v4.5.60
44242026-03-30T17:55:14.218Z Checking textwrap v0.16.2
44252026-03-30T17:55:14.224Z Checking tempfile v3.25.0
44262026-03-30T17:55:14.256Z Checking fs-err v3.3.0
44272026-03-30T17:55:14.310Z Checking icu_provider v2.1.1
44282026-03-30T17:55:14.431Z Checking tabled v0.15.0
44292026-03-30T17:55:14.435Z Checking camino-tempfile v1.4.1
44302026-03-30T17:55:14.456Z Checking anyhow v1.0.102
44312026-03-30T17:55:14.535Z Checking icu_normalizer v2.1.1
44322026-03-30T17:55:14.597Z Checking icu_properties v2.1.2
44332026-03-30T17:55:14.647Z Checking macaddr v1.0.1
44342026-03-30T17:55:14.826Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44352026-03-30T17:55:14.957Z Checking toml v0.8.23
44362026-03-30T17:55:15.260Z Checking cargo_toml v0.21.0
44372026-03-30T17:55:15.399Z Checking idna_adapter v1.2.1
44382026-03-30T17:55:15.411Z Checking dof v0.3.0
44392026-03-30T17:55:15.417Z Checking clap v4.5.60
44402026-03-30T17:55:15.514Z Checking idna v1.1.0
44412026-03-30T17:55:15.672Z Checking usdt-impl v0.5.0
44422026-03-30T17:55:15.752Z Checking url v2.5.8
44432026-03-30T17:55:15.933Z Checking usdt v0.5.0
44442026-03-30T17:55:16.083Z Checking cargo-util-schemas v0.8.2
44452026-03-30T17:55:16.769Z Checking cargo_metadata v0.21.0
44462026-03-30T17:55:17.384Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44472026-03-30T17:55:17.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.47s
44482026-03-30T17:55:17.932Z
44492026-03-30T17:55:17.932Zinfo: running `cargo check --bins` on end-to-end-tests (252/267)
44502026-03-30T17:55:18.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44512026-03-30T17:55:18.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44522026-03-30T17:55:18.743Z Checking polyval v0.6.2
44532026-03-30T17:55:18.871Z Checking ctr v0.9.2
44542026-03-30T17:55:18.882Z Checking ssh-encoding v0.2.0
44552026-03-30T17:55:18.882Z Checking blowfish v0.9.1
44562026-03-30T17:55:18.900Z Checking password-hash v0.4.2
44572026-03-30T17:55:18.917Z Checking p521 v0.13.3
44582026-03-30T17:55:18.930Z Checking p256 v0.13.2
44592026-03-30T17:55:18.946Z Checking russh-cryptovec v0.7.3
44602026-03-30T17:55:19.006Z Checking ghash v0.5.1
44612026-03-30T17:55:19.023Z Checking bcrypt-pbkdf v0.10.0
44622026-03-30T17:55:19.031Z Checking md5 v0.7.0
44632026-03-30T17:55:19.123Z Checking num-bigint v0.4.6
44642026-03-30T17:55:19.123Z Checking des v0.8.1
44652026-03-30T17:55:19.129Z Checking aes-gcm v0.10.3
44662026-03-30T17:55:19.129Z Checking pbkdf2 v0.11.0
44672026-03-30T17:55:19.158Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44682026-03-30T17:55:19.213Z Checking hex-literal v0.4.1
44692026-03-30T17:55:19.273Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44702026-03-30T17:55:19.297Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44712026-03-30T17:55:19.297Z Checking ssh-cipher v0.2.0
44722026-03-30T17:55:19.306Z Checking socket2 v0.5.10
44732026-03-30T17:55:19.313Z Checking internet-checksum v0.2.1
44742026-03-30T17:55:19.664Z Checking ssh-key v0.6.7
44752026-03-30T17:55:19.668Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44762026-03-30T17:55:20.059Z Checking russh-keys v0.45.0
44772026-03-30T17:55:20.613Z Checking russh v0.45.0
44782026-03-30T17:55:35.496Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44792026-03-30T17:55:36.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.74s
44802026-03-30T17:55:36.897Z
44812026-03-30T17:55:36.897Zinfo: running `cargo check --bins` on gateway-cli (253/267)
44822026-03-30T17:55:37.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44832026-03-30T17:55:37.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44842026-03-30T17:55:37.541Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44852026-03-30T17:55:37.651Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44862026-03-30T17:55:37.660Z Checking termios v0.3.3
44872026-03-30T17:55:38.850Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44882026-03-30T17:55:38.997Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44892026-03-30T17:55:40.846Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44902026-03-30T17:55:41.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s
44912026-03-30T17:55:41.603Z
44922026-03-30T17:55:41.603Zinfo: running `cargo check --bins --no-default-features` on installinator (254/267)
44932026-03-30T17:55:42.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44942026-03-30T17:55:42.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44952026-03-30T17:55:42.315Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44962026-03-30T17:55:42.431Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44972026-03-30T17:55:42.445Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44982026-03-30T17:55:42.445Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44992026-03-30T17:55:42.463Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45002026-03-30T17:55:42.662Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45012026-03-30T17:55:42.662Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45022026-03-30T17:55:43.370Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45032026-03-30T17:55:43.537Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45042026-03-30T17:55:43.540Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45052026-03-30T17:55:44.175Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45062026-03-30T17:55:45.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
45072026-03-30T17:55:45.954Z
45082026-03-30T17:55:45.954Zinfo: running `cargo check --bins` on internal-dns-cli (255/267)
45092026-03-30T17:55:46.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45102026-03-30T17:55:46.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45112026-03-30T17:55:46.601Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45122026-03-30T17:55:47.049Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45132026-03-30T17:55:47.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45142026-03-30T17:55:47.554Z
45152026-03-30T17:55:47.554Zinfo: running `cargo check --bins` on omicron-live-tests (256/267)
45162026-03-30T17:55:48.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45172026-03-30T17:55:48.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45182026-03-30T17:55:48.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45192026-03-30T17:55:48.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45202026-03-30T17:55:48.162Z
45212026-03-30T17:55:48.162Zinfo: running `cargo check --bins` on live-tests-macros (257/267)
45222026-03-30T17:55:48.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45232026-03-30T17:55:48.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45242026-03-30T17:55:48.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45252026-03-30T17:55:48.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45262026-03-30T17:55:48.776Z
45272026-03-30T17:55:48.776Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (258/267)
45282026-03-30T17:55:49.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-03-30T17:55:49.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-03-30T17:55:49.545Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45312026-03-30T17:55:50.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45322026-03-30T17:55:50.327Z
45332026-03-30T17:55:50.327Zinfo: running `cargo check --bins` on omicron-ntp-admin (259/267)
45342026-03-30T17:55:50.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-03-30T17:55:50.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-03-30T17:55:50.994Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45372026-03-30T17:55:50.997Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45382026-03-30T17:55:51.244Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45392026-03-30T17:55:51.244Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45402026-03-30T17:55:52.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
45412026-03-30T17:55:52.216Z
45422026-03-30T17:55:52.216Zinfo: running `cargo check --bins` on ntp-admin-types (260/267)
45432026-03-30T17:55:52.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-03-30T17:55:52.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-03-30T17:55:52.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45462026-03-30T17:55:52.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45472026-03-30T17:55:52.821Z
45482026-03-30T17:55:52.821Zinfo: running `cargo check --bins` on omicron-package (261/267)
45492026-03-30T17:55:53.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-03-30T17:55:53.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-03-30T17:55:53.504Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45522026-03-30T17:55:54.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
45532026-03-30T17:55:54.760Z
45542026-03-30T17:55:54.760Zinfo: running `cargo check --bins` on tqdb (262/267)
45552026-03-30T17:55:55.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-03-30T17:55:55.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-03-30T17:55:55.556Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45582026-03-30T17:55:55.905Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45592026-03-30T17:55:56.412Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45602026-03-30T17:55:56.412Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45612026-03-30T17:56:01.129Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45622026-03-30T17:56:01.800Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45632026-03-30T17:56:01.803Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45642026-03-30T17:56:01.803Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45652026-03-30T17:56:01.803Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45662026-03-30T17:56:02.527Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45672026-03-30T17:56:09.306Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45682026-03-30T17:56:15.219Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45692026-03-30T17:56:15.223Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45702026-03-30T17:56:15.223Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45712026-03-30T17:56:15.223Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45722026-03-30T17:56:16.676Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45732026-03-30T17:56:17.967Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45742026-03-30T17:56:18.625Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45752026-03-30T17:56:19.843Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45762026-03-30T17:56:20.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.60s
45772026-03-30T17:56:20.589Z
45782026-03-30T17:56:20.589Zinfo: running `cargo check --bins` on wicket-dbg (263/267)
45792026-03-30T17:56:21.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45802026-03-30T17:56:21.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45812026-03-30T17:56:21.318Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45822026-03-30T17:56:21.321Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45832026-03-30T17:56:21.321Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45842026-03-30T17:56:21.455Z Checking rtoolbox v0.0.3
45852026-03-30T17:56:21.458Z Checking tui-tree-widget v0.23.1
45862026-03-30T17:56:21.570Z Checking rpassword v7.4.0
45872026-03-30T17:56:21.680Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45882026-03-30T17:56:22.367Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45892026-03-30T17:56:27.060Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45902026-03-30T17:56:27.725Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45912026-03-30T17:56:28.740Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45922026-03-30T17:56:31.713Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45932026-03-30T17:56:33.520Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45942026-03-30T17:56:34.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.84s
45952026-03-30T17:56:34.638Z
45962026-03-30T17:56:34.638Zinfo: running `cargo check --bins` on wicket (264/267)
45972026-03-30T17:56:35.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45982026-03-30T17:56:35.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45992026-03-30T17:56:35.339Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46002026-03-30T17:56:35.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
46012026-03-30T17:56:35.890Z
46022026-03-30T17:56:35.890Zinfo: running `cargo check --bins` on wicketd (265/267)
46032026-03-30T17:56:36.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46042026-03-30T17:56:36.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46052026-03-30T17:56:36.623Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46062026-03-30T17:56:36.627Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46072026-03-30T17:56:36.627Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46082026-03-30T17:56:36.627Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46092026-03-30T17:56:37.768Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46102026-03-30T17:56:38.350Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46112026-03-30T17:56:41.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s
46122026-03-30T17:56:41.442Z
46132026-03-30T17:56:41.442Zinfo: running `cargo check --bins` on omicron-workspace-hack (266/267)
46142026-03-30T17:56:41.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46152026-03-30T17:56:41.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46162026-03-30T17:56:41.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46172026-03-30T17:56:41.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46182026-03-30T17:56:42.033Z
46192026-03-30T17:56:42.034Zinfo: running `cargo check --bins` on zone-setup (267/267)
46202026-03-30T17:56:42.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46212026-03-30T17:56:42.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46222026-03-30T17:56:42.707Z Checking uzers v0.12.2
46232026-03-30T17:56:42.977Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46242026-03-30T17:56:43.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
46252026-03-30T17:56:43.919Z
46262026-03-30T17:56:43.919Zreal 13:40.510348043
46272026-03-30T17:56:43.919Zuser 20:12.247717850
46282026-03-30T17:56:43.919Zsys 4:13.138145496
46292026-03-30T17:56:43.919Ztrap 0.307409504
46302026-03-30T17:56:43.919Ztflt 0.269983886
46312026-03-30T17:56:43.919Zdflt 0.517903596
46322026-03-30T17:56:43.919Zkflt 0.001073967
46332026-03-30T17:56:43.919Zlock 1:15:15.479837043
46342026-03-30T17:56:43.919Zslp 1:35:46.215294098
46352026-03-30T17:56:43.919Zlat 1:13.204486133
46362026-03-30T17:56:43.919Zstop 4:06.037579813
46372026-03-30T17:56:43.922Zprocess exited: duration 997349 ms, exit code 0
 
46382026-03-30T17:56:43.929Zfound 0 output files