01KQJ4PHWC0JVVF5PV7YJBAGSZ: 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: 01KQJ4Q7RWM6FMWE75FMV61MHH

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-01T16:08:20.968Zjob assigned to worker 01KQJ4QC80TQVNPMCAZCG9QJHW [factory aws, i-0953bcde8c4fbb24e] (queued for 46 s)
 
22026-05-01T16:08:27.830Zstarting task 0: "setup"
32026-05-01T16:08:27.838Z++ uname -s
42026-05-01T16:08:27.858Z+ kern=SunOS
52026-05-01T16:08:27.858Z+ build_user=build
62026-05-01T16:08:27.858Z+ build_uid=12345
72026-05-01T16:08:27.858Z+ work_dir=/work
82026-05-01T16:08:27.858Z+ input_dir=/input
92026-05-01T16:08:27.858Z+ [[ 0 == 12345 ]]
102026-05-01T16:08:27.858Z+ case "$kern" in
112026-05-01T16:08:27.858Z+ groupadd -g 12345 build
122026-05-01T16:08:27.866Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-01T16:08:29.851Z+ zfs create -o mountpoint=/work rpool/work
142026-05-01T16:08:29.968Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-01T16:08:29.977Z+ home_fs=zfs
162026-05-01T16:08:29.978Z+ [[ zfs == autofs ]]
172026-05-01T16:08:29.978Z+ mkdir -p /home/build
182026-05-01T16:08:29.978Z+ chown build:build /home/build /work
192026-05-01T16:08:30.971Z+ chmod 0700 /home/build /work
202026-05-01T16:08:30.974Zprocess exited: duration 3146 ms, exit code 0
 
212026-05-01T16:08:30.980Zstarting task 1: "rust-toolchain"
222026-05-01T16:08:30.984Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-01T16:08:30.984Z * rust toolchain channel = "1.94.0"
242026-05-01T16:08:30.984Z * rust toolchain profile = "default"
252026-05-01T16:08:30.984Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-01T16:08:30.984Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-01T16:08:30.984Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-01T16:08:30.989Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-01T16:08:30.989Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-01T16:08:31.103Zinfo: downloading installer
312026-05-01T16:08:32.609Zwarn: It looks like you have an existing installation of Rust at:
322026-05-01T16:08:32.609Zwarn: /opt/ooce/bin
332026-05-01T16:08:32.609Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-01T16:08:32.609Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-01T16:08:32.609Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-01T16:08:32.609Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-01T16:08:32.609Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-01T16:08:32.609Zerror: cannot install while Rust is installed
392026-05-01T16:08:32.609Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-01T16:08:32.609Zwarn: It looks like you have an existing rustup settings file at:
412026-05-01T16:08:32.609Zwarn: /home/build/.rustup/settings.toml
422026-05-01T16:08:32.609Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-01T16:08:32.609Zwarn: instead of the one inferred from the default host triple.
442026-05-01T16:08:32.623Zinfo: profile set to default
452026-05-01T16:08:32.623Zinfo: default host triple is x86_64-unknown-illumos
462026-05-01T16:08:32.625Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-01T16:08:32.770Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-01T16:08:32.772Zinfo: downloading 6 components
492026-05-01T16:08:48.993Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-01T16:08:48.993Z
512026-05-01T16:08:49.029Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-01T16:08:49.029Z
532026-05-01T16:08:49.029Z
542026-05-01T16:08:49.029ZRust is installed now. Great!
552026-05-01T16:08:49.029Z
562026-05-01T16:08:49.029ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-01T16:08:49.029Zenvironment variable. This has not been done automatically.
582026-05-01T16:08:49.029Z
592026-05-01T16:08:49.029ZTo configure your current shell, you need to source
602026-05-01T16:08:49.029Zthe corresponding env file under $HOME/.cargo.
612026-05-01T16:08:49.029Z
622026-05-01T16:08:49.029ZThis is usually done by running one of the following (note the leading DOT):
632026-05-01T16:08:49.029Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-01T16:08:49.029Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-01T16:08:49.029Zsource "~/.cargo/env.nu" # For nushell
662026-05-01T16:08:49.029Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-01T16:08:49.029Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-01T16:08:49.029Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-01T16:08:49.032Zwarn: no default linker (`cc`) was found in your PATH
702026-05-01T16:08:49.032Zwarn: many Rust crates require a system C toolchain to build
712026-05-01T16:08:49.120Z+ rustup --version
722026-05-01T16:08:49.129Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-01T16:08:49.132Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-01T16:08:49.150Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-01T16:08:49.153Z+ cargo --version
762026-05-01T16:08:49.165Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-01T16:08:49.168Z+ rustc --version
782026-05-01T16:08:49.187Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-01T16:08:49.190Zprocess exited: duration 18208 ms, exit code 0
 
802026-05-01T16:08:49.196Zstarting task 2: "authentication"
812026-05-01T16:08:49.211Zprocess exited: duration 15 ms, exit code 0
 
822026-05-01T16:08:49.217Zstarting task 3: "clone repository"
832026-05-01T16:08:49.220Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-01T16:08:49.223Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-01T16:08:49.325ZCloning into '/work/oxidecomputer/omicron'...
862026-05-01T16:08:58.707Z+ cd /work/oxidecomputer/omicron
872026-05-01T16:08:58.707Z+ git fetch origin 92d912bffebeeb6123ec4ba297b4c89f17063f87
882026-05-01T16:08:58.991ZFrom https://github.com/oxidecomputer/omicron
892026-05-01T16:08:58.991Z * branch 92d912bffebeeb6123ec4ba297b4c89f17063f87 -> FETCH_HEAD
902026-05-01T16:08:59.002Z+ [[ -n zl/multicast-mgd-ddm ]]
912026-05-01T16:08:59.005Z++ git branch --show-current
922026-05-01T16:08:59.005Z+ current=main
932026-05-01T16:08:59.005Z+ [[ main != zl/multicast-mgd-ddm ]]
942026-05-01T16:08:59.005Z+ git branch -f zl/multicast-mgd-ddm 92d912bffebeeb6123ec4ba297b4c89f17063f87
952026-05-01T16:08:59.008Z+ git checkout -f zl/multicast-mgd-ddm
962026-05-01T16:08:59.235ZSwitched to branch 'zl/multicast-mgd-ddm'
972026-05-01T16:08:59.239Z+ git reset --hard 92d912bffebeeb6123ec4ba297b4c89f17063f87
982026-05-01T16:08:59.292ZHEAD is now at 92d912bff [multicast] connect MGD and DDM to Omicron
992026-05-01T16:08:59.295Zprocess exited: duration 10075 ms, exit code 0
 
