01JV7QA4Y4PJ4E5PD4V493ZY9F: 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: 01JV7QAF220YJV1B4MXS4S9H7E

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-05-14T15:41:53.675Zjob assigned to worker 01JV7QAFDZV1Q0K9PS7H195NHZ [factory gimlet-EVT22200007-propolis, EVT22200007/27276] (queued for 24 s)
 
22025-05-14T15:42:02.183Zstarting task 0: "setup"
32025-05-14T15:42:02.207Z++ uname -s
42025-05-14T15:42:02.207Z+ kern=SunOS
52025-05-14T15:42:02.207Z+ build_user=build
62025-05-14T15:42:02.207Z+ build_uid=12345
72025-05-14T15:42:02.208Z+ work_dir=/work
82025-05-14T15:42:02.208Z+ input_dir=/input
92025-05-14T15:42:02.208Z+ [[ 0 == 12345 ]]
102025-05-14T15:42:02.208Z+ case "$kern" in
112025-05-14T15:42:02.208Z+ groupadd -g 12345 build
122025-05-14T15:42:02.208Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-05-14T15:42:04.207Z+ zfs create -o mountpoint=/work rpool/work
142025-05-14T15:42:04.244Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-05-14T15:42:04.268Z+ home_fs=zfs
162025-05-14T15:42:04.269Z+ [[ zfs == autofs ]]
172025-05-14T15:42:04.269Z+ mkdir -p /home/build
182025-05-14T15:42:04.269Z+ chown build:build /home/build /work
192025-05-14T15:42:06.253Z+ chmod 0700 /home/build /work
202025-05-14T15:42:06.279Zprocess exited: duration 4077 ms, exit code 0
 
212025-05-14T15:42:06.329Zstarting task 1: "rust-toolchain"
222025-05-14T15:42:06.355Z+ printf ' * rust toolchain channel = "%s"\n' 1.86.0
232025-05-14T15:42:06.355Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-05-14T15:42:06.355Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252025-05-14T15:42:06.355Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262025-05-14T15:42:06.355Z * rust toolchain channel = "1.86.0"
272025-05-14T15:42:06.355Z * rust toolchain profile = "default"
282025-05-14T15:42:06.355Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-05-14T15:42:06.355Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.86.0 --profile default
302025-05-14T15:42:06.479Zinfo: downloading installer
312025-05-14T15:42:07.040Zwarn: It looks like you have an existing installation of Rust at:
322025-05-14T15:42:07.040Zwarn: /opt/ooce/bin
332025-05-14T15:42:07.040Zwarn: It is recommended that rustup be the primary Rust installation.
342025-05-14T15:42:07.040Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-05-14T15:42:07.040Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-05-14T15:42:07.040Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-05-14T15:42:07.040Zwarn: or pass `-y' to ignore all ignorable checks.
382025-05-14T15:42:07.040Zerror: cannot install while Rust is installed
392025-05-14T15:42:07.040Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-05-14T15:42:07.065Zinfo: profile set to 'default'
412025-05-14T15:42:07.065Zinfo: default host triple is x86_64-unknown-illumos
422025-05-14T15:42:07.065Zinfo: syncing channel updates for '1.86.0-x86_64-unknown-illumos'
432025-05-14T15:42:07.177Zinfo: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31)
442025-05-14T15:42:07.177Zinfo: downloading component 'cargo'
452025-05-14T15:42:07.337Zinfo: downloading component 'clippy'
462025-05-14T15:42:07.405Zinfo: downloading component 'rust-docs'
472025-05-14T15:42:07.627Zinfo: downloading component 'rust-std'
482025-05-14T15:42:07.899Zinfo: downloading component 'rustc'
492025-05-14T15:42:10.456Zinfo: downloading component 'rustfmt'
502025-05-14T15:42:10.532Zinfo: installing component 'cargo'
512025-05-14T15:42:11.690Zinfo: installing component 'clippy'
522025-05-14T15:42:12.177Zinfo: installing component 'rust-docs'
532025-05-14T15:42:15.300Zinfo: installing component 'rust-std'
542025-05-14T15:42:17.335Zinfo: installing component 'rustc'
552025-05-14T15:42:25.204Zinfo: installing component 'rustfmt'
562025-05-14T15:42:25.595Zinfo: default toolchain set to '1.86.0-x86_64-unknown-illumos'
572025-05-14T15:42:25.595Z
582025-05-14T15:42:25.762Z 1.86.0-x86_64-unknown-illumos installed - rustc 1.86.0 (05f9846f8 2025-03-31)
592025-05-14T15:42:25.762Z
602025-05-14T15:42:25.762Z
612025-05-14T15:42:25.762ZRust is installed now. Great!
622025-05-14T15:42:25.762Z
632025-05-14T15:42:25.763ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-05-14T15:42:25.763Zenvironment variable. This has not been done automatically.
652025-05-14T15:42:25.763Z
662025-05-14T15:42:25.763ZTo configure your current shell, you need to source
672025-05-14T15:42:25.763Zthe corresponding env file under $HOME/.cargo.
682025-05-14T15:42:25.763Z
692025-05-14T15:42:25.763ZThis is usually done by running one of the following (note the leading DOT):
702025-05-14T15:42:25.763Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-05-14T15:42:25.763Zsource "$HOME/.cargo/env.fish" # For fish
722025-05-14T15:42:25.763Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-05-14T15:42:25.864Z+ rustup --version
742025-05-14T15:42:25.889Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-05-14T15:42:25.889Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-05-14T15:42:26.009Zinfo: The currently active `rustc` version is `rustc 1.86.0 (05f9846f8 2025-03-31)`
772025-05-14T15:42:26.034Z+ cargo --version
782025-05-14T15:42:26.129Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
792025-05-14T15:42:26.154Z+ rustc --version
802025-05-14T15:42:26.255Zrustc 1.86.0 (05f9846f8 2025-03-31)
812025-05-14T15:42:26.279Zprocess exited: duration 19928 ms, exit code 0
 
822025-05-14T15:42:26.332Zstarting task 2: "authentication"
832025-05-14T15:42:26.389Zprocess exited: duration 59 ms, exit code 0
 
842025-05-14T15:42:26.440Zstarting task 3: "clone repository"
852025-05-14T15:42:26.465Z+ mkdir -p /work/oxidecomputer/omicron
862025-05-14T15:42:26.466Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-05-14T15:42:26.491ZCloning into '/work/oxidecomputer/omicron'...
882025-05-14T15:42:34.495Z+ cd /work/oxidecomputer/omicron
892025-05-14T15:42:34.495Z+ git fetch origin b2583a79d18df2494c6c145c332b0b859e951205
902025-05-14T15:42:34.922ZFrom https://github.com/oxidecomputer/omicron
912025-05-14T15:42:34.922Z * branch b2583a79d18df2494c6c145c332b0b859e951205 -> FETCH_HEAD
922025-05-14T15:42:34.948Z+ [[ -n john/sled-agent-config-reconciler-zones ]]
932025-05-14T15:42:34.948Z++ git branch --show-current
942025-05-14T15:42:34.948Z+ current=main
952025-05-14T15:42:34.948Z+ [[ main != john/sled-agent-config-reconciler-zones ]]
962025-05-14T15:42:34.948Z+ git branch -f john/sled-agent-config-reconciler-zones b2583a79d18df2494c6c145c332b0b859e951205
972025-05-14T15:42:34.948Z+ git checkout -f john/sled-agent-config-reconciler-zones
982025-05-14T15:42:35.197ZSwitched to branch 'john/sled-agent-config-reconciler-zones'
992025-05-14T15:42:35.223Z+ git reset --hard b2583a79d18df2494c6c145c332b0b859e951205
1002025-05-14T15:42:35.223ZHEAD is now at b2583a79d add doc comment to ZoneState
1012025-05-14T15:42:35.223Zprocess exited: duration 8782 ms, exit code 0
 
1022025-05-14T15:42:35.274Zstarting task 4: "build"
1032025-05-14T15:42:35.299Z+ source .github/buildomat/ci-env.sh
1042025-05-14T15:42:35.299Z++ export CARGO_TERM_COLOR=always
1052025-05-14T15:42:35.299Z++ CARGO_TERM_COLOR=always
1062025-05-14T15:42:35.299Z+ cargo --version
1072025-05-14T15:42:35.356Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
1082025-05-14T15:42:35.381Z+ rustc --version
1092025-05-14T15:42:35.446Zrustc 1.86.0 (05f9846f8 2025-03-31)
1102025-05-14T15:42:35.471Z+ source ./env.sh
1112025-05-14T15:42:35.471Z++ OLD_SHELL_OPTS=ehxB
1122025-05-14T15:42:35.471Z++ set -o xtrace
1132025-05-14T15:42:35.471Z++++ dirname ./env.sh
1142025-05-14T15:42:35.472Z+++ readlink -f .
1152025-05-14T15:42:35.472Z++ OMICRON_WS=/work/oxidecomputer/omicron
1162025-05-14T15:42:35.472Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172025-05-14T15:42:35.472Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182025-05-14T15:42:35.472Z++ 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
1192025-05-14T15:42:35.472Z++ 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
1202025-05-14T15:42:35.472Z++ 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
1212025-05-14T15:42:35.472Z++ 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
1222025-05-14T15:42:35.472Z++ 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
1232025-05-14T15:42:35.472Z++ 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
1242025-05-14T15:42:35.472Z++ case $OLD_SHELL_OPTS in
1252025-05-14T15:42:35.472Z++ unset OLD_SHELL_OPTS OMICRON_WS
1262025-05-14T15:42:35.472Z+ 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
1272025-05-14T15:42:35.472Z+ 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
1282025-05-14T15:42:35.472Z+ banner prerequisites
1292025-05-14T15:42:35.472Z
1302025-05-14T15:42:35.472Z ##### ##### ###### ##### ###### #### # # # #### #
1312025-05-14T15:42:35.472Z # # # # # # # # # # # # # # #
1322025-05-14T15:42:35.472Z # # # # ##### # # ##### # # # # # #### #
1332025-05-14T15:42:35.472Z ##### ##### # ##### # # # # # # # # #
1342025-05-14T15:42:35.472Z # # # # # # # # # # # # # # #
1352025-05-14T15:42:35.472Z # # # ###### # # ###### ### # #### # #### #
1362025-05-14T15:42:35.472Z
1372025-05-14T15:42:35.472Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1382025-05-14T15:42:47.434Z Startup: Refreshing catalog 'helios-dev' ... Done
1392025-05-14T15:42:54.264Z Startup: Caching catalogs ... Done
1402025-05-14T15:43:00.347ZPlanning: Solver setup ... Done (4.736s)
1412025-05-14T15:43:00.392ZPlanning: Running solver ... Done (0.045s)
1422025-05-14T15:43:00.459ZPlanning: Finding local manifests ... Done (0.002s)
1432025-05-14T15:43:00.537ZPlanning: Fetching manifests: 0/4 0% complete
1442025-05-14T15:43:00.923ZPlanning: Fetching manifests: 4/4 100% complete
1452025-05-14T15:43:00.983ZPlanning: Package planning ... Done (0.060s)
1462025-05-14T15:43:01.042ZPlanning: Merging actions ... Done (0.059s)
1472025-05-14T15:43:01.390ZPlanning: Checking for conflicting actions ... Done (0.348s)
1482025-05-14T15:43:01.417ZPlanning: Consolidating action changes ... Done (0.013s)
1492025-05-14T15:43:02.066ZPlanning: Evaluating mediators ... Done (0.662s)
1502025-05-14T15:43:02.091ZPlanning: Planning completed in 7.72 seconds
1512025-05-14T15:43:02.116Z Packages to install: 4
1522025-05-14T15:43:02.116Z Mediators to change: 2
1532025-05-14T15:43:02.116Z Services to change: 1
1542025-05-14T15:43:02.116Z Estimated space available: 155.07 GB
1552025-05-14T15:43:02.116ZEstimated space to be consumed: 1.65 GB
1562025-05-14T15:43:02.116Z Create boot environment: No
1572025-05-14T15:43:02.116ZCreate backup boot environment: No
1582025-05-14T15:43:02.116Z Rebuild boot archive: No
1592025-05-14T15:43:02.116Z
1602025-05-14T15:43:02.116ZChanged mediators:
1612025-05-14T15:43:02.117Z mediator clang:
1622025-05-14T15:43:02.117Z version: None -> 15 (system default)
1632025-05-14T15:43:02.117Z
1642025-05-14T15:43:02.117Z mediator llvm:
1652025-05-14T15:43:02.117Z version: 14 (system default) -> 15 (system default)
1662025-05-14T15:43:02.117Z
1672025-05-14T15:43:02.117ZChanged packages:
1682025-05-14T15:43:02.117Zhelios-dev
1692025-05-14T15:43:02.117Z developer/build-essential
1702025-05-14T15:43:02.117Z None -> 11-2.0
1712025-05-14T15:43:02.117Z library/libxmlsec1
1722025-05-14T15:43:02.117Z None -> 1.2.35-2.0
1732025-05-14T15:43:02.117Z ooce/developer/clang-15
1742025-05-14T15:43:02.117Z None -> 15.0.7-2.0
1752025-05-14T15:43:02.117Z ooce/developer/llvm-15
1762025-05-14T15:43:02.117Z None -> 15.0.7-2.0
1772025-05-14T15:43:02.117Z
1782025-05-14T15:43:02.117ZServices:
1792025-05-14T15:43:02.117Z restart_fmri:
1802025-05-14T15:43:02.117Z svc:/system/update-man-index:default
1812025-05-14T15:43:02.152Z
1822025-05-14T15:43:02.152ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1832025-05-14T15:43:07.153ZDownload: 1162/3290 items 40.9/212.6MB 19% complete (8.2M/s)
1842025-05-14T15:43:12.154ZDownload: 1504/3290 items 117.0/212.6MB 55% complete (11.8M/s)
1852025-05-14T15:43:17.156ZDownload: 2434/3290 items 120.1/212.6MB 56% complete (8.2M/s)
1862025-05-14T15:43:22.164ZDownload: 3248/3290 items 203.0/212.6MB 95% complete (8.5M/s)
1872025-05-14T15:43:23.252ZDownload: Completed 212.60 MB in 21.10 seconds (10.1M/s)
1882025-05-14T15:43:23.478Z Actions: 1/3689 actions (Installing new actions)
1892025-05-14T15:43:28.961Z Actions: 3325/3689 actions (Installing new actions)
1902025-05-14T15:43:29.276Z Actions: Completed 3689 actions in 5.80 seconds.
1912025-05-14T15:43:30.031Z Done (0.748s)
1922025-05-14T15:43:30.031Z Done (0.000s)
1932025-05-14T15:43:30.921Z Done (0.890s)
1942025-05-14T15:43:35.989Z Done (4.864s)
1952025-05-14T15:43:36.090Z Done (0.019s)
1962025-05-14T15:43:36.115Z Done (0.000s)
1972025-05-14T15:43:36.235Z Done (0.000s)
1982025-05-14T15:43:37.073ZPlanning: Evaluating mediator changes ... Done
1992025-05-14T15:43:37.287ZPlanning: Checking for conflicting actions ... Done
2002025-05-14T15:43:37.312ZPlanning: Consolidating action changes ... Done
2012025-05-14T15:43:37.618ZPlanning: Evaluating mediators ... Done
2022025-05-14T15:43:37.644ZPlanning: Planning completed in 0.55 seconds
2032025-05-14T15:43:37.670Z Mediators to change: 2
2042025-05-14T15:43:37.670Z Create boot environment: No
2052025-05-14T15:43:37.670ZCreate backup boot environment: No
2062025-05-14T15:43:37.722Z Done
2072025-05-14T15:43:37.722Z Done
2082025-05-14T15:43:38.312Z Done
2092025-05-14T15:43:42.785Z Done
2102025-05-14T15:43:42.882Z Done
2112025-05-14T15:43:42.882Z Done
2122025-05-14T15:43:42.933Z Done
2132025-05-14T15:43:43.676ZPlanning: Evaluating mediator changes ... Done
2142025-05-14T15:43:43.701ZPlanning: Merging actions ... Done
2152025-05-14T15:43:43.909ZPlanning: Checking for conflicting actions ... Done
2162025-05-14T15:43:43.934ZPlanning: Consolidating action changes ... Done
2172025-05-14T15:43:44.229ZPlanning: Evaluating mediators ... Done
2182025-05-14T15:43:44.296ZPlanning: Planning completed in 0.92 seconds
2192025-05-14T15:43:44.336Z Packages to change: 1
2202025-05-14T15:43:44.337Z Mediators to change: 1
2212025-05-14T15:43:44.337Z Services to change: 1
2222025-05-14T15:43:44.337Z Create boot environment: No
2232025-05-14T15:43:44.337ZCreate backup boot environment: Yes
2242025-05-14T15:43:46.060Z Actions: 1/6 actions (Updating modified actions)
2252025-05-14T15:43:46.086Z Actions: Completed 6 actions in 0.00 seconds.
2262025-05-14T15:43:46.086Z Done
2272025-05-14T15:43:46.086Z Done
2282025-05-14T15:43:46.244Z Done
2292025-05-14T15:43:50.647Z Done
2302025-05-14T15:43:50.743Z Done
2312025-05-14T15:43:50.743Z Done
2322025-05-14T15:43:50.836Z Done
2332025-05-14T15:43:51.382ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2342025-05-14T15:43:51.382Zclang system 15 system
2352025-05-14T15:43:51.382Zcsh system system illumos
2362025-05-14T15:43:51.382Zctags system system illumos
2372025-05-14T15:43:51.382Zfile system system illumos
2382025-05-14T15:43:51.382Zgcc vendor 12 vendor
2392025-05-14T15:43:51.382Zgcc system 10 system
2402025-05-14T15:43:51.382Zgcc system 7 system
2412025-05-14T15:43:51.382Zgo system 1.20 system
2422025-05-14T15:43:51.382Zgo system 1.19 system
2432025-05-14T15:43:51.382Zllvm system 15 system
2442025-05-14T15:43:51.382Zllvm system 14 system
2452025-05-14T15:43:51.382Zmariadb system 10.6 system
2462025-05-14T15:43:51.382Zmta vendor vendor dma
2472025-05-14T15:43:51.382Zopenjdk system 17 system
2482025-05-14T15:43:51.382Zopenjdk system 11 system
2492025-05-14T15:43:51.382Zopenjdk system 1.8 system
2502025-05-14T15:43:51.382Zopenssl vendor 3 vendor
2512025-05-14T15:43:51.382Zperl system 5.36 system
2522025-05-14T15:43:51.382Zpostgresql system 15 system
2532025-05-14T15:43:51.382Zpostgresql system 13 system
2542025-05-14T15:43:51.382Zpython vendor 3 vendor
2552025-05-14T15:43:51.382Zpython system 2 system
2562025-05-14T15:43:51.382Zpython3 system 3.11 system
2572025-05-14T15:43:51.382Zruby system 3.0 system
2582025-05-14T15:43:51.382Zwords vendor vendor american-english
2592025-05-14T15:43:51.382Zwords system system australian-english
2602025-05-14T15:43:51.382Zwords system system british-english
2612025-05-14T15:43:51.382Zwords system system canadian-english
2622025-05-14T15:43:51.382Zwords system system french
2632025-05-14T15:43:51.382Zwords system system italian
2642025-05-14T15:43:51.382Zwords system system ngerman
2652025-05-14T15:43:51.382Zwords system system ogerman
2662025-05-14T15:43:51.383Zwords system system spanish
2672025-05-14T15:43:51.769ZPUBLISHER TYPE STATUS P LOCATION
2682025-05-14T15:43:51.769Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2692025-05-14T15:43:56.221ZFMRI IFO
2702025-05-14T15:43:56.221Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2712025-05-14T15:43:56.221Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2722025-05-14T15:43:56.221Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2732025-05-14T15:43:56.221Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2742025-05-14T15:43:56.221Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2752025-05-14T15:43:56.221Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2762025-05-14T15:43:56.221Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2772025-05-14T15:43:56.221Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2782025-05-14T15:43:56.221Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2792025-05-14T15:43:56.221Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2802025-05-14T15:43:56.221Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2812025-05-14T15:43:56.221Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2822025-05-14T15:43:56.221Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2832025-05-14T15:43:56.221Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2842025-05-14T15:43:56.221Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2852025-05-14T15:43:57.220Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2862025-05-14T15:43:57.590Z Updating git repository `https://github.com/seanmonstar/reqwest`
2872025-05-14T15:43:58.452Z Updating crates.io index
2882025-05-14T15:43:58.477Z Updating git repository `https://github.com/oxidecomputer/lldp`
2892025-05-14T15:43:58.899Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2902025-05-14T15:43:59.570Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2912025-05-14T15:43:59.900Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2922025-05-14T15:44:00.247Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2932025-05-14T15:44:00.689Z Updating git repository `https://github.com/oxidecomputer/propolis`
2942025-05-14T15:44:01.879Z Updating git repository `https://github.com/oxidecomputer/crucible`
2952025-05-14T15:44:04.006Z Updating git repository `https://github.com/oxidecomputer/opte`
2962025-05-14T15:44:04.988Z Updating git repository `https://github.com/oxidecomputer/falcon`
2972025-05-14T15:44:05.797Z Updating git repository `https://github.com/oxidecomputer/clickward`
2982025-05-14T15:44:06.154Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2992025-05-14T15:44:06.579Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3002025-05-14T15:44:07.383Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3012025-05-14T15:44:07.883Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3022025-05-14T15:44:08.557Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3032025-05-14T15:44:08.914Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3042025-05-14T15:44:09.349Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3052025-05-14T15:44:09.787Z Updating git repository `https://github.com/oxidecomputer/tofino`
3062025-05-14T15:44:10.169Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3072025-05-14T15:44:10.554Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3082025-05-14T15:44:10.893Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3092025-05-14T15:44:11.416Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3102025-05-14T15:44:11.905Z Updating git repository `https://github.com/oxidecomputer/ispf`
3112025-05-14T15:44:12.311Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3122025-05-14T15:44:12.753Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3132025-05-14T15:44:13.350Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3142025-05-14T15:44:13.814Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3152025-05-14T15:44:14.174Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3162025-05-14T15:44:14.705Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3172025-05-14T15:44:15.330Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182025-05-14T15:44:15.669Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192025-05-14T15:44:16.048Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202025-05-14T15:44:16.384Z Updating git repository `https://github.com/oxidecomputer/omicron`
3212025-05-14T15:44:34.077Z Updating git repository `https://github.com/illumos/smf-rs`
3222025-05-14T15:44:35.626Z Downloading crates ...
3232025-05-14T15:44:35.688Z Downloaded camino-tempfile v1.3.0
3242025-05-14T15:44:35.716Z Downloaded autocfg v1.4.0
3252025-05-14T15:44:35.716Z Downloaded camino v1.1.9
3262025-05-14T15:44:35.716Z Downloaded anstyle v1.0.10
3272025-05-14T15:44:35.716Z Downloaded bytecount v0.6.8
3282025-05-14T15:44:35.716Z Downloaded crypto-common v0.1.6
3292025-05-14T15:44:35.716Z Downloaded clap_lex v0.7.4
3302025-05-14T15:44:35.716Z Downloaded clap_derive v4.5.32
3312025-05-14T15:44:35.716Z Downloaded fastrand v2.1.1
3322025-05-14T15:44:35.716Z Downloaded cargo_toml v0.21.0
3332025-05-14T15:44:35.716Z Downloaded anstyle-parse v0.2.5
3342025-05-14T15:44:35.744Z Downloaded io-lifetimes v1.0.11
3352025-05-14T15:44:35.745Z Downloaded colorchoice v1.0.2
3362025-05-14T15:44:35.745Z Downloaded is_terminal_polyfill v1.70.1
3372025-05-14T15:44:35.745Z Downloaded winnow v0.7.3
3382025-05-14T15:44:35.745Z Downloaded fs-err v3.1.0
3392025-05-14T15:44:35.745Z Downloaded swrite v0.1.0
3402025-05-14T15:44:35.778Z Downloaded typenum v1.17.0
3412025-05-14T15:44:35.778Z Downloaded terminal_size v0.4.0
3422025-05-14T15:44:35.779Z Downloaded proc-macro-error-attr v1.0.4
3432025-05-14T15:44:35.779Z Downloaded scroll v0.12.0
3442025-05-14T15:44:35.779Z Downloaded utf8parse v0.2.2
3452025-05-14T15:44:35.779Z Downloaded usdt-attr-macro v0.5.0
3462025-05-14T15:44:35.780Z Downloaded thiserror-impl v2.0.12
3472025-05-14T15:44:35.780Z Downloaded toml_datetime v0.6.8
3482025-05-14T15:44:35.780Z Downloaded version_check v0.9.5
3492025-05-14T15:44:35.780Z Downloaded toml v0.8.20
3502025-05-14T15:44:35.780Z Downloaded usdt-impl v0.5.0
3512025-05-14T15:44:35.780Z Downloaded unicode-ident v1.0.14
3522025-05-14T15:44:35.810Z Downloaded zerocopy-derive v0.7.35
3532025-05-14T15:44:35.810Z Downloaded toml_edit v0.22.24
3542025-05-14T15:44:35.840Z Downloaded textwrap v0.16.1
3552025-05-14T15:44:35.866Z Downloaded pest v2.7.14
3562025-05-14T15:44:35.867Z Downloaded memchr v2.7.4
3572025-05-14T15:44:35.867Z Downloaded serde_derive v1.0.219
3582025-05-14T15:44:35.867Z Downloaded tabled v0.15.0
3592025-05-14T15:44:35.892Z Downloaded syn v1.0.109
3602025-05-14T15:44:35.892Z Downloaded hashbrown v0.15.1
3612025-05-14T15:44:35.918Z Downloaded zerocopy v0.7.35
3622025-05-14T15:44:35.919Z Downloaded unicode-width v0.1.14
3632025-05-14T15:44:35.945Z Downloaded semver v1.0.26
3642025-05-14T15:44:35.945Z Downloaded proc-macro2 v1.0.94
3652025-05-14T15:44:35.945Z Downloaded syn v2.0.98
3662025-05-14T15:44:35.945Z Downloaded rustix v0.37.28
3672025-05-14T15:44:35.972Z Downloaded clap_builder v4.5.35
3682025-05-14T15:44:35.972Z Downloaded rustix v0.38.37
3692025-05-14T15:44:35.998Z Downloaded ucd-trie v0.1.7
3702025-05-14T15:44:35.998Z Downloaded thiserror v2.0.12
3712025-05-14T15:44:36.024Z Downloaded thiserror v1.0.69
3722025-05-14T15:44:36.024Z Downloaded tempfile v3.13.0
3732025-05-14T15:44:36.024Z Downloaded smawk v0.3.2
3742025-05-14T15:44:36.024Z Downloaded sha2 v0.10.8
3752025-05-14T15:44:36.024Z Downloaded serde_json v1.0.140
3762025-05-14T15:44:36.024Z Downloaded papergrid v0.11.0
3772025-05-14T15:44:36.025Z Downloaded thread-id v4.2.2
3782025-05-14T15:44:36.051Z Downloaded terminal_size v0.2.6
3792025-05-14T15:44:36.051Z Downloaded strsim v0.11.1
3802025-05-14T15:44:36.051Z Downloaded serde_tokenstream v0.2.2
3812025-05-14T15:44:36.051Z Downloaded plain v0.2.3
3822025-05-14T15:44:36.051Z Downloaded tabled_derive v0.7.0
3832025-05-14T15:44:36.051Z Downloaded serde_spanned v0.6.8
3842025-05-14T15:44:36.052Z Downloaded scroll_derive v0.12.0
3852025-05-14T15:44:36.052Z Downloaded pest_meta v2.7.14
3862025-05-14T15:44:36.052Z Downloaded libc v0.2.171
3872025-05-14T15:44:36.082Z Downloaded memmap v0.7.0
3882025-05-14T15:44:36.082Z Downloaded usdt v0.5.0
3892025-05-14T15:44:36.082Z Downloaded unicode-linebreak v0.1.5
3902025-05-14T15:44:36.082Z Downloaded serde v1.0.219
3912025-05-14T15:44:36.082Z Downloaded proc-macro-error v1.0.4
3922025-05-14T15:44:36.082Z Downloaded macaddr v1.0.1
3932025-05-14T15:44:36.082Z Downloaded usdt-macro v0.5.0
3942025-05-14T15:44:36.082Z Downloaded thiserror-impl v1.0.69
3952025-05-14T15:44:36.082Z Downloaded ryu v1.0.18
3962025-05-14T15:44:36.112Z Downloaded quote v1.0.39
3972025-05-14T15:44:36.112Z Downloaded once_cell v1.21.3
3982025-05-14T15:44:36.112Z Downloaded pretty-hex v0.4.1
3992025-05-14T15:44:36.112Z Downloaded pest_generator v2.7.14
4002025-05-14T15:44:36.112Z Downloaded pest_derive v2.7.14
4012025-05-14T15:44:36.112Z Downloaded log v0.4.22
4022025-05-14T15:44:36.112Z Downloaded itoa v1.0.11
4032025-05-14T15:44:36.112Z Downloaded heck v0.4.1
4042025-05-14T15:44:36.112Z Downloaded fnv v1.0.7
4052025-05-14T15:44:36.112Z Downloaded digest v0.10.7
4062025-05-14T15:44:36.112Z Downloaded cpufeatures v0.2.14
4072025-05-14T15:44:36.112Z Downloaded cfg-if v1.0.0
4082025-05-14T15:44:36.112Z Downloaded errno v0.3.9
4092025-05-14T15:44:36.112Z Downloaded clap v4.5.35
4102025-05-14T15:44:36.138Z Downloaded indexmap v2.9.0
4112025-05-14T15:44:36.138Z Downloaded goblin v0.8.2
4122025-05-14T15:44:36.138Z Downloaded cargo_metadata v0.19.2
4132025-05-14T15:44:36.138Z Downloaded byteorder v1.5.0
4142025-05-14T15:44:36.138Z Downloaded heck v0.5.0
4152025-05-14T15:44:36.138Z Downloaded equivalent v1.0.1
4162025-05-14T15:44:36.138Z Downloaded dtrace-parser v0.2.0
4172025-05-14T15:44:36.138Z Downloaded dof v0.3.0
4182025-05-14T15:44:36.138Z Downloaded anstream v0.6.18
4192025-05-14T15:44:36.138Z Downloaded block-buffer v0.10.4
4202025-05-14T15:44:36.138Z Downloaded generic-array v0.14.7
4212025-05-14T15:44:36.138Z Downloaded bitflags v1.3.2
4222025-05-14T15:44:36.164Z Downloaded cargo-platform v0.1.8
4232025-05-14T15:44:36.164Z Downloaded bitflags v2.9.0
4242025-05-14T15:44:36.164Z Downloaded anstyle-query v1.1.1
4252025-05-14T15:44:36.164Z Downloaded anyhow v1.0.98
4262025-05-14T15:44:36.264Z Compiling proc-macro2 v1.0.94
4272025-05-14T15:44:36.264Z Compiling unicode-ident v1.0.14
4282025-05-14T15:44:36.264Z Compiling version_check v0.9.5
4292025-05-14T15:44:36.290Z Compiling libc v0.2.171
4302025-05-14T15:44:36.290Z Compiling serde v1.0.219
4312025-05-14T15:44:36.290Z Compiling memchr v2.7.4
4322025-05-14T15:44:36.290Z Compiling thiserror v1.0.69
4332025-05-14T15:44:36.290Z Compiling itoa v1.0.11
4342025-05-14T15:44:36.550Z Compiling ucd-trie v0.1.7
4352025-05-14T15:44:36.576Z Compiling ryu v1.0.18
4362025-05-14T15:44:36.932Z Compiling once_cell v1.21.3
4372025-05-14T15:44:37.079Z Compiling byteorder v1.5.0
4382025-05-14T15:44:37.079Z Compiling serde_json v1.0.140
4392025-05-14T15:44:37.384Z Compiling rustix v0.38.37
4402025-05-14T15:44:37.462Z Compiling bitflags v2.9.0
4412025-05-14T15:44:37.599Z Compiling proc-macro-error-attr v1.0.4
4422025-05-14T15:44:37.662Z Compiling usdt-impl v0.5.0
4432025-05-14T15:44:37.855Z Compiling syn v1.0.109
4442025-05-14T15:44:37.883Z Compiling io-lifetimes v1.0.11
4452025-05-14T15:44:38.103Z Compiling quote v1.0.39
4462025-05-14T15:44:38.128Z Compiling errno v0.3.9
4472025-05-14T15:44:38.156Z Compiling proc-macro-error v1.0.4
4482025-05-14T15:44:38.263Z Compiling equivalent v1.0.1
4492025-05-14T15:44:38.388Z Compiling rustix v0.37.28
4502025-05-14T15:44:38.462Z Compiling syn v2.0.98
4512025-05-14T15:44:38.493Z Compiling thread-id v4.2.2
4522025-05-14T15:44:38.539Z Compiling utf8parse v0.2.2
4532025-05-14T15:44:38.620Z Compiling log v0.4.22
4542025-05-14T15:44:38.647Z Compiling hashbrown v0.15.1
4552025-05-14T15:44:38.679Z Compiling plain v0.2.3
4562025-05-14T15:44:38.722Z Compiling camino v1.1.9
4572025-05-14T15:44:38.907Z Compiling anstyle-parse v0.2.5
4582025-05-14T15:44:39.379Z Compiling winnow v0.7.3
4592025-05-14T15:44:39.433Z Compiling unicode-width v0.1.14
4602025-05-14T15:44:39.629Z Compiling indexmap v2.9.0
4612025-05-14T15:44:39.676Z Compiling colorchoice v1.0.2
4622025-05-14T15:44:39.709Z Compiling anstyle-query v1.1.1
4632025-05-14T15:44:39.855Z Compiling bitflags v1.3.2
4642025-05-14T15:44:39.883Z Compiling semver v1.0.26
4652025-05-14T15:44:39.910Z Compiling thiserror v2.0.12
4662025-05-14T15:44:39.970Z Compiling is_terminal_polyfill v1.70.1
4672025-05-14T15:44:40.107Z Compiling anstyle v1.0.10
4682025-05-14T15:44:40.345Z Compiling autocfg v1.4.0
4692025-05-14T15:44:40.417Z Compiling pretty-hex v0.4.1
4702025-05-14T15:44:40.516Z Compiling anstream v0.6.18
4712025-05-14T15:44:40.712Z Compiling terminal_size v0.4.0
4722025-05-14T15:44:41.177Z Compiling clap_lex v0.7.4
4732025-05-14T15:44:41.205Z Compiling heck v0.5.0
4742025-05-14T15:44:41.205Z Compiling strsim v0.11.1
4752025-05-14T15:44:41.255Z Compiling fs-err v3.1.0
4762025-05-14T15:44:41.576Z Compiling fastrand v2.1.1
4772025-05-14T15:44:41.625Z Compiling cfg-if v1.0.0
4782025-05-14T15:44:41.859Z Compiling heck v0.4.1
4792025-05-14T15:44:41.949Z Compiling fnv v1.0.7
4802025-05-14T15:44:42.021Z Compiling bytecount v0.6.8
4812025-05-14T15:44:42.080Z Compiling anyhow v1.0.98
4822025-05-14T15:44:42.118Z Compiling tempfile v3.13.0
4832025-05-14T15:44:42.118Z Compiling terminal_size v0.2.6
4842025-05-14T15:44:42.233Z Compiling papergrid v0.11.0
4852025-05-14T15:44:42.258Z Compiling clap_builder v4.5.35
4862025-05-14T15:44:42.318Z Compiling memmap v0.7.0
4872025-05-14T15:44:42.409Z Compiling unicode-linebreak v0.1.5
4882025-05-14T15:44:42.625Z Compiling smawk v0.3.2
4892025-05-14T15:44:42.803Z Compiling textwrap v0.16.1
4902025-05-14T15:44:42.858Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4912025-05-14T15:44:43.275Z Compiling swrite v0.1.0
4922025-05-14T15:44:43.571Z Compiling tabled_derive v0.7.0
4932025-05-14T15:44:44.842Z Compiling serde_derive v1.0.219
4942025-05-14T15:44:44.842Z Compiling thiserror-impl v1.0.69
4952025-05-14T15:44:44.868Z Compiling zerocopy-derive v0.7.35
4962025-05-14T15:44:44.868Z Compiling scroll_derive v0.12.0
4972025-05-14T15:44:44.868Z Compiling thiserror-impl v2.0.12
4982025-05-14T15:44:44.868Z Compiling clap_derive v4.5.32
4992025-05-14T15:44:44.969Z Compiling tabled v0.15.0
5002025-05-14T15:44:46.062Z Compiling scroll v0.12.0
5012025-05-14T15:44:46.560Z Compiling zerocopy v0.7.35
5022025-05-14T15:44:46.585Z Compiling goblin v0.8.2
5032025-05-14T15:44:47.613Z Compiling pest v2.7.14
5042025-05-14T15:44:48.441Z Compiling clap v4.5.35
5052025-05-14T15:44:49.763Z Compiling pest_meta v2.7.14
5062025-05-14T15:44:50.795Z Compiling pest_generator v2.7.14
5072025-05-14T15:44:51.878Z Compiling pest_derive v2.7.14
5082025-05-14T15:44:52.471Z Compiling dtrace-parser v0.2.0
5092025-05-14T15:44:53.318Z Compiling serde_spanned v0.6.8
5102025-05-14T15:44:53.357Z Compiling toml_datetime v0.6.8
5112025-05-14T15:44:53.357Z Compiling cargo-platform v0.1.8
5122025-05-14T15:44:53.603Z Compiling serde_tokenstream v0.2.2
5132025-05-14T15:44:53.672Z Compiling toml_edit v0.22.24
5142025-05-14T15:44:53.813Z Compiling macaddr v1.0.1
5152025-05-14T15:44:53.873Z Compiling camino-tempfile v1.3.0
5162025-05-14T15:44:54.711Z Compiling dof v0.3.0
5172025-05-14T15:44:54.712Z Compiling cargo_metadata v0.19.2
5182025-05-14T15:44:56.208Z Compiling usdt-macro v0.5.0
5192025-05-14T15:44:56.208Z Compiling usdt-attr-macro v0.5.0
5202025-05-14T15:44:56.442Z Compiling toml v0.8.20
5212025-05-14T15:44:57.137Z Compiling cargo_toml v0.21.0
5222025-05-14T15:44:57.177Z Compiling usdt v0.5.0
5232025-05-14T15:45:00.220Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5242025-05-14T15:45:04.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
5252025-05-14T15:45:04.469Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5262025-05-14T15:45:05.324Z Downloading crates ...
5272025-05-14T15:45:05.452Z Downloaded atty v0.2.14
5282025-05-14T15:45:05.479Z Downloaded atomicwrites v0.4.4
5292025-05-14T15:45:05.479Z Downloaded ciborium-io v0.2.2
5302025-05-14T15:45:05.479Z Downloaded crunchy v0.2.2
5312025-05-14T15:45:05.479Z Downloaded cfg_aliases v0.1.1
5322025-05-14T15:45:05.479Z Downloaded http-body v1.0.1
5332025-05-14T15:45:05.507Z Downloaded cstr-argument v0.1.2
5342025-05-14T15:45:05.507Z Downloaded bb8 v0.8.5
5352025-05-14T15:45:05.507Z Downloaded hubpack_derive v0.1.1
5362025-05-14T15:45:05.507Z Downloaded http-range v0.1.5
5372025-05-14T15:45:05.507Z Downloaded array-init v0.0.4
5382025-05-14T15:45:05.507Z Downloaded match_cfg v0.1.0
5392025-05-14T15:45:05.507Z Downloaded md5 v0.7.0
5402025-05-14T15:45:05.507Z Downloaded instability v0.3.2
5412025-05-14T15:45:05.533Z Downloaded maplit v1.0.2
5422025-05-14T15:45:05.533Z Downloaded managed v0.8.0
5432025-05-14T15:45:05.533Z Downloaded md-5 v0.10.6
5442025-05-14T15:45:05.533Z Downloaded lru-cache v0.1.2
5452025-05-14T15:45:05.533Z Downloaded lock_api v0.4.12
5462025-05-14T15:45:05.533Z Downloaded icu_provider v1.5.0
5472025-05-14T15:45:05.559Z Downloaded take_mut v0.2.2
5482025-05-14T15:45:05.586Z Downloaded secrecy v0.10.3
5492025-05-14T15:45:05.586Z Downloaded yoke-derive v0.7.4
5502025-05-14T15:45:05.586Z Downloaded xz2 v0.1.7
5512025-05-14T15:45:05.612Z Downloaded derive_builder_macro v0.20.2
5522025-05-14T15:45:05.612Z Downloaded embedded-io v0.6.1
5532025-05-14T15:45:05.612Z Downloaded fxhash v0.2.1
5542025-05-14T15:45:05.612Z Downloaded ena v0.14.3
5552025-05-14T15:45:05.639Z Downloaded peg-runtime v0.8.5
5562025-05-14T15:45:05.639Z Downloaded path-slash v0.1.5
5572025-05-14T15:45:05.639Z Downloaded percent-encoding v2.3.1
5582025-05-14T15:45:05.639Z Downloaded globset v0.4.15
5592025-05-14T15:45:05.639Z Downloaded strum v0.26.3
5602025-05-14T15:45:05.666Z Downloaded tower-service v0.3.3
5612025-05-14T15:45:05.666Z Downloaded strum_macros v0.24.3
5622025-05-14T15:45:05.666Z Downloaded write16 v1.0.0
5632025-05-14T15:45:05.666Z Downloaded darling_macro v0.20.10
5642025-05-14T15:45:05.666Z Downloaded utf8_iter v1.0.4
5652025-05-14T15:45:05.666Z Downloaded strum_macros v0.26.4
5662025-05-14T15:45:05.692Z Downloaded newtype_derive v0.1.6
5672025-05-14T15:45:05.692Z Downloaded openssl-probe v0.1.5
5682025-05-14T15:45:05.692Z Downloaded oso-derive v0.27.3
5692025-05-14T15:45:05.692Z Downloaded fixedbitset v0.5.7
5702025-05-14T15:45:05.692Z Downloaded russh-cryptovec v0.7.3
5712025-05-14T15:45:05.692Z Downloaded sync_wrapper v1.0.1
5722025-05-14T15:45:05.719Z Downloaded sync-ptr v0.1.1
5732025-05-14T15:45:05.719Z Downloaded try-lock v0.2.5
5742025-05-14T15:45:05.719Z Downloaded vte_generate_state_changes v0.1.2
5752025-05-14T15:45:05.719Z Downloaded supports-color v3.0.2
5762025-05-14T15:45:05.719Z Downloaded tokio-native-tls v0.3.1
5772025-05-14T15:45:05.719Z Downloaded memoffset v0.9.1
5782025-05-14T15:45:05.746Z Downloaded opaque-debug v0.3.1
5792025-05-14T15:45:05.746Z Downloaded pretty-hex v0.2.1
5802025-05-14T15:45:05.746Z Downloaded ssh-encoding v0.2.0
5812025-05-14T15:45:05.746Z Downloaded untrusted v0.7.1
5822025-05-14T15:45:05.746Z Downloaded normalize-line-endings v0.3.0
5832025-05-14T15:45:05.773Z Downloaded rusty-fork v0.3.0
5842025-05-14T15:45:05.773Z Downloaded untrusted v0.9.0
5852025-05-14T15:45:05.773Z Downloaded pin-utils v0.1.0
5862025-05-14T15:45:05.773Z Downloaded endian-type v0.1.2
5872025-05-14T15:45:05.773Z Downloaded progenitor-macro v0.8.0
5882025-05-14T15:45:05.800Z Downloaded synstructure v0.13.1
5892025-05-14T15:45:05.800Z Downloaded difflib v0.4.0
5902025-05-14T15:45:05.800Z Downloaded tinyvec_macros v0.1.1
5912025-05-14T15:45:05.800Z Downloaded num-conv v0.1.0
5922025-05-14T15:45:05.800Z Downloaded phf_codegen v0.11.2
5932025-05-14T15:45:05.826Z Downloaded phf v0.11.2
5942025-05-14T15:45:05.826Z Downloaded waitgroup v0.1.2
5952025-05-14T15:45:05.826Z Downloaded serde-big-array v0.5.1
5962025-05-14T15:45:05.826Z Downloaded dropshot_endpoint v0.16.0
5972025-05-14T15:45:05.853Z Downloaded num_threads v0.1.7
5982025-05-14T15:45:05.853Z Downloaded num-bigint v0.4.6
5992025-05-14T15:45:05.853Z Downloaded ssh-key v0.6.6
6002025-05-14T15:45:05.879Z Downloaded scheduled-thread-pool v0.2.7
6012025-05-14T15:45:05.879Z Downloaded value-bag v1.9.0
6022025-05-14T15:45:05.879Z Downloaded zerocopy v0.6.6
6032025-05-14T15:45:05.879Z Downloaded tungstenite v0.21.0
6042025-05-14T15:45:05.879Z Downloaded zerovec v0.10.4
6052025-05-14T15:45:05.906Z Downloaded typed-path v0.9.3
6062025-05-14T15:45:05.906Z Downloaded semver v0.1.20
6072025-05-14T15:45:05.906Z Downloaded packed_struct_codegen v0.10.1
6082025-05-14T15:45:05.906Z Downloaded p384 v0.13.0
6092025-05-14T15:45:05.943Z Downloaded num_enum_derive v0.5.11
6102025-05-14T15:45:05.943Z Downloaded env_logger v0.11.5
6112025-05-14T15:45:05.943Z Downloaded tinystr v0.7.6
6122025-05-14T15:45:05.943Z Downloaded tabled v0.18.0
6132025-05-14T15:45:05.969Z Downloaded num-rational v0.4.2
6142025-05-14T15:45:05.969Z Downloaded num-traits v0.2.19
6152025-05-14T15:45:05.969Z Downloaded schemars v0.8.22
6162025-05-14T15:45:05.994Z Downloaded zerocopy-derive v0.8.10
6172025-05-14T15:45:05.994Z Downloaded diesel v2.2.10
6182025-05-14T15:45:06.019Z Downloaded regress v0.10.3
6192025-05-14T15:45:06.044Z Downloaded time v0.3.36
6202025-05-14T15:45:06.044Z Downloaded sled v0.34.7
6212025-05-14T15:45:06.044Z Downloaded chrono v0.4.40
6222025-05-14T15:45:06.069Z Downloaded quick-xml v0.37.2
6232025-05-14T15:45:06.070Z Downloaded typify-impl v0.2.0
6242025-05-14T15:45:06.094Z Downloaded zerocopy v0.8.10
6252025-05-14T15:45:06.120Z Downloaded vcpkg v0.2.15
6262025-05-14T15:45:06.159Z Downloaded typify-impl v0.3.0
6272025-05-14T15:45:06.186Z Downloaded object v0.30.4
6282025-05-14T15:45:06.212Z Downloaded openssl v0.10.72
6292025-05-14T15:45:06.212Z Downloaded libz-sys v1.1.20
6302025-05-14T15:45:06.239Z Downloaded bstr v1.10.0
6312025-05-14T15:45:06.239Z Downloaded object v0.36.5
6322025-05-14T15:45:06.265Z Downloaded csv v1.3.1
6332025-05-14T15:45:06.291Z Downloaded openapiv3 v2.0.0
6342025-05-14T15:45:06.291Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
6352025-05-14T15:45:06.317Z Downloaded chrono-tz v0.10.3
6362025-05-14T15:45:06.342Z Downloaded regex-syntax v0.6.29
6372025-05-14T15:45:06.342Z Downloaded lzma-sys v0.1.20
6382025-05-14T15:45:06.373Z Downloaded webpki-roots v0.26.6
6392025-05-14T15:45:06.373Z Downloaded jiff v0.2.13
6402025-05-14T15:45:06.399Z Downloaded zerocopy-derive v0.6.6
6412025-05-14T15:45:06.424Z Downloaded regex v1.11.1
6422025-05-14T15:45:06.425Z Downloaded rustls-webpki v0.102.8
6432025-05-14T15:45:06.450Z Downloaded regex-automata v0.4.8
6442025-05-14T15:45:06.475Z Downloaded bzip2-sys v0.1.13+1.0.8
6452025-05-14T15:45:06.500Z Downloaded ratatui v0.29.0
6462025-05-14T15:45:06.525Z Downloaded bindgen v0.71.1
6472025-05-14T15:45:06.525Z Downloaded bitvec v1.0.1
6482025-05-14T15:45:06.550Z Downloaded bindgen v0.69.5
6492025-05-14T15:45:06.550Z Downloaded regex-syntax v0.8.5
6502025-05-14T15:45:06.550Z Downloaded sha3 v0.10.8
6512025-05-14T15:45:06.576Z Downloaded futures-util v0.3.31
6522025-05-14T15:45:06.576Z Downloaded aws-lc-rs v1.12.4
6532025-05-14T15:45:06.601Z Downloaded petgraph v0.6.5
6542025-05-14T15:45:06.601Z Downloaded petgraph v0.7.1
6552025-05-14T15:45:06.626Z Downloaded blake3 v1.5.4
6562025-05-14T15:45:06.651Z Downloaded tokio v1.43.1
6572025-05-14T15:45:06.677Z Downloaded aho-corasick v1.1.3
6582025-05-14T15:45:06.702Z Downloaded aes-gcm v0.10.3
6592025-05-14T15:45:06.702Z Downloaded toml_edit v0.19.15
6602025-05-14T15:45:06.728Z Downloaded crossterm v0.28.1
6612025-05-14T15:45:06.728Z Downloaded tungstenite v0.23.0
6622025-05-14T15:45:06.728Z Downloaded rustls v0.21.12
6632025-05-14T15:45:06.753Z Downloaded quinn v0.11.5
6642025-05-14T15:45:06.753Z Downloaded dropshot v0.16.0
6652025-05-14T15:45:06.779Z Downloaded encoding_rs v0.8.34
6662025-05-14T15:45:06.804Z Downloaded steno v0.4.1
6672025-05-14T15:45:06.804Z Downloaded twox-hash v2.1.0
6682025-05-14T15:45:06.804Z Downloaded tinyvec v1.8.0
6692025-05-14T15:45:06.804Z Downloaded zip v0.6.6
6702025-05-14T15:45:06.804Z Downloaded x509-cert v0.2.5
6712025-05-14T15:45:06.829Z Downloaded aes v0.8.4
6722025-05-14T15:45:06.829Z Downloaded pin-project v1.1.6
6732025-05-14T15:45:06.829Z Downloaded petname v2.0.2
6742025-05-14T15:45:06.856Z Downloaded derive_more v0.99.20
6752025-05-14T15:45:06.856Z Downloaded polar-core v0.27.3
6762025-05-14T15:45:06.856Z Downloaded ring v0.17.11
6772025-05-14T15:45:06.898Z Downloaded nix v0.29.0
6782025-05-14T15:45:06.923Z Downloaded futures v0.3.31
6792025-05-14T15:45:06.923Z Downloaded env_logger v0.10.2
6802025-05-14T15:45:06.923Z Downloaded quinn-proto v0.11.8
6812025-05-14T15:45:06.948Z Downloaded pkcs5 v0.7.1
6822025-05-14T15:45:06.948Z Downloaded pkcs1 v0.7.5
6832025-05-14T15:45:06.948Z Downloaded libgit2-sys v0.17.0+1.8.1
6842025-05-14T15:45:07.006Z Downloaded nix v0.28.0
6852025-05-14T15:45:07.031Z Downloaded nix v0.27.1
6862025-05-14T15:45:07.057Z Downloaded fatfs v0.3.6
6872025-05-14T15:45:07.057Z Downloaded der v0.7.9
6882025-05-14T15:45:07.057Z Downloaded num_enum v0.5.11
6892025-05-14T15:45:07.057Z Downloaded num-iter v0.1.45
6902025-05-14T15:45:07.057Z Downloaded tui-tree-widget v0.23.0
6912025-05-14T15:45:07.057Z Downloaded rustls-webpki v0.101.7
6922025-05-14T15:45:07.082Z Downloaded zeroize v1.8.1
6932025-05-14T15:45:07.082Z Downloaded proptest v1.6.0
6942025-05-14T15:45:07.082Z Downloaded crossbeam-channel v0.5.15
6952025-05-14T15:45:07.107Z Downloaded bumpalo v3.16.0
6962025-05-14T15:45:07.107Z Downloaded packed_struct v0.10.1
6972025-05-14T15:45:07.107Z Downloaded phf_shared v0.11.2
6982025-05-14T15:45:07.107Z Downloaded multer v3.1.0
6992025-05-14T15:45:07.107Z Downloaded des v0.8.1
7002025-05-14T15:45:07.107Z Downloaded papergrid v0.14.0
7012025-05-14T15:45:07.107Z Downloaded mio v1.0.2
7022025-05-14T15:45:07.107Z Downloaded env_filter v0.1.2
7032025-05-14T15:45:07.133Z Downloaded sqlparser v0.45.0
7042025-05-14T15:45:07.133Z Downloaded pkcs8 v0.10.2
7052025-05-14T15:45:07.133Z Downloaded native-tls v0.2.12
7062025-05-14T15:45:07.133Z Downloaded zeroize_derive v1.4.2
7072025-05-14T15:45:07.133Z Downloaded zerofrom-derive v0.1.4
7082025-05-14T15:45:07.133Z Downloaded slog-dtrace v0.3.0
7092025-05-14T15:45:07.133Z Downloaded salty v0.3.0
7102025-05-14T15:45:07.133Z Downloaded pretty_assertions v1.4.1
7112025-05-14T15:45:07.158Z Downloaded backtrace v0.3.74
7122025-05-14T15:45:07.158Z Downloaded time-core v0.1.2
7132025-05-14T15:45:07.158Z Downloaded qorb v0.3.1
7142025-05-14T15:45:07.158Z Downloaded publicsuffix v2.3.0
7152025-05-14T15:45:07.158Z Downloaded expectorate v1.2.0
7162025-05-14T15:45:07.158Z Downloaded slog-envlogger v2.2.0
7172025-05-14T15:45:07.158Z Downloaded num-bigint-dig v0.8.4
7182025-05-14T15:45:07.183Z Downloaded nom v7.1.3
7192025-05-14T15:45:07.183Z Downloaded rustyline v14.0.0
7202025-05-14T15:45:07.183Z Downloaded hickory-proto v0.24.4
7212025-05-14T15:45:07.208Z Downloaded cc v1.2.15
7222025-05-14T15:45:07.208Z Downloaded slog v2.7.0
7232025-05-14T15:45:07.208Z Downloaded phf_generator v0.11.2
7242025-05-14T15:45:07.208Z Downloaded p521 v0.13.3
7252025-05-14T15:45:07.208Z Downloaded gimli v0.31.1
7262025-05-14T15:45:07.234Z Downloaded curve25519-dalek v4.1.3
7272025-05-14T15:45:07.234Z Downloaded smoltcp v0.11.0
7282025-05-14T15:45:07.259Z Downloaded writeable v0.5.5
7292025-05-14T15:45:07.259Z Downloaded walkdir v2.5.0
7302025-05-14T15:45:07.259Z Downloaded thread_local v1.1.8
7312025-05-14T15:45:07.259Z Downloaded uzers v0.12.1
7322025-05-14T15:45:07.259Z Downloaded number_prefix v0.4.0
7332025-05-14T15:45:07.259Z Downloaded miniz_oxide v0.8.5
7342025-05-14T15:45:07.259Z Downloaded flume v0.11.1
7352025-05-14T15:45:07.259Z Downloaded samael v0.0.18
7362025-05-14T15:45:07.284Z Downloaded defmt-macros v0.3.9
7372025-05-14T15:45:07.284Z Downloaded typify v0.2.0
7382025-05-14T15:45:07.284Z Downloaded slog-stdlog v4.1.1
7392025-05-14T15:45:07.284Z Downloaded slog-scope v4.4.0
7402025-05-14T15:45:07.284Z Downloaded portable-atomic v1.11.0
7412025-05-14T15:45:07.284Z Downloaded parking_lot v0.12.3
7422025-05-14T15:45:07.284Z Downloaded parking_lot v0.11.2
7432025-05-14T15:45:07.309Z Downloaded zip v2.6.1
7442025-05-14T15:45:07.309Z Downloaded rustls v0.23.19
7452025-05-14T15:45:07.309Z Downloaded num-integer v0.1.46
7462025-05-14T15:45:07.309Z Downloaded num-derive v0.4.2
7472025-05-14T15:45:07.309Z Downloaded num-derive v0.3.3
7482025-05-14T15:45:07.335Z Downloaded slog-bunyan v2.5.0
7492025-05-14T15:45:07.335Z Downloaded slog-async v2.8.0
7502025-05-14T15:45:07.335Z Downloaded wait-timeout v0.2.0
7512025-05-14T15:45:07.335Z Downloaded quick-error v1.2.3
7522025-05-14T15:45:07.335Z Downloaded psl-types v2.0.11
7532025-05-14T15:45:07.335Z Downloaded progenitor-impl v0.8.0
7542025-05-14T15:45:07.335Z Downloaded rustversion v1.0.17
7552025-05-14T15:45:07.335Z Downloaded display-error-chain v0.2.2
7562025-05-14T15:45:07.335Z Downloaded dirs-sys-next v0.1.2
7572025-05-14T15:45:07.335Z Downloaded crypto-bigint v0.5.5
7582025-05-14T15:45:07.335Z Downloaded bytes v1.10.1
7592025-05-14T15:45:07.361Z Downloaded diff v0.1.13
7602025-05-14T15:45:07.361Z Downloaded zerofrom v0.1.4
7612025-05-14T15:45:07.362Z Downloaded progenitor-impl v0.9.1
7622025-05-14T15:45:07.362Z Downloaded const_format v0.2.34
7632025-05-14T15:45:07.362Z Downloaded foldhash v0.1.3
7642025-05-14T15:45:07.362Z Downloaded float-cmp v0.10.0
7652025-05-14T15:45:07.362Z Downloaded rustls v0.22.4
7662025-05-14T15:45:07.388Z Downloaded tls_codec_derive v0.4.1
7672025-05-14T15:45:07.388Z Downloaded tls_codec v0.4.1
7682025-05-14T15:45:07.388Z Downloaded test-strategy v0.4.0
7692025-05-14T15:45:07.388Z Downloaded thiserror-impl-no-std v2.0.2
7702025-05-14T15:45:07.388Z Downloaded support-bundle-viewer v0.1.0
7712025-05-14T15:45:07.388Z Downloaded shell-words v1.1.0
7722025-05-14T15:45:07.388Z Downloaded rfc6979 v0.4.0
7732025-05-14T15:45:07.388Z Downloaded resolv-conf v0.7.0
7742025-05-14T15:45:07.388Z Downloaded git2 v0.19.0
7752025-05-14T15:45:07.414Z Downloaded unicode-width v0.2.0
7762025-05-14T15:45:07.414Z Downloaded float-ord v0.3.2
7772025-05-14T15:45:07.414Z Downloaded same-file v1.0.6
7782025-05-14T15:45:07.414Z Downloaded rustc_version v0.4.1
7792025-05-14T15:45:07.414Z Downloaded rustc_version v0.1.7
7802025-05-14T15:45:07.414Z Downloaded termtree v0.5.1
7812025-05-14T15:45:07.414Z Downloaded diesel_derives v2.2.3
7822025-05-14T15:45:07.414Z Downloaded defmt-parser v0.3.4
7832025-05-14T15:45:07.440Z Downloaded minimal-lexical v0.2.1
7842025-05-14T15:45:07.440Z Downloaded rustc-hash v2.1.1
7852025-05-14T15:45:07.440Z Downloaded rustc-hash v1.1.0
7862025-05-14T15:45:07.440Z Downloaded enum-as-inner v0.6.1
7872025-05-14T15:45:07.441Z Downloaded dirs-next v2.0.0
7882025-05-14T15:45:07.441Z Downloaded unsafe-libyaml v0.2.11
7892025-05-14T15:45:07.441Z Downloaded nanorand v0.7.0
7902025-05-14T15:45:07.441Z Downloaded winnow v0.6.26
7912025-05-14T15:45:07.466Z Downloaded rayon v1.10.0
7922025-05-14T15:45:07.466Z Downloaded parking_lot_core v0.9.10
7932025-05-14T15:45:07.466Z Downloaded parking_lot_core v0.8.6
7942025-05-14T15:45:07.467Z Downloaded futures-channel v0.3.31
7952025-05-14T15:45:07.467Z Downloaded fs_extra v1.3.0
7962025-05-14T15:45:07.467Z Downloaded diesel_table_macro_syntax v0.2.0
7972025-05-14T15:45:07.467Z Downloaded zerovec-derive v0.10.3
7982025-05-14T15:45:07.467Z Downloaded thiserror-no-std v2.0.2
7992025-05-14T15:45:07.492Z Downloaded pin-project-lite v0.2.14
8002025-05-14T15:45:07.492Z Downloaded pin-project-internal v1.1.6
8012025-05-14T15:45:07.492Z Downloaded fd-lock v4.0.2
8022025-05-14T15:45:07.492Z Downloaded fallible-iterator v0.2.0
8032025-05-14T15:45:07.492Z Downloaded smoltcp v0.9.1
8042025-05-14T15:45:07.518Z Downloaded base64 v0.21.7
8052025-05-14T15:45:07.518Z Downloaded slog-json v2.6.1
8062025-05-14T15:45:07.518Z Downloaded prettyplease v0.2.30
8072025-05-14T15:45:07.518Z Downloaded headers v0.4.0
8082025-05-14T15:45:07.518Z Downloaded winnow v0.5.40
8092025-05-14T15:45:07.544Z Downloaded tough v0.20.0
8102025-05-14T15:45:07.544Z Downloaded const-oid v0.9.6
8112025-05-14T15:45:07.545Z Downloaded base64 v0.22.1
8122025-05-14T15:45:07.545Z Downloaded num-complex v0.4.6
8132025-05-14T15:45:07.545Z Downloaded nu-ansi-term v0.50.1
8142025-05-14T15:45:07.545Z Downloaded russh v0.45.0
8152025-05-14T15:45:07.571Z Downloaded which v4.4.2
8162025-05-14T15:45:07.571Z Downloaded der_derive v0.7.3
8172025-05-14T15:45:07.571Z Downloaded progenitor-macro v0.9.1
8182025-05-14T15:45:07.571Z Downloaded proc-macro-crate v1.3.1
8192025-05-14T15:45:07.571Z Downloaded diesel-dtrace v0.4.2
8202025-05-14T15:45:07.571Z Downloaded foreign-types v0.3.2
8212025-05-14T15:45:07.571Z Downloaded wyz v0.5.1
8222025-05-14T15:45:07.571Z Downloaded num v0.4.3
8232025-05-14T15:45:07.571Z Downloaded multimap v0.10.0
8242025-05-14T15:45:07.571Z Downloaded typify v0.3.0
8252025-05-14T15:45:07.571Z Downloaded subprocess v0.2.9
8262025-05-14T15:45:07.571Z Downloaded omicron-zone-package v0.12.2
8272025-05-14T15:45:07.598Z Downloaded compact_str v0.8.0
8282025-05-14T15:45:07.598Z Downloaded chacha20poly1305 v0.10.1
8292025-05-14T15:45:07.598Z Downloaded pkg-config v0.3.31
8302025-05-14T15:45:07.598Z Downloaded string_cache v0.8.9
8312025-05-14T15:45:07.598Z Downloaded static_assertions v1.1.0
8322025-05-14T15:45:07.598Z Downloaded stable_deref_trait v1.2.0
8332025-05-14T15:45:07.598Z Downloaded h2 v0.4.6
8342025-05-14T15:45:07.598Z Downloaded slog-term v2.9.1
8352025-05-14T15:45:07.598Z Downloaded subtle v2.6.1
8362025-05-14T15:45:07.624Z Downloaded ssh-cipher v0.2.0
8372025-05-14T15:45:07.624Z Downloaded tracing-core v0.1.32
8382025-05-14T15:45:07.624Z Downloaded serde-hex v0.1.0
8392025-05-14T15:45:07.624Z Downloaded quinn-udp v0.5.5
8402025-05-14T15:45:07.624Z Downloaded rand_core v0.9.2
8412025-05-14T15:45:07.624Z Downloaded sqlparser_derive v0.2.2
8422025-05-14T15:45:07.624Z Downloaded salsa20 v0.10.2
8432025-05-14T15:45:07.624Z Downloaded primeorder v0.13.6
8442025-05-14T15:45:07.624Z Downloaded predicates-core v1.0.8
8452025-05-14T15:45:07.624Z Downloaded poly1305 v0.8.0
8462025-05-14T15:45:07.624Z Downloaded mime_guess v2.0.5
8472025-05-14T15:45:07.624Z Downloaded vergen v8.3.2
8482025-05-14T15:45:07.624Z Downloaded serde_with v3.12.0
8492025-05-14T15:45:07.650Z Downloaded reedline v0.38.0
8502025-05-14T15:45:07.650Z Downloaded parse-display-derive v0.10.0
8512025-05-14T15:45:07.650Z Downloaded parse-display v0.10.0
8522025-05-14T15:45:07.650Z Downloaded radix_trie v0.2.1
8532025-05-14T15:45:07.650Z Downloaded olpc-cjson v0.1.4
8542025-05-14T15:45:07.650Z Downloaded foreign-types v0.5.0
8552025-05-14T15:45:07.676Z Downloaded displaydoc v0.2.5
8562025-05-14T15:45:07.676Z Downloaded defmt v0.3.8
8572025-05-14T15:45:07.676Z Downloaded tracing-attributes v0.1.27
8582025-05-14T15:45:07.676Z Downloaded ron v0.8.1
8592025-05-14T15:45:07.676Z Downloaded p256 v0.13.2
8602025-05-14T15:45:07.676Z Downloaded tower v0.5.2
8612025-05-14T15:45:07.702Z Downloaded r2d2 v0.8.10
8622025-05-14T15:45:07.702Z Downloaded futures-task v0.3.31
8632025-05-14T15:45:07.702Z Downloaded futures-sink v0.3.31
8642025-05-14T15:45:07.702Z Downloaded futures-macro v0.3.31
8652025-05-14T15:45:07.702Z Downloaded futures-executor v0.3.31
8662025-05-14T15:45:07.702Z Downloaded futures-core v0.3.31
8672025-05-14T15:45:07.702Z Downloaded fs-err v2.11.0
8682025-05-14T15:45:07.702Z Downloaded mime v0.3.17
8692025-05-14T15:45:07.702Z Downloaded form_urlencoded v1.2.1
8702025-05-14T15:45:07.702Z Downloaded vte v0.11.1
8712025-05-14T15:45:07.702Z Downloaded vsss-rs v3.3.4
8722025-05-14T15:45:07.702Z Downloaded similar v2.7.0
8732025-05-14T15:45:07.728Z Downloaded flate2 v1.1.1
8742025-05-14T15:45:07.728Z Downloaded want v0.3.1
8752025-05-14T15:45:07.728Z Downloaded base64 v0.13.1
8762025-05-14T15:45:07.728Z Downloaded foreign-types-shared v0.1.1
8772025-05-14T15:45:07.728Z Downloaded foreign-types-macros v0.2.3
8782025-05-14T15:45:07.729Z Downloaded document-features v0.2.10
8792025-05-14T15:45:07.729Z Downloaded zone v0.3.1
8802025-05-14T15:45:07.729Z Downloaded zone v0.1.8
8812025-05-14T15:45:07.729Z Downloaded russh-keys v0.45.0
8822025-05-14T15:45:07.729Z Downloaded ron v0.7.1
8832025-05-14T15:45:07.729Z Downloaded openssl-sys v0.9.107
8842025-05-14T15:45:07.755Z Downloaded cookie v0.18.1
8852025-05-14T15:45:07.755Z Downloaded arc-swap v1.7.1
8862025-05-14T15:45:07.755Z Downloaded allocator-api2 v0.2.18
8872025-05-14T15:45:07.755Z Downloaded foreign-types-shared v0.3.1
8882025-05-14T15:45:07.755Z Downloaded debug-ignore v1.0.5
8892025-05-14T15:45:07.755Z Downloaded tiny-keccak v2.0.2
8902025-05-14T15:45:07.755Z Downloaded time-macros v0.2.18
8912025-05-14T15:45:07.755Z Downloaded owo-colors v4.2.0
8922025-05-14T15:45:07.781Z Downloaded oso v0.27.3
8932025-05-14T15:45:07.781Z Downloaded darling_core v0.20.10
8942025-05-14T15:45:07.781Z Downloaded ctr v0.9.2
8952025-05-14T15:45:07.781Z Downloaded tokio-macros v2.5.0
8962025-05-14T15:45:07.781Z Downloaded rustc-demangle v0.1.24
8972025-05-14T15:45:07.781Z Downloaded zone_cfg_derive v0.1.2
8982025-05-14T15:45:07.781Z Downloaded typify-macro v0.3.0
8992025-05-14T15:45:07.781Z Downloaded typify-macro v0.2.0
9002025-05-14T15:45:07.781Z Downloaded smallvec v0.6.14
9012025-05-14T15:45:07.781Z Downloaded bzip2 v0.4.4
9022025-05-14T15:45:07.781Z Downloaded postgres-types v0.2.9
9032025-05-14T15:45:07.781Z Downloaded postgres-protocol v0.6.8
9042025-05-14T15:45:07.807Z Downloaded postcard v1.0.10
9052025-05-14T15:45:07.807Z Downloaded url v2.5.3
9062025-05-14T15:45:07.807Z Downloaded tracing v0.1.40
9072025-05-14T15:45:07.807Z Downloaded clang-sys v1.8.1
9082025-05-14T15:45:07.807Z Downloaded void v1.0.2
9092025-05-14T15:45:07.807Z Downloaded slab v0.4.9
9102025-05-14T15:45:07.807Z Downloaded siphasher v0.3.11
9112025-05-14T15:45:07.807Z Downloaded simd-adler32 v0.3.7
9122025-05-14T15:45:07.807Z Downloaded shlex v1.3.0
9132025-05-14T15:45:07.807Z Downloaded icu_properties_data v1.5.0
9142025-05-14T15:45:07.833Z Downloaded crossbeam-utils v0.8.21
9152025-05-14T15:45:07.833Z Downloaded crc-any v2.5.0
9162025-05-14T15:45:07.833Z Downloaded daft-derive v0.1.3
9172025-05-14T15:45:07.833Z Downloaded rand v0.9.0
9182025-05-14T15:45:07.859Z Downloaded rand v0.8.5
9192025-05-14T15:45:07.859Z Downloaded tabled_derive v0.10.0
9202025-05-14T15:45:07.859Z Downloaded crossbeam-epoch v0.9.18
9212025-05-14T15:45:07.859Z Downloaded predicates v3.1.3
9222025-05-14T15:45:07.859Z Downloaded powerfmt v0.2.0
9232025-05-14T15:45:07.859Z Downloaded zopfli v0.8.1
9242025-05-14T15:45:07.859Z Downloaded uuid v1.16.0
9252025-05-14T15:45:07.859Z Downloaded hashbrown v0.13.2
9262025-05-14T15:45:07.859Z Downloaded schemars_derive v0.8.22
9272025-05-14T15:45:07.886Z Downloaded rand_xorshift v0.3.0
9282025-05-14T15:45:07.886Z Downloaded rand_seeder v0.3.0
9292025-05-14T15:45:07.886Z Downloaded lalrpop v0.19.12
9302025-05-14T15:45:07.887Z Downloaded ppv-lite86 v0.2.20
9312025-05-14T15:45:07.887Z Downloaded polyval v0.6.2
9322025-05-14T15:45:07.887Z Downloaded oxnet v0.1.1
9332025-05-14T15:45:07.887Z Downloaded filetime v0.2.25
9342025-05-14T15:45:07.887Z Downloaded radium v0.7.0
9352025-05-14T15:45:07.887Z Downloaded precomputed-hash v0.1.1
9362025-05-14T15:45:07.887Z Downloaded nodrop v0.1.14
9372025-05-14T15:45:07.912Z Downloaded nibble_vec v0.1.0
9382025-05-14T15:45:07.912Z Downloaded darling v0.20.10
9392025-05-14T15:45:07.912Z Downloaded csv-core v0.1.11
9402025-05-14T15:45:07.912Z Downloaded zstd-safe v7.2.3
9412025-05-14T15:45:07.912Z Downloaded zstd v0.13.3
9422025-05-14T15:45:07.912Z Downloaded serde_yaml v0.9.34+deprecated
9432025-05-14T15:45:07.912Z Downloaded parse-zoneinfo v0.3.1
9442025-05-14T15:45:07.912Z Downloaded parse-size v1.1.0
9452025-05-14T15:45:07.912Z Downloaded rcgen v0.12.1
9462025-05-14T15:45:07.912Z Downloaded hashbrown v0.12.3
9472025-05-14T15:45:07.937Z Downloaded futures-io v0.3.31
9482025-05-14T15:45:07.938Z Downloaded funty v2.0.0
9492025-05-14T15:45:07.938Z Downloaded flagset v0.4.6
9502025-05-14T15:45:07.938Z Downloaded fixedbitset v0.4.2
9512025-05-14T15:45:07.938Z Downloaded ff v0.13.0
9522025-05-14T15:45:07.938Z Downloaded whoami v1.5.2
9532025-05-14T15:45:07.938Z Downloaded openssl-macros v0.1.1
9542025-05-14T15:45:07.938Z Downloaded newtype-uuid v1.2.1
9552025-05-14T15:45:07.938Z Downloaded data-encoding v2.6.0
9562025-05-14T15:45:07.938Z Downloaded rayon-core v1.12.1
9572025-05-14T15:45:07.938Z Downloaded progenitor v0.9.1
9582025-05-14T15:45:07.938Z Downloaded proc-macro-error2 v2.0.1
9592025-05-14T15:45:07.938Z Downloaded newline-converter v0.3.0
9602025-05-14T15:45:07.938Z Downloaded new_debug_unreachable v1.0.6
9612025-05-14T15:45:07.963Z Downloaded serde_with_macros v3.12.0
9622025-05-14T15:45:07.963Z Downloaded ed25519-dalek v2.1.1
9632025-05-14T15:45:07.963Z Downloaded blake2 v0.10.6
9642025-05-14T15:45:07.963Z Downloaded unicode-normalization v0.1.24
9652025-05-14T15:45:07.964Z Downloaded utf-8 v0.7.6
9662025-05-14T15:45:07.964Z Downloaded hkdf v0.12.4
9672025-05-14T15:45:07.964Z Downloaded ahash v0.8.11
9682025-05-14T15:45:07.964Z Downloaded zone_cfg_derive v0.3.0
9692025-05-14T15:45:07.964Z Downloaded utf16_iter v1.0.5
9702025-05-14T15:45:07.964Z Downloaded serde_derive_internals v0.29.1
9712025-05-14T15:45:07.964Z Downloaded getrandom v0.3.1
9722025-05-14T15:45:07.989Z Downloaded tokio-util v0.7.13
9732025-05-14T15:45:07.989Z Downloaded console v0.15.10
9742025-05-14T15:45:07.989Z Downloaded strum_macros v0.25.3
9752025-05-14T15:45:07.989Z Downloaded strip-ansi-escapes v0.2.0
9762025-05-14T15:45:07.989Z Downloaded stringprep v0.1.5
9772025-05-14T15:45:07.989Z Downloaded pem-rfc7468 v0.7.0
9782025-05-14T15:45:07.989Z Downloaded half v2.4.1
9792025-05-14T15:45:07.989Z Downloaded unicode-segmentation v1.12.0
9802025-05-14T15:45:08.015Z Downloaded proc-macro-error-attr2 v2.0.0
9812025-05-14T15:45:08.015Z Downloaded crc32fast v1.4.2
9822025-05-14T15:45:08.015Z Downloaded sha1 v0.10.6
9832025-05-14T15:45:08.015Z Downloaded serde_urlencoded v0.7.1
9842025-05-14T15:45:08.015Z Downloaded serde_repr v0.1.19
9852025-05-14T15:45:08.015Z Downloaded serde_plain v1.0.2
9862025-05-14T15:45:08.015Z Downloaded serde_path_to_error v0.1.16
9872025-05-14T15:45:08.015Z Downloaded peg-macros v0.8.5
9882025-05-14T15:45:08.015Z Downloaded elliptic-curve v0.13.8
9892025-05-14T15:45:08.015Z Downloaded itertools v0.13.0
9902025-05-14T15:45:08.041Z Downloaded tower-layer v0.3.3
9912025-05-14T15:45:08.041Z Downloaded topological-sort v0.2.2
9922025-05-14T15:45:08.041Z Downloaded ref-cast-impl v1.0.23
9932025-05-14T15:45:08.041Z Downloaded ref-cast v1.0.23
9942025-05-14T15:45:08.041Z Downloaded rand_core v0.6.4
9952025-05-14T15:45:08.041Z Downloaded getrandom v0.2.15
9962025-05-14T15:45:08.041Z Downloaded unicode_categories v0.1.1
9972025-05-14T15:45:08.041Z Downloaded buf-list v1.0.3
9982025-05-14T15:45:08.041Z Downloaded bcs v0.1.6
9992025-05-14T15:45:08.041Z Downloaded structmeta-derive v0.3.0
10002025-05-14T15:45:08.041Z Downloaded structmeta v0.3.0
10012025-05-14T15:45:08.041Z Downloaded rand_chacha v0.9.0
10022025-05-14T15:45:08.041Z Downloaded rand_chacha v0.3.1
10032025-05-14T15:45:08.066Z Downloaded peg v0.8.5
10042025-05-14T15:45:08.066Z Downloaded password-hash v0.5.0
10052025-05-14T15:45:08.066Z Downloaded password-hash v0.4.2
10062025-05-14T15:45:08.066Z Downloaded itertools v0.14.0
10072025-05-14T15:45:08.066Z Downloaded constant_time_eq v0.3.1
10082025-05-14T15:45:08.067Z Downloaded async-trait v0.1.88
10092025-05-14T15:45:08.067Z Downloaded yansi v1.0.1
10102025-05-14T15:45:08.092Z Downloaded tokio-postgres v0.7.13
10112025-05-14T15:45:08.092Z Downloaded itertools v0.10.5
10122025-05-14T15:45:08.092Z Downloaded idna v1.0.3
10132025-05-14T15:45:08.092Z Downloaded hyper v1.6.0
10142025-05-14T15:45:08.117Z Downloaded cookie_store v0.21.1
10152025-05-14T15:45:08.117Z Downloaded ciborium v0.2.2
10162025-05-14T15:45:08.117Z Downloaded cargo_metadata v0.18.1
10172025-05-14T15:45:08.117Z Downloaded pem v3.0.5
10182025-05-14T15:45:08.117Z Downloaded pbkdf2 v0.12.2
10192025-05-14T15:45:08.117Z Downloaded pbkdf2 v0.11.0
10202025-05-14T15:45:08.117Z Downloaded paste v1.0.15
10212025-05-14T15:45:08.117Z Downloaded hash32 v0.3.1
10222025-05-14T15:45:08.118Z Downloaded hash32 v0.2.1
10232025-05-14T15:45:08.118Z Downloaded glob v0.3.2
10242025-05-14T15:45:08.118Z Downloaded ecdsa v0.16.9
10252025-05-14T15:45:08.118Z Downloaded derive_builder_core v0.20.2
10262025-05-14T15:45:08.143Z Downloaded derive-where v1.2.7
10272025-05-14T15:45:08.143Z Downloaded bzip2 v0.5.2
10282025-05-14T15:45:08.143Z Downloaded group v0.13.0
10292025-05-14T15:45:08.143Z Downloaded derive_builder v0.20.2
10302025-05-14T15:45:08.143Z Downloaded itertools v0.12.1
10312025-05-14T15:45:08.143Z Downloaded colored v2.2.0
10322025-05-14T15:45:08.143Z Downloaded bit-vec v0.8.0
10332025-05-14T15:45:08.169Z Downloaded bit-vec v0.6.3
10342025-05-14T15:45:08.169Z Downloaded ghash v0.5.1
10352025-05-14T15:45:08.169Z Downloaded gethostname v0.5.0
10362025-05-14T15:45:08.170Z Downloaded unicode-bidi v0.3.17
10372025-05-14T15:45:08.170Z Downloaded snafu v0.8.5
10382025-05-14T15:45:08.170Z Downloaded embedded-io v0.4.0
10392025-05-14T15:45:08.170Z Downloaded either v1.14.0
10402025-05-14T15:45:08.170Z Downloaded ed25519 v2.2.3
10412025-05-14T15:45:08.170Z Downloaded rpassword v7.3.1
10422025-05-14T15:45:08.170Z Downloaded libxml v0.3.3
10432025-05-14T15:45:08.195Z Downloaded libm v0.2.8
10442025-05-14T15:45:08.195Z Downloaded dyn-clone v1.0.19
10452025-05-14T15:45:08.195Z Downloaded dunce v1.0.5
10462025-05-14T15:45:08.195Z Downloaded dsl_auto_type v0.1.2
10472025-05-14T15:45:08.195Z Downloaded daft v0.1.3
10482025-05-14T15:45:08.195Z Downloaded unicode-properties v0.1.3
10492025-05-14T15:45:08.195Z Downloaded tar v0.4.44
10502025-05-14T15:45:08.195Z Downloaded signal-hook v0.3.17
10512025-05-14T15:45:08.220Z Downloaded progenitor-client v0.9.1
10522025-05-14T15:45:08.220Z Downloaded progenitor-client v0.8.0
10532025-05-14T15:45:08.220Z Downloaded progenitor v0.8.0
10542025-05-14T15:45:08.221Z Downloaded cancel-safe-futures v0.1.5
10552025-05-14T15:45:08.221Z Downloaded deranged v0.3.11
10562025-05-14T15:45:08.221Z Downloaded yoke v0.7.4
10572025-05-14T15:45:08.221Z Downloaded yasna v0.5.2
10582025-05-14T15:45:08.221Z Downloaded toml v0.7.8
10592025-05-14T15:45:08.221Z Downloaded tokio-rustls v0.24.1
10602025-05-14T15:45:08.221Z Downloaded rsa v0.9.6
10612025-05-14T15:45:08.246Z Downloaded icu_collections v1.5.0
10622025-05-14T15:45:08.246Z Downloaded hickory-server v0.24.4
10632025-05-14T15:45:08.246Z Downloaded arrayvec v0.7.6
10642025-05-14T15:45:08.246Z Downloaded curve25519-dalek-derive v0.1.1
10652025-05-14T15:45:08.246Z Downloaded xshell v0.2.7
10662025-05-14T15:45:08.246Z Downloaded unarray v0.1.4
10672025-05-14T15:45:08.246Z Downloaded tokio-tungstenite v0.23.1
10682025-05-14T15:45:08.246Z Downloaded tokio-tungstenite v0.21.0
10692025-05-14T15:45:08.272Z Downloaded tokio-stream v0.1.17
10702025-05-14T15:45:08.272Z Downloaded tokio-rustls v0.26.0
10712025-05-14T15:45:08.272Z Downloaded tokio-rustls v0.25.0
10722025-05-14T15:45:08.272Z Downloaded socket2 v0.5.9
10732025-05-14T15:45:08.272Z Downloaded http v1.2.0
10742025-05-14T15:45:08.272Z Downloaded hickory-resolver v0.24.4
10752025-05-14T15:45:08.272Z Downloaded base64ct v1.6.0
10762025-05-14T15:45:08.298Z Downloaded async-stream v0.3.6
10772025-05-14T15:45:08.298Z Downloaded xattr v1.3.1
10782025-05-14T15:45:08.298Z Downloaded universal-hash v0.5.1
10792025-05-14T15:45:08.298Z Downloaded unicode-truncate v1.1.0
10802025-05-14T15:45:08.298Z Downloaded unicase v2.7.0
10812025-05-14T15:45:08.298Z Downloaded term v0.7.0
10822025-05-14T15:45:08.298Z Downloaded spin v0.9.8
10832025-05-14T15:45:08.298Z Downloaded snafu-derive v0.8.5
10842025-05-14T15:45:08.298Z Downloaded smallvec v1.14.0
10852025-05-14T15:45:08.298Z Downloaded rustls-pki-types v1.10.0
10862025-05-14T15:45:08.298Z Downloaded jiff-static v0.2.13
10872025-05-14T15:45:08.324Z Downloaded icu_properties v1.5.1
10882025-05-14T15:45:08.324Z Downloaded hyper-util v0.1.11
10892025-05-14T15:45:08.324Z Downloaded crossbeam-deque v0.8.5
10902025-05-14T15:45:08.324Z Downloaded crc-catalog v2.4.0
10912025-05-14T15:45:08.324Z Downloaded cexpr v0.6.0
10922025-05-14T15:45:08.324Z Downloaded cassowary v0.3.0
10932025-05-14T15:45:08.324Z Downloaded backoff v0.4.0
10942025-05-14T15:45:08.324Z Downloaded async-bb8-diesel v0.2.1
10952025-05-14T15:45:08.324Z Downloaded arrayref v0.3.9
10962025-05-14T15:45:08.324Z Downloaded argon2 v0.5.3
10972025-05-14T15:45:08.349Z Downloaded xshell-macros v0.2.7
10982025-05-14T15:45:08.349Z Downloaded unicode-xid v0.2.6
10992025-05-14T15:45:08.349Z Downloaded termios v0.3.3
11002025-05-14T15:45:08.349Z Downloaded termcolor v1.4.1
11012025-05-14T15:45:08.349Z Downloaded tap v1.0.1
11022025-05-14T15:45:08.349Z Downloaded sqlformat v0.3.5
11032025-05-14T15:45:08.349Z Downloaded spki v0.7.3
11042025-05-14T15:45:08.349Z Downloaded aws-lc-sys v0.26.0
11052025-05-14T15:45:08.612Z Downloaded smf v0.2.3
11062025-05-14T15:45:08.637Z Downloaded signature v2.2.0
11072025-05-14T15:45:08.637Z Downloaded signal-hook-tokio v0.3.1
11082025-05-14T15:45:08.637Z Downloaded signal-hook-registry v1.4.2
11092025-05-14T15:45:08.637Z Downloaded signal-hook-mio v0.2.4
11102025-05-14T15:45:08.637Z Downloaded rustls-pemfile v2.2.0
11112025-05-14T15:45:08.637Z Downloaded heapless v0.8.0
11122025-05-14T15:45:08.637Z Downloaded heapless v0.7.17
11132025-05-14T15:45:08.637Z Downloaded convert_case v0.4.0
11142025-05-14T15:45:08.637Z Downloaded const_format_proc_macros v0.2.34
11152025-05-14T15:45:08.637Z Downloaded cobs v0.2.3
11162025-05-14T15:45:08.637Z Downloaded cmake v0.1.51
11172025-05-14T15:45:08.663Z Downloaded chrono-tz-build v0.4.0
11182025-05-14T15:45:08.663Z Downloaded chacha20 v0.9.1
11192025-05-14T15:45:08.663Z Downloaded cbc v0.1.2
11202025-05-14T15:45:08.663Z Downloaded castaway v0.2.3
11212025-05-14T15:45:08.663Z Downloaded blowfish v0.9.1
11222025-05-14T15:45:08.663Z Downloaded block-padding v0.3.3
11232025-05-14T15:45:08.663Z Downloaded bitfield v0.14.0
11242025-05-14T15:45:08.663Z Downloaded async-recursion v1.1.1
11252025-05-14T15:45:08.663Z Downloaded secrecy v0.8.0
11262025-05-14T15:45:08.663Z Downloaded sec1 v0.7.3
11272025-05-14T15:45:08.663Z Downloaded sct v0.7.1
11282025-05-14T15:45:08.663Z Downloaded scrypt v0.11.0
11292025-05-14T15:45:08.663Z Downloaded scopeguard v1.2.0
11302025-05-14T15:45:08.663Z Downloaded rustls-pemfile v1.0.4
11312025-05-14T15:45:08.688Z Downloaded memmap2 v0.9.5
11322025-05-14T15:45:08.689Z Downloaded litrs v0.4.1
11332025-05-14T15:45:08.689Z Downloaded indicatif v0.17.11
11342025-05-14T15:45:08.689Z Downloaded indexmap v1.9.3
11352025-05-14T15:45:08.689Z Downloaded icu_normalizer_data v1.5.0
11362025-05-14T15:45:08.689Z Downloaded tabwriter v1.4.0
11372025-05-14T15:45:08.689Z Downloaded sigpipe v0.1.3
11382025-05-14T15:45:08.689Z Downloaded rtoolbox v0.0.2
11392025-05-14T15:45:08.689Z Downloaded hmac v0.12.1
11402025-05-14T15:45:08.689Z Downloaded crc v3.2.1
11412025-05-14T15:45:08.689Z Downloaded cipher v0.4.4
11422025-05-14T15:45:08.714Z Downloaded icu_normalizer v1.5.0
11432025-05-14T15:45:08.714Z Downloaded icu_locid v1.5.0
11442025-05-14T15:45:08.714Z Downloaded atomic-waker v1.1.2
11452025-05-14T15:45:08.714Z Downloaded linear-map v1.2.0
11462025-05-14T15:45:08.714Z Downloaded libloading v0.8.5
11472025-05-14T15:45:08.714Z Downloaded jobserver v0.1.32
11482025-05-14T15:45:08.714Z Downloaded ingot-macros v0.1.0
11492025-05-14T15:45:08.714Z Downloaded indoc v2.0.6
11502025-05-14T15:45:08.714Z Downloaded icu_locid_transform_data v1.5.0
11512025-05-14T15:45:08.740Z Downloaded hickory-client v0.24.4
11522025-05-14T15:45:08.740Z Downloaded bit-set v0.8.0
11532025-05-14T15:45:08.740Z Downloaded bit-set v0.5.3
11542025-05-14T15:45:08.740Z Downloaded litemap v0.7.3
11552025-05-14T15:45:08.740Z Downloaded ipnet v2.11.0
11562025-05-14T15:45:08.740Z Downloaded internet-checksum v0.2.1
11572025-05-14T15:45:08.740Z Downloaded icu_locid_transform v1.5.0
11582025-05-14T15:45:08.740Z Downloaded iana-time-zone v0.1.63
11592025-05-14T15:45:08.740Z Downloaded hyper-staticfile v0.10.1
11602025-05-14T15:45:08.740Z Downloaded hyper-rustls v0.27.3
11612025-05-14T15:45:08.766Z Downloaded httparse v1.9.5
11622025-05-14T15:45:08.766Z Downloaded hostname v0.4.0
11632025-05-14T15:45:08.766Z Downloaded highway v1.3.0
11642025-05-14T15:45:08.766Z Downloaded headers-core v0.3.0
11652025-05-14T15:45:08.766Z Downloaded addr2line v0.24.2
11662025-05-14T15:45:08.766Z Downloaded maybe-uninit v2.0.0
11672025-05-14T15:45:08.766Z Downloaded lzss v0.8.2
11682025-05-14T15:45:08.766Z Downloaded libsw-core v0.3.1
11692025-05-14T15:45:08.766Z Downloaded libsw v3.4.0
11702025-05-14T15:45:08.766Z Downloaded lazycell v1.3.0
11712025-05-14T15:45:08.766Z Downloaded lalrpop-util v0.19.12
11722025-05-14T15:45:08.766Z Downloaded indent_write v2.2.0
11732025-05-14T15:45:08.766Z Downloaded idna_adapter v1.2.0
11742025-05-14T15:45:08.792Z Downloaded lockfree-object-pool v0.1.6
11752025-05-14T15:45:08.792Z Downloaded linked-hash-map v0.5.6
11762025-05-14T15:45:08.792Z Downloaded libscf-sys v1.1.0
11772025-05-14T15:45:08.792Z Downloaded lazy_static v1.5.0
11782025-05-14T15:45:08.792Z Downloaded inout v0.1.3
11792025-05-14T15:45:08.792Z Downloaded ingot-types v0.1.0
11802025-05-14T15:45:08.792Z Downloaded bitfield-struct v0.6.2
11812025-05-14T15:45:08.792Z Downloaded lru v0.12.5
11822025-05-14T15:45:08.792Z Downloaded libefi-sys v0.1.0
11832025-05-14T15:45:08.792Z Downloaded kstat-rs v0.2.4
11842025-05-14T15:45:08.792Z Downloaded keccak v0.1.5
11852025-05-14T15:45:08.792Z Downloaded is-terminal v0.4.13
11862025-05-14T15:45:08.792Z Downloaded ipnetwork v0.21.1
11872025-05-14T15:45:08.792Z Downloaded ingot v0.1.0
11882025-05-14T15:45:08.818Z Downloaded indoc v1.0.9
11892025-05-14T15:45:08.818Z Downloaded impl-trait-for-tuples v0.2.2
11902025-05-14T15:45:08.818Z Downloaded bcrypt-pbkdf v0.10.0
11912025-05-14T15:45:08.818Z Downloaded ascii-canvas v3.0.0
11922025-05-14T15:45:08.818Z Downloaded hyper-tls v0.6.0
11932025-05-14T15:45:08.818Z Downloaded humantime v2.1.0
11942025-05-14T15:45:08.818Z Downloaded hubpack v0.1.2
11952025-05-14T15:45:08.818Z Downloaded httpdate v1.0.3
11962025-05-14T15:45:08.818Z Downloaded hostname v0.3.1
11972025-05-14T15:45:08.818Z Downloaded http-body-util v0.1.3
11982025-05-14T15:45:08.818Z Downloaded home v0.5.9
11992025-05-14T15:45:08.818Z Downloaded hex-literal v0.4.1
12002025-05-14T15:45:08.818Z Downloaded hex v0.4.3
12012025-05-14T15:45:08.818Z Downloaded heck v0.3.3
12022025-05-14T15:45:08.818Z Downloaded ciborium-ll v0.2.2
12032025-05-14T15:45:08.844Z Downloaded is_ci v1.2.0
12042025-05-14T15:45:08.844Z Downloaded instant v0.1.13
12052025-05-14T15:45:08.844Z Downloaded ident_case v1.0.1
12062025-05-14T15:45:08.844Z Downloaded icu_provider_macros v1.5.0
12072025-05-14T15:45:08.844Z Downloaded base16ct v0.2.0
12082025-05-14T15:45:08.844Z Downloaded assert_matches v1.5.0
12092025-05-14T15:45:08.844Z Downloaded crucible-workspace-hack v0.1.0
12102025-05-14T15:45:08.844Z Downloaded crc8 v0.1.1
12112025-05-14T15:45:08.844Z Downloaded cfg_aliases v0.2.1
12122025-05-14T15:45:08.844Z Downloaded async-stream-impl v0.3.6
12132025-05-14T15:45:08.844Z Downloaded aead v0.5.2
12142025-05-14T15:45:08.844Z Downloaded adler2 v2.0.0
12152025-05-14T15:45:08.975Z Compiling serde v1.0.219
12162025-05-14T15:45:09.000Z Compiling value-bag v1.9.0
12172025-05-14T15:45:09.000Z Compiling shlex v1.3.0
12182025-05-14T15:45:09.000Z Compiling lock_api v0.4.12
12192025-05-14T15:45:09.000Z Compiling scopeguard v1.2.0
12202025-05-14T15:45:09.026Z Compiling typenum v1.17.0
12212025-05-14T15:45:09.079Z Compiling syn v2.0.98
12222025-05-14T15:45:09.104Z Compiling getrandom v0.2.15
12232025-05-14T15:45:09.207Z Compiling jobserver v0.1.32
12242025-05-14T15:45:09.414Z Compiling log v0.4.22
12252025-05-14T15:45:09.536Z Compiling rand_core v0.6.4
12262025-05-14T15:45:09.562Z Compiling generic-array v0.14.7
12272025-05-14T15:45:09.562Z Compiling smallvec v1.14.0
12282025-05-14T15:45:09.605Z Compiling cc v1.2.15
12292025-05-14T15:45:09.974Z Compiling subtle v2.6.1
12302025-05-14T15:45:10.033Z Compiling const-oid v0.9.6
12312025-05-14T15:45:10.058Z Compiling stable_deref_trait v1.2.0
12322025-05-14T15:45:10.125Z Compiling pkg-config v0.3.31
12332025-05-14T15:45:10.170Z Compiling parking_lot_core v0.9.10
12342025-05-14T15:45:10.288Z Compiling rustix v0.38.37
12352025-05-14T15:45:10.335Z Compiling pin-project-lite v0.2.14
12362025-05-14T15:45:10.475Z Compiling signal-hook-registry v1.4.2
12372025-05-14T15:45:11.425Z Compiling parking_lot v0.12.3
12382025-05-14T15:45:11.450Z Compiling spin v0.9.8
12392025-05-14T15:45:11.557Z Compiling mio v1.0.2
12402025-05-14T15:45:11.583Z Compiling futures-core v0.3.31
12412025-05-14T15:45:11.629Z Compiling aho-corasick v1.1.3
12422025-05-14T15:45:11.816Z Compiling libm v0.2.8
12432025-05-14T15:45:11.841Z Compiling serde_json v1.0.140
12442025-05-14T15:45:12.204Z Compiling cpufeatures v0.2.14
12452025-05-14T15:45:12.250Z Compiling regex-syntax v0.8.5
12462025-05-14T15:45:12.295Z Compiling either v1.14.0
12472025-05-14T15:45:12.320Z Compiling litemap v0.7.3
12482025-05-14T15:45:12.436Z Compiling writeable v0.5.5
12492025-05-14T15:45:12.813Z Compiling socket2 v0.5.9
12502025-05-14T15:45:12.838Z Compiling num-traits v0.2.19
12512025-05-14T15:45:12.866Z Compiling slab v0.4.9
12522025-05-14T15:45:13.051Z Compiling glob v0.3.2
12532025-05-14T15:45:13.479Z Compiling icu_locid_transform_data v1.5.0
12542025-05-14T15:45:13.598Z Compiling getrandom v0.3.1
12552025-05-14T15:45:13.630Z Compiling futures-sink v0.3.31
12562025-05-14T15:45:13.655Z Compiling prettyplease v0.2.30
12572025-05-14T15:45:13.821Z Compiling clang-sys v1.8.1
12582025-05-14T15:45:14.010Z Compiling lazy_static v1.5.0
12592025-05-14T15:45:14.157Z Compiling icu_properties_data v1.5.0
12602025-05-14T15:45:14.243Z Compiling foldhash v0.1.3
12612025-05-14T15:45:14.417Z Compiling allocator-api2 v0.2.18
12622025-05-14T15:45:14.442Z Compiling minimal-lexical v0.2.1
12632025-05-14T15:45:14.560Z Compiling libloading v0.8.5
12642025-05-14T15:45:14.907Z Compiling nom v7.1.3
12652025-05-14T15:45:14.932Z Compiling base64ct v1.6.0
12662025-05-14T15:45:14.958Z Compiling utf16_iter v1.0.5
12672025-05-14T15:45:15.106Z Compiling hashbrown v0.15.1
12682025-05-14T15:45:15.178Z Compiling write16 v1.0.0
12692025-05-14T15:45:15.314Z Compiling home v0.5.9
12702025-05-14T15:45:15.447Z Compiling regex-automata v0.4.8
12712025-05-14T15:45:15.532Z Compiling bindgen v0.69.5
12722025-05-14T15:45:15.557Z Compiling utf8_iter v1.0.4
12732025-05-14T15:45:15.742Z Compiling percent-encoding v2.3.1
12742025-05-14T15:45:15.796Z Compiling icu_normalizer_data v1.5.0
12752025-05-14T15:45:15.931Z Compiling pem-rfc7468 v0.7.0
12762025-05-14T15:45:16.097Z Compiling synstructure v0.13.1
12772025-05-14T15:45:16.491Z Compiling itertools v0.12.1
12782025-05-14T15:45:17.360Z Compiling flagset v0.4.6
12792025-05-14T15:45:17.464Z Compiling lazycell v1.3.0
12802025-05-14T15:45:17.596Z Compiling cexpr v0.6.0
12812025-05-14T15:45:17.651Z Compiling rustc-hash v1.1.0
12822025-05-14T15:45:17.757Z Compiling futures-channel v0.3.31
12832025-05-14T15:45:17.837Z Compiling cmake v0.1.51
12842025-05-14T15:45:18.156Z Compiling futures-task v0.3.31
12852025-05-14T15:45:18.458Z Compiling futures-io v0.3.31
12862025-05-14T15:45:18.637Z Compiling fs_extra v1.3.0
12872025-05-14T15:45:18.711Z Compiling pin-utils v0.1.0
12882025-05-14T15:45:18.764Z Compiling dunce v1.0.5
12892025-05-14T15:45:18.849Z Compiling form_urlencoded v1.2.1
12902025-05-14T15:45:18.939Z Compiling vcpkg v0.2.15
12912025-05-14T15:45:19.011Z Compiling paste v1.0.15
12922025-05-14T15:45:19.037Z Compiling crossbeam-utils v0.8.21
12932025-05-14T15:45:19.200Z Compiling ring v0.17.11
12942025-05-14T15:45:19.226Z Compiling tracing-core v0.1.32
12952025-05-14T15:45:19.599Z Compiling aws-lc-rs v1.12.4
12962025-05-14T15:45:19.972Z Compiling zerocopy v0.8.10
12972025-05-14T15:45:20.199Z Compiling iana-time-zone v0.1.63
12982025-05-14T15:45:20.307Z Compiling regex v1.11.1
12992025-05-14T15:45:20.429Z Compiling serde_derive v1.0.219
13002025-05-14T15:45:20.551Z Compiling zeroize_derive v1.4.2
13012025-05-14T15:45:20.576Z Compiling zerofrom-derive v0.1.4
13022025-05-14T15:45:20.602Z Compiling yoke-derive v0.7.4
13032025-05-14T15:45:20.650Z Compiling zerovec-derive v0.10.3
13042025-05-14T15:45:21.208Z Compiling displaydoc v0.2.5
13052025-05-14T15:45:21.801Z Compiling zeroize v1.8.1
13062025-05-14T15:45:22.462Z Compiling zerocopy-derive v0.7.35
13072025-05-14T15:45:22.675Z Compiling icu_provider_macros v1.5.0
13082025-05-14T15:45:22.785Z Compiling tokio-macros v2.5.0
13092025-05-14T15:45:23.310Z Compiling crypto-common v0.1.6
13102025-05-14T15:45:23.515Z Compiling block-buffer v0.10.4
13112025-05-14T15:45:23.554Z Compiling zerofrom v0.1.4
13122025-05-14T15:45:23.601Z Compiling block-padding v0.3.3
13132025-05-14T15:45:23.791Z Compiling digest v0.10.7
13142025-05-14T15:45:23.817Z Compiling yoke v0.7.4
13152025-05-14T15:45:23.874Z Compiling inout v0.1.3
13162025-05-14T15:45:24.058Z Compiling thiserror-impl v1.0.69
13172025-05-14T15:45:24.152Z Compiling zerovec v0.10.4
13182025-05-14T15:45:24.178Z Compiling cipher v0.4.4
13192025-05-14T15:45:24.203Z Compiling zerocopy v0.7.35
13202025-05-14T15:45:24.266Z Compiling hmac v0.12.1
13212025-05-14T15:45:24.520Z Compiling sha2 v0.10.8
13222025-05-14T15:45:24.681Z Compiling der_derive v0.7.3
13232025-05-14T15:45:24.780Z Compiling futures-macro v0.3.31
13242025-05-14T15:45:25.377Z Compiling ppv-lite86 v0.2.20
13252025-05-14T15:45:25.445Z Compiling salsa20 v0.10.2
13262025-05-14T15:45:25.670Z Compiling tinystr v0.7.6
13272025-05-14T15:45:26.037Z Compiling icu_collections v1.5.0
13282025-05-14T15:45:26.133Z Compiling icu_locid v1.5.0
13292025-05-14T15:45:26.159Z Compiling pbkdf2 v0.12.2
13302025-05-14T15:45:26.336Z Compiling scrypt v0.11.0
13312025-05-14T15:45:26.366Z Compiling futures-util v0.3.31
13322025-05-14T15:45:26.657Z Compiling der v0.7.9
13332025-05-14T15:45:26.693Z Compiling thiserror v1.0.69
13342025-05-14T15:45:26.796Z Compiling cbc v0.1.2
13352025-05-14T15:45:26.852Z Compiling aes v0.8.4
13362025-05-14T15:45:27.030Z Compiling openssl-sys v0.9.107
13372025-05-14T15:45:27.204Z Compiling icu_provider v1.5.0
13382025-05-14T15:45:27.265Z Compiling pest v2.7.14
13392025-05-14T15:45:27.883Z Compiling icu_locid_transform v1.5.0
13402025-05-14T15:45:28.058Z Compiling tracing-attributes v0.1.27
13412025-05-14T15:45:28.191Z Compiling zerocopy-derive v0.8.10
13422025-05-14T15:45:28.985Z Compiling spki v0.7.3
13432025-05-14T15:45:29.352Z Compiling icu_properties v1.5.1
13442025-05-14T15:45:29.377Z Compiling pkcs5 v0.7.1
13452025-05-14T15:45:29.867Z Compiling pest_meta v2.7.14
13462025-05-14T15:45:29.986Z Compiling pkcs8 v0.10.2
13472025-05-14T15:45:30.365Z Compiling scroll_derive v0.12.0
13482025-05-14T15:45:30.862Z Compiling tracing v0.1.40
13492025-05-14T15:45:31.309Z Compiling bitflags v2.9.0
13502025-05-14T15:45:31.352Z Compiling bytes v1.10.1
13512025-05-14T15:45:31.701Z Compiling semver v1.0.26
13522025-05-14T15:45:31.729Z Compiling indexmap v2.9.0
13532025-05-14T15:45:32.347Z Compiling tokio v1.43.1
13542025-05-14T15:45:32.620Z Compiling icu_normalizer v1.5.0
13552025-05-14T15:45:32.954Z Compiling rustc_version v0.4.1
13562025-05-14T15:45:33.372Z Compiling http v1.2.0
13572025-05-14T15:45:33.571Z Compiling idna_adapter v1.2.0
13582025-05-14T15:45:33.711Z Compiling uuid v1.16.0
13592025-05-14T15:45:33.801Z Compiling idna v1.0.3
13602025-05-14T15:45:34.038Z Compiling chrono v0.4.40
13612025-05-14T15:45:34.148Z Compiling rustls-pki-types v1.10.0
13622025-05-14T15:45:35.008Z Compiling which v4.4.2
13632025-05-14T15:45:35.034Z Compiling url v2.5.3
13642025-05-14T15:45:35.227Z Compiling httparse v1.9.5
13652025-05-14T15:45:35.397Z Compiling tinyvec_macros v0.1.1
13662025-05-14T15:45:35.501Z Compiling tinyvec v1.8.0
13672025-05-14T15:45:35.550Z Compiling http-body v1.0.1
13682025-05-14T15:45:35.690Z Compiling scroll v0.12.0
13692025-05-14T15:45:35.799Z Compiling pest_generator v2.7.14
13702025-05-14T15:45:36.198Z Compiling serde_derive_internals v0.29.1
13712025-05-14T15:45:36.598Z Compiling zstd-sys v2.0.14+zstd.1.5.7
13722025-05-14T15:45:36.755Z Compiling bzip2-sys v0.1.13+1.0.8
13732025-05-14T15:45:36.930Z Compiling adler2 v2.0.0
13742025-05-14T15:45:37.140Z Compiling try-lock v0.2.5
13752025-05-14T15:45:37.209Z Compiling untrusted v0.7.1
13762025-05-14T15:45:37.251Z Compiling powerfmt v0.2.0
13772025-05-14T15:45:37.276Z Compiling schemars v0.8.22
13782025-05-14T15:45:37.311Z Compiling rustversion v1.0.17
13792025-05-14T15:45:37.400Z Compiling untrusted v0.9.0
13802025-05-14T15:45:37.590Z Compiling foreign-types-shared v0.1.1
13812025-05-14T15:45:37.615Z Compiling num-conv v0.1.0
13822025-05-14T15:45:37.651Z Compiling openssl v0.10.72
13832025-05-14T15:45:37.729Z Compiling time-core v0.1.2
13842025-05-14T15:45:37.884Z Compiling atomic-waker v1.1.2
13852025-05-14T15:45:37.931Z Compiling time-macros v0.2.18
13862025-05-14T15:45:37.982Z Compiling foreign-types v0.3.2
13872025-05-14T15:45:38.099Z Compiling deranged v0.3.11
13882025-05-14T15:45:38.125Z Compiling want v0.3.1
13892025-05-14T15:45:38.150Z Compiling schemars_derive v0.8.22
13902025-05-14T15:45:38.399Z Compiling pest_derive v2.7.14
13912025-05-14T15:45:38.608Z Compiling rand_core v0.9.2
13922025-05-14T15:45:39.005Z Compiling goblin v0.8.2
13932025-05-14T15:45:40.308Z Compiling tokio-util v0.7.13
13942025-05-14T15:45:40.620Z Compiling miniz_oxide v0.8.5
13952025-05-14T15:45:41.394Z Compiling h2 v0.4.6
13962025-05-14T15:45:41.844Z Compiling openssl-macros v0.1.1
13972025-05-14T15:45:41.934Z Compiling syn v1.0.109
13982025-05-14T15:45:42.434Z Compiling native-tls v0.2.12
13992025-05-14T15:45:42.459Z Compiling rustls v0.23.19
14002025-05-14T15:45:42.678Z Compiling tower-service v0.3.3
14012025-05-14T15:45:42.761Z Compiling httpdate v1.0.3
14022025-05-14T15:45:42.786Z Compiling num_threads v0.1.7
14032025-05-14T15:45:42.820Z Compiling dyn-clone v1.0.19
14042025-05-14T15:45:42.910Z Compiling time v0.3.36
14052025-05-14T15:45:43.962Z Compiling dof v0.3.0
14062025-05-14T15:45:45.770Z Compiling dtrace-parser v0.2.0
14072025-05-14T15:45:45.888Z Compiling rand_chacha v0.9.0
14082025-05-14T15:45:46.936Z Compiling unicode-normalization v0.1.24
14092025-05-14T15:45:47.498Z Compiling hyper v1.6.0
14102025-05-14T15:45:47.540Z Compiling heapless v0.7.17
14112025-05-14T15:45:47.871Z Compiling crossbeam-epoch v0.9.18
14122025-05-14T15:45:47.909Z Compiling rand_chacha v0.3.1
14132025-05-14T15:45:48.018Z Compiling signature v2.2.0
14142025-05-14T15:45:48.335Z Compiling crc32fast v1.4.2
14152025-05-14T15:45:48.551Z Compiling cookie v0.18.1
14162025-05-14T15:45:48.705Z Compiling rayon-core v1.12.1
14172025-05-14T15:45:48.896Z Compiling unicode-bidi v0.3.17
14182025-05-14T15:45:49.062Z Compiling slog v2.7.0
14192025-05-14T15:45:49.567Z Compiling signal-hook v0.3.17
14202025-05-14T15:45:49.676Z Compiling zstd-safe v7.2.3
14212025-05-14T15:45:49.849Z Compiling siphasher v0.3.11
14222025-05-14T15:45:49.874Z Compiling openssl-probe v0.1.5
14232025-05-14T15:45:49.969Z Compiling base64 v0.22.1
14242025-05-14T15:45:49.995Z Compiling unicode-properties v0.1.3
14252025-05-14T15:45:50.048Z Compiling hyper-util v0.1.11
14262025-05-14T15:45:50.174Z Compiling phf_shared v0.11.2
14272025-05-14T15:45:50.348Z Compiling stringprep v0.1.5
14282025-05-14T15:45:50.623Z Compiling usdt-impl v0.5.0
14292025-05-14T15:45:50.679Z Compiling rand v0.8.5
14302025-05-14T15:45:50.704Z Compiling crossbeam-deque v0.8.5
14312025-05-14T15:45:50.909Z Compiling rand v0.9.0
14322025-05-14T15:45:51.091Z Compiling curve25519-dalek v4.1.3
14332025-05-14T15:45:51.276Z Compiling toml_datetime v0.6.8
14342025-05-14T15:45:51.657Z Compiling serde_spanned v0.6.8
14352025-05-14T15:45:51.683Z Compiling serde_tokenstream v0.2.2
14362025-05-14T15:45:51.836Z Compiling md-5 v0.10.6
14372025-05-14T15:45:51.893Z Compiling num-integer v0.1.46
14382025-05-14T15:45:52.115Z Compiling ff v0.13.0
14392025-05-14T15:45:52.205Z Compiling hash32 v0.2.1
14402025-05-14T15:45:52.347Z Compiling memoffset v0.9.1
14412025-05-14T15:45:52.422Z Compiling psl-types v2.0.11
14422025-05-14T15:45:52.518Z Compiling smoltcp v0.9.1
14432025-05-14T15:45:52.545Z Compiling portable-atomic v1.11.0
14442025-05-14T15:45:52.575Z Compiling num-bigint-dig v0.8.4
14452025-05-14T15:45:52.629Z Compiling newtype-uuid v1.2.1
14462025-05-14T15:45:52.654Z Compiling cfg_aliases v0.2.1
14472025-05-14T15:45:52.683Z Compiling litrs v0.4.1
14482025-05-14T15:45:52.768Z Compiling fallible-iterator v0.2.0
14492025-05-14T15:45:52.877Z Compiling gimli v0.31.1
14502025-05-14T15:45:52.909Z Compiling base16ct v0.2.0
14512025-05-14T15:45:53.146Z Compiling sec1 v0.7.3
14522025-05-14T15:45:53.206Z Compiling nix v0.29.0
14532025-05-14T15:45:53.352Z Compiling postgres-protocol v0.6.8
14542025-05-14T15:45:53.614Z Compiling publicsuffix v2.3.0
14552025-05-14T15:45:53.648Z Compiling document-features v0.2.10
14562025-05-14T15:45:53.917Z Compiling num-iter v0.1.45
14572025-05-14T15:45:53.974Z Compiling group v0.13.0
14582025-05-14T15:45:54.678Z Compiling tokio-native-tls v0.3.1
14592025-05-14T15:45:54.953Z Compiling flate2 v1.1.1
14602025-05-14T15:45:55.265Z Compiling ipnetwork v0.21.1
14612025-05-14T15:45:55.374Z Compiling http-body-util v0.1.3
14622025-05-14T15:45:55.500Z Compiling webpki-roots v0.26.6
14632025-05-14T15:45:55.610Z Compiling terminal_size v0.4.0
14642025-05-14T15:45:55.716Z Compiling hkdf v0.12.4
14652025-05-14T15:45:55.741Z Compiling crypto-bigint v0.5.5
14662025-05-14T15:45:55.788Z Compiling async-trait v0.1.88
14672025-05-14T15:45:55.865Z Compiling zerocopy-derive v0.6.6
14682025-05-14T15:45:56.015Z Compiling curve25519-dalek-derive v0.1.1
14692025-05-14T15:45:56.044Z Compiling sync_wrapper v1.0.1
14702025-05-14T15:45:56.209Z Compiling ahash v0.8.11
14712025-05-14T15:45:56.516Z Compiling addr2line v0.24.2
14722025-05-14T15:45:56.941Z Compiling fs-err v3.1.0
14732025-05-14T15:45:57.132Z Compiling object v0.36.5
14742025-05-14T15:45:57.204Z Compiling winnow v0.5.40
14752025-05-14T15:45:57.239Z Compiling bumpalo v3.16.0
14762025-05-14T15:45:57.497Z Compiling zip v2.6.1
14772025-05-14T15:45:57.653Z Compiling anyhow v1.0.98
14782025-05-14T15:45:57.795Z Compiling managed v0.8.0
14792025-05-14T15:45:57.886Z Compiling buf-list v1.0.3
14802025-05-14T15:45:58.175Z Compiling ipnet v2.11.0
14812025-05-14T15:45:58.200Z Compiling tower-layer v0.3.3
14822025-05-14T15:45:58.396Z Compiling lockfree-object-pool v0.1.6
14832025-05-14T15:45:58.477Z Compiling rustc-demangle v0.1.24
14842025-05-14T15:45:58.642Z Compiling unicode-width v0.2.0
14852025-05-14T15:45:59.123Z Compiling simd-adler32 v0.3.7
14862025-05-14T15:45:59.148Z Compiling console v0.15.10
14872025-05-14T15:45:59.272Z Compiling clap_builder v4.5.35
14882025-05-14T15:45:59.599Z Compiling zopfli v0.8.1
14892025-05-14T15:46:00.183Z Compiling toml_edit v0.19.15
14902025-05-14T15:46:00.280Z Compiling tower v0.5.2
14912025-05-14T15:46:00.741Z Compiling elliptic-curve v0.13.8
14922025-05-14T15:46:01.261Z Compiling hubpack_derive v0.1.1
14932025-05-14T15:46:01.429Z Compiling zerocopy v0.6.6
14942025-05-14T15:46:01.521Z Compiling strum_macros v0.25.3
14952025-05-14T15:46:01.970Z Compiling hubpack v0.1.2
14962025-05-14T15:46:02.434Z Compiling hyper-tls v0.6.0
14972025-05-14T15:46:02.690Z Compiling oxnet v0.1.1
14982025-05-14T15:46:02.801Z Compiling backtrace v0.3.74
14992025-05-14T15:46:03.266Z Compiling signal-hook-mio v0.2.4
15002025-05-14T15:46:03.366Z Compiling cookie_store v0.21.1
15012025-05-14T15:46:03.439Z Compiling rayon v1.10.0
15022025-05-14T15:46:04.484Z Compiling zstd v0.13.3
15032025-05-14T15:46:04.964Z Compiling postgres-types v0.2.9
15042025-05-14T15:46:06.126Z Compiling usdt-attr-macro v0.5.0
15052025-05-14T15:46:06.230Z Compiling usdt-macro v0.5.0
15062025-05-14T15:46:06.342Z Compiling phf v0.11.2
15072025-05-14T15:46:06.606Z Compiling ed25519 v2.2.3
15082025-05-14T15:46:06.728Z Compiling strum_macros v0.26.4
15092025-05-14T15:46:07.298Z Compiling bzip2 v0.4.4
15102025-05-14T15:46:07.442Z Compiling bzip2 v0.5.2
15112025-05-14T15:46:07.468Z Compiling clap_derive v4.5.32
15122025-05-14T15:46:07.653Z Compiling enum-as-inner v0.6.1
15132025-05-14T15:46:07.800Z Compiling rustls-pemfile v2.2.0
15142025-05-14T15:46:08.118Z Compiling serde-big-array v0.5.1
15152025-05-14T15:46:08.204Z Compiling serde_urlencoded v0.7.1
15162025-05-14T15:46:08.348Z Compiling futures-executor v0.3.31
15172025-05-14T15:46:08.447Z Compiling pkcs1 v0.7.5
15182025-05-14T15:46:08.510Z Compiling rfc6979 v0.4.0
15192025-05-14T15:46:08.668Z Compiling serde_repr v0.1.19
15202025-05-14T15:46:08.722Z Compiling daft-derive v0.1.3
15212025-05-14T15:46:08.825Z Compiling bstr v1.10.0
15222025-05-14T15:46:09.241Z Compiling float-cmp v0.10.0
15232025-05-14T15:46:09.476Z Compiling encoding_rs v0.8.34
15242025-05-14T15:46:09.603Z Compiling unicode-segmentation v1.12.0
15252025-05-14T15:46:10.104Z Compiling number_prefix v0.4.0
15262025-05-14T15:46:10.244Z Compiling predicates-core v1.0.8
15272025-05-14T15:46:10.340Z Compiling data-encoding v2.6.0
15282025-05-14T15:46:10.370Z Compiling static_assertions v1.1.0
15292025-05-14T15:46:10.476Z Compiling whoami v1.5.2
15302025-05-14T15:46:10.501Z Compiling difflib v0.4.0
15312025-05-14T15:46:10.557Z Compiling fixedbitset v0.4.2
15322025-05-14T15:46:11.023Z Compiling precomputed-hash v0.1.1
15332025-05-14T15:46:11.023Z Compiling new_debug_unreachable v1.0.6
15342025-05-14T15:46:11.095Z Compiling mime v0.3.17
15352025-05-14T15:46:11.137Z Compiling normalize-line-endings v0.3.0
15362025-05-14T15:46:11.162Z Compiling string_cache v0.8.9
15372025-05-14T15:46:11.274Z Compiling predicates v3.1.3
15382025-05-14T15:46:11.549Z Compiling clap v4.5.35
15392025-05-14T15:46:11.574Z Compiling hickory-proto v0.24.4
15402025-05-14T15:46:11.657Z Compiling petgraph v0.6.5
15412025-05-14T15:46:11.682Z Compiling tokio-postgres v0.7.13
15422025-05-14T15:46:11.956Z Compiling strum v0.26.3
15432025-05-14T15:46:12.133Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68)
15442025-05-14T15:46:12.529Z Compiling toml_edit v0.22.24
15452025-05-14T15:46:12.745Z Compiling indicatif v0.17.11
15462025-05-14T15:46:14.405Z Compiling similar v2.7.0
15472025-05-14T15:46:14.780Z Compiling daft v0.1.3
15482025-05-14T15:46:15.236Z Compiling usdt v0.5.0
15492025-05-14T15:46:15.661Z Compiling rsa v0.9.6
15502025-05-14T15:46:16.141Z Compiling ecdsa v0.16.9
15512025-05-14T15:46:16.179Z Compiling futures v0.3.31
15522025-05-14T15:46:16.301Z Compiling zip v0.6.6
15532025-05-14T15:46:16.841Z Compiling ed25519-dalek v2.1.1
15542025-05-14T15:46:17.992Z Compiling crossterm v0.28.1
15552025-05-14T15:46:18.054Z Compiling toml v0.7.8
15562025-05-14T15:46:19.024Z Compiling tokio-stream v0.1.17
15572025-05-14T15:46:19.051Z Compiling openapiv3 v2.0.0
15582025-05-14T15:46:19.178Z Compiling x509-cert v0.2.5
15592025-05-14T15:46:19.213Z Compiling sha1 v0.10.6
15602025-05-14T15:46:19.260Z Compiling itertools v0.10.5
15612025-05-14T15:46:19.578Z Compiling dirs-sys-next v0.1.2
15622025-05-14T15:46:19.848Z Compiling winnow v0.6.26
15632025-05-14T15:46:20.059Z Compiling peg-runtime v0.8.5
15642025-05-14T15:46:20.549Z Compiling unicode-xid v0.2.6
15652025-05-14T15:46:20.631Z Compiling lalrpop-util v0.19.12
15662025-05-14T15:46:20.729Z Compiling dirs-next v2.0.0
15672025-05-14T15:46:20.939Z Compiling thread_local v1.1.8
15682025-05-14T15:46:20.996Z Compiling slog-async v2.8.0
15692025-05-14T15:46:21.368Z Compiling term v0.7.0
15702025-05-14T15:46:21.406Z Compiling xattr v1.3.1
15712025-05-14T15:46:21.506Z Compiling crossbeam-channel v0.5.15
15722025-05-14T15:46:21.650Z Compiling is-terminal v0.4.13
15732025-05-14T15:46:21.789Z Compiling filetime v0.2.25
15742025-05-14T15:46:22.064Z Compiling take_mut v0.2.2
15752025-05-14T15:46:22.089Z Compiling tar v0.4.44
15762025-05-14T15:46:22.295Z Compiling slog-term v2.9.1
15772025-05-14T15:46:22.356Z Compiling camino v1.1.9
15782025-05-14T15:46:27.453Z Compiling aws-lc-sys v0.26.0
15792025-05-14T15:46:59.728Z Compiling rustls-webpki v0.102.8
15802025-05-14T15:47:05.335Z Compiling tokio-rustls v0.26.0
15812025-05-14T15:47:05.650Z Compiling hyper-rustls v0.27.3
15822025-05-14T15:47:05.975Z Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
15832025-05-14T15:47:10.099Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15842025-05-14T15:47:10.453Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15852025-05-14T15:47:15.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 11s
15862025-05-14T15:47:15.871Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
15872025-05-14T15:47:15.935ZMay 14 15:47:15.828 INFO Starting download, target: Console
15882025-05-14T15:47:15.964ZMay 14 15:47:15.829 INFO Starting download, target: DendriteStub
15892025-05-14T15:47:15.965ZMay 14 15:47:15.829 INFO Starting download, target: Clickhouse
15902025-05-14T15:47:15.965ZMay 14 15:47:15.829 INFO Starting download, target: Cockroach
15912025-05-14T15:47:15.965ZMay 14 15:47:15.829 INFO Starting download, target: MaghemiteMgd
15922025-05-14T15:47:15.965ZMay 14 15:47:15.829 INFO Starting download, target: TransceiverControl
15932025-05-14T15:47:15.965ZMay 14 15:47:15.830 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15942025-05-14T15:47:15.965ZMay 14 15:47:15.830 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15952025-05-14T15:47:15.965ZMay 14 15:47:15.831 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15962025-05-14T15:47:15.965ZMay 14 15:47:15.831 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15972025-05-14T15:47:15.965ZMay 14 15:47:15.831 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15982025-05-14T15:47:15.966ZMay 14 15:47:15.831 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15992025-05-14T15:47:16.770ZMay 14 15:47:16.625 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16002025-05-14T15:47:17.225ZMay 14 15:47:17.105 INFO Download complete, target: TransceiverControl
16012025-05-14T15:47:20.147ZMay 14 15:47:20.042 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16022025-05-14T15:47:20.917ZMay 14 15:47:20.812 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16032025-05-14T15:47:21.258ZMay 14 15:47:21.153 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16042025-05-14T15:47:21.622ZMay 14 15:47:21.518 INFO Download complete, target: Console
16052025-05-14T15:47:22.391ZMay 14 15:47:22.287 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16062025-05-14T15:47:22.391ZMay 14 15:47:22.287 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16072025-05-14T15:47:23.390ZMay 14 15:47:23.285 INFO Download complete, target: DendriteStub
16082025-05-14T15:47:24.513ZMay 14 15:47:24.407 INFO Download complete, target: MaghemiteMgd
16092025-05-14T15:47:30.122ZMay 14 15:47:30.017 INFO Checking that binary works, target: Cockroach
16102025-05-14T15:47:30.333ZMay 14 15:47:30.229 INFO Download complete, target: Cockroach
16112025-05-14T15:47:36.675ZMay 14 15:47:36.570 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16122025-05-14T15:47:47.867ZMay 14 15:47:47.763 INFO Checking that binary works, target: Clickhouse
16132025-05-14T15:47:48.001ZMay 14 15:47:47.896 INFO Download complete, target: Clickhouse
16142025-05-14T15:47:48.027ZAll builder prerequisites installed successfully, and PATH looks valid
16152025-05-14T15:47:48.053Z
16162025-05-14T15:47:48.053Zreal 5:12.569634483
16172025-05-14T15:47:48.053Zuser 13:53.533724666
16182025-05-14T15:47:48.053Zsys 2:21.671115621
16192025-05-14T15:47:48.053Ztrap 0.501096361
16202025-05-14T15:47:48.053Ztflt 0.486350483
16212025-05-14T15:47:48.053Zdflt 1.045342922
16222025-05-14T15:47:48.053Zkflt 0.008892592
16232025-05-14T15:47:48.053Zlock 27:14.278902036
16242025-05-14T15:47:48.053Zslp 51:11.905027121
16252025-05-14T15:47:48.053Zlat 1:04.507490545
16262025-05-14T15:47:48.053Zstop 2:21.126149835
16272025-05-14T15:47:48.053Z+ banner hack-check
16282025-05-14T15:47:48.053Z
16292025-05-14T15:47:48.053Z # # ## #### # # #### # # ###### #### # #
16302025-05-14T15:47:48.053Z # # # # # # # # # # # # # # # # #
16312025-05-14T15:47:48.053Z ###### # # # #### ##### # ###### ##### # ####
16322025-05-14T15:47:48.053Z # # ###### # # # # # # # # # #
16332025-05-14T15:47:48.053Z # # # # # # # # # # # # # # # # #
16342025-05-14T15:47:48.054Z # # # # #### # # #### # # ###### #### # #
16352025-05-14T15:47:48.054Z
16362025-05-14T15:47:48.054Z+ export CARGO_INCREMENTAL=0
16372025-05-14T15:47:48.054Z+ CARGO_INCREMENTAL=0
16382025-05-14T15:47:48.054Z+ ptime -m timeout 2h cargo xtask check-features --ci
16392025-05-14T15:47:48.879Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
16402025-05-14T15:47:49.165Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16412025-05-14T15:47:52.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s
16422025-05-14T15:47:52.469Z Running `target/debug/xtask check-features --ci`
16432025-05-14T15:47:52.509Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16442025-05-14T15:47:52.509Zrunning: "/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16452025-05-14T15:47:53.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
16462025-05-14T15:47:53.265Z Running `target/debug/xtask download cargo-hack`
16472025-05-14T15:47:54.555Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16482025-05-14T15:47:54.913Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16492025-05-14T15:47:59.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.24s
16502025-05-14T15:47:59.706Z Running `target/debug/xtask-downloader cargo-hack`
16512025-05-14T15:47:59.769ZMay 14 15:47:59.664 INFO Starting download, target: CargoHack
16522025-05-14T15:47:59.794ZMay 14 15:47:59.666 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16532025-05-14T15:48:00.538ZMay 14 15:48:00.434 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16542025-05-14T15:48:00.628ZMay 14 15:48:00.524 INFO Download complete, target: CargoHack
16552025-05-14T15:48:00.653Zrunning: "/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16562025-05-14T15:48:00.678Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16572025-05-14T15:48:00.950Zinfo: running `cargo check --bins` on api_identity (1/216)
16582025-05-14T15:48:01.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16592025-05-14T15:48:01.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16602025-05-14T15:48:01.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16612025-05-14T15:48:01.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
16622025-05-14T15:48:01.994Z
16632025-05-14T15:48:01.995Zinfo: running `cargo check --bins` on bootstore (2/216)
16642025-05-14T15:48:03.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16652025-05-14T15:48:03.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16662025-05-14T15:48:03.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16672025-05-14T15:48:03.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
16682025-05-14T15:48:03.165Z
16692025-05-14T15:48:03.166Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/216)
16702025-05-14T15:48:04.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16712025-05-14T15:48:04.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16722025-05-14T15:48:04.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16732025-05-14T15:48:04.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
16742025-05-14T15:48:04.205Z
16752025-05-14T15:48:04.205Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/216)
16762025-05-14T15:48:05.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16772025-05-14T15:48:05.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16782025-05-14T15:48:05.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16792025-05-14T15:48:05.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
16802025-05-14T15:48:05.287Z
16812025-05-14T15:48:05.287Zinfo: running `cargo check --bins` on id-map (5/216)
16822025-05-14T15:48:06.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16832025-05-14T15:48:06.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16842025-05-14T15:48:06.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16852025-05-14T15:48:06.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
16862025-05-14T15:48:06.192Z
16872025-05-14T15:48:06.192Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (6/216)
16882025-05-14T15:48:06.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16892025-05-14T15:48:06.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16902025-05-14T15:48:06.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16912025-05-14T15:48:06.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
16922025-05-14T15:48:06.857Z
16932025-05-14T15:48:06.857Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (7/216)
16942025-05-14T15:48:07.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16952025-05-14T15:48:07.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16962025-05-14T15:48:07.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16972025-05-14T15:48:07.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
16982025-05-14T15:48:07.531Z
16992025-05-14T15:48:07.531Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (8/216)
17002025-05-14T15:48:08.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17012025-05-14T15:48:08.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17022025-05-14T15:48:08.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17032025-05-14T15:48:08.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
17042025-05-14T15:48:08.195Z
17052025-05-14T15:48:08.195Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (9/216)
17062025-05-14T15:48:08.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17072025-05-14T15:48:08.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17082025-05-14T15:48:08.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17092025-05-14T15:48:08.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
17102025-05-14T15:48:08.896Z
17112025-05-14T15:48:08.896Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (10/216)
17122025-05-14T15:48:09.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17132025-05-14T15:48:09.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17142025-05-14T15:48:09.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17152025-05-14T15:48:09.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
17162025-05-14T15:48:09.579Z
17172025-05-14T15:48:09.579Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (11/216)
17182025-05-14T15:48:10.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17192025-05-14T15:48:10.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17202025-05-14T15:48:10.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17212025-05-14T15:48:10.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
17222025-05-14T15:48:10.267Z
17232025-05-14T15:48:10.267Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (12/216)
17242025-05-14T15:48:10.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17252025-05-14T15:48:10.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17262025-05-14T15:48:10.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17272025-05-14T15:48:10.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
17282025-05-14T15:48:10.936Z
17292025-05-14T15:48:10.936Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (13/216)
17302025-05-14T15:48:11.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17312025-05-14T15:48:11.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17322025-05-14T15:48:11.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17332025-05-14T15:48:11.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
17342025-05-14T15:48:11.600Z
17352025-05-14T15:48:11.600Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (14/216)
17362025-05-14T15:48:12.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17372025-05-14T15:48:12.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17382025-05-14T15:48:12.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17392025-05-14T15:48:12.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
17402025-05-14T15:48:12.269Z
17412025-05-14T15:48:12.269Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (15/216)
17422025-05-14T15:48:12.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17432025-05-14T15:48:12.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17442025-05-14T15:48:12.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17452025-05-14T15:48:12.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
17462025-05-14T15:48:12.942Z
17472025-05-14T15:48:12.942Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (16/216)
17482025-05-14T15:48:13.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17492025-05-14T15:48:13.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17502025-05-14T15:48:13.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17512025-05-14T15:48:13.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
17522025-05-14T15:48:13.656Z
17532025-05-14T15:48:13.656Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (17/216)
17542025-05-14T15:48:14.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17552025-05-14T15:48:14.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17562025-05-14T15:48:14.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17572025-05-14T15:48:14.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
17582025-05-14T15:48:14.384Z
17592025-05-14T15:48:14.384Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (18/216)
17602025-05-14T15:48:14.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17612025-05-14T15:48:15.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17622025-05-14T15:48:15.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17632025-05-14T15:48:15.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
17642025-05-14T15:48:15.061Z
17652025-05-14T15:48:15.061Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (19/216)
17662025-05-14T15:48:15.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17672025-05-14T15:48:15.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17682025-05-14T15:48:15.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17692025-05-14T15:48:15.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
17702025-05-14T15:48:15.743Z
17712025-05-14T15:48:15.743Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (20/216)
17722025-05-14T15:48:16.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17732025-05-14T15:48:16.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17742025-05-14T15:48:16.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17752025-05-14T15:48:16.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
17762025-05-14T15:48:16.418Z
17772025-05-14T15:48:16.418Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (21/216)
17782025-05-14T15:48:17.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17792025-05-14T15:48:17.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17802025-05-14T15:48:17.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17812025-05-14T15:48:17.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
17822025-05-14T15:48:17.091Z
17832025-05-14T15:48:17.091Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (22/216)
17842025-05-14T15:48:17.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17852025-05-14T15:48:17.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17862025-05-14T15:48:17.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17872025-05-14T15:48:17.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
17882025-05-14T15:48:17.780Z
17892025-05-14T15:48:17.780Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (23/216)
17902025-05-14T15:48:18.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17912025-05-14T15:48:18.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17922025-05-14T15:48:18.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17932025-05-14T15:48:18.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
17942025-05-14T15:48:18.461Z
17952025-05-14T15:48:18.461Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (24/216)
17962025-05-14T15:48:19.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972025-05-14T15:48:19.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982025-05-14T15:48:19.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992025-05-14T15:48:19.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
18002025-05-14T15:48:19.171Z
18012025-05-14T15:48:19.171Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (25/216)
18022025-05-14T15:48:19.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032025-05-14T15:48:19.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042025-05-14T15:48:19.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052025-05-14T15:48:19.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
18062025-05-14T15:48:19.880Z
18072025-05-14T15:48:19.880Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (26/216)
18082025-05-14T15:48:20.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092025-05-14T15:48:20.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102025-05-14T15:48:20.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112025-05-14T15:48:20.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
18122025-05-14T15:48:20.580Z
18132025-05-14T15:48:20.580Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (27/216)
18142025-05-14T15:48:21.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152025-05-14T15:48:21.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162025-05-14T15:48:21.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172025-05-14T15:48:21.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
18182025-05-14T15:48:21.256Z
18192025-05-14T15:48:21.257Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (28/216)
18202025-05-14T15:48:21.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212025-05-14T15:48:21.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222025-05-14T15:48:21.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232025-05-14T15:48:21.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
18242025-05-14T15:48:21.930Z
18252025-05-14T15:48:21.930Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (29/216)
18262025-05-14T15:48:22.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272025-05-14T15:48:22.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282025-05-14T15:48:22.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292025-05-14T15:48:22.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
18302025-05-14T15:48:22.600Z
18312025-05-14T15:48:22.600Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (30/216)
18322025-05-14T15:48:23.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332025-05-14T15:48:23.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342025-05-14T15:48:23.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352025-05-14T15:48:23.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
18362025-05-14T15:48:23.289Z
18372025-05-14T15:48:23.289Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (31/216)
18382025-05-14T15:48:23.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392025-05-14T15:48:23.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402025-05-14T15:48:23.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412025-05-14T15:48:23.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
18422025-05-14T15:48:23.966Z
18432025-05-14T15:48:23.966Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (32/216)
18442025-05-14T15:48:24.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452025-05-14T15:48:24.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462025-05-14T15:48:24.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472025-05-14T15:48:24.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
18482025-05-14T15:48:24.646Z
18492025-05-14T15:48:24.646Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/216)
18502025-05-14T15:48:25.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512025-05-14T15:48:25.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522025-05-14T15:48:25.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532025-05-14T15:48:25.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
18542025-05-14T15:48:25.331Z
18552025-05-14T15:48:25.331Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (34/216)
18562025-05-14T15:48:25.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572025-05-14T15:48:25.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582025-05-14T15:48:25.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592025-05-14T15:48:25.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
18602025-05-14T15:48:26.035Z
18612025-05-14T15:48:26.035Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (35/216)
18622025-05-14T15:48:26.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632025-05-14T15:48:26.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642025-05-14T15:48:26.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652025-05-14T15:48:26.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
18662025-05-14T15:48:26.724Z
18672025-05-14T15:48:26.724Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (36/216)
18682025-05-14T15:48:27.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692025-05-14T15:48:27.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702025-05-14T15:48:27.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712025-05-14T15:48:27.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
18722025-05-14T15:48:27.401Z
18732025-05-14T15:48:27.401Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (37/216)
18742025-05-14T15:48:28.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752025-05-14T15:48:28.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762025-05-14T15:48:28.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772025-05-14T15:48:28.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
18782025-05-14T15:48:28.102Z
18792025-05-14T15:48:28.102Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (38/216)
18802025-05-14T15:48:28.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812025-05-14T15:48:28.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822025-05-14T15:48:28.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832025-05-14T15:48:28.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18842025-05-14T15:48:28.875Z
18852025-05-14T15:48:28.875Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/216)
18862025-05-14T15:48:29.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872025-05-14T15:48:29.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882025-05-14T15:48:29.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892025-05-14T15:48:29.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18902025-05-14T15:48:29.605Z
18912025-05-14T15:48:29.605Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (40/216)
18922025-05-14T15:48:30.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932025-05-14T15:48:30.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942025-05-14T15:48:30.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952025-05-14T15:48:30.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
18962025-05-14T15:48:30.325Z
18972025-05-14T15:48:30.325Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (41/216)
18982025-05-14T15:48:30.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992025-05-14T15:48:31.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002025-05-14T15:48:31.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012025-05-14T15:48:31.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
19022025-05-14T15:48:31.066Z
19032025-05-14T15:48:31.066Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (42/216)
19042025-05-14T15:48:31.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052025-05-14T15:48:31.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062025-05-14T15:48:31.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072025-05-14T15:48:31.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
19082025-05-14T15:48:31.783Z
19092025-05-14T15:48:31.783Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/216)
19102025-05-14T15:48:32.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112025-05-14T15:48:32.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122025-05-14T15:48:32.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132025-05-14T15:48:32.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
19142025-05-14T15:48:32.491Z
19152025-05-14T15:48:32.491Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (44/216)
19162025-05-14T15:48:33.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172025-05-14T15:48:33.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182025-05-14T15:48:33.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192025-05-14T15:48:33.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
19202025-05-14T15:48:33.208Z
19212025-05-14T15:48:33.208Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (45/216)
19222025-05-14T15:48:33.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232025-05-14T15:48:33.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242025-05-14T15:48:33.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252025-05-14T15:48:33.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
19262025-05-14T15:48:33.941Z
19272025-05-14T15:48:33.941Zinfo: running `cargo check --bins` on sled-hardware-types (46/216)
19282025-05-14T15:48:34.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292025-05-14T15:48:34.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302025-05-14T15:48:34.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312025-05-14T15:48:34.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
19322025-05-14T15:48:34.872Z
19332025-05-14T15:48:34.872Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (47/216)
19342025-05-14T15:48:35.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352025-05-14T15:48:35.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362025-05-14T15:48:35.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372025-05-14T15:48:35.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
19382025-05-14T15:48:35.794Z
19392025-05-14T15:48:35.794Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/216)
19402025-05-14T15:48:36.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412025-05-14T15:48:36.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422025-05-14T15:48:36.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432025-05-14T15:48:36.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
19442025-05-14T15:48:36.729Z
19452025-05-14T15:48:36.729Zinfo: running `cargo check --bins` on oxlog (49/216)
19462025-05-14T15:48:37.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472025-05-14T15:48:37.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482025-05-14T15:48:37.625Z Checking cfg-if v1.0.0
19492025-05-14T15:48:37.650Z Checking libc v0.2.171
19502025-05-14T15:48:37.676Z Checking serde v1.0.219
19512025-05-14T15:48:37.676Z Checking zeroize v1.8.1
19522025-05-14T15:48:37.705Z Checking memchr v2.7.4
19532025-05-14T15:48:37.730Z Checking typenum v1.17.0
19542025-05-14T15:48:37.755Z Checking smallvec v1.14.0
19552025-05-14T15:48:37.787Z Checking value-bag v1.9.0
19562025-05-14T15:48:37.787Z Checking subtle v2.6.1
19572025-05-14T15:48:37.941Z Checking scopeguard v1.2.0
19582025-05-14T15:48:38.008Z Checking const-oid v0.9.6
19592025-05-14T15:48:38.066Z Checking itoa v1.0.11
19602025-05-14T15:48:38.092Z Checking lock_api v0.4.12
19612025-05-14T15:48:38.142Z Checking log v0.4.22
19622025-05-14T15:48:38.291Z Checking stable_deref_trait v1.2.0
19632025-05-14T15:48:38.394Z Checking byteorder v1.5.0
19642025-05-14T15:48:38.445Z Checking pin-project-lite v0.2.14
19652025-05-14T15:48:38.484Z Checking zerofrom v0.1.4
19662025-05-14T15:48:38.556Z Checking getrandom v0.2.15
19672025-05-14T15:48:38.581Z Checking generic-array v0.14.7
19682025-05-14T15:48:38.606Z Checking parking_lot_core v0.9.10
19692025-05-14T15:48:38.643Z Checking signal-hook-registry v1.4.2
19702025-05-14T15:48:38.684Z Checking yoke v0.7.4
19712025-05-14T15:48:38.743Z Checking once_cell v1.21.3
19722025-05-14T15:48:38.807Z Checking rand_core v0.6.4
19732025-05-14T15:48:38.880Z Checking mio v1.0.2
19742025-05-14T15:48:38.913Z Checking parking_lot v0.12.3
19752025-05-14T15:48:39.019Z Checking zerovec v0.10.4
19762025-05-14T15:48:39.044Z Checking futures-core v0.3.31
19772025-05-14T15:48:39.096Z Checking cpufeatures v0.2.14
19782025-05-14T15:48:39.185Z Checking socket2 v0.5.9
19792025-05-14T15:48:39.216Z Checking writeable v0.5.5
19802025-05-14T15:48:39.245Z Checking litemap v0.7.3
19812025-05-14T15:48:39.409Z Checking zerocopy v0.7.35
19822025-05-14T15:48:39.502Z Checking crypto-common v0.1.6
19832025-05-14T15:48:39.527Z Checking block-buffer v0.10.4
19842025-05-14T15:48:39.553Z Checking block-padding v0.3.3
19852025-05-14T15:48:39.578Z Checking futures-sink v0.3.31
19862025-05-14T15:48:39.624Z Checking slab v0.4.9
19872025-05-14T15:48:39.681Z Checking libm v0.2.8
19882025-05-14T15:48:39.717Z Checking allocator-api2 v0.2.18
19892025-05-14T15:48:39.745Z Checking digest v0.10.7
19902025-05-14T15:48:39.770Z Checking inout v0.1.3
19912025-05-14T15:48:39.859Z Checking equivalent v1.0.1
19922025-05-14T15:48:39.968Z Checking ryu v1.0.18
19932025-05-14T15:48:39.993Z Checking icu_locid_transform_data v1.5.0
19942025-05-14T15:48:40.061Z Checking hmac v0.12.1
19952025-05-14T15:48:40.090Z Checking foldhash v0.1.3
19962025-05-14T15:48:40.195Z Checking sha2 v0.10.8
19972025-05-14T15:48:40.263Z Checking cipher v0.4.4
19982025-05-14T15:48:40.288Z Checking getrandom v0.3.1
19992025-05-14T15:48:40.313Z Checking hashbrown v0.15.1
20002025-05-14T15:48:40.380Z Checking tinystr v0.7.6
20012025-05-14T15:48:40.405Z Checking num-traits v0.2.19
20022025-05-14T15:48:40.448Z Checking icu_collections v1.5.0
20032025-05-14T15:48:40.520Z Checking icu_properties_data v1.5.0
20042025-05-14T15:48:40.629Z Checking base64ct v1.6.0
20052025-05-14T15:48:40.676Z Checking icu_locid v1.5.0
20062025-05-14T15:48:40.701Z Checking utf8_iter v1.0.4
20072025-05-14T15:48:40.742Z Checking utf16_iter v1.0.5
20082025-05-14T15:48:40.883Z Checking percent-encoding v2.3.1
20092025-05-14T15:48:40.911Z Checking icu_normalizer_data v1.5.0
20102025-05-14T15:48:41.011Z Checking flagset v0.4.6
20112025-05-14T15:48:41.036Z Checking write16 v1.0.0
20122025-05-14T15:48:41.061Z Checking pem-rfc7468 v0.7.0
20132025-05-14T15:48:41.087Z Checking futures-channel v0.3.31
20142025-05-14T15:48:41.165Z Checking futures-io v0.3.31
20152025-05-14T15:48:41.207Z Checking futures-task v0.3.31
20162025-05-14T15:48:41.254Z Checking pin-utils v0.1.0
20172025-05-14T15:48:41.305Z Checking der v0.7.9
20182025-05-14T15:48:41.348Z Checking salsa20 v0.10.2
20192025-05-14T15:48:41.400Z Checking ppv-lite86 v0.2.20
20202025-05-14T15:48:41.425Z Checking pbkdf2 v0.12.2
20212025-05-14T15:48:41.450Z Checking bytes v1.10.1
20222025-05-14T15:48:41.450Z Checking serde_json v1.0.140
20232025-05-14T15:48:41.512Z Checking icu_provider v1.5.0
20242025-05-14T15:48:41.558Z Checking indexmap v2.9.0
20252025-05-14T15:48:41.583Z Checking bitflags v2.9.0
20262025-05-14T15:48:41.645Z Checking futures-util v0.3.31
20272025-05-14T15:48:41.854Z Checking scrypt v0.11.0
20282025-05-14T15:48:41.965Z Checking form_urlencoded v1.2.1
20292025-05-14T15:48:42.055Z Checking cbc v0.1.2
20302025-05-14T15:48:42.080Z Checking icu_locid_transform v1.5.0
20312025-05-14T15:48:42.141Z Checking aes v0.8.4
20322025-05-14T15:48:42.239Z Checking fnv v1.0.7
20332025-05-14T15:48:42.301Z Checking tokio v1.43.1
20342025-05-14T15:48:42.358Z Checking http v1.2.0
20352025-05-14T15:48:42.570Z Checking uuid v1.16.0
20362025-05-14T15:48:42.783Z Checking spki v0.7.3
20372025-05-14T15:48:42.809Z Checking tracing-core v0.1.32
20382025-05-14T15:48:42.866Z Checking iana-time-zone v0.1.63
20392025-05-14T15:48:42.941Z Checking icu_properties v1.5.1
20402025-05-14T15:48:43.016Z Checking tinyvec_macros v0.1.1
20412025-05-14T15:48:43.057Z Checking pkcs5 v0.7.1
20422025-05-14T15:48:43.108Z Compiling newtype-uuid v1.2.1
20432025-05-14T15:48:43.133Z Checking rustls-pki-types v1.10.0
20442025-05-14T15:48:43.369Z Checking tracing v0.1.40
20452025-05-14T15:48:43.419Z Checking tinyvec v1.8.0
20462025-05-14T15:48:43.444Z Checking http-body v1.0.1
20472025-05-14T15:48:43.514Z Checking pkcs8 v0.10.2
20482025-05-14T15:48:43.614Z Checking chrono v0.4.40
20492025-05-14T15:48:43.653Z Checking zerocopy v0.8.10
20502025-05-14T15:48:43.717Z Checking aws-lc-sys v0.26.0
20512025-05-14T15:48:43.828Z Checking spin v0.9.8
20522025-05-14T15:48:44.141Z Checking thiserror v1.0.69
20532025-05-14T15:48:44.313Z Checking adler2 v2.0.0
20542025-05-14T15:48:44.466Z Checking untrusted v0.7.1
20552025-05-14T15:48:44.544Z Checking atomic-waker v1.1.2
20562025-05-14T15:48:44.635Z Checking untrusted v0.9.0
20572025-05-14T15:48:44.693Z Checking foreign-types-shared v0.1.1
20582025-05-14T15:48:44.819Z Checking try-lock v0.2.5
20592025-05-14T15:48:44.845Z Checking ring v0.17.11
20602025-05-14T15:48:44.956Z Checking want v0.3.1
20612025-05-14T15:48:45.126Z Checking foreign-types v0.3.2
20622025-05-14T15:48:45.219Z Checking miniz_oxide v0.8.5
20632025-05-14T15:48:45.329Z Checking crossbeam-utils v0.8.21
20642025-05-14T15:48:45.519Z Checking aws-lc-rs v1.12.4
20652025-05-14T15:48:45.566Z Checking httparse v1.9.5
20662025-05-14T15:48:45.757Z Checking icu_normalizer v1.5.0
20672025-05-14T15:48:45.861Z Checking openssl-sys v0.9.107
20682025-05-14T15:48:45.914Z Checking rand_core v0.9.2
20692025-05-14T15:48:45.942Z Checking errno v0.3.9
20702025-05-14T15:48:45.968Z Checking aho-corasick v1.1.3
20712025-05-14T15:48:46.111Z Checking regex-syntax v0.8.5
20722025-05-14T15:48:46.213Z Checking powerfmt v0.2.0
20732025-05-14T15:48:46.411Z Checking idna_adapter v1.2.0
20742025-05-14T15:48:46.452Z Checking httpdate v1.0.3
20752025-05-14T15:48:46.597Z Checking idna v1.0.3
20762025-05-14T15:48:46.675Z Checking unicode-ident v1.0.14
20772025-05-14T15:48:46.700Z Checking tower-service v0.3.3
20782025-05-14T15:48:46.805Z Checking openssl v0.10.72
20792025-05-14T15:48:46.831Z Checking deranged v0.3.11
20802025-05-14T15:48:46.856Z Checking proc-macro2 v1.0.94
20812025-05-14T15:48:47.038Z Checking url v2.5.3
20822025-05-14T15:48:47.088Z Checking rustls-webpki v0.102.8
20832025-05-14T15:48:47.297Z Checking rand_chacha v0.9.0
20842025-05-14T15:48:47.418Z Checking rustix v0.38.37
20852025-05-14T15:48:47.642Z Checking crossbeam-epoch v0.9.18
20862025-05-14T15:48:47.744Z Checking unicode-normalization v0.1.24
20872025-05-14T15:48:47.796Z Checking rand_chacha v0.3.1
20882025-05-14T15:48:47.947Z Checking semver v1.0.26
20892025-05-14T15:48:48.018Z Checking bzip2-sys v0.1.13+1.0.8
20902025-05-14T15:48:48.127Z Checking signature v2.2.0
20912025-05-14T15:48:48.170Z Checking scroll v0.12.0
20922025-05-14T15:48:48.256Z Checking tokio-util v0.7.13
20932025-05-14T15:48:48.304Z Checking crc32fast v1.4.2
20942025-05-14T15:48:48.333Z Checking num-conv v0.1.0
20952025-05-14T15:48:48.496Z Checking unicode-bidi v0.3.17
20962025-05-14T15:48:48.553Z Checking time-core v0.1.2
20972025-05-14T15:48:48.578Z Checking either v1.14.0
20982025-05-14T15:48:48.603Z Checking base64 v0.22.1
20992025-05-14T15:48:48.689Z Checking regex-automata v0.4.8
21002025-05-14T15:48:48.714Z Checking ucd-trie v0.1.7
21012025-05-14T15:48:48.913Z Checking dyn-clone v1.0.19
21022025-05-14T15:48:48.938Z Checking num_threads v0.1.7
21032025-05-14T15:48:49.028Z Checking utf8parse v0.2.2
21042025-05-14T15:48:49.053Z Checking anstyle v1.0.10
21052025-05-14T15:48:49.079Z Checking plain v0.2.3
21062025-05-14T15:48:49.104Z Checking unicode-properties v0.1.3
21072025-05-14T15:48:49.150Z Checking h2 v0.4.6
21082025-05-14T15:48:49.183Z Checking siphasher v0.3.11
21092025-05-14T15:48:49.255Z Checking openssl-probe v0.1.5
21102025-05-14T15:48:49.389Z Checking goblin v0.8.2
21112025-05-14T15:48:49.423Z Checking anstyle-parse v0.2.5
21122025-05-14T15:48:49.447Z Checking stringprep v0.1.5
21132025-05-14T15:48:49.481Z Checking phf_shared v0.11.2
21142025-05-14T15:48:49.659Z Checking schemars v0.8.22
21152025-05-14T15:48:49.692Z Checking time v0.3.36
21162025-05-14T15:48:49.732Z Checking pest v2.7.14
21172025-05-14T15:48:50.145Z Checking rand v0.8.5
21182025-05-14T15:48:50.904Z Checking crossbeam-deque v0.8.5
21192025-05-14T15:48:51.097Z Checking native-tls v0.2.12
21202025-05-14T15:48:51.146Z Checking rustls v0.23.19
21212025-05-14T15:48:51.197Z Checking rand v0.9.0
21222025-05-14T15:48:51.374Z Checking quote v1.0.39
21232025-05-14T15:48:51.671Z Checking num-integer v0.1.46
21242025-05-14T15:48:51.797Z Checking toml_datetime v0.6.8
21252025-05-14T15:48:51.892Z Checking serde_spanned v0.6.8
21262025-05-14T15:48:52.066Z Checking zstd-sys v2.0.14+zstd.1.5.7
21272025-05-14T15:48:52.091Z Checking md-5 v0.10.6
21282025-05-14T15:48:52.117Z Checking ff v0.13.0
21292025-05-14T15:48:52.117Z Checking hash32 v0.2.1
21302025-05-14T15:48:52.265Z Checking fallible-iterator v0.2.0
21312025-05-14T15:48:52.301Z Checking colorchoice v1.0.2
21322025-05-14T15:48:52.326Z Checking psl-types v2.0.11
21332025-05-14T15:48:52.411Z Checking pretty-hex v0.4.1
21342025-05-14T15:48:52.436Z Checking is_terminal_polyfill v1.70.1
21352025-05-14T15:48:52.461Z Checking gimli v0.31.1
21362025-05-14T15:48:52.509Z Checking anstyle-query v1.1.1
21372025-05-14T15:48:52.558Z Checking base16ct v0.2.0
21382025-05-14T15:48:52.588Z Checking publicsuffix v2.3.0
21392025-05-14T15:48:52.645Z Checking anstream v0.6.18
21402025-05-14T15:48:52.761Z Checking sec1 v0.7.3
21412025-05-14T15:48:52.786Z Checking postgres-protocol v0.6.8
21422025-05-14T15:48:52.845Z Checking heapless v0.7.17
21432025-05-14T15:48:52.984Z Checking group v0.13.0
21442025-05-14T15:48:53.090Z Checking zstd-safe v7.2.3
21452025-05-14T15:48:53.210Z Checking num-iter v0.1.45
21462025-05-14T15:48:53.371Z Compiling daft v0.1.3
21472025-05-14T15:48:53.396Z Checking dtrace-parser v0.2.0
21482025-05-14T15:48:53.396Z Checking dof v0.3.0
21492025-05-14T15:48:53.397Z Checking syn v2.0.98
21502025-05-14T15:48:53.647Z Checking cookie v0.18.1
21512025-05-14T15:48:53.809Z Checking tokio-native-tls v0.3.1
21522025-05-14T15:48:53.840Z Checking rayon-core v1.12.1
21532025-05-14T15:48:53.944Z Checking ipnetwork v0.21.1
21542025-05-14T15:48:54.056Z Checking terminal_size v0.4.0
21552025-05-14T15:48:54.081Z Checking flate2 v1.1.1
21562025-05-14T15:48:54.245Z Checking lazy_static v1.5.0
21572025-05-14T15:48:54.275Z Checking hyper v1.6.0
21582025-05-14T15:48:54.314Z Checking http-body-util v0.1.3
21592025-05-14T15:48:54.387Z Checking webpki-roots v0.26.6
21602025-05-14T15:48:54.452Z Checking signal-hook v0.3.17
21612025-05-14T15:48:54.578Z Checking hkdf v0.12.4
21622025-05-14T15:48:54.643Z Checking crypto-bigint v0.5.5
21632025-05-14T15:48:54.698Z Checking sync_wrapper v1.0.1
21642025-05-14T15:48:54.772Z Checking thread-id v4.2.2
21652025-05-14T15:48:54.798Z Checking object v0.36.5
21662025-05-14T15:48:54.855Z Checking ipnet v2.11.0
21672025-05-14T15:48:54.895Z Checking unicode-width v0.2.0
21682025-05-14T15:48:55.271Z Checking rustc-demangle v0.1.24
21692025-05-14T15:48:55.304Z Checking bitflags v1.3.2
21702025-05-14T15:48:55.409Z Checking bumpalo v3.16.0
21712025-05-14T15:48:55.639Z Checking addr2line v0.24.2
21722025-05-14T15:48:55.679Z Checking managed v0.8.0
21732025-05-14T15:48:55.704Z Checking tokio-rustls v0.26.0
21742025-05-14T15:48:55.729Z Checking lockfree-object-pool v0.1.6
21752025-05-14T15:48:55.952Z Checking tower-layer v0.3.3
21762025-05-14T15:48:56.015Z Checking hyper-util v0.1.11
21772025-05-14T15:48:56.041Z Checking clap_lex v0.7.4
21782025-05-14T15:48:56.076Z Checking winnow v0.5.40
21792025-05-14T15:48:56.124Z Checking strsim v0.11.1
21802025-05-14T15:48:56.208Z Checking simd-adler32 v0.3.7
21812025-05-14T15:48:56.298Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21822025-05-14T15:48:56.399Z Checking clap_builder v4.5.35
21832025-05-14T15:48:56.535Z Checking zopfli v0.8.1
21842025-05-14T15:48:56.577Z Checking tower v0.5.2
21852025-05-14T15:48:56.983Z Checking elliptic-curve v0.13.8
21862025-05-14T15:48:57.146Z Checking smoltcp v0.9.1
21872025-05-14T15:48:57.227Z Checking console v0.15.10
21882025-05-14T15:48:57.531Z Checking signal-hook-mio v0.2.4
21892025-05-14T15:48:57.670Z Checking rayon v1.10.0
21902025-05-14T15:48:57.715Z Checking num-bigint-dig v0.8.4
21912025-05-14T15:48:57.816Z Checking hyper-tls v0.6.0
21922025-05-14T15:48:58.087Z Checking hyper-rustls v0.27.3
21932025-05-14T15:48:58.373Z Checking oxnet v0.1.1
21942025-05-14T15:48:58.398Z Checking cookie_store v0.21.1
21952025-05-14T15:48:58.458Z Checking toml_edit v0.19.15
21962025-05-14T15:48:58.558Z Checking usdt-impl v0.5.0
21972025-05-14T15:48:58.743Z Checking postgres-types v0.2.9
21982025-05-14T15:48:58.935Z Checking zstd v0.13.3
21992025-05-14T15:48:59.037Z Checking bstr v1.10.0
22002025-05-14T15:48:59.062Z Checking regex v1.11.1
22012025-05-14T15:48:59.272Z Checking phf v0.11.2
22022025-05-14T15:48:59.336Z Checking ed25519 v2.2.3
22032025-05-14T15:48:59.512Z Checking bzip2 v0.5.2
22042025-05-14T15:48:59.537Z Checking bzip2 v0.4.4
22052025-05-14T15:48:59.590Z Checking futures-executor v0.3.31
22062025-05-14T15:48:59.636Z Checking zerocopy v0.6.6
22072025-05-14T15:48:59.783Z Checking curve25519-dalek v4.1.3
22082025-05-14T15:48:59.812Z Checking pkcs1 v0.7.5
22092025-05-14T15:48:59.837Z Checking hubpack v0.1.2
22102025-05-14T15:48:59.838Z Checking memoffset v0.9.1
22112025-05-14T15:48:59.977Z Checking rustls-pemfile v2.2.0
22122025-05-14T15:49:00.008Z Checking backtrace v0.3.74
22132025-05-14T15:49:00.173Z Checking portable-atomic v1.11.0
22142025-05-14T15:49:00.201Z Checking serde_urlencoded v0.7.1
22152025-05-14T15:49:00.239Z Checking float-cmp v0.10.0
22162025-05-14T15:49:00.343Z Checking serde-big-array v0.5.1
22172025-05-14T15:49:00.444Z Checking rfc6979 v0.4.0
22182025-05-14T15:49:00.528Z Checking memmap v0.7.0
22192025-05-14T15:49:00.554Z Checking encoding_rs v0.8.34
22202025-05-14T15:49:00.590Z Checking precomputed-hash v0.1.1
22212025-05-14T15:49:00.623Z Checking new_debug_unreachable v1.0.6
22222025-05-14T15:49:00.649Z Checking static_assertions v1.1.0
22232025-05-14T15:49:00.709Z Checking number_prefix v0.4.0
22242025-05-14T15:49:00.734Z Checking whoami v1.5.2
22252025-05-14T15:49:00.759Z Checking unicode-segmentation v1.12.0
22262025-05-14T15:49:00.785Z Checking minimal-lexical v0.2.1
22272025-05-14T15:49:00.810Z Checking normalize-line-endings v0.3.0
22282025-05-14T15:49:00.898Z Checking difflib v0.4.0
22292025-05-14T15:49:00.923Z Checking predicates-core v1.0.8
22302025-05-14T15:49:01.010Z Checking mime v0.3.17
22312025-05-14T15:49:01.039Z Checking fixedbitset v0.4.2
22322025-05-14T15:49:01.112Z Checking data-encoding v2.6.0
22332025-05-14T15:49:01.137Z Checking winnow v0.7.3
22342025-05-14T15:49:01.209Z Checking predicates v3.1.3
22352025-05-14T15:49:01.437Z Checking petgraph v0.6.5
22362025-05-14T15:49:01.463Z Checking nom v7.1.3
22372025-05-14T15:49:01.463Z Checking ed25519-dalek v2.1.1
22382025-05-14T15:49:01.463Z Checking similar v2.7.0
22392025-05-14T15:49:01.588Z Checking hickory-proto v0.24.4
22402025-05-14T15:49:01.715Z Checking indicatif v0.17.11
22412025-05-14T15:49:01.759Z Checking tokio-postgres v0.7.13
22422025-05-14T15:49:02.054Z Checking usdt v0.5.0
22432025-05-14T15:49:02.294Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68)
22442025-05-14T15:49:02.352Z Checking reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
22452025-05-14T15:49:02.388Z Checking string_cache v0.8.9
22462025-05-14T15:49:02.660Z Checking ecdsa v0.16.9
22472025-05-14T15:49:03.249Z Checking toml v0.7.8
22482025-05-14T15:49:03.419Z Checking toml_edit v0.22.24
22492025-05-14T15:49:03.453Z Checking anyhow v1.0.98
22502025-05-14T15:49:03.870Z Checking rsa v0.9.6
22512025-05-14T15:49:03.931Z Checking nix v0.29.0
22522025-05-14T15:49:03.971Z Checking futures v0.3.31
22532025-05-14T15:49:04.084Z Checking zip v0.6.6
22542025-05-14T15:49:04.122Z Checking zip v2.6.1
22552025-05-14T15:49:04.196Z Checking clap v4.5.35
22562025-05-14T15:49:04.320Z Checking crossterm v0.28.1
22572025-05-14T15:49:04.704Z Checking tokio-stream v0.1.17
22582025-05-14T15:49:04.756Z Checking itertools v0.10.5
22592025-05-14T15:49:05.123Z Checking itertools v0.12.1
22602025-05-14T15:49:05.191Z Checking buf-list v1.0.3
22612025-05-14T15:49:05.403Z Checking fs-err v3.1.0
22622025-05-14T15:49:05.478Z Checking strum v0.26.3
22632025-05-14T15:49:05.524Z Checking ahash v0.8.11
22642025-05-14T15:49:05.635Z Checking slog v2.7.0
22652025-05-14T15:49:05.775Z Checking x509-cert v0.2.5
22662025-05-14T15:49:05.800Z Checking openapiv3 v2.0.0
22672025-05-14T15:49:05.911Z Checking sha1 v0.10.6
22682025-05-14T15:49:05.942Z Checking winnow v0.6.26
22692025-05-14T15:49:06.052Z Checking peg-runtime v0.8.5
22702025-05-14T15:49:06.175Z Checking lalrpop-util v0.19.12
22712025-05-14T15:49:06.272Z Checking camino v1.1.9
22722025-05-14T15:49:06.421Z Checking sigpipe v0.1.3
22732025-05-14T15:49:06.533Z Checking jiff v0.2.13
22742025-05-14T15:49:11.449Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22752025-05-14T15:49:11.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.20s
22762025-05-14T15:49:12.110Z
22772025-05-14T15:49:12.110Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (50/216)
22782025-05-14T15:49:12.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22792025-05-14T15:49:13.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22802025-05-14T15:49:13.155Z Compiling regress v0.10.3
22812025-05-14T15:49:13.188Z Compiling thiserror-impl v2.0.12
22822025-05-14T15:49:13.214Z Checking heck v0.5.0
22832025-05-14T15:49:13.255Z Compiling unsafe-libyaml v0.2.11
22842025-05-14T15:49:13.280Z Checking dirs-sys-next v0.1.2
22852025-05-14T15:49:13.280Z Checking fastrand v2.1.1
22862025-05-14T15:49:13.317Z Checking newtype-uuid v1.2.1
22872025-05-14T15:49:13.442Z Checking thread_local v1.1.8
22882025-05-14T15:49:13.470Z Checking dirs-next v2.0.0
22892025-05-14T15:49:13.608Z Compiling structmeta-derive v0.3.0
22902025-05-14T15:49:13.633Z Checking tempfile v3.13.0
22912025-05-14T15:49:13.659Z Compiling ident_case v1.0.1
22922025-05-14T15:49:13.725Z Checking daft v0.1.3
22932025-05-14T15:49:13.828Z Compiling darling_core v0.20.10
22942025-05-14T15:49:13.980Z Checking term v0.7.0
22952025-05-14T15:49:14.138Z Checking crossbeam-channel v0.5.15
22962025-05-14T15:49:14.365Z Compiling serde_yaml v0.9.34+deprecated
22972025-05-14T15:49:14.749Z Checking is-terminal v0.4.13
22982025-05-14T15:49:14.775Z Compiling rustls v0.22.4
22992025-05-14T15:49:14.891Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23002025-05-14T15:49:15.033Z Checking take_mut v0.2.2
23012025-05-14T15:49:15.170Z Checking slog-async v2.8.0
23022025-05-14T15:49:15.247Z Checking slog-term v2.9.1
23032025-05-14T15:49:15.439Z Compiling proc-macro-crate v1.3.1
23042025-05-14T15:49:15.682Z Checking wait-timeout v0.2.0
23052025-05-14T15:49:15.708Z Compiling structmeta v0.3.0
23062025-05-14T15:49:15.759Z Compiling thiserror v2.0.12
23072025-05-14T15:49:15.930Z Compiling multer v3.1.0
23082025-05-14T15:49:16.002Z Checking typify-impl v0.2.0
23092025-05-14T15:49:16.027Z Checking typify-impl v0.3.0
23102025-05-14T15:49:16.250Z Checking match_cfg v0.1.0
23112025-05-14T15:49:16.351Z Checking quick-error v1.2.3
23122025-05-14T15:49:16.495Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23132025-05-14T15:49:16.751Z Checking bit-vec v0.8.0
23142025-05-14T15:49:16.971Z Checking rusty-fork v0.3.0
23152025-05-14T15:49:17.087Z Checking bit-set v0.8.0
23162025-05-14T15:49:17.250Z Checking hostname v0.3.1
23172025-05-14T15:49:17.379Z Compiling num_enum_derive v0.5.11
23182025-05-14T15:49:17.417Z Checking progenitor-client v0.9.1
23192025-05-14T15:49:17.779Z Checking slog-json v2.6.1
23202025-05-14T15:49:18.025Z Checking rand_xorshift v0.3.0
23212025-05-14T15:49:18.091Z Compiling lzma-sys v0.1.20
23222025-05-14T15:49:18.164Z Checking hex v0.4.3
23232025-05-14T15:49:18.224Z Compiling async-stream-impl v0.3.6
23242025-05-14T15:49:18.629Z Compiling foreign-types-macros v0.2.3
23252025-05-14T15:49:18.702Z Compiling darling_macro v0.20.10
23262025-05-14T15:49:18.730Z Compiling dropshot v0.16.0
23272025-05-14T15:49:19.002Z Checking unarray v0.1.4
23282025-05-14T15:49:19.153Z Checking foreign-types-shared v0.3.1
23292025-05-14T15:49:19.256Z Checking arc-swap v1.7.1
23302025-05-14T15:49:19.338Z Checking utf-8 v0.7.6
23312025-05-14T15:49:19.364Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23322025-05-14T15:49:19.478Z Checking async-stream v0.3.6
23332025-05-14T15:49:19.504Z Compiling darling v0.20.10
23342025-05-14T15:49:19.540Z Checking tungstenite v0.21.0
23352025-05-14T15:49:19.628Z Compiling serde_with_macros v3.12.0
23362025-05-14T15:49:19.671Z Checking slog-scope v4.4.0
23372025-05-14T15:49:19.697Z Checking num_enum v0.5.11
23382025-05-14T15:49:19.728Z Checking foreign-types v0.5.0
23392025-05-14T15:49:19.841Z Checking proptest v1.6.0
23402025-05-14T15:49:19.921Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23412025-05-14T15:49:19.947Z Checking slog-bunyan v2.5.0
23422025-05-14T15:49:20.114Z Compiling proc-macro-error v1.0.4
23432025-05-14T15:49:20.462Z Compiling parse-display-derive v0.10.0
23442025-05-14T15:49:20.488Z Checking tokio-rustls v0.25.0
23452025-05-14T15:49:20.514Z Compiling test-strategy v0.4.0
23462025-05-14T15:49:20.874Z Checking toml v0.8.20
23472025-05-14T15:49:20.984Z Checking progenitor-client v0.8.0
23482025-05-14T15:49:21.354Z Compiling heck v0.3.3
23492025-05-14T15:49:21.544Z Checking waitgroup v0.1.2
23502025-05-14T15:49:21.711Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23512025-05-14T15:49:21.739Z Compiling dropshot_endpoint v0.16.0
23522025-05-14T15:49:21.815Z Checking serde_path_to_error v0.1.16
23532025-05-14T15:49:22.410Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23542025-05-14T15:49:22.491Z Compiling derive-where v1.2.7
23552025-05-14T15:49:23.048Z Checking cstr-argument v0.1.2
23562025-05-14T15:49:23.230Z Checking hostname v0.4.0
23572025-05-14T15:49:23.383Z Checking instant v0.1.13
23582025-05-14T15:49:23.442Z Checking debug-ignore v1.0.5
23592025-05-14T15:49:23.518Z Checking pretty-hex v0.2.1
23602025-05-14T15:49:23.596Z Checking base64 v0.21.7
23612025-05-14T15:49:23.702Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
23622025-05-14T15:49:23.755Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
23632025-05-14T15:49:23.807Z Checking parse-display v0.10.0
23642025-05-14T15:49:23.996Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23652025-05-14T15:49:24.034Z Checking backoff v0.4.0
23662025-05-14T15:49:24.060Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23672025-05-14T15:49:24.331Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23682025-05-14T15:49:24.356Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23692025-05-14T15:49:24.388Z Checking serde_with v3.12.0
23702025-05-14T15:49:24.442Z Compiling zone_cfg_derive v0.1.2
23712025-05-14T15:49:24.493Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23722025-05-14T15:49:24.519Z Checking tokio-tungstenite v0.21.0
23732025-05-14T15:49:25.133Z Checking slog-stdlog v4.1.1
23742025-05-14T15:49:25.158Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23752025-05-14T15:49:25.195Z Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
23762025-05-14T15:49:25.315Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23772025-05-14T15:49:25.496Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
23782025-05-14T15:49:25.558Z Checking colored v2.2.0
23792025-05-14T15:49:25.583Z Checking macaddr v1.0.1
23802025-05-14T15:49:25.609Z Checking base64 v0.13.1
23812025-05-14T15:49:25.891Z Checking unicode-width v0.1.14
23822025-05-14T15:49:25.959Z Checking ron v0.7.1
23832025-05-14T15:49:26.307Z Checking tabwriter v1.4.0
23842025-05-14T15:49:26.394Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23852025-05-14T15:49:26.548Z Checking zone v0.1.8
23862025-05-14T15:49:26.809Z Checking slog-envlogger v2.2.0
23872025-05-14T15:49:26.911Z Checking xz2 v0.1.7
23882025-05-14T15:49:27.029Z Checking xattr v1.3.1
23892025-05-14T15:49:27.070Z Checking pem v3.0.5
23902025-05-14T15:49:27.119Z Checking yasna v0.5.2
23912025-05-14T15:49:27.203Z Checking smf v0.2.3
23922025-05-14T15:49:27.237Z Checking headers-core v0.3.0
23932025-05-14T15:49:27.320Z Checking filetime v0.2.25
23942025-05-14T15:49:27.392Z Checking same-file v1.0.6
23952025-05-14T15:49:27.532Z Checking tar v0.4.44
23962025-05-14T15:49:27.567Z Checking headers v0.4.0
23972025-05-14T15:49:27.592Z Checking walkdir v2.5.0
23982025-05-14T15:49:27.621Z Checking camino-tempfile v1.3.0
23992025-05-14T15:49:27.864Z Checking atomicwrites v0.4.4
24002025-05-14T15:49:27.890Z Checking rcgen v0.12.1
24012025-05-14T15:49:27.915Z Checking subprocess v0.2.9
24022025-05-14T15:49:27.940Z Compiling typify-macro v0.3.0
24032025-05-14T15:49:27.965Z Compiling typify-macro v0.2.0
24042025-05-14T15:49:30.287Z Compiling typify v0.2.0
24052025-05-14T15:49:30.325Z Compiling typify v0.3.0
24062025-05-14T15:49:30.442Z Compiling progenitor-impl v0.8.0
24072025-05-14T15:49:30.467Z Compiling progenitor-impl v0.9.1
24082025-05-14T15:49:33.824Z Compiling progenitor-macro v0.8.0
24092025-05-14T15:49:33.865Z Compiling progenitor-macro v0.9.1
24102025-05-14T15:49:38.367Z Checking progenitor v0.8.0
24112025-05-14T15:49:38.565Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24122025-05-14T15:49:38.964Z Checking progenitor v0.9.1
24132025-05-14T15:49:39.156Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
24142025-05-14T15:49:41.930Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
24152025-05-14T15:49:42.964Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24162025-05-14T15:49:51.111Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24172025-05-14T15:49:53.240Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
24182025-05-14T15:49:55.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.95s
24192025-05-14T15:49:55.233Z
24202025-05-14T15:49:55.233Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/216)
24212025-05-14T15:49:56.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24222025-05-14T15:49:56.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24232025-05-14T15:49:56.297Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
24242025-05-14T15:49:58.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.89s
24252025-05-14T15:49:58.308Z
24262025-05-14T15:49:58.308Zinfo: running `cargo check --bins` on nexus-config (52/216)
24272025-05-14T15:49:59.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24282025-05-14T15:49:59.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24292025-05-14T15:49:59.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24302025-05-14T15:49:59.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
24312025-05-14T15:49:59.349Z
24322025-05-14T15:49:59.349Zinfo: running `cargo check --bins` on omicron-rpaths (53/216)
24332025-05-14T15:50:00.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24342025-05-14T15:50:00.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24352025-05-14T15:50:00.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24362025-05-14T15:50:00.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
24372025-05-14T15:50:00.277Z
24382025-05-14T15:50:00.277Zinfo: running `cargo check --bins` on omicron-certificates (54/216)
24392025-05-14T15:50:01.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24402025-05-14T15:50:01.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24412025-05-14T15:50:01.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24422025-05-14T15:50:01.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
24432025-05-14T15:50:01.261Z
24442025-05-14T15:50:01.261Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (55/216)
24452025-05-14T15:50:02.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24462025-05-14T15:50:02.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24472025-05-14T15:50:02.355Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24482025-05-14T15:50:02.380Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24492025-05-14T15:50:02.406Z Compiling tempfile v3.13.0
24502025-05-14T15:50:02.431Z Compiling wait-timeout v0.2.0
24512025-05-14T15:50:02.431Z Compiling bit-vec v0.8.0
24522025-05-14T15:50:02.431Z Compiling match_cfg v0.1.0
24532025-05-14T15:50:02.431Z Compiling quick-error v1.2.3
24542025-05-14T15:50:02.431Z Compiling rustls v0.22.4
24552025-05-14T15:50:02.526Z Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
24562025-05-14T15:50:02.561Z Compiling hostname v0.3.1
24572025-05-14T15:50:02.633Z Compiling progenitor-client v0.9.1
24582025-05-14T15:50:02.771Z Compiling slog-json v2.6.1
24592025-05-14T15:50:02.819Z Compiling rusty-fork v0.3.0
24602025-05-14T15:50:02.900Z Compiling bit-set v0.8.0
24612025-05-14T15:50:02.936Z Compiling itertools v0.13.0
24622025-05-14T15:50:02.996Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24632025-05-14T15:50:03.104Z Compiling rand_xorshift v0.3.0
24642025-05-14T15:50:03.129Z Compiling hex v0.4.3
24652025-05-14T15:50:03.129Z Compiling unarray v0.1.4
24662025-05-14T15:50:03.180Z Compiling heapless v0.8.0
24672025-05-14T15:50:03.322Z Compiling proptest v1.6.0
24682025-05-14T15:50:03.433Z Compiling slog-bunyan v2.5.0
24692025-05-14T15:50:03.433Z Compiling progenitor v0.9.1
24702025-05-14T15:50:03.651Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24712025-05-14T15:50:03.676Z Compiling async-stream v0.3.6
24722025-05-14T15:50:03.701Z Compiling multer v3.1.0
24732025-05-14T15:50:03.822Z Compiling toml v0.8.20
24742025-05-14T15:50:03.962Z Compiling waitgroup v0.1.2
24752025-05-14T15:50:04.002Z Checking hash32 v0.3.1
24762025-05-14T15:50:04.176Z Compiling serde_path_to_error v0.1.16
24772025-05-14T15:50:04.201Z Compiling hostname v0.4.0
24782025-05-14T15:50:04.433Z Compiling instant v0.1.13
24792025-05-14T15:50:04.559Z Compiling smoltcp v0.11.0
24802025-05-14T15:50:04.592Z Compiling debug-ignore v1.0.5
24812025-05-14T15:50:04.751Z Compiling backoff v0.4.0
24822025-05-14T15:50:05.085Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
24832025-05-14T15:50:05.110Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24842025-05-14T15:50:05.159Z Compiling parse-display v0.10.0
24852025-05-14T15:50:05.303Z Compiling serde_with v3.12.0
24862025-05-14T15:50:05.488Z Compiling ingot-macros v0.1.0
24872025-05-14T15:50:05.688Z Checking num-rational v0.4.2
24882025-05-14T15:50:05.891Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24892025-05-14T15:50:06.238Z Compiling tokio-rustls v0.25.0
24902025-05-14T15:50:06.409Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
24912025-05-14T15:50:06.610Z Compiling dropshot v0.16.0
24922025-05-14T15:50:08.359Z Compiling phf_generator v0.11.2
24932025-05-14T15:50:08.574Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
24942025-05-14T15:50:09.610Z Checking num-complex v0.4.6
24952025-05-14T15:50:09.755Z Compiling macaddr v1.0.1
24962025-05-14T15:50:10.188Z Checking cobs v0.2.3
24972025-05-14T15:50:10.402Z Checking postcard v1.0.10
24982025-05-14T15:50:10.427Z Checking num v0.4.3
24992025-05-14T15:50:10.560Z Compiling phf_codegen v0.11.2
25002025-05-14T15:50:10.792Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
25012025-05-14T15:50:10.919Z Compiling parse-zoneinfo v0.3.1
25022025-05-14T15:50:11.164Z Checking ingot-types v0.1.0
25032025-05-14T15:50:11.190Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
25042025-05-14T15:50:11.471Z Compiling float-ord v0.3.2
25052025-05-14T15:50:11.651Z Compiling convert_case v0.4.0
25062025-05-14T15:50:11.846Z Checking ingot v0.1.0
25072025-05-14T15:50:11.983Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25082025-05-14T15:50:12.329Z Compiling chrono-tz-build v0.4.0
25092025-05-14T15:50:12.370Z Compiling derive_more v0.99.20
25102025-05-14T15:50:13.144Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
25112025-05-14T15:50:13.347Z Compiling crucible-workspace-hack v0.1.0
25122025-05-14T15:50:13.610Z Checking linked-hash-map v0.5.6
25132025-05-14T15:50:14.926Z Checking lru-cache v0.1.2
25142025-05-14T15:50:14.951Z Compiling chrono-tz v0.10.3
25152025-05-14T15:50:14.951Z Checking resolv-conf v0.7.0
25162025-05-14T15:50:14.951Z Checking newline-converter v0.3.0
25172025-05-14T15:50:14.951Z Checking itertools v0.14.0
25182025-05-14T15:50:14.951Z Checking prettyplease v0.2.30
25192025-05-14T15:50:14.951Z Compiling slog-dtrace v0.3.0
25202025-05-14T15:50:14.951Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
25212025-05-14T15:50:14.951Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25222025-05-14T15:50:14.976Z Checking hickory-resolver v0.24.4
25232025-05-14T15:50:15.463Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25242025-05-14T15:50:15.715Z Checking expectorate v1.2.0
25252025-05-14T15:50:15.813Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
25262025-05-14T15:50:15.919Z Compiling zone_cfg_derive v0.3.0
25272025-05-14T15:50:16.400Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
25282025-05-14T15:50:16.455Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25292025-05-14T15:50:16.492Z Compiling const_format_proc_macros v0.2.34
25302025-05-14T15:50:16.718Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25312025-05-14T15:50:17.017Z Compiling num-derive v0.4.2
25322025-05-14T15:50:17.215Z Checking highway v1.3.0
25332025-05-14T15:50:17.353Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25342025-05-14T15:50:17.594Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25352025-05-14T15:50:17.625Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25362025-05-14T15:50:17.673Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25372025-05-14T15:50:17.698Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25382025-05-14T15:50:17.849Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
25392025-05-14T15:50:18.063Z Checking const_format v0.2.34
25402025-05-14T15:50:18.204Z Checking zone v0.3.1
25412025-05-14T15:50:18.509Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
25422025-05-14T15:50:18.641Z Checking qorb v0.3.1
25432025-05-14T15:50:18.791Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
25442025-05-14T15:50:18.942Z Checking gethostname v0.5.0
25452025-05-14T15:50:19.074Z Checking bcs v0.1.6
25462025-05-14T15:50:19.198Z Checking nanorand v0.7.0
25472025-05-14T15:50:19.345Z Compiling async-recursion v1.1.1
25482025-05-14T15:50:19.543Z Checking termtree v0.5.1
25492025-05-14T15:50:19.576Z Checking flume v0.11.1
25502025-05-14T15:50:19.783Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25512025-05-14T15:50:25.822Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25522025-05-14T15:50:30.049Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25532025-05-14T15:50:33.457Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25542025-05-14T15:50:35.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.93s
25552025-05-14T15:50:35.416Z
25562025-05-14T15:50:35.416Zinfo: running `cargo check --bins` on clickhouse-admin-api (56/216)
25572025-05-14T15:50:36.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25582025-05-14T15:50:36.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25592025-05-14T15:50:36.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25602025-05-14T15:50:36.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
25612025-05-14T15:50:36.428Z
25622025-05-14T15:50:36.428Zinfo: running `cargo check --bins` on clickhouse-admin-types (57/216)
25632025-05-14T15:50:37.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25642025-05-14T15:50:37.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25652025-05-14T15:50:37.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25662025-05-14T15:50:37.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
25672025-05-14T15:50:37.405Z
25682025-05-14T15:50:37.405Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (58/216)
25692025-05-14T15:50:38.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25702025-05-14T15:50:38.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25712025-05-14T15:50:38.433Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25722025-05-14T15:50:39.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
25732025-05-14T15:50:39.387Z
25742025-05-14T15:50:39.387Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/216)
25752025-05-14T15:50:40.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25762025-05-14T15:50:40.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25772025-05-14T15:50:40.442Z Compiling cfg_aliases v0.1.1
25782025-05-14T15:50:40.442Z Compiling vte_generate_state_changes v0.1.2
25792025-05-14T15:50:40.467Z Checking fd-lock v4.0.2
25802025-05-14T15:50:40.467Z Checking nibble_vec v0.1.0
25812025-05-14T15:50:40.467Z Checking endian-type v0.1.2
25822025-05-14T15:50:40.493Z Checking bytecount v0.6.8
25832025-05-14T15:50:40.529Z Compiling tabled_derive v0.7.0
25842025-05-14T15:50:40.565Z Compiling peg-macros v0.8.5
25852025-05-14T15:50:40.603Z Compiling nix v0.28.0
25862025-05-14T15:50:40.659Z Checking papergrid v0.11.0
25872025-05-14T15:50:40.708Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25882025-05-14T15:50:40.747Z Checking radix_trie v0.2.1
25892025-05-14T15:50:40.777Z Compiling sqlparser_derive v0.2.2
25902025-05-14T15:50:41.016Z Checking vte v0.11.1
25912025-05-14T15:50:41.119Z Checking nu-ansi-term v0.50.1
25922025-05-14T15:50:41.478Z Checking unicode_categories v0.1.1
25932025-05-14T15:50:41.572Z Checking home v0.5.9
25942025-05-14T15:50:41.629Z Checking sqlparser v0.45.0
25952025-05-14T15:50:41.756Z Checking sqlformat v0.3.5
25962025-05-14T15:50:41.784Z Checking display-error-chain v0.2.2
25972025-05-14T15:50:42.112Z Checking strip-ansi-escapes v0.2.0
25982025-05-14T15:50:42.262Z Checking reedline v0.38.0
25992025-05-14T15:50:42.399Z Checking tabled v0.15.0
26002025-05-14T15:50:42.641Z Checking peg v0.8.5
26012025-05-14T15:50:43.259Z Checking rustyline v14.0.0
26022025-05-14T15:50:54.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.49s
26032025-05-14T15:50:55.063Z
26042025-05-14T15:50:55.063Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/216)
26052025-05-14T15:50:55.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26062025-05-14T15:50:55.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26072025-05-14T15:50:56.146Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26082025-05-14T15:51:03.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.93s
26092025-05-14T15:51:03.188Z
26102025-05-14T15:51:03.188Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/216)
26112025-05-14T15:51:04.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26122025-05-14T15:51:04.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26132025-05-14T15:51:04.305Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26142025-05-14T15:51:09.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.81s
26152025-05-14T15:51:09.190Z
26162025-05-14T15:51:09.190Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/216)
26172025-05-14T15:51:10.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26182025-05-14T15:51:10.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26192025-05-14T15:51:10.215Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26202025-05-14T15:51:16.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.55s
26212025-05-14T15:51:16.940Z
26222025-05-14T15:51:16.940Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/216)
26232025-05-14T15:51:17.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242025-05-14T15:51:17.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252025-05-14T15:51:17.997Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26262025-05-14T15:51:24.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.72s
26272025-05-14T15:51:24.851Z
26282025-05-14T15:51:24.851Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/216)
26292025-05-14T15:51:25.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302025-05-14T15:51:25.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312025-05-14T15:51:25.898Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26322025-05-14T15:51:30.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.03s
26332025-05-14T15:51:31.079Z
26342025-05-14T15:51:31.080Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/216)
26352025-05-14T15:51:31.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362025-05-14T15:51:31.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372025-05-14T15:51:32.131Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26382025-05-14T15:51:37.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.98s
26392025-05-14T15:51:37.260Z
26402025-05-14T15:51:37.260Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/216)
26412025-05-14T15:51:38.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422025-05-14T15:51:38.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432025-05-14T15:51:38.286Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26442025-05-14T15:51:45.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.80s
26452025-05-14T15:51:45.269Z
26462025-05-14T15:51:45.269Zinfo: running `cargo check --bins` on oximeter (67/216)
26472025-05-14T15:51:46.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482025-05-14T15:51:46.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492025-05-14T15:51:46.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502025-05-14T15:51:46.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
26512025-05-14T15:51:46.278Z
26522025-05-14T15:51:46.278Zinfo: running `cargo check --bins` on oximeter-macro-impl (68/216)
26532025-05-14T15:51:47.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542025-05-14T15:51:47.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552025-05-14T15:51:47.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562025-05-14T15:51:47.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
26572025-05-14T15:51:47.209Z
26582025-05-14T15:51:47.209Zinfo: running `cargo check --bins` on oximeter-schema (69/216)
26592025-05-14T15:51:48.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602025-05-14T15:51:48.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612025-05-14T15:51:48.171Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26622025-05-14T15:51:50.756Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26632025-05-14T15:51:52.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.82s
26642025-05-14T15:51:52.221Z
26652025-05-14T15:51:52.222Zinfo: running `cargo check --bins` on oximeter-types (70/216)
26662025-05-14T15:51:53.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672025-05-14T15:51:53.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682025-05-14T15:51:53.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26692025-05-14T15:51:53.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
26702025-05-14T15:51:53.210Z
26712025-05-14T15:51:53.210Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (71/216)
26722025-05-14T15:51:54.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732025-05-14T15:51:54.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742025-05-14T15:51:54.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26752025-05-14T15:51:54.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
26762025-05-14T15:51:54.192Z
26772025-05-14T15:51:54.192Zinfo: running `cargo check --bins` on oxql-types (72/216)
26782025-05-14T15:51:55.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26792025-05-14T15:51:55.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26802025-05-14T15:51:55.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26812025-05-14T15:51:55.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
26822025-05-14T15:51:55.166Z
26832025-05-14T15:51:55.166Zinfo: running `cargo check --bins` on oximeter-test-utils (73/216)
26842025-05-14T15:51:56.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26852025-05-14T15:51:56.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26862025-05-14T15:51:56.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26872025-05-14T15:51:56.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
26882025-05-14T15:51:56.207Z
26892025-05-14T15:51:56.207Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (74/216)
26902025-05-14T15:51:57.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26912025-05-14T15:51:57.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26922025-05-14T15:51:57.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26932025-05-14T15:51:57.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
26942025-05-14T15:51:57.222Z
26952025-05-14T15:51:57.222Zinfo: running `cargo check --bins` on bootstrap-agent-client (75/216)
26962025-05-14T15:51:58.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26972025-05-14T15:51:58.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26982025-05-14T15:51:58.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26992025-05-14T15:51:58.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
27002025-05-14T15:51:58.211Z
27012025-05-14T15:51:58.211Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (76/216)
27022025-05-14T15:51:59.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27032025-05-14T15:51:59.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27042025-05-14T15:51:59.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27052025-05-14T15:51:59.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
27062025-05-14T15:51:59.196Z
27072025-05-14T15:51:59.196Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (77/216)
27082025-05-14T15:52:00.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27092025-05-14T15:52:00.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27102025-05-14T15:52:00.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27112025-05-14T15:52:00.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
27122025-05-14T15:52:00.175Z
27132025-05-14T15:52:00.175Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (78/216)
27142025-05-14T15:52:01.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27152025-05-14T15:52:01.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27162025-05-14T15:52:01.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27172025-05-14T15:52:01.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
27182025-05-14T15:52:01.140Z
27192025-05-14T15:52:01.140Zinfo: running `cargo check --bins` on cockroach-admin-client (79/216)
27202025-05-14T15:52:01.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27212025-05-14T15:52:01.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27222025-05-14T15:52:01.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27232025-05-14T15:52:01.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
27242025-05-14T15:52:02.067Z
27252025-05-14T15:52:02.067Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (80/216)
27262025-05-14T15:52:02.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27272025-05-14T15:52:02.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27282025-05-14T15:52:02.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27292025-05-14T15:52:02.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
27302025-05-14T15:52:03.094Z
27312025-05-14T15:52:03.094Zinfo: running `cargo check --bins` on dns-service-client (81/216)
27322025-05-14T15:52:03.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27332025-05-14T15:52:03.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27342025-05-14T15:52:03.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27352025-05-14T15:52:03.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
27362025-05-14T15:52:04.103Z
27372025-05-14T15:52:04.103Zinfo: running `cargo check --bins` on internal-dns-types (82/216)
27382025-05-14T15:52:04.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27392025-05-14T15:52:04.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27402025-05-14T15:52:04.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27412025-05-14T15:52:04.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
27422025-05-14T15:52:05.088Z
27432025-05-14T15:52:05.088Zinfo: running `cargo check --bins` on ereport-client (83/216)
27442025-05-14T15:52:05.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27452025-05-14T15:52:05.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27462025-05-14T15:52:05.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27472025-05-14T15:52:05.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
27482025-05-14T15:52:06.043Z
27492025-05-14T15:52:06.043Zinfo: running `cargo check --bins` on ereport-types (84/216)
27502025-05-14T15:52:06.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27512025-05-14T15:52:06.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27522025-05-14T15:52:06.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27532025-05-14T15:52:06.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
27542025-05-14T15:52:06.980Z
27552025-05-14T15:52:06.980Zinfo: running `cargo check --bins` on gateway-client (85/216)
27562025-05-14T15:52:07.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572025-05-14T15:52:07.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582025-05-14T15:52:07.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27592025-05-14T15:52:07.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
27602025-05-14T15:52:07.911Z
27612025-05-14T15:52:07.911Zinfo: running `cargo check --bins` on installinator-client (86/216)
27622025-05-14T15:52:08.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632025-05-14T15:52:08.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642025-05-14T15:52:08.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27652025-05-14T15:52:08.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
27662025-05-14T15:52:08.919Z
27672025-05-14T15:52:08.919Zinfo: running `cargo check --bins` on installinator-common (87/216)
27682025-05-14T15:52:09.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692025-05-14T15:52:09.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702025-05-14T15:52:09.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712025-05-14T15:52:09.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
27722025-05-14T15:52:09.917Z
27732025-05-14T15:52:09.917Zinfo: running `cargo check --bins` on update-engine (88/216)
27742025-05-14T15:52:10.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752025-05-14T15:52:10.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762025-05-14T15:52:10.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772025-05-14T15:52:10.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
27782025-05-14T15:52:10.868Z
27792025-05-14T15:52:10.868Zinfo: running `cargo check --bins` on nexus-client (89/216)
27802025-05-14T15:52:11.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812025-05-14T15:52:11.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822025-05-14T15:52:11.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832025-05-14T15:52:11.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
27842025-05-14T15:52:11.856Z
27852025-05-14T15:52:11.856Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (90/216)
27862025-05-14T15:52:12.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872025-05-14T15:52:12.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882025-05-14T15:52:12.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892025-05-14T15:52:12.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
27902025-05-14T15:52:12.861Z
27912025-05-14T15:52:12.861Zinfo: running `cargo check --bins` on omicron-passwords (91/216)
27922025-05-14T15:52:13.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932025-05-14T15:52:13.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942025-05-14T15:52:13.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952025-05-14T15:52:13.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
27962025-05-14T15:52:13.805Z
27972025-05-14T15:52:13.805Zinfo: running `cargo check --bins` on nexus-types (92/216)
27982025-05-14T15:52:14.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992025-05-14T15:52:14.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002025-05-14T15:52:14.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012025-05-14T15:52:14.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
28022025-05-14T15:52:14.804Z
28032025-05-14T15:52:14.804Zinfo: running `cargo check --bins` on oxide-client (93/216)
28042025-05-14T15:52:15.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052025-05-14T15:52:15.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062025-05-14T15:52:15.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072025-05-14T15:52:15.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
28082025-05-14T15:52:15.714Z
28092025-05-14T15:52:15.714Zinfo: running `cargo check --bins` on oximeter-client (94/216)
28102025-05-14T15:52:16.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112025-05-14T15:52:16.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122025-05-14T15:52:16.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132025-05-14T15:52:16.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
28142025-05-14T15:52:16.679Z
28152025-05-14T15:52:16.679Zinfo: running `cargo check --bins` on repo-depot-client (95/216)
28162025-05-14T15:52:17.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172025-05-14T15:52:17.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182025-05-14T15:52:17.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28192025-05-14T15:52:17.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
28202025-05-14T15:52:17.605Z
28212025-05-14T15:52:17.605Zinfo: running `cargo check --bins` on sled-agent-client (96/216)
28222025-05-14T15:52:18.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232025-05-14T15:52:18.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242025-05-14T15:52:18.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28252025-05-14T15:52:18.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
28262025-05-14T15:52:18.613Z
28272025-05-14T15:52:18.613Zinfo: running `cargo check --bins` on sled-agent-types (97/216)
28282025-05-14T15:52:19.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292025-05-14T15:52:19.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302025-05-14T15:52:19.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28312025-05-14T15:52:19.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
28322025-05-14T15:52:19.659Z
28332025-05-14T15:52:19.659Zinfo: running `cargo check --bins` on wicketd-client (98/216)
28342025-05-14T15:52:20.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352025-05-14T15:52:20.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362025-05-14T15:52:20.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28372025-05-14T15:52:20.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
28382025-05-14T15:52:20.693Z
28392025-05-14T15:52:20.693Zinfo: running `cargo check --bins` on wicket-common (99/216)
28402025-05-14T15:52:21.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412025-05-14T15:52:21.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422025-05-14T15:52:21.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28432025-05-14T15:52:21.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
28442025-05-14T15:52:21.692Z
28452025-05-14T15:52:21.692Zinfo: running `cargo check --bins` on omicron-cockroach-admin (100/216)
28462025-05-14T15:52:22.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472025-05-14T15:52:22.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482025-05-14T15:52:22.697Z Checking csv-core v0.1.11
28492025-05-14T15:52:22.698Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28502025-05-14T15:52:22.698Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28512025-05-14T15:52:22.723Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28522025-05-14T15:52:22.956Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28532025-05-14T15:52:22.981Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28542025-05-14T15:52:23.008Z Checking csv v1.3.1
28552025-05-14T15:52:23.691Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28562025-05-14T15:52:24.147Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28572025-05-14T15:52:26.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s
28582025-05-14T15:52:26.691Z
28592025-05-14T15:52:26.691Zinfo: running `cargo check --bins` on cockroach-admin-api (101/216)
28602025-05-14T15:52:27.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612025-05-14T15:52:27.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622025-05-14T15:52:27.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28632025-05-14T15:52:27.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
28642025-05-14T15:52:27.654Z
28652025-05-14T15:52:27.654Zinfo: running `cargo check --bins` on cockroach-admin-types (102/216)
28662025-05-14T15:52:28.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672025-05-14T15:52:28.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682025-05-14T15:52:28.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28692025-05-14T15:52:28.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
28702025-05-14T15:52:28.609Z
28712025-05-14T15:52:28.609Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (103/216)
28722025-05-14T15:52:29.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732025-05-14T15:52:29.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742025-05-14T15:52:29.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28752025-05-14T15:52:29.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
28762025-05-14T15:52:29.741Z
28772025-05-14T15:52:29.741Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (104/216)
28782025-05-14T15:52:30.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792025-05-14T15:52:30.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802025-05-14T15:52:30.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28812025-05-14T15:52:30.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
28822025-05-14T15:52:30.844Z
28832025-05-14T15:52:30.844Zinfo: running `cargo check --bins` on dns-server (105/216)
28842025-05-14T15:52:31.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852025-05-14T15:52:31.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862025-05-14T15:52:31.841Z Compiling parking_lot_core v0.8.6
28872025-05-14T15:52:31.841Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28882025-05-14T15:52:31.866Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
28892025-05-14T15:52:31.866Z Checking fxhash v0.2.1
28902025-05-14T15:52:31.866Z Checking hickory-client v0.24.4
28912025-05-14T15:52:31.866Z Checking hickory-server v0.24.4
28922025-05-14T15:52:32.557Z Checking parking_lot v0.11.2
28932025-05-14T15:52:32.757Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28942025-05-14T15:52:32.757Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28952025-05-14T15:52:32.855Z Checking sled v0.34.7
28962025-05-14T15:52:35.150Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28972025-05-14T15:52:36.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.94s
28982025-05-14T15:52:36.960Z
28992025-05-14T15:52:36.960Zinfo: running `cargo check --bins` on dns-server-api (106/216)
29002025-05-14T15:52:37.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012025-05-14T15:52:37.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022025-05-14T15:52:37.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032025-05-14T15:52:37.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
29042025-05-14T15:52:37.922Z
29052025-05-14T15:52:37.922Zinfo: running `cargo check --bins` on openapi-manager-types (107/216)
29062025-05-14T15:52:38.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072025-05-14T15:52:38.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082025-05-14T15:52:38.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092025-05-14T15:52:38.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
29102025-05-14T15:52:38.823Z
29112025-05-14T15:52:38.823Zinfo: running `cargo check --bins` on gateway-test-utils (108/216)
29122025-05-14T15:52:39.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132025-05-14T15:52:39.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142025-05-14T15:52:39.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152025-05-14T15:52:39.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
29162025-05-14T15:52:39.874Z
29172025-05-14T15:52:39.874Zinfo: running `cargo check --bins` on gateway-types (109/216)
29182025-05-14T15:52:40.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192025-05-14T15:52:40.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202025-05-14T15:52:40.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212025-05-14T15:52:40.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
29222025-05-14T15:52:40.858Z
29232025-05-14T15:52:40.858Zinfo: running `cargo check --bins` on ipcc (110/216)
29242025-05-14T15:52:41.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252025-05-14T15:52:41.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262025-05-14T15:52:41.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272025-05-14T15:52:41.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
29282025-05-14T15:52:41.815Z
29292025-05-14T15:52:41.815Zinfo: running `cargo check --bins` on omicron-gateway (111/216)
29302025-05-14T15:52:42.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312025-05-14T15:52:42.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322025-05-14T15:52:42.910Z Compiling semver v0.1.20
29332025-05-14T15:52:42.910Z Compiling radium v0.7.0
29342025-05-14T15:52:42.935Z Checking tap v1.0.1
29352025-05-14T15:52:42.935Z Compiling maybe-uninit v2.0.0
29362025-05-14T15:52:42.996Z Checking password-hash v0.5.0
29372025-05-14T15:52:43.021Z Checking blake2 v0.10.6
29382025-05-14T15:52:43.021Z Compiling owo-colors v4.2.0
29392025-05-14T15:52:43.021Z Compiling packed_struct v0.10.1
29402025-05-14T15:52:43.145Z Checking wyz v0.5.1
29412025-05-14T15:52:43.353Z Compiling rustc_version v0.1.7
29422025-05-14T15:52:43.473Z Compiling cancel-safe-futures v0.1.5
29432025-05-14T15:52:43.499Z Checking crc-catalog v2.4.0
29442025-05-14T15:52:43.499Z Checking funty v2.0.0
29452025-05-14T15:52:43.585Z Checking argon2 v0.5.3
29462025-05-14T15:52:43.677Z Compiling packed_struct_codegen v0.10.1
29472025-05-14T15:52:43.702Z Checking libsw-core v0.3.1
29482025-05-14T15:52:43.727Z Checking crc v3.2.1
29492025-05-14T15:52:43.752Z Compiling newtype_derive v0.1.6
29502025-05-14T15:52:43.795Z Checking half v2.4.1
29512025-05-14T15:52:43.842Z Compiling indexmap v1.9.3
29522025-05-14T15:52:43.937Z Checking fixedbitset v0.5.7
29532025-05-14T15:52:44.129Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
29542025-05-14T15:52:44.154Z Checking ciborium-io v0.2.2
29552025-05-14T15:52:44.154Z Checking nodrop v0.1.14
29562025-05-14T15:52:44.228Z Checking bitvec v1.0.1
29572025-05-14T15:52:44.277Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29582025-05-14T15:52:44.324Z Checking petgraph v0.7.1
29592025-05-14T15:52:44.349Z Checking ciborium-ll v0.2.2
29602025-05-14T15:52:44.375Z Checking array-init v0.0.4
29612025-05-14T15:52:44.430Z Checking libsw v3.4.0
29622025-05-14T15:52:44.637Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29632025-05-14T15:52:44.669Z Checking smallvec v0.6.14
29642025-05-14T15:52:44.879Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29652025-05-14T15:52:45.026Z Checking bitfield v0.14.0
29662025-05-14T15:52:45.124Z Checking termcolor v1.4.1
29672025-05-14T15:52:45.281Z Checking linear-map v1.2.0
29682025-05-14T15:52:45.307Z Checking swrite v0.1.0
29692025-05-14T15:52:45.435Z Checking indent_write v2.2.0
29702025-05-14T15:52:45.500Z Checking hashbrown v0.12.3
29712025-05-14T15:52:45.586Z Checking ron v0.8.1
29722025-05-14T15:52:45.642Z Checking env_logger v0.10.2
29732025-05-14T15:52:45.765Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29742025-05-14T15:52:45.791Z Checking serde-hex v0.1.0
29752025-05-14T15:52:45.908Z Checking ciborium v0.2.2
29762025-05-14T15:52:46.236Z Checking steno v0.4.1
29772025-05-14T15:52:46.635Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29782025-05-14T15:52:46.736Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29792025-05-14T15:52:46.887Z Checking hashbrown v0.13.2
29802025-05-14T15:52:46.928Z Checking humantime v2.1.0
29812025-05-14T15:52:47.017Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29822025-05-14T15:52:47.196Z Checking crc-any v2.5.0
29832025-05-14T15:52:47.223Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29842025-05-14T15:52:47.461Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29852025-05-14T15:52:47.518Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68)
29862025-05-14T15:52:47.715Z Checking object v0.30.4
29872025-05-14T15:52:47.799Z Checking path-slash v0.1.5
29882025-05-14T15:52:47.824Z Checking void v1.0.2
29892025-05-14T15:52:47.954Z Checking tungstenite v0.23.0
29902025-05-14T15:52:47.979Z Checking lzss v0.8.2
29912025-05-14T15:52:48.168Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29922025-05-14T15:52:48.302Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29932025-05-14T15:52:48.755Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29942025-05-14T15:52:48.932Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
29952025-05-14T15:52:49.014Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29962025-05-14T15:52:49.052Z Checking nix v0.27.1
29972025-05-14T15:52:49.197Z Checking kstat-rs v0.2.4
29982025-05-14T15:52:49.365Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
29992025-05-14T15:52:49.402Z Checking ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api)
30002025-05-14T15:52:49.522Z Checking tokio-tungstenite v0.23.1
30012025-05-14T15:52:49.547Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30022025-05-14T15:52:49.842Z Checking signal-hook-tokio v0.3.1
30032025-05-14T15:52:50.393Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
30042025-05-14T15:52:50.632Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30052025-05-14T15:52:58.720Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
30062025-05-14T15:53:00.357Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
30072025-05-14T15:53:06.225Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30082025-05-14T15:53:14.397Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30092025-05-14T15:53:15.255Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30102025-05-14T15:53:18.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.03s
30112025-05-14T15:53:19.044Z
30122025-05-14T15:53:19.045Zinfo: running `cargo check --bins` on ereport-api (112/216)
30132025-05-14T15:53:19.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142025-05-14T15:53:19.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152025-05-14T15:53:19.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162025-05-14T15:53:19.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
30172025-05-14T15:53:19.996Z
30182025-05-14T15:53:19.996Zinfo: running `cargo check --bins` on gateway-api (113/216)
30192025-05-14T15:53:20.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202025-05-14T15:53:20.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212025-05-14T15:53:20.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30222025-05-14T15:53:20.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
30232025-05-14T15:53:20.968Z
30242025-05-14T15:53:20.968Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (114/216)
30252025-05-14T15:53:21.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262025-05-14T15:53:21.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272025-05-14T15:53:21.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282025-05-14T15:53:21.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
30292025-05-14T15:53:21.869Z
30302025-05-14T15:53:21.869Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (115/216)
30312025-05-14T15:53:22.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322025-05-14T15:53:22.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332025-05-14T15:53:22.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342025-05-14T15:53:22.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
30352025-05-14T15:53:22.830Z
30362025-05-14T15:53:22.831Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (116/216)
30372025-05-14T15:53:23.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382025-05-14T15:53:23.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392025-05-14T15:53:23.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402025-05-14T15:53:23.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
30412025-05-14T15:53:23.795Z
30422025-05-14T15:53:23.796Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (117/216)
30432025-05-14T15:53:24.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442025-05-14T15:53:24.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452025-05-14T15:53:24.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462025-05-14T15:53:24.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
30472025-05-14T15:53:24.791Z
30482025-05-14T15:53:24.792Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (118/216)
30492025-05-14T15:53:25.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502025-05-14T15:53:25.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512025-05-14T15:53:25.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522025-05-14T15:53:25.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
30532025-05-14T15:53:25.792Z
30542025-05-14T15:53:25.792Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (119/216)
30552025-05-14T15:53:26.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562025-05-14T15:53:26.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572025-05-14T15:53:26.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582025-05-14T15:53:26.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
30592025-05-14T15:53:26.790Z
30602025-05-14T15:53:26.790Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (120/216)
30612025-05-14T15:53:27.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622025-05-14T15:53:27.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632025-05-14T15:53:27.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642025-05-14T15:53:27.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
30652025-05-14T15:53:27.788Z
30662025-05-14T15:53:27.788Zinfo: running `cargo check --bins` on oximeter-producer (121/216)
30672025-05-14T15:53:28.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682025-05-14T15:53:28.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692025-05-14T15:53:28.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702025-05-14T15:53:28.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
30712025-05-14T15:53:28.836Z
30722025-05-14T15:53:28.836Zinfo: running `cargo check --bins` on internal-dns-resolver (122/216)
30732025-05-14T15:53:29.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742025-05-14T15:53:29.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752025-05-14T15:53:29.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762025-05-14T15:53:29.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
30772025-05-14T15:53:29.790Z
30782025-05-14T15:53:29.790Zinfo: running `cargo check --bins` on sp-sim (123/216)
30792025-05-14T15:53:30.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802025-05-14T15:53:30.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812025-05-14T15:53:30.793Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30822025-05-14T15:53:30.793Z Checking keccak v0.1.5
30832025-05-14T15:53:31.114Z Checking sha3 v0.10.8
30842025-05-14T15:53:31.139Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30852025-05-14T15:53:33.203Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30862025-05-14T15:53:35.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.76s
30872025-05-14T15:53:35.732Z
30882025-05-14T15:53:35.732Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (124/216)
30892025-05-14T15:53:36.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902025-05-14T15:53:36.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912025-05-14T15:53:36.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922025-05-14T15:53:36.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
30932025-05-14T15:53:36.779Z
30942025-05-14T15:53:36.779Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (125/216)
30952025-05-14T15:53:37.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962025-05-14T15:53:37.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972025-05-14T15:53:37.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982025-05-14T15:53:37.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
30992025-05-14T15:53:37.872Z
31002025-05-14T15:53:37.872Zinfo: running `cargo check --bins` on db-macros (126/216)
31012025-05-14T15:53:38.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022025-05-14T15:53:38.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032025-05-14T15:53:38.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042025-05-14T15:53:38.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
31052025-05-14T15:53:38.833Z
31062025-05-14T15:53:38.833Zinfo: running `cargo check --bins` on nexus-macros-common (127/216)
31072025-05-14T15:53:39.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082025-05-14T15:53:39.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092025-05-14T15:53:39.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102025-05-14T15:53:39.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
31112025-05-14T15:53:39.778Z
31122025-05-14T15:53:39.778Zinfo: running `cargo check --bins` on nexus-auth (128/216)
31132025-05-14T15:53:40.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142025-05-14T15:53:40.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152025-05-14T15:53:40.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162025-05-14T15:53:40.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
31172025-05-14T15:53:40.828Z
31182025-05-14T15:53:40.828Zinfo: running `cargo check --bins` on authz-macros (129/216)
31192025-05-14T15:53:41.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202025-05-14T15:53:41.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212025-05-14T15:53:41.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222025-05-14T15:53:41.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
31232025-05-14T15:53:41.755Z
31242025-05-14T15:53:41.755Zinfo: running `cargo check --bins` on nexus-db-fixed-data (130/216)
31252025-05-14T15:53:42.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262025-05-14T15:53:42.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272025-05-14T15:53:42.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282025-05-14T15:53:42.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
31292025-05-14T15:53:42.769Z
31302025-05-14T15:53:42.769Zinfo: running `cargo check --bins` on nexus-db-model (131/216)
31312025-05-14T15:53:43.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322025-05-14T15:53:43.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332025-05-14T15:53:43.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342025-05-14T15:53:43.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
31352025-05-14T15:53:43.788Z
31362025-05-14T15:53:43.788Zinfo: running `cargo check --bins` on nexus-db-schema (132/216)
31372025-05-14T15:53:44.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382025-05-14T15:53:44.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392025-05-14T15:53:44.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402025-05-14T15:53:44.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
31412025-05-14T15:53:44.705Z
31422025-05-14T15:53:44.705Zinfo: running `cargo check --bins` on nexus-defaults (133/216)
31432025-05-14T15:53:45.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442025-05-14T15:53:45.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452025-05-14T15:53:45.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462025-05-14T15:53:45.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
31472025-05-14T15:53:45.649Z
31482025-05-14T15:53:45.649Zinfo: running `cargo check --bins` on nexus-db-errors (134/216)
31492025-05-14T15:53:46.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502025-05-14T15:53:46.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512025-05-14T15:53:46.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522025-05-14T15:53:46.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
31532025-05-14T15:53:46.653Z
31542025-05-14T15:53:46.654Zinfo: running `cargo check --bins` on nexus-db-lookup (135/216)
31552025-05-14T15:53:47.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562025-05-14T15:53:47.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572025-05-14T15:53:47.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582025-05-14T15:53:47.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
31592025-05-14T15:53:47.705Z
31602025-05-14T15:53:47.705Zinfo: running `cargo check --bins` on nexus-inventory (136/216)
31612025-05-14T15:53:48.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622025-05-14T15:53:48.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632025-05-14T15:53:48.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642025-05-14T15:53:48.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
31652025-05-14T15:53:48.739Z
31662025-05-14T15:53:48.739Zinfo: running `cargo check --bins` on typed-rng (137/216)
31672025-05-14T15:53:49.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682025-05-14T15:53:49.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692025-05-14T15:53:49.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31702025-05-14T15:53:49.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
31712025-05-14T15:53:49.680Z
31722025-05-14T15:53:49.680Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (138/216)
31732025-05-14T15:53:50.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742025-05-14T15:53:50.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752025-05-14T15:53:50.808Z Checking secrecy v0.10.3
31762025-05-14T15:53:50.833Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
31772025-05-14T15:53:50.833Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31782025-05-14T15:53:50.833Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
31792025-05-14T15:53:50.833Z Compiling thiserror-impl-no-std v2.0.2
31802025-05-14T15:53:50.833Z Checking universal-hash v0.5.1
31812025-05-14T15:53:50.833Z Checking opaque-debug v0.3.1
31822025-05-14T15:53:50.898Z Checking chacha20 v0.9.1
31832025-05-14T15:53:51.004Z Checking aead v0.5.2
31842025-05-14T15:53:51.045Z Compiling unicase v2.7.0
31852025-05-14T15:53:51.075Z Checking poly1305 v0.8.0
31862025-05-14T15:53:51.112Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31872025-05-14T15:53:51.223Z Compiling libefi-sys v0.1.0
31882025-05-14T15:53:51.284Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
31892025-05-14T15:53:51.309Z Compiling bitfield-struct v0.6.2
31902025-05-14T15:53:51.388Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
31912025-05-14T15:53:51.450Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31922025-05-14T15:53:51.532Z Checking chacha20poly1305 v0.10.1
31932025-05-14T15:53:51.558Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31942025-05-14T15:53:51.724Z Compiling proc-macro-error-attr2 v2.0.0
31952025-05-14T15:53:51.779Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31962025-05-14T15:53:51.868Z Compiling salty v0.3.0
31972025-05-14T15:53:51.893Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31982025-05-14T15:53:52.307Z Compiling num-derive v0.3.3
31992025-05-14T15:53:52.411Z Compiling proc-macro-error2 v2.0.1
32002025-05-14T15:53:52.446Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32012025-05-14T15:53:52.506Z Compiling xshell-macros v0.2.7
32022025-05-14T15:53:52.936Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32032025-05-14T15:53:52.974Z Compiling tabled_derive v0.10.0
32042025-05-14T15:53:53.165Z Checking xshell v0.2.7
32052025-05-14T15:53:53.229Z Checking thiserror-no-std v2.0.2
32062025-05-14T15:53:53.322Z Checking vsss-rs v3.3.4
32072025-05-14T15:53:53.383Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32082025-05-14T15:53:53.483Z Checking papergrid v0.14.0
32092025-05-14T15:53:53.715Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
32102025-05-14T15:53:53.948Z Checking libscf-sys v1.1.0
32112025-05-14T15:53:54.157Z Compiling mime_guess v2.0.5
32122025-05-14T15:53:54.695Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
32132025-05-14T15:53:55.123Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32142025-05-14T15:53:55.241Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
32152025-05-14T15:53:55.277Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
32162025-05-14T15:53:55.657Z Checking primeorder v0.13.6
32172025-05-14T15:53:55.875Z Checking env_filter v0.1.2
32182025-05-14T15:53:56.069Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
32192025-05-14T15:53:56.111Z Checking glob v0.3.2
32202025-05-14T15:53:56.140Z Checking env_logger v0.11.5
32212025-05-14T15:53:56.432Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32222025-05-14T15:53:56.457Z Checking p384 v0.13.0
32232025-05-14T15:53:56.457Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
32242025-05-14T15:53:56.760Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
32252025-05-14T15:53:56.866Z Checking tabled v0.18.0
32262025-05-14T15:53:57.026Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
32272025-05-14T15:53:57.315Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32282025-05-14T15:53:57.358Z Checking http-range v0.1.5
32292025-05-14T15:53:57.399Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
32302025-05-14T15:53:57.515Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
32312025-05-14T15:53:57.554Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
32322025-05-14T15:53:57.840Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32332025-05-14T15:53:58.146Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32342025-05-14T15:53:58.213Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32352025-05-14T15:53:58.254Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
32362025-05-14T15:53:58.333Z Checking secrecy v0.8.0
32372025-05-14T15:53:58.358Z Checking atty v0.2.14
32382025-05-14T15:53:58.466Z Checking crc8 v0.1.1
32392025-05-14T15:53:58.505Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
32402025-05-14T15:53:58.624Z Checking hyper-staticfile v0.10.1
32412025-05-14T15:53:58.916Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32422025-05-14T15:53:59.081Z Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
32432025-05-14T15:53:59.131Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
32442025-05-14T15:53:59.299Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32452025-05-14T15:53:59.540Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32462025-05-14T15:53:59.774Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32472025-05-14T15:53:59.878Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32482025-05-14T15:53:59.949Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
32492025-05-14T15:54:00.040Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32502025-05-14T15:54:00.891Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32512025-05-14T15:54:00.953Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32522025-05-14T15:54:01.024Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32532025-05-14T15:54:01.240Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32542025-05-14T15:54:01.345Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32552025-05-14T15:54:01.513Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32562025-05-14T15:54:02.156Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
32572025-05-14T15:54:02.497Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
32582025-05-14T15:54:02.522Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32592025-05-14T15:54:04.141Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
32602025-05-14T15:54:12.423Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32612025-05-14T15:54:30.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.67s
32622025-05-14T15:54:30.552Z
32632025-05-14T15:54:30.552Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (139/216)
32642025-05-14T15:54:31.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32652025-05-14T15:54:31.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32662025-05-14T15:54:31.710Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32672025-05-14T15:54:50.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.03s
32682025-05-14T15:54:50.802Z
32692025-05-14T15:54:50.802Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (140/216)
32702025-05-14T15:54:51.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32712025-05-14T15:54:51.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32722025-05-14T15:54:51.919Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32732025-05-14T15:55:10.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.86s
32742025-05-14T15:55:10.866Z
32752025-05-14T15:55:10.866Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (141/216)
32762025-05-14T15:55:11.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32772025-05-14T15:55:11.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32782025-05-14T15:55:12.034Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32792025-05-14T15:55:31.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.31s
32802025-05-14T15:55:31.400Z
32812025-05-14T15:55:31.400Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (142/216)
32822025-05-14T15:55:32.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32832025-05-14T15:55:32.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32842025-05-14T15:55:32.556Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32852025-05-14T15:55:51.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.24s
32862025-05-14T15:55:51.849Z
32872025-05-14T15:55:51.850Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (143/216)
32882025-05-14T15:55:52.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32892025-05-14T15:55:52.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32902025-05-14T15:55:53.037Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32912025-05-14T15:56:12.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.21s
32922025-05-14T15:56:12.273Z
32932025-05-14T15:56:12.273Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (144/216)
32942025-05-14T15:56:13.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32952025-05-14T15:56:13.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32962025-05-14T15:56:13.426Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32972025-05-14T15:56:32.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.15s
32982025-05-14T15:56:32.625Z
32992025-05-14T15:56:32.625Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (145/216)
33002025-05-14T15:56:33.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33012025-05-14T15:56:33.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33022025-05-14T15:56:33.770Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33032025-05-14T15:56:52.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.05s
33042025-05-14T15:56:52.889Z
33052025-05-14T15:56:52.889Zinfo: running `cargo check --bins` on bootstrap-agent-api (146/216)
33062025-05-14T15:56:53.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33072025-05-14T15:56:53.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33082025-05-14T15:56:53.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33092025-05-14T15:56:53.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
33102025-05-14T15:56:53.921Z
33112025-05-14T15:56:53.921Zinfo: running `cargo check --bins` on key-manager (147/216)
33122025-05-14T15:56:54.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33132025-05-14T15:56:54.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33142025-05-14T15:56:54.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33152025-05-14T15:56:54.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
33162025-05-14T15:56:54.935Z
33172025-05-14T15:56:54.935Zinfo: running `cargo check --bins` on range-requests (148/216)
33182025-05-14T15:56:55.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33192025-05-14T15:56:55.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33202025-05-14T15:56:55.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33212025-05-14T15:56:55.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
33222025-05-14T15:56:55.882Z
33232025-05-14T15:56:55.882Zinfo: running `cargo check --bins` on repo-depot-api (149/216)
33242025-05-14T15:56:56.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252025-05-14T15:56:56.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262025-05-14T15:56:56.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33272025-05-14T15:56:56.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
33282025-05-14T15:56:56.842Z
33292025-05-14T15:56:56.842Zinfo: running `cargo check --bins` on sled-agent-api (150/216)
33302025-05-14T15:56:57.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312025-05-14T15:56:57.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322025-05-14T15:56:57.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332025-05-14T15:56:57.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
33342025-05-14T15:56:57.853Z
33352025-05-14T15:56:57.853Zinfo: running `cargo check --bins` on sled-diagnostics (151/216)
33362025-05-14T15:56:58.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372025-05-14T15:56:58.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382025-05-14T15:56:58.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392025-05-14T15:56:58.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
33402025-05-14T15:56:58.885Z
33412025-05-14T15:56:58.885Zinfo: running `cargo check --bins --no-default-features` on sled-storage (152/216)
33422025-05-14T15:56:59.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432025-05-14T15:56:59.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442025-05-14T15:56:59.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452025-05-14T15:56:59.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
33462025-05-14T15:56:59.895Z
33472025-05-14T15:56:59.895Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (153/216)
33482025-05-14T15:57:00.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492025-05-14T15:57:00.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502025-05-14T15:57:00.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512025-05-14T15:57:00.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
33522025-05-14T15:57:00.902Z
33532025-05-14T15:57:00.902Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (154/216)
33542025-05-14T15:57:01.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552025-05-14T15:57:01.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562025-05-14T15:57:01.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572025-05-14T15:57:01.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
33582025-05-14T15:57:01.878Z
33592025-05-14T15:57:01.879Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (155/216)
33602025-05-14T15:57:02.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612025-05-14T15:57:02.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622025-05-14T15:57:02.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632025-05-14T15:57:02.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
33642025-05-14T15:57:02.872Z
33652025-05-14T15:57:02.872Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (156/216)
33662025-05-14T15:57:03.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672025-05-14T15:57:03.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682025-05-14T15:57:03.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692025-05-14T15:57:03.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
33702025-05-14T15:57:03.927Z
33712025-05-14T15:57:03.927Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (157/216)
33722025-05-14T15:57:04.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732025-05-14T15:57:04.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742025-05-14T15:57:04.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752025-05-14T15:57:04.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
33762025-05-14T15:57:05.004Z
33772025-05-14T15:57:05.004Zinfo: running `cargo check --bins` on sled-agent-zone-images (158/216)
33782025-05-14T15:57:05.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792025-05-14T15:57:05.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802025-05-14T15:57:05.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812025-05-14T15:57:05.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
33822025-05-14T15:57:06.015Z
33832025-05-14T15:57:06.015Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (159/216)
33842025-05-14T15:57:06.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852025-05-14T15:57:06.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862025-05-14T15:57:06.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872025-05-14T15:57:06.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
33882025-05-14T15:57:07.037Z
33892025-05-14T15:57:07.037Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (160/216)
33902025-05-14T15:57:07.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912025-05-14T15:57:07.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922025-05-14T15:57:07.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932025-05-14T15:57:07.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
33942025-05-14T15:57:08.062Z
33952025-05-14T15:57:08.062Zinfo: running `cargo check --bins` on nexus-test-interface (161/216)
33962025-05-14T15:57:08.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972025-05-14T15:57:08.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982025-05-14T15:57:08.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992025-05-14T15:57:08.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
34002025-05-14T15:57:09.084Z
34012025-05-14T15:57:09.084Zinfo: running `cargo check --bins` on oximeter-collector (162/216)
34022025-05-14T15:57:09.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032025-05-14T15:57:10.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042025-05-14T15:57:10.169Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34052025-05-14T15:57:10.169Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34062025-05-14T15:57:11.218Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34072025-05-14T15:57:13.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s
34082025-05-14T15:57:13.914Z
34092025-05-14T15:57:13.914Zinfo: running `cargo check --bins` on oximeter-api (163/216)
34102025-05-14T15:57:14.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112025-05-14T15:57:14.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122025-05-14T15:57:14.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132025-05-14T15:57:14.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
34142025-05-14T15:57:14.876Z
34152025-05-14T15:57:14.876Zinfo: running `cargo check --bins` on cert-dev (164/216)
34162025-05-14T15:57:15.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172025-05-14T15:57:15.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182025-05-14T15:57:15.782Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34192025-05-14T15:57:16.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
34202025-05-14T15:57:16.230Z
34212025-05-14T15:57:16.231Zinfo: running `cargo check --bins` on clickana (165/216)
34222025-05-14T15:57:17.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232025-05-14T15:57:17.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242025-05-14T15:57:17.213Z Checking itertools v0.13.0
34252025-05-14T15:57:17.213Z Checking castaway v0.2.3
34262025-05-14T15:57:17.238Z Checking lru v0.12.5
34272025-05-14T15:57:17.238Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34282025-05-14T15:57:17.238Z Compiling instability v0.3.2
34292025-05-14T15:57:17.238Z Checking cassowary v0.3.0
34302025-05-14T15:57:17.238Z Compiling indoc v2.0.6
34312025-05-14T15:57:17.418Z Checking compact_str v0.8.0
34322025-05-14T15:57:19.248Z Checking unicode-truncate v1.1.0
34332025-05-14T15:57:19.368Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34342025-05-14T15:57:19.449Z Checking ratatui v0.29.0
34352025-05-14T15:57:21.894Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34362025-05-14T15:57:22.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.71s
34372025-05-14T15:57:23.119Z
34382025-05-14T15:57:23.119Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (166/216)
34392025-05-14T15:57:24.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402025-05-14T15:57:24.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412025-05-14T15:57:24.226Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34422025-05-14T15:57:24.251Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34432025-05-14T15:57:25.579Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
34442025-05-14T15:57:26.184Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
34452025-05-14T15:57:26.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
34462025-05-14T15:57:26.849Z
34472025-05-14T15:57:26.849Zinfo: running `cargo check --bins` on ch-dev (167/216)
34482025-05-14T15:57:27.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492025-05-14T15:57:27.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502025-05-14T15:57:27.904Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
34512025-05-14T15:57:28.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s
34522025-05-14T15:57:28.967Z
34532025-05-14T15:57:28.967Zinfo: running `cargo check --bins` on dev-tools-common (168/216)
34542025-05-14T15:57:29.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552025-05-14T15:57:29.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562025-05-14T15:57:29.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572025-05-14T15:57:29.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
34582025-05-14T15:57:29.666Z
34592025-05-14T15:57:29.666Zinfo: running `cargo check --bins` on crdb-seed (169/216)
34602025-05-14T15:57:30.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612025-05-14T15:57:30.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622025-05-14T15:57:30.661Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
34632025-05-14T15:57:31.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
34642025-05-14T15:57:31.246Z
34652025-05-14T15:57:31.246Zinfo: running `cargo check --bins` on db-dev (170/216)
34662025-05-14T15:57:32.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672025-05-14T15:57:32.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682025-05-14T15:57:32.289Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
34692025-05-14T15:57:33.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s
34702025-05-14T15:57:33.355Z
34712025-05-14T15:57:33.355Zinfo: running `cargo check --bins` on omicron-dev-lib (171/216)
34722025-05-14T15:57:34.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732025-05-14T15:57:34.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742025-05-14T15:57:34.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752025-05-14T15:57:34.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
34762025-05-14T15:57:34.517Z
34772025-05-14T15:57:34.517Zinfo: running `cargo check --bins` on xtask-downloader (172/216)
34782025-05-14T15:57:35.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792025-05-14T15:57:35.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802025-05-14T15:57:35.453Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34812025-05-14T15:57:36.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s
34822025-05-14T15:57:36.640Z
34832025-05-14T15:57:36.640Zinfo: running `cargo check --bins` on omicron-ls-apis (173/216)
34842025-05-14T15:57:37.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852025-05-14T15:57:37.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862025-05-14T15:57:37.570Z Checking cargo-platform v0.1.8
34872025-05-14T15:57:37.841Z Checking cargo_metadata v0.19.2
34882025-05-14T15:57:39.173Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
34892025-05-14T15:57:40.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.65s
34902025-05-14T15:57:40.460Z
34912025-05-14T15:57:40.460Zinfo: running `cargo check --bins` on mgs-dev (174/216)
34922025-05-14T15:57:41.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932025-05-14T15:57:41.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942025-05-14T15:57:41.585Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34952025-05-14T15:57:43.380Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34962025-05-14T15:57:44.123Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
34972025-05-14T15:57:44.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s
34982025-05-14T15:57:44.995Z
34992025-05-14T15:57:44.995Zinfo: running `cargo check --bins` on omicron-omdb (175/216)
35002025-05-14T15:57:45.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012025-05-14T15:57:45.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022025-05-14T15:57:46.226Z Compiling crunchy v0.2.2
35032025-05-14T15:57:46.252Z Compiling dsl_auto_type v0.1.2
35042025-05-14T15:57:46.252Z Checking scheduled-thread-pool v0.2.7
35052025-05-14T15:57:46.252Z Compiling diesel_table_macro_syntax v0.2.0
35062025-05-14T15:57:46.252Z Compiling tiny-keccak v2.0.2
35072025-05-14T15:57:46.339Z Compiling bit-vec v0.6.3
35082025-05-14T15:57:46.365Z Compiling ascii-canvas v3.0.0
35092025-05-14T15:57:46.365Z Compiling ena v0.14.3
35102025-05-14T15:57:46.500Z Checking r2d2 v0.8.10
35112025-05-14T15:57:46.630Z Compiling bit-set v0.5.3
35122025-05-14T15:57:46.705Z Compiling diff v0.1.13
35132025-05-14T15:57:46.731Z Compiling regex-syntax v0.6.29
35142025-05-14T15:57:46.779Z Compiling bindgen v0.71.1
35152025-05-14T15:57:46.806Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35162025-05-14T15:57:46.831Z Compiling ref-cast v1.0.23
35172025-05-14T15:57:46.907Z Compiling rustc-hash v2.1.1
35182025-05-14T15:57:47.020Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
35192025-05-14T15:57:47.090Z Compiling derive_builder_core v0.20.2
35202025-05-14T15:57:47.205Z Compiling libxml v0.3.3
35212025-05-14T15:57:47.297Z Compiling ref-cast-impl v1.0.23
35222025-05-14T15:57:47.348Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
35232025-05-14T15:57:47.482Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
35242025-05-14T15:57:47.523Z Compiling diesel_derives v2.2.3
35252025-05-14T15:57:47.597Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
35262025-05-14T15:57:47.815Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
35272025-05-14T15:57:47.956Z Compiling strum_macros v0.24.3
35282025-05-14T15:57:48.085Z Compiling indoc v1.0.9
35292025-05-14T15:57:48.809Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
35302025-05-14T15:57:48.835Z Compiling derive_builder_macro v0.20.2
35312025-05-14T15:57:49.083Z Compiling oso-derive v0.27.3
35322025-05-14T15:57:49.585Z Compiling lalrpop v0.19.12
35332025-05-14T15:57:49.623Z Checking derive_builder v0.20.2
35342025-05-14T15:57:49.781Z Compiling impl-trait-for-tuples v0.2.2
35352025-05-14T15:57:49.809Z Checking quick-xml v0.37.2
35362025-05-14T15:57:49.978Z Checking maplit v1.0.2
35372025-05-14T15:57:50.118Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35382025-05-14T15:57:50.512Z Compiling diesel-dtrace v0.4.2
35392025-05-14T15:57:50.867Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
35402025-05-14T15:57:51.034Z Checking bb8 v0.8.5
35412025-05-14T15:57:51.177Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35422025-05-14T15:57:51.367Z Checking io-lifetimes v1.0.11
35432025-05-14T15:57:51.473Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35442025-05-14T15:57:51.501Z Checking rand_seeder v0.3.0
35452025-05-14T15:57:51.559Z Checking rustix v0.37.28
35462025-05-14T15:57:51.626Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
35472025-05-14T15:57:51.725Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35482025-05-14T15:57:51.784Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35492025-05-14T15:57:51.951Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
35502025-05-14T15:57:52.221Z Checking unicode-linebreak v0.1.5
35512025-05-14T15:57:52.424Z Checking terminal_size v0.2.6
35522025-05-14T15:57:52.573Z Checking is_ci v1.2.0
35532025-05-14T15:57:52.599Z Checking smawk v0.3.2
35542025-05-14T15:57:52.717Z Checking supports-color v3.0.2
35552025-05-14T15:57:52.796Z Checking textwrap v0.16.1
35562025-05-14T15:57:52.937Z Checking support-bundle-viewer v0.1.0
35572025-05-14T15:57:53.163Z Checking multimap v0.10.0
35582025-05-14T15:57:53.524Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35592025-05-14T15:57:54.805Z Checking diesel v2.2.10
35602025-05-14T15:58:08.545Z Compiling samael v0.0.18
35612025-05-14T15:58:19.448Z Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
35622025-05-14T15:58:22.791Z Checking async-bb8-diesel v0.2.1
35632025-05-14T15:58:24.366Z Compiling polar-core v0.27.3
35642025-05-14T15:58:33.395Z Checking oso v0.27.3
35652025-05-14T15:59:18.378Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
35662025-05-14T16:00:00.397Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35672025-05-14T16:00:12.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
35682025-05-14T16:00:12.869Z
35692025-05-14T16:00:12.869Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (176/216)
35702025-05-14T16:00:13.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712025-05-14T16:00:13.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722025-05-14T16:00:13.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732025-05-14T16:00:13.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
35742025-05-14T16:00:13.900Z
35752025-05-14T16:00:13.900Zinfo: running `cargo check --bins` on nexus-saga-recovery (177/216)
35762025-05-14T16:00:14.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772025-05-14T16:00:14.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782025-05-14T16:00:14.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792025-05-14T16:00:14.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
35802025-05-14T16:00:14.925Z
35812025-05-14T16:00:14.925Zinfo: running `cargo check --bins` on nexus-test-utils-macros (178/216)
35822025-05-14T16:00:15.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832025-05-14T16:00:15.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842025-05-14T16:00:15.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852025-05-14T16:00:15.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
35862025-05-14T16:00:15.838Z
35872025-05-14T16:00:15.839Zinfo: running `cargo check --bins` on omicron-nexus (179/216)
35882025-05-14T16:00:16.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892025-05-14T16:00:16.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902025-05-14T16:00:17.066Z Compiling libz-sys v1.1.20
35912025-05-14T16:00:17.092Z Compiling libgit2-sys v0.17.0+1.8.1
35922025-05-14T16:00:17.123Z Compiling vergen v8.3.2
35932025-05-14T16:00:17.149Z Compiling cargo-platform v0.1.8
35942025-05-14T16:00:17.149Z Compiling pin-project-internal v1.1.6
35952025-05-14T16:00:17.201Z Compiling snafu-derive v0.8.5
35962025-05-14T16:00:17.201Z Compiling fs-err v2.11.0
35972025-05-14T16:00:17.201Z Compiling rustls v0.21.12
35982025-05-14T16:00:17.461Z Compiling cargo_metadata v0.18.1
35992025-05-14T16:00:17.538Z Checking globset v0.4.15
36002025-05-14T16:00:17.589Z Checking olpc-cjson v0.1.4
36012025-05-14T16:00:17.645Z Checking rustls-webpki v0.101.7
36022025-05-14T16:00:17.820Z Checking sct v0.7.1
36032025-05-14T16:00:17.972Z Checking serde_plain v1.0.2
36042025-05-14T16:00:18.002Z Checking typed-path v0.9.3
36052025-05-14T16:00:18.217Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
36062025-05-14T16:00:18.352Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
36072025-05-14T16:00:18.496Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
36082025-05-14T16:00:18.620Z Checking parse-size v1.1.0
36092025-05-14T16:00:18.809Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
36102025-05-14T16:00:18.897Z Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
36112025-05-14T16:00:19.114Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36122025-05-14T16:00:19.415Z Checking pin-project v1.1.6
36132025-05-14T16:00:19.558Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36142025-05-14T16:00:19.642Z Checking rustls-pemfile v1.0.4
36152025-05-14T16:00:19.843Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
36162025-05-14T16:00:20.044Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36172025-05-14T16:00:20.158Z Checking twox-hash v2.1.0
36182025-05-14T16:00:20.228Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36192025-05-14T16:00:20.325Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36202025-05-14T16:00:20.381Z Checking ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client)
36212025-05-14T16:00:20.905Z Checking tokio-rustls v0.24.1
36222025-05-14T16:00:21.096Z Checking snafu v0.8.5
36232025-05-14T16:00:21.122Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
36242025-05-14T16:00:21.528Z Checking tough v0.20.0
36252025-05-14T16:00:21.553Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
36262025-05-14T16:00:21.967Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36272025-05-14T16:00:21.992Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
36282025-05-14T16:00:22.017Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
36292025-05-14T16:00:22.058Z Checking fatfs v0.3.6
36302025-05-14T16:00:22.188Z Checking assert_matches v1.5.0
36312025-05-14T16:00:25.340Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
36322025-05-14T16:00:26.685Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
36332025-05-14T16:00:29.663Z Compiling git2 v0.19.0
36342025-05-14T16:00:34.830Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
36352025-05-14T16:01:49.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 33s
36362025-05-14T16:01:49.744Z
36372025-05-14T16:01:49.744Zinfo: running `cargo check --bins` on nexus-background-task-interface (180/216)
36382025-05-14T16:01:50.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392025-05-14T16:01:50.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402025-05-14T16:01:50.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412025-05-14T16:01:50.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
36422025-05-14T16:01:50.898Z
36432025-05-14T16:01:50.898Zinfo: running `cargo check --bins` on nexus-external-api (181/216)
36442025-05-14T16:01:51.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452025-05-14T16:01:52.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462025-05-14T16:01:52.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472025-05-14T16:01:52.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
36482025-05-14T16:01:52.079Z
36492025-05-14T16:01:52.079Zinfo: running `cargo check --bins` on nexus-internal-api (182/216)
36502025-05-14T16:01:52.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512025-05-14T16:01:53.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522025-05-14T16:01:53.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532025-05-14T16:01:53.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
36542025-05-14T16:01:53.112Z
36552025-05-14T16:01:53.112Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (183/216)
36562025-05-14T16:01:54.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572025-05-14T16:01:54.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582025-05-14T16:01:54.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592025-05-14T16:01:54.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
36602025-05-14T16:01:54.144Z
36612025-05-14T16:01:54.144Zinfo: running `cargo check --bins` on nexus-mgs-updates (184/216)
36622025-05-14T16:01:54.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632025-05-14T16:01:55.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642025-05-14T16:01:55.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652025-05-14T16:01:55.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
36662025-05-14T16:01:55.109Z
36672025-05-14T16:01:55.110Zinfo: running `cargo check --bins` on nexus-networking (185/216)
36682025-05-14T16:01:56.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692025-05-14T16:01:56.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702025-05-14T16:01:56.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712025-05-14T16:01:56.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
36722025-05-14T16:01:56.163Z
36732025-05-14T16:01:56.163Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (186/216)
36742025-05-14T16:01:57.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752025-05-14T16:01:57.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762025-05-14T16:01:57.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772025-05-14T16:01:57.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
36782025-05-14T16:01:57.279Z
36792025-05-14T16:01:57.280Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (187/216)
36802025-05-14T16:01:58.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812025-05-14T16:01:58.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822025-05-14T16:01:58.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832025-05-14T16:01:58.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
36842025-05-14T16:01:58.291Z
36852025-05-14T16:01:58.291Zinfo: running `cargo check --bins` on update-common (188/216)
36862025-05-14T16:01:59.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872025-05-14T16:01:59.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882025-05-14T16:01:59.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892025-05-14T16:01:59.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
36902025-05-14T16:01:59.262Z
36912025-05-14T16:01:59.262Zinfo: running `cargo check --bins` on omicron-dev (189/216)
36922025-05-14T16:02:00.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932025-05-14T16:02:00.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942025-05-14T16:02:00.599Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36952025-05-14T16:02:00.624Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36962025-05-14T16:02:00.665Z Checking diff v0.1.13
36972025-05-14T16:02:00.665Z Checking yansi v1.0.1
36982025-05-14T16:02:00.691Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36992025-05-14T16:02:00.691Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
37002025-05-14T16:02:01.130Z Checking pretty_assertions v1.4.1
37012025-05-14T16:02:02.008Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37022025-05-14T16:02:37.284Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37032025-05-14T16:02:37.284Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37042025-05-14T16:02:37.310Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37052025-05-14T16:02:37.310Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37062025-05-14T16:02:37.310Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37072025-05-14T16:02:37.310Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
37082025-05-14T16:02:38.323Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37092025-05-14T16:02:39.846Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37102025-05-14T16:03:44.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 45s
37112025-05-14T16:03:45.040Z
37122025-05-14T16:03:45.040Zinfo: running `cargo check --bins` on openapi-manager (190/216)
37132025-05-14T16:03:45.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142025-05-14T16:03:45.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152025-05-14T16:03:46.128Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
37162025-05-14T16:03:46.128Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
37172025-05-14T16:03:46.153Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
37182025-05-14T16:03:46.180Z Checking heck v0.4.1
37192025-05-14T16:03:46.205Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37202025-05-14T16:03:46.422Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
37212025-05-14T16:03:46.670Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37222025-05-14T16:03:47.613Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
37232025-05-14T16:03:50.550Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37242025-05-14T16:03:52.506Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37252025-05-14T16:03:53.552Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
37262025-05-14T16:03:55.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.29s
37272025-05-14T16:03:55.525Z
37282025-05-14T16:03:55.525Zinfo: running `cargo check --bins` on installinator-api (191/216)
37292025-05-14T16:03:56.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302025-05-14T16:03:56.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312025-05-14T16:03:56.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37322025-05-14T16:03:56.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
37332025-05-14T16:03:56.507Z
37342025-05-14T16:03:56.507Zinfo: running `cargo check --bins` on wicketd-api (192/216)
37352025-05-14T16:03:57.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362025-05-14T16:03:57.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372025-05-14T16:03:57.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37382025-05-14T16:03:57.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
37392025-05-14T16:03:57.527Z
37402025-05-14T16:03:57.527Zinfo: running `cargo check --bins` on omicron-pins (193/216)
37412025-05-14T16:03:58.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37422025-05-14T16:03:58.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37432025-05-14T16:03:58.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37442025-05-14T16:03:58.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
37452025-05-14T16:03:58.454Z
37462025-05-14T16:03:58.454Zinfo: running `cargo check --bins` on reconfigurator-cli (194/216)
37472025-05-14T16:03:59.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37482025-05-14T16:03:59.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37492025-05-14T16:03:59.558Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
37502025-05-14T16:03:59.583Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
37512025-05-14T16:03:59.584Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
37522025-05-14T16:03:59.626Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
37532025-05-14T16:03:59.651Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
37542025-05-14T16:03:59.651Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
37552025-05-14T16:03:59.651Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37562025-05-14T16:03:59.676Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37572025-05-14T16:03:59.917Z Compiling petname v2.0.2
37582025-05-14T16:03:59.942Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
37592025-05-14T16:03:59.986Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
37602025-05-14T16:04:00.256Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
37612025-05-14T16:04:00.589Z Checking sync-ptr v0.1.1
37622025-05-14T16:04:00.817Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
37632025-05-14T16:04:02.447Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
37642025-05-14T16:04:03.331Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
37652025-05-14T16:04:05.143Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37662025-05-14T16:04:18.806Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37672025-05-14T16:04:18.806Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37682025-05-14T16:04:19.620Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37692025-05-14T16:04:21.098Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
37702025-05-14T16:04:23.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.04s
37712025-05-14T16:04:23.703Z
37722025-05-14T16:04:23.703Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (195/216)
37732025-05-14T16:04:24.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742025-05-14T16:04:24.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752025-05-14T16:04:24.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37762025-05-14T16:04:24.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
37772025-05-14T16:04:24.721Z
37782025-05-14T16:04:24.722Zinfo: running `cargo check --bins` on omicron-repl-utils (196/216)
37792025-05-14T16:04:25.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802025-05-14T16:04:25.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812025-05-14T16:04:25.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37822025-05-14T16:04:25.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
37832025-05-14T16:04:25.651Z
37842025-05-14T16:04:25.651Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (197/216)
37852025-05-14T16:04:26.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862025-05-14T16:04:26.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872025-05-14T16:04:26.761Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
37882025-05-14T16:04:27.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s
37892025-05-14T16:04:28.144Z
37902025-05-14T16:04:28.145Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (198/216)
37912025-05-14T16:04:29.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37922025-05-14T16:04:29.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37932025-05-14T16:04:29.194Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37942025-05-14T16:04:29.639Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
37952025-05-14T16:04:30.851Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
37962025-05-14T16:04:31.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
37972025-05-14T16:04:31.836Z
37982025-05-14T16:04:31.836Zinfo: running `cargo check --bins` on omicron-releng (199/216)
37992025-05-14T16:04:32.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38002025-05-14T16:04:32.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38012025-05-14T16:04:32.846Z Compiling blake3 v1.5.4
38022025-05-14T16:04:32.872Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
38032025-05-14T16:04:32.872Z Checking memmap2 v0.9.5
38042025-05-14T16:04:32.914Z Checking constant_time_eq v0.3.1
38052025-05-14T16:04:32.939Z Checking arrayref v0.3.9
38062025-05-14T16:04:32.939Z Checking arrayvec v0.7.6
38072025-05-14T16:04:32.939Z Checking topological-sort v0.2.2
38082025-05-14T16:04:32.939Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
38092025-05-14T16:04:33.071Z Checking shell-words v1.1.0
38102025-05-14T16:04:33.497Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
38112025-05-14T16:04:33.845Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
38122025-05-14T16:04:34.355Z Checking omicron-zone-package v0.12.2
38132025-05-14T16:04:35.891Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
38142025-05-14T16:04:37.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s
38152025-05-14T16:04:37.465Z
38162025-05-14T16:04:37.465Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (200/216)
38172025-05-14T16:04:38.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38182025-05-14T16:04:38.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38192025-05-14T16:04:38.490Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38202025-05-14T16:04:38.865Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
38212025-05-14T16:04:39.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
38222025-05-14T16:04:39.599Z
38232025-05-14T16:04:39.599Zinfo: running `cargo check --bins` on xtask (201/216)
38242025-05-14T16:04:40.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252025-05-14T16:04:40.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262025-05-14T16:04:40.360Z Checking bitflags v2.9.0
38272025-05-14T16:04:40.360Z Checking serde v1.0.219
38282025-05-14T16:04:40.360Z Checking thiserror v1.0.69
38292025-05-14T16:04:40.360Z Checking scroll v0.12.0
38302025-05-14T16:04:40.411Z Checking log v0.4.22
38312025-05-14T16:04:40.436Z Checking hashbrown v0.15.1
38322025-05-14T16:04:40.462Z Checking zerocopy v0.7.35
38332025-05-14T16:04:40.462Z Checking syn v2.0.98
38342025-05-14T16:04:40.546Z Checking pest v2.7.14
38352025-05-14T16:04:40.611Z Checking rustix v0.38.37
38362025-05-14T16:04:40.674Z Checking once_cell v1.21.3
38372025-05-14T16:04:40.794Z Checking goblin v0.8.2
38382025-05-14T16:04:40.964Z Checking thiserror v2.0.12
38392025-05-14T16:04:41.113Z Checking fs-err v3.1.0
38402025-05-14T16:04:41.292Z Checking indexmap v2.9.0
38412025-05-14T16:04:41.407Z Checking anyhow v1.0.98
38422025-05-14T16:04:41.476Z Checking tabled v0.15.0
38432025-05-14T16:04:41.747Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
38442025-05-14T16:04:42.215Z Checking terminal_size v0.4.0
38452025-05-14T16:04:42.215Z Checking tempfile v3.13.0
38462025-05-14T16:04:42.386Z Checking clap_builder v4.5.35
38472025-05-14T16:04:42.726Z Checking dtrace-parser v0.2.0
38482025-05-14T16:04:44.227Z Checking serde_json v1.0.140
38492025-05-14T16:04:44.227Z Checking toml_datetime v0.6.8
38502025-05-14T16:04:44.227Z Checking serde_spanned v0.6.8
38512025-05-14T16:04:44.252Z Checking camino v1.1.9
38522025-05-14T16:04:44.252Z Checking semver v1.0.26
38532025-05-14T16:04:44.426Z Checking cargo-platform v0.1.8
38542025-05-14T16:04:44.464Z Checking macaddr v1.0.1
38552025-05-14T16:04:44.528Z Checking toml_edit v0.22.24
38562025-05-14T16:04:44.725Z Checking camino-tempfile v1.3.0
38572025-05-14T16:04:44.867Z Checking clap v4.5.35
38582025-05-14T16:04:45.455Z Checking dof v0.3.0
38592025-05-14T16:04:45.455Z Checking cargo_metadata v0.19.2
38602025-05-14T16:04:45.971Z Checking usdt-impl v0.5.0
38612025-05-14T16:04:46.476Z Checking usdt v0.5.0
38622025-05-14T16:04:46.838Z Checking toml v0.8.20
38632025-05-14T16:04:47.434Z Checking cargo_toml v0.21.0
38642025-05-14T16:04:48.955Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
38652025-05-14T16:04:49.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.18s
38662025-05-14T16:04:49.909Z
38672025-05-14T16:04:49.909Zinfo: running `cargo check --bins` on end-to-end-tests (202/216)
38682025-05-14T16:04:50.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692025-05-14T16:04:50.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702025-05-14T16:04:51.129Z Checking polyval v0.6.2
38712025-05-14T16:04:51.155Z Checking ctr v0.9.2
38722025-05-14T16:04:51.184Z Checking ssh-encoding v0.2.0
38732025-05-14T16:04:51.209Z Checking blowfish v0.9.1
38742025-05-14T16:04:51.234Z Checking password-hash v0.4.2
38752025-05-14T16:04:51.259Z Checking p256 v0.13.2
38762025-05-14T16:04:51.259Z Checking p521 v0.13.3
38772025-05-14T16:04:51.284Z Checking russh-cryptovec v0.7.3
38782025-05-14T16:04:51.420Z Checking ghash v0.5.1
38792025-05-14T16:04:51.448Z Checking bcrypt-pbkdf v0.10.0
38802025-05-14T16:04:51.477Z Checking md5 v0.7.0
38812025-05-14T16:04:51.502Z Checking num-bigint v0.4.6
38822025-05-14T16:04:51.527Z Checking des v0.8.1
38832025-05-14T16:04:51.605Z Checking aes-gcm v0.10.3
38842025-05-14T16:04:51.668Z Checking pbkdf2 v0.11.0
38852025-05-14T16:04:51.693Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38862025-05-14T16:04:51.719Z Checking hex-literal v0.4.1
38872025-05-14T16:04:51.744Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38882025-05-14T16:04:51.769Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38892025-05-14T16:04:51.840Z Checking ssh-cipher v0.2.0
38902025-05-14T16:04:51.885Z Checking internet-checksum v0.2.1
38912025-05-14T16:04:52.125Z Checking ssh-key v0.6.6
38922025-05-14T16:04:52.340Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38932025-05-14T16:04:53.580Z Checking russh-keys v0.45.0
38942025-05-14T16:04:54.667Z Checking russh v0.45.0
38952025-05-14T16:05:20.707Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38962025-05-14T16:05:22.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.64s
38972025-05-14T16:05:22.768Z
38982025-05-14T16:05:22.768Zinfo: running `cargo check --bins` on gateway-cli (203/216)
38992025-05-14T16:05:23.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002025-05-14T16:05:23.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012025-05-14T16:05:23.815Z Checking termios v0.3.3
39022025-05-14T16:05:24.005Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
39032025-05-14T16:05:25.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.25s
39042025-05-14T16:05:25.203Z
39052025-05-14T16:05:25.203Zinfo: running `cargo check --bins --no-default-features` on installinator (204/216)
39062025-05-14T16:05:26.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39072025-05-14T16:05:26.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39082025-05-14T16:05:26.292Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39092025-05-14T16:05:26.292Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39102025-05-14T16:05:26.317Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39112025-05-14T16:05:26.317Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39122025-05-14T16:05:27.368Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39132025-05-14T16:05:27.577Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39142025-05-14T16:05:29.691Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39152025-05-14T16:05:32.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.22s
39162025-05-14T16:05:32.618Z
39172025-05-14T16:05:32.618Zinfo: running `cargo check --bins` on internal-dns-cli (205/216)
39182025-05-14T16:05:33.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39192025-05-14T16:05:33.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39202025-05-14T16:05:33.679Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
39212025-05-14T16:05:34.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
39222025-05-14T16:05:34.370Z
39232025-05-14T16:05:34.370Zinfo: running `cargo check --bins` on omicron-live-tests (206/216)
39242025-05-14T16:05:35.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39252025-05-14T16:05:35.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39262025-05-14T16:05:35.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39272025-05-14T16:05:35.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
39282025-05-14T16:05:35.314Z
39292025-05-14T16:05:35.314Zinfo: running `cargo check --bins` on live-tests-macros (207/216)
39302025-05-14T16:05:36.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39312025-05-14T16:05:36.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39322025-05-14T16:05:36.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39332025-05-14T16:05:36.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
39342025-05-14T16:05:36.274Z
39352025-05-14T16:05:36.274Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (208/216)
39362025-05-14T16:05:37.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39372025-05-14T16:05:37.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39382025-05-14T16:05:37.439Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
39392025-05-14T16:05:38.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
39402025-05-14T16:05:38.305Z
39412025-05-14T16:05:38.305Zinfo: running `cargo check --bins` on omicron-package (209/216)
39422025-05-14T16:05:39.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432025-05-14T16:05:39.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442025-05-14T16:05:39.335Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
39452025-05-14T16:05:41.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.80s
39462025-05-14T16:05:41.292Z
39472025-05-14T16:05:41.292Zinfo: running `cargo check --bins` on trust-quorum (210/216)
39482025-05-14T16:05:42.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492025-05-14T16:05:42.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502025-05-14T16:05:42.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39512025-05-14T16:05:42.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
39522025-05-14T16:05:42.400Z
39532025-05-14T16:05:42.400Zinfo: running `cargo check --bins` on gfss (211/216)
39542025-05-14T16:05:43.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39552025-05-14T16:05:43.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39562025-05-14T16:05:43.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39572025-05-14T16:05:43.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
39582025-05-14T16:05:43.356Z
39592025-05-14T16:05:43.356Zinfo: running `cargo check --bins` on wicket-dbg (212/216)
39602025-05-14T16:05:44.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39612025-05-14T16:05:44.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39622025-05-14T16:05:44.440Z Checking rtoolbox v0.0.2
39632025-05-14T16:05:44.440Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
39642025-05-14T16:05:44.440Z Checking tui-tree-widget v0.23.0
39652025-05-14T16:05:44.655Z Checking rpassword v7.3.1
39662025-05-14T16:05:50.843Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
39672025-05-14T16:05:54.743Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
39682025-05-14T16:05:56.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.83s
39692025-05-14T16:05:56.399Z
39702025-05-14T16:05:56.399Zinfo: running `cargo check --bins` on wicket (213/216)
39712025-05-14T16:05:57.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722025-05-14T16:05:57.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732025-05-14T16:05:57.495Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
39742025-05-14T16:05:57.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
39752025-05-14T16:05:58.092Z
39762025-05-14T16:05:58.092Zinfo: running `cargo check --bins` on wicketd (214/216)
39772025-05-14T16:05:59.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782025-05-14T16:05:59.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792025-05-14T16:05:59.224Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
39802025-05-14T16:06:04.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.22s
39812025-05-14T16:06:04.516Z
39822025-05-14T16:06:04.516Zinfo: running `cargo check --bins` on omicron-workspace-hack (215/216)
39832025-05-14T16:06:05.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842025-05-14T16:06:05.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852025-05-14T16:06:05.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862025-05-14T16:06:05.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
39872025-05-14T16:06:05.458Z
39882025-05-14T16:06:05.458Zinfo: running `cargo check --bins` on zone-setup (216/216)
39892025-05-14T16:06:06.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902025-05-14T16:06:06.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912025-05-14T16:06:06.510Z Checking uzers v0.12.1
39922025-05-14T16:06:06.873Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
39932025-05-14T16:06:08.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.65s
39942025-05-14T16:06:08.324Z
39952025-05-14T16:06:08.324Zreal 18:20.306856983
39962025-05-14T16:06:08.324Zuser 30:22.441583462
39972025-05-14T16:06:08.324Zsys 5:29.880928276
39982025-05-14T16:06:08.324Ztrap 0.704731996
39992025-05-14T16:06:08.324Ztflt 0.486015796
40002025-05-14T16:06:08.324Zdflt 1.476722888
40012025-05-14T16:06:08.349Zkflt 0.000733195
40022025-05-14T16:06:08.349Zlock 55:06.289252142
40032025-05-14T16:06:08.349Zslp 2:41:05.824028965
40042025-05-14T16:06:08.349Zlat 1:09.015939280
40052025-05-14T16:06:08.349Zstop 3:43.874577696
40062025-05-14T16:06:08.349Zprocess exited: duration 1413076 ms, exit code 0
 
40072025-05-14T16:06:08.400Zfound 0 output files