1002026-05-01T16:08:59.301Zstarting task 4: "build"
1012026-05-01T16:08:59.305Z+ source .github/buildomat/ci-env.sh
1022026-05-01T16:08:59.308Z++ export CARGO_TERM_COLOR=always
1032026-05-01T16:08:59.308Z++ CARGO_TERM_COLOR=always
1042026-05-01T16:08:59.308Z+ cargo --version
1052026-05-01T16:08:59.315Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-01T16:08:59.318Z+ rustc --version
1072026-05-01T16:08:59.338Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-01T16:08:59.341Z+ source ./env.sh
1092026-05-01T16:08:59.341Z++ OLD_SHELL_OPTS=ehxB
1102026-05-01T16:08:59.341Z++ set -o xtrace
1112026-05-01T16:08:59.344Z++++ dirname ./env.sh
1122026-05-01T16:08:59.344Z+++ readlink -f .
1132026-05-01T16:08:59.347Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-05-01T16:08:59.347Z++ 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-05-01T16:08:59.348Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-05-01T16:08:59.348Z++ 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-05-01T16:08:59.348Z++ 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-05-01T16:08:59.348Z++ 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-05-01T16:08:59.348Z++ 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-05-01T16:08:59.348Z++ 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-05-01T16:08:59.348Z++ 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-05-01T16:08:59.348Z++ case $OLD_SHELL_OPTS in
1232026-05-01T16:08:59.348Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-05-01T16:08:59.348Z+ 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-05-01T16:08:59.348Z+ 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-05-01T16:08:59.348Z+ banner prerequisites
1272026-05-01T16:08:59.352Z
1282026-05-01T16:08:59.352Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-05-01T16:08:59.352Z # # # # # # # # # # # # # # #
1302026-05-01T16:08:59.352Z # # # # ##### # # ##### # # # # # #### #
1312026-05-01T16:08:59.352Z ##### ##### # ##### # # # # # # # # #
1322026-05-01T16:08:59.352Z # # # # # # # # # # # # # # #
1332026-05-01T16:08:59.352Z # # # ###### # # ###### ### # #### # #### #
1342026-05-01T16:08:59.352Z
1352026-05-01T16:08:59.352Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-05-01T16:09:09.172Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-05-01T16:09:16.576Z Startup: Caching catalogs ... Done
1382026-05-01T16:09:23.286ZPlanning: Solver setup ... Done (5.181s)
1392026-05-01T16:09:23.321ZPlanning: Running solver ... Done (0.035s)
1402026-05-01T16:09:23.455ZPlanning: Finding local manifests ... Done (0.003s)
1412026-05-01T16:09:23.466ZPlanning: Fetching manifests: 0/5 0% complete
1422026-05-01T16:09:23.588ZPlanning: Fetching manifests: 5/5 100% complete
1432026-05-01T16:09:23.624ZPlanning: Package planning ... Done (0.036s)
1442026-05-01T16:09:23.660ZPlanning: Merging actions ... Done (0.036s)
1452026-05-01T16:09:23.835ZPlanning: Checking for conflicting actions ... Done (0.175s)
1462026-05-01T16:09:23.844ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-05-01T16:09:24.585ZPlanning: Evaluating mediators ... Done (0.740s)
1482026-05-01T16:09:24.593ZPlanning: Planning completed in 7.85 seconds
1492026-05-01T16:09:24.612Z Packages to install: 5
1502026-05-01T16:09:24.612Z Mediators to change: 3
1512026-05-01T16:09:24.616Z Services to change: 1
1522026-05-01T16:09:24.616Z Estimated space available: 155.34 GB
1532026-05-01T16:09:24.616ZEstimated space to be consumed: 1.89 GB
1542026-05-01T16:09:24.616Z Create boot environment: No
1552026-05-01T16:09:24.616ZCreate backup boot environment: No
1562026-05-01T16:09:24.616Z Rebuild boot archive: No
1572026-05-01T16:09:24.616Z
1582026-05-01T16:09:24.616ZChanged mediators:
1592026-05-01T16:09:24.616Z mediator clang:
1602026-05-01T16:09:24.616Z version: None -> 15 (system default)
1612026-05-01T16:09:24.616Z
1622026-05-01T16:09:24.616Z mediator llvm:
1632026-05-01T16:09:24.616Z version: 14 (system default) -> 15 (system default)
1642026-05-01T16:09:24.616Z
1652026-05-01T16:09:24.616Z mediator postgresql:
1662026-05-01T16:09:24.616Z version: 15 (system default) -> 18 (system default)
1672026-05-01T16:09:24.616Z
1682026-05-01T16:09:24.616ZChanged packages:
1692026-05-01T16:09:24.616Zhelios-dev
1702026-05-01T16:09:24.616Z developer/build-essential
1712026-05-01T16:09:24.617Z None -> 11-2.0
1722026-05-01T16:09:24.617Z library/libxmlsec1
1732026-05-01T16:09:24.617Z None -> 1.2.35-2.0
1742026-05-01T16:09:24.617Z ooce/developer/clang-15
1752026-05-01T16:09:24.617Z None -> 15.0.7-2.0
1762026-05-01T16:09:24.617Z ooce/developer/llvm-15
1772026-05-01T16:09:24.617Z None -> 15.0.7-2.0
1782026-05-01T16:09:24.617Z ooce/library/postgresql-18
1792026-05-01T16:09:24.617Z None -> 18.1-2.0
1802026-05-01T16:09:24.617Z
1812026-05-01T16:09:24.617ZServices:
1822026-05-01T16:09:24.617Z restart_fmri:
1832026-05-01T16:09:24.617Z svc:/system/update-man-index:default
1842026-05-01T16:09:24.650Z
1852026-05-01T16:09:24.650ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-05-01T16:09:29.660ZDownload: 1201/4272 items 83.5/219.0MB 38% complete (16.9M/s)
1872026-05-01T16:09:36.064ZDownload: 2217/4272 items 118.3/219.0MB 54% complete (13.0M/s)
1882026-05-01T16:09:41.065ZDownload: 3004/4272 items 121.3/219.0MB 55% complete (523k/s)
1892026-05-01T16:09:49.428ZDownload: 3247/4272 items 203.1/219.0MB 92% complete (8.5M/s)
1902026-05-01T16:09:51.570ZDownload: Completed 218.99 MB in 26.92 seconds (8.1M/s)
1912026-05-01T16:09:51.720Z Actions: 1/4789 actions (Installing new actions)
1922026-05-01T16:09:55.048Z Actions: Completed 4789 actions in 3.33 seconds.
1932026-05-01T16:09:55.354Z Done (0.302s)
1942026-05-01T16:09:55.354Z Done (0.000s)
1952026-05-01T16:09:56.086Z Done (0.732s)
1962026-05-01T16:09:59.489Z Done (3.055s)
1972026-05-01T16:09:59.562Z Done (0.013s)
1982026-05-01T16:09:59.565Z Done (0.000s)
1992026-05-01T16:09:59.880Z Done (0.000s)
2002026-05-01T16:10:00.735ZPlanning: Evaluating mediator changes ... Done
2012026-05-01T16:10:00.842ZPlanning: Checking for conflicting actions ... Done
2022026-05-01T16:10:00.845ZPlanning: Consolidating action changes ... Done
2032026-05-01T16:10:01.003ZPlanning: Evaluating mediators ... Done
2042026-05-01T16:10:01.006ZPlanning: Planning completed in 0.27 seconds
2052026-05-01T16:10:01.024Z Mediators to change: 2
2062026-05-01T16:10:01.024Z Create boot environment: No
2072026-05-01T16:10:01.024ZCreate backup boot environment: No
2082026-05-01T16:10:01.095Z Done
2092026-05-01T16:10:01.096Z Done
2102026-05-01T16:10:01.696Z Done
2112026-05-01T16:10:04.182Z Done
2122026-05-01T16:10:04.256Z Done
2132026-05-01T16:10:04.258Z Done
2142026-05-01T16:10:04.410Z Done
2152026-05-01T16:10:04.673ZPlanning: Evaluating mediator changes ... Done
2162026-05-01T16:10:04.782ZPlanning: Checking for conflicting actions ... Done
2172026-05-01T16:10:04.784ZPlanning: Consolidating action changes ... Done
2182026-05-01T16:10:04.943ZPlanning: Evaluating mediators ... Done
2192026-05-01T16:10:04.946ZPlanning: Planning completed in 0.27 seconds
2202026-05-01T16:10:04.964Z Mediators to change: 1
2212026-05-01T16:10:04.964Z Create boot environment: No
2222026-05-01T16:10:04.964ZCreate backup boot environment: No
2232026-05-01T16:10:05.023Z Done
2242026-05-01T16:10:05.023Z Done
2252026-05-01T16:10:05.629Z Done
2262026-05-01T16:10:08.094Z Done
2272026-05-01T16:10:08.167Z Done
2282026-05-01T16:10:08.169Z Done
2292026-05-01T16:10:08.336Z Done
2302026-05-01T16:10:08.626ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2312026-05-01T16:10:08.626Zclang system 15 system
2322026-05-01T16:10:08.626Zcsh system system illumos
2332026-05-01T16:10:08.626Zctags system system illumos
2342026-05-01T16:10:08.627Zfile system system illumos
2352026-05-01T16:10:08.627Zgcc vendor 12 vendor
2362026-05-01T16:10:08.627Zgcc system 14 system
2372026-05-01T16:10:08.627Zgcc system 10 system
2382026-05-01T16:10:08.627Zgo system 1.20 system
2392026-05-01T16:10:08.627Zgo system 1.19 system
2402026-05-01T16:10:08.627Zllvm system 15 system
2412026-05-01T16:10:08.627Zllvm system 14 system
2422026-05-01T16:10:08.627Zmariadb system 10.6 system
2432026-05-01T16:10:08.627Zmta vendor vendor dma
2442026-05-01T16:10:08.627Zopenjdk system 17 system
2452026-05-01T16:10:08.627Zopenjdk system 11 system
2462026-05-01T16:10:08.627Zopenjdk system 1.8 system
2472026-05-01T16:10:08.627Zopenssl vendor 3 vendor
2482026-05-01T16:10:08.627Zperl system 5.36 system
2492026-05-01T16:10:08.627Zpostgresql system 18 system
2502026-05-01T16:10:08.627Zpostgresql system 15 system
2512026-05-01T16:10:08.627Zpostgresql system 13 system
2522026-05-01T16:10:08.627Zpython vendor 3 vendor
2532026-05-01T16:10:08.627Zpython system 2 system
2542026-05-01T16:10:08.627Zpython3 system 3.11 system
2552026-05-01T16:10:08.627Zruby system 3.0 system
2562026-05-01T16:10:08.627Zwords vendor vendor american-english
2572026-05-01T16:10:08.627Zwords system system australian-english
2582026-05-01T16:10:08.627Zwords system system british-english
2592026-05-01T16:10:08.627Zwords system system canadian-english
2602026-05-01T16:10:08.627Zwords system system french
2612026-05-01T16:10:08.627Zwords system system italian
2622026-05-01T16:10:08.627Zwords system system ngerman
2632026-05-01T16:10:08.627Zwords system system ogerman
2642026-05-01T16:10:08.627Zwords system system spanish
2652026-05-01T16:10:08.856ZPUBLISHER TYPE STATUS P LOCATION
2662026-05-01T16:10:08.856Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2672026-05-01T16:10:13.394ZFMRI IFO
2682026-05-01T16:10:13.394Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2692026-05-01T16:10:13.394Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2702026-05-01T16:10:13.394Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2712026-05-01T16:10:13.394Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2722026-05-01T16:10:13.394Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2732026-05-01T16:10:13.394Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2742026-05-01T16:10:13.394Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2752026-05-01T16:10:13.394Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2762026-05-01T16:10:13.394Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2772026-05-01T16:10:13.394Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2782026-05-01T16:10:13.394Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2792026-05-01T16:10:13.394Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2802026-05-01T16:10:13.394Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2812026-05-01T16:10:13.394Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2822026-05-01T16:10:13.394Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2832026-05-01T16:10:13.394Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2842026-05-01T16:10:13.394Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2852026-05-01T16:10:14.509Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2862026-05-01T16:10:14.787Z Updating crates.io index
2872026-05-01T16:10:14.818Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2882026-05-01T16:10:15.570Z Updating git repository `https://github.com/oxidecomputer/lldp`
2892026-05-01T16:10:16.052Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2902026-05-01T16:10:16.639Z Updating git repository `https://github.com/oxidecomputer/propolis`
2912026-05-01T16:10:17.477Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2922026-05-01T16:10:17.966Z Updating git repository `https://github.com/oxidecomputer/crucible`
2932026-05-01T16:10:19.382Z Updating git repository `https://github.com/oxidecomputer/opte`
2942026-05-01T16:10:20.303Z Updating git repository `https://github.com/oxidecomputer/tofino`
2952026-05-01T16:10:20.589Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2962026-05-01T16:10:21.457Z Updating git repository `https://github.com/oxidecomputer/clickward`
2972026-05-01T16:10:21.857Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2982026-05-01T16:10:22.231Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2992026-05-01T16:10:22.643Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3002026-05-01T16:10:23.666Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3012026-05-01T16:10:24.222Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3022026-05-01T16:10:24.585Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3032026-05-01T16:10:25.023Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3042026-05-01T16:10:25.307Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3052026-05-01T16:10:25.804Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3062026-05-01T16:10:26.055Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3072026-05-01T16:10:26.325Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3082026-05-01T16:10:26.727Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3092026-05-01T16:10:27.161Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3102026-05-01T16:10:27.612Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3112026-05-01T16:10:27.844Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3122026-05-01T16:10:28.160Z Updating git repository `https://github.com/oxidecomputer/ispf`
3132026-05-01T16:10:29.214Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3142026-05-01T16:10:29.886Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3152026-05-01T16:10:30.301Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3162026-05-01T16:10:30.567Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3172026-05-01T16:10:30.983Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3182026-05-01T16:10:31.300Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3192026-05-01T16:10:31.804Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3202026-05-01T16:10:32.029Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3212026-05-01T16:10:32.314Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3222026-05-01T16:10:32.579Z Updating git repository `https://github.com/illumos/smf-rs`
3232026-05-01T16:10:32.914Z Updating git repository `https://github.com/oxidecomputer/omicron`
3242026-05-01T16:10:44.195Z Downloading crates ...
3252026-05-01T16:10:44.247Z Downloaded anstream v1.0.0
3262026-05-01T16:10:44.252Z Downloaded heck v0.5.0
3272026-05-01T16:10:44.255Z Downloaded crypto-common v0.1.7
3282026-05-01T16:10:44.258Z Downloaded litemap v0.8.1
3292026-05-01T16:10:44.258Z Downloaded is_terminal_polyfill v1.70.2
3302026-05-01T16:10:44.263Z Downloaded proc-macro2 v1.0.106
3312026-05-01T16:10:44.266Z Downloaded fastrand v2.3.0
3322026-05-01T16:10:44.269Z Downloaded toml_write v0.1.2
3332026-05-01T16:10:44.272Z Downloaded plain v0.2.3
3342026-05-01T16:10:44.272Z Downloaded toml_datetime v0.6.11
3352026-05-01T16:10:44.274Z Downloaded errno v0.3.14
3362026-05-01T16:10:44.274Z Downloaded clap_derive v4.6.1
3372026-05-01T16:10:44.274Z Downloaded bitflags v2.11.0
3382026-05-01T16:10:44.277Z Downloaded dof v0.3.0
3392026-05-01T16:10:44.280Z Downloaded icu_properties v2.1.2
3402026-05-01T16:10:44.283Z Downloaded dtrace-parser v0.2.0
3412026-05-01T16:10:44.283Z Downloaded cargo-util-schemas v0.8.2
3422026-05-01T16:10:44.285Z Downloaded byteorder v1.5.0
3432026-05-01T16:10:44.285Z Downloaded utf8_iter v1.0.4
3442026-05-01T16:10:44.288Z Downloaded zerofrom v0.1.6
3452026-05-01T16:10:44.288Z Downloaded version_check v0.9.5
3462026-05-01T16:10:44.291Z Downloaded usdt-attr-macro v0.5.0
3472026-05-01T16:10:44.294Z Downloaded zerofrom-derive v0.1.6
3482026-05-01T16:10:44.297Z Downloaded yoke-derive v0.8.1
3492026-05-01T16:10:44.297Z Downloaded utf8parse v0.2.2
3502026-05-01T16:10:44.299Z Downloaded unicode-linebreak v0.1.5
3512026-05-01T16:10:44.299Z Downloaded heck v0.4.1
3522026-05-01T16:10:44.299Z Downloaded autocfg v1.5.0
3532026-05-01T16:10:44.302Z Downloaded usdt-macro v0.5.0
3542026-05-01T16:10:44.302Z Downloaded itoa v1.0.17
3552026-05-01T16:10:44.302Z Downloaded log v0.4.29
3562026-05-01T16:10:44.305Z Downloaded thread-id v4.2.2
3572026-05-01T16:10:44.305Z Downloaded typeid v1.0.3
3582026-05-01T16:10:44.308Z Downloaded memmap v0.7.0
3592026-05-01T16:10:44.308Z Downloaded camino v1.2.2
3602026-05-01T16:10:44.310Z Downloaded serde_derive v1.0.228
3612026-05-01T16:10:44.316Z Downloaded serde_core v1.0.228
3622026-05-01T16:10:44.319Z Downloaded usdt v0.5.0
3632026-05-01T16:10:44.319Z Downloaded unicode-xid v0.2.6
3642026-05-01T16:10:44.321Z Downloaded fnv v1.0.7
3652026-05-01T16:10:44.322Z Downloaded thiserror-impl v2.0.18
3662026-05-01T16:10:44.322Z Downloaded thiserror v1.0.69
3672026-05-01T16:10:44.324Z Downloaded thiserror v2.0.18
3682026-05-01T16:10:44.327Z Downloaded pretty-hex v0.4.1
3692026-05-01T16:10:44.330Z Downloaded zerovec-derive v0.11.2
3702026-05-01T16:10:44.330Z Downloaded tinystr v0.8.2
3712026-05-01T16:10:44.334Z Downloaded generic-array v0.14.7
3722026-05-01T16:10:44.334Z Downloaded serde-value v0.7.0
3732026-05-01T16:10:44.334Z Downloaded tabled_derive v0.7.0
3742026-05-01T16:10:44.334Z Downloaded ordered-float v2.10.1
3752026-05-01T16:10:44.334Z Downloaded erased-serde v0.4.9
3762026-05-01T16:10:44.338Z Downloaded thiserror-impl v1.0.69
3772026-05-01T16:10:44.338Z Downloaded zmij v1.0.21
3782026-05-01T16:10:44.338Z Downloaded cfg-if v1.0.4
3792026-05-01T16:10:44.340Z Downloaded cargo-platform v0.2.0
3802026-05-01T16:10:44.340Z Downloaded writeable v0.6.2
3812026-05-01T16:10:44.340Z Downloaded idna_adapter v1.2.1
3822026-05-01T16:10:44.340Z Downloaded usdt-impl v0.5.0
3832026-05-01T16:10:44.343Z Downloaded clap_lex v1.0.0
3842026-05-01T16:10:44.347Z Downloaded equivalent v1.0.2
3852026-05-01T16:10:44.347Z Downloaded zerocopy-derive v0.7.35
3862026-05-01T16:10:44.349Z Downloaded terminal_size v0.4.3
3872026-05-01T16:10:44.349Z Downloaded proc-macro-error-attr v1.0.4
3882026-05-01T16:10:44.352Z Downloaded yoke v0.8.1
3892026-05-01T16:10:44.352Z Downloaded smawk v0.3.2
3902026-05-01T16:10:44.355Z Downloaded potential_utf v0.1.4
3912026-05-01T16:10:44.358Z Downloaded toml v0.8.23
3922026-05-01T16:10:44.358Z Downloaded block-buffer v0.10.4
3932026-05-01T16:10:44.360Z Downloaded cargo_toml v0.21.0
3942026-05-01T16:10:44.366Z Downloaded ucd-trie v0.1.7
3952026-05-01T16:10:44.368Z Downloaded textwrap v0.16.2
3962026-05-01T16:10:44.368Z Downloaded unicode-ident v1.0.24
3972026-05-01T16:10:44.373Z Downloaded form_urlencoded v1.2.2
3982026-05-01T16:10:44.376Z Downloaded typenum v1.19.0
3992026-05-01T16:10:44.378Z Downloaded anstyle-query v1.1.5
4002026-05-01T16:10:44.382Z Downloaded toml_edit v0.22.27
4012026-05-01T16:10:44.384Z Downloaded macaddr v1.0.1
4022026-05-01T16:10:44.387Z Downloaded colorchoice v1.0.4
4032026-05-01T16:10:44.390Z Downloaded url v2.5.8
4042026-05-01T16:10:44.390Z Downloaded percent-encoding v2.3.2
4052026-05-01T16:10:44.390Z Downloaded serde_spanned v0.6.9
4062026-05-01T16:10:44.392Z Downloaded zerotrie v0.2.3
4072026-05-01T16:10:44.392Z Downloaded swrite v0.1.0
4082026-05-01T16:10:44.395Z Downloaded zerocopy v0.7.35
4092026-05-01T16:10:44.402Z Downloaded stable_deref_trait v1.2.1
4102026-05-01T16:10:44.404Z Downloaded scroll_derive v0.12.1
4112026-05-01T16:10:44.404Z Downloaded zerovec v0.11.5
4122026-05-01T16:10:44.407Z Downloaded serde_tokenstream v0.2.3
4132026-05-01T16:10:44.407Z Downloaded strsim v0.11.1
4142026-05-01T16:10:44.410Z Downloaded sha2 v0.10.9
4152026-05-01T16:10:44.413Z Downloaded bytecount v0.6.9
4162026-05-01T16:10:44.415Z Downloaded cargo_metadata v0.21.0
4172026-05-01T16:10:44.418Z Downloaded camino-tempfile v1.4.1
4182026-05-01T16:10:44.421Z Downloaded winnow v0.7.14
4192026-05-01T16:10:44.429Z Downloaded unicode-width v0.2.0
4202026-05-01T16:10:44.432Z Downloaded proc-macro-error v1.0.4
4212026-05-01T16:10:44.435Z Downloaded anstyle v1.0.14
4222026-05-01T16:10:44.435Z Downloaded displaydoc v0.2.5
4232026-05-01T16:10:44.438Z Downloaded unicode-width v0.1.14
4242026-05-01T16:10:44.440Z Downloaded anstyle-parse v1.0.0
4252026-05-01T16:10:44.444Z Downloaded serde-untagged v0.1.9
4262026-05-01T16:10:44.446Z Downloaded cpufeatures v0.2.17
4272026-05-01T16:10:44.449Z Downloaded synstructure v0.13.2
4282026-05-01T16:10:44.449Z Downloaded semver v1.0.27
4292026-05-01T16:10:44.449Z Downloaded scroll v0.12.0
4302026-05-01T16:10:44.452Z Downloaded fs-err v3.3.0
4312026-05-01T16:10:44.455Z Downloaded digest v0.10.7
4322026-05-01T16:10:44.463Z Downloaded num-traits v0.2.19
4332026-05-01T16:10:44.469Z Downloaded anyhow v1.0.102
4342026-05-01T16:10:44.477Z Downloaded once_cell v1.21.3
4352026-05-01T16:10:44.480Z Downloaded smallvec v1.15.1
4362026-05-01T16:10:44.483Z Downloaded quote v1.0.45
4372026-05-01T16:10:44.486Z Downloaded pest_derive v2.8.6
4382026-05-01T16:10:44.503Z Downloaded icu_provider v2.1.1
4392026-05-01T16:10:44.506Z Downloaded papergrid v0.11.0
4402026-05-01T16:10:44.514Z Downloaded clap v4.6.1
4412026-05-01T16:10:44.520Z Downloaded tempfile v3.25.0
4422026-05-01T16:10:44.523Z Downloaded pest_generator v2.8.6
4432026-05-01T16:10:44.526Z Downloaded getrandom v0.4.1
4442026-05-01T16:10:44.528Z Downloaded icu_normalizer v2.1.1
4452026-05-01T16:10:44.531Z Downloaded icu_locale_core v2.1.1
4462026-05-01T16:10:44.534Z Downloaded pest_meta v2.8.6
4472026-05-01T16:10:44.545Z Downloaded serde v1.0.228
4482026-05-01T16:10:44.549Z Downloaded icu_normalizer_data v2.1.1
4492026-05-01T16:10:44.562Z Downloaded indexmap v2.13.0
4502026-05-01T16:10:44.565Z Downloaded icu_collections v2.1.1
4512026-05-01T16:10:44.584Z Downloaded memchr v2.8.0
4522026-05-01T16:10:44.591Z Downloaded clap_builder v4.6.0
4532026-05-01T16:10:44.596Z Downloaded goblin v0.8.2
4542026-05-01T16:10:44.610Z Downloaded pest v2.8.6
4552026-05-01T16:10:44.618Z Downloaded serde_json v1.0.149
4562026-05-01T16:10:44.624Z Downloaded idna v1.1.0
4572026-05-01T16:10:44.629Z Downloaded icu_properties_data v2.1.2
4582026-05-01T16:10:44.633Z Downloaded hashbrown v0.16.1
4592026-05-01T16:10:44.638Z Downloaded tabled v0.15.0
4602026-05-01T16:10:44.667Z Downloaded syn v1.0.109
4612026-05-01T16:10:44.675Z Downloaded syn v2.0.117
4622026-05-01T16:10:44.688Z Downloaded rustix v1.1.3
4632026-05-01T16:10:44.722Z Downloaded libc v0.2.185
4642026-05-01T16:10:44.790Z Compiling proc-macro2 v1.0.106
4652026-05-01T16:10:44.790Z Compiling unicode-ident v1.0.24
4662026-05-01T16:10:44.790Z Compiling quote v1.0.45
4672026-05-01T16:10:44.790Z Compiling serde_core v1.0.228
4682026-05-01T16:10:44.794Z Compiling libc v0.2.185
4692026-05-01T16:10:44.794Z Compiling version_check v0.9.5
4702026-05-01T16:10:44.794Z Compiling memchr v2.8.0
4712026-05-01T16:10:44.794Z Compiling serde v1.0.228
4722026-05-01T16:10:45.160Z Compiling stable_deref_trait v1.2.1
4732026-05-01T16:10:45.240Z Compiling zmij v1.0.21
4742026-05-01T16:10:45.382Z Compiling itoa v1.0.17
4752026-05-01T16:10:45.416Z Compiling autocfg v1.5.0
4762026-05-01T16:10:45.568Z Compiling ucd-trie v0.1.7
4772026-05-01T16:10:45.627Z Compiling thiserror v1.0.69
4782026-05-01T16:10:45.746Z Compiling pest v2.8.6
4792026-05-01T16:10:45.799Z Compiling litemap v0.8.1
4802026-05-01T16:10:45.820Z Compiling writeable v0.6.2
4812026-05-01T16:10:45.863Z Compiling byteorder v1.5.0
4822026-05-01T16:10:45.995Z Compiling rustix v1.1.3
4832026-05-01T16:10:46.097Z Compiling icu_properties_data v2.1.2
4842026-05-01T16:10:46.287Z Compiling syn v2.0.117
4852026-05-01T16:10:46.308Z Compiling icu_normalizer_data v2.1.1
4862026-05-01T16:10:46.356Z Compiling errno v0.3.14
4872026-05-01T16:10:46.465Z Compiling serde_json v1.0.149
4882026-05-01T16:10:46.508Z Compiling bitflags v2.11.0
4892026-05-01T16:10:46.611Z Compiling num-traits v0.2.19
4902026-05-01T16:10:46.731Z Compiling typeid v1.0.3
4912026-05-01T16:10:46.750Z Compiling hashbrown v0.16.1
4922026-05-01T16:10:46.798Z Compiling pest_meta v2.8.6
4932026-05-01T16:10:46.981Z Compiling equivalent v1.0.2
4942026-05-01T16:10:47.074Z Compiling smallvec v1.15.1
4952026-05-01T16:10:47.265Z Compiling indexmap v2.13.0
4962026-05-01T16:10:47.301Z Compiling thread-id v4.2.2
4972026-05-01T16:10:47.317Z Compiling usdt-impl v0.5.0
4982026-05-01T16:10:47.386Z Compiling proc-macro-error-attr v1.0.4
4992026-05-01T16:10:47.449Z Compiling syn v1.0.109
5002026-05-01T16:10:47.574Z Compiling winnow v0.7.14
5012026-05-01T16:10:47.635Z Compiling toml_write v0.1.2
5022026-05-01T16:10:47.759Z Compiling erased-serde v0.4.9
5032026-05-01T16:10:48.005Z Compiling proc-macro-error v1.0.4
5042026-05-01T16:10:48.075Z Compiling camino v1.2.2
5052026-05-01T16:10:48.244Z Compiling log v0.4.29
5062026-05-01T16:10:48.423Z Compiling utf8parse v0.2.2
5072026-05-01T16:10:48.442Z Compiling percent-encoding v2.3.2
5082026-05-01T16:10:48.459Z Compiling thiserror v2.0.18
5092026-05-01T16:10:48.543Z Compiling plain v0.2.3
5102026-05-01T16:10:48.561Z Compiling getrandom v0.4.1
5112026-05-01T16:10:48.592Z Compiling utf8_iter v1.0.4
5122026-05-01T16:10:48.645Z Compiling form_urlencoded v1.2.2
5132026-05-01T16:10:48.663Z Compiling anstyle-parse v1.0.0
5142026-05-01T16:10:48.749Z Compiling ordered-float v2.10.1
5152026-05-01T16:10:48.886Z Compiling synstructure v0.13.2
5162026-05-01T16:10:48.912Z Compiling pest_generator v2.8.6
5172026-05-01T16:10:49.050Z Compiling terminal_size v0.4.3
5182026-05-01T16:10:49.205Z Compiling colorchoice v1.0.4
5192026-05-01T16:10:49.334Z Compiling anstyle-query v1.1.5
5202026-05-01T16:10:49.352Z Compiling cfg-if v1.0.4
5212026-05-01T16:10:49.431Z Compiling is_terminal_polyfill v1.70.2
5222026-05-01T16:10:49.449Z Compiling anstyle v1.0.14
5232026-05-01T16:10:49.466Z Compiling pretty-hex v0.4.1
5242026-05-01T16:10:49.510Z Compiling serde-untagged v0.1.9
5252026-05-01T16:10:49.639Z Compiling anstream v1.0.0
5262026-05-01T16:10:49.657Z Compiling semver v1.0.27
5272026-05-01T16:10:49.692Z Compiling fs-err v3.3.0
5282026-05-01T16:10:49.760Z Compiling clap_lex v1.0.0
5292026-05-01T16:10:49.881Z Compiling unicode-width v0.1.14
5302026-05-01T16:10:49.952Z Compiling heck v0.4.1
5312026-05-01T16:10:49.982Z Compiling strsim v0.11.1
5322026-05-01T16:10:49.985Z Compiling heck v0.5.0
5332026-05-01T16:10:50.017Z Compiling anyhow v1.0.102
5342026-05-01T16:10:50.165Z Compiling fnv v1.0.7
5352026-05-01T16:10:50.239Z Compiling once_cell v1.21.3
5362026-05-01T16:10:50.272Z Compiling fastrand v2.3.0
5372026-05-01T16:10:50.323Z Compiling unicode-xid v0.2.6
5382026-05-01T16:10:50.342Z Compiling bytecount v0.6.9
5392026-05-01T16:10:50.453Z Compiling tempfile v3.25.0
5402026-05-01T16:10:50.456Z Compiling papergrid v0.11.0
5412026-05-01T16:10:50.489Z Compiling clap_builder v4.6.0
5422026-05-01T16:10:50.596Z Compiling serde_derive v1.0.228
5432026-05-01T16:10:50.640Z Compiling zerofrom-derive v0.1.6
5442026-05-01T16:10:50.706Z Compiling yoke-derive v0.8.1
5452026-05-01T16:10:50.840Z Compiling zerovec-derive v0.11.2
5462026-05-01T16:10:51.109Z Compiling displaydoc v0.2.5
5472026-05-01T16:10:51.831Z Compiling thiserror-impl v1.0.69
5482026-05-01T16:10:51.834Z Compiling zerocopy-derive v0.7.35
5492026-05-01T16:10:51.879Z Compiling pest_derive v2.8.6
5502026-05-01T16:10:51.920Z Compiling scroll_derive v0.12.1
5512026-05-01T16:10:52.004Z Compiling zerofrom v0.1.6
5522026-05-01T16:10:52.153Z Compiling yoke v0.8.1
5532026-05-01T16:10:52.307Z Compiling thiserror-impl v2.0.18
5542026-05-01T16:10:52.346Z Compiling zerovec v0.11.5
5552026-05-01T16:10:52.577Z Compiling zerotrie v0.2.3
5562026-05-01T16:10:52.709Z Compiling zerocopy v0.7.35
5572026-05-01T16:10:52.857Z Compiling tinystr v0.8.2
5582026-05-01T16:10:52.886Z Compiling potential_utf v0.1.4
5592026-05-01T16:10:53.061Z Compiling icu_locale_core v2.1.1
5602026-05-01T16:10:53.064Z Compiling icu_collections v2.1.1
5612026-05-01T16:10:53.279Z Compiling dtrace-parser v0.2.0
5622026-05-01T16:10:53.302Z Compiling scroll v0.12.0
5632026-05-01T16:10:53.584Z Compiling goblin v0.8.2
5642026-05-01T16:10:53.587Z Compiling tabled_derive v0.7.0
5652026-05-01T16:10:53.644Z Compiling clap_derive v4.6.1
5662026-05-01T16:10:53.758Z Compiling icu_provider v2.1.1
5672026-05-01T16:10:54.008Z Compiling icu_properties v2.1.2
5682026-05-01T16:10:54.033Z Compiling icu_normalizer v2.1.1
5692026-05-01T16:10:54.033Z Compiling toml_datetime v0.6.11
5702026-05-01T16:10:54.068Z Compiling serde_spanned v0.6.9
5712026-05-01T16:10:54.087Z Compiling dof v0.3.0
5722026-05-01T16:10:54.226Z Compiling serde_tokenstream v0.2.3
5732026-05-01T16:10:54.322Z Compiling toml_edit v0.22.27
5742026-05-01T16:10:54.527Z Compiling serde-value v0.7.0
5752026-05-01T16:10:54.547Z Compiling cargo-platform v0.2.0
5762026-05-01T16:10:54.582Z Compiling memmap v0.7.0
5772026-05-01T16:10:54.773Z Compiling unicode-width v0.2.0
5782026-05-01T16:10:54.826Z Compiling smawk v0.3.2
5792026-05-01T16:10:54.892Z Compiling idna_adapter v1.2.1
5802026-05-01T16:10:54.971Z Compiling unicode-linebreak v0.1.5
5812026-05-01T16:10:55.040Z Compiling idna v1.1.0
5822026-05-01T16:10:55.058Z Compiling tabled v0.15.0
5832026-05-01T16:10:55.099Z Compiling usdt-macro v0.5.0
5842026-05-01T16:10:55.118Z Compiling usdt-attr-macro v0.5.0
5852026-05-01T16:10:55.261Z Compiling textwrap v0.16.2
5862026-05-01T16:10:55.414Z Compiling url v2.5.8
5872026-05-01T16:10:55.720Z Compiling toml v0.8.23
5882026-05-01T16:10:55.723Z Compiling clap v4.6.1
5892026-05-01T16:10:55.759Z Compiling macaddr v1.0.1
5902026-05-01T16:10:55.992Z Compiling camino-tempfile v1.4.1
5912026-05-01T16:10:56.164Z Compiling cargo-util-schemas v0.8.2
5922026-05-01T16:10:56.183Z Compiling cargo_toml v0.21.0
5932026-05-01T16:10:56.531Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5942026-05-01T16:10:56.627Z Compiling usdt v0.5.0
5952026-05-01T16:10:56.789Z Compiling swrite v0.1.0
5962026-05-01T16:10:57.087Z Compiling cargo_metadata v0.21.0
5972026-05-01T16:10:58.013Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5982026-05-01T16:11:00.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.78s
5992026-05-01T16:11:00.378Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6002026-05-01T16:11:00.936Z Downloading crates ...
6012026-05-01T16:11:01.036Z Downloaded anstream v0.6.21
6022026-05-01T16:11:01.041Z Downloaded allocator-api2 v0.2.21
6032026-05-01T16:11:01.043Z Downloaded castaway v0.2.4
6042026-05-01T16:11:01.043Z Downloaded bcs v0.1.6
6052026-05-01T16:11:01.043Z Downloaded bitflags v1.3.2
6062026-05-01T16:11:01.046Z Downloaded cargo-platform v0.3.2
6072026-05-01T16:11:01.046Z Downloaded bit-vec v0.8.0
6082026-05-01T16:11:01.049Z Downloaded adler2 v2.0.1
6092026-05-01T16:11:01.049Z Downloaded ahash v0.8.12
6102026-05-01T16:11:01.051Z Downloaded bcrypt-pbkdf v0.10.0
6112026-05-01T16:11:01.055Z Downloaded defmt-parser v1.0.0
6122026-05-01T16:11:01.059Z Downloaded critical-section v1.2.0
6132026-05-01T16:11:01.059Z Downloaded crc-any v2.5.0
6142026-05-01T16:11:01.062Z Downloaded base16ct v0.2.0
6152026-05-01T16:11:01.064Z Downloaded curve25519-dalek-derive v0.1.1
6162026-05-01T16:11:01.064Z Downloaded csv-core v0.1.13
6172026-05-01T16:11:01.067Z Downloaded crucible-workspace-hack v0.1.0
6182026-05-01T16:11:01.067Z Downloaded crossbeam-deque v0.8.6
6192026-05-01T16:11:01.071Z Downloaded bitfield-struct v0.6.2
6202026-05-01T16:11:01.073Z Downloaded fatfs v0.3.6
6212026-05-01T16:11:01.073Z Downloaded ascii-canvas v3.0.0
6222026-05-01T16:11:01.076Z Downloaded bitfield v0.19.4
6232026-05-01T16:11:01.076Z Downloaded crossbeam-utils v0.8.21
6242026-05-01T16:11:01.079Z Downloaded bit-vec v0.6.3
6252026-05-01T16:11:01.079Z Downloaded async-stream-impl v0.3.6
6262026-05-01T16:11:01.083Z Downloaded defmt v0.3.100
6272026-05-01T16:11:01.083Z Downloaded data-encoding v2.10.0
6282026-05-01T16:11:01.083Z Downloaded convert_case v0.10.0
6292026-05-01T16:11:01.083Z Downloaded block-padding v0.3.3
6302026-05-01T16:11:01.086Z Downloaded flume v0.11.1
6312026-05-01T16:11:01.089Z Downloaded derive_builder v0.20.2
6322026-05-01T16:11:01.092Z Downloaded ff v0.13.1
6332026-05-01T16:11:01.095Z Downloaded embedded-io v0.6.1
6342026-05-01T16:11:01.095Z Downloaded derive_builder_macro v0.20.2
6352026-05-01T16:11:01.095Z Downloaded cmake v0.1.57
6362026-05-01T16:11:01.095Z Downloaded bb8 v0.8.6
6372026-05-01T16:11:01.100Z Downloaded bitfield-macros v0.19.4
6382026-05-01T16:11:01.104Z Downloaded dirs-next v2.0.0
6392026-05-01T16:11:01.104Z Downloaded darling_macro v0.23.0
6402026-05-01T16:11:01.104Z Downloaded darling_macro v0.21.3
6412026-05-01T16:11:01.108Z Downloaded arrayref v0.3.9
6422026-05-01T16:11:01.111Z Downloaded atomic-waker v1.1.2
6432026-05-01T16:11:01.111Z Downloaded derive-where v1.6.0
6442026-05-01T16:11:01.115Z Downloaded buf-list v1.1.2
6452026-05-01T16:11:01.118Z Downloaded embedded-io v0.4.0
6462026-05-01T16:11:01.121Z Downloaded array-init v0.0.4
6472026-05-01T16:11:01.121Z Downloaded atty v0.2.14
6482026-05-01T16:11:01.122Z Downloaded enum-as-inner v0.6.1
6492026-05-01T16:11:01.124Z Downloaded dyn-clone v1.0.20
6502026-05-01T16:11:01.124Z Downloaded futures-macro v0.3.32
6512026-05-01T16:11:01.128Z Downloaded dtrace-parser v0.3.0
6522026-05-01T16:11:01.131Z Downloaded document-features v0.2.12
6532026-05-01T16:11:01.131Z Downloaded crunchy v0.2.4
6542026-05-01T16:11:01.134Z Downloaded fixedbitset v0.4.2
6552026-05-01T16:11:01.134Z Downloaded cfg_aliases v0.1.1
6562026-05-01T16:11:01.137Z Downloaded ciborium-io v0.2.2
6572026-05-01T16:11:01.137Z Downloaded aead v0.5.2
6582026-05-01T16:11:01.137Z Downloaded dirs-sys-next v0.1.2
6592026-05-01T16:11:01.139Z Downloaded crc-catalog v2.4.0
6602026-05-01T16:11:01.139Z Downloaded convert_case v0.4.0
6612026-05-01T16:11:01.139Z Downloaded drift v0.1.3
6622026-05-01T16:11:01.142Z Downloaded ctr v0.9.2
6632026-05-01T16:11:01.146Z Downloaded daft v0.1.5
6642026-05-01T16:11:01.146Z Downloaded compression-core v0.4.31
6652026-05-01T16:11:01.146Z Downloaded const_format_proc_macros v0.2.34
6662026-05-01T16:11:01.149Z Downloaded fd-lock v4.0.4
6672026-05-01T16:11:01.149Z Downloaded diesel_table_macro_syntax v0.3.0
6682026-05-01T16:11:01.152Z Downloaded blowfish v0.9.1
6692026-05-01T16:11:01.152Z Downloaded cbc v0.1.2
6702026-05-01T16:11:01.152Z Downloaded base64ct v1.8.3
6712026-05-01T16:11:01.155Z Downloaded bit-set v0.8.0
6722026-05-01T16:11:01.155Z Downloaded byte-wrapper v0.1.0
6732026-05-01T16:11:01.158Z Downloaded env_filter v1.0.0
6742026-05-01T16:11:01.158Z Downloaded downcast-rs v2.0.2
6752026-05-01T16:11:01.159Z Downloaded difflib v0.4.0
6762026-05-01T16:11:01.163Z Downloaded cfg_aliases v0.2.1
6772026-05-01T16:11:01.166Z Downloaded darling_macro v0.20.11
6782026-05-01T16:11:01.166Z Downloaded assert_matches v1.5.0
6792026-05-01T16:11:01.166Z Downloaded async-recursion v1.1.1
6802026-05-01T16:11:01.193Z Downloaded dof v0.4.0
6812026-05-01T16:11:01.194Z Downloaded bit-set v0.5.3
6822026-05-01T16:11:01.194Z Downloaded endian-type v0.1.2
6832026-05-01T16:11:01.194Z Downloaded dropshot-api-manager-types v0.6.0
6842026-05-01T16:11:01.194Z Downloaded foreign-types v0.3.2
6852026-05-01T16:11:01.194Z Downloaded cstr-argument v0.1.2
6862026-05-01T16:11:01.194Z Downloaded foreign-types-macros v0.2.3
6872026-05-01T16:11:01.194Z Downloaded crc v3.4.0
6882026-05-01T16:11:01.194Z Downloaded display-error-chain v0.2.2
6892026-05-01T16:11:01.194Z Downloaded foreign-types v0.5.0
6902026-05-01T16:11:01.194Z Downloaded float-ord v0.3.2
6912026-05-01T16:11:01.194Z Downloaded debug-ignore v1.0.5
6922026-05-01T16:11:01.194Z Downloaded futures-task v0.3.32
6932026-05-01T16:11:01.194Z Downloaded funty v2.0.0
6942026-05-01T16:11:01.194Z Downloaded cobs v0.3.0
6952026-05-01T16:11:01.194Z Downloaded ciborium-ll v0.2.2
6962026-05-01T16:11:01.194Z Downloaded crc8 v0.1.1
6972026-05-01T16:11:01.194Z Downloaded camino-tempfile-ext v0.3.3
6982026-05-01T16:11:01.194Z Downloaded backoff v0.4.0
6992026-05-01T16:11:01.194Z Downloaded float-cmp v0.10.0
7002026-05-01T16:11:01.194Z Downloaded cexpr v0.6.0
7012026-05-01T16:11:01.194Z Downloaded compact_str v0.8.1
7022026-05-01T16:11:01.194Z Downloaded bumpalo v3.20.2
7032026-05-01T16:11:01.198Z Downloaded fxhash v0.2.1
7042026-05-01T16:11:01.198Z Downloaded foreign-types-shared v0.3.1
7052026-05-01T16:11:01.198Z Downloaded gethostname v0.5.0
7062026-05-01T16:11:01.198Z Downloaded foreign-types-shared v0.1.1
7072026-05-01T16:11:01.198Z Downloaded derive-ex v0.1.8
7082026-05-01T16:11:01.198Z Downloaded darling_core v0.23.0
7092026-05-01T16:11:01.201Z Downloaded git-stub v1.0.0
7102026-05-01T16:11:01.201Z Downloaded darling_core v0.20.11
7112026-05-01T16:11:01.204Z Downloaded futures-core v0.3.32
7122026-05-01T16:11:01.204Z Downloaded chacha20 v0.9.1
7132026-05-01T16:11:01.207Z Downloaded atomicwrites v0.4.4
7142026-05-01T16:11:01.207Z Downloaded futures-sink v0.3.32
7152026-05-01T16:11:01.207Z Downloaded compression-codecs v0.4.37
7162026-05-01T16:11:01.210Z Downloaded cassowary v0.3.0
7172026-05-01T16:11:01.210Z Downloaded constant_time_eq v0.4.2
7182026-05-01T16:11:01.213Z Downloaded anstyle-parse v0.2.7
7192026-05-01T16:11:01.213Z Downloaded cpufeatures v0.3.0
7202026-05-01T16:11:01.213Z Downloaded async-stream v0.3.6
7212026-05-01T16:11:01.217Z Downloaded async-trait v0.1.89
7222026-05-01T16:11:01.217Z Downloaded hash32 v0.3.1
7232026-05-01T16:11:01.220Z Downloaded hash32 v0.2.1
7242026-05-01T16:11:01.220Z Downloaded argon2 v0.5.3
7252026-05-01T16:11:01.220Z Downloaded hex-literal v0.4.1
7262026-05-01T16:11:01.220Z Downloaded futures-io v0.3.32
7272026-05-01T16:11:01.222Z Downloaded flagset v0.4.7
7282026-05-01T16:11:01.223Z Downloaded dunce v1.0.5
7292026-05-01T16:11:01.223Z Downloaded headers-core v0.3.0
7302026-05-01T16:11:01.225Z Downloaded clang-sys v1.8.1
7312026-05-01T16:11:01.225Z Downloaded bytes v1.11.1
7322026-05-01T16:11:01.228Z Downloaded fallible-iterator v0.2.0
7332026-05-01T16:11:01.228Z Downloaded ar_archive_writer v0.5.1
7342026-05-01T16:11:01.231Z Downloaded bzip2 v0.6.1
7352026-05-01T16:11:01.231Z Downloaded foldhash v0.2.0
7362026-05-01T16:11:01.234Z Downloaded arrayvec v0.7.6
7372026-05-01T16:11:01.235Z Downloaded env_logger v0.11.9
7382026-05-01T16:11:01.238Z Downloaded dsl_auto_type v0.2.0
7392026-05-01T16:11:01.238Z Downloaded daft-derive v0.1.5
7402026-05-01T16:11:01.240Z Downloaded fs_extra v1.3.0
7412026-05-01T16:11:01.241Z Downloaded corncobs v0.1.4
7422026-05-01T16:11:01.244Z Downloaded cipher v0.4.4
7432026-05-01T16:11:01.244Z Downloaded filetime v0.2.27
7442026-05-01T16:11:01.244Z Downloaded hex v0.4.3
7452026-05-01T16:11:01.246Z Downloaded hostname v0.4.2
7462026-05-01T16:11:01.246Z Downloaded hostname v0.3.1
7472026-05-01T16:11:01.249Z Downloaded home v0.5.12
7482026-05-01T16:11:01.249Z Downloaded defmt-macros v1.0.1
7492026-05-01T16:11:01.249Z Downloaded find-msvc-tools v0.1.9
7502026-05-01T16:11:01.252Z Downloaded der_derive v0.7.3
7512026-05-01T16:11:01.253Z Downloaded ghash v0.5.1
7522026-05-01T16:11:01.253Z Downloaded futures-executor v0.3.32
7532026-05-01T16:11:01.255Z Downloaded hubpack v0.1.2
7542026-05-01T16:11:01.255Z Downloaded fixedbitset v0.5.7
7552026-05-01T16:11:01.258Z Downloaded httpdate v1.0.3
7562026-05-01T16:11:01.259Z Downloaded fs-err v2.11.0
7572026-05-01T16:11:01.259Z Downloaded http-body v1.0.1
7582026-05-01T16:11:01.259Z Downloaded derive_builder_core v0.20.2
7592026-05-01T16:11:01.262Z Downloaded ed25519 v2.2.3
7602026-05-01T16:11:01.262Z Downloaded either v1.15.0
7612026-05-01T16:11:01.265Z Downloaded deranged v0.5.8
7622026-05-01T16:11:01.265Z Downloaded darling v0.20.11
7632026-05-01T16:11:01.269Z Downloaded ecdsa v0.16.9
7642026-05-01T16:11:01.269Z Downloaded git-stub-vcs v0.1.0
7652026-05-01T16:11:01.269Z Downloaded colored v2.2.0
7662026-05-01T16:11:01.272Z Downloaded hubpack_derive v0.1.1
7672026-05-01T16:11:01.272Z Downloaded globset v0.4.18
7682026-05-01T16:11:01.272Z Downloaded ident_case v1.0.1
7692026-05-01T16:11:01.276Z Downloaded hyper-tls v0.6.0
7702026-05-01T16:11:01.276Z Downloaded async-bb8-diesel v0.2.1
7712026-05-01T16:11:01.276Z Downloaded http-range v0.1.5
7722026-05-01T16:11:01.276Z Downloaded des v0.8.1
7732026-05-01T16:11:01.279Z Downloaded indent_write v2.2.0
7742026-05-01T16:11:01.279Z Downloaded derive_more-impl v2.1.1
7752026-05-01T16:11:01.281Z Downloaded internet-checksum v0.2.1
7762026-05-01T16:11:01.282Z Downloaded instability v0.3.11
7772026-05-01T16:11:01.284Z Downloaded instant v0.1.13
7782026-05-01T16:11:01.285Z Downloaded keccak v0.1.6
7792026-05-01T16:11:01.285Z Downloaded cargo_metadata v0.23.1
7802026-05-01T16:11:01.287Z Downloaded indoc v1.0.9
7812026-05-01T16:11:01.288Z Downloaded globwalk v0.9.1
7822026-05-01T16:11:01.292Z Downloaded const-oid v0.9.6
7832026-05-01T16:11:01.292Z Downloaded glob v0.3.3
7842026-05-01T16:11:01.292Z Downloaded console v0.16.2
7852026-05-01T16:11:01.292Z Downloaded backon v1.6.0
7862026-05-01T16:11:01.295Z Downloaded cancel-safe-futures v0.1.5
7872026-05-01T16:11:01.298Z Downloaded base64 v0.21.7
7882026-05-01T16:11:01.298Z Downloaded inout v0.1.4
7892026-05-01T16:11:01.301Z Downloaded crc32fast v1.5.0
7902026-05-01T16:11:01.301Z Downloaded cookie v0.18.1
7912026-05-01T16:11:01.301Z Downloaded is_ci v1.2.0
7922026-05-01T16:11:01.304Z Downloaded kstat-rs v0.2.4
7932026-05-01T16:11:01.304Z Downloaded bzip2 v0.4.4
7942026-05-01T16:11:01.304Z Downloaded ena v0.14.4
7952026-05-01T16:11:01.307Z Downloaded lazy_static v1.5.0
7962026-05-01T16:11:01.307Z Downloaded lalrpop-util v0.19.12
7972026-05-01T16:11:01.310Z Downloaded diff v0.1.13
7982026-05-01T16:11:01.313Z Downloaded ed25519-dalek v2.2.0
7992026-05-01T16:11:01.315Z Downloaded libscf-sys v1.1.0
8002026-05-01T16:11:01.315Z Downloaded linked-hash-map v0.5.6
8012026-05-01T16:11:01.316Z Downloaded http-body-util v0.1.3
8022026-05-01T16:11:01.319Z Downloaded humantime v2.3.0
8032026-05-01T16:11:01.319Z Downloaded getrandom v0.2.17
8042026-05-01T16:11:01.322Z Downloaded darling v0.23.0
8052026-05-01T16:11:01.327Z Downloaded managed v0.8.0
8062026-05-01T16:11:01.327Z Downloaded lzss v0.8.2
8072026-05-01T16:11:01.327Z Downloaded lru-slab v0.1.2
8082026-05-01T16:11:01.327Z Downloaded lru-cache v0.1.2
8092026-05-01T16:11:01.330Z Downloaded match_cfg v0.1.0
8102026-05-01T16:11:01.330Z Downloaded md5 v0.7.0
8112026-05-01T16:11:01.331Z Downloaded maybe-uninit v2.0.0
8122026-05-01T16:11:01.331Z Downloaded erased-serde v0.3.31
8132026-05-01T16:11:01.331Z Downloaded mime v0.3.17
8142026-05-01T16:11:01.331Z Downloaded maplit v1.0.2
8152026-05-01T16:11:01.333Z Downloaded highway v1.3.0
8162026-05-01T16:11:01.333Z Downloaded darling v0.21.3
8172026-05-01T16:11:01.338Z Downloaded blake2 v0.10.6
8182026-05-01T16:11:01.338Z Downloaded ciborium v0.2.2
8192026-05-01T16:11:01.340Z Downloaded chacha20 v0.10.0
8202026-05-01T16:11:01.340Z Downloaded diesel-dtrace v0.5.0
8212026-05-01T16:11:01.343Z Downloaded console v0.15.11
8222026-05-01T16:11:01.343Z Downloaded newline-converter v0.3.0
8232026-05-01T16:11:01.346Z Downloaded ipnet v2.11.0
8242026-05-01T16:11:01.346Z Downloaded indoc v2.0.7
8252026-05-01T16:11:01.350Z Downloaded group v0.13.0
8262026-05-01T16:11:01.350Z Downloaded new_debug_unreachable v1.0.6
8272026-05-01T16:11:01.350Z Downloaded memoffset v0.9.1
8282026-05-01T16:11:01.350Z Downloaded crossbeam-epoch v0.9.18
8292026-05-01T16:11:01.354Z Downloaded lru v0.12.5
8302026-05-01T16:11:01.354Z Downloaded foldhash v0.1.5
8312026-05-01T16:11:01.354Z Downloaded cookie_store v0.22.1
8322026-05-01T16:11:01.357Z Downloaded md-5 v0.10.6
8332026-05-01T16:11:01.357Z Downloaded colored v3.1.1
8342026-05-01T16:11:01.357Z Downloaded defmt v1.0.1
8352026-05-01T16:11:01.360Z Downloaded num-derive v0.4.2
8362026-05-01T16:11:01.360Z Downloaded normalize-line-endings v0.3.0
8372026-05-01T16:11:01.364Z Downloaded nodrop v0.1.14
8382026-05-01T16:11:01.364Z Downloaded nibble_vec v0.1.0
8392026-05-01T16:11:01.364Z Downloaded num-derive v0.3.3
8402026-05-01T16:11:01.364Z Downloaded newtype_derive v0.1.6
8412026-05-01T16:11:01.364Z Downloaded nonempty v0.12.0
8422026-05-01T16:11:01.367Z Downloaded newtype-uuid-macros v0.1.0
8432026-05-01T16:11:01.367Z Downloaded jobserver v0.1.34
8442026-05-01T16:11:01.367Z Downloaded multimap v0.10.1
8452026-05-01T16:11:01.370Z Downloaded half v1.8.3
8462026-05-01T16:11:01.373Z Downloaded libefi-sys v0.1.0
8472026-05-01T16:11:01.375Z Downloaded libloading v0.8.9
8482026-05-01T16:11:01.380Z Downloaded hyper-rustls v0.27.7
8492026-05-01T16:11:01.382Z Downloaded lock_api v0.4.14
8502026-05-01T16:11:01.382Z Downloaded ipnetwork v0.21.1
8512026-05-01T16:11:01.385Z Downloaded num_enum_derive v0.5.11
8522026-05-01T16:11:01.385Z Downloaded ingot v0.1.1
8532026-05-01T16:11:01.388Z Downloaded num_threads v0.1.7
8542026-05-01T16:11:01.388Z Downloaded is-terminal v0.4.17
8552026-05-01T16:11:01.388Z Downloaded ingot-types v0.1.2
8562026-05-01T16:11:01.388Z Downloaded openssl-probe v0.2.1
8572026-05-01T16:11:01.391Z Downloaded num-iter v0.1.45
8582026-05-01T16:11:01.391Z Downloaded num-conv v0.2.0
8592026-05-01T16:11:01.391Z Downloaded num v0.4.3
8602026-05-01T16:11:01.397Z Downloaded openssl-probe v0.1.6
8612026-05-01T16:11:01.401Z Downloaded libsw v3.5.0
8622026-05-01T16:11:01.401Z Downloaded elliptic-curve v0.13.8
8632026-05-01T16:11:01.404Z Downloaded dropshot_endpoint v0.17.0
8642026-05-01T16:11:01.404Z Downloaded dropshot_endpoint v0.16.7
8652026-05-01T16:11:01.406Z Downloaded derive_more v0.99.20
8662026-05-01T16:11:01.409Z Downloaded packed_struct_codegen v0.10.1
8672026-05-01T16:11:01.412Z Downloaded libsw-core v0.3.2
8682026-05-01T16:11:01.415Z Downloaded openssl-macros v0.1.1
8692026-05-01T16:11:01.418Z Downloaded olpc-cjson v0.1.4
8702026-05-01T16:11:01.418Z Downloaded impl-trait-for-tuples v0.2.3
8712026-05-01T16:11:01.420Z Downloaded futures-channel v0.3.32
8722026-05-01T16:11:01.420Z Downloaded const_format v0.2.35
8732026-05-01T16:11:01.423Z Downloaded arc-swap v1.8.2
8742026-05-01T16:11:01.426Z Downloaded oso-derive v0.27.3
8752026-05-01T16:11:01.426Z Downloaded chacha20poly1305 v0.10.1
8762026-05-01T16:11:01.428Z Downloaded base64 v0.22.1
8772026-05-01T16:11:01.431Z Downloaded pbkdf2 v0.12.2
8782026-05-01T16:11:01.431Z Downloaded pbkdf2 v0.11.0
8792026-05-01T16:11:01.433Z Downloaded hyper-staticfile v0.10.1
8802026-05-01T16:11:01.433Z Downloaded hmac v0.12.1
8812026-05-01T16:11:01.436Z Downloaded httparse v1.10.1
8822026-05-01T16:11:01.436Z Downloaded native-tls v0.2.18
8832026-05-01T16:11:01.436Z Downloaded nanorand v0.7.0
8842026-05-01T16:11:01.439Z Downloaded crypto-bigint v0.5.5
8852026-05-01T16:11:01.442Z Downloaded parse-size v1.1.0
8862026-05-01T16:11:01.445Z Downloaded newtype-uuid v1.3.2
8872026-05-01T16:11:01.445Z Downloaded peg-runtime v0.8.5
8882026-05-01T16:11:01.445Z Downloaded mime_guess v2.0.5
8892026-05-01T16:11:01.448Z Downloaded phf_shared v0.13.1
8902026-05-01T16:11:01.460Z Downloaded pin-utils v0.1.0
8912026-05-01T16:11:01.463Z Downloaded phf_shared v0.12.1
8922026-05-01T16:11:01.463Z Downloaded num_enum_derive v0.7.5
8932026-05-01T16:11:01.463Z Downloaded linear-map v1.2.0
8942026-05-01T16:11:01.466Z Downloaded iana-time-zone v0.1.65
8952026-05-01T16:11:01.466Z Downloaded ingot-macros v0.1.1
8962026-05-01T16:11:01.469Z Downloaded half v2.7.1
8972026-05-01T16:11:01.469Z Downloaded predicates-core v1.0.10
8982026-05-01T16:11:01.472Z Downloaded num-rational v0.4.2
8992026-05-01T16:11:01.472Z Downloaded num-integer v0.1.46
9002026-05-01T16:11:01.472Z Downloaded nu-ansi-term v0.50.3
9012026-05-01T16:11:01.474Z Downloaded opaque-debug v0.3.1
9022026-05-01T16:11:01.474Z Downloaded num_enum v0.7.5
9032026-05-01T16:11:01.477Z Downloaded powerfmt v0.2.0
9042026-05-01T16:11:01.480Z Downloaded heapless v0.8.0
9052026-05-01T16:11:01.480Z Downloaded darling_core v0.21.3
9062026-05-01T16:11:01.482Z Downloaded packed_struct v0.10.1
9072026-05-01T16:11:01.485Z Downloaded path-slash v0.1.5
9082026-05-01T16:11:01.485Z Downloaded parking_lot_core v0.8.6
9092026-05-01T16:11:01.488Z Downloaded oxnet v0.1.4
9102026-05-01T16:11:01.488Z Downloaded num_enum v0.5.11
9112026-05-01T16:11:01.490Z Downloaded proc-macro-error-attr2 v2.0.0
9122026-05-01T16:11:01.493Z Downloaded proc-macro-crate v1.3.1
9132026-05-01T16:11:01.493Z Downloaded precomputed-hash v0.1.1
9142026-05-01T16:11:01.493Z Downloaded predicates-tree v1.0.13
9152026-05-01T16:11:01.493Z Downloaded peg v0.8.5
9162026-05-01T16:11:01.496Z Downloaded flate2 v1.1.9
9172026-05-01T16:11:01.498Z Downloaded crossterm v0.28.1
9182026-05-01T16:11:01.502Z Downloaded oxide-tokio-rt v0.1.4
9192026-05-01T16:11:01.505Z Downloaded owo-colors v4.3.0
9202026-05-01T16:11:01.505Z Downloaded progenitor-macro v0.11.2
9212026-05-01T16:11:01.507Z Downloaded paste v1.0.15
9222026-05-01T16:11:01.507Z Downloaded progenitor-client v0.11.2
9232026-05-01T16:11:01.510Z Downloaded psl-types v2.0.11
9242026-05-01T16:11:01.510Z Downloaded progenitor-client v0.10.0
9252026-05-01T16:11:01.510Z Downloaded proc-macro-crate v3.4.0
9262026-05-01T16:11:01.510Z Downloaded password-hash v0.4.2
9272026-05-01T16:11:01.513Z Downloaded num-complex v0.4.6
9282026-05-01T16:11:01.513Z Downloaded libbz2-rs-sys v0.2.2
9292026-05-01T16:11:01.516Z Downloaded litrs v1.0.0
9302026-05-01T16:11:01.516Z Downloaded multer v3.1.0
9312026-05-01T16:11:01.519Z Downloaded ignore v0.4.25
9322026-05-01T16:11:01.519Z Downloaded pem v3.0.6
9332026-05-01T16:11:01.522Z Downloaded password-hash v0.5.0
9342026-05-01T16:11:01.522Z Downloaded phf_shared v0.11.3
9352026-05-01T16:11:01.522Z Downloaded phf v0.13.1
9362026-05-01T16:11:01.525Z Downloaded parse-display-derive v0.10.0
9372026-05-01T16:11:01.525Z Downloaded parse-display v0.10.0
9382026-05-01T16:11:01.525Z Downloaded quick-error v1.2.3
9392026-05-01T16:11:01.527Z Downloaded phf v0.12.1
9402026-05-01T16:11:01.528Z Downloaded radium v0.7.0
9412026-05-01T16:11:01.528Z Downloaded memmap2 v0.9.10
9422026-05-01T16:11:01.530Z Downloaded getrandom v0.3.4
9432026-05-01T16:11:01.530Z Downloaded futures v0.3.32
9442026-05-01T16:11:01.533Z Downloaded pin-project-internal v1.1.11
9452026-05-01T16:11:01.536Z Downloaded postgres-protocol v0.6.10
9462026-05-01T16:11:01.536Z Downloaded pin-project-lite v0.2.17
9472026-05-01T16:11:01.538Z Downloaded polyval v0.6.2
9482026-05-01T16:11:01.542Z Downloaded poly1305 v0.8.0
9492026-05-01T16:11:01.546Z Downloaded pkg-config v0.3.32
9502026-05-01T16:11:01.546Z Downloaded pkcs8 v0.10.2
9512026-05-01T16:11:01.546Z Downloaded heapless v0.7.17
9522026-05-01T16:11:01.549Z Downloaded peg-macros v0.8.5
9532026-05-01T16:11:01.549Z Downloaded indexmap v1.9.3
9542026-05-01T16:11:01.556Z Downloaded aes-gcm v0.10.3
9552026-05-01T16:11:01.556Z Downloaded async-compression v0.4.41
9562026-05-01T16:11:01.560Z Downloaded recursive v0.1.1
9572026-05-01T16:11:01.560Z Downloaded rand_xorshift v0.4.0
9582026-05-01T16:11:01.560Z Downloaded indicatif v0.18.4
9592026-05-01T16:11:01.562Z Downloaded headers v0.4.1
9602026-05-01T16:11:01.565Z Downloaded recursive-proc-macro-impl v0.1.1
9612026-05-01T16:11:01.565Z Downloaded predicates v3.1.4
9622026-05-01T16:11:01.565Z Downloaded ppv-lite86 v0.2.21
9632026-05-01T16:11:01.569Z Downloaded progenitor v0.11.2
9642026-05-01T16:11:01.572Z Downloaded omicron-zone-package v0.12.2
9652026-05-01T16:11:01.574Z Downloaded proc-macro-error2 v2.0.1
9662026-05-01T16:11:01.574Z Downloaded progenitor v0.13.0
9672026-05-01T16:11:01.577Z Downloaded pem-rfc7468 v0.7.0
9682026-05-01T16:11:01.577Z Downloaded diesel_derives v2.3.7
9692026-05-01T16:11:01.587Z Downloaded rustc-hash v2.1.1
9702026-05-01T16:11:01.587Z Downloaded ref-cast-impl v1.0.25
9712026-05-01T16:11:01.587Z Downloaded ref-cast v1.0.25
9722026-05-01T16:11:01.590Z Downloaded der v0.7.10
9732026-05-01T16:11:01.590Z Downloaded rtoolbox v0.0.3
9742026-05-01T16:11:01.590Z Downloaded parking_lot v0.12.5
9752026-05-01T16:11:01.593Z Downloaded progenitor-extras v0.1.1
9762026-05-01T16:11:01.596Z Downloaded psm v0.1.30
9772026-05-01T16:11:01.599Z Downloaded progenitor-client v0.13.0
9782026-05-01T16:11:01.599Z Downloaded parking_lot_core v0.9.12
9792026-05-01T16:11:01.599Z Downloaded russh-cryptovec v0.7.3
9802026-05-01T16:11:01.601Z Downloaded rfc6979 v0.4.0
9812026-05-01T16:11:01.601Z Downloaded parking_lot v0.11.2
9822026-05-01T16:11:01.604Z Downloaded rustc_version v0.4.1
9832026-05-01T16:11:01.607Z Downloaded rustc_version v0.1.7
9842026-05-01T16:11:01.610Z Downloaded pkcs5 v0.7.1
9852026-05-01T16:11:01.612Z Downloaded rand_chacha v0.3.1
9862026-05-01T16:11:01.612Z Downloaded rand_seeder v0.4.0
9872026-05-01T16:11:01.616Z Downloaded r2d2 v0.8.10
9882026-05-01T16:11:01.616Z Downloaded pkcs1 v0.7.5
9892026-05-01T16:11:01.619Z Downloaded hickory-resolver v0.25.2
9902026-05-01T16:11:01.621Z Downloaded rand_core v0.10.0
9912026-05-01T16:11:01.621Z Downloaded rand_core v0.6.4
9922026-05-01T16:11:01.624Z Downloaded cc v1.2.56
9932026-05-01T16:11:01.627Z Downloaded rand_core v0.9.5
9942026-05-01T16:11:01.627Z Downloaded oso v0.27.3
9952026-05-01T16:11:01.630Z Downloaded rand_chacha v0.9.0
9962026-05-01T16:11:01.630Z Downloaded p256 v0.13.2
9972026-05-01T16:11:01.632Z Downloaded postcard v1.1.3
9982026-05-01T16:11:01.636Z Downloaded primeorder v0.13.6
9992026-05-01T16:11:01.636Z Downloaded sapling-renderdag v0.1.0
10002026-05-01T16:11:01.636Z Downloaded salsa20 v0.10.2
10012026-05-01T16:11:01.639Z Downloaded postgres-types v0.2.12
10022026-05-01T16:11:01.639Z Downloaded scheduled-thread-pool v0.2.7
10032026-05-01T16:11:01.642Z Downloaded miniz_oxide v0.8.9
10042026-05-01T16:11:01.644Z Downloaded derive_more v2.1.1
10052026-05-01T16:11:01.649Z Downloaded expectorate v1.2.0
10062026-05-01T16:11:01.652Z Downloaded crossbeam-channel v0.5.15
10072026-05-01T16:11:01.654Z Downloaded aho-corasick v1.1.4
10082026-05-01T16:11:01.657Z Downloaded serde_bytes v0.11.19
10092026-05-01T16:11:01.657Z Downloaded scopeguard v1.2.0
10102026-05-01T16:11:01.660Z Downloaded secrecy v0.8.0
10112026-05-01T16:11:01.660Z Downloaded jiff-static v0.2.21
10122026-05-01T16:11:01.663Z Downloaded scroll_derive v0.13.1
10132026-05-01T16:11:01.663Z Downloaded scrypt v0.11.0
10142026-05-01T16:11:01.665Z Downloaded progenitor-macro v0.13.0
10152026-05-01T16:11:01.670Z Downloaded serde_plain v1.0.2
10162026-05-01T16:11:01.673Z Downloaded serde-big-array v0.5.1
10172026-05-01T16:11:01.673Z Downloaded serde_repr v0.1.20
10182026-05-01T16:11:01.676Z Downloaded semver v0.1.20
10192026-05-01T16:11:01.676Z Downloaded secrecy v0.10.3
10202026-05-01T16:11:01.676Z Downloaded resolv-conf v0.7.6
10212026-05-01T16:11:01.679Z Downloaded serde_spanned v1.0.4
10222026-05-01T16:11:01.679Z Downloaded serde_urlencoded v0.7.1
10232026-05-01T16:11:01.682Z Downloaded rustls-native-certs v0.8.3
10242026-05-01T16:11:01.685Z Downloaded pin-project v1.1.11
10252026-05-01T16:11:01.694Z Downloaded siphasher v1.0.2
10262026-05-01T16:11:01.698Z Downloaded shell-words v1.1.1
10272026-05-01T16:11:01.701Z Downloaded signature v2.2.0
10282026-05-01T16:11:01.701Z Downloaded signal-hook-mio v0.2.5
10292026-05-01T16:11:01.701Z Downloaded hickory-resolver v0.24.4
10302026-05-01T16:11:01.704Z Downloaded signal-hook-tokio v0.3.1
10312026-05-01T16:11:01.707Z Downloaded rustls-pemfile v2.2.0
10322026-05-01T16:11:01.709Z Downloaded quinn-udp v0.5.14
10332026-05-01T16:11:01.710Z Downloaded same-file v1.0.6
10342026-05-01T16:11:01.712Z Downloaded rustversion v1.0.22
10352026-05-01T16:11:01.715Z Downloaded sigpipe v0.1.3
10362026-05-01T16:11:01.718Z Downloaded slog-bunyan v2.5.0
10372026-05-01T16:11:01.722Z Downloaded dropshot-api-manager v0.6.0
10382026-05-01T16:11:01.731Z Downloaded sct v0.7.1
10392026-05-01T16:11:01.734Z Downloaded sec1 v0.7.3
10402026-05-01T16:11:01.737Z Downloaded scroll v0.13.0
10412026-05-01T16:11:01.737Z Downloaded schemars_derive v0.8.22
10422026-05-01T16:11:01.741Z Downloaded ssh-cipher v0.2.0
10432026-05-01T16:11:01.741Z Downloaded slog-envlogger v2.2.0
10442026-05-01T16:11:01.750Z Downloaded serde_derive_internals v0.29.1
10452026-05-01T16:11:01.753Z Downloaded serde-hex v0.1.0
10462026-05-01T16:11:01.753Z Downloaded sha1 v0.10.6
10472026-05-01T16:11:01.756Z Downloaded seq-macro v0.3.6
10482026-05-01T16:11:01.756Z Downloaded serde_path_to_error v0.1.20
10492026-05-01T16:11:01.756Z Downloaded sqlparser_derive v0.5.0
10502026-05-01T16:11:01.759Z Downloaded papergrid v0.17.0
10512026-05-01T16:11:01.762Z Downloaded ssh-encoding v0.2.0
10522026-05-01T16:11:01.762Z Downloaded rustls-pki-types v1.14.0
10532026-05-01T16:11:01.764Z Downloaded minimal-lexical v0.2.1
10542026-05-01T16:11:01.767Z Downloaded russh-keys v0.45.0
10552026-05-01T16:11:01.771Z Downloaded signal-hook-registry v1.4.8
10562026-05-01T16:11:01.774Z Downloaded rusty-fork v0.3.1
10572026-05-01T16:11:01.774Z Downloaded structmeta v0.3.0
10582026-05-01T16:11:01.777Z Downloaded strum v0.26.3
10592026-05-01T16:11:01.777Z Downloaded shlex v1.3.0
10602026-05-01T16:11:01.777Z Downloaded rustls-pemfile v1.0.4
10612026-05-01T16:11:01.780Z Downloaded structmeta-derive v0.3.0
10622026-05-01T16:11:01.780Z Downloaded simd-adler32 v0.3.8
10632026-05-01T16:11:01.780Z Downloaded strip-ansi-escapes v0.2.1
10642026-05-01T16:11:01.782Z Downloaded hashbrown v0.12.3
10652026-05-01T16:11:01.786Z Downloaded strum v0.27.2
10662026-05-01T16:11:01.786Z Downloaded aes v0.8.4
10672026-05-01T16:11:01.789Z Downloaded hickory-server v0.25.2
10682026-05-01T16:11:01.789Z Downloaded hashbrown v0.13.2
10692026-05-01T16:11:01.792Z Downloaded openssl-sys v0.9.111
10702026-05-01T16:11:01.796Z Downloaded slab v0.4.12
10712026-05-01T16:11:01.798Z Downloaded supports-color v3.0.2
10722026-05-01T16:11:01.798Z Downloaded tap v1.0.1
10732026-05-01T16:11:01.798Z Downloaded take_mut v0.2.2
10742026-05-01T16:11:01.801Z Downloaded tagptr v0.2.0
10752026-05-01T16:11:01.801Z Downloaded tabwriter v1.4.1
10762026-05-01T16:11:01.801Z Downloaded tabled_derive v0.11.0
10772026-05-01T16:11:01.801Z Downloaded sync-ptr v0.1.4
10782026-05-01T16:11:01.805Z Downloaded slog-async v2.8.0
10792026-05-01T16:11:01.805Z Downloaded sync_wrapper v1.0.2
10802026-05-01T16:11:01.805Z Downloaded subtle v2.6.1
10812026-05-01T16:11:01.808Z Downloaded progenitor-impl v0.13.0
10822026-05-01T16:11:01.811Z Downloaded smf v0.2.3
10832026-05-01T16:11:01.813Z Downloaded testing_table v0.3.0
10842026-05-01T16:11:01.813Z Downloaded termtree v0.5.1
10852026-05-01T16:11:01.813Z Downloaded http v1.4.0
10862026-05-01T16:11:01.816Z Downloaded smallvec v0.6.14
10872026-05-01T16:11:01.819Z Downloaded slog-json v2.6.1
10882026-05-01T16:11:01.819Z Downloaded snafu-derive v0.8.9
10892026-05-01T16:11:01.822Z Downloaded slog-dtrace v0.3.0
10902026-05-01T16:11:01.822Z Downloaded slog-stdlog v4.1.1
10912026-05-01T16:11:01.822Z Downloaded rcgen v0.12.1
10922026-05-01T16:11:01.825Z Downloaded prettyplease v0.2.37
10932026-05-01T16:11:01.828Z Downloaded pretty_assertions v1.4.1
10942026-05-01T16:11:01.830Z Downloaded thread-id v5.1.0
10952026-05-01T16:11:01.833Z Downloaded serde_cbor v0.11.2
10962026-05-01T16:11:01.833Z Downloaded spki v0.7.3
10972026-05-01T16:11:01.836Z Downloaded thiserror-impl-no-std v2.0.2
10982026-05-01T16:11:01.836Z Downloaded sqlformat v0.3.5
10992026-05-01T16:11:01.838Z Downloaded string_cache v0.8.9
11002026-05-01T16:11:01.841Z Downloaded stacker v0.1.23
11012026-05-01T16:11:01.841Z Downloaded static_assertions v1.1.0
11022026-05-01T16:11:01.844Z Downloaded rustls-platform-verifier v0.6.2
11032026-05-01T16:11:01.844Z Downloaded time-core v0.1.8
11042026-05-01T16:11:01.846Z Downloaded serde_with_macros v3.17.0
11052026-05-01T16:11:01.849Z Downloaded tinyvec_macros v0.1.1
11062026-05-01T16:11:01.852Z Downloaded strum_macros v0.24.3
11072026-05-01T16:11:01.855Z Downloaded stringprep v0.1.5
11082026-05-01T16:11:01.861Z Downloaded hyper-util v0.1.20
11092026-05-01T16:11:01.864Z Downloaded schemars v0.8.22
11102026-05-01T16:11:01.871Z Downloaded ryu v1.0.23
11112026-05-01T16:11:01.873Z Downloaded tokio-macros v2.7.0
11122026-05-01T16:11:01.876Z Downloaded progenitor-impl v0.11.2
11132026-05-01T16:11:01.878Z Downloaded mio v1.2.0
11142026-05-01T16:11:01.882Z Downloaded rayon-core v1.13.0
11152026-05-01T16:11:01.884Z Downloaded crossterm v0.29.0
11162026-05-01T16:11:01.888Z Downloaded tower-layer v0.3.3
11172026-05-01T16:11:01.890Z Downloaded topological-sort v0.2.2
11182026-05-01T16:11:01.890Z Downloaded termios v0.3.3
11192026-05-01T16:11:01.890Z Downloaded ron v0.8.1
11202026-05-01T16:11:01.893Z Downloaded prefix-trie v0.7.0
11212026-05-01T16:11:01.896Z Downloaded slog-term v2.9.2
11222026-05-01T16:11:01.899Z Downloaded slog-scope v4.4.1
11232026-05-01T16:11:01.904Z Downloaded spin v0.9.8
11242026-05-01T16:11:01.906Z Downloaded num-bigint v0.4.6
11252026-05-01T16:11:01.909Z Downloaded tower-service v0.3.3
11262026-05-01T16:11:01.912Z Downloaded tiny-keccak v2.0.2
11272026-05-01T16:11:01.914Z Downloaded thread_local v1.1.9
11282026-05-01T16:11:01.914Z Downloaded thiserror-no-std v2.0.2
11292026-05-01T16:11:01.917Z Downloaded publicsuffix v2.3.0
11302026-05-01T16:11:01.920Z Downloaded rand v0.8.5
11312026-05-01T16:11:01.920Z Downloaded quinn v0.11.9
11322026-05-01T16:11:01.924Z Downloaded trait-variant v0.1.2
11332026-05-01T16:11:01.927Z Downloaded time-macros v0.2.27
11342026-05-01T16:11:01.929Z Downloaded tls_codec v0.4.2
11352026-05-01T16:11:01.929Z Downloaded try-lock v0.2.5
11362026-05-01T16:11:01.932Z Downloaded typify-macro v0.4.3
11372026-05-01T16:11:01.932Z Downloaded strum_macros v0.26.4
11382026-05-01T16:11:01.935Z Downloaded signal-hook v0.3.18
11392026-05-01T16:11:01.938Z Downloaded typify-macro v0.6.1
11402026-05-01T16:11:01.942Z Downloaded tokio-native-tls v0.3.1
11412026-05-01T16:11:01.942Z Downloaded tokio-dtrace v0.1.1
11422026-05-01T16:11:01.942Z Downloaded unarray v0.1.4
11432026-05-01T16:11:01.942Z Downloaded similar v2.7.0
11442026-05-01T16:11:01.948Z Downloaded hashbrown v0.15.5
11452026-05-01T16:11:01.952Z Downloaded itertools v0.10.5
11462026-05-01T16:11:01.955Z Downloaded usdt v0.6.0
11472026-05-01T16:11:01.959Z Downloaded untrusted v0.9.0
11482026-05-01T16:11:01.961Z Downloaded support-bundle-viewer v0.1.2
11492026-05-01T16:11:01.961Z Downloaded slog v2.8.2
11502026-05-01T16:11:01.964Z Downloaded usdt-attr-macro v0.6.0
11512026-05-01T16:11:01.964Z Downloaded term v1.2.1
11522026-05-01T16:11:01.967Z Downloaded toml_writer v1.0.6+spec-1.1.0
11532026-05-01T16:11:01.967Z Downloaded tokio-tungstenite v0.21.0
11542026-05-01T16:11:01.969Z Downloaded unicode-truncate v1.1.0
11552026-05-01T16:11:01.969Z Downloaded tokio-rustls v0.25.0
11562026-05-01T16:11:01.972Z Downloaded untrusted v0.7.1
11572026-05-01T16:11:01.978Z Downloaded num-bigint-dig v0.8.6
11582026-05-01T16:11:01.981Z Downloaded libxml v0.3.3
11592026-05-01T16:11:01.987Z Downloaded unit-prefix v0.5.2
11602026-05-01T16:11:01.989Z Downloaded tokio-tungstenite v0.23.1
11612026-05-01T16:11:01.989Z Downloaded utf-8 v0.7.6
11622026-05-01T16:11:01.992Z Downloaded universal-hash v0.5.1
11632026-05-01T16:11:01.992Z Downloaded hyper v1.8.1
11642026-05-01T16:11:01.995Z Downloaded term v0.7.0
11652026-05-01T16:11:01.998Z Downloaded rand v0.9.2
11662026-05-01T16:11:02.001Z Downloaded socket2 v0.5.10
11672026-05-01T16:11:02.004Z Downloaded futures-util v0.3.32
11682026-05-01T16:11:02.007Z Downloaded waitgroup v0.1.2
11692026-05-01T16:11:02.010Z Downloaded wait-timeout v0.2.1
11702026-05-01T16:11:02.010Z Downloaded void v1.0.2
11712026-05-01T16:11:02.010Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11722026-05-01T16:11:02.013Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11732026-05-01T16:11:02.013Z Downloaded rsa v0.9.10
11742026-05-01T16:11:02.015Z Downloaded serde_yaml v0.9.34+deprecated
11752026-05-01T16:11:02.018Z Downloaded qorb v0.4.1
11762026-05-01T16:11:02.022Z Downloaded tls_codec_derive v0.4.2
11772026-05-01T16:11:02.025Z Downloaded want v0.3.1
11782026-05-01T16:11:02.025Z Downloaded tui-tree-widget v0.23.1
11792026-05-01T16:11:02.028Z Downloaded subprocess v0.2.15
11802026-05-01T16:11:02.031Z Downloaded itertools v0.14.0
11812026-05-01T16:11:02.035Z Downloaded itertools v0.12.1
11822026-05-01T16:11:02.040Z Downloaded xattr v1.6.1
11832026-05-01T16:11:02.045Z Downloaded samael v0.0.19
11842026-05-01T16:11:02.048Z Downloaded zeroize_derive v1.4.3
11852026-05-01T16:11:02.050Z Downloaded unicase v2.9.0
11862026-05-01T16:11:02.050Z Downloaded toml_parser v1.0.9+spec-1.1.0
11872026-05-01T16:11:02.053Z Downloaded xshell-macros v0.2.7
11882026-05-01T16:11:02.053Z Downloaded tokio-stream v0.1.18
11892026-05-01T16:11:02.056Z Downloaded strum_macros v0.27.2
11902026-05-01T16:11:02.056Z Downloaded libm v0.2.16
11912026-05-01T16:11:02.062Z Downloaded nom v7.1.3
11922026-05-01T16:11:02.064Z Downloaded tokio-rustls v0.24.1
11932026-05-01T16:11:02.067Z Downloaded snafu v0.8.9
11942026-05-01T16:11:02.070Z Downloaded usdt-macro v0.6.0
11952026-05-01T16:11:02.070Z Downloaded tokio-rustls v0.26.4
11962026-05-01T16:11:02.070Z Downloaded zone_cfg_derive v0.3.1
11972026-05-01T16:11:02.073Z Downloaded vergen-gitcl v1.0.8
11982026-05-01T16:11:02.073Z Downloaded test-strategy v0.4.5
11992026-05-01T16:11:02.077Z Downloaded vergen-lib v9.1.0
12002026-05-01T16:11:02.080Z Downloaded vergen-git2 v9.1.0
12012026-05-01T16:11:02.083Z Downloaded uzers v0.12.2
12022026-05-01T16:11:02.085Z Downloaded tracing-attributes v0.1.31
12032026-05-01T16:11:02.088Z Downloaded blake3 v1.8.3
12042026-05-01T16:11:02.092Z Downloaded rustls-webpki v0.103.9
12052026-05-01T16:11:02.095Z Downloaded tinyvec v1.10.0
12062026-05-01T16:11:02.098Z Downloaded russh v0.45.0
12072026-05-01T16:11:02.100Z Downloaded whoami v1.6.1
12082026-05-01T16:11:02.100Z Downloaded p521 v0.13.3
12092026-05-01T16:11:02.103Z Downloaded twox-hash v2.1.2
12102026-05-01T16:11:02.106Z Downloaded iddqd v0.3.17
12112026-05-01T16:11:02.108Z Downloaded wyz v0.5.1
12122026-05-01T16:11:02.108Z Downloaded iri-string v0.7.10
12132026-05-01T16:11:02.112Z Downloaded whoami v2.1.0
12142026-05-01T16:11:02.115Z Downloaded h2 v0.4.13
12152026-05-01T16:11:02.118Z Downloaded vergen v9.1.0
12162026-05-01T16:11:02.121Z Downloaded usdt-impl v0.6.0
12172026-05-01T16:11:02.121Z Downloaded tar v0.4.45
12182026-05-01T16:11:02.124Z Downloaded rand v0.10.0
12192026-05-01T16:11:02.125Z Downloaded schemars v1.2.1
12202026-05-01T16:11:02.131Z Downloaded xshell v0.2.7
12212026-05-01T16:11:02.134Z Downloaded socket2 v0.6.3
12222026-05-01T16:11:02.134Z Downloaded schemars v0.9.0
12232026-05-01T16:11:02.139Z Downloaded zone v0.3.1
12242026-05-01T16:11:02.142Z Downloaded vergen-lib v0.1.6
12252026-05-01T16:11:02.142Z Downloaded hkdf v0.12.4
12262026-05-01T16:11:02.162Z Downloaded itertools v0.13.0
12272026-05-01T16:11:02.169Z Downloaded toml v1.0.6+spec-1.1.0
12282026-05-01T16:11:02.169Z Downloaded typify v0.6.1
12292026-05-01T16:11:02.169Z Downloaded zstd-safe v7.2.4
12302026-05-01T16:11:02.169Z Downloaded tracing-core v0.1.36
12312026-05-01T16:11:02.169Z Downloaded steno v0.4.1
12322026-05-01T16:11:02.169Z Downloaded toml v0.9.12+spec-1.1.0
12332026-05-01T16:11:02.169Z Downloaded toml v0.7.8
12342026-05-01T16:11:02.169Z Downloaded typify v0.4.3
12352026-05-01T16:11:02.169Z Downloaded tungstenite v0.23.0
12362026-05-01T16:11:02.169Z Downloaded walkdir v2.5.0
12372026-05-01T16:11:02.169Z Downloaded tungstenite v0.21.0
12382026-05-01T16:11:02.177Z Downloaded yasna v0.5.2
12392026-05-01T16:11:02.179Z Downloaded zerocopy v0.6.6
12402026-05-01T16:11:02.184Z Downloaded zeroize v1.8.2
12412026-05-01T16:11:02.184Z Downloaded rustyline v14.0.0
12422026-05-01T16:11:02.187Z Downloaded unicode-properties v0.1.4
12432026-05-01T16:11:02.199Z Downloaded uuid v1.23.0
12442026-05-01T16:11:02.202Z Downloaded ssh-key v0.6.7
12452026-05-01T16:11:02.205Z Downloaded vsss-rs v3.3.4
12462026-05-01T16:11:02.207Z Downloaded toml_edit v0.23.10+spec-1.0.0
12472026-05-01T16:11:02.210Z Downloaded zstd v0.13.3
12482026-05-01T16:11:02.215Z Downloaded tokio-postgres v0.7.16
12492026-05-01T16:11:02.217Z Downloaded unicode-bidi v0.3.18
12502026-05-01T16:11:02.221Z Downloaded aws-lc-rs v1.16.0
12512026-05-01T16:11:02.226Z Downloaded unsafe-libyaml v0.2.11
12522026-05-01T16:11:02.243Z Downloaded reedline v0.40.0
12532026-05-01T16:11:02.253Z Downloaded toml_edit v0.19.15
12542026-05-01T16:11:02.260Z Downloaded zopfli v0.8.3
12552026-05-01T16:11:02.263Z Downloaded vte v0.14.1
12562026-05-01T16:11:02.263Z Downloaded rpassword v7.4.0
12572026-05-01T16:11:02.267Z Downloaded chrono v0.4.44
12582026-05-01T16:11:02.274Z Downloaded bitvec v1.0.1
12592026-05-01T16:11:02.282Z Downloaded yansi v1.0.1
12602026-05-01T16:11:02.292Z Downloaded zip v0.6.6
12612026-05-01T16:11:02.314Z Downloaded unicode_categories v0.1.1
12622026-05-01T16:11:02.317Z Downloaded git2 v0.20.4
12632026-05-01T16:11:02.323Z Downloaded zerocopy-derive v0.8.40
12642026-05-01T16:11:02.328Z Downloaded reqwest v0.13.2
12652026-05-01T16:11:02.331Z Downloaded bindgen v0.71.1
12662026-05-01T16:11:02.335Z Downloaded tower v0.5.3
12672026-05-01T16:11:02.341Z Downloaded typed-path v0.9.3
12682026-05-01T16:11:02.344Z Downloaded portable-atomic v1.13.1
12692026-05-01T16:11:02.348Z Downloaded unicode-segmentation v1.12.0
12702026-05-01T16:11:02.351Z Downloaded regex v1.12.3
12712026-05-01T16:11:02.355Z Downloaded reqwest v0.12.28
12722026-05-01T16:11:02.358Z Downloaded rustls-webpki v0.101.7
12732026-05-01T16:11:02.365Z Downloaded rayon v1.11.0
12742026-05-01T16:11:02.373Z Downloaded p384 v0.13.1
12752026-05-01T16:11:02.376Z Downloaded quick-xml v0.37.5
12762026-05-01T16:11:02.379Z Downloaded goblin v0.10.5
12772026-05-01T16:11:02.385Z Downloaded x509-cert v0.2.5
12782026-05-01T16:11:02.394Z Downloaded lalrpop v0.19.12
12792026-05-01T16:11:02.400Z Downloaded tower-http v0.6.8
12802026-05-01T16:11:02.404Z Downloaded tokio-util v0.7.18
12812026-05-01T16:11:02.408Z Downloaded moka v0.12.13
12822026-05-01T16:11:02.415Z Downloaded rustls-webpki v0.102.8
12832026-05-01T16:11:02.425Z Downloaded salty v0.3.0
12842026-05-01T16:11:02.428Z Downloaded unicode-normalization v0.1.25
12852026-05-01T16:11:02.431Z Downloaded proptest v1.10.0
12862026-05-01T16:11:02.444Z Downloaded petname v2.0.2
12872026-05-01T16:11:02.451Z Downloaded zip v4.6.1
12882026-05-01T16:11:02.454Z Downloaded nix v0.27.1
12892026-05-01T16:11:02.459Z Downloaded winnow v0.5.40
12902026-05-01T16:11:02.464Z Downloaded curve25519-dalek v4.1.3
12912026-05-01T16:11:02.479Z Downloaded serde_with v3.17.0
12922026-05-01T16:11:02.485Z Downloaded tough v0.20.0
12932026-05-01T16:11:02.490Z Downloaded object v0.30.4
12942026-05-01T16:11:02.505Z Downloaded tabled v0.20.0
12952026-05-01T16:11:02.514Z Downloaded time v0.3.47
12962026-05-01T16:11:02.521Z Downloaded bstr v1.12.1
12972026-05-01T16:11:02.528Z Downloaded quinn-proto v0.11.13
12982026-05-01T16:11:02.534Z Downloaded dropshot v0.17.0
12992026-05-01T16:11:02.553Z Downloaded dropshot v0.16.7
13002026-05-01T16:11:02.565Z Downloaded winnow v0.6.26
13012026-05-01T16:11:02.569Z Downloaded zlib-rs v0.6.2
13022026-05-01T16:11:02.572Z Downloaded radix_trie v0.2.1
13032026-05-01T16:11:02.575Z Downloaded openssl v0.10.75
13042026-05-01T16:11:02.582Z Downloaded object v0.37.3
13052026-05-01T16:11:02.589Z Downloaded hickory-proto v0.25.2
13062026-05-01T16:11:02.595Z Downloaded diesel v2.3.7
13072026-05-01T16:11:02.607Z Downloaded nix v0.28.0
13082026-05-01T16:11:02.649Z Downloaded polar-core v0.27.3
13092026-05-01T16:11:02.654Z Downloaded smoltcp v0.9.1
13102026-05-01T16:11:02.660Z Downloaded rustls v0.21.12
13112026-05-01T16:11:02.666Z Downloaded regex-syntax v0.6.29
13122026-05-01T16:11:02.671Z Downloaded hickory-proto v0.24.4
13132026-05-01T16:11:02.680Z Downloaded nix v0.31.2
13142026-05-01T16:11:02.700Z Downloaded vcpkg v0.2.15
13152026-05-01T16:11:02.723Z Downloaded webpki-roots v1.0.6
13162026-05-01T16:11:02.726Z Downloaded sled v0.34.7
13172026-05-01T16:11:02.732Z Downloaded openapiv3 v2.2.0
13182026-05-01T16:11:02.739Z Downloaded zerocopy v0.8.40
13192026-05-01T16:11:02.745Z Downloaded ratatui v0.29.0
13202026-05-01T16:11:02.757Z Downloaded smoltcp v0.11.0
13212026-05-01T16:11:02.764Z Downloaded zerocopy-derive v0.6.6
13222026-05-01T16:11:02.770Z Downloaded regress v0.10.5
13232026-05-01T16:11:02.776Z Downloaded rustix v0.38.44
13242026-05-01T16:11:02.790Z Downloaded rustls v0.23.37
13252026-05-01T16:11:02.798Z Downloaded regex-syntax v0.8.10
13262026-05-01T16:11:02.802Z Downloaded tracing v0.1.44
13272026-05-01T16:11:02.815Z Downloaded sqlparser v0.61.0
13282026-05-01T16:11:02.821Z Downloaded rustls v0.22.4
13292026-05-01T16:11:02.865Z Downloaded libz-sys v1.1.24
13302026-05-01T16:11:02.878Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13312026-05-01T16:11:02.889Z Downloaded tokio v1.52.1
13322026-05-01T16:11:02.913Z Downloaded typify-impl v0.6.1
13332026-05-01T16:11:02.922Z Downloaded csv v1.4.0
13342026-05-01T16:11:02.937Z Downloaded bzip2-sys v0.1.13+1.0.8
13352026-05-01T16:11:02.944Z Downloaded typify-impl v0.4.3
13362026-05-01T16:11:02.954Z Downloaded encoding_rs v0.8.35
13372026-05-01T16:11:02.979Z Downloaded regex-automata v0.4.14
13382026-05-01T16:11:03.000Z Downloaded petgraph v0.6.5
13392026-05-01T16:11:03.011Z Downloaded chrono-tz v0.10.4
13402026-05-01T16:11:03.028Z Downloaded jiff v0.2.21
13412026-05-01T16:11:03.039Z Downloaded petgraph v0.8.3
13422026-05-01T16:11:03.078Z Downloaded sha3 v0.10.8
13432026-05-01T16:11:03.222Z Downloaded ring v0.17.14
13442026-05-01T16:11:03.264Z Downloaded libgit2-sys v0.18.3+1.9.2
13452026-05-01T16:11:03.874Z Downloaded aws-lc-sys v0.37.1
13462026-05-01T16:11:04.118Z Compiling libc v0.2.185
13472026-05-01T16:11:04.118Z Compiling serde v1.0.228
13482026-05-01T16:11:04.121Z Compiling shlex v1.3.0
13492026-05-01T16:11:04.121Z Compiling find-msvc-tools v0.1.9
13502026-05-01T16:11:04.283Z Compiling log v0.4.29
13512026-05-01T16:11:04.295Z Compiling syn v2.0.117
13522026-05-01T16:11:04.297Z Compiling smallvec v1.15.1
13532026-05-01T16:11:04.297Z Compiling typenum v1.19.0
13542026-05-01T16:11:04.459Z Compiling generic-array v0.14.7
13552026-05-01T16:11:04.490Z Compiling subtle v2.6.1
13562026-05-01T16:11:04.515Z Compiling scopeguard v1.2.0
13572026-05-01T16:11:04.528Z Compiling const-oid v0.9.6
13582026-05-01T16:11:04.589Z Compiling pin-project-lite v0.2.17
13592026-05-01T16:11:04.629Z Compiling lock_api v0.4.14
13602026-05-01T16:11:04.670Z Compiling serde_json v1.0.149
13612026-05-01T16:11:04.707Z Compiling portable-atomic v1.13.1
13622026-05-01T16:11:04.711Z Compiling parking_lot_core v0.9.12
13632026-05-01T16:11:04.857Z Compiling zerocopy v0.8.40
13642026-05-01T16:11:04.963Z Compiling critical-section v1.2.0
13652026-05-01T16:11:05.078Z Compiling futures-core v0.3.32
13662026-05-01T16:11:05.186Z Compiling getrandom v0.2.17
13672026-05-01T16:11:05.189Z Compiling jobserver v0.1.34
13682026-05-01T16:11:05.234Z Compiling errno v0.3.14
13692026-05-01T16:11:05.329Z Compiling rand_core v0.6.4
13702026-05-01T16:11:05.381Z Compiling signal-hook-registry v1.4.8
13712026-05-01T16:11:05.425Z Compiling cc v1.2.56
13722026-05-01T16:11:05.568Z Compiling parking_lot v0.12.5
13732026-05-01T16:11:05.583Z Compiling mio v1.2.0
13742026-05-01T16:11:05.601Z Compiling libm v0.2.16
13752026-05-01T16:11:05.660Z Compiling pkg-config v0.3.32
13762026-05-01T16:11:05.822Z Compiling once_cell v1.21.3
13772026-05-01T16:11:05.929Z Compiling socket2 v0.6.3
13782026-05-01T16:11:05.944Z Compiling num-traits v0.2.19
13792026-05-01T16:11:06.032Z Compiling bitflags v2.11.0
13802026-05-01T16:11:06.061Z Compiling percent-encoding v2.3.2
13812026-05-01T16:11:06.218Z Compiling allocator-api2 v0.2.21
13822026-05-01T16:11:06.245Z Compiling futures-sink v0.3.32
13832026-05-01T16:11:06.260Z Compiling slab v0.4.12
13842026-05-01T16:11:06.288Z Compiling futures-task v0.3.32
13852026-05-01T16:11:06.332Z Compiling futures-channel v0.3.32
13862026-05-01T16:11:06.348Z Compiling foldhash v0.2.0
13872026-05-01T16:11:06.434Z Compiling cpufeatures v0.2.17
13882026-05-01T16:11:06.463Z Compiling futures-io v0.3.32
13892026-05-01T16:11:06.517Z Compiling rustversion v1.0.22
13902026-05-01T16:11:06.551Z Compiling hashbrown v0.16.1
13912026-05-01T16:11:06.565Z Compiling getrandom v0.4.1
13922026-05-01T16:11:06.579Z Compiling rand_core v0.10.0
13932026-05-01T16:11:06.620Z Compiling getrandom v0.3.4
13942026-05-01T16:11:06.743Z Compiling form_urlencoded v1.2.2
13952026-05-01T16:11:06.980Z Compiling ring v0.17.14
13962026-05-01T16:11:07.138Z Compiling synstructure v0.13.2
13972026-05-01T16:11:07.141Z Compiling indexmap v2.13.0
13982026-05-01T16:11:07.174Z Compiling cmake v0.1.57
13992026-05-01T16:11:07.469Z Compiling fs_extra v1.3.0
14002026-05-01T16:11:07.504Z Compiling dunce v1.0.5
14012026-05-01T16:11:07.563Z Compiling ident_case v1.0.1
14022026-05-01T16:11:07.578Z Compiling base64ct v1.8.3
14032026-05-01T16:11:07.598Z Compiling untrusted v0.9.0
14042026-05-01T16:11:07.683Z Compiling flagset v0.4.7
14052026-05-01T16:11:07.718Z Compiling iana-time-zone v0.1.65
14062026-05-01T16:11:07.731Z Compiling aws-lc-sys v0.37.1
14072026-05-01T16:11:07.745Z Compiling rand_core v0.9.5
14082026-05-01T16:11:07.801Z Compiling pem-rfc7468 v0.7.0
14092026-05-01T16:11:07.816Z Compiling uuid v1.23.0
14102026-05-01T16:11:07.857Z Compiling rustix v1.1.3
14112026-05-01T16:11:07.912Z Compiling rustc_version v0.4.1
14122026-05-01T16:11:08.009Z Compiling tracing-core v0.1.36
14132026-05-01T16:11:08.098Z Compiling regex-syntax v0.8.10
14142026-05-01T16:11:08.289Z Compiling aws-lc-rs v1.16.0
14152026-05-01T16:11:08.484Z Compiling vcpkg v0.2.15
14162026-05-01T16:11:08.558Z Compiling httparse v1.10.1
14172026-05-01T16:11:08.593Z Compiling pest_generator v2.8.6
14182026-05-01T16:11:08.843Z Compiling serde_derive v1.0.228
14192026-05-01T16:11:08.903Z Compiling zeroize_derive v1.4.3
14202026-05-01T16:11:09.225Z Compiling zerofrom-derive v0.1.6
14212026-05-01T16:11:09.308Z Compiling yoke-derive v0.8.1
14222026-05-01T16:11:09.547Z Compiling zeroize v1.8.2
14232026-05-01T16:11:09.753Z Compiling zerocopy-derive v0.8.40
14242026-05-01T16:11:10.283Z Compiling crypto-common v0.1.7
14252026-05-01T16:11:10.424Z Compiling block-buffer v0.10.4
14262026-05-01T16:11:10.441Z Compiling zerovec-derive v0.11.2
14272026-05-01T16:11:10.459Z Compiling displaydoc v0.2.5
14282026-05-01T16:11:10.593Z Compiling digest v0.10.7
14292026-05-01T16:11:10.608Z Compiling zerofrom v0.1.6
14302026-05-01T16:11:10.729Z Compiling yoke v0.8.1
14312026-05-01T16:11:10.835Z Compiling tokio-macros v2.7.0
14322026-05-01T16:11:10.914Z Compiling futures-macro v0.3.32
14332026-05-01T16:11:11.184Z Compiling zerotrie v0.2.3
14342026-05-01T16:11:11.482Z Compiling hmac v0.12.1
14352026-05-01T16:11:11.514Z Compiling zerovec v0.11.5
14362026-05-01T16:11:11.539Z Compiling block-padding v0.3.3
14372026-05-01T16:11:11.639Z Compiling rustls-pki-types v1.14.0
14382026-05-01T16:11:11.654Z Compiling sha2 v0.10.9
14392026-05-01T16:11:11.698Z Compiling inout v0.1.4
14402026-05-01T16:11:11.701Z Compiling futures-util v0.3.32
14412026-05-01T16:11:11.870Z Compiling cipher v0.4.4
14422026-05-01T16:11:12.017Z Compiling tinystr v0.8.2
14432026-05-01T16:11:12.089Z Compiling potential_utf v0.1.4
14442026-05-01T16:11:12.137Z Compiling der_derive v0.7.3
14452026-05-01T16:11:12.219Z Compiling bytes v1.11.1
14462026-05-01T16:11:12.248Z Compiling icu_locale_core v2.1.1
14472026-05-01T16:11:12.263Z Compiling icu_collections v2.1.1
14482026-05-01T16:11:12.737Z Compiling tokio v1.52.1
14492026-05-01T16:11:12.816Z Compiling http v1.4.0
14502026-05-01T16:11:12.909Z Compiling icu_provider v2.1.1
14512026-05-01T16:11:13.084Z Compiling der v0.7.10
14522026-05-01T16:11:13.118Z Compiling chrono v0.4.44
14532026-05-01T16:11:13.205Z Compiling icu_properties v2.1.2
14542026-05-01T16:11:13.746Z Compiling icu_normalizer v2.1.1
14552026-05-01T16:11:14.002Z Compiling ppv-lite86 v0.2.21
14562026-05-01T16:11:14.131Z Compiling idna_adapter v1.2.1
14572026-05-01T16:11:14.273Z Compiling idna v1.1.0
14582026-05-01T16:11:14.322Z Compiling thiserror-impl v2.0.18
14592026-05-01T16:11:14.322Z Compiling spki v0.7.3
14602026-05-01T16:11:14.325Z Compiling salsa20 v0.10.2
14612026-05-01T16:11:14.475Z Compiling pbkdf2 v0.12.2
14622026-05-01T16:11:14.525Z Compiling tracing-attributes v0.1.31
14632026-05-01T16:11:14.540Z Compiling rand_chacha v0.9.0
14642026-05-01T16:11:14.588Z Compiling url v2.5.8
14652026-05-01T16:11:14.913Z Compiling scrypt v0.11.0
14662026-05-01T16:11:15.162Z Compiling http-body v1.0.1
14672026-05-01T16:11:15.219Z Compiling aes v0.8.4
14682026-05-01T16:11:15.316Z Compiling cbc v0.1.2
14692026-05-01T16:11:15.359Z Compiling openssl-sys v0.9.111
14702026-05-01T16:11:15.509Z Compiling serde_derive_internals v0.29.1
14712026-05-01T16:11:15.652Z Compiling thiserror v2.0.18
14722026-05-01T16:11:15.755Z Compiling atomic-waker v1.1.2
14732026-05-01T16:11:15.796Z Compiling tracing v0.1.44
14742026-05-01T16:11:15.861Z Compiling num-conv v0.2.0
14752026-05-01T16:11:15.880Z Compiling powerfmt v0.2.0
14762026-05-01T16:11:15.992Z Compiling crc32fast v1.5.0
14772026-05-01T16:11:16.018Z Compiling schemars v0.8.22
14782026-05-01T16:11:16.081Z Compiling base64 v0.22.1
14792026-05-01T16:11:16.084Z Compiling time-core v0.1.8
14802026-05-01T16:11:16.230Z Compiling time-macros v0.2.27
14812026-05-01T16:11:16.248Z Compiling deranged v0.5.8
14822026-05-01T16:11:16.323Z Compiling pkcs5 v0.7.1
14832026-05-01T16:11:16.369Z Compiling rand v0.9.2
14842026-05-01T16:11:16.383Z Compiling schemars_derive v0.8.22
14852026-05-01T16:11:16.618Z Compiling tokio-util v0.7.18
14862026-05-01T16:11:16.788Z Compiling pest_derive v2.8.6
14872026-05-01T16:11:17.145Z Compiling scroll_derive v0.13.1
14882026-05-01T16:11:17.193Z Compiling spin v0.9.8
14892026-05-01T16:11:17.208Z Compiling num_threads v0.1.7
14902026-05-01T16:11:17.248Z Compiling tower-service v0.3.3
14912026-05-01T16:11:17.302Z Compiling try-lock v0.2.5
14922026-05-01T16:11:17.343Z Compiling tower-layer v0.3.3
14932026-05-01T16:11:17.391Z Compiling untrusted v0.7.1
14942026-05-01T16:11:17.407Z Compiling openssl-probe v0.2.1
14952026-05-01T16:11:17.503Z Compiling simd-adler32 v0.3.8
14962026-05-01T16:11:17.517Z Compiling dyn-clone v1.0.20
14972026-05-01T16:11:17.580Z Compiling want v0.3.1
14982026-05-01T16:11:17.594Z Compiling h2 v0.4.13
14992026-05-01T16:11:17.648Z Compiling time v0.3.47
15002026-05-01T16:11:17.738Z Compiling pkcs8 v0.10.2
15012026-05-01T16:11:17.923Z Compiling scroll v0.13.0
15022026-05-01T16:11:17.939Z Compiling ipnet v2.11.0
15032026-05-01T16:11:18.038Z Compiling darling_core v0.20.11
15042026-05-01T16:11:18.186Z Compiling slog v2.8.2
15052026-05-01T16:11:18.379Z Compiling tinyvec_macros v0.1.1
15062026-05-01T16:11:18.394Z Compiling adler2 v2.0.1
15072026-05-01T16:11:18.451Z Compiling pin-utils v0.1.0
15082026-05-01T16:11:18.473Z Compiling httpdate v1.0.3
15092026-05-01T16:11:18.522Z Compiling rustls v0.23.37
15102026-05-01T16:11:18.537Z Compiling miniz_oxide v0.8.9
15112026-05-01T16:11:18.694Z Compiling tinyvec v1.10.0
15122026-05-01T16:11:18.728Z Compiling goblin v0.10.5
15132026-05-01T16:11:18.965Z Compiling erased-serde v0.3.31
15142026-05-01T16:11:19.040Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15152026-05-01T16:11:19.142Z Compiling aho-corasick v1.1.4
15162026-05-01T16:11:19.256Z Compiling foreign-types-shared v0.1.1
15172026-05-01T16:11:19.344Z Compiling usdt-impl v0.6.0
15182026-05-01T16:11:19.423Z Compiling crossbeam-utils v0.8.21
15192026-05-01T16:11:19.444Z Compiling openssl v0.10.75
15202026-05-01T16:11:19.548Z Compiling zlib-rs v0.6.2
15212026-05-01T16:11:19.675Z Compiling tempfile v3.25.0
15222026-05-01T16:11:20.039Z Compiling regex-automata v0.4.14
15232026-05-01T16:11:20.351Z Compiling darling_macro v0.20.11
15242026-05-01T16:11:20.785Z Compiling hyper v1.8.1
15252026-05-01T16:11:20.801Z Compiling darling v0.20.11
15262026-05-01T16:11:21.258Z Compiling foreign-types v0.3.2
15272026-05-01T16:11:21.333Z Compiling dtrace-parser v0.3.0
15282026-05-01T16:11:21.470Z Compiling dof v0.4.0
15292026-05-01T16:11:22.051Z Compiling hyper-util v0.1.20
15302026-05-01T16:11:22.294Z Compiling flate2 v1.1.9
15312026-05-01T16:11:22.665Z Compiling serde_tokenstream v0.2.3
15322026-05-01T16:11:22.696Z Compiling openssl-macros v0.1.1
15332026-05-01T16:11:22.878Z Compiling wait-timeout v0.2.1
15342026-05-01T16:11:22.977Z Compiling thread-id v5.1.0
15352026-05-01T16:11:23.066Z Compiling siphasher v1.0.2
15362026-05-01T16:11:23.082Z Compiling quick-error v1.2.3
15372026-05-01T16:11:23.136Z Compiling native-tls v0.2.18
15382026-05-01T16:11:23.151Z Compiling paste v1.0.15
15392026-05-01T16:11:23.185Z Compiling syn v1.0.109
15402026-05-01T16:11:23.292Z Compiling bit-vec v0.8.0
15412026-05-01T16:11:23.407Z Compiling rusty-fork v0.3.1
15422026-05-01T16:11:23.541Z Compiling bit-set v0.8.0
15432026-05-01T16:11:23.700Z Compiling derive_builder_core v0.20.2
15442026-05-01T16:11:23.798Z Compiling unicode-normalization v0.1.25
15452026-05-01T16:11:24.094Z Compiling rustls-native-certs v0.8.3
15462026-05-01T16:11:24.154Z Compiling http-body-util v0.1.3
15472026-05-01T16:11:24.208Z Compiling signature v2.2.0
15482026-05-01T16:11:24.253Z Compiling scroll_derive v0.12.1
15492026-05-01T16:11:24.382Z Compiling thiserror-impl v1.0.69
15502026-05-01T16:11:24.382Z Compiling heapless v0.7.17
15512026-05-01T16:11:24.410Z Compiling rand_xorshift v0.4.0
15522026-05-01T16:11:24.568Z Compiling darling_core v0.21.3
15532026-05-01T16:11:24.571Z Compiling bzip2-sys v0.1.13+1.0.8
15542026-05-01T16:11:24.612Z Compiling sync_wrapper v1.0.2
15552026-05-01T16:11:24.717Z Compiling cookie v0.18.1
15562026-05-01T16:11:24.836Z Compiling encoding_rs v0.8.35
15572026-05-01T16:11:24.897Z Compiling zstd-safe v7.2.4
15582026-05-01T16:11:24.900Z Compiling anyhow v1.0.102
15592026-05-01T16:11:25.086Z Compiling unarray v0.1.4
15602026-05-01T16:11:25.199Z Compiling mime v0.3.17
15612026-05-01T16:11:25.213Z Compiling unicode-properties v0.1.4
15622026-05-01T16:11:25.415Z Compiling rustls v0.22.4
15632026-05-01T16:11:25.452Z Compiling signal-hook v0.3.18
15642026-05-01T16:11:25.585Z Compiling unicode-bidi v0.3.18
15652026-05-01T16:11:25.621Z Compiling ryu v1.0.23
15662026-05-01T16:11:25.636Z Compiling thiserror v1.0.69
15672026-05-01T16:11:25.758Z Compiling serde_urlencoded v0.7.1
15682026-05-01T16:11:26.005Z Compiling stringprep v0.1.5
15692026-05-01T16:11:26.139Z Compiling proptest v1.10.0
15702026-05-01T16:11:26.340Z Compiling scroll v0.12.0
15712026-05-01T16:11:26.369Z Compiling tower v0.5.3
15722026-05-01T16:11:26.427Z Compiling derive_builder_macro v0.20.2
15732026-05-01T16:11:26.823Z Compiling ipnetwork v0.21.1
15742026-05-01T16:11:26.865Z Compiling rustls-webpki v0.102.8
15752026-05-01T16:11:27.057Z Compiling darling_macro v0.21.3
15762026-05-01T16:11:27.090Z Compiling rand_chacha v0.3.1
15772026-05-01T16:11:27.105Z Compiling serde_spanned v0.6.9
15782026-05-01T16:11:27.207Z Compiling toml_datetime v0.6.11
15792026-05-01T16:11:27.245Z Compiling webpki-roots v1.0.6
15802026-05-01T16:11:27.367Z Compiling md-5 v0.10.6
15812026-05-01T16:11:27.458Z Compiling zerocopy-derive v0.7.35
15822026-05-01T16:11:27.523Z Compiling async-trait v0.1.89
15832026-05-01T16:11:27.537Z Compiling curve25519-dalek v4.1.3
15842026-05-01T16:11:27.614Z Compiling vergen-lib v9.1.0
15852026-05-01T16:11:27.793Z Compiling num-integer v0.1.46
15862026-05-01T16:11:27.867Z Compiling hash32 v0.2.1
15872026-05-01T16:11:27.891Z Compiling ff v0.13.1
15882026-05-01T16:11:28.031Z Compiling memoffset v0.9.1
15892026-05-01T16:11:28.058Z Compiling multer v3.1.0
15902026-05-01T16:11:28.113Z Compiling thread_local v1.1.9
15912026-05-01T16:11:28.283Z Compiling num-bigint-dig v0.8.6
15922026-05-01T16:11:28.305Z Compiling base16ct v0.2.0
15932026-05-01T16:11:28.319Z Compiling slog-async v2.8.0
15942026-05-01T16:11:28.419Z Compiling cfg_aliases v0.2.1
15952026-05-01T16:11:28.467Z Compiling litrs v1.0.0
15962026-05-01T16:11:28.482Z Compiling compression-core v0.4.31
15972026-05-01T16:11:28.497Z Compiling ref-cast v1.0.25
15982026-05-01T16:11:28.574Z Compiling iri-string v0.7.10
15992026-05-01T16:11:28.588Z Compiling match_cfg v0.1.0
16002026-05-01T16:11:28.635Z Compiling fallible-iterator v0.2.0
16012026-05-01T16:11:28.658Z Compiling psl-types v2.0.11
16022026-05-01T16:11:28.787Z Compiling rustix v0.38.44
16032026-05-01T16:11:28.801Z Compiling smoltcp v0.9.1
16042026-05-01T16:11:28.952Z Compiling postgres-protocol v0.6.10
16052026-05-01T16:11:28.971Z Compiling document-features v0.2.12
16062026-05-01T16:11:29.209Z Compiling publicsuffix v2.3.0
16072026-05-01T16:11:29.236Z Compiling hostname v0.3.1
16082026-05-01T16:11:29.390Z Compiling compression-codecs v0.4.37
16092026-05-01T16:11:29.422Z Compiling nix v0.31.2
16102026-05-01T16:11:29.521Z Compiling sec1 v0.7.3
16112026-05-01T16:11:29.560Z Compiling newtype-uuid v1.3.2
16122026-05-01T16:11:29.635Z Compiling zerocopy v0.7.35
16132026-05-01T16:11:29.788Z Compiling tower-http v0.6.8
16142026-05-01T16:11:29.894Z Compiling num-iter v0.1.45
16152026-05-01T16:11:30.018Z Compiling group v0.13.0
16162026-05-01T16:11:30.176Z Compiling darling v0.21.3
16172026-05-01T16:11:30.179Z Compiling rand v0.8.5
16182026-05-01T16:11:30.258Z Compiling oxnet v0.1.4
16192026-05-01T16:11:30.287Z Compiling hubpack_derive v0.1.1
16202026-05-01T16:11:30.301Z Compiling derive_builder v0.20.2
16212026-05-01T16:11:30.413Z Compiling goblin v0.8.2
16222026-05-01T16:11:30.854Z Compiling tokio-native-tls v0.3.1
16232026-05-01T16:11:31.001Z Compiling toml_parser v1.0.9+spec-1.1.0
16242026-05-01T16:11:31.027Z Compiling usdt-macro v0.6.0
16252026-05-01T16:11:31.079Z Compiling usdt-attr-macro v0.6.0
16262026-05-01T16:11:31.248Z Compiling crossbeam-channel v0.5.15
16272026-05-01T16:11:31.618Z Compiling phf_shared v0.13.1
16282026-05-01T16:11:31.701Z Compiling regex v1.12.3
16292026-05-01T16:11:31.751Z Compiling slog-json v2.6.1
16302026-05-01T16:11:31.867Z Compiling anstyle-parse v0.2.7
16312026-05-01T16:11:31.871Z Compiling lazy_static v1.5.0
16322026-05-01T16:11:31.961Z Compiling futures-executor v0.3.32
16332026-05-01T16:11:31.976Z Compiling hkdf v0.12.4
16342026-05-01T16:11:32.050Z Compiling crypto-bigint v0.5.5
16352026-05-01T16:11:32.138Z Compiling terminal_size v0.4.3
16362026-05-01T16:11:32.153Z Compiling strum_macros v0.27.2
16372026-05-01T16:11:32.218Z Compiling async-stream-impl v0.3.6
16382026-05-01T16:11:32.278Z Compiling ref-cast-impl v1.0.25
16392026-05-01T16:11:32.808Z Compiling daft-derive v0.1.5
16402026-05-01T16:11:32.821Z Compiling curve25519-dalek-derive v0.1.1
16412026-05-01T16:11:33.509Z Compiling vergen v9.1.0
16422026-05-01T16:11:33.512Z Compiling is-terminal v0.4.17
16432026-05-01T16:11:33.582Z Compiling memmap2 v0.9.10
16442026-05-01T16:11:33.620Z Compiling fs-err v3.3.0
16452026-05-01T16:11:33.689Z Compiling cargo-platform v0.3.2
16462026-05-01T16:11:33.785Z Compiling serde_spanned v1.0.4
16472026-05-01T16:11:33.805Z Compiling toml_datetime v1.0.0+spec-1.1.0
16482026-05-01T16:11:33.865Z Compiling dropshot v0.17.0
16492026-05-01T16:11:33.933Z Compiling ahash v0.8.12
16502026-05-01T16:11:33.970Z Compiling bumpalo v3.20.2
16512026-05-01T16:11:34.050Z Compiling libbz2-rs-sys v0.2.2
16522026-05-01T16:11:34.104Z Compiling take_mut v0.2.2
16532026-05-01T16:11:34.135Z Compiling term v1.2.1
16542026-05-01T16:11:34.190Z Compiling bitflags v1.3.2
16552026-05-01T16:11:34.212Z Compiling object v0.37.3
16562026-05-01T16:11:34.226Z Compiling managed v0.8.0
16572026-05-01T16:11:34.240Z Compiling unicode-segmentation v1.12.0
16582026-05-01T16:11:34.263Z Compiling foldhash v0.1.5
16592026-05-01T16:11:34.437Z Compiling winnow v0.5.40
16602026-05-01T16:11:34.437Z Compiling toml_writer v1.0.6+spec-1.1.0
16612026-05-01T16:11:34.526Z Compiling bzip2 v0.6.1
16622026-05-01T16:11:34.629Z Compiling toml v1.0.6+spec-1.1.0
16632026-05-01T16:11:34.651Z Compiling clap_builder v4.6.0
16642026-05-01T16:11:34.732Z Compiling slog-term v2.9.2
16652026-05-01T16:11:34.758Z Compiling hashbrown v0.15.5
16662026-05-01T16:11:35.269Z Compiling strum v0.27.2
16672026-05-01T16:11:35.397Z Compiling zopfli v0.8.3
16682026-05-01T16:11:35.618Z Compiling cargo_metadata v0.23.1
16692026-05-01T16:11:35.758Z Compiling toml_edit v0.19.15
16702026-05-01T16:11:35.886Z Compiling usdt v0.6.0
16712026-05-01T16:11:35.965Z Compiling daft v0.1.5
16722026-05-01T16:11:36.142Z Compiling elliptic-curve v0.13.8
16732026-05-01T16:11:36.343Z Compiling async-stream v0.3.6
16742026-05-01T16:11:36.518Z Compiling dof v0.3.0
16752026-05-01T16:11:36.535Z Compiling futures v0.3.32
16762026-05-01T16:11:36.619Z Compiling anstream v0.6.21
16772026-05-01T16:11:36.937Z Compiling tokio-rustls v0.25.0
16782026-05-01T16:11:37.055Z Compiling slog-bunyan v2.5.0
16792026-05-01T16:11:37.146Z Compiling phf v0.13.1
16802026-05-01T16:11:37.193Z Compiling signal-hook-mio v0.2.5
16812026-05-01T16:11:37.222Z Compiling hyper-tls v0.6.0
16822026-05-01T16:11:37.319Z Compiling zstd v0.13.3
16832026-05-01T16:11:37.444Z Compiling hubpack v0.1.2
16842026-05-01T16:11:37.573Z Compiling cookie_store v0.22.1
16852026-05-01T16:11:37.589Z Compiling bzip2 v0.4.4
16862026-05-01T16:11:37.658Z Compiling serde_with_macros v3.17.0
16872026-05-01T16:11:37.814Z Compiling async-compression v0.4.41
16882026-05-01T16:11:38.123Z Compiling postgres-types v0.2.12
16892026-05-01T16:11:38.216Z Compiling dtrace-parser v0.2.0
16902026-05-01T16:11:38.407Z Compiling ed25519 v2.2.3
16912026-05-01T16:11:38.721Z Compiling phf_shared v0.11.3
16922026-05-01T16:11:38.837Z Compiling dropshot_endpoint v0.17.0
16932026-05-01T16:11:38.916Z Compiling bstr v1.12.1
16942026-05-01T16:11:39.010Z Compiling pkcs1 v0.7.5
16952026-05-01T16:11:39.072Z Compiling waitgroup v0.1.2
16962026-05-01T16:11:39.218Z Compiling hex v0.4.3
16972026-05-01T16:11:39.338Z Compiling serde-big-array v0.5.1
16982026-05-01T16:11:39.341Z Compiling openapiv3 v2.2.0
16992026-05-01T16:11:39.423Z Compiling rustls-pemfile v2.2.0
17002026-05-01T16:11:39.484Z Compiling rfc6979 v0.4.0
17012026-05-01T16:11:39.498Z Compiling sha1 v0.10.6
17022026-05-01T16:11:39.576Z Compiling enum-as-inner v0.6.1
17032026-05-01T16:11:39.609Z Compiling serde_repr v0.1.20
17042026-05-01T16:11:39.624Z Compiling clap_derive v4.6.1
17052026-05-01T16:11:39.730Z Compiling strum_macros v0.26.4
17062026-05-01T16:11:40.072Z Compiling float-cmp v0.10.0
17072026-05-01T16:11:40.135Z Compiling thread-id v4.2.2
17082026-05-01T16:11:40.222Z Compiling hostname v0.4.2
17092026-05-01T16:11:40.222Z Compiling env_filter v1.0.0
17102026-05-01T16:11:40.365Z Compiling serde_path_to_error v0.1.20
17112026-05-01T16:11:40.540Z Compiling either v1.15.0
17122026-05-01T16:11:40.601Z Compiling rustc-hash v2.1.1
17132026-05-01T16:11:40.717Z Compiling fixedbitset v0.5.7
17142026-05-01T16:11:40.734Z Compiling precomputed-hash v0.1.1
17152026-05-01T16:11:40.750Z Compiling predicates-core v1.0.10
17162026-05-01T16:11:40.825Z Compiling fixedbitset v0.4.2
17172026-05-01T16:11:40.931Z Compiling static_assertions v1.1.0
17182026-05-01T16:11:40.949Z Compiling keccak v0.1.6
17192026-05-01T16:11:41.008Z Compiling normalize-line-endings v0.3.0
17202026-05-01T16:11:41.024Z Compiling debug-ignore v1.0.5
17212026-05-01T16:11:41.046Z Compiling difflib v0.4.0
17222026-05-01T16:11:41.104Z Compiling data-encoding v2.10.0
17232026-05-01T16:11:41.129Z Compiling new_debug_unreachable v1.0.6
17242026-05-01T16:11:41.204Z Compiling jiff v0.2.21
17252026-05-01T16:11:41.379Z Compiling whoami v2.1.0
17262026-05-01T16:11:41.452Z Compiling strum v0.26.3
17272026-05-01T16:11:41.586Z Compiling hickory-proto v0.25.2
17282026-05-01T16:11:41.601Z Compiling tokio-postgres v0.7.16
17292026-05-01T16:11:41.753Z Compiling clap v4.6.1
17302026-05-01T16:11:41.768Z Compiling predicates v3.1.4
17312026-05-01T16:11:41.796Z Compiling string_cache v0.8.9
17322026-05-01T16:11:42.024Z Compiling sha3 v0.10.8
17332026-05-01T16:11:42.407Z Compiling toml_edit v0.22.27
17342026-05-01T16:11:42.485Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17352026-05-01T16:11:42.635Z Compiling petgraph v0.6.5
17362026-05-01T16:11:43.808Z Compiling zip v4.6.1
17372026-05-01T16:11:44.107Z Compiling petgraph v0.8.3
17382026-05-01T16:11:44.770Z Compiling itertools v0.13.0
17392026-05-01T16:11:45.147Z Compiling iddqd v0.3.17
17402026-05-01T16:11:45.232Z Compiling env_logger v0.11.9
17412026-05-01T16:11:45.358Z Compiling usdt-impl v0.5.0
17422026-05-01T16:11:45.580Z Compiling ecdsa v0.16.9
17432026-05-01T16:11:45.940Z Compiling serde_with v3.17.0
17442026-05-01T16:11:45.969Z Compiling similar v2.7.0
17452026-05-01T16:11:45.994Z Compiling rsa v0.9.10
17462026-05-01T16:11:46.041Z Compiling crossterm v0.28.1
17472026-05-01T16:11:46.246Z Compiling ed25519-dalek v2.2.0
17482026-05-01T16:11:46.837Z Compiling zip v0.6.6
17492026-05-01T16:11:47.258Z Compiling toml v0.7.8
17502026-05-01T16:11:47.409Z Compiling heck v0.4.1
17512026-05-01T16:11:47.637Z Compiling crossbeam-epoch v0.9.18
17522026-05-01T16:11:47.653Z Compiling tokio-stream v0.1.18
17532026-05-01T16:11:47.720Z Compiling buf-list v1.1.2
17542026-05-01T16:11:47.771Z Compiling x509-cert v0.2.5
17552026-05-01T16:11:47.849Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17562026-05-01T16:11:47.963Z Compiling toml_datetime v0.7.5+spec-1.1.0
17572026-05-01T16:11:47.987Z Compiling lalrpop-util v0.19.12
17582026-05-01T16:11:48.113Z Compiling peg-runtime v0.8.5
17592026-05-01T16:11:48.151Z Compiling filetime v0.2.27
17602026-05-01T16:11:48.174Z Compiling xattr v1.6.1
17612026-05-01T16:11:48.357Z Compiling tar v0.4.45
17622026-05-01T16:11:54.461Z Compiling rustls-webpki v0.103.9
17632026-05-01T16:11:57.245Z Compiling tokio-rustls v0.26.4
17642026-05-01T16:11:57.245Z Compiling rustls-platform-verifier v0.6.2
17652026-05-01T16:11:57.450Z Compiling hyper-rustls v0.27.7
17662026-05-01T16:11:57.653Z Compiling reqwest v0.13.2
17672026-05-01T16:11:57.653Z Compiling reqwest v0.12.28
17682026-05-01T16:11:59.739Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17692026-05-01T16:11:59.953Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17702026-05-01T16:12:02.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
17712026-05-01T16:12:02.925Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17722026-05-01T16:12:02.979ZMay 01 16:12:02.073 INFO Starting download, target: Cockroach
17732026-05-01T16:12:02.979ZMay 01 16:12:02.073 INFO Starting download, target: Console
17742026-05-01T16:12:02.979ZMay 01 16:12:02.073 INFO Starting download, target: Clickhouse
17752026-05-01T16:12:02.979ZMay 01 16:12:02.073 INFO Starting download, target: DendriteStub
17762026-05-01T16:12:02.982ZMay 01 16:12:02.073 INFO Starting download, target: MaghemiteMgd
17772026-05-01T16:12:02.982ZMay 01 16:12:02.073 INFO Starting download, target: TransceiverControl
17782026-05-01T16:12:02.982ZMay 01 16:12:02.074 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17792026-05-01T16:12:02.982ZMay 01 16:12:02.074 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17802026-05-01T16:12:02.982ZMay 01 16:12:02.074 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17812026-05-01T16:12:02.982ZMay 01 16:12:02.074 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17822026-05-01T16:12:02.982ZMay 01 16:12:02.074 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17832026-05-01T16:12:02.982ZMay 01 16:12:02.074 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17842026-05-01T16:12:03.265ZMay 01 16:12:02.355 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17852026-05-01T16:12:03.465ZMay 01 16:12:02.559 INFO Download complete, target: TransceiverControl
17862026-05-01T16:12:03.979ZMay 01 16:12:03.072 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17872026-05-01T16:12:04.224ZMay 01 16:12:03.312 INFO Download complete, target: Console
17882026-05-01T16:12:04.882ZMay 01 16:12:03.973 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17892026-05-01T16:12:04.890ZMay 01 16:12:03.983 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17902026-05-01T16:12:05.035ZMay 01 16:12:04.127 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17912026-05-01T16:12:05.392ZMay 01 16:12:04.486 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17922026-05-01T16:12:05.392ZMay 01 16:12:04.486 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17932026-05-01T16:12:07.440ZMay 01 16:12:06.530 INFO Download complete, target: MaghemiteMgd
17942026-05-01T16:12:07.508ZMay 01 16:12:06.592 INFO Download complete, target: DendriteStub
17952026-05-01T16:12:10.081ZMay 01 16:12:09.175 INFO Checking that binary works, target: Cockroach
17962026-05-01T16:12:10.175ZMay 01 16:12:09.268 INFO Download complete, target: Cockroach
17972026-05-01T16:12:11.779ZMay 01 16:12:10.872 INFO Checking that binary works, target: Clickhouse
17982026-05-01T16:12:11.948ZMay 01 16:12:10.984 INFO Download complete, target: Clickhouse
17992026-05-01T16:12:11.952ZAll builder prerequisites installed successfully, and PATH looks valid
18002026-05-01T16:12:11.952Z
18012026-05-01T16:12:11.952Zreal 3:12.538570024
18022026-05-01T16:12:11.952Zuser 7:29.021932057
18032026-05-01T16:12:11.952Zsys 1:27.739470620
18042026-05-01T16:12:11.952Ztrap 0.212548043
18052026-05-01T16:12:11.952Ztflt 0.657592538
18062026-05-01T16:12:11.952Zdflt 0.657640385
18072026-05-01T16:12:11.952Zkflt 0.022491465
18082026-05-01T16:12:11.952Zlock 21:40.425854403
18092026-05-01T16:12:11.952Zslp 22:33.140907153
18102026-05-01T16:12:11.952Zlat 44.082924708
18112026-05-01T16:12:11.952Zstop 2:05.263201784
18122026-05-01T16:12:11.952Z+ banner hack-check
18132026-05-01T16:12:11.952Z
18142026-05-01T16:12:11.952Z # # ## #### # # #### # # ###### #### # #
18152026-05-01T16:12:11.952Z # # # # # # # # # # # # # # # # #
18162026-05-01T16:12:11.952Z ###### # # # #### ##### # ###### ##### # ####
18172026-05-01T16:12:11.952Z # # ###### # # # # # # # # # #
18182026-05-01T16:12:11.953Z # # # # # # # # # # # # # # # # #
18192026-05-01T16:12:11.953Z # # # # #### # # #### # # ###### #### # #
18202026-05-01T16:12:11.953Z
18212026-05-01T16:12:11.953Z+ export CARGO_INCREMENTAL=0
18222026-05-01T16:12:11.953Z+ CARGO_INCREMENTAL=0
18232026-05-01T16:12:11.953Z+ ptime -m timeout 2h cargo xtask check-features --ci
18242026-05-01T16:12:12.417Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18252026-05-01T16:12:12.630Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18262026-05-01T16:12:14.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
18272026-05-01T16:12:14.556Z Running `target/debug/xtask check-features --ci`
18282026-05-01T16:12:14.582Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18292026-05-01T16:12:14.585Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18302026-05-01T16:12:15.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18312026-05-01T16:12:15.080Z Running `target/debug/xtask download cargo-hack`
18322026-05-01T16:12:15.855Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18332026-05-01T16:12:16.165Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18342026-05-01T16:12:18.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
18352026-05-01T16:12:18.826Z Running `target/debug/xtask-downloader cargo-hack`
18362026-05-01T16:12:18.898ZMay 01 16:12:17.964 INFO Starting download, target: CargoHack
18372026-05-01T16:12:18.902ZMay 01 16:12:17.965 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18382026-05-01T16:12:19.251ZMay 01 16:12:18.343 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18392026-05-01T16:12:19.300ZMay 01 16:12:18.393 INFO Download complete, target: CargoHack
18402026-05-01T16:12:19.303Zrunning: "/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"
18412026-05-01T16:12:19.316Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18422026-05-01T16:12:19.464Zinfo: running `cargo check --bins` on api_identity (1/275)
18432026-05-01T16:12:19.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-05-01T16:12:19.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-05-01T16:12:19.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-05-01T16:12:19.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18472026-05-01T16:12:20.039Z
18482026-05-01T16:12:20.039Zinfo: running `cargo check --bins` on bootstore (2/275)
18492026-05-01T16:12:20.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-05-01T16:12:20.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-05-01T16:12:20.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-05-01T16:12:20.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18532026-05-01T16:12:20.615Z
18542026-05-01T16:12:20.615Zinfo: running `cargo check --bins` on omicron-ledger (3/275)
18552026-05-01T16:12:21.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-05-01T16:12:21.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-05-01T16:12:21.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-05-01T16:12:21.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18592026-05-01T16:12:21.189Z
18602026-05-01T16:12:21.189Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/275)
18612026-05-01T16:12:21.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-05-01T16:12:21.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-05-01T16:12:21.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-05-01T16:12:21.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18652026-05-01T16:12:21.763Z
18662026-05-01T16:12:21.763Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/275)
18672026-05-01T16:12:22.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-05-01T16:12:22.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-05-01T16:12:22.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-05-01T16:12:22.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18712026-05-01T16:12:22.339Z
18722026-05-01T16:12:22.339Zinfo: running `cargo check --bins` on omicron-certificates (6/275)
18732026-05-01T16:12:22.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-05-01T16:12:22.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-05-01T16:12:22.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-05-01T16:12:22.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18772026-05-01T16:12:22.921Z
18782026-05-01T16:12:22.921Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/275)
18792026-05-01T16:12:23.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-05-01T16:12:23.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-05-01T16:12:23.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-05-01T16:12:23.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18832026-05-01T16:12:23.504Z
18842026-05-01T16:12:23.505Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/275)
18852026-05-01T16:12:23.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-05-01T16:12:23.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-05-01T16:12:23.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-05-01T16:12:23.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18892026-05-01T16:12:24.077Z
18902026-05-01T16:12:24.078Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/275)
18912026-05-01T16:12:24.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-05-01T16:12:24.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-05-01T16:12:24.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-05-01T16:12:24.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18952026-05-01T16:12:24.532Z
18962026-05-01T16:12:24.532Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/275)
18972026-05-01T16:12:24.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-05-01T16:12:24.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-05-01T16:12:24.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-05-01T16:12:24.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19012026-05-01T16:12:24.987Z
19022026-05-01T16:12:24.987Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/275)
19032026-05-01T16:12:25.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-05-01T16:12:25.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-05-01T16:12:25.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-05-01T16:12:25.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19072026-05-01T16:12:25.441Z
19082026-05-01T16:12:25.441Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/275)
19092026-05-01T16:12:25.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-05-01T16:12:25.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-05-01T16:12:25.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-05-01T16:12:25.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19132026-05-01T16:12:25.891Z
19142026-05-01T16:12:25.891Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/275)
19152026-05-01T16:12:26.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-05-01T16:12:26.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-05-01T16:12:26.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-05-01T16:12:26.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19192026-05-01T16:12:26.343Z
19202026-05-01T16:12:26.344Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/275)
19212026-05-01T16:12:26.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-05-01T16:12:26.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-05-01T16:12:26.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-05-01T16:12:26.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19252026-05-01T16:12:26.797Z
19262026-05-01T16:12:26.797Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/275)
19272026-05-01T16:12:27.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-05-01T16:12:27.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-05-01T16:12:27.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-05-01T16:12:27.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19312026-05-01T16:12:27.255Z
19322026-05-01T16:12:27.255Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/275)
19332026-05-01T16:12:27.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-05-01T16:12:27.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-05-01T16:12:27.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-05-01T16:12:27.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19372026-05-01T16:12:27.714Z
19382026-05-01T16:12:27.714Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/275)
19392026-05-01T16:12:28.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-05-01T16:12:28.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-05-01T16:12:28.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-05-01T16:12:28.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19432026-05-01T16:12:28.166Z
19442026-05-01T16:12:28.166Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/275)
19452026-05-01T16:12:28.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-05-01T16:12:28.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-05-01T16:12:28.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-05-01T16:12:28.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19492026-05-01T16:12:28.616Z
19502026-05-01T16:12:28.616Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/275)
19512026-05-01T16:12:29.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-05-01T16:12:29.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-05-01T16:12:29.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-05-01T16:12:29.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19552026-05-01T16:12:29.074Z
19562026-05-01T16:12:29.074Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/275)
19572026-05-01T16:12:29.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-05-01T16:12:29.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-05-01T16:12:29.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-05-01T16:12:29.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19612026-05-01T16:12:29.528Z
19622026-05-01T16:12:29.528Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/275)
19632026-05-01T16:12:29.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-05-01T16:12:29.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-05-01T16:12:29.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-05-01T16:12:29.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19672026-05-01T16:12:29.986Z
19682026-05-01T16:12:29.986Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/275)
19692026-05-01T16:12:30.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-05-01T16:12:30.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-05-01T16:12:30.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-05-01T16:12:30.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19732026-05-01T16:12:30.442Z
19742026-05-01T16:12:30.442Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/275)
19752026-05-01T16:12:30.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-05-01T16:12:30.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-05-01T16:12:30.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-05-01T16:12:30.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19792026-05-01T16:12:30.899Z
19802026-05-01T16:12:30.899Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/275)
19812026-05-01T16:12:31.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-05-01T16:12:31.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-05-01T16:12:31.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-05-01T16:12:31.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19852026-05-01T16:12:31.357Z
19862026-05-01T16:12:31.357Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/275)
19872026-05-01T16:12:31.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-05-01T16:12:31.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-05-01T16:12:31.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-05-01T16:12:31.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19912026-05-01T16:12:31.814Z
19922026-05-01T16:12:31.814Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/275)
19932026-05-01T16:12:32.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-05-01T16:12:32.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-05-01T16:12:32.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-05-01T16:12:32.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19972026-05-01T16:12:32.271Z
19982026-05-01T16:12:32.271Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/275)
19992026-05-01T16:12:32.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-05-01T16:12:32.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-05-01T16:12:32.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-05-01T16:12:32.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20032026-05-01T16:12:32.727Z
20042026-05-01T16:12:32.727Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/275)
20052026-05-01T16:12:33.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-05-01T16:12:33.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-05-01T16:12:33.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-05-01T16:12:33.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20092026-05-01T16:12:33.187Z
20102026-05-01T16:12:33.187Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/275)
20112026-05-01T16:12:33.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-05-01T16:12:33.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-05-01T16:12:33.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-05-01T16:12:33.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20152026-05-01T16:12:33.644Z
20162026-05-01T16:12:33.644Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/275)
20172026-05-01T16:12:34.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-05-01T16:12:34.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-05-01T16:12:34.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-05-01T16:12:34.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20212026-05-01T16:12:34.100Z
20222026-05-01T16:12:34.100Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/275)
20232026-05-01T16:12:34.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-05-01T16:12:34.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-05-01T16:12:34.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-05-01T16:12:34.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20272026-05-01T16:12:34.555Z
20282026-05-01T16:12:34.555Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/275)
20292026-05-01T16:12:34.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-05-01T16:12:34.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-05-01T16:12:34.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-05-01T16:12:34.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20332026-05-01T16:12:35.011Z
20342026-05-01T16:12:35.011Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/275)
20352026-05-01T16:12:35.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-05-01T16:12:35.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-05-01T16:12:35.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-05-01T16:12:35.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20392026-05-01T16:12:35.470Z
20402026-05-01T16:12:35.470Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/275)
20412026-05-01T16:12:35.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-05-01T16:12:35.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-05-01T16:12:35.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-05-01T16:12:35.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20452026-05-01T16:12:35.925Z
20462026-05-01T16:12:35.925Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/275)
20472026-05-01T16:12:36.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-05-01T16:12:36.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-05-01T16:12:36.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-05-01T16:12:36.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20512026-05-01T16:12:36.382Z
20522026-05-01T16:12:36.382Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/275)
20532026-05-01T16:12:36.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-05-01T16:12:36.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-05-01T16:12:36.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-05-01T16:12:36.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20572026-05-01T16:12:36.841Z
20582026-05-01T16:12:36.841Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/275)
20592026-05-01T16:12:37.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-05-01T16:12:37.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-05-01T16:12:37.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-05-01T16:12:37.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20632026-05-01T16:12:37.296Z
20642026-05-01T16:12:37.296Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/275)
20652026-05-01T16:12:37.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-05-01T16:12:37.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-05-01T16:12:37.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-05-01T16:12:37.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20692026-05-01T16:12:37.752Z
20702026-05-01T16:12:37.752Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/275)
20712026-05-01T16:12:38.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-05-01T16:12:38.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-05-01T16:12:38.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-05-01T16:12:38.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20752026-05-01T16:12:38.203Z
20762026-05-01T16:12:38.203Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/275)
20772026-05-01T16:12:38.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-05-01T16:12:38.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-05-01T16:12:38.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-05-01T16:12:38.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
20812026-05-01T16:12:38.651Z
20822026-05-01T16:12:38.651Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/275)
20832026-05-01T16:12:39.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-05-01T16:12:39.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-05-01T16:12:39.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-05-01T16:12:39.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20872026-05-01T16:12:39.106Z
20882026-05-01T16:12:39.106Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/275)
20892026-05-01T16:12:39.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-05-01T16:12:39.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-05-01T16:12:39.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-05-01T16:12:39.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20932026-05-01T16:12:39.562Z
20942026-05-01T16:12:39.562Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/275)
20952026-05-01T16:12:39.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-05-01T16:12:39.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-05-01T16:12:39.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-05-01T16:12:39.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20992026-05-01T16:12:40.014Z
21002026-05-01T16:12:40.015Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/275)
21012026-05-01T16:12:40.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-05-01T16:12:40.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-05-01T16:12:40.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-05-01T16:12:40.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
21052026-05-01T16:12:40.472Z
21062026-05-01T16:12:40.472Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/275)
21072026-05-01T16:12:40.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-05-01T16:12:40.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-05-01T16:12:40.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-05-01T16:12:40.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
21112026-05-01T16:12:40.915Z
21122026-05-01T16:12:40.915Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/275)
21132026-05-01T16:12:41.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-05-01T16:12:41.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-05-01T16:12:41.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-05-01T16:12:41.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
21172026-05-01T16:12:41.364Z
21182026-05-01T16:12:41.365Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/275)
21192026-05-01T16:12:41.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-05-01T16:12:41.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-05-01T16:12:41.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-05-01T16:12:41.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
21232026-05-01T16:12:41.818Z
21242026-05-01T16:12:41.818Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/275)
21252026-05-01T16:12:42.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-05-01T16:12:42.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-05-01T16:12:42.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-05-01T16:12:42.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
21292026-05-01T16:12:42.272Z
21302026-05-01T16:12:42.272Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/275)
21312026-05-01T16:12:42.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-05-01T16:12:42.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-05-01T16:12:42.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-05-01T16:12:42.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21352026-05-01T16:12:42.883Z
21362026-05-01T16:12:42.884Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/275)
21372026-05-01T16:12:43.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-05-01T16:12:43.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-05-01T16:12:43.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-05-01T16:12:43.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21412026-05-01T16:12:43.511Z
21422026-05-01T16:12:43.511Zinfo: running `cargo check --bins` on nexus-config (51/275)
21432026-05-01T16:12:44.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-05-01T16:12:44.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-05-01T16:12:44.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-05-01T16:12:44.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21472026-05-01T16:12:44.132Z
21482026-05-01T16:12:44.132Zinfo: running `cargo check --bins` on nexus-types (52/275)
21492026-05-01T16:12:44.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-05-01T16:12:44.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-05-01T16:12:44.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-05-01T16:12:44.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21532026-05-01T16:12:44.753Z
21542026-05-01T16:12:44.753Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/275)
21552026-05-01T16:12:45.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-05-01T16:12:45.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-05-01T16:12:45.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-05-01T16:12:45.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21592026-05-01T16:12:45.340Z
21602026-05-01T16:12:45.340Zinfo: running `cargo check --bins` on omicron-passwords (54/275)
21612026-05-01T16:12:45.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-05-01T16:12:45.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-05-01T16:12:45.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-05-01T16:12:45.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21652026-05-01T16:12:45.919Z
21662026-05-01T16:12:45.919Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/275)
21672026-05-01T16:12:46.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-05-01T16:12:46.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-05-01T16:12:46.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-05-01T16:12:46.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21712026-05-01T16:12:46.508Z
21722026-05-01T16:12:46.508Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/275)
21732026-05-01T16:12:47.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-05-01T16:12:47.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-05-01T16:12:47.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-05-01T16:12:47.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21772026-05-01T16:12:47.099Z
21782026-05-01T16:12:47.100Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/275)
21792026-05-01T16:12:47.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-05-01T16:12:47.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-05-01T16:12:47.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-05-01T16:12:47.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21832026-05-01T16:12:47.688Z
21842026-05-01T16:12:47.688Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/275)
21852026-05-01T16:12:48.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-05-01T16:12:48.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-05-01T16:12:48.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-05-01T16:12:48.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21892026-05-01T16:12:48.280Z
21902026-05-01T16:12:48.280Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/275)
21912026-05-01T16:12:48.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-05-01T16:12:48.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-05-01T16:12:48.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-05-01T16:12:48.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21952026-05-01T16:12:48.860Z
21962026-05-01T16:12:48.860Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/275)
21972026-05-01T16:12:49.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-05-01T16:12:49.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-05-01T16:12:49.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-05-01T16:12:49.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22012026-05-01T16:12:49.439Z
22022026-05-01T16:12:49.439Zinfo: running `cargo check --bins --no-default-features` on gfss (61/275)
22032026-05-01T16:12:49.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-05-01T16:12:49.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-05-01T16:12:49.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-05-01T16:12:49.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22072026-05-01T16:12:50.018Z
22082026-05-01T16:12:50.018Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/275)
22092026-05-01T16:12:50.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-05-01T16:12:50.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-05-01T16:12:50.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-05-01T16:12:50.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22132026-05-01T16:12:50.590Z
22142026-05-01T16:12:50.590Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/275)
22152026-05-01T16:12:51.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-05-01T16:12:51.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-05-01T16:12:51.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-05-01T16:12:51.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22192026-05-01T16:12:51.172Z
22202026-05-01T16:12:51.172Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/275)
22212026-05-01T16:12:51.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-05-01T16:12:51.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-05-01T16:12:51.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-05-01T16:12:51.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22252026-05-01T16:12:51.758Z
22262026-05-01T16:12:51.758Zinfo: running `cargo check --bins` on cockroach-admin-types (65/275)
22272026-05-01T16:12:52.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-05-01T16:12:52.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-05-01T16:12:52.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-05-01T16:12:52.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22312026-05-01T16:12:52.336Z
22322026-05-01T16:12:52.336Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/275)
22332026-05-01T16:12:52.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-05-01T16:12:52.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-05-01T16:12:52.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-05-01T16:12:52.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22372026-05-01T16:12:52.913Z
22382026-05-01T16:12:52.914Zinfo: running `cargo check --bins` on ereport-types (67/275)
22392026-05-01T16:12:53.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-05-01T16:12:53.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-05-01T16:12:53.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-05-01T16:12:53.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22432026-05-01T16:12:53.490Z
22442026-05-01T16:12:53.490Zinfo: running `cargo check --bins` on gateway-client (68/275)
22452026-05-01T16:12:53.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-05-01T16:12:53.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-05-01T16:12:53.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-05-01T16:12:53.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22492026-05-01T16:12:54.072Z
22502026-05-01T16:12:54.072Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/275)
22512026-05-01T16:12:54.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-05-01T16:12:54.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-05-01T16:12:54.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22542026-05-01T16:12:54.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22552026-05-01T16:12:54.654Z
22562026-05-01T16:12:54.654Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/275)
22572026-05-01T16:12:55.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582026-05-01T16:12:55.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592026-05-01T16:12:55.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22602026-05-01T16:12:55.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22612026-05-01T16:12:55.232Z
22622026-05-01T16:12:55.232Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/275)
22632026-05-01T16:12:55.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22642026-05-01T16:12:55.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22652026-05-01T16:12:55.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22662026-05-01T16:12:55.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22672026-05-01T16:12:55.815Z
22682026-05-01T16:12:55.815Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/275)
22692026-05-01T16:12:56.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22702026-05-01T16:12:56.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22712026-05-01T16:12:56.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22722026-05-01T16:12:56.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22732026-05-01T16:12:56.396Z
22742026-05-01T16:12:56.396Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/275)
22752026-05-01T16:12:56.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22762026-05-01T16:12:56.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22772026-05-01T16:12:56.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22782026-05-01T16:12:56.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22792026-05-01T16:12:56.994Z
22802026-05-01T16:12:56.994Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/275)
22812026-05-01T16:12:57.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22822026-05-01T16:12:57.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22832026-05-01T16:12:57.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22842026-05-01T16:12:57.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22852026-05-01T16:12:57.592Z
22862026-05-01T16:12:57.592Zinfo: running `cargo check --bins` on key-manager-types (75/275)
22872026-05-01T16:12:58.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22882026-05-01T16:12:58.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22892026-05-01T16:12:58.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22902026-05-01T16:12:58.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22912026-05-01T16:12:58.171Z
22922026-05-01T16:12:58.171Zinfo: running `cargo check --bins` on oxlog (76/275)
22932026-05-01T16:12:58.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22942026-05-01T16:12:58.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22952026-05-01T16:12:58.785Z Checking cfg-if v1.0.4
22962026-05-01T16:12:58.788Z Checking libc v0.2.185
22972026-05-01T16:12:58.788Z Checking serde_core v1.0.228
22982026-05-01T16:12:58.903Z Checking zeroize v1.8.2
22992026-05-01T16:12:58.910Z Checking memchr v2.8.0
23002026-05-01T16:12:58.921Z Checking log v0.4.29
23012026-05-01T16:12:58.924Z Checking smallvec v1.15.1
23022026-05-01T16:12:58.942Z Checking subtle v2.6.1
23032026-05-01T16:12:58.942Z Checking itoa v1.0.17
23042026-05-01T16:12:59.036Z Checking typenum v1.19.0
23052026-05-01T16:12:59.075Z Checking scopeguard v1.2.0
23062026-05-01T16:12:59.089Z Checking pin-project-lite v0.2.17
23072026-05-01T16:12:59.101Z Checking const-oid v0.9.6
23082026-05-01T16:12:59.114Z Checking stable_deref_trait v1.2.1
23092026-05-01T16:12:59.170Z Checking lock_api v0.4.14
23102026-05-01T16:12:59.185Z Checking portable-atomic v1.13.1
23112026-05-01T16:12:59.185Z Checking zerofrom v0.1.6
23122026-05-01T16:12:59.286Z Checking critical-section v1.2.0
23132026-05-01T16:12:59.298Z Checking getrandom v0.2.17
23142026-05-01T16:12:59.298Z Checking errno v0.3.14
23152026-05-01T16:12:59.369Z Checking parking_lot_core v0.9.12
23162026-05-01T16:12:59.382Z Checking yoke v0.8.1
23172026-05-01T16:12:59.410Z Checking signal-hook-registry v1.4.8
23182026-05-01T16:12:59.445Z Checking rand_core v0.6.4
23192026-05-01T16:12:59.540Z Checking mio v1.2.0
23202026-05-01T16:12:59.552Z Checking generic-array v0.14.7
23212026-05-01T16:12:59.552Z Checking parking_lot v0.12.5
23222026-05-01T16:12:59.572Z Checking futures-core v0.3.32
23232026-05-01T16:12:59.584Z Checking once_cell v1.21.3
23242026-05-01T16:12:59.619Z Checking zerovec v0.11.5
23252026-05-01T16:12:59.687Z Checking zerocopy v0.8.40
23262026-05-01T16:12:59.731Z Checking socket2 v0.6.3
23272026-05-01T16:12:59.747Z Checking zmij v1.0.21
23282026-05-01T16:12:59.760Z Checking libm v0.2.16
23292026-05-01T16:12:59.811Z Checking percent-encoding v2.3.2
23302026-05-01T16:12:59.948Z Checking equivalent v1.0.2
23312026-05-01T16:12:59.951Z Checking futures-sink v0.3.32
23322026-05-01T16:12:59.971Z Checking writeable v0.6.2
23332026-05-01T16:12:59.986Z Checking crypto-common v0.1.7
23342026-05-01T16:13:00.028Z Checking block-buffer v0.10.4
23352026-05-01T16:13:00.050Z Checking tinystr v0.8.2
23362026-05-01T16:13:00.050Z Checking litemap v0.8.1
23372026-05-01T16:13:00.103Z Checking allocator-api2 v0.2.21
23382026-05-01T16:13:00.123Z Checking potential_utf v0.1.4
23392026-05-01T16:13:00.161Z Checking digest v0.10.7
23402026-05-01T16:13:00.229Z Checking futures-channel v0.3.32
23412026-05-01T16:13:00.241Z Checking icu_locale_core v2.1.1
23422026-05-01T16:13:00.256Z Checking zerotrie v0.2.3
23432026-05-01T16:13:00.355Z Checking foldhash v0.2.0
23442026-05-01T16:13:00.373Z Checking serde v1.0.228
23452026-05-01T16:13:00.386Z Checking bitflags v2.11.0
23462026-05-01T16:13:00.415Z Checking serde_json v1.0.149
23472026-05-01T16:13:00.485Z Checking num-traits v0.2.19
23482026-05-01T16:13:00.497Z Checking futures-task v0.3.32
23492026-05-01T16:13:00.509Z Checking cpufeatures v0.2.17
23502026-05-01T16:13:00.545Z Checking slab v0.4.12
23512026-05-01T16:13:00.575Z Checking futures-io v0.3.32
23522026-05-01T16:13:00.631Z Checking hashbrown v0.16.1
23532026-05-01T16:13:00.687Z Checking icu_collections v2.1.1
23542026-05-01T16:13:00.700Z Checking futures-util v0.3.32
23552026-05-01T16:13:00.761Z Checking bytes v1.11.1
23562026-05-01T16:13:00.782Z Checking icu_provider v2.1.1
23572026-05-01T16:13:00.986Z Checking hmac v0.12.1
23582026-05-01T16:13:01.007Z Checking icu_properties_data v2.1.2
23592026-05-01T16:13:01.019Z Checking icu_normalizer_data v2.1.1
23602026-05-01T16:13:01.056Z Checking rand_core v0.10.0
23612026-05-01T16:13:01.086Z Checking icu_normalizer v2.1.1
23622026-05-01T16:13:01.111Z Checking block-padding v0.3.3
23632026-05-01T16:13:01.156Z Checking indexmap v2.13.0
23642026-05-01T16:13:01.160Z Checking icu_properties v2.1.2
23652026-05-01T16:13:01.187Z Checking tokio v1.52.1
23662026-05-01T16:13:01.200Z Checking getrandom v0.4.1
23672026-05-01T16:13:01.237Z Checking inout v0.1.4
23682026-05-01T16:13:01.341Z Checking rustls-pki-types v1.14.0
23692026-05-01T16:13:01.373Z Checking byteorder v1.5.0
23702026-05-01T16:13:01.386Z Checking utf8_iter v1.0.4
23712026-05-01T16:13:01.502Z Checking cipher v0.4.4
23722026-05-01T16:13:01.570Z Checking sha2 v0.10.9
23732026-05-01T16:13:01.618Z Checking form_urlencoded v1.2.2
23742026-05-01T16:13:01.668Z Checking getrandom v0.3.4
23752026-05-01T16:13:01.710Z Checking fnv v1.0.7
23762026-05-01T16:13:01.742Z Checking base64ct v1.8.3
23772026-05-01T16:13:01.801Z Checking http v1.4.0
23782026-05-01T16:13:01.814Z Checking untrusted v0.9.0
23792026-05-01T16:13:01.840Z Checking flagset v0.4.7
23802026-05-01T16:13:01.920Z Checking ring v0.17.14
23812026-05-01T16:13:01.938Z Checking idna_adapter v1.2.1
23822026-05-01T16:13:01.960Z Checking rand_core v0.9.5
23832026-05-01T16:13:01.973Z Checking pem-rfc7468 v0.7.0
23842026-05-01T16:13:02.051Z Checking idna v1.1.0
23852026-05-01T16:13:02.126Z Checking der v0.7.10
23862026-05-01T16:13:02.139Z Checking uuid v1.23.0
23872026-05-01T16:13:02.289Z Checking url v2.5.8
23882026-05-01T16:13:02.353Z Checking iana-time-zone v0.1.65
23892026-05-01T16:13:02.415Z Checking ppv-lite86 v0.2.21
23902026-05-01T16:13:02.445Z Checking salsa20 v0.10.2
23912026-05-01T16:13:02.458Z Checking chrono v0.4.44
23922026-05-01T16:13:02.572Z Checking pbkdf2 v0.12.2
23932026-05-01T16:13:02.585Z Checking tracing-core v0.1.36
23942026-05-01T16:13:02.682Z Checking scrypt v0.11.0
23952026-05-01T16:13:02.699Z Checking rand_chacha v0.9.0
23962026-05-01T16:13:02.722Z Checking http-body v1.0.1
23972026-05-01T16:13:02.819Z Checking cbc v0.1.2
23982026-05-01T16:13:02.862Z Checking aes v0.8.4
23992026-05-01T16:13:02.875Z Checking spki v0.7.3
24002026-05-01T16:13:02.893Z Checking tracing v0.1.44
24012026-05-01T16:13:02.906Z Checking rustix v1.1.3
24022026-05-01T16:13:02.920Z Checking base64 v0.22.1
24032026-05-01T16:13:02.942Z Checking regex-syntax v0.8.10
24042026-05-01T16:13:03.035Z Checking powerfmt v0.2.0
24052026-05-01T16:13:03.094Z Checking atomic-waker v1.1.2
24062026-05-01T16:13:03.155Z Checking rand v0.9.2
24072026-05-01T16:13:03.186Z Checking deranged v0.5.8
24082026-05-01T16:13:03.198Z Checking httparse v1.10.1
24092026-05-01T16:13:03.250Z Checking pkcs5 v0.7.1
24102026-05-01T16:13:03.318Z Checking aws-lc-sys v0.37.1
24112026-05-01T16:13:03.397Z Checking spin v0.9.8
24122026-05-01T16:13:03.510Z Checking try-lock v0.2.5
24132026-05-01T16:13:03.577Z Checking num-conv v0.2.0
24142026-05-01T16:13:03.606Z Checking untrusted v0.7.1
24152026-05-01T16:13:03.618Z Checking tower-layer v0.3.3
24162026-05-01T16:13:03.691Z Checking plain v0.2.3
24172026-05-01T16:13:03.714Z Checking num_threads v0.1.7
24182026-05-01T16:13:03.731Z Checking openssl-probe v0.2.1
24192026-05-01T16:13:03.762Z Checking tower-service v0.3.3
24202026-05-01T16:13:03.789Z Checking time-core v0.1.8
24212026-05-01T16:13:03.799Z Checking simd-adler32 v0.3.8
24222026-05-01T16:13:03.820Z Checking aws-lc-rs v1.16.0
24232026-05-01T16:13:03.833Z Checking want v0.3.1
24242026-05-01T16:13:03.847Z Checking pkcs8 v0.10.2
24252026-05-01T16:13:03.924Z Checking crossbeam-utils v0.8.21
24262026-05-01T16:13:03.949Z Checking ipnet v2.11.0
24272026-05-01T16:13:03.962Z Checking semver v1.0.27
24282026-05-01T16:13:04.021Z Checking crc32fast v1.5.0
24292026-05-01T16:13:04.096Z Checking time v0.3.47
24302026-05-01T16:13:04.159Z Checking ucd-trie v0.1.7
24312026-05-01T16:13:04.173Z Checking dyn-clone v1.0.20
24322026-05-01T16:13:04.195Z Checking unicode-ident v1.0.24
24332026-05-01T16:13:04.247Z Checking pin-utils v0.1.0
24342026-05-01T16:13:04.259Z Checking adler2 v2.0.1
24352026-05-01T16:13:04.271Z Checking utf8parse v0.2.2
24362026-05-01T16:13:04.286Z Checking tinyvec_macros v0.1.1
24372026-05-01T16:13:04.298Z Checking httpdate v1.0.3
24382026-05-01T16:13:04.311Z Checking proc-macro2 v1.0.106
24392026-05-01T16:13:04.349Z Checking tinyvec v1.10.0
24402026-05-01T16:13:04.360Z Checking miniz_oxide v0.8.9
24412026-05-01T16:13:04.363Z Checking pest v2.8.6
24422026-05-01T16:13:04.393Z Checking tokio-util v0.7.18
24432026-05-01T16:13:04.438Z Checking schemars v0.8.22
24442026-05-01T16:13:04.610Z Checking erased-serde v0.3.31
24452026-05-01T16:13:04.650Z Checking thiserror v2.0.18
24462026-05-01T16:13:04.653Z Checking rustls-webpki v0.103.9
24472026-05-01T16:13:04.721Z Checking pretty-hex v0.4.1
24482026-05-01T16:13:04.748Z Checking foreign-types-shared v0.1.1
24492026-05-01T16:13:04.829Z Checking zlib-rs v0.6.2
24502026-05-01T16:13:04.843Z Checking anstyle v1.0.14
24512026-05-01T16:13:04.986Z Checking fastrand v2.3.0
24522026-05-01T16:13:04.999Z Checking h2 v0.4.13
24532026-05-01T16:13:05.019Z Checking slog v2.8.2
24542026-05-01T16:13:05.065Z Checking rustls v0.23.37
24552026-05-01T16:13:05.078Z Checking foreign-types v0.3.2
24562026-05-01T16:13:05.143Z Checking quote v1.0.45
24572026-05-01T16:13:05.159Z Checking tempfile v3.25.0
24582026-05-01T16:13:05.224Z Checking scroll v0.13.0
24592026-05-01T16:13:05.274Z Checking openssl-sys v0.9.111
24602026-05-01T16:13:05.304Z Checking wait-timeout v0.2.1
24612026-05-01T16:13:05.343Z Checking aho-corasick v1.1.4
24622026-05-01T16:13:05.390Z Checking quick-error v1.2.3
24632026-05-01T16:13:05.422Z Checking anstyle-query v1.1.5
24642026-05-01T16:13:05.442Z Checking colorchoice v1.0.4
24652026-05-01T16:13:05.489Z Checking siphasher v1.0.2
24662026-05-01T16:13:05.510Z Checking bit-vec v0.8.0
24672026-05-01T16:13:05.538Z Checking is_terminal_polyfill v1.70.2
24682026-05-01T16:13:05.628Z Checking rusty-fork v0.3.1
24692026-05-01T16:13:05.643Z Checking goblin v0.10.5
24702026-05-01T16:13:05.700Z Checking bit-set v0.8.0
24712026-05-01T16:13:05.713Z Checking flate2 v1.1.9
24722026-05-01T16:13:05.749Z Checking openssl v0.10.75
24732026-05-01T16:13:05.792Z Checking syn v2.0.117
24742026-05-01T16:13:05.841Z Compiling newtype-uuid v1.3.2
24752026-05-01T16:13:05.993Z Checking unicode-normalization v0.1.25
24762026-05-01T16:13:06.014Z Checking regex-automata v0.4.14
24772026-05-01T16:13:06.028Z Checking rustls-native-certs v0.8.3
24782026-05-01T16:13:06.159Z Checking http-body-util v0.1.3
24792026-05-01T16:13:06.375Z Checking rand_xorshift v0.4.0
24802026-05-01T16:13:06.388Z Checking signature v2.2.0
24812026-05-01T16:13:06.493Z Checking sync_wrapper v1.0.2
24822026-05-01T16:13:06.513Z Checking encoding_rs v0.8.35
24832026-05-01T16:13:06.595Z Checking ryu v1.0.23
24842026-05-01T16:13:06.733Z Checking unicode-properties v0.1.4
24852026-05-01T16:13:06.919Z Checking unicode-bidi v0.3.18
24862026-05-01T16:13:07.210Z Checking mime v0.3.17
24872026-05-01T16:13:07.389Z Checking winnow v0.7.14
24882026-05-01T16:13:07.405Z Checking unarray v0.1.4
24892026-05-01T16:13:07.440Z Checking tokio-rustls v0.26.4
24902026-05-01T16:13:07.504Z Checking proptest v1.10.0
24912026-05-01T16:13:07.642Z Checking hyper v1.8.1
24922026-05-01T16:13:07.664Z Checking stringprep v0.1.5
24932026-05-01T16:13:07.685Z Checking native-tls v0.2.18
24942026-05-01T16:13:07.802Z Checking serde_urlencoded v0.7.1
24952026-05-01T16:13:07.822Z Checking tower v0.5.3
24962026-05-01T16:13:07.876Z Compiling daft v0.1.5
24972026-05-01T16:13:07.953Z Checking dof v0.4.0
24982026-05-01T16:13:08.006Z Checking dtrace-parser v0.3.0
24992026-05-01T16:13:08.052Z Checking ipnetwork v0.21.1
25002026-05-01T16:13:08.154Z Checking anstyle-parse v1.0.0
25012026-05-01T16:13:08.209Z Checking crossbeam-epoch v0.9.18
25022026-05-01T16:13:08.239Z Checking rustls-webpki v0.102.8
25032026-05-01T16:13:08.264Z Checking rand_chacha v0.3.1
25042026-05-01T16:13:08.300Z Checking thiserror v1.0.69
25052026-05-01T16:13:08.395Z Checking scroll v0.12.0
25062026-05-01T16:13:08.426Z Checking zstd-sys v2.0.16+zstd.1.5.7
25072026-05-01T16:13:08.469Z Checking webpki-roots v1.0.6
25082026-05-01T16:13:08.536Z Checking hash32 v0.2.1
25092026-05-01T16:13:08.568Z Checking hyper-util v0.1.20
25102026-05-01T16:13:08.581Z Checking num-integer v0.1.46
25112026-05-01T16:13:08.583Z Checking toml_datetime v0.6.11
25122026-05-01T16:13:08.584Z Checking serde_spanned v0.6.9
25132026-05-01T16:13:08.616Z Checking md-5 v0.10.6
25142026-05-01T16:13:08.627Z Checking ff v0.13.1
25152026-05-01T16:13:08.685Z Checking thread-id v5.1.0
25162026-05-01T16:13:08.718Z Checking thread_local v1.1.9
25172026-05-01T16:13:08.745Z Checking fallible-iterator v0.2.0
25182026-05-01T16:13:08.745Z Checking psl-types v2.0.11
25192026-05-01T16:13:08.770Z Checking base16ct v0.2.0
25202026-05-01T16:13:08.773Z Checking match_cfg v0.1.0
25212026-05-01T16:13:08.794Z Checking compression-core v0.4.31
25222026-05-01T16:13:08.835Z Checking iri-string v0.7.10
25232026-05-01T16:13:08.857Z Checking publicsuffix v2.3.0
25242026-05-01T16:13:08.875Z Checking hostname v0.3.1
25252026-05-01T16:13:08.897Z Checking sec1 v0.7.3
25262026-05-01T16:13:08.909Z Checking compression-codecs v0.4.37
25272026-05-01T16:13:08.965Z Checking num-iter v0.1.45
25282026-05-01T16:13:09.010Z Checking usdt-impl v0.6.0
25292026-05-01T16:13:09.022Z Checking postgres-protocol v0.6.10
25302026-05-01T16:13:09.070Z Compiling iddqd v0.3.17
25312026-05-01T16:13:09.081Z Checking group v0.13.0
25322026-05-01T16:13:09.095Z Checking heapless v0.7.17
25332026-05-01T16:13:09.222Z Checking rustls v0.22.4
25342026-05-01T16:13:09.282Z Checking goblin v0.8.2
25352026-05-01T16:13:09.327Z Checking toml_parser v1.0.9+spec-1.1.0
25362026-05-01T16:13:09.441Z Checking zstd-safe v7.2.4
25372026-05-01T16:13:09.506Z Checking rand v0.8.5
25382026-05-01T16:13:09.602Z Checking anstream v1.0.0
25392026-05-01T16:13:09.654Z Checking oxnet v0.1.4
25402026-05-01T16:13:09.797Z Checking tokio-native-tls v0.3.1
25412026-05-01T16:13:09.811Z Checking hyper-rustls v0.27.7
25422026-05-01T16:13:09.831Z Checking tower-http v0.6.8
25432026-05-01T16:13:09.889Z Checking phf_shared v0.13.1
25442026-05-01T16:13:09.949Z Checking slog-json v2.6.1
25452026-05-01T16:13:10.010Z Checking cookie v0.18.1
25462026-05-01T16:13:10.047Z Checking anstyle-parse v0.2.7
25472026-05-01T16:13:10.076Z Checking crossbeam-channel v0.5.15
25482026-05-01T16:13:10.107Z Checking terminal_size v0.4.3
25492026-05-01T16:13:10.142Z Checking lazy_static v1.5.0
25502026-05-01T16:13:10.177Z Checking zerocopy v0.7.35
25512026-05-01T16:13:10.193Z Checking bzip2-sys v0.1.13+1.0.8
25522026-05-01T16:13:10.213Z Checking signal-hook v0.3.18
25532026-05-01T16:13:10.226Z Checking futures-executor v0.3.32
25542026-05-01T16:13:10.238Z Checking hkdf v0.12.4
25552026-05-01T16:13:10.271Z Checking toml_datetime v1.0.0+spec-1.1.0
25562026-05-01T16:13:10.364Z Checking serde_spanned v1.0.4
25572026-05-01T16:13:10.367Z Checking crypto-bigint v0.5.5
25582026-05-01T16:13:10.395Z Checking is-terminal v0.4.17
25592026-05-01T16:13:10.407Z Checking memmap2 v0.9.10
25602026-05-01T16:13:10.466Z Compiling rayon-core v1.13.0
25612026-05-01T16:13:10.481Z Checking bitflags v1.3.2
25622026-05-01T16:13:10.493Z Checking foldhash v0.1.5
25632026-05-01T16:13:10.550Z Checking libbz2-rs-sys v0.2.2
25642026-05-01T16:13:10.562Z Checking term v1.2.1
25652026-05-01T16:13:10.621Z Checking bumpalo v3.20.2
25662026-05-01T16:13:10.636Z Checking either v1.15.0
25672026-05-01T16:13:10.648Z Checking managed v0.8.0
25682026-05-01T16:13:10.661Z Checking strsim v0.11.1
25692026-05-01T16:13:10.777Z Checking winnow v0.5.40
25702026-05-01T16:13:10.810Z Checking take_mut v0.2.2
25712026-05-01T16:13:10.810Z Checking toml_writer v1.0.6+spec-1.1.0
25722026-05-01T16:13:10.813Z Checking clap_lex v1.0.0
25732026-05-01T16:13:10.845Z Checking smoltcp v0.9.1
25742026-05-01T16:13:10.909Z Checking slog-async v2.8.0
25752026-05-01T16:13:10.938Z Checking bzip2 v0.6.1
25762026-05-01T16:13:10.979Z Checking clap_builder v4.6.0
25772026-05-01T16:13:10.995Z Checking toml v1.0.6+spec-1.1.0
25782026-05-01T16:13:11.075Z Checking zopfli v0.8.3
25792026-05-01T16:13:11.093Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25802026-05-01T16:13:11.147Z Checking dof v0.3.0
25812026-05-01T16:13:11.268Z Checking elliptic-curve v0.13.8
25822026-05-01T16:13:11.285Z Checking slog-term v2.9.2
25832026-05-01T16:13:11.397Z Checking tokio-rustls v0.25.0
25842026-05-01T16:13:11.435Z Checking hashbrown v0.15.5
25852026-05-01T16:13:11.449Z Checking usdt v0.6.0
25862026-05-01T16:13:11.538Z Checking signal-hook-mio v0.2.5
25872026-05-01T16:13:11.555Z Checking futures v0.3.32
25882026-05-01T16:13:11.569Z Checking bzip2 v0.4.4
25892026-05-01T16:13:11.590Z Checking cookie_store v0.22.1
25902026-05-01T16:13:11.607Z Checking num-bigint-dig v0.8.6
25912026-05-01T16:13:11.628Z Checking anstream v0.6.21
25922026-05-01T16:13:11.641Z Checking slog-bunyan v2.5.0
25932026-05-01T16:13:11.725Z Checking phf v0.13.1
25942026-05-01T16:13:11.749Z Checking hyper-tls v0.6.0
25952026-05-01T16:13:11.872Z Checking zstd v0.13.3
25962026-05-01T16:13:11.894Z Checking postgres-types v0.2.12
25972026-05-01T16:13:11.910Z Checking async-compression v0.4.41
25982026-05-01T16:13:11.915Z Checking toml_edit v0.19.15
25992026-05-01T16:13:11.915Z Checking crossbeam-deque v0.8.6
26002026-05-01T16:13:12.047Z Checking dtrace-parser v0.2.0
26012026-05-01T16:13:12.062Z Checking regex v1.12.3
26022026-05-01T16:13:12.094Z Checking bstr v1.12.1
26032026-05-01T16:13:12.151Z Checking multer v3.1.0
26042026-05-01T16:13:12.196Z Checking rustls-platform-verifier v0.6.2
26052026-05-01T16:13:12.199Z Checking ed25519 v2.2.3
26062026-05-01T16:13:12.276Z Checking phf_shared v0.11.3
26072026-05-01T16:13:12.329Z Checking curve25519-dalek v4.1.3
26082026-05-01T16:13:12.332Z Checking ref-cast v1.0.25
26092026-05-01T16:13:12.358Z Checking async-stream v0.3.6
26102026-05-01T16:13:12.384Z Checking strum v0.27.2
26112026-05-01T16:13:12.406Z Checking hubpack v0.1.2
26122026-05-01T16:13:12.418Z Checking memoffset v0.9.1
26132026-05-01T16:13:12.432Z Checking rustix v0.38.44
26142026-05-01T16:13:12.478Z Checking pkcs1 v0.7.5
26152026-05-01T16:13:12.491Z Checking waitgroup v0.1.2
26162026-05-01T16:13:12.493Z Checking camino v1.2.2
26172026-05-01T16:13:12.493Z Checking openapiv3 v2.2.0
26182026-05-01T16:13:12.566Z Checking rustls-pemfile v2.2.0
26192026-05-01T16:13:12.585Z Checking rfc6979 v0.4.0
26202026-05-01T16:13:12.680Z Checking float-cmp v0.10.0
26212026-05-01T16:13:12.695Z Checking serde-big-array v0.5.1
26222026-05-01T16:13:12.698Z Checking hex v0.4.3
26232026-05-01T16:13:12.747Z Checking sha1 v0.10.6
26242026-05-01T16:13:12.804Z Checking serde_path_to_error v0.1.20
26252026-05-01T16:13:12.846Z Checking thread-id v4.2.2
26262026-05-01T16:13:12.921Z Checking hostname v0.4.2
26272026-05-01T16:13:12.925Z Checking env_filter v1.0.0
26282026-05-01T16:13:12.946Z Checking unicode-segmentation v1.12.0
26292026-05-01T16:13:12.971Z Checking jiff v0.2.21
26302026-05-01T16:13:13.016Z Checking precomputed-hash v0.1.1
26312026-05-01T16:13:13.074Z Checking keccak v0.1.6
26322026-05-01T16:13:13.086Z Checking normalize-line-endings v0.3.0
26332026-05-01T16:13:13.098Z Checking debug-ignore v1.0.5
26342026-05-01T16:13:13.115Z Checking static_assertions v1.1.0
26352026-05-01T16:13:13.174Z Checking fixedbitset v0.5.7
26362026-05-01T16:13:13.186Z Checking new_debug_unreachable v1.0.6
26372026-05-01T16:13:13.197Z Checking difflib v0.4.0
26382026-05-01T16:13:13.237Z Checking rustc-hash v2.1.1
26392026-05-01T16:13:13.240Z Checking predicates-core v1.0.10
26402026-05-01T16:13:13.251Z Checking data-encoding v2.10.0
26412026-05-01T16:13:13.274Z Checking toml_write v0.1.2
26422026-05-01T16:13:13.349Z Checking fixedbitset v0.4.2
26432026-05-01T16:13:13.367Z Checking whoami v2.1.0
26442026-05-01T16:13:13.370Z Checking predicates v3.1.4
26452026-05-01T16:13:13.370Z Checking petgraph v0.8.3
26462026-05-01T16:13:13.432Z Checking toml_edit v0.22.27
26472026-05-01T16:13:13.495Z Checking petgraph v0.6.5
26482026-05-01T16:13:13.526Z Checking hickory-proto v0.25.2
26492026-05-01T16:13:13.557Z Checking tokio-postgres v0.7.16
26502026-05-01T16:13:13.859Z Checking dropshot v0.17.0
26512026-05-01T16:13:14.503Z Checking similar v2.7.0
26522026-05-01T16:13:14.517Z Checking string_cache v0.8.9
26532026-05-01T16:13:14.679Z Checking crossterm v0.28.1
26542026-05-01T16:13:14.706Z Checking sha3 v0.10.8
26552026-05-01T16:13:14.796Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
26562026-05-01T16:13:14.876Z Checking ed25519-dalek v2.2.0
26572026-05-01T16:13:14.902Z Checking env_logger v0.11.9
26582026-05-01T16:13:14.915Z Checking toml v0.7.8
26592026-05-01T16:13:15.090Z Checking serde_with v3.17.0
26602026-05-01T16:13:15.105Z Checking usdt-impl v0.5.0
26612026-05-01T16:13:15.171Z Checking zip v4.6.1
26622026-05-01T16:13:15.217Z Checking ecdsa v0.16.9
26632026-05-01T16:13:15.375Z Checking rsa v0.9.10
26642026-05-01T16:13:15.389Z Checking nix v0.31.2
26652026-05-01T16:13:15.548Z Checking reqwest v0.13.2
26662026-05-01T16:13:15.705Z Checking clap v4.6.1
26672026-05-01T16:13:15.784Z Checking reqwest v0.12.28
26682026-05-01T16:13:15.835Z Checking zip v0.6.6
26692026-05-01T16:13:16.067Z Checking itertools v0.13.0
26702026-05-01T16:13:16.149Z Checking strum v0.26.3
26712026-05-01T16:13:16.262Z Checking fs-err v3.3.0
26722026-05-01T16:13:16.289Z Checking ahash v0.8.12
26732026-05-01T16:13:16.391Z Checking object v0.37.3
26742026-05-01T16:13:16.431Z Checking tokio-stream v0.1.18
26752026-05-01T16:13:16.474Z Checking anyhow v1.0.102
26762026-05-01T16:13:16.487Z Checking buf-list v1.1.2
26772026-05-01T16:13:16.556Z Checking x509-cert v0.2.5
26782026-05-01T16:13:16.619Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
26792026-05-01T16:13:16.661Z Checking toml_datetime v0.7.5+spec-1.1.0
26802026-05-01T16:13:16.675Z Checking peg-runtime v0.8.5
26812026-05-01T16:13:16.805Z Checking lalrpop-util v0.19.12
26822026-05-01T16:13:16.817Z Checking rayon v1.11.0
26832026-05-01T16:13:16.853Z Checking sigpipe v0.1.3
26842026-05-01T16:13:16.875Z Checking glob v0.3.3
26852026-05-01T16:13:18.527Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26862026-05-01T16:13:18.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.62s
26872026-05-01T16:13:18.971Z
26882026-05-01T16:13:18.971Zinfo: running `cargo check --bins` on internal-dns-types (77/275)
26892026-05-01T16:13:19.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26902026-05-01T16:13:19.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26912026-05-01T16:13:19.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26922026-05-01T16:13:19.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26932026-05-01T16:13:19.556Z
26942026-05-01T16:13:19.556Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/275)
26952026-05-01T16:13:20.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26962026-05-01T16:13:20.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26972026-05-01T16:13:20.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26982026-05-01T16:13:20.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26992026-05-01T16:13:20.144Z
27002026-05-01T16:13:20.144Zinfo: running `cargo check --bins` on nexus-types-versions (79/275)
27012026-05-01T16:13:20.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27022026-05-01T16:13:20.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27032026-05-01T16:13:20.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27042026-05-01T16:13:20.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27052026-05-01T16:13:20.745Z
27062026-05-01T16:13:20.745Zinfo: running `cargo check --bins` on oxql-types (80/275)
27072026-05-01T16:13:21.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27082026-05-01T16:13:21.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27092026-05-01T16:13:21.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27102026-05-01T16:13:21.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27112026-05-01T16:13:21.329Z
27122026-05-01T16:13:21.329Zinfo: running `cargo check --bins` on oximeter-types (81/275)
27132026-05-01T16:13:21.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27142026-05-01T16:13:21.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27152026-05-01T16:13:21.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27162026-05-01T16:13:21.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27172026-05-01T16:13:21.914Z
27182026-05-01T16:13:21.914Zinfo: running `cargo check --bins` on oximeter-types-versions (82/275)
27192026-05-01T16:13:22.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27202026-05-01T16:13:22.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27212026-05-01T16:13:22.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27222026-05-01T16:13:22.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27232026-05-01T16:13:22.501Z
27242026-05-01T16:13:22.501Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/275)
27252026-05-01T16:13:22.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27262026-05-01T16:13:22.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27272026-05-01T16:13:22.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27282026-05-01T16:13:22.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27292026-05-01T16:13:23.082Z
27302026-05-01T16:13:23.082Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/275)
27312026-05-01T16:13:23.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27322026-05-01T16:13:23.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27332026-05-01T16:13:23.744Z Compiling structmeta-derive v0.3.0
27342026-05-01T16:13:23.860Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27352026-05-01T16:13:23.873Z Compiling dropshot v0.16.7
27362026-05-01T16:13:23.921Z Compiling newtype-uuid-macros v0.1.0
27372026-05-01T16:13:23.921Z Compiling dropshot_endpoint v0.16.7
27382026-05-01T16:13:23.924Z Checking newtype-uuid v1.3.2
27392026-05-01T16:13:23.924Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27402026-05-01T16:13:23.943Z Checking toml v0.9.12+spec-1.1.0
27412026-05-01T16:13:24.083Z Checking progenitor-client v0.13.0
27422026-05-01T16:13:24.097Z Checking daft v0.1.5
27432026-05-01T16:13:24.235Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27442026-05-01T16:13:24.310Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27452026-05-01T16:13:24.329Z Checking iddqd v0.3.17
27462026-05-01T16:13:24.357Z Checking backon v1.6.0
27472026-05-01T16:13:24.616Z Checking instant v0.1.13
27482026-05-01T16:13:24.702Z Compiling prettyplease v0.2.37
27492026-05-01T16:13:24.718Z Checking backoff v0.4.0
27502026-05-01T16:13:24.734Z Compiling progenitor-extras v0.1.1
27512026-05-01T16:13:24.890Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27522026-05-01T16:13:24.913Z Compiling structmeta v0.3.0
27532026-05-01T16:13:24.994Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27542026-05-01T16:13:25.117Z Compiling derive-ex v0.1.8
27552026-05-01T16:13:25.164Z Compiling parse-display-derive v0.10.0
27562026-05-01T16:13:25.185Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27572026-05-01T16:13:25.236Z Checking progenitor-client v0.10.0
27582026-05-01T16:13:25.256Z Checking itertools v0.14.0
27592026-05-01T16:13:25.457Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27602026-05-01T16:13:25.917Z Checking regress v0.10.5
27612026-05-01T16:13:26.623Z Compiling macaddr v1.0.1
27622026-05-01T16:13:26.771Z Compiling test-strategy v0.4.5
27632026-05-01T16:13:26.815Z Compiling parse-display v0.10.0
27642026-05-01T16:13:26.885Z Checking num-rational v0.4.2
27652026-05-01T16:13:27.106Z Compiling usdt-macro v0.5.0
27662026-05-01T16:13:27.154Z Compiling usdt-attr-macro v0.5.0
27672026-05-01T16:13:27.311Z Checking num-complex v0.4.6
27682026-05-01T16:13:27.563Z Checking memmap v0.7.0
27692026-05-01T16:13:27.643Z Checking num v0.4.3
27702026-05-01T16:13:27.698Z Compiling float-ord v0.3.2
27712026-05-01T16:13:27.849Z Compiling toml v0.8.23
27722026-05-01T16:13:27.914Z Compiling minimal-lexical v0.2.1
27732026-05-01T16:13:27.929Z Checking usdt v0.5.0
27742026-05-01T16:13:27.947Z Checking linked-hash-map v0.5.6
27752026-05-01T16:13:28.115Z Checking lru-cache v0.1.2
27762026-05-01T16:13:28.164Z Compiling nom v7.1.3
27772026-05-01T16:13:28.288Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27782026-05-01T16:13:28.563Z Checking hickory-proto v0.24.4
27792026-05-01T16:13:28.600Z Checking phf_shared v0.12.1
27802026-05-01T16:13:28.742Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27812026-05-01T16:13:28.841Z Compiling slog-dtrace v0.3.0
27822026-05-01T16:13:28.998Z Compiling convert_case v0.4.0
27832026-05-01T16:13:29.034Z Checking heck v0.5.0
27842026-05-01T16:13:29.161Z Checking resolv-conf v0.7.6
27852026-05-01T16:13:29.351Z Compiling chrono-tz v0.10.4
27862026-05-01T16:13:29.370Z Compiling derive_more v0.99.20
27872026-05-01T16:13:29.498Z Compiling const_format_proc_macros v0.2.34
27882026-05-01T16:13:29.510Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27892026-05-01T16:13:29.545Z Checking phf v0.12.1
27902026-05-01T16:13:29.689Z Checking tokio-dtrace v0.1.1
27912026-05-01T16:13:29.876Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27922026-05-01T16:13:29.981Z Compiling derive-where v1.6.0
27932026-05-01T16:13:30.367Z Checking hickory-resolver v0.24.4
27942026-05-01T16:13:30.398Z Checking highway v1.3.0
27952026-05-01T16:13:30.628Z Checking const_format v0.2.35
27962026-05-01T16:13:30.879Z Checking oxide-tokio-rt v0.1.4
27972026-05-01T16:13:31.093Z Checking gethostname v0.5.0
27982026-05-01T16:13:31.183Z Checking bcs v0.1.6
27992026-05-01T16:13:31.275Z Compiling async-recursion v1.1.1
28002026-05-01T16:13:31.288Z Checking qorb v0.4.1
28012026-05-01T16:13:31.413Z Checking termtree v0.5.1
28022026-05-01T16:13:31.871Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28032026-05-01T16:13:32.510Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28042026-05-01T16:13:32.891Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28052026-05-01T16:13:34.161Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28062026-05-01T16:13:34.165Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28072026-05-01T16:13:35.398Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28082026-05-01T16:13:37.945Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28092026-05-01T16:13:40.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.93s
28102026-05-01T16:13:40.209Z
28112026-05-01T16:13:40.209Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/275)
28122026-05-01T16:13:40.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132026-05-01T16:13:40.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142026-05-01T16:13:40.866Z Compiling ar_archive_writer v0.5.1
28152026-05-01T16:13:40.975Z Compiling stacker v0.1.23
28162026-05-01T16:13:40.986Z Compiling cfg_aliases v0.1.1
28172026-05-01T16:13:40.991Z Compiling convert_case v0.10.0
28182026-05-01T16:13:40.994Z Checking unicode-width v0.1.14
28192026-05-01T16:13:41.005Z Compiling proc-macro-error v1.0.4
28202026-05-01T16:13:41.015Z Checking fd-lock v4.0.4
28212026-05-01T16:13:41.015Z Checking nibble_vec v0.1.0
28222026-05-01T16:13:41.041Z Compiling nix v0.28.0
28232026-05-01T16:13:41.124Z Checking vte v0.14.1
28242026-05-01T16:13:41.142Z Compiling recursive-proc-macro-impl v0.1.1
28252026-05-01T16:13:41.224Z Checking bytecount v0.6.9
28262026-05-01T16:13:41.237Z Checking endian-type v0.1.2
28272026-05-01T16:13:41.276Z Checking strip-ansi-escapes v0.2.1
28282026-05-01T16:13:41.285Z Compiling derive_more-impl v2.1.1
28292026-05-01T16:13:41.298Z Compiling tabled_derive v0.7.0
28302026-05-01T16:13:41.321Z Checking papergrid v0.11.0
28312026-05-01T16:13:41.356Z Checking radix_trie v0.2.1
28322026-05-01T16:13:41.384Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28332026-05-01T16:13:41.530Z Compiling peg-macros v0.8.5
28342026-05-01T16:13:41.557Z Checking winnow v0.6.26
28352026-05-01T16:13:41.786Z Compiling psm v0.1.30
28362026-05-01T16:13:41.873Z Compiling sqlparser_derive v0.5.0
28372026-05-01T16:13:41.915Z Checking unicode-width v0.2.0
28382026-05-01T16:13:42.075Z Checking derive_more v2.1.1
28392026-05-01T16:13:42.153Z Checking unicode_categories v0.1.1
28402026-05-01T16:13:42.166Z Checking nu-ansi-term v0.50.3
28412026-05-01T16:13:42.252Z Checking home v0.5.12
28422026-05-01T16:13:42.303Z Checking tabled v0.15.0
28432026-05-01T16:13:42.344Z Checking crossterm v0.29.0
28442026-05-01T16:13:42.355Z Checking rustyline v14.0.0
28452026-05-01T16:13:42.366Z Checking reedline v0.40.0
28462026-05-01T16:13:42.533Z Checking recursive v0.1.1
28472026-05-01T16:13:42.632Z Checking sqlparser v0.61.0
28482026-05-01T16:13:42.649Z Checking display-error-chain v0.2.2
28492026-05-01T16:13:42.676Z Checking sqlformat v0.3.5
28502026-05-01T16:13:42.891Z Checking peg v0.8.5
28512026-05-01T16:13:53.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.47s
28522026-05-01T16:13:53.864Z
28532026-05-01T16:13:53.864Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/275)
28542026-05-01T16:13:54.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552026-05-01T16:13:54.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562026-05-01T16:13:54.528Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28572026-05-01T16:13:57.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
28582026-05-01T16:13:58.087Z
28592026-05-01T16:13:58.087Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/275)
28602026-05-01T16:13:58.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612026-05-01T16:13:58.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622026-05-01T16:13:58.751Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28632026-05-01T16:14:01.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
28642026-05-01T16:14:01.336Z
28652026-05-01T16:14:01.336Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/275)
28662026-05-01T16:14:01.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672026-05-01T16:14:01.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682026-05-01T16:14:01.996Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28692026-05-01T16:14:05.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s
28702026-05-01T16:14:05.368Z
28712026-05-01T16:14:05.368Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/275)
28722026-05-01T16:14:05.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732026-05-01T16:14:05.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742026-05-01T16:14:06.034Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28752026-05-01T16:14:09.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
28762026-05-01T16:14:09.403Z
28772026-05-01T16:14:09.403Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/275)
28782026-05-01T16:14:09.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792026-05-01T16:14:09.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802026-05-01T16:14:10.065Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28812026-05-01T16:14:12.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
28822026-05-01T16:14:12.770Z
28832026-05-01T16:14:12.770Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/275)
28842026-05-01T16:14:13.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852026-05-01T16:14:13.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862026-05-01T16:14:13.436Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28872026-05-01T16:14:15.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
28882026-05-01T16:14:16.151Z
28892026-05-01T16:14:16.151Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/275)
28902026-05-01T16:14:16.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912026-05-01T16:14:16.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922026-05-01T16:14:16.814Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28932026-05-01T16:14:20.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
28942026-05-01T16:14:20.353Z
28952026-05-01T16:14:20.353Zinfo: running `cargo check --bins` on oximeter (93/275)
28962026-05-01T16:14:20.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972026-05-01T16:14:20.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982026-05-01T16:14:20.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28992026-05-01T16:14:20.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29002026-05-01T16:14:20.949Z
29012026-05-01T16:14:20.949Zinfo: running `cargo check --bins` on oximeter-schema (94/275)
29022026-05-01T16:14:21.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032026-05-01T16:14:21.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042026-05-01T16:14:21.583Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29052026-05-01T16:14:21.745Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
29062026-05-01T16:14:21.759Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29072026-05-01T16:14:22.078Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29082026-05-01T16:14:25.119Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29092026-05-01T16:14:25.437Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29102026-05-01T16:14:26.519Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29112026-05-01T16:14:27.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.23s
29122026-05-01T16:14:27.365Z
29132026-05-01T16:14:27.365Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/275)
29142026-05-01T16:14:27.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152026-05-01T16:14:27.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162026-05-01T16:14:27.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29172026-05-01T16:14:27.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29182026-05-01T16:14:27.958Z
29192026-05-01T16:14:27.958Zinfo: running `cargo check --bins` on oximeter-test-utils (96/275)
29202026-05-01T16:14:28.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212026-05-01T16:14:28.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222026-05-01T16:14:28.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29232026-05-01T16:14:28.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29242026-05-01T16:14:28.584Z
29252026-05-01T16:14:28.584Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/275)
29262026-05-01T16:14:29.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272026-05-01T16:14:29.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282026-05-01T16:14:29.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29292026-05-01T16:14:29.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29302026-05-01T16:14:29.181Z
29312026-05-01T16:14:29.181Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/275)
29322026-05-01T16:14:29.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29332026-05-01T16:14:29.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29342026-05-01T16:14:29.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29352026-05-01T16:14:29.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29362026-05-01T16:14:29.775Z
29372026-05-01T16:14:29.775Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/275)
29382026-05-01T16:14:30.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29392026-05-01T16:14:30.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29402026-05-01T16:14:30.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29412026-05-01T16:14:30.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29422026-05-01T16:14:30.372Z
29432026-05-01T16:14:30.372Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/275)
29442026-05-01T16:14:30.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29452026-05-01T16:14:30.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29462026-05-01T16:14:30.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29472026-05-01T16:14:30.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29482026-05-01T16:14:30.975Z
29492026-05-01T16:14:30.975Zinfo: running `cargo check --bins` on trust-quorum-types (101/275)
29502026-05-01T16:14:31.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29512026-05-01T16:14:31.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29522026-05-01T16:14:31.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29532026-05-01T16:14:31.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29542026-05-01T16:14:31.561Z
29552026-05-01T16:14:31.561Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/275)
29562026-05-01T16:14:32.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29572026-05-01T16:14:32.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29582026-05-01T16:14:32.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29592026-05-01T16:14:32.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29602026-05-01T16:14:32.164Z
29612026-05-01T16:14:32.164Zinfo: running `cargo check --bins` on update-engine (103/275)
29622026-05-01T16:14:32.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29632026-05-01T16:14:32.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29642026-05-01T16:14:32.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29652026-05-01T16:14:32.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29662026-05-01T16:14:32.749Z
29672026-05-01T16:14:32.749Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/275)
29682026-05-01T16:14:33.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29692026-05-01T16:14:33.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29702026-05-01T16:14:33.468Z Compiling crucible-workspace-hack v0.1.0
29712026-05-01T16:14:33.471Z Checking secrecy v0.10.3
29722026-05-01T16:14:33.471Z Compiling heapless v0.8.0
29732026-05-01T16:14:33.599Z Compiling ingot-macros v0.1.1
29742026-05-01T16:14:33.605Z Compiling toml_edit v0.23.10+spec-1.0.0
29752026-05-01T16:14:33.605Z Checking hash32 v0.3.1
29762026-05-01T16:14:33.624Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29772026-05-01T16:14:33.624Z Compiling smoltcp v0.11.0
29782026-05-01T16:14:33.687Z Checking cobs v0.3.0
29792026-05-01T16:14:33.729Z Compiling thiserror-impl-no-std v2.0.2
29802026-05-01T16:14:33.830Z Checking universal-hash v0.5.1
29812026-05-01T16:14:33.830Z Checking half v2.7.1
29822026-05-01T16:14:33.867Z Checking opaque-debug v0.3.1
29832026-05-01T16:14:33.935Z Checking ciborium-io v0.2.2
29842026-05-01T16:14:33.949Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29852026-05-01T16:14:33.980Z Checking poly1305 v0.8.0
29862026-05-01T16:14:34.030Z Checking postcard v1.1.3
29872026-05-01T16:14:34.094Z Checking ciborium-ll v0.2.2
29882026-05-01T16:14:34.119Z Compiling proc-macro-crate v3.4.0
29892026-05-01T16:14:34.257Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29902026-05-01T16:14:34.270Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29912026-05-01T16:14:34.310Z Checking password-hash v0.5.0
29922026-05-01T16:14:34.530Z Checking chacha20 v0.9.1
29932026-05-01T16:14:34.545Z Compiling proc-macro-crate v1.3.1
29942026-05-01T16:14:34.548Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
29952026-05-01T16:14:34.651Z Checking blake2 v0.10.6
29962026-05-01T16:14:34.663Z Compiling num_enum_derive v0.7.5
29972026-05-01T16:14:34.723Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29982026-05-01T16:14:34.786Z Checking aead v0.5.2
29992026-05-01T16:14:34.886Z Compiling foreign-types-macros v0.2.3
30002026-05-01T16:14:34.901Z Checking thiserror-no-std v2.0.2
30012026-05-01T16:14:34.926Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30022026-05-01T16:14:34.939Z Checking cpufeatures v0.3.0
30032026-05-01T16:14:34.955Z Checking foreign-types-shared v0.3.1
30042026-05-01T16:14:34.981Z Checking vsss-rs v3.3.4
30052026-05-01T16:14:35.009Z Checking chacha20 v0.10.0
30062026-05-01T16:14:35.040Z Compiling num_enum_derive v0.5.11
30072026-05-01T16:14:35.159Z Checking chacha20poly1305 v0.10.1
30082026-05-01T16:14:35.221Z Checking argon2 v0.5.3
30092026-05-01T16:14:35.285Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
30102026-05-01T16:14:35.466Z Checking foreign-types v0.5.0
30112026-05-01T16:14:35.544Z Checking ciborium v0.2.2
30122026-05-01T16:14:35.661Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30132026-05-01T16:14:35.679Z Checking console v0.15.11
30142026-05-01T16:14:35.696Z Checking num_enum v0.7.5
30152026-05-01T16:14:35.807Z Checking tabwriter v1.4.1
30162026-05-01T16:14:35.934Z Checking newline-converter v0.3.0
30172026-05-01T16:14:35.948Z Checking atomicwrites v0.4.4
30182026-05-01T16:14:35.961Z Checking byte-wrapper v0.1.0
30192026-05-01T16:14:35.961Z Checking camino-tempfile v1.4.1
30202026-05-01T16:14:36.038Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30212026-05-01T16:14:36.061Z Checking cstr-argument v0.1.2
30222026-05-01T16:14:36.075Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30232026-05-01T16:14:36.077Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30242026-05-01T16:14:36.112Z Checking expectorate v1.2.0
30252026-05-01T16:14:36.175Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30262026-05-01T16:14:36.187Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30272026-05-01T16:14:36.238Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30282026-05-01T16:14:36.285Z Checking num_enum v0.5.11
30292026-05-01T16:14:36.353Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30302026-05-01T16:14:36.368Z Checking ingot-types v0.1.2
30312026-05-01T16:14:36.394Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30322026-05-01T16:14:36.449Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30332026-05-01T16:14:36.512Z Checking rand v0.10.0
30342026-05-01T16:14:36.526Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30352026-05-01T16:14:36.553Z Checking colored v3.1.1
30362026-05-01T16:14:36.589Z Checking indent_write v2.2.0
30372026-05-01T16:14:36.719Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
30382026-05-01T16:14:36.733Z Checking ingot v0.1.1
30392026-05-01T16:14:36.736Z Compiling zone_cfg_derive v0.3.1
30402026-05-01T16:14:36.756Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30412026-05-01T16:14:36.781Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30422026-05-01T16:14:36.811Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
30432026-05-01T16:14:36.828Z Checking itertools v0.12.1
30442026-05-01T16:14:36.921Z Compiling num-derive v0.4.2
30452026-05-01T16:14:36.983Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30462026-05-01T16:14:37.166Z Checking swrite v0.1.0
30472026-05-01T16:14:37.260Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30482026-05-01T16:14:37.332Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30492026-05-01T16:14:37.388Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
30502026-05-01T16:14:37.544Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30512026-05-01T16:14:37.571Z Checking dropshot-api-manager-types v0.6.0
30522026-05-01T16:14:37.655Z Checking smf v0.2.3
30532026-05-01T16:14:37.738Z Checking nanorand v0.7.0
30542026-05-01T16:14:37.815Z Checking whoami v1.6.1
30552026-05-01T16:14:37.835Z Checking zone v0.3.1
30562026-05-01T16:14:37.838Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30572026-05-01T16:14:37.897Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30582026-05-01T16:14:37.939Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30592026-05-01T16:14:37.953Z Checking flume v0.11.1
30602026-05-01T16:14:38.359Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30612026-05-01T16:14:39.322Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30622026-05-01T16:14:40.200Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30632026-05-01T16:14:43.315Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30642026-05-01T16:14:45.371Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30652026-05-01T16:14:46.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.62s
30662026-05-01T16:14:46.572Z
30672026-05-01T16:14:46.572Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/275)
30682026-05-01T16:14:47.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692026-05-01T16:14:47.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702026-05-01T16:14:47.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712026-05-01T16:14:47.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30722026-05-01T16:14:47.169Z
30732026-05-01T16:14:47.169Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/275)
30742026-05-01T16:14:47.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752026-05-01T16:14:47.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762026-05-01T16:14:47.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772026-05-01T16:14:47.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30782026-05-01T16:14:47.757Z
30792026-05-01T16:14:47.757Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/275)
30802026-05-01T16:14:48.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812026-05-01T16:14:48.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822026-05-01T16:14:48.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832026-05-01T16:14:48.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30842026-05-01T16:14:48.356Z
30852026-05-01T16:14:48.356Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/275)
30862026-05-01T16:14:48.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872026-05-01T16:14:48.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882026-05-01T16:14:48.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30892026-05-01T16:14:48.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30902026-05-01T16:14:48.943Z
30912026-05-01T16:14:48.943Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/275)
30922026-05-01T16:14:49.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932026-05-01T16:14:49.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942026-05-01T16:14:49.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952026-05-01T16:14:49.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30962026-05-01T16:14:49.527Z
30972026-05-01T16:14:49.527Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/275)
30982026-05-01T16:14:50.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992026-05-01T16:14:50.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002026-05-01T16:14:50.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31012026-05-01T16:14:50.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31022026-05-01T16:14:50.115Z
31032026-05-01T16:14:50.115Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/275)
31042026-05-01T16:14:50.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052026-05-01T16:14:50.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062026-05-01T16:14:50.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31072026-05-01T16:14:50.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31082026-05-01T16:14:50.706Z
31092026-05-01T16:14:50.706Zinfo: running `cargo check --bins` on cockroach-admin-client (112/275)
31102026-05-01T16:14:51.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112026-05-01T16:14:51.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122026-05-01T16:14:51.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31132026-05-01T16:14:51.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31142026-05-01T16:14:51.283Z
31152026-05-01T16:14:51.283Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/275)
31162026-05-01T16:14:51.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172026-05-01T16:14:51.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182026-05-01T16:14:51.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31192026-05-01T16:14:51.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31202026-05-01T16:14:51.867Z
31212026-05-01T16:14:51.867Zinfo: running `cargo check --bins` on dns-service-client (114/275)
31222026-05-01T16:14:52.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-05-01T16:14:52.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-05-01T16:14:52.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-05-01T16:14:52.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31262026-05-01T16:14:52.454Z
31272026-05-01T16:14:52.454Zinfo: running `cargo check --bins` on installinator-client (115/275)
31282026-05-01T16:14:52.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-05-01T16:14:52.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-05-01T16:14:52.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-05-01T16:14:52.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31322026-05-01T16:14:53.042Z
31332026-05-01T16:14:53.042Zinfo: running `cargo check --bins` on nexus-client (116/275)
31342026-05-01T16:14:53.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-05-01T16:14:53.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-05-01T16:14:53.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-05-01T16:14:53.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31382026-05-01T16:14:53.666Z
31392026-05-01T16:14:53.666Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/275)
31402026-05-01T16:14:54.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-05-01T16:14:54.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-05-01T16:14:54.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-05-01T16:14:54.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31442026-05-01T16:14:54.288Z
31452026-05-01T16:14:54.288Zinfo: running `cargo check --bins` on ntp-admin-client (118/275)
31462026-05-01T16:14:54.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-05-01T16:14:54.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-05-01T16:14:54.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-05-01T16:14:54.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31502026-05-01T16:14:54.866Z
31512026-05-01T16:14:54.866Zinfo: running `cargo check --bins` on oxide-client (119/275)
31522026-05-01T16:14:55.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-05-01T16:14:55.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-05-01T16:14:55.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-05-01T16:14:55.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31562026-05-01T16:14:55.450Z
31572026-05-01T16:14:55.450Zinfo: running `cargo check --bins` on oximeter-client (120/275)
31582026-05-01T16:14:55.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-05-01T16:14:55.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-05-01T16:14:55.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612026-05-01T16:14:55.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31622026-05-01T16:14:56.036Z
31632026-05-01T16:14:56.036Zinfo: running `cargo check --bins` on repo-depot-client (121/275)
31642026-05-01T16:14:56.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-05-01T16:14:56.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-05-01T16:14:56.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672026-05-01T16:14:56.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31682026-05-01T16:14:56.665Z
31692026-05-01T16:14:56.665Zinfo: running `cargo check --bins` on sled-agent-client (122/275)
31702026-05-01T16:14:57.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712026-05-01T16:14:57.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722026-05-01T16:14:57.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732026-05-01T16:14:57.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31742026-05-01T16:14:57.210Z
31752026-05-01T16:14:57.210Zinfo: running `cargo check --bins` on wicketd-client (123/275)
31762026-05-01T16:14:57.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772026-05-01T16:14:57.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782026-05-01T16:14:57.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792026-05-01T16:14:57.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31802026-05-01T16:14:57.815Z
31812026-05-01T16:14:57.815Zinfo: running `cargo check --bins` on installinator-common (124/275)
31822026-05-01T16:14:58.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832026-05-01T16:14:58.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842026-05-01T16:14:58.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31852026-05-01T16:14:58.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31862026-05-01T16:14:58.415Z
31872026-05-01T16:14:58.415Zinfo: running `cargo check --bins` on installinator-common-versions (125/275)
31882026-05-01T16:14:58.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31892026-05-01T16:14:58.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31902026-05-01T16:14:58.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31912026-05-01T16:14:58.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31922026-05-01T16:14:58.996Z
31932026-05-01T16:14:58.996Zinfo: running `cargo check --bins` on wicket-common (126/275)
31942026-05-01T16:14:59.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952026-05-01T16:14:59.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962026-05-01T16:14:59.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31972026-05-01T16:14:59.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31982026-05-01T16:14:59.592Z
31992026-05-01T16:14:59.592Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/275)
32002026-05-01T16:15:00.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012026-05-01T16:15:00.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022026-05-01T16:15:00.277Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32032026-05-01T16:15:00.391Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
32042026-05-01T16:15:00.398Z Checking csv-core v0.1.13
32052026-05-01T16:15:00.406Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32062026-05-01T16:15:00.409Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32072026-05-01T16:15:00.422Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32082026-05-01T16:15:00.433Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32092026-05-01T16:15:00.445Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32102026-05-01T16:15:00.551Z Checking csv v1.4.0
32112026-05-01T16:15:00.567Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32122026-05-01T16:15:00.617Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32132026-05-01T16:15:00.650Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32142026-05-01T16:15:00.878Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32152026-05-01T16:15:01.238Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32162026-05-01T16:15:01.241Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32172026-05-01T16:15:01.567Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32182026-05-01T16:15:07.264Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32192026-05-01T16:15:07.786Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32202026-05-01T16:15:10.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.56s
32212026-05-01T16:15:10.351Z
32222026-05-01T16:15:10.351Zinfo: running `cargo check --bins` on cockroach-admin-api (128/275)
32232026-05-01T16:15:10.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242026-05-01T16:15:10.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252026-05-01T16:15:10.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32262026-05-01T16:15:10.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32272026-05-01T16:15:10.947Z
32282026-05-01T16:15:10.947Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/275)
32292026-05-01T16:15:11.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302026-05-01T16:15:11.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312026-05-01T16:15:11.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32322026-05-01T16:15:11.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32332026-05-01T16:15:11.627Z
32342026-05-01T16:15:11.627Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/275)
32352026-05-01T16:15:12.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362026-05-01T16:15:12.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372026-05-01T16:15:12.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32382026-05-01T16:15:12.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32392026-05-01T16:15:12.304Z
32402026-05-01T16:15:12.304Zinfo: running `cargo check --bins` on gateway-test-utils (131/275)
32412026-05-01T16:15:12.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422026-05-01T16:15:12.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432026-05-01T16:15:12.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32442026-05-01T16:15:12.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32452026-05-01T16:15:12.945Z
32462026-05-01T16:15:12.945Zinfo: running `cargo check --bins` on omicron-gateway (132/275)
32472026-05-01T16:15:13.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482026-05-01T16:15:13.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492026-05-01T16:15:13.706Z Compiling typify-impl v0.6.1
32502026-05-01T16:15:13.845Z Compiling unsafe-libyaml v0.2.11
32512026-05-01T16:15:13.855Z Compiling semver v0.1.20
32522026-05-01T16:15:13.858Z Compiling radium v0.7.0
32532026-05-01T16:15:13.877Z Compiling pin-project-internal v1.1.11
32542026-05-01T16:15:13.888Z Compiling maybe-uninit v2.0.0
32552026-05-01T16:15:13.891Z Checking tap v1.0.1
32562026-05-01T16:15:14.001Z Checking wyz v0.5.1
32572026-05-01T16:15:14.121Z Compiling rustc_version v0.1.7
32582026-05-01T16:15:14.174Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32592026-05-01T16:15:14.197Z Compiling snafu-derive v0.8.9
32602026-05-01T16:15:14.306Z Compiling zerocopy-derive v0.6.6
32612026-05-01T16:15:14.357Z Compiling serde_yaml v0.9.34+deprecated
32622026-05-01T16:15:14.558Z Compiling newtype_derive v0.1.6
32632026-05-01T16:15:14.751Z Checking same-file v1.0.6
32642026-05-01T16:15:14.871Z Compiling owo-colors v4.3.0
32652026-05-01T16:15:14.950Z Checking crc-catalog v2.4.0
32662026-05-01T16:15:14.973Z Checking pin-project v1.1.11
32672026-05-01T16:15:15.043Z Checking funty v2.0.0
32682026-05-01T16:15:15.071Z Compiling cancel-safe-futures v0.1.5
32692026-05-01T16:15:15.165Z Compiling packed_struct v0.10.1
32702026-05-01T16:15:15.237Z Checking zerocopy v0.6.6
32712026-05-01T16:15:15.297Z Checking crc v3.4.0
32722026-05-01T16:15:15.359Z Checking bitvec v1.0.1
32732026-05-01T16:15:15.433Z Checking walkdir v2.5.0
32742026-05-01T16:15:15.540Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32752026-05-01T16:15:15.592Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32762026-05-01T16:15:15.606Z Checking globset v0.4.18
32772026-05-01T16:15:15.643Z Checking olpc-cjson v0.1.4
32782026-05-01T16:15:15.781Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=c3c3032f8bdc91d6faf2b36e05b8375a0980765c#c3c3032f)
32792026-05-01T16:15:15.795Z Checking pem v3.0.6
32802026-05-01T16:15:15.853Z Compiling packed_struct_codegen v0.10.1
32812026-05-01T16:15:15.917Z Checking libsw-core v0.3.2
32822026-05-01T16:15:15.951Z Checking serde_plain v1.0.2
32832026-05-01T16:15:16.036Z Compiling bitfield-macros v0.19.4
32842026-05-01T16:15:16.062Z Compiling indexmap v1.9.3
32852026-05-01T16:15:16.066Z Checking typed-path v0.9.3
32862026-05-01T16:15:16.091Z Checking snafu v0.8.9
32872026-05-01T16:15:16.105Z Checking nodrop v0.1.14
32882026-05-01T16:15:16.193Z Checking array-init v0.0.4
32892026-05-01T16:15:16.274Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32902026-05-01T16:15:16.329Z Checking libsw v3.5.0
32912026-05-01T16:15:16.478Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32922026-05-01T16:15:16.492Z Checking smallvec v0.6.14
32932026-05-01T16:15:16.653Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32942026-05-01T16:15:16.727Z Checking bitfield v0.19.4
32952026-05-01T16:15:16.727Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32962026-05-01T16:15:16.845Z Checking tough v0.20.0
32972026-05-01T16:15:16.866Z Checking linear-map v1.2.0
32982026-05-01T16:15:16.912Z Checking tagptr v0.2.0
32992026-05-01T16:15:16.995Z Checking unicode-linebreak v0.1.5
33002026-05-01T16:15:17.034Z Checking smawk v0.3.2
33012026-05-01T16:15:17.062Z Checking hashbrown v0.12.3
33022026-05-01T16:15:17.077Z Checking base64 v0.21.7
33032026-05-01T16:15:17.190Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33042026-05-01T16:15:17.209Z Checking textwrap v0.16.2
33052026-05-01T16:15:17.247Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33062026-05-01T16:15:17.312Z Checking ron v0.8.1
33072026-05-01T16:15:17.330Z Checking moka v0.12.13
33082026-05-01T16:15:17.415Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33092026-05-01T16:15:17.784Z Checking steno v0.4.1
33102026-05-01T16:15:17.831Z Checking serde-hex v0.1.0
33112026-05-01T16:15:17.960Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33122026-05-01T16:15:17.990Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33132026-05-01T16:15:18.123Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33142026-05-01T16:15:18.247Z Compiling typify-macro v0.6.1
33152026-05-01T16:15:18.262Z Checking hashbrown v0.13.2
33162026-05-01T16:15:18.523Z Checking humantime v2.3.0
33172026-05-01T16:15:18.684Z Checking crc-any v2.5.0
33182026-05-01T16:15:18.699Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33192026-05-01T16:15:18.712Z Checking object v0.30.4
33202026-05-01T16:15:18.822Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33212026-05-01T16:15:18.860Z Checking hickory-resolver v0.25.2
33222026-05-01T16:15:18.876Z Checking path-slash v0.1.5
33232026-05-01T16:15:18.908Z Checking void v1.0.2
33242026-05-01T16:15:18.978Z Checking half v1.8.3
33252026-05-01T16:15:18.992Z Checking utf-8 v0.7.6
33262026-05-01T16:15:19.010Z Checking lzss v0.8.2
33272026-05-01T16:15:19.121Z Checking tungstenite v0.23.0
33282026-05-01T16:15:19.170Z Checking serde_cbor v0.11.2
33292026-05-01T16:15:19.325Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33302026-05-01T16:15:19.340Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33312026-05-01T16:15:19.480Z Checking nix v0.27.1
33322026-05-01T16:15:19.522Z Checking kstat-rs v0.2.4
33332026-05-01T16:15:19.536Z Checking fxhash v0.2.1
33342026-05-01T16:15:19.552Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33352026-05-01T16:15:19.567Z Checking serde_bytes v0.11.19
33362026-05-01T16:15:19.649Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33372026-05-01T16:15:19.703Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33382026-05-01T16:15:19.738Z Checking tokio-tungstenite v0.23.1
33392026-05-01T16:15:19.970Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33402026-05-01T16:15:19.984Z Compiling typify v0.6.1
33412026-05-01T16:15:20.013Z Checking signal-hook-tokio v0.3.1
33422026-05-01T16:15:20.062Z Compiling progenitor-impl v0.13.0
33432026-05-01T16:15:20.990Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33442026-05-01T16:15:21.549Z Compiling progenitor-macro v0.13.0
33452026-05-01T16:15:21.882Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33462026-05-01T16:15:22.182Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33472026-05-01T16:15:23.818Z Checking progenitor v0.13.0
33482026-05-01T16:15:23.929Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=c3c3032f8bdc91d6faf2b36e05b8375a0980765c#c3c3032f)
33492026-05-01T16:15:23.933Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33502026-05-01T16:15:27.173Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33512026-05-01T16:15:34.516Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33522026-05-01T16:15:40.706Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33532026-05-01T16:15:42.065Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33542026-05-01T16:15:42.553Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33552026-05-01T16:15:44.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.62s
33562026-05-01T16:15:44.771Z
33572026-05-01T16:15:44.771Zinfo: running `cargo check --bins` on gateway-api (133/275)
33582026-05-01T16:15:45.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-05-01T16:15:45.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-05-01T16:15:45.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-05-01T16:15:45.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33622026-05-01T16:15:45.349Z
33632026-05-01T16:15:45.349Zinfo: running `cargo check --bins` on ipcc (134/275)
33642026-05-01T16:15:45.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-05-01T16:15:45.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-05-01T16:15:45.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-05-01T16:15:45.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33682026-05-01T16:15:45.939Z
33692026-05-01T16:15:45.939Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/275)
33702026-05-01T16:15:46.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-05-01T16:15:46.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-05-01T16:15:46.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-05-01T16:15:46.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33742026-05-01T16:15:46.522Z
33752026-05-01T16:15:46.522Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/275)
33762026-05-01T16:15:47.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-05-01T16:15:47.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-05-01T16:15:47.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-05-01T16:15:47.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33802026-05-01T16:15:47.123Z
33812026-05-01T16:15:47.123Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/275)
33822026-05-01T16:15:47.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-05-01T16:15:47.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-05-01T16:15:47.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-05-01T16:15:47.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33862026-05-01T16:15:47.719Z
33872026-05-01T16:15:47.719Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/275)
33882026-05-01T16:15:48.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-05-01T16:15:48.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-05-01T16:15:48.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-05-01T16:15:48.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33922026-05-01T16:15:48.316Z
33932026-05-01T16:15:48.316Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/275)
33942026-05-01T16:15:48.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-05-01T16:15:48.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-05-01T16:15:48.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-05-01T16:15:48.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33982026-05-01T16:15:48.912Z
33992026-05-01T16:15:48.912Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/275)
34002026-05-01T16:15:49.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-05-01T16:15:49.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-05-01T16:15:49.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-05-01T16:15:49.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34042026-05-01T16:15:49.502Z
34052026-05-01T16:15:49.503Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/275)
34062026-05-01T16:15:50.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-05-01T16:15:50.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-05-01T16:15:50.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-05-01T16:15:50.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34102026-05-01T16:15:50.099Z
34112026-05-01T16:15:50.099Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/275)
34122026-05-01T16:15:50.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-05-01T16:15:50.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-05-01T16:15:50.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-05-01T16:15:50.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34162026-05-01T16:15:50.685Z
34172026-05-01T16:15:50.685Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/275)
34182026-05-01T16:15:51.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-05-01T16:15:51.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-05-01T16:15:51.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-05-01T16:15:51.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34222026-05-01T16:15:51.278Z
34232026-05-01T16:15:51.278Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/275)
34242026-05-01T16:15:51.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-05-01T16:15:51.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-05-01T16:15:51.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-05-01T16:15:51.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34282026-05-01T16:15:51.873Z
34292026-05-01T16:15:51.873Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/275)
34302026-05-01T16:15:52.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-05-01T16:15:52.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-05-01T16:15:52.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-05-01T16:15:52.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34342026-05-01T16:15:52.468Z
34352026-05-01T16:15:52.468Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/275)
34362026-05-01T16:15:52.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-05-01T16:15:52.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-05-01T16:15:52.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-05-01T16:15:52.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34402026-05-01T16:15:53.067Z
34412026-05-01T16:15:53.067Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/275)
34422026-05-01T16:15:53.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-05-01T16:15:53.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-05-01T16:15:53.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-05-01T16:15:53.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34462026-05-01T16:15:53.662Z
34472026-05-01T16:15:53.662Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/275)
34482026-05-01T16:15:54.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-05-01T16:15:54.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-05-01T16:15:54.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-05-01T16:15:54.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34522026-05-01T16:15:54.258Z
34532026-05-01T16:15:54.258Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/275)
34542026-05-01T16:15:54.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-05-01T16:15:54.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-05-01T16:15:54.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-05-01T16:15:54.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34582026-05-01T16:15:54.853Z
34592026-05-01T16:15:54.853Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/275)
34602026-05-01T16:15:55.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-05-01T16:15:55.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-05-01T16:15:55.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-05-01T16:15:55.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34642026-05-01T16:15:55.451Z
34652026-05-01T16:15:55.451Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/275)
34662026-05-01T16:15:55.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-05-01T16:15:55.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-05-01T16:15:55.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-05-01T16:15:55.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34702026-05-01T16:15:56.049Z
34712026-05-01T16:15:56.049Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/275)
34722026-05-01T16:15:56.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-05-01T16:15:56.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-05-01T16:15:56.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-05-01T16:15:56.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34762026-05-01T16:15:56.641Z
34772026-05-01T16:15:56.641Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/275)
34782026-05-01T16:15:57.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-05-01T16:15:57.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-05-01T16:15:57.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-05-01T16:15:57.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34822026-05-01T16:15:57.232Z
34832026-05-01T16:15:57.232Zinfo: running `cargo check --bins` on oximeter-producer (154/275)
34842026-05-01T16:15:57.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-05-01T16:15:57.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-05-01T16:15:57.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-05-01T16:15:57.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34882026-05-01T16:15:57.868Z
34892026-05-01T16:15:57.868Zinfo: running `cargo check --bins` on internal-dns-resolver (155/275)
34902026-05-01T16:15:58.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-05-01T16:15:58.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-05-01T16:15:58.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-05-01T16:15:58.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34942026-05-01T16:15:58.466Z
34952026-05-01T16:15:58.467Zinfo: running `cargo check --bins` on dns-server (156/275)
34962026-05-01T16:15:58.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-05-01T16:15:58.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-05-01T16:15:59.118Z Compiling parking_lot_core v0.8.6
34992026-05-01T16:15:59.118Z Compiling git-stub v1.0.0
35002026-05-01T16:15:59.118Z Compiling atomicwrites v0.4.4
35012026-05-01T16:15:59.121Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35022026-05-01T16:15:59.121Z Checking prefix-trie v0.7.0
35032026-05-01T16:15:59.346Z Compiling git-stub-vcs v0.1.0
35042026-05-01T16:15:59.516Z Checking hickory-server v0.25.2
35052026-05-01T16:15:59.616Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35062026-05-01T16:15:59.641Z Checking parking_lot v0.11.2
35072026-05-01T16:15:59.697Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35082026-05-01T16:15:59.701Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35092026-05-01T16:15:59.812Z Checking sled v0.34.7
35102026-05-01T16:16:01.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
35112026-05-01T16:16:01.854Z
35122026-05-01T16:16:01.854Zinfo: running `cargo check --bins` on dns-server-api (157/275)
35132026-05-01T16:16:02.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-05-01T16:16:02.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-05-01T16:16:02.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-05-01T16:16:02.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35172026-05-01T16:16:02.445Z
35182026-05-01T16:16:02.445Zinfo: running `cargo check --bins` on oximeter-producer-api (158/275)
35192026-05-01T16:16:02.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-05-01T16:16:02.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-05-01T16:16:02.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-05-01T16:16:02.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35232026-05-01T16:16:03.037Z
35242026-05-01T16:16:03.037Zinfo: running `cargo check --bins` on sp-sim (159/275)
35252026-05-01T16:16:03.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-05-01T16:16:03.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-05-01T16:16:03.746Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35282026-05-01T16:16:05.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s
35292026-05-01T16:16:05.663Z
35302026-05-01T16:16:05.663Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/275)
35312026-05-01T16:16:06.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-05-01T16:16:06.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-05-01T16:16:06.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-05-01T16:16:06.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35352026-05-01T16:16:06.306Z
35362026-05-01T16:16:06.306Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/275)
35372026-05-01T16:16:06.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-05-01T16:16:06.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-05-01T16:16:06.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-05-01T16:16:06.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35412026-05-01T16:16:06.961Z
35422026-05-01T16:16:06.961Zinfo: running `cargo check --bins` on db-macros (162/275)
35432026-05-01T16:16:07.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-05-01T16:16:07.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-05-01T16:16:07.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-05-01T16:16:07.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35472026-05-01T16:16:07.544Z
35482026-05-01T16:16:07.544Zinfo: running `cargo check --bins` on nexus-macros-common (163/275)
35492026-05-01T16:16:08.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-05-01T16:16:08.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-05-01T16:16:08.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-05-01T16:16:08.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35532026-05-01T16:16:08.123Z
35542026-05-01T16:16:08.123Zinfo: running `cargo check --bins` on nexus-auth (164/275)
35552026-05-01T16:16:08.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-05-01T16:16:08.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-05-01T16:16:08.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-05-01T16:16:08.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35592026-05-01T16:16:08.767Z
35602026-05-01T16:16:08.767Zinfo: running `cargo check --bins` on authz-macros (165/275)
35612026-05-01T16:16:09.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-05-01T16:16:09.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-05-01T16:16:09.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-05-01T16:16:09.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35652026-05-01T16:16:09.357Z
35662026-05-01T16:16:09.357Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/275)
35672026-05-01T16:16:09.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-05-01T16:16:09.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-05-01T16:16:09.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702026-05-01T16:16:09.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35712026-05-01T16:16:10.001Z
35722026-05-01T16:16:10.002Zinfo: running `cargo check --bins` on nexus-db-model (167/275)
35732026-05-01T16:16:10.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742026-05-01T16:16:10.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752026-05-01T16:16:10.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762026-05-01T16:16:10.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35772026-05-01T16:16:10.644Z
35782026-05-01T16:16:10.644Zinfo: running `cargo check --bins` on nexus-db-schema (168/275)
35792026-05-01T16:16:11.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-05-01T16:16:11.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-05-01T16:16:11.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-05-01T16:16:11.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35832026-05-01T16:16:11.235Z
35842026-05-01T16:16:11.235Zinfo: running `cargo check --bins` on omicron-rpaths (169/275)
35852026-05-01T16:16:11.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-05-01T16:16:11.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-05-01T16:16:11.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-05-01T16:16:11.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35892026-05-01T16:16:11.824Z
35902026-05-01T16:16:11.824Zinfo: running `cargo check --bins` on nexus-defaults (170/275)
35912026-05-01T16:16:12.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-05-01T16:16:12.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-05-01T16:16:12.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-05-01T16:16:12.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35952026-05-01T16:16:12.417Z
35962026-05-01T16:16:12.417Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/275)
35972026-05-01T16:16:12.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-05-01T16:16:12.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-05-01T16:16:12.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-05-01T16:16:12.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36012026-05-01T16:16:13.010Z
36022026-05-01T16:16:13.011Zinfo: running `cargo check --bins` on parallel-task-set (172/275)
36032026-05-01T16:16:13.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-05-01T16:16:13.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-05-01T16:16:13.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-05-01T16:16:13.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36072026-05-01T16:16:13.593Z
36082026-05-01T16:16:13.593Zinfo: running `cargo check --bins` on nexus-db-errors (173/275)
36092026-05-01T16:16:14.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-05-01T16:16:14.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-05-01T16:16:14.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-05-01T16:16:14.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36132026-05-01T16:16:14.242Z
36142026-05-01T16:16:14.242Zinfo: running `cargo check --bins` on nexus-db-lookup (174/275)
36152026-05-01T16:16:14.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-05-01T16:16:14.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-05-01T16:16:14.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-05-01T16:16:14.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36192026-05-01T16:16:14.892Z
36202026-05-01T16:16:14.892Zinfo: running `cargo check --bins` on nexus-inventory (175/275)
36212026-05-01T16:16:15.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-05-01T16:16:15.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-05-01T16:16:15.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-05-01T16:16:15.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36252026-05-01T16:16:15.535Z
36262026-05-01T16:16:15.535Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/275)
36272026-05-01T16:16:16.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-05-01T16:16:16.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-05-01T16:16:16.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-05-01T16:16:16.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36312026-05-01T16:16:16.148Z
36322026-05-01T16:16:16.148Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/275)
36332026-05-01T16:16:16.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-05-01T16:16:16.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-05-01T16:16:16.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362026-05-01T16:16:16.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36372026-05-01T16:16:16.763Z
36382026-05-01T16:16:16.763Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/275)
36392026-05-01T16:16:17.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-05-01T16:16:17.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-05-01T16:16:17.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-05-01T16:16:17.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36432026-05-01T16:16:17.380Z
36442026-05-01T16:16:17.380Zinfo: running `cargo check --bins` on key-manager (179/275)
36452026-05-01T16:16:17.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-05-01T16:16:17.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-05-01T16:16:17.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36482026-05-01T16:16:17.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36492026-05-01T16:16:17.968Z
36502026-05-01T16:16:17.968Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/275)
36512026-05-01T16:16:18.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522026-05-01T16:16:18.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532026-05-01T16:16:18.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36542026-05-01T16:16:18.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36552026-05-01T16:16:18.578Z
36562026-05-01T16:16:18.578Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/275)
36572026-05-01T16:16:19.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36582026-05-01T16:16:19.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36592026-05-01T16:16:19.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36602026-05-01T16:16:19.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36612026-05-01T16:16:19.194Z
36622026-05-01T16:16:19.194Zinfo: running `cargo check --bins` on typed-rng (182/275)
36632026-05-01T16:16:19.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36642026-05-01T16:16:19.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36652026-05-01T16:16:19.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36662026-05-01T16:16:19.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36672026-05-01T16:16:19.784Z
36682026-05-01T16:16:19.784Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/275)
36692026-05-01T16:16:20.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36702026-05-01T16:16:20.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36712026-05-01T16:16:20.629Z Compiling libefi-sys v0.1.0
36722026-05-01T16:16:20.629Z Compiling bitfield-struct v0.6.2
36732026-05-01T16:16:20.632Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36742026-05-01T16:16:20.779Z Compiling xshell-macros v0.2.7
36752026-05-01T16:16:20.788Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36762026-05-01T16:16:20.801Z Compiling typify-impl v0.4.3
36772026-05-01T16:16:20.815Z Compiling salty v0.3.0
36782026-05-01T16:16:20.841Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36792026-05-01T16:16:20.844Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36802026-05-01T16:16:21.011Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36812026-05-01T16:16:21.124Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36822026-05-01T16:16:21.138Z Checking xshell v0.2.7
36832026-05-01T16:16:21.272Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36842026-05-01T16:16:21.323Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36852026-05-01T16:16:21.363Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36862026-05-01T16:16:21.376Z Checking primeorder v0.13.6
36872026-05-01T16:16:21.388Z Compiling proc-macro-error-attr2 v2.0.0
36882026-05-01T16:16:21.430Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36892026-05-01T16:16:21.591Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36902026-05-01T16:16:21.606Z Checking p384 v0.13.1
36912026-05-01T16:16:21.634Z Checking tungstenite v0.21.0
36922026-05-01T16:16:21.652Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36932026-05-01T16:16:21.771Z Compiling proc-macro-error2 v2.0.1
36942026-05-01T16:16:21.826Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36952026-05-01T16:16:22.019Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36962026-05-01T16:16:22.083Z Compiling num-derive v0.3.3
36972026-05-01T16:16:22.292Z Compiling unicase v2.9.0
36982026-05-01T16:16:22.341Z Compiling tabled_derive v0.11.0
36992026-05-01T16:16:22.501Z Compiling mime_guess v2.0.5
37002026-05-01T16:16:22.690Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37012026-05-01T16:16:22.888Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37022026-05-01T16:16:22.973Z Checking libscf-sys v1.1.0
37032026-05-01T16:16:23.107Z Checking tokio-tungstenite v0.21.0
37042026-05-01T16:16:24.344Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37052026-05-01T16:16:24.348Z Checking papergrid v0.17.0
37062026-05-01T16:16:24.348Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37072026-05-01T16:16:24.348Z Checking testing_table v0.3.0
37082026-05-01T16:16:24.348Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37092026-05-01T16:16:24.348Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37102026-05-01T16:16:24.348Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37112026-05-01T16:16:24.348Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37122026-05-01T16:16:24.348Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37132026-05-01T16:16:24.348Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37142026-05-01T16:16:24.348Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37152026-05-01T16:16:24.348Z Checking corncobs v0.1.4
37162026-05-01T16:16:24.348Z Checking tabled v0.20.0
37172026-05-01T16:16:24.348Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37182026-05-01T16:16:24.348Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37192026-05-01T16:16:24.348Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37202026-05-01T16:16:24.348Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37212026-05-01T16:16:24.352Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37222026-05-01T16:16:24.467Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37232026-05-01T16:16:24.501Z Checking progenitor-client v0.11.2
37242026-05-01T16:16:24.532Z Checking secrecy v0.8.0
37252026-05-01T16:16:24.547Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37262026-05-01T16:16:24.653Z Checking filetime v0.2.27
37272026-05-01T16:16:24.728Z Checking http-range v0.1.5
37282026-05-01T16:16:24.788Z Checking xattr v1.6.1
37292026-05-01T16:16:24.854Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37302026-05-01T16:16:24.920Z Checking tar v0.4.45
37312026-05-01T16:16:25.245Z Compiling typify-macro v0.4.3
37322026-05-01T16:16:25.261Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37332026-05-01T16:16:25.305Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
37342026-05-01T16:16:25.357Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37352026-05-01T16:16:25.517Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37362026-05-01T16:16:25.746Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=c3c3032f8bdc91d6faf2b36e05b8375a0980765c#c3c3032f)
37372026-05-01T16:16:25.772Z Checking atty v0.2.14
37382026-05-01T16:16:25.874Z Checking crc8 v0.1.1
37392026-05-01T16:16:25.979Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=784de5e4b123b48e574bbffc1188c0d5c30b2e62#784de5e4)
37402026-05-01T16:16:25.996Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37412026-05-01T16:16:26.176Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37422026-05-01T16:16:26.328Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37432026-05-01T16:16:26.507Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37442026-05-01T16:16:26.523Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37452026-05-01T16:16:26.554Z Checking hyper-staticfile v0.10.1
37462026-05-01T16:16:26.791Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37472026-05-01T16:16:26.840Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37482026-05-01T16:16:26.855Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37492026-05-01T16:16:26.879Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37502026-05-01T16:16:26.944Z Compiling typify v0.4.3
37512026-05-01T16:16:27.042Z Compiling progenitor-impl v0.11.2
37522026-05-01T16:16:27.114Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37532026-05-01T16:16:27.355Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37542026-05-01T16:16:27.381Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37552026-05-01T16:16:27.797Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37562026-05-01T16:16:27.932Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37572026-05-01T16:16:28.105Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37582026-05-01T16:16:28.134Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37592026-05-01T16:16:28.317Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
37602026-05-01T16:16:28.372Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37612026-05-01T16:16:28.390Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37622026-05-01T16:16:28.424Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37632026-05-01T16:16:28.491Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37642026-05-01T16:16:29.177Z Compiling progenitor-macro v0.11.2
37652026-05-01T16:16:31.563Z Checking progenitor v0.11.2
37662026-05-01T16:16:31.705Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37672026-05-01T16:16:36.292Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37682026-05-01T16:16:47.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.75s
37692026-05-01T16:16:47.761Z
37702026-05-01T16:16:47.761Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/275)
37712026-05-01T16:16:48.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37722026-05-01T16:16:48.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37732026-05-01T16:16:48.543Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37742026-05-01T16:16:59.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.11s
37752026-05-01T16:17:00.093Z
37762026-05-01T16:17:00.093Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/275)
37772026-05-01T16:17:00.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37782026-05-01T16:17:00.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37792026-05-01T16:17:00.871Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37802026-05-01T16:17:12.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.18s
37812026-05-01T16:17:12.499Z
37822026-05-01T16:17:12.499Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/275)
37832026-05-01T16:17:13.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37842026-05-01T16:17:13.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37852026-05-01T16:17:13.283Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37862026-05-01T16:17:24.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.15s
37872026-05-01T16:17:24.877Z
37882026-05-01T16:17:24.877Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/275)
37892026-05-01T16:17:25.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37902026-05-01T16:17:25.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37912026-05-01T16:17:25.654Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37922026-05-01T16:17:37.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.16s
37932026-05-01T16:17:37.261Z
37942026-05-01T16:17:37.261Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/275)
37952026-05-01T16:17:37.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37962026-05-01T16:17:37.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37972026-05-01T16:17:38.035Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37982026-05-01T16:17:49.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.10s
37992026-05-01T16:17:49.578Z
38002026-05-01T16:17:49.578Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/275)
38012026-05-01T16:17:50.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38022026-05-01T16:17:50.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38032026-05-01T16:17:50.351Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38042026-05-01T16:18:01.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.14s
38052026-05-01T16:18:01.942Z
38062026-05-01T16:18:01.942Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/275)
38072026-05-01T16:18:02.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38082026-05-01T16:18:02.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38092026-05-01T16:18:02.701Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38102026-05-01T16:18:14.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.10s
38112026-05-01T16:18:14.260Z
38122026-05-01T16:18:14.260Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/275)
38132026-05-01T16:18:14.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38142026-05-01T16:18:14.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38152026-05-01T16:18:14.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38162026-05-01T16:18:14.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38172026-05-01T16:18:14.848Z
38182026-05-01T16:18:14.848Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/275)
38192026-05-01T16:18:15.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38202026-05-01T16:18:15.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38212026-05-01T16:18:15.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38222026-05-01T16:18:15.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38232026-05-01T16:18:15.435Z
38242026-05-01T16:18:15.435Zinfo: running `cargo check --bins` on range-requests (193/275)
38252026-05-01T16:18:15.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38262026-05-01T16:18:15.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38272026-05-01T16:18:15.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38282026-05-01T16:18:15.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38292026-05-01T16:18:16.010Z
38302026-05-01T16:18:16.010Zinfo: running `cargo check --bins` on repo-depot-api (194/275)
38312026-05-01T16:18:16.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38322026-05-01T16:18:16.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38332026-05-01T16:18:16.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38342026-05-01T16:18:16.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38352026-05-01T16:18:16.590Z
38362026-05-01T16:18:16.590Zinfo: running `cargo check --bins` on sled-agent-api (195/275)
38372026-05-01T16:18:17.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38382026-05-01T16:18:17.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38392026-05-01T16:18:17.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38402026-05-01T16:18:17.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38412026-05-01T16:18:17.198Z
38422026-05-01T16:18:17.198Zinfo: running `cargo check --bins` on sled-diagnostics (196/275)
38432026-05-01T16:18:17.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442026-05-01T16:18:17.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452026-05-01T16:18:17.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38462026-05-01T16:18:17.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38472026-05-01T16:18:17.805Z
38482026-05-01T16:18:17.805Zinfo: running `cargo check --bins` on zfs-test-harness (197/275)
38492026-05-01T16:18:18.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-05-01T16:18:18.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-05-01T16:18:18.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38522026-05-01T16:18:18.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38532026-05-01T16:18:18.410Z
38542026-05-01T16:18:18.410Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/275)
38552026-05-01T16:18:18.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-05-01T16:18:18.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-05-01T16:18:18.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38582026-05-01T16:18:18.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38592026-05-01T16:18:19.012Z
38602026-05-01T16:18:19.012Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/275)
38612026-05-01T16:18:19.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-05-01T16:18:19.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-05-01T16:18:19.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38642026-05-01T16:18:19.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38652026-05-01T16:18:19.620Z
38662026-05-01T16:18:19.620Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/275)
38672026-05-01T16:18:20.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-05-01T16:18:20.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-05-01T16:18:20.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38702026-05-01T16:18:20.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38712026-05-01T16:18:20.226Z
38722026-05-01T16:18:20.226Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/275)
38732026-05-01T16:18:20.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-05-01T16:18:20.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-05-01T16:18:20.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38762026-05-01T16:18:20.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38772026-05-01T16:18:20.835Z
38782026-05-01T16:18:20.835Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/275)
38792026-05-01T16:18:21.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-05-01T16:18:21.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-05-01T16:18:21.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38822026-05-01T16:18:21.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38832026-05-01T16:18:21.444Z
38842026-05-01T16:18:21.444Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/275)
38852026-05-01T16:18:21.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-05-01T16:18:21.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-05-01T16:18:21.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38882026-05-01T16:18:21.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38892026-05-01T16:18:22.052Z
38902026-05-01T16:18:22.052Zinfo: running `cargo check --bins` on transient-dns-server (204/275)
38912026-05-01T16:18:22.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-05-01T16:18:22.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-05-01T16:18:22.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942026-05-01T16:18:22.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38952026-05-01T16:18:22.647Z
38962026-05-01T16:18:22.647Zinfo: running `cargo check --bins` on trust-quorum (205/275)
38972026-05-01T16:18:23.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-05-01T16:18:23.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-05-01T16:18:23.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-05-01T16:18:23.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39012026-05-01T16:18:23.260Z
39022026-05-01T16:18:23.260Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/275)
39032026-05-01T16:18:23.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-05-01T16:18:23.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-05-01T16:18:23.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062026-05-01T16:18:23.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39072026-05-01T16:18:23.879Z
39082026-05-01T16:18:23.879Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/275)
39092026-05-01T16:18:24.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-05-01T16:18:24.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-05-01T16:18:24.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39122026-05-01T16:18:24.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39132026-05-01T16:18:24.517Z
39142026-05-01T16:18:24.517Zinfo: running `cargo check --bins` on update-common (208/275)
39152026-05-01T16:18:25.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-05-01T16:18:25.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-05-01T16:18:25.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39182026-05-01T16:18:25.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39192026-05-01T16:18:25.112Z
39202026-05-01T16:18:25.112Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/275)
39212026-05-01T16:18:25.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-05-01T16:18:25.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-05-01T16:18:25.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39242026-05-01T16:18:25.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39252026-05-01T16:18:25.747Z
39262026-05-01T16:18:25.747Zinfo: running `cargo check --bins` on reconfigurator-cli (210/275)
39272026-05-01T16:18:26.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282026-05-01T16:18:26.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292026-05-01T16:18:26.504Z Compiling fs-err v2.11.0
39302026-05-01T16:18:26.504Z Checking ignore v0.4.25
39312026-05-01T16:18:26.504Z Checking arc-swap v1.8.2
39322026-05-01T16:18:26.507Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39332026-05-01T16:18:26.632Z Checking predicates-tree v1.0.13
39342026-05-01T16:18:26.639Z Checking parse-size v1.1.0
39352026-05-01T16:18:26.668Z Checking rand_seeder v0.4.0
39362026-05-01T16:18:26.671Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39372026-05-01T16:18:26.742Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39382026-05-01T16:18:26.764Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39392026-05-01T16:18:26.805Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39402026-05-01T16:18:26.826Z Checking slog-scope v4.4.1
39412026-05-01T16:18:26.945Z Compiling petname v2.0.2
39422026-05-01T16:18:26.960Z Checking slog-stdlog v4.1.1
39432026-05-01T16:18:26.974Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39442026-05-01T16:18:27.005Z Checking globwalk v0.9.1
39452026-05-01T16:18:27.051Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39462026-05-01T16:18:27.077Z Checking slog-envlogger v2.2.0
39472026-05-01T16:18:27.181Z Checking camino-tempfile-ext v0.3.3
39482026-05-01T16:18:27.195Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39492026-05-01T16:18:27.223Z Checking sapling-renderdag v0.1.0
39502026-05-01T16:18:27.353Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39512026-05-01T16:18:27.371Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39522026-05-01T16:18:27.458Z Checking subprocess v0.2.15
39532026-05-01T16:18:27.532Z Checking sync-ptr v0.1.4
39542026-05-01T16:18:27.576Z Checking colored v2.2.0
39552026-05-01T16:18:27.639Z Checking assert_matches v1.5.0
39562026-05-01T16:18:27.729Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39572026-05-01T16:18:27.745Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39582026-05-01T16:18:27.839Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39592026-05-01T16:18:27.841Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39602026-05-01T16:18:28.427Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39612026-05-01T16:18:29.704Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39622026-05-01T16:18:31.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.09s
39632026-05-01T16:18:32.053Z
39642026-05-01T16:18:32.054Zinfo: running `cargo check --bins` on omicron-repl-utils (211/275)
39652026-05-01T16:18:32.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-05-01T16:18:32.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-05-01T16:18:32.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-05-01T16:18:32.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39692026-05-01T16:18:32.634Z
39702026-05-01T16:18:32.634Zinfo: running `cargo check --bins` on nexus-test-interface (212/275)
39712026-05-01T16:18:33.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-05-01T16:18:33.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-05-01T16:18:33.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-05-01T16:18:33.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39752026-05-01T16:18:33.280Z
39762026-05-01T16:18:33.280Zinfo: running `cargo check --bins` on oximeter-collector (213/275)
39772026-05-01T16:18:33.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-05-01T16:18:33.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-05-01T16:18:33.993Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39802026-05-01T16:18:33.993Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39812026-05-01T16:18:34.627Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39822026-05-01T16:18:36.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.87s
39832026-05-01T16:18:36.367Z
39842026-05-01T16:18:36.367Zinfo: running `cargo check --bins` on oximeter-api (214/275)
39852026-05-01T16:18:36.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-05-01T16:18:36.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-05-01T16:18:36.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39882026-05-01T16:18:36.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39892026-05-01T16:18:36.944Z
39902026-05-01T16:18:36.944Zinfo: running `cargo check --bins` on cert-dev (215/275)
39912026-05-01T16:18:37.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39922026-05-01T16:18:37.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39932026-05-01T16:18:37.549Z Checking yasna v0.5.2
39942026-05-01T16:18:37.950Z Checking rcgen v0.12.1
39952026-05-01T16:18:38.197Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39962026-05-01T16:18:38.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
39972026-05-01T16:18:38.539Z
39982026-05-01T16:18:38.539Zinfo: running `cargo check --bins` on clickana (216/275)
39992026-05-01T16:18:39.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-05-01T16:18:39.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-05-01T16:18:39.174Z Compiling darling_core v0.23.0
40022026-05-01T16:18:39.177Z Compiling instability v0.3.11
40032026-05-01T16:18:39.177Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40042026-05-01T16:18:39.294Z Checking castaway v0.2.4
40052026-05-01T16:18:39.300Z Compiling indoc v2.0.7
40062026-05-01T16:18:39.303Z Checking unicode-truncate v1.1.0
40072026-05-01T16:18:39.318Z Checking lru v0.12.5
40082026-05-01T16:18:39.318Z Checking cassowary v0.3.0
40092026-05-01T16:18:39.383Z Checking compact_str v0.8.1
40102026-05-01T16:18:40.214Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40112026-05-01T16:18:40.392Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40122026-05-01T16:18:40.683Z Compiling darling_macro v0.23.0
40132026-05-01T16:18:41.088Z Compiling darling v0.23.0
40142026-05-01T16:18:41.670Z Checking ratatui v0.29.0
40152026-05-01T16:18:42.702Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40162026-05-01T16:18:43.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.82s
40172026-05-01T16:18:43.545Z
40182026-05-01T16:18:43.545Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (217/275)
40192026-05-01T16:18:44.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-05-01T16:18:44.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-05-01T16:18:44.250Z Checking headers-core v0.3.0
40222026-05-01T16:18:44.253Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40232026-05-01T16:18:44.442Z Checking headers v0.4.1
40242026-05-01T16:18:44.803Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40252026-05-01T16:18:45.714Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40262026-05-01T16:18:46.190Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40272026-05-01T16:18:46.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
40282026-05-01T16:18:46.785Z
40292026-05-01T16:18:46.785Zinfo: running `cargo check --bins` on ch-dev (218/275)
40302026-05-01T16:18:47.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-05-01T16:18:47.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-05-01T16:18:47.493Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40332026-05-01T16:18:48.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
40342026-05-01T16:18:48.400Z
40352026-05-01T16:18:48.400Zinfo: running `cargo check --bins` on dev-tools-common (219/275)
40362026-05-01T16:18:48.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-05-01T16:18:48.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-05-01T16:18:48.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40392026-05-01T16:18:48.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
40402026-05-01T16:18:48.856Z
40412026-05-01T16:18:48.856Zinfo: running `cargo check --bins` on crdb-seed (220/275)
40422026-05-01T16:18:49.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40432026-05-01T16:18:49.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40442026-05-01T16:18:49.556Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40452026-05-01T16:18:50.605Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40462026-05-01T16:18:50.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
40472026-05-01T16:18:51.118Z
40482026-05-01T16:18:51.118Zinfo: running `cargo check --bins` on db-dev (221/275)
40492026-05-01T16:18:51.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-05-01T16:18:51.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-05-01T16:18:51.828Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40522026-05-01T16:18:52.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
40532026-05-01T16:18:52.769Z
40542026-05-01T16:18:52.769Zinfo: running `cargo check --bins` on omicron-dev-lib (222/275)
40552026-05-01T16:18:53.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-05-01T16:18:53.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-05-01T16:18:53.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40582026-05-01T16:18:53.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40592026-05-01T16:18:53.393Z
40602026-05-01T16:18:53.394Zinfo: running `cargo check --bins` on xtask-downloader (223/275)
40612026-05-01T16:18:53.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-05-01T16:18:53.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-05-01T16:18:54.004Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40642026-05-01T16:18:54.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
40652026-05-01T16:18:54.855Z
40662026-05-01T16:18:54.856Zinfo: running `cargo check --bins` on omicron-dropshot-apis (224/275)
40672026-05-01T16:18:55.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-05-01T16:18:55.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-05-01T16:18:55.605Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40702026-05-01T16:18:55.605Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40712026-05-01T16:18:55.612Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=e10e4f5a993fe950ab1b478abb5dcbfa7aa92091#e10e4f5a)
40722026-05-01T16:18:55.612Z Checking git-stub v1.0.0
40732026-05-01T16:18:55.612Z Compiling trait-variant v0.1.2
40742026-05-01T16:18:55.612Z Checking maplit v1.0.2
40752026-05-01T16:18:55.721Z Checking is_ci v1.2.0
40762026-05-01T16:18:55.759Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40772026-05-01T16:18:55.786Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40782026-05-01T16:18:55.824Z Checking supports-color v3.0.2
40792026-05-01T16:18:55.869Z Checking git-stub-vcs v0.1.0
40802026-05-01T16:18:55.954Z Checking drift v0.1.3
40812026-05-01T16:18:55.972Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40822026-05-01T16:18:55.987Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40832026-05-01T16:18:56.091Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40842026-05-01T16:18:56.159Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40852026-05-01T16:18:56.227Z Checking dropshot-api-manager v0.6.0
40862026-05-01T16:18:56.243Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40872026-05-01T16:18:56.262Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40882026-05-01T16:18:56.449Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40892026-05-01T16:18:56.494Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40902026-05-01T16:18:56.668Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=e10e4f5a993fe950ab1b478abb5dcbfa7aa92091#e10e4f5a)
40912026-05-01T16:18:56.957Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40922026-05-01T16:19:01.887Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40932026-05-01T16:19:02.960Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40942026-05-01T16:19:03.495Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40952026-05-01T16:19:03.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.03s
40962026-05-01T16:19:04.087Z
40972026-05-01T16:19:04.087Zinfo: running `cargo check --bins` on installinator-api (225/275)
40982026-05-01T16:19:04.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-05-01T16:19:04.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-05-01T16:19:04.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41012026-05-01T16:19:04.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41022026-05-01T16:19:04.679Z
41032026-05-01T16:19:04.679Zinfo: running `cargo check --bins` on nexus-external-api (226/275)
41042026-05-01T16:19:05.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-05-01T16:19:05.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-05-01T16:19:05.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41072026-05-01T16:19:05.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41082026-05-01T16:19:05.312Z
41092026-05-01T16:19:05.312Zinfo: running `cargo check --bins` on nexus-internal-api (227/275)
41102026-05-01T16:19:05.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-05-01T16:19:05.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-05-01T16:19:05.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41132026-05-01T16:19:05.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41142026-05-01T16:19:05.943Z
41152026-05-01T16:19:05.943Zinfo: running `cargo check --bins` on nexus-lockstep-api (228/275)
41162026-05-01T16:19:06.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-05-01T16:19:06.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-05-01T16:19:06.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41192026-05-01T16:19:06.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41202026-05-01T16:19:06.571Z
41212026-05-01T16:19:06.571Zinfo: running `cargo check --bins` on ntp-admin-api (229/275)
41222026-05-01T16:19:07.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-05-01T16:19:07.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-05-01T16:19:07.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41252026-05-01T16:19:07.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41262026-05-01T16:19:07.304Z
41272026-05-01T16:19:07.304Zinfo: running `cargo check --bins` on ntp-admin-types-versions (230/275)
41282026-05-01T16:19:07.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-05-01T16:19:07.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-05-01T16:19:07.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41312026-05-01T16:19:07.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41322026-05-01T16:19:07.751Z
41332026-05-01T16:19:07.753Zinfo: running `cargo check --bins` on wicketd-api (231/275)
41342026-05-01T16:19:08.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41352026-05-01T16:19:08.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41362026-05-01T16:19:08.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41372026-05-01T16:19:08.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41382026-05-01T16:19:08.351Z
41392026-05-01T16:19:08.351Zinfo: running `cargo check --bins` on omicron-ls-apis (232/275)
41402026-05-01T16:19:08.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41412026-05-01T16:19:08.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41422026-05-01T16:19:08.962Z Checking typeid v1.0.3
41432026-05-01T16:19:09.076Z Checking ordered-float v2.10.1
41442026-05-01T16:19:09.098Z Checking unicode-xid v0.2.6
41452026-05-01T16:19:09.118Z Checking cargo-platform v0.2.0
41462026-05-01T16:19:09.140Z Checking erased-serde v0.4.9
41472026-05-01T16:19:09.274Z Checking serde-value v0.7.0
41482026-05-01T16:19:09.446Z Checking serde-untagged v0.1.9
41492026-05-01T16:19:09.787Z Checking cargo-util-schemas v0.8.2
41502026-05-01T16:19:10.273Z Checking cargo_metadata v0.21.0
41512026-05-01T16:19:10.865Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41522026-05-01T16:19:11.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
41532026-05-01T16:19:11.733Z
41542026-05-01T16:19:11.733Zinfo: running `cargo check --bins` on mgs-dev (233/275)
41552026-05-01T16:19:12.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-05-01T16:19:12.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-05-01T16:19:12.468Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41582026-05-01T16:19:16.207Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41592026-05-01T16:19:16.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s
41602026-05-01T16:19:16.207Z
41612026-05-01T16:19:16.207Zinfo: running `cargo check --bins --no-default-features` on omicron-omdb (234/275)
41622026-05-01T16:19:16.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41632026-05-01T16:19:16.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41642026-05-01T16:19:16.207Z Compiling vergen-lib v0.1.6
41652026-05-01T16:19:16.207Z Compiling vergen-gitcl v1.0.8
41662026-05-01T16:19:16.207Z Compiling dirs-sys-next v0.1.2
41672026-05-01T16:19:16.207Z Compiling crunchy v0.2.4
41682026-05-01T16:19:16.207Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41692026-05-01T16:19:16.207Z Compiling diesel_derives v2.3.7
41702026-05-01T16:19:16.207Z Compiling glob v0.3.3
41712026-05-01T16:19:16.207Z Compiling dsl_auto_type v0.2.0
41722026-05-01T16:19:16.207Z Compiling dirs-next v2.0.0
41732026-05-01T16:19:16.207Z Checking scheduled-thread-pool v0.2.7
41742026-05-01T16:19:16.207Z Compiling diesel_table_macro_syntax v0.3.0
41752026-05-01T16:19:16.207Z Compiling tiny-keccak v2.0.2
41762026-05-01T16:19:16.207Z Compiling term v0.7.0
41772026-05-01T16:19:16.207Z Compiling clang-sys v1.8.1
41782026-05-01T16:19:16.207Z Checking r2d2 v0.8.10
41792026-05-01T16:19:16.207Z Checking downcast-rs v2.0.2
41802026-05-01T16:19:16.207Z Compiling bit-vec v0.6.3
41812026-05-01T16:19:16.207Z Compiling ascii-canvas v3.0.0
41822026-05-01T16:19:16.208Z Compiling itertools v0.10.5
41832026-05-01T16:19:16.208Z Compiling bit-set v0.5.3
41842026-05-01T16:19:16.208Z Compiling ena v0.14.4
41852026-05-01T16:19:16.208Z Compiling libloading v0.8.9
41862026-05-01T16:19:16.208Z Compiling bindgen v0.71.1
41872026-05-01T16:19:16.208Z Compiling diff v0.1.13
41882026-05-01T16:19:16.208Z Compiling regex-syntax v0.6.29
41892026-05-01T16:19:16.208Z Compiling cexpr v0.6.0
41902026-05-01T16:19:16.208Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41912026-05-01T16:19:16.244Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41922026-05-01T16:19:16.297Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41932026-05-01T16:19:16.343Z Compiling libxml v0.3.3
41942026-05-01T16:19:16.558Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41952026-05-01T16:19:16.588Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41962026-05-01T16:19:16.605Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41972026-05-01T16:19:16.791Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41982026-05-01T16:19:16.880Z Compiling strum_macros v0.24.3
41992026-05-01T16:19:16.913Z Compiling indoc v1.0.9
42002026-05-01T16:19:17.340Z Compiling lalrpop v0.19.12
42012026-05-01T16:19:17.850Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42022026-05-01T16:19:17.917Z Checking derive_builder v0.20.2
42032026-05-01T16:19:18.035Z Compiling oso-derive v0.27.3
42042026-05-01T16:19:18.064Z Checking quick-xml v0.37.5
42052026-05-01T16:19:18.229Z Compiling impl-trait-for-tuples v0.2.3
42062026-05-01T16:19:18.534Z Checking openssl-probe v0.1.6
42072026-05-01T16:19:18.673Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42082026-05-01T16:19:18.959Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42092026-05-01T16:19:19.150Z Checking bb8 v0.8.6
42102026-05-01T16:19:19.432Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42112026-05-01T16:19:19.451Z Checking nonempty v0.12.0
42122026-05-01T16:19:19.566Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42132026-05-01T16:19:19.615Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42142026-05-01T16:19:19.654Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42152026-05-01T16:19:19.779Z Checking console v0.16.2
42162026-05-01T16:19:19.794Z Checking unit-prefix v0.5.2
42172026-05-01T16:19:19.830Z Checking support-bundle-viewer v0.1.2
42182026-05-01T16:19:19.924Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
42192026-05-01T16:19:20.077Z Checking indicatif v0.18.4
42202026-05-01T16:19:20.091Z Checking multimap v0.10.1
42212026-05-01T16:19:20.597Z Checking diesel v2.3.7
42222026-05-01T16:19:22.248Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42232026-05-01T16:19:23.091Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42242026-05-01T16:19:23.174Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42252026-05-01T16:19:23.681Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42262026-05-01T16:19:23.915Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42272026-05-01T16:19:24.459Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42282026-05-01T16:19:24.826Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42292026-05-01T16:19:25.471Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42302026-05-01T16:19:27.456Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42312026-05-01T16:19:31.866Z Compiling samael v0.0.19
42322026-05-01T16:19:36.280Z Checking diesel-dtrace v0.5.0
42332026-05-01T16:19:36.517Z Checking async-bb8-diesel v0.2.1
42342026-05-01T16:19:38.157Z Compiling polar-core v0.27.3
42352026-05-01T16:19:42.524Z Checking oso v0.27.3
42362026-05-01T16:20:18.402Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42372026-05-01T16:20:51.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42382026-05-01T16:20:51.595Z
42392026-05-01T16:20:51.595Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-omdb (235/275)
42402026-05-01T16:20:52.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-05-01T16:20:52.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-05-01T16:20:52.393Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42432026-05-01T16:20:59.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.09s
42442026-05-01T16:20:59.907Z
42452026-05-01T16:20:59.907Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-omdb (236/275)
42462026-05-01T16:21:00.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-05-01T16:21:00.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-05-01T16:21:00.683Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42492026-05-01T16:21:08.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.12s
42502026-05-01T16:21:08.263Z
42512026-05-01T16:21:08.264Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/275)
42522026-05-01T16:21:08.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42532026-05-01T16:21:08.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42542026-05-01T16:21:08.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42552026-05-01T16:21:08.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42562026-05-01T16:21:08.908Z
42572026-05-01T16:21:08.908Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/275)
42582026-05-01T16:21:09.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42592026-05-01T16:21:09.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42602026-05-01T16:21:09.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42612026-05-01T16:21:09.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42622026-05-01T16:21:09.552Z
42632026-05-01T16:21:09.552Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/275)
42642026-05-01T16:21:10.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42652026-05-01T16:21:10.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42662026-05-01T16:21:10.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42672026-05-01T16:21:10.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42682026-05-01T16:21:10.135Z
42692026-05-01T16:21:10.135Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/275)
42702026-05-01T16:21:10.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42712026-05-01T16:21:10.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42722026-05-01T16:21:10.981Z Compiling libz-sys v1.1.24
42732026-05-01T16:21:11.110Z Compiling libgit2-sys v0.18.3+1.9.2
42742026-05-01T16:21:11.123Z Compiling vergen-git2 v9.1.0
42752026-05-01T16:21:11.131Z Compiling rustls v0.21.12
42762026-05-01T16:21:11.143Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42772026-05-01T16:21:11.152Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42782026-05-01T16:21:11.157Z Checking rustls-webpki v0.101.7
42792026-05-01T16:21:11.157Z Checking sct v0.7.1
42802026-05-01T16:21:11.380Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42812026-05-01T16:21:11.388Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42822026-05-01T16:21:11.388Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42832026-05-01T16:21:11.399Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42842026-05-01T16:21:11.596Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42852026-05-01T16:21:11.630Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42862026-05-01T16:21:11.643Z Checking rustls-pemfile v1.0.4
42872026-05-01T16:21:11.658Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42882026-05-01T16:21:11.775Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42892026-05-01T16:21:11.960Z Checking twox-hash v2.1.2
42902026-05-01T16:21:12.040Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42912026-05-01T16:21:12.186Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42922026-05-01T16:21:12.686Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42932026-05-01T16:21:12.717Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42942026-05-01T16:21:12.779Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42952026-05-01T16:21:12.811Z Checking tokio-rustls v0.24.1
42962026-05-01T16:21:13.041Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42972026-05-01T16:21:13.306Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42982026-05-01T16:21:13.380Z Checking fatfs v0.3.6
42992026-05-01T16:21:13.452Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43002026-05-01T16:21:13.700Z Compiling seq-macro v0.3.6
43012026-05-01T16:21:17.597Z Compiling git2 v0.20.4
43022026-05-01T16:21:17.805Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43032026-05-01T16:21:17.936Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43042026-05-01T16:21:19.821Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
43052026-05-01T16:22:05.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.09s
43062026-05-01T16:22:05.443Z
43072026-05-01T16:22:05.443Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/275)
43082026-05-01T16:22:06.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43092026-05-01T16:22:06.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43102026-05-01T16:22:06.321Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43112026-05-01T16:22:43.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.15s
43122026-05-01T16:22:43.824Z
43132026-05-01T16:22:43.824Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-nexus (242/275)
43142026-05-01T16:22:44.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43152026-05-01T16:22:44.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43162026-05-01T16:22:44.636Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43172026-05-01T16:23:21.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.11s
43182026-05-01T16:23:22.169Z
43192026-05-01T16:23:22.169Zinfo: running `cargo check --bins` on nexus-background-task-interface (243/275)
43202026-05-01T16:23:22.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43212026-05-01T16:23:22.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43222026-05-01T16:23:22.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43232026-05-01T16:23:22.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43242026-05-01T16:23:22.747Z
43252026-05-01T16:23:22.747Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (244/275)
43262026-05-01T16:23:23.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43272026-05-01T16:23:23.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43282026-05-01T16:23:23.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43292026-05-01T16:23:23.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43302026-05-01T16:23:23.370Z
43312026-05-01T16:23:23.370Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (245/275)
43322026-05-01T16:23:23.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43332026-05-01T16:23:23.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43342026-05-01T16:23:23.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43352026-05-01T16:23:23.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43362026-05-01T16:23:24.015Z
43372026-05-01T16:23:24.015Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (246/275)
43382026-05-01T16:23:24.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43392026-05-01T16:23:24.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43402026-05-01T16:23:24.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43412026-05-01T16:23:24.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43422026-05-01T16:23:24.656Z
43432026-05-01T16:23:24.656Zinfo: running `cargo check --bins` on nexus-mgs-updates (247/275)
43442026-05-01T16:23:25.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43452026-05-01T16:23:25.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43462026-05-01T16:23:25.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43472026-05-01T16:23:25.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43482026-05-01T16:23:25.287Z
43492026-05-01T16:23:25.287Zinfo: running `cargo check --bins` on nexus-networking (248/275)
43502026-05-01T16:23:25.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43512026-05-01T16:23:25.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43522026-05-01T16:23:25.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43532026-05-01T16:23:25.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43542026-05-01T16:23:25.925Z
43552026-05-01T16:23:25.925Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (249/275)
43562026-05-01T16:23:26.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43572026-05-01T16:23:26.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43582026-05-01T16:23:26.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43592026-05-01T16:23:26.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43602026-05-01T16:23:26.569Z
43612026-05-01T16:23:26.569Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (250/275)
43622026-05-01T16:23:27.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43632026-05-01T16:23:27.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43642026-05-01T16:23:27.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43652026-05-01T16:23:27.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43662026-05-01T16:23:27.211Z
43672026-05-01T16:23:27.211Zinfo: running `cargo check --bins` on omicron-dev (251/275)
43682026-05-01T16:23:27.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43692026-05-01T16:23:27.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43702026-05-01T16:23:28.082Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43712026-05-01T16:23:28.082Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43722026-05-01T16:23:28.265Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43732026-05-01T16:23:28.297Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43742026-05-01T16:23:28.314Z Checking diff v0.1.13
43752026-05-01T16:23:28.317Z Checking yansi v1.0.1
43762026-05-01T16:23:28.317Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43772026-05-01T16:23:28.343Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43782026-05-01T16:23:28.398Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43792026-05-01T16:23:28.571Z Checking pretty_assertions v1.4.1
43802026-05-01T16:23:29.322Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43812026-05-01T16:23:52.549Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43822026-05-01T16:23:52.552Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43832026-05-01T16:23:52.552Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43842026-05-01T16:23:52.552Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43852026-05-01T16:23:52.552Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43862026-05-01T16:23:52.552Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43872026-05-01T16:23:53.273Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43882026-05-01T16:23:54.350Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43892026-05-01T16:24:31.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
43902026-05-01T16:24:31.772Z
43912026-05-01T16:24:31.772Zinfo: running `cargo check --bins` on omicron-pins (252/275)
43922026-05-01T16:24:32.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43932026-05-01T16:24:32.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43942026-05-01T16:24:32.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43952026-05-01T16:24:32.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43962026-05-01T16:24:32.365Z
43972026-05-01T16:24:32.365Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (253/275)
43982026-05-01T16:24:32.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43992026-05-01T16:24:32.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44002026-05-01T16:24:33.135Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44012026-05-01T16:24:33.256Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44022026-05-01T16:24:33.260Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44032026-05-01T16:24:58.756Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44042026-05-01T16:24:59.133Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44052026-05-01T16:25:00.844Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44062026-05-01T16:25:01.286Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44072026-05-01T16:25:04.208Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44082026-05-01T16:25:26.614Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44092026-05-01T16:25:27.245Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44102026-05-01T16:25:28.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.48s
44112026-05-01T16:25:29.074Z
44122026-05-01T16:25:29.074Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (254/275)
44132026-05-01T16:25:29.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-05-01T16:25:29.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-05-01T16:25:29.787Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
44162026-05-01T16:25:30.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
44172026-05-01T16:25:30.649Z
44182026-05-01T16:25:30.649Zinfo: running `cargo check --bins` on omicron-releng (255/275)
44192026-05-01T16:25:31.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-05-01T16:25:31.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-05-01T16:25:31.304Z Compiling blake3 v1.8.3
44222026-05-01T16:25:31.413Z Checking constant_time_eq v0.4.2
44232026-05-01T16:25:31.414Z Checking arrayref v0.3.9
44242026-05-01T16:25:31.425Z Checking arrayvec v0.7.6
44252026-05-01T16:25:31.436Z Checking topological-sort v0.2.2
44262026-05-01T16:25:31.450Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44272026-05-01T16:25:31.450Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44282026-05-01T16:25:31.450Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44292026-05-01T16:25:31.485Z Checking shell-words v1.1.1
44302026-05-01T16:25:32.194Z Checking omicron-zone-package v0.12.2
44312026-05-01T16:25:32.901Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44322026-05-01T16:25:33.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
44332026-05-01T16:25:33.942Z
44342026-05-01T16:25:33.943Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (256/275)
44352026-05-01T16:25:34.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44362026-05-01T16:25:34.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44372026-05-01T16:25:34.602Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44382026-05-01T16:25:34.915Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44392026-05-01T16:25:35.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
44402026-05-01T16:25:35.491Z
44412026-05-01T16:25:35.491Zinfo: running `cargo check --bins` on schema (257/275)
44422026-05-01T16:25:36.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-05-01T16:25:36.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-05-01T16:25:36.222Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44452026-05-01T16:25:36.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
44462026-05-01T16:25:37.088Z
44472026-05-01T16:25:37.088Zinfo: running `cargo check --bins` on xtask (258/275)
44482026-05-01T16:25:37.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44492026-05-01T16:25:37.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44502026-05-01T16:25:37.573Z Checking libc v0.2.185
44512026-05-01T16:25:37.610Z Checking serde v1.0.228
44522026-05-01T16:25:37.615Z Checking zerofrom v0.1.6
44532026-05-01T16:25:37.624Z Checking bitflags v2.11.0
44542026-05-01T16:25:37.628Z Checking hashbrown v0.16.1
44552026-05-01T16:25:37.628Z Checking smallvec v1.15.1
44562026-05-01T16:25:37.645Z Checking serde_json v1.0.149
44572026-05-01T16:25:37.655Z Checking scroll v0.12.0
44582026-05-01T16:25:37.715Z Checking yoke v0.8.1
44592026-05-01T16:25:37.764Z Checking num-traits v0.2.19
44602026-05-01T16:25:37.804Z Checking thiserror v1.0.69
44612026-05-01T16:25:37.870Z Checking log v0.4.29
44622026-05-01T16:25:37.880Z Checking zerovec v0.11.5
44632026-05-01T16:25:37.912Z Checking zerotrie v0.2.3
44642026-05-01T16:25:37.920Z Checking errno v0.3.14
44652026-05-01T16:25:37.998Z Checking toml_datetime v0.6.11
44662026-05-01T16:25:38.017Z Checking serde_spanned v0.6.9
44672026-05-01T16:25:38.029Z Checking rustix v1.1.3
44682026-05-01T16:25:38.065Z Checking indexmap v2.13.0
44692026-05-01T16:25:38.140Z Checking percent-encoding v2.3.2
44702026-05-01T16:25:38.150Z Checking goblin v0.8.2
44712026-05-01T16:25:38.177Z Checking zerocopy v0.7.35
44722026-05-01T16:25:38.246Z Checking getrandom v0.4.1
44732026-05-01T16:25:38.277Z Checking form_urlencoded v1.2.2
44742026-05-01T16:25:38.288Z Checking ordered-float v2.10.1
44752026-05-01T16:25:38.311Z Checking tinystr v0.8.2
44762026-05-01T16:25:38.379Z Checking potential_utf v0.1.4
44772026-05-01T16:25:38.402Z Checking thiserror v2.0.18
44782026-05-01T16:25:38.488Z Checking icu_locale_core v2.1.1
44792026-05-01T16:25:38.502Z Checking serde-value v0.7.0
44802026-05-01T16:25:38.505Z Checking icu_collections v2.1.1
44812026-05-01T16:25:38.507Z Checking syn v2.0.117
44822026-05-01T16:25:38.592Z Checking toml_edit v0.22.27
44832026-05-01T16:25:38.655Z Checking dtrace-parser v0.2.0
44842026-05-01T16:25:38.716Z Checking thread-id v4.2.2
44852026-05-01T16:25:38.804Z Checking once_cell v1.21.3
44862026-05-01T16:25:38.812Z Checking cargo-platform v0.2.0
44872026-05-01T16:25:38.868Z Checking terminal_size v0.4.3
44882026-05-01T16:25:38.888Z Checking memmap v0.7.0
44892026-05-01T16:25:38.928Z Checking clap_builder v4.6.0
44902026-05-01T16:25:38.959Z Checking tempfile v3.25.0
44912026-05-01T16:25:38.981Z Checking textwrap v0.16.2
44922026-05-01T16:25:39.012Z Checking fs-err v3.3.0
44932026-05-01T16:25:39.039Z Checking icu_provider v2.1.1
44942026-05-01T16:25:39.148Z Checking camino-tempfile v1.4.1
44952026-05-01T16:25:39.182Z Checking anyhow v1.0.102
44962026-05-01T16:25:39.193Z Checking tabled v0.15.0
44972026-05-01T16:25:39.272Z Checking icu_normalizer v2.1.1
44982026-05-01T16:25:39.301Z Checking icu_properties v2.1.2
44992026-05-01T16:25:39.377Z Checking macaddr v1.0.1
45002026-05-01T16:25:39.558Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45012026-05-01T16:25:39.791Z Checking toml v0.8.23
45022026-05-01T16:25:39.993Z Checking dof v0.3.0
45032026-05-01T16:25:39.997Z Checking cargo_toml v0.21.0
45042026-05-01T16:25:40.096Z Checking clap v4.6.1
45052026-05-01T16:25:40.099Z Checking idna_adapter v1.2.1
45062026-05-01T16:25:40.213Z Checking idna v1.1.0
45072026-05-01T16:25:40.304Z Checking usdt-impl v0.5.0
45082026-05-01T16:25:40.438Z Checking url v2.5.8
45092026-05-01T16:25:40.879Z Checking usdt v0.5.0
45102026-05-01T16:25:40.934Z Checking cargo-util-schemas v0.8.2
45112026-05-01T16:25:41.497Z Checking cargo_metadata v0.21.0
45122026-05-01T16:25:42.181Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
45132026-05-01T16:25:42.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s
45142026-05-01T16:25:42.631Z
45152026-05-01T16:25:42.631Zinfo: running `cargo check --bins` on dnsadm (259/275)
45162026-05-01T16:25:43.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45172026-05-01T16:25:43.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45182026-05-01T16:25:43.257Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45192026-05-01T16:25:43.726Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
45202026-05-01T16:25:44.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
45212026-05-01T16:25:44.322Z
45222026-05-01T16:25:44.322Zinfo: running `cargo check --bins` on end-to-end-tests (260/275)
45232026-05-01T16:25:44.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45242026-05-01T16:25:44.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45252026-05-01T16:25:45.086Z Checking polyval v0.6.2
45262026-05-01T16:25:45.210Z Checking ctr v0.9.2
45272026-05-01T16:25:45.220Z Checking ssh-encoding v0.2.0
45282026-05-01T16:25:45.220Z Checking blowfish v0.9.1
45292026-05-01T16:25:45.243Z Checking password-hash v0.4.2
45302026-05-01T16:25:45.267Z Checking p256 v0.13.2
45312026-05-01T16:25:45.283Z Checking p521 v0.13.3
45322026-05-01T16:25:45.290Z Checking russh-cryptovec v0.7.3
45332026-05-01T16:25:45.351Z Checking ghash v0.5.1
45342026-05-01T16:25:45.365Z Checking md5 v0.7.0
45352026-05-01T16:25:45.378Z Checking bcrypt-pbkdf v0.10.0
45362026-05-01T16:25:45.395Z Checking num-bigint v0.4.6
45372026-05-01T16:25:45.415Z Checking des v0.8.1
45382026-05-01T16:25:45.462Z Checking pbkdf2 v0.11.0
45392026-05-01T16:25:45.477Z Checking aes-gcm v0.10.3
45402026-05-01T16:25:45.497Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45412026-05-01T16:25:45.525Z Checking hex-literal v0.4.1
45422026-05-01T16:25:45.541Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45432026-05-01T16:25:45.597Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45442026-05-01T16:25:45.621Z Checking ssh-cipher v0.2.0
45452026-05-01T16:25:45.621Z Checking socket2 v0.5.10
45462026-05-01T16:25:45.651Z Checking internet-checksum v0.2.1
45472026-05-01T16:25:45.788Z Checking ssh-key v0.6.7
45482026-05-01T16:25:45.889Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45492026-05-01T16:25:50.446Z Checking russh-keys v0.45.0
45502026-05-01T16:25:50.526Z Checking russh v0.45.0
45512026-05-01T16:26:01.832Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45522026-05-01T16:26:03.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.73s
45532026-05-01T16:26:03.250Z
45542026-05-01T16:26:03.250Zinfo: running `cargo check --bins` on gateway-cli (261/275)
45552026-05-01T16:26:03.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-05-01T16:26:03.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-05-01T16:26:03.881Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45582026-05-01T16:26:03.988Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45592026-05-01T16:26:03.998Z Checking termios v0.3.3
45602026-05-01T16:26:05.193Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45612026-05-01T16:26:05.341Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45622026-05-01T16:26:07.122Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45632026-05-01T16:26:07.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
45642026-05-01T16:26:07.861Z
45652026-05-01T16:26:07.861Zinfo: running `cargo check --bins --no-default-features` on installinator (262/275)
45662026-05-01T16:26:08.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45672026-05-01T16:26:08.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45682026-05-01T16:26:08.560Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45692026-05-01T16:26:08.563Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45702026-05-01T16:26:08.682Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45712026-05-01T16:26:08.682Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45722026-05-01T16:26:08.699Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45732026-05-01T16:26:08.704Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45742026-05-01T16:26:09.413Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45752026-05-01T16:26:09.752Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45762026-05-01T16:26:09.756Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45772026-05-01T16:26:10.381Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45782026-05-01T16:26:11.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
45792026-05-01T16:26:12.194Z
45802026-05-01T16:26:12.194Zinfo: running `cargo check --bins` on internal-dns-cli (263/275)
45812026-05-01T16:26:12.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45822026-05-01T16:26:12.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45832026-05-01T16:26:12.822Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45842026-05-01T16:26:13.290Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45852026-05-01T16:26:13.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45862026-05-01T16:26:13.788Z
45872026-05-01T16:26:13.788Zinfo: running `cargo check --bins` on omicron-live-tests (264/275)
45882026-05-01T16:26:14.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45892026-05-01T16:26:14.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45902026-05-01T16:26:14.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45912026-05-01T16:26:14.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45922026-05-01T16:26:14.368Z
45932026-05-01T16:26:14.368Zinfo: running `cargo check --bins` on live-tests-macros (265/275)
45942026-05-01T16:26:14.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45952026-05-01T16:26:14.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45962026-05-01T16:26:14.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45972026-05-01T16:26:14.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45982026-05-01T16:26:14.947Z
45992026-05-01T16:26:14.947Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (266/275)
46002026-05-01T16:26:15.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46012026-05-01T16:26:15.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46022026-05-01T16:26:15.687Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46032026-05-01T16:26:16.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
46042026-05-01T16:26:16.480Z
46052026-05-01T16:26:16.480Zinfo: running `cargo check --bins` on omicron-ntp-admin (267/275)
46062026-05-01T16:26:16.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46072026-05-01T16:26:16.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46082026-05-01T16:26:17.123Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
46092026-05-01T16:26:17.229Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
46102026-05-01T16:26:17.373Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
46112026-05-01T16:26:17.376Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
46122026-05-01T16:26:18.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
46132026-05-01T16:26:18.350Z
46142026-05-01T16:26:18.350Zinfo: running `cargo check --bins` on ntp-admin-types (268/275)
46152026-05-01T16:26:18.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46162026-05-01T16:26:18.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46172026-05-01T16:26:18.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46182026-05-01T16:26:18.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
46192026-05-01T16:26:18.930Z
46202026-05-01T16:26:18.930Zinfo: running `cargo check --bins` on omicron-package (269/275)
46212026-05-01T16:26:19.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46222026-05-01T16:26:19.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46232026-05-01T16:26:19.599Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46242026-05-01T16:26:20.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
46252026-05-01T16:26:20.859Z
46262026-05-01T16:26:20.859Zinfo: running `cargo check --bins` on tqdb (270/275)
46272026-05-01T16:26:21.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46282026-05-01T16:26:21.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46292026-05-01T16:26:21.636Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46302026-05-01T16:26:21.988Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46312026-05-01T16:26:22.494Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46322026-05-01T16:26:22.494Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46332026-05-01T16:26:28.237Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46342026-05-01T16:26:28.240Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46352026-05-01T16:26:28.809Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46362026-05-01T16:26:28.809Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46372026-05-01T16:26:28.812Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46382026-05-01T16:26:28.812Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46392026-05-01T16:26:29.592Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46402026-05-01T16:26:30.621Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46412026-05-01T16:26:31.379Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46422026-05-01T16:26:31.995Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46432026-05-01T16:26:35.903Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46442026-05-01T16:26:42.159Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46452026-05-01T16:26:42.195Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46462026-05-01T16:26:42.195Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46472026-05-01T16:26:42.195Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46482026-05-01T16:26:43.576Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46492026-05-01T16:26:44.860Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46502026-05-01T16:26:45.524Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46512026-05-01T16:26:46.739Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46522026-05-01T16:26:47.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.40s
46532026-05-01T16:26:47.486Z
46542026-05-01T16:26:47.486Zinfo: running `cargo check --bins` on wicket-dbg (271/275)
46552026-05-01T16:26:48.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46562026-05-01T16:26:48.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46572026-05-01T16:26:48.188Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46582026-05-01T16:26:48.191Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46592026-05-01T16:26:48.191Z Checking rtoolbox v0.0.3
46602026-05-01T16:26:48.316Z Checking tui-tree-widget v0.23.1
46612026-05-01T16:26:48.414Z Checking rpassword v7.4.0
46622026-05-01T16:26:49.409Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46632026-05-01T16:26:52.375Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46642026-05-01T16:26:54.187Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46652026-05-01T16:26:55.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.56s
46662026-05-01T16:26:55.235Z
46672026-05-01T16:26:55.235Zinfo: running `cargo check --bins` on wicket (272/275)
46682026-05-01T16:26:55.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46692026-05-01T16:26:55.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46702026-05-01T16:26:55.919Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46712026-05-01T16:26:56.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
46722026-05-01T16:26:56.468Z
46732026-05-01T16:26:56.468Zinfo: running `cargo check --bins` on wicketd (273/275)
46742026-05-01T16:26:57.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46752026-05-01T16:26:57.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46762026-05-01T16:26:57.186Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46772026-05-01T16:26:57.189Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46782026-05-01T16:26:57.189Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46792026-05-01T16:26:57.189Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46802026-05-01T16:26:58.179Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46812026-05-01T16:26:58.729Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46822026-05-01T16:27:01.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.15s
46832026-05-01T16:27:01.823Z
46842026-05-01T16:27:01.823Zinfo: running `cargo check --bins` on omicron-workspace-hack (274/275)
46852026-05-01T16:27:02.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46862026-05-01T16:27:02.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46872026-05-01T16:27:02.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46882026-05-01T16:27:02.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46892026-05-01T16:27:02.413Z
46902026-05-01T16:27:02.413Zinfo: running `cargo check --bins` on zone-setup (275/275)
46912026-05-01T16:27:02.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46922026-05-01T16:27:02.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46932026-05-01T16:27:03.081Z Checking uzers v0.12.2
46942026-05-01T16:27:03.357Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46952026-05-01T16:27:04.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
46962026-05-01T16:27:04.319Z
46972026-05-01T16:27:04.319Zreal 14:52.342066883
46982026-05-01T16:27:04.319Zuser 20:50.337595800
46992026-05-01T16:27:04.319Zsys 4:09.844712921
47002026-05-01T16:27:04.319Ztrap 0.303162969
47012026-05-01T16:27:04.319Ztflt 0.369338299
47022026-05-01T16:27:04.319Zdflt 0.901514537
47032026-05-01T16:27:04.319Zkflt 0.001744436
47042026-05-01T16:27:04.319Zlock 1:19:00.493090887
47052026-05-01T16:27:04.319Zslp 1:41:31.808719660
47062026-05-01T16:27:04.319Zlat 55.100568928
47072026-05-01T16:27:04.319Zstop 3:26.978006075
47082026-05-01T16:27:04.323Zprocess exited: duration 1084935 ms, exit code 0
 
47092026-05-01T16:27:04.329Zfound 0 output files