01JTQ2HGCPZZA31T7YX8VDWA4K: 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: 01JTQ2J2FKX8HE2KRWPS4T5ZYA

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-05-08T04:31:48.938Zjob assigned to worker 01JTQ2J6VHC78FBCMKMGZ9P59H [factory aws, i-0bbc12cb0d48e6b24] (queued for 1 m 1 s)
 
22025-05-08T04:31:56.520Zstarting task 0: "setup"
32025-05-08T04:31:56.525Z++ uname -s
42025-05-08T04:31:56.528Z+ kern=SunOS
52025-05-08T04:31:56.528Z+ build_user=build
62025-05-08T04:31:56.528Z+ build_uid=12345
72025-05-08T04:31:56.528Z+ work_dir=/work
82025-05-08T04:31:56.528Z+ input_dir=/input
92025-05-08T04:31:56.528Z+ [[ 0 == 12345 ]]
102025-05-08T04:31:56.529Z+ case "$kern" in
112025-05-08T04:31:56.529Z+ groupadd -g 12345 build
122025-05-08T04:31:56.532Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-05-08T04:31:58.541Z+ zfs create -o mountpoint=/work rpool/work
142025-05-08T04:31:58.655Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-05-08T04:31:58.658Z+ home_fs=zfs
162025-05-08T04:31:58.658Z+ [[ zfs == autofs ]]
172025-05-08T04:31:58.658Z+ mkdir -p /home/build
182025-05-08T04:31:58.661Z+ chown build:build /home/build /work
192025-05-08T04:32:00.663Z+ chmod 0700 /home/build /work
202025-05-08T04:32:00.666Zprocess exited: duration 4148 ms, exit code 0
 
212025-05-08T04:32:00.673Zstarting task 1: "rust-toolchain"
222025-05-08T04:32:00.679Z+ printf ' * rust toolchain channel = "%s"\n' 1.86.0
232025-05-08T04:32:00.679Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-05-08T04:32:00.679Z * rust toolchain channel = "1.86.0"
252025-05-08T04:32:00.679Z * rust toolchain profile = "default"
262025-05-08T04:32:00.682Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-05-08T04:32:00.682Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-05-08T04:32:00.682Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-05-08T04:32:00.682Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.86.0 --profile default
302025-05-08T04:32:00.799Zinfo: downloading installer
312025-05-08T04:32:02.519Zwarn: It looks like you have an existing installation of Rust at:
322025-05-08T04:32:02.519Zwarn: /opt/ooce/bin
332025-05-08T04:32:02.519Zwarn: It is recommended that rustup be the primary Rust installation.
342025-05-08T04:32:02.519Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-05-08T04:32:02.519Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-05-08T04:32:02.519Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-05-08T04:32:02.520Zwarn: or pass `-y' to ignore all ignorable checks.
382025-05-08T04:32:02.520Zerror: cannot install while Rust is installed
392025-05-08T04:32:02.520Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-05-08T04:32:02.537Zinfo: profile set to 'default'
412025-05-08T04:32:02.537Zinfo: default host triple is x86_64-unknown-illumos
422025-05-08T04:32:02.540Zinfo: syncing channel updates for '1.86.0-x86_64-unknown-illumos'
432025-05-08T04:32:02.701Zinfo: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31)
442025-05-08T04:32:02.701Zinfo: downloading component 'cargo'
452025-05-08T04:32:03.626Zinfo: downloading component 'clippy'
462025-05-08T04:32:04.076Zinfo: downloading component 'rust-docs'
472025-05-08T04:32:05.663Zinfo: downloading component 'rust-std'
482025-05-08T04:32:07.815Zinfo: downloading component 'rustc'
492025-05-08T04:32:15.036Zinfo: downloading component 'rustfmt'
502025-05-08T04:32:15.315Zinfo: installing component 'cargo'
512025-05-08T04:32:16.154Zinfo: installing component 'clippy'
522025-05-08T04:32:16.547Zinfo: installing component 'rust-docs'
532025-05-08T04:32:18.518Zinfo: installing component 'rust-std'
542025-05-08T04:32:20.218Zinfo: installing component 'rustc'
552025-05-08T04:32:26.644Zinfo: installing component 'rustfmt'
562025-05-08T04:32:26.971Zinfo: default toolchain set to '1.86.0-x86_64-unknown-illumos'
572025-05-08T04:32:26.972Z
582025-05-08T04:32:27.388Z 1.86.0-x86_64-unknown-illumos installed - rustc 1.86.0 (05f9846f8 2025-03-31)
592025-05-08T04:32:27.388Z
602025-05-08T04:32:27.392Z
612025-05-08T04:32:27.392ZRust is installed now. Great!
622025-05-08T04:32:27.392Z
632025-05-08T04:32:27.392ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-05-08T04:32:27.392Zenvironment variable. This has not been done automatically.
652025-05-08T04:32:27.392Z
662025-05-08T04:32:27.392ZTo configure your current shell, you need to source
672025-05-08T04:32:27.392Zthe corresponding env file under $HOME/.cargo.
682025-05-08T04:32:27.392Z
692025-05-08T04:32:27.392ZThis is usually done by running one of the following (note the leading DOT):
702025-05-08T04:32:27.392Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-05-08T04:32:27.392Zsource "$HOME/.cargo/env.fish" # For fish
722025-05-08T04:32:27.392Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-05-08T04:32:27.476Z+ rustup --version
742025-05-08T04:32:27.488Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-05-08T04:32:27.491Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-05-08T04:32:27.570Zinfo: The currently active `rustc` version is `rustc 1.86.0 (05f9846f8 2025-03-31)`
772025-05-08T04:32:27.574Z+ cargo --version
782025-05-08T04:32:27.638Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
792025-05-08T04:32:27.641Z+ rustc --version
802025-05-08T04:32:27.716Zrustc 1.86.0 (05f9846f8 2025-03-31)
812025-05-08T04:32:27.722Zprocess exited: duration 27043 ms, exit code 0
 
822025-05-08T04:32:27.730Zstarting task 2: "authentication"
832025-05-08T04:32:27.756Zprocess exited: duration 27 ms, exit code 0
 
842025-05-08T04:32:27.765Zstarting task 3: "clone repository"
852025-05-08T04:32:27.771Z+ mkdir -p /work/oxidecomputer/omicron
862025-05-08T04:32:27.777Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-05-08T04:32:27.818ZCloning into '/work/oxidecomputer/omicron'...
882025-05-08T04:32:35.317Z+ cd /work/oxidecomputer/omicron
892025-05-08T04:32:35.317Z+ git fetch origin 9021e840b89c140c82ea6d71def60f522728acad
902025-05-08T04:32:35.605ZFrom https://github.com/oxidecomputer/omicron
912025-05-08T04:32:35.605Z * branch 9021e840b89c140c82ea6d71def60f522728acad -> FETCH_HEAD
922025-05-08T04:32:35.617Z+ [[ -n '' ]]
932025-05-08T04:32:35.617Z+ git reset --hard 9021e840b89c140c82ea6d71def60f522728acad
942025-05-08T04:32:35.829ZHEAD is now at 9021e840b update winnow + usage
952025-05-08T04:32:35.833Zprocess exited: duration 8067 ms, exit code 0
 
962025-05-08T04:32:35.842Zstarting task 4: "build"
972025-05-08T04:32:35.847Z+ source .github/buildomat/ci-env.sh
982025-05-08T04:32:35.853Z++ export CARGO_TERM_COLOR=always
992025-05-08T04:32:35.853Z++ CARGO_TERM_COLOR=always
1002025-05-08T04:32:35.853Z+ cargo --version
1012025-05-08T04:32:35.909Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
1022025-05-08T04:32:35.914Z+ rustc --version
1032025-05-08T04:32:35.978Zrustc 1.86.0 (05f9846f8 2025-03-31)
1042025-05-08T04:32:35.981Z+ source ./env.sh
1052025-05-08T04:32:35.985Z++ OLD_SHELL_OPTS=ehxB
1062025-05-08T04:32:35.985Z++ set -o xtrace
1072025-05-08T04:32:35.985Z++++ dirname ./env.sh
1082025-05-08T04:32:35.991Z+++ readlink -f .
1092025-05-08T04:32:35.994Z++ OMICRON_WS=/work/oxidecomputer/omicron
1102025-05-08T04:32:35.994Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112025-05-08T04:32:35.994Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122025-05-08T04:32:35.994Z++ 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
1132025-05-08T04:32:35.994Z++ 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
1142025-05-08T04:32:35.994Z++ 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
1152025-05-08T04:32:35.995Z++ 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
1162025-05-08T04:32:35.995Z++ 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
1172025-05-08T04:32:35.995Z++ 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
1182025-05-08T04:32:35.995Z++ case $OLD_SHELL_OPTS in
1192025-05-08T04:32:35.995Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202025-05-08T04:32:35.995Z+ 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
1212025-05-08T04:32:35.995Z+ 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
1222025-05-08T04:32:35.995Z+ banner prerequisites
1232025-05-08T04:32:35.995Z
1242025-05-08T04:32:35.995Z ##### ##### ###### ##### ###### #### # # # #### #
1252025-05-08T04:32:35.995Z # # # # # # # # # # # # # # #
1262025-05-08T04:32:35.995Z # # # # ##### # # ##### # # # # # #### #
1272025-05-08T04:32:35.995Z ##### ##### # ##### # # # # # # # # #
1282025-05-08T04:32:35.995Z # # # # # # # # # # # # # # #
1292025-05-08T04:32:35.995Z # # # ###### # # ###### ### # #### # #### #
1302025-05-08T04:32:35.995Z
1312025-05-08T04:32:35.995Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322025-05-08T04:32:46.892Z Startup: Refreshing catalog 'helios-dev' ... Done
1332025-05-08T04:32:52.433Z Startup: Caching catalogs ... Done
1342025-05-08T04:32:56.493ZPlanning: Solver setup ... Done (2.933s)
1352025-05-08T04:32:56.522ZPlanning: Running solver ... Done (0.029s)
1362025-05-08T04:32:56.602ZPlanning: Finding local manifests ... Done (0.004s)
1372025-05-08T04:32:56.633ZPlanning: Fetching manifests: 0/4 0% complete
1382025-05-08T04:32:56.795ZPlanning: Fetching manifests: 4/4 100% complete
1392025-05-08T04:32:56.855ZPlanning: Package planning ... Done (0.051s)
1402025-05-08T04:32:56.896ZPlanning: Merging actions ... Done (0.050s)
1412025-05-08T04:32:57.197ZPlanning: Checking for conflicting actions ... Done (0.302s)
1422025-05-08T04:32:57.210ZPlanning: Consolidating action changes ... Done (0.011s)
1432025-05-08T04:32:58.135ZPlanning: Evaluating mediators ... Done (0.922s)
1442025-05-08T04:32:58.142ZPlanning: Planning completed in 5.59 seconds
1452025-05-08T04:32:58.158Z Packages to install: 4
1462025-05-08T04:32:58.158Z Mediators to change: 2
1472025-05-08T04:32:58.162Z Services to change: 1
1482025-05-08T04:32:58.162Z Estimated space available: 155.55 GB
1492025-05-08T04:32:58.162ZEstimated space to be consumed: 1.64 GB
1502025-05-08T04:32:58.162Z Create boot environment: No
1512025-05-08T04:32:58.162ZCreate backup boot environment: No
1522025-05-08T04:32:58.162Z Rebuild boot archive: No
1532025-05-08T04:32:58.162Z
1542025-05-08T04:32:58.162ZChanged mediators:
1552025-05-08T04:32:58.162Z mediator clang:
1562025-05-08T04:32:58.162Z version: None -> 15 (system default)
1572025-05-08T04:32:58.162Z
1582025-05-08T04:32:58.162Z mediator llvm:
1592025-05-08T04:32:58.162Z version: 14 (system default) -> 15 (system default)
1602025-05-08T04:32:58.163Z
1612025-05-08T04:32:58.163ZChanged packages:
1622025-05-08T04:32:58.163Zhelios-dev
1632025-05-08T04:32:58.163Z developer/build-essential
1642025-05-08T04:32:58.163Z None -> 11-2.0
1652025-05-08T04:32:58.163Z library/libxmlsec1
1662025-05-08T04:32:58.163Z None -> 1.2.35-2.0
1672025-05-08T04:32:58.163Z ooce/developer/clang-15
1682025-05-08T04:32:58.163Z None -> 15.0.7-2.0
1692025-05-08T04:32:58.163Z ooce/developer/llvm-15
1702025-05-08T04:32:58.163Z None -> 15.0.7-2.0
1712025-05-08T04:32:58.163Z
1722025-05-08T04:32:58.163ZServices:
1732025-05-08T04:32:58.163Z restart_fmri:
1742025-05-08T04:32:58.163Z svc:/system/update-man-index:default
1752025-05-08T04:32:58.211Z
1762025-05-08T04:32:58.211ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1772025-05-08T04:33:04.753ZDownload: 212/3290 items 1.3/212.6MB 0% complete (338k/s)
1782025-05-08T04:33:09.774ZDownload: 554/3290 items 17.5/212.6MB 8% complete (1.7M/s)
1792025-05-08T04:33:14.778ZDownload: 1038/3290 items 19.6/212.6MB 9% complete (1.9M/s)
1802025-05-08T04:33:21.902ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (6.6M/s)
1812025-05-08T04:33:26.909ZDownload: 1697/3290 items 118.1/212.6MB 55% complete (6.0M/s)
1822025-05-08T04:33:32.215ZDownload: 2219/3290 items 119.2/212.6MB 56% complete (3.9M/s)
1832025-05-08T04:33:42.076ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (3.7M/s)
1842025-05-08T04:33:47.100ZDownload: 2512/3290 items 120.2/212.6MB 56% complete (230k/s)
1852025-05-08T04:33:52.280ZDownload: 2700/3290 items 120.7/212.6MB 56% complete (152k/s)
1862025-05-08T04:33:57.286ZDownload: 3102/3290 items 128.4/212.6MB 60% complete (727k/s)
1872025-05-08T04:34:01.462ZDownload: Completed 212.60 MB in 63.24 seconds (3.4M/s)
1882025-05-08T04:34:01.726Z Actions: 1/3689 actions (Installing new actions)
1892025-05-08T04:34:06.373Z Actions: Completed 3689 actions in 4.65 seconds.
1902025-05-08T04:34:06.893Z Done (0.512s)
1912025-05-08T04:34:06.893Z Done (0.000s)
1922025-05-08T04:34:07.609Z Done (0.717s)
1932025-05-08T04:34:12.708Z Done (4.395s)
1942025-05-08T04:34:12.726Z Done (0.023s)
1952025-05-08T04:34:12.726Z Done (0.000s)
1962025-05-08T04:34:12.726Z Done (0.000s)
1972025-05-08T04:34:13.344ZPlanning: Evaluating mediator changes ... Done
1982025-05-08T04:34:13.511ZPlanning: Checking for conflicting actions ... Done
1992025-05-08T04:34:13.516ZPlanning: Consolidating action changes ... Done
2002025-05-08T04:34:13.825ZPlanning: Evaluating mediators ... Done
2012025-05-08T04:34:13.830ZPlanning: Planning completed in 0.45 seconds
2022025-05-08T04:34:13.830Z Mediators to change: 2
2032025-05-08T04:34:13.831Z Create boot environment: No
2042025-05-08T04:34:13.831ZCreate backup boot environment: No
2052025-05-08T04:34:13.966Z Done
2062025-05-08T04:34:13.966Z Done
2072025-05-08T04:34:14.465Z Done
2082025-05-08T04:34:18.132Z Done
2092025-05-08T04:34:18.225Z Done
2102025-05-08T04:34:18.229Z Done
2112025-05-08T04:34:18.354Z Done
2122025-05-08T04:34:18.989ZPlanning: Evaluating mediator changes ... Done
2132025-05-08T04:34:18.993ZPlanning: Merging actions ... Done
2142025-05-08T04:34:19.183ZPlanning: Checking for conflicting actions ... Done
2152025-05-08T04:34:19.187ZPlanning: Consolidating action changes ... Done
2162025-05-08T04:34:19.457ZPlanning: Evaluating mediators ... Done
2172025-05-08T04:34:19.521ZPlanning: Planning completed in 0.78 seconds
2182025-05-08T04:34:19.553Z Packages to change: 1
2192025-05-08T04:34:19.553Z Mediators to change: 1
2202025-05-08T04:34:19.556Z Services to change: 1
2212025-05-08T04:34:19.557Z Create boot environment: No
2222025-05-08T04:34:19.557ZCreate backup boot environment: Yes
2232025-05-08T04:34:22.149Z Actions: 1/6 actions (Updating modified actions)
2242025-05-08T04:34:22.153Z Actions: Completed 6 actions in 0.00 seconds.
2252025-05-08T04:34:22.153Z Done
2262025-05-08T04:34:22.154Z Done
2272025-05-08T04:34:22.294Z Done
2282025-05-08T04:34:26.094Z Done
2292025-05-08T04:34:26.188Z Done
2302025-05-08T04:34:26.191Z Done
2312025-05-08T04:34:26.332Z Done
2322025-05-08T04:34:26.784ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2332025-05-08T04:34:26.784Zclang system 15 system
2342025-05-08T04:34:26.784Zcsh system system illumos
2352025-05-08T04:34:26.784Zctags system system illumos
2362025-05-08T04:34:26.784Zfile system system illumos
2372025-05-08T04:34:26.784Zgcc vendor 12 vendor
2382025-05-08T04:34:26.784Zgcc system 10 system
2392025-05-08T04:34:26.784Zgcc system 7 system
2402025-05-08T04:34:26.784Zgo system 1.20 system
2412025-05-08T04:34:26.784Zgo system 1.19 system
2422025-05-08T04:34:26.784Zllvm system 15 system
2432025-05-08T04:34:26.784Zllvm system 14 system
2442025-05-08T04:34:26.784Zmariadb system 10.6 system
2452025-05-08T04:34:26.784Zmta vendor vendor dma
2462025-05-08T04:34:26.784Zopenjdk system 17 system
2472025-05-08T04:34:26.784Zopenjdk system 11 system
2482025-05-08T04:34:26.784Zopenjdk system 1.8 system
2492025-05-08T04:34:26.784Zopenssl vendor 3 vendor
2502025-05-08T04:34:26.784Zperl system 5.36 system
2512025-05-08T04:34:26.784Zpostgresql system 15 system
2522025-05-08T04:34:26.784Zpostgresql system 13 system
2532025-05-08T04:34:26.784Zpython vendor 3 vendor
2542025-05-08T04:34:26.784Zpython system 2 system
2552025-05-08T04:34:26.784Zpython3 system 3.11 system
2562025-05-08T04:34:26.784Zruby system 3.0 system
2572025-05-08T04:34:26.784Zwords vendor vendor american-english
2582025-05-08T04:34:26.784Zwords system system australian-english
2592025-05-08T04:34:26.784Zwords system system british-english
2602025-05-08T04:34:26.784Zwords system system canadian-english
2612025-05-08T04:34:26.784Zwords system system french
2622025-05-08T04:34:26.784Zwords system system italian
2632025-05-08T04:34:26.784Zwords system system ngerman
2642025-05-08T04:34:26.785Zwords system system ogerman
2652025-05-08T04:34:26.785Zwords system system spanish
2662025-05-08T04:34:27.129ZPUBLISHER TYPE STATUS P LOCATION
2672025-05-08T04:34:27.129Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2682025-05-08T04:34:30.865ZFMRI IFO
2692025-05-08T04:34:30.865Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2702025-05-08T04:34:30.865Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2712025-05-08T04:34:30.865Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2722025-05-08T04:34:30.865Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2732025-05-08T04:34:30.865Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2742025-05-08T04:34:30.865Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2752025-05-08T04:34:30.865Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2762025-05-08T04:34:30.865Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2772025-05-08T04:34:30.865Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2782025-05-08T04:34:30.865Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2792025-05-08T04:34:30.865Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2802025-05-08T04:34:30.865Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2812025-05-08T04:34:30.865Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2822025-05-08T04:34:30.865Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2832025-05-08T04:34:30.865Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2842025-05-08T04:34:31.827Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2852025-05-08T04:34:32.052Z Updating git repository `https://github.com/seanmonstar/reqwest`
2862025-05-08T04:34:32.771Z Updating crates.io index
2872025-05-08T04:34:32.826Z Updating git repository `https://github.com/oxidecomputer/lldp`
2882025-05-08T04:34:33.101Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2892025-05-08T04:34:33.654Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2902025-05-08T04:34:33.907Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2912025-05-08T04:34:34.153Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2922025-05-08T04:34:34.438Z Updating git repository `https://github.com/oxidecomputer/propolis`
2932025-05-08T04:34:35.569Z Updating git repository `https://github.com/oxidecomputer/crucible`
2942025-05-08T04:34:37.611Z Updating git repository `https://github.com/oxidecomputer/opte`
2952025-05-08T04:34:38.435Z Updating git repository `https://github.com/oxidecomputer/falcon`
2962025-05-08T04:34:39.236Z Updating git repository `https://github.com/oxidecomputer/clickward`
2972025-05-08T04:34:39.493Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2982025-05-08T04:34:39.806Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2992025-05-08T04:34:40.373Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3002025-05-08T04:34:40.752Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3012025-05-08T04:34:41.213Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3022025-05-08T04:34:41.508Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3032025-05-08T04:34:41.829Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3042025-05-08T04:34:42.156Z Updating git repository `https://github.com/oxidecomputer/tofino`
3052025-05-08T04:34:42.432Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3062025-05-08T04:34:42.690Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3072025-05-08T04:34:42.937Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3082025-05-08T04:34:43.307Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092025-05-08T04:34:43.612Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102025-05-08T04:34:44.020Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3112025-05-08T04:34:44.284Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3122025-05-08T04:34:44.667Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3132025-05-08T04:34:45.046Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3142025-05-08T04:34:45.378Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3152025-05-08T04:34:45.722Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3162025-05-08T04:34:46.193Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3172025-05-08T04:34:46.439Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3182025-05-08T04:34:46.695Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3192025-05-08T04:34:46.986Z Updating git repository `https://github.com/oxidecomputer/omicron`
3202025-05-08T04:34:55.999Z Updating git repository `https://github.com/illumos/smf-rs`
3212025-05-08T04:34:57.476Z Downloading crates ...
3222025-05-08T04:34:57.554Z Downloaded bitflags v1.3.2
3232025-05-08T04:34:57.559Z Downloaded anstream v0.6.15
3242025-05-08T04:34:57.564Z Downloaded anstyle v1.0.10
3252025-05-08T04:34:57.568Z Downloaded cfg-if v1.0.0
3262025-05-08T04:34:57.581Z Downloaded equivalent v1.0.1
3272025-05-08T04:34:57.584Z Downloaded dtrace-parser v0.2.0
3282025-05-08T04:34:57.592Z Downloaded scroll_derive v0.12.0
3292025-05-08T04:34:57.600Z Downloaded pretty-hex v0.4.1
3302025-05-08T04:34:57.604Z Downloaded winnow v0.7.3
3312025-05-08T04:34:57.613Z Downloaded usdt-macro v0.5.0
3322025-05-08T04:34:57.616Z Downloaded bitflags v2.9.0
3332025-05-08T04:34:57.619Z Downloaded autocfg v1.4.0
3342025-05-08T04:34:57.622Z Downloaded bytecount v0.6.8
3352025-05-08T04:34:57.627Z Downloaded anstyle-parse v0.2.5
3362025-05-08T04:34:57.627Z Downloaded heck v0.5.0
3372025-05-08T04:34:57.631Z Downloaded cargo-platform v0.1.8
3382025-05-08T04:34:57.634Z Downloaded heck v0.4.1
3392025-05-08T04:34:57.641Z Downloaded generic-array v0.14.7
3402025-05-08T04:34:57.644Z Downloaded crypto-common v0.1.6
3412025-05-08T04:34:57.644Z Downloaded colorchoice v1.0.2
3422025-05-08T04:34:57.647Z Downloaded itoa v1.0.11
3432025-05-08T04:34:57.647Z Downloaded errno v0.3.9
3442025-05-08T04:34:57.650Z Downloaded clap_lex v0.7.4
3452025-05-08T04:34:57.650Z Downloaded serde_tokenstream v0.2.2
3462025-05-08T04:34:57.650Z Downloaded block-buffer v0.10.4
3472025-05-08T04:34:57.653Z Downloaded serde_spanned v0.6.8
3482025-05-08T04:34:57.656Z Downloaded tabled_derive v0.7.0
3492025-05-08T04:34:57.656Z Downloaded plain v0.2.3
3502025-05-08T04:34:57.659Z Downloaded is_terminal_polyfill v1.70.1
3512025-05-08T04:34:57.659Z Downloaded memmap v0.7.0
3522025-05-08T04:34:57.662Z Downloaded macaddr v1.0.1
3532025-05-08T04:34:57.662Z Downloaded terminal_size v0.4.0
3542025-05-08T04:34:57.665Z Downloaded toml_datetime v0.6.8
3552025-05-08T04:34:57.669Z Downloaded fastrand v2.1.1
3562025-05-08T04:34:57.669Z Downloaded thiserror-impl v1.0.69
3572025-05-08T04:34:57.672Z Downloaded thiserror v1.0.69
3582025-05-08T04:34:57.675Z Downloaded fnv v1.0.7
3592025-05-08T04:34:57.675Z Downloaded digest v0.10.7
3602025-05-08T04:34:57.680Z Downloaded cpufeatures v0.2.14
3612025-05-08T04:34:57.683Z Downloaded utf8parse v0.2.2
3622025-05-08T04:34:57.683Z Downloaded terminal_size v0.2.6
3632025-05-08T04:34:57.686Z Downloaded smawk v0.3.2
3642025-05-08T04:34:57.686Z Downloaded version_check v0.9.5
3652025-05-08T04:34:57.689Z Downloaded strsim v0.11.1
3662025-05-08T04:34:57.689Z Downloaded thread-id v4.2.2
3672025-05-08T04:34:57.693Z Downloaded dof v0.3.0
3682025-05-08T04:34:57.693Z Downloaded proc-macro-error-attr v1.0.4
3692025-05-08T04:34:57.693Z Downloaded unicode-linebreak v0.1.5
3702025-05-08T04:34:57.696Z Downloaded camino-tempfile v1.1.1
3712025-05-08T04:34:57.696Z Downloaded camino v1.1.9
3722025-05-08T04:34:57.699Z Downloaded usdt-attr-macro v0.5.0
3732025-05-08T04:34:57.699Z Downloaded usdt v0.5.0
3742025-05-08T04:34:57.699Z Downloaded byteorder v1.5.0
3752025-05-08T04:34:57.702Z Downloaded usdt-impl v0.5.0
3762025-05-08T04:34:57.705Z Downloaded swrite v0.1.0
3772025-05-08T04:34:57.708Z Downloaded cargo_metadata v0.19.2
3782025-05-08T04:34:57.711Z Downloaded fs-err v3.1.0
3792025-05-08T04:34:57.714Z Downloaded scroll v0.12.0
3802025-05-08T04:34:57.714Z Downloaded quote v1.0.39
3812025-05-08T04:34:57.723Z Downloaded pest_derive v2.7.14
3822025-05-08T04:34:57.726Z Downloaded thiserror-impl v2.0.12
3832025-05-08T04:34:57.734Z Downloaded thiserror v2.0.12
3842025-05-08T04:34:57.740Z Downloaded tempfile v3.13.0
3852025-05-08T04:34:57.743Z Downloaded sha2 v0.10.8
3862025-05-08T04:34:57.743Z Downloaded semver v1.0.25
3872025-05-08T04:34:57.746Z Downloaded pest_meta v2.7.14
3882025-05-08T04:34:57.749Z Downloaded zerocopy-derive v0.7.35
3892025-05-08T04:34:57.752Z Downloaded clap v4.5.35
3902025-05-08T04:34:57.758Z Downloaded toml v0.8.20
3912025-05-08T04:34:57.762Z Downloaded anstyle-query v1.1.1
3922025-05-08T04:34:57.765Z Downloaded proc-macro-error v1.0.4
3932025-05-08T04:34:57.768Z Downloaded pest_generator v2.7.14
3942025-05-08T04:34:57.768Z Downloaded once_cell v1.21.3
3952025-05-08T04:34:57.771Z Downloaded log v0.4.22
3962025-05-08T04:34:57.771Z Downloaded io-lifetimes v1.0.11
3972025-05-08T04:34:57.775Z Downloaded clap_derive v4.5.32
3982025-05-08T04:34:57.778Z Downloaded typenum v1.17.0
3992025-05-08T04:34:57.782Z Downloaded unicode-ident v1.0.14
4002025-05-08T04:34:57.782Z Downloaded proc-macro2 v1.0.94
4012025-05-08T04:34:57.786Z Downloaded cargo_toml v0.21.0
4022025-05-08T04:34:57.798Z Downloaded textwrap v0.16.1
4032025-05-08T04:34:57.804Z Downloaded serde_derive v1.0.219
4042025-05-08T04:34:57.808Z Downloaded ucd-trie v0.1.7
4052025-05-08T04:34:57.811Z Downloaded ryu v1.0.18
4062025-05-08T04:34:57.814Z Downloaded anyhow v1.0.98
4072025-05-08T04:34:57.817Z Downloaded indexmap v2.7.1
4082025-05-08T04:34:57.827Z Downloaded papergrid v0.11.0
4092025-05-08T04:34:57.839Z Downloaded memchr v2.7.4
4102025-05-08T04:34:57.845Z Downloaded serde v1.0.219
4112025-05-08T04:34:57.855Z Downloaded toml_edit v0.22.24
4122025-05-08T04:34:57.888Z Downloaded pest v2.7.14
4132025-05-08T04:34:57.893Z Downloaded hashbrown v0.15.1
4142025-05-08T04:34:57.901Z Downloaded zerocopy v0.7.35
4152025-05-08T04:34:57.914Z Downloaded serde_json v1.0.140
4162025-05-08T04:34:57.921Z Downloaded goblin v0.8.2
4172025-05-08T04:34:57.926Z Downloaded clap_builder v4.5.35
4182025-05-08T04:34:57.941Z Downloaded tabled v0.15.0
4192025-05-08T04:34:57.962Z Downloaded unicode-width v0.1.14
4202025-05-08T04:34:57.972Z Downloaded syn v1.0.109
4212025-05-08T04:34:57.989Z Downloaded syn v2.0.98
4222025-05-08T04:34:58.000Z Downloaded rustix v0.37.28
4232025-05-08T04:34:58.019Z Downloaded rustix v0.38.37
4242025-05-08T04:34:58.071Z Downloaded libc v0.2.171
4252025-05-08T04:34:58.199Z Compiling proc-macro2 v1.0.94
4262025-05-08T04:34:58.199Z Compiling unicode-ident v1.0.14
4272025-05-08T04:34:58.202Z Compiling libc v0.2.171
4282025-05-08T04:34:58.202Z Compiling version_check v0.9.5
4292025-05-08T04:34:58.202Z Compiling serde v1.0.219
4302025-05-08T04:34:58.202Z Compiling memchr v2.7.4
4312025-05-08T04:34:58.202Z Compiling thiserror v1.0.69
4322025-05-08T04:34:58.202Z Compiling ryu v1.0.18
4332025-05-08T04:34:58.467Z Compiling itoa v1.0.11
4342025-05-08T04:34:58.686Z Compiling ucd-trie v0.1.7
4352025-05-08T04:34:58.725Z Compiling once_cell v1.21.3
4362025-05-08T04:34:59.014Z Compiling byteorder v1.5.0
4372025-05-08T04:34:59.118Z Compiling serde_json v1.0.140
4382025-05-08T04:34:59.291Z Compiling rustix v0.38.37
4392025-05-08T04:34:59.542Z Compiling bitflags v2.9.0
4402025-05-08T04:34:59.590Z Compiling proc-macro-error-attr v1.0.4
4412025-05-08T04:35:00.276Z Compiling usdt-impl v0.5.0
4422025-05-08T04:35:00.302Z Compiling syn v1.0.109
4432025-05-08T04:35:00.302Z Compiling io-lifetimes v1.0.11
4442025-05-08T04:35:00.302Z Compiling quote v1.0.39
4452025-05-08T04:35:00.302Z Compiling proc-macro-error v1.0.4
4462025-05-08T04:35:00.319Z Compiling errno v0.3.9
4472025-05-08T04:35:00.353Z Compiling rustix v0.37.28
4482025-05-08T04:35:00.485Z Compiling syn v2.0.98
4492025-05-08T04:35:00.545Z Compiling thread-id v4.2.2
4502025-05-08T04:35:00.640Z Compiling log v0.4.22
4512025-05-08T04:35:00.678Z Compiling camino v1.1.9
4522025-05-08T04:35:00.703Z Compiling hashbrown v0.15.1
4532025-05-08T04:35:00.750Z Compiling plain v0.2.3
4542025-05-08T04:35:00.927Z Compiling utf8parse v0.2.2
4552025-05-08T04:35:00.970Z Compiling equivalent v1.0.1
4562025-05-08T04:35:01.104Z Compiling anstyle-parse v0.2.5
4572025-05-08T04:35:01.463Z Compiling pretty-hex v0.4.1
4582025-05-08T04:35:01.537Z Compiling winnow v0.7.3
4592025-05-08T04:35:01.711Z Compiling anstyle v1.0.10
4602025-05-08T04:35:01.803Z Compiling indexmap v2.7.1
4612025-05-08T04:35:01.882Z Compiling unicode-width v0.1.14
4622025-05-08T04:35:01.999Z Compiling thiserror v2.0.12
4632025-05-08T04:35:02.155Z Compiling anstyle-query v1.1.1
4642025-05-08T04:35:02.342Z Compiling bitflags v1.3.2
4652025-05-08T04:35:02.450Z Compiling semver v1.0.25
4662025-05-08T04:35:02.476Z Compiling colorchoice v1.0.2
4672025-05-08T04:35:02.655Z Compiling is_terminal_polyfill v1.70.1
4682025-05-08T04:35:02.682Z Compiling autocfg v1.4.0
4692025-05-08T04:35:02.807Z Compiling anstream v0.6.15
4702025-05-08T04:35:03.100Z Compiling terminal_size v0.4.0
4712025-05-08T04:35:03.504Z Compiling strsim v0.11.1
4722025-05-08T04:35:03.586Z Compiling cfg-if v1.0.0
4732025-05-08T04:35:03.611Z Compiling fs-err v3.1.0
4742025-05-08T04:35:03.702Z Compiling anyhow v1.0.98
4752025-05-08T04:35:03.868Z Compiling heck v0.4.1
4762025-05-08T04:35:03.967Z Compiling clap_lex v0.7.4
4772025-05-08T04:35:04.296Z Compiling bytecount v0.6.8
4782025-05-08T04:35:04.320Z Compiling fastrand v2.1.1
4792025-05-08T04:35:04.344Z Compiling fnv v1.0.7
4802025-05-08T04:35:04.399Z Compiling heck v0.5.0
4812025-05-08T04:35:04.505Z Compiling papergrid v0.11.0
4822025-05-08T04:35:04.812Z Compiling tempfile v3.13.0
4832025-05-08T04:35:04.837Z Compiling clap_builder v4.5.35
4842025-05-08T04:35:04.876Z Compiling terminal_size v0.2.6
4852025-05-08T04:35:05.039Z Compiling memmap v0.7.0
4862025-05-08T04:35:05.083Z Compiling unicode-linebreak v0.1.5
4872025-05-08T04:35:05.107Z Compiling smawk v0.3.2
4882025-05-08T04:35:05.567Z Compiling textwrap v0.16.1
4892025-05-08T04:35:05.593Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4902025-05-08T04:35:05.869Z Compiling swrite v0.1.0
4912025-05-08T04:35:06.391Z Compiling tabled_derive v0.7.0
4922025-05-08T04:35:07.691Z Compiling serde_derive v1.0.219
4932025-05-08T04:35:07.691Z Compiling thiserror-impl v1.0.69
4942025-05-08T04:35:07.694Z Compiling zerocopy-derive v0.7.35
4952025-05-08T04:35:07.694Z Compiling scroll_derive v0.12.0
4962025-05-08T04:35:07.694Z Compiling thiserror-impl v2.0.12
4972025-05-08T04:35:07.694Z Compiling clap_derive v4.5.32
4982025-05-08T04:35:07.856Z Compiling tabled v0.15.0
4992025-05-08T04:35:09.098Z Compiling scroll v0.12.0
5002025-05-08T04:35:09.648Z Compiling goblin v0.8.2
5012025-05-08T04:35:09.744Z Compiling zerocopy v0.7.35
5022025-05-08T04:35:10.842Z Compiling pest v2.7.14
5032025-05-08T04:35:12.180Z Compiling clap v4.5.35
5042025-05-08T04:35:13.129Z Compiling pest_meta v2.7.14
5052025-05-08T04:35:13.957Z Compiling pest_generator v2.7.14
5062025-05-08T04:35:15.339Z Compiling pest_derive v2.7.14
5072025-05-08T04:35:15.991Z Compiling dtrace-parser v0.2.0
5082025-05-08T04:35:17.017Z Compiling toml_datetime v0.6.8
5092025-05-08T04:35:17.017Z Compiling serde_spanned v0.6.8
5102025-05-08T04:35:17.020Z Compiling cargo-platform v0.1.8
5112025-05-08T04:35:17.311Z Compiling serde_tokenstream v0.2.2
5122025-05-08T04:35:17.334Z Compiling toml_edit v0.22.24
5132025-05-08T04:35:17.465Z Compiling macaddr v1.0.1
5142025-05-08T04:35:17.663Z Compiling camino-tempfile v1.1.1
5152025-05-08T04:35:18.406Z Compiling dof v0.3.0
5162025-05-08T04:35:18.406Z Compiling cargo_metadata v0.19.2
5172025-05-08T04:35:20.003Z Compiling usdt-macro v0.5.0
5182025-05-08T04:35:20.003Z Compiling usdt-attr-macro v0.5.0
5192025-05-08T04:35:20.040Z Compiling toml v0.8.20
5202025-05-08T04:35:20.867Z Compiling cargo_toml v0.21.0
5212025-05-08T04:35:21.251Z Compiling usdt v0.5.0
5222025-05-08T04:35:23.545Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5232025-05-08T04:35:26.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.43s
5242025-05-08T04:35:27.246Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5252025-05-08T04:35:27.908Z Downloading crates ...
5262025-05-08T04:35:28.031Z Downloaded addr2line v0.24.2
5272025-05-08T04:35:28.035Z Downloaded assert_matches v1.5.0
5282025-05-08T04:35:28.038Z Downloaded async-recursion v1.1.1
5292025-05-08T04:35:28.042Z Downloaded async-trait v0.1.88
5302025-05-08T04:35:28.046Z Downloaded atomicwrites v0.4.4
5312025-05-08T04:35:28.049Z Downloaded adler2 v2.0.0
5322025-05-08T04:35:28.052Z Downloaded ahash v0.8.11
5332025-05-08T04:35:28.059Z Downloaded ident_case v1.0.1
5342025-05-08T04:35:28.062Z Downloaded icu_provider_macros v1.5.0
5352025-05-08T04:35:28.065Z Downloaded http-range v0.1.5
5362025-05-08T04:35:28.065Z Downloaded headers-core v0.3.0
5372025-05-08T04:35:28.068Z Downloaded async-stream-impl v0.3.6
5382025-05-08T04:35:28.069Z Downloaded http-body v1.0.1
5392025-05-08T04:35:28.072Z Downloaded aes-gcm v0.10.3
5402025-05-08T04:35:28.075Z Downloaded async-stream v0.3.6
5412025-05-08T04:35:28.078Z Downloaded md5 v0.7.0
5422025-05-08T04:35:28.078Z Downloaded match_cfg v0.1.0
5432025-05-08T04:35:28.081Z Downloaded cexpr v0.6.0
5442025-05-08T04:35:28.084Z Downloaded aead v0.5.2
5452025-05-08T04:35:28.084Z Downloaded is_ci v1.2.0
5462025-05-08T04:35:28.087Z Downloaded hubpack_derive v0.1.1
5472025-05-08T04:35:28.088Z Downloaded atty v0.2.14
5482025-05-08T04:35:28.091Z Downloaded heck v0.3.3
5492025-05-08T04:35:28.094Z Downloaded cancel-safe-futures v0.1.5
5502025-05-08T04:35:28.097Z Downloaded bitfield v0.14.0
5512025-05-08T04:35:28.100Z Downloaded instant v0.1.13
5522025-05-08T04:35:28.100Z Downloaded hubpack v0.1.2
5532025-05-08T04:35:28.103Z Downloaded hex-literal v0.4.1
5542025-05-08T04:35:28.103Z Downloaded httpdate v1.0.3
5552025-05-08T04:35:28.106Z Downloaded internet-checksum v0.2.1
5562025-05-08T04:35:28.109Z Downloaded home v0.5.9
5572025-05-08T04:35:28.109Z Downloaded aes v0.8.4
5582025-05-08T04:35:28.114Z Downloaded lazy_static v1.5.0
5592025-05-08T04:35:28.117Z Downloaded managed v0.8.0
5602025-05-08T04:35:28.120Z Downloaded idna_adapter v1.2.0
5612025-05-08T04:35:28.120Z Downloaded ingot-types v0.1.0
5622025-05-08T04:35:28.124Z Downloaded hyper-tls v0.6.0
5632025-05-08T04:35:28.127Z Downloaded lru-cache v0.1.2
5642025-05-08T04:35:28.127Z Downloaded maybe-uninit v2.0.0
5652025-05-08T04:35:28.131Z Downloaded maplit v1.0.2
5662025-05-08T04:35:28.131Z Downloaded linear-map v1.2.0
5672025-05-08T04:35:28.134Z Downloaded libscf-sys v1.1.0
5682025-05-08T04:35:28.137Z Downloaded convert_case v0.4.0
5692025-05-08T04:35:28.137Z Downloaded cipher v0.4.4
5702025-05-08T04:35:28.140Z Downloaded bcrypt-pbkdf v0.10.0
5712025-05-08T04:35:28.143Z Downloaded lru v0.12.5
5722025-05-08T04:35:28.146Z Downloaded lzss v0.8.2
5732025-05-08T04:35:28.146Z Downloaded lock_api v0.4.12
5742025-05-08T04:35:28.149Z Downloaded iana-time-zone v0.1.63
5752025-05-08T04:35:28.152Z Downloaded icu_locid_transform v1.5.0
5762025-05-08T04:35:28.156Z Downloaded ingot v0.1.0
5772025-05-08T04:35:28.159Z Downloaded hyper-staticfile v0.10.1
5782025-05-08T04:35:28.162Z Downloaded array-init v0.0.4
5792025-05-08T04:35:28.165Z Downloaded hostname v0.4.0
5802025-05-08T04:35:28.165Z Downloaded keccak v0.1.5
5812025-05-08T04:35:28.169Z Downloaded jobserver v0.1.32
5822025-05-08T04:35:28.172Z Downloaded crc-catalog v2.4.0
5832025-05-08T04:35:28.172Z Downloaded cbc v0.1.2
5842025-05-08T04:35:28.176Z Downloaded constant_time_eq v0.3.1
5852025-05-08T04:35:28.179Z Downloaded libloading v0.8.5
5862025-05-08T04:35:28.182Z Downloaded hmac v0.12.1
5872025-05-08T04:35:28.185Z Downloaded hickory-client v0.24.4
5882025-05-08T04:35:28.188Z Downloaded signal-hook-tokio v0.3.1
5892025-05-08T04:35:28.192Z Downloaded ingot-macros v0.1.0
5902025-05-08T04:35:28.192Z Downloaded rustc_version v0.4.1
5912025-05-08T04:35:28.195Z Downloaded icu_locid_transform_data v1.5.0
5922025-05-08T04:35:28.198Z Downloaded crc8 v0.1.1
5932025-05-08T04:35:28.201Z Downloaded chacha20poly1305 v0.10.1
5942025-05-08T04:35:28.201Z Downloaded icu_locid v1.5.0
5952025-05-08T04:35:28.207Z Downloaded litrs v0.4.1
5962025-05-08T04:35:28.210Z Downloaded sync_wrapper v1.0.1
5972025-05-08T04:35:28.213Z Downloaded secrecy v0.8.0
5982025-05-08T04:35:28.216Z Downloaded serde_urlencoded v0.7.1
5992025-05-08T04:35:28.219Z Downloaded sec1 v0.7.3
6002025-05-08T04:35:28.219Z Downloaded heapless v0.8.0
6012025-05-08T04:35:28.224Z Downloaded thiserror-impl-no-std v2.0.2
6022025-05-08T04:35:28.227Z Downloaded libsw-core v0.3.1
6032025-05-08T04:35:28.230Z Downloaded tower-service v0.3.3
6042025-05-08T04:35:28.233Z Downloaded hex v0.4.3
6052025-05-08T04:35:28.234Z Downloaded bit-set v0.8.0
6062025-05-08T04:35:28.238Z Downloaded tower-layer v0.3.3
6072025-05-08T04:35:28.241Z Downloaded void v1.0.2
6082025-05-08T04:35:28.241Z Downloaded crc32fast v1.4.2
6092025-05-08T04:35:28.244Z Downloaded const_format_proc_macros v0.2.34
6102025-05-08T04:35:28.247Z Downloaded slog-stdlog v4.1.1
6112025-05-08T04:35:28.247Z Downloaded base16ct v0.2.0
6122025-05-08T04:35:28.250Z Downloaded blowfish v0.9.1
6132025-05-08T04:35:28.253Z Downloaded indicatif v0.17.11
6142025-05-08T04:35:28.256Z Downloaded backoff v0.4.0
6152025-05-08T04:35:28.260Z Downloaded zone_cfg_derive v0.3.0
6162025-05-08T04:35:28.263Z Downloaded static_assertions v1.1.0
6172025-05-08T04:35:28.263Z Downloaded chrono-tz-build v0.4.0
6182025-05-08T04:35:28.266Z Downloaded synstructure v0.13.1
6192025-05-08T04:35:28.269Z Downloaded cobs v0.2.3
6202025-05-08T04:35:28.269Z Downloaded ciborium-ll v0.2.2
6212025-05-08T04:35:28.272Z Downloaded bcs v0.1.6
6222025-05-08T04:35:28.275Z Downloaded write16 v1.0.0
6232025-05-08T04:35:28.276Z Downloaded zone_cfg_derive v0.1.2
6242025-05-08T04:35:28.279Z Downloaded progenitor-client v0.8.0
6252025-05-08T04:35:28.279Z Downloaded proc-macro-crate v1.3.1
6262025-05-08T04:35:28.282Z Downloaded topological-sort v0.2.2
6272025-05-08T04:35:28.283Z Downloaded md-5 v0.10.6
6282025-05-08T04:35:28.286Z Downloaded colored v2.2.0
6292025-05-08T04:35:28.289Z Downloaded vsss-rs v3.3.4
6302025-05-08T04:35:28.292Z Downloaded indoc v2.0.6
6312025-05-08T04:35:28.295Z Downloaded float-cmp v0.10.0
6322025-05-08T04:35:28.300Z Downloaded xattr v1.3.1
6332025-05-08T04:35:28.303Z Downloaded ciborium v0.2.2
6342025-05-08T04:35:28.306Z Downloaded slog-term v2.9.1
6352025-05-08T04:35:28.306Z Downloaded shell-words v1.1.0
6362025-05-08T04:35:28.323Z Downloaded newline-converter v0.3.0
6372025-05-08T04:35:28.330Z Downloaded newtype_derive v0.1.6
6382025-05-08T04:35:28.330Z Downloaded defmt v0.3.8
6392025-05-08T04:35:28.335Z Downloaded parse-size v1.1.0
6402025-05-08T04:35:28.335Z Downloaded openssl-probe v0.1.5
6412025-05-08T04:35:28.340Z Downloaded termtree v0.5.1
6422025-05-08T04:35:28.340Z Downloaded zerovec-derive v0.10.3
6432025-05-08T04:35:28.345Z Downloaded stable_deref_trait v1.2.0
6442025-05-08T04:35:28.345Z Downloaded zone v0.3.1
6452025-05-08T04:35:28.345Z Downloaded const-oid v0.9.6
6462025-05-08T04:35:28.350Z Downloaded hyper-rustls v0.27.3
6472025-05-08T04:35:28.354Z Downloaded diesel-dtrace v0.4.2
6482025-05-08T04:35:28.354Z Downloaded foldhash v0.1.3
6492025-05-08T04:35:28.354Z Downloaded document-features v0.2.10
6502025-05-08T04:35:28.357Z Downloaded litemap v0.7.3
6512025-05-08T04:35:28.364Z Downloaded proc-macro-error-attr2 v2.0.0
6522025-05-08T04:35:28.364Z Downloaded futures-io v0.3.31
6532025-05-08T04:35:28.371Z Downloaded futures-core v0.3.31
6542025-05-08T04:35:28.371Z Downloaded heapless v0.7.17
6552025-05-08T04:35:28.374Z Downloaded bzip2 v0.4.4
6562025-05-08T04:35:28.374Z Downloaded subprocess v0.2.9
6572025-05-08T04:35:28.375Z Downloaded newtype-uuid v1.2.1
6582025-05-08T04:35:28.379Z Downloaded hash32 v0.3.1
6592025-05-08T04:35:28.384Z Downloaded zstd v0.13.3
6602025-05-08T04:35:28.384Z Downloaded serde-big-array v0.5.1
6612025-05-08T04:35:28.387Z Downloaded secrecy v0.10.3
6622025-05-08T04:35:28.392Z Downloaded pkg-config v0.3.31
6632025-05-08T04:35:28.392Z Downloaded parse-display-derive v0.10.0
6642025-05-08T04:35:28.401Z Downloaded parse-display v0.10.0
6652025-05-08T04:35:28.401Z Downloaded des v0.8.1
6662025-05-08T04:35:28.401Z Downloaded toml v0.7.8
6672025-05-08T04:35:28.404Z Downloaded aho-corasick v1.1.3
6682025-05-08T04:35:28.408Z Downloaded time-core v0.1.2
6692025-05-08T04:35:28.412Z Downloaded quick-error v1.2.3
6702025-05-08T04:35:28.412Z Downloaded percent-encoding v2.3.1
6712025-05-08T04:35:28.415Z Downloaded pem v3.0.5
6722025-05-08T04:35:28.415Z Downloaded primeorder v0.13.6
6732025-05-08T04:35:28.419Z Downloaded num_enum v0.5.11
6742025-05-08T04:35:28.423Z Downloaded zopfli v0.8.1
6752025-05-08T04:35:28.432Z Downloaded powerfmt v0.2.0
6762025-05-08T04:35:28.432Z Downloaded globset v0.4.15
6772025-05-08T04:35:28.436Z Downloaded xshell-macros v0.2.7
6782025-05-08T04:35:28.436Z Downloaded snafu v0.8.5
6792025-05-08T04:35:28.440Z Downloaded ssh-cipher v0.2.0
6802025-05-08T04:35:28.445Z Downloaded arc-swap v1.7.1
6812025-05-08T04:35:28.448Z Downloaded russh-keys v0.45.0
6822025-05-08T04:35:28.453Z Downloaded const_format v0.2.34
6832025-05-08T04:35:28.464Z Downloaded embedded-io v0.6.1
6842025-05-08T04:35:28.464Z Downloaded tabwriter v1.4.0
6852025-05-08T04:35:28.467Z Downloaded tabled_derive v0.10.0
6862025-05-08T04:35:28.467Z Downloaded libxml v0.3.3
6872025-05-08T04:35:28.470Z Downloaded tokio-tungstenite v0.21.0
6882025-05-08T04:35:28.473Z Downloaded fxhash v0.2.1
6892025-05-08T04:35:28.473Z Downloaded normalize-line-endings v0.3.0
6902025-05-08T04:35:28.476Z Downloaded untrusted v0.7.1
6912025-05-08T04:35:28.477Z Downloaded itertools v0.10.5
6922025-05-08T04:35:28.484Z Downloaded peg-runtime v0.8.5
6932025-05-08T04:35:28.487Z Downloaded path-slash v0.1.5
6942025-05-08T04:35:28.487Z Downloaded packed_struct_codegen v0.10.1
6952025-05-08T04:35:28.490Z Downloaded smallvec v1.14.0
6962025-05-08T04:35:28.494Z Downloaded tokio-macros v2.5.0
6972025-05-08T04:35:28.494Z Downloaded dropshot_endpoint v0.16.0
6982025-05-08T04:35:28.498Z Downloaded bytes v1.10.1
6992025-05-08T04:35:28.504Z Downloaded unicase v2.7.0
7002025-05-08T04:35:28.508Z Downloaded tokio-rustls v0.25.0
7012025-05-08T04:35:28.511Z Downloaded sync-ptr v0.1.1
7022025-05-08T04:35:28.511Z Downloaded russh-cryptovec v0.7.3
7032025-05-08T04:35:28.511Z Downloaded foreign-types-macros v0.2.3
7042025-05-08T04:35:28.511Z Downloaded flume v0.11.1
7052025-05-08T04:35:28.517Z Downloaded gethostname v0.5.0
7062025-05-08T04:35:28.523Z Downloaded steno v0.4.1
7072025-05-08T04:35:28.527Z Downloaded idna v1.0.3
7082025-05-08T04:35:28.530Z Downloaded fs-err v2.11.0
7092025-05-08T04:35:28.530Z Downloaded either v1.14.0
7102025-05-08T04:35:28.533Z Downloaded deranged v0.3.11
7112025-05-08T04:35:28.536Z Downloaded supports-color v3.0.2
7122025-05-08T04:35:28.536Z Downloaded flagset v0.4.6
7132025-05-08T04:35:28.569Z Downloaded tokio-stream v0.1.17
7142025-05-08T04:35:28.569Z Downloaded num v0.4.3
7152025-05-08T04:35:28.569Z Downloaded futures-task v0.3.31
7162025-05-08T04:35:28.569Z Downloaded scheduled-thread-pool v0.2.7
7172025-05-08T04:35:28.569Z Downloaded libm v0.2.8
7182025-05-08T04:35:28.569Z Downloaded displaydoc v0.2.5
7192025-05-08T04:35:28.569Z Downloaded yoke-derive v0.7.4
7202025-05-08T04:35:28.569Z Downloaded oso v0.27.3
7212025-05-08T04:35:28.573Z Downloaded typify-macro v0.2.0
7222025-05-08T04:35:28.573Z Downloaded xz2 v0.1.7
7232025-05-08T04:35:28.573Z Downloaded xshell v0.2.7
7242025-05-08T04:35:28.576Z Downloaded tokio-rustls v0.26.0
7252025-05-08T04:35:28.580Z Downloaded env_filter v0.1.2
7262025-05-08T04:35:28.582Z Downloaded quinn v0.11.5
7272025-05-08T04:35:28.586Z Downloaded getrandom v0.2.15
7282025-05-08T04:35:28.589Z Downloaded der_derive v0.7.3
7292025-05-08T04:35:28.592Z Downloaded endian-type v0.1.2
7302025-05-08T04:35:28.592Z Downloaded same-file v1.0.6
7312025-05-08T04:35:28.595Z Downloaded nu-ansi-term v0.50.1
7322025-05-08T04:35:28.598Z Downloaded embedded-io v0.4.0
7332025-05-08T04:35:28.601Z Downloaded slog-scope v4.4.0
7342025-05-08T04:35:28.604Z Downloaded scopeguard v1.2.0
7352025-05-08T04:35:28.604Z Downloaded unicode-properties v0.1.3
7362025-05-08T04:35:28.608Z Downloaded smallvec v0.6.14
7372025-05-08T04:35:28.611Z Downloaded signal-hook v0.3.17
7382025-05-08T04:35:28.614Z Downloaded number_prefix v0.4.0
7392025-05-08T04:35:28.617Z Downloaded owo-colors v4.2.0
7402025-05-08T04:35:28.620Z Downloaded multer v3.1.0
7412025-05-08T04:35:28.624Z Downloaded unarray v0.1.4
7422025-05-08T04:35:28.630Z Downloaded typify-macro v0.3.0
7432025-05-08T04:35:28.630Z Downloaded prettyplease v0.2.30
7442025-05-08T04:35:28.633Z Downloaded zeroize_derive v1.4.2
7452025-05-08T04:35:28.633Z Downloaded curve25519-dalek-derive v0.1.1
7462025-05-08T04:35:28.637Z Downloaded zone v0.1.8
7472025-05-08T04:35:28.637Z Downloaded pkcs1 v0.7.5
7482025-05-08T04:35:28.642Z Downloaded dunce v1.0.5
7492025-05-08T04:35:28.642Z Downloaded pin-project-lite v0.2.14
7502025-05-08T04:35:28.646Z Downloaded pin-project-internal v1.1.6
7512025-05-08T04:35:28.650Z Downloaded enum-as-inner v0.6.1
7522025-05-08T04:35:28.654Z Downloaded mio v1.0.2
7532025-05-08T04:35:28.658Z Downloaded nibble_vec v0.1.0
7542025-05-08T04:35:28.661Z Downloaded fallible-iterator v0.2.0
7552025-05-08T04:35:28.664Z Downloaded nanorand v0.7.0
7562025-05-08T04:35:28.669Z Downloaded waitgroup v0.1.2
7572025-05-08T04:35:28.669Z Downloaded blake3 v1.5.4
7582025-05-08T04:35:28.676Z Downloaded darling_macro v0.20.10
7592025-05-08T04:35:28.682Z Downloaded wait-timeout v0.2.0
7602025-05-08T04:35:28.687Z Downloaded psl-types v2.0.11
7612025-05-08T04:35:28.687Z Downloaded fd-lock v4.0.2
7622025-05-08T04:35:28.687Z Downloaded polyval v0.6.2
7632025-05-08T04:35:28.691Z Downloaded progenitor-impl v0.9.1
7642025-05-08T04:35:28.694Z Downloaded num-iter v0.1.45
7652025-05-08T04:35:28.695Z Downloaded num-integer v0.1.46
7662025-05-08T04:35:28.697Z Downloaded serde_path_to_error v0.1.16
7672025-05-08T04:35:28.697Z Downloaded darling v0.20.10
7682025-05-08T04:35:28.703Z Downloaded structmeta-derive v0.3.0
7692025-05-08T04:35:28.707Z Downloaded slog-dtrace v0.3.0
7702025-05-08T04:35:28.707Z Downloaded salsa20 v0.10.2
7712025-05-08T04:35:28.710Z Downloaded tracing-attributes v0.1.27
7722025-05-08T04:35:28.713Z Downloaded unicode-bidi v0.3.17
7732025-05-08T04:35:28.717Z Downloaded utf16_iter v1.0.5
7742025-05-08T04:35:28.720Z Downloaded pin-project v1.1.6
7752025-05-08T04:35:28.731Z Downloaded slog-envlogger v2.2.0
7762025-05-08T04:35:28.734Z Downloaded tough v0.20.0
7772025-05-08T04:35:28.743Z Downloaded zerofrom v0.1.4
7782025-05-08T04:35:28.746Z Downloaded mime v0.3.17
7792025-05-08T04:35:28.749Z Downloaded opaque-debug v0.3.1
7802025-05-08T04:35:28.749Z Downloaded unicode_categories v0.1.1
7812025-05-08T04:35:28.756Z Downloaded daft-derive v0.1.3
7822025-05-08T04:35:28.763Z Downloaded multimap v0.10.0
7832025-05-08T04:35:28.764Z Downloaded paste v1.0.15
7842025-05-08T04:35:28.767Z Downloaded progenitor v0.8.0
7852025-05-08T04:35:28.767Z Downloaded schemars v0.8.22
7862025-05-08T04:35:28.777Z Downloaded simd-adler32 v0.3.7
7872025-05-08T04:35:28.780Z Downloaded sigpipe v0.1.3
7882025-05-08T04:35:28.783Z Downloaded serde_plain v1.0.2
7892025-05-08T04:35:28.783Z Downloaded slog-json v2.6.1
7902025-05-08T04:35:28.786Z Downloaded utf-8 v0.7.6
7912025-05-08T04:35:28.791Z Downloaded quinn-udp v0.5.5
7922025-05-08T04:35:28.791Z Downloaded termios v0.3.3
7932025-05-08T04:35:28.794Z Downloaded walkdir v2.5.0
7942025-05-08T04:35:28.797Z Downloaded openssl-macros v0.1.1
7952025-05-08T04:35:28.797Z Downloaded foreign-types-shared v0.1.1
7962025-05-08T04:35:28.802Z Downloaded rsa v0.9.6
7972025-05-08T04:35:28.806Z Downloaded defmt-macros v0.3.9
7982025-05-08T04:35:28.809Z Downloaded zeroize v1.8.1
7992025-05-08T04:35:28.812Z Downloaded zerofrom-derive v0.1.4
8002025-05-08T04:35:28.812Z Downloaded termcolor v1.4.1
8012025-05-08T04:35:28.815Z Downloaded foreign-types v0.3.2
8022025-05-08T04:35:28.818Z Downloaded serde_with_macros v3.12.0
8032025-05-08T04:35:28.818Z Downloaded r2d2 v0.8.10
8042025-05-08T04:35:28.821Z Downloaded try-lock v0.2.5
8052025-05-08T04:35:28.824Z Downloaded num-derive v0.4.2
8062025-05-08T04:35:28.825Z Downloaded foreign-types v0.5.0
8072025-05-08T04:35:28.829Z Downloaded ecdsa v0.16.9
8082025-05-08T04:35:28.832Z Downloaded tungstenite v0.23.0
8092025-05-08T04:35:28.835Z Downloaded want v0.3.1
8102025-05-08T04:35:28.835Z Downloaded rpassword v7.3.1
8112025-05-08T04:35:28.839Z Downloaded which v4.4.2
8122025-05-08T04:35:28.839Z Downloaded fixedbitset v0.4.2
8132025-05-08T04:35:28.842Z Downloaded time-macros v0.2.18
8142025-05-08T04:35:28.845Z Downloaded derive_builder_macro v0.20.2
8152025-05-08T04:35:28.845Z Downloaded tinyvec_macros v0.1.1
8162025-05-08T04:35:28.848Z Downloaded strum_macros v0.26.4
8172025-05-08T04:35:28.851Z Downloaded memmap2 v0.9.5
8182025-05-08T04:35:28.854Z Downloaded slog-bunyan v2.5.0
8192025-05-08T04:35:28.854Z Downloaded slog-async v2.8.0
8202025-05-08T04:35:28.858Z Downloaded tracing v0.1.40
8212025-05-08T04:35:28.867Z Downloaded postgres-protocol v0.6.8
8222025-05-08T04:35:28.874Z Downloaded parking_lot_core v0.8.6
8232025-05-08T04:35:28.874Z Downloaded num-derive v0.3.3
8242025-05-08T04:35:28.874Z Downloaded tui-tree-widget v0.23.0
8252025-05-08T04:35:28.878Z Downloaded sqlparser v0.45.0
8262025-05-08T04:35:28.878Z Downloaded sqlparser_derive v0.2.2
8272025-05-08T04:35:28.881Z Downloaded dirs-next v2.0.0
8282025-05-08T04:35:28.881Z Downloaded rustc_version v0.1.7
8292025-05-08T04:35:28.884Z Downloaded phf_codegen v0.11.2
8302025-05-08T04:35:28.884Z Downloaded group v0.13.0
8312025-05-08T04:35:28.887Z Downloaded crossterm v0.28.1
8322025-05-08T04:35:28.892Z Downloaded take_mut v0.2.2
8332025-05-08T04:35:28.896Z Downloaded rustc-hash v2.1.1
8342025-05-08T04:35:28.896Z Downloaded rustc-hash v1.1.0
8352025-05-08T04:35:28.903Z Downloaded value-bag v1.9.0
8362025-05-08T04:35:28.903Z Downloaded postgres-types v0.2.9
8372025-05-08T04:35:28.907Z Downloaded fatfs v0.3.6
8382025-05-08T04:35:28.907Z Downloaded typify v0.3.0
8392025-05-08T04:35:28.910Z Downloaded diesel_table_macro_syntax v0.2.0
8402025-05-08T04:35:28.913Z Downloaded pretty-hex v0.2.1
8412025-05-08T04:35:28.913Z Downloaded foreign-types-shared v0.3.1
8422025-05-08T04:35:28.916Z Downloaded oxnet v0.1.1
8432025-05-08T04:35:28.916Z Downloaded miniz_oxide v0.8.5
8442025-05-08T04:35:28.920Z Downloaded nodrop v0.1.14
8452025-05-08T04:35:28.924Z Downloaded proc-macro-error2 v2.0.1
8462025-05-08T04:35:28.927Z Downloaded dirs-sys-next v0.1.2
8472025-05-08T04:35:28.927Z Downloaded dyn-clone v1.0.19
8482025-05-08T04:35:28.930Z Downloaded half v2.4.1
8492025-05-08T04:35:28.933Z Downloaded shlex v1.3.0
8502025-05-08T04:35:28.933Z Downloaded twox-hash v2.1.0
8512025-05-08T04:35:28.936Z Downloaded phf_shared v0.11.2
8522025-05-08T04:35:28.939Z Downloaded rcgen v0.12.1
8532025-05-08T04:35:28.942Z Downloaded spin v0.9.8
8542025-05-08T04:35:28.945Z Downloaded slog v2.7.0
8552025-05-08T04:35:28.948Z Downloaded spki v0.7.3
8562025-05-08T04:35:28.951Z Downloaded sha1 v0.10.6
8572025-05-08T04:35:28.951Z Downloaded strum_macros v0.25.3
8582025-05-08T04:35:28.954Z Downloaded tap v1.0.1
8592025-05-08T04:35:28.957Z Downloaded resolv-conf v0.7.0
8602025-05-08T04:35:28.957Z Downloaded lalrpop v0.19.12
8612025-05-08T04:35:28.969Z Downloaded tls_codec v0.4.1
8622025-05-08T04:35:28.972Z Downloaded time v0.3.36
8632025-05-08T04:35:28.981Z Downloaded predicates-core v1.0.8
8642025-05-08T04:35:28.985Z Downloaded fs_extra v1.3.0
8652025-05-08T04:35:28.985Z Downloaded parking_lot v0.12.3
8662025-05-08T04:35:28.988Z Downloaded serde_yaml v0.9.34+deprecated
8672025-05-08T04:35:28.993Z Downloaded sqlformat v0.3.5
8682025-05-08T04:35:28.993Z Downloaded fixedbitset v0.5.7
8692025-05-08T04:35:28.996Z Downloaded tiny-keccak v2.0.2
8702025-05-08T04:35:28.999Z Downloaded term v0.7.0
8712025-05-08T04:35:29.006Z Downloaded password-hash v0.4.2
8722025-05-08T04:35:29.009Z Downloaded minimal-lexical v0.2.1
8732025-05-08T04:35:29.009Z Downloaded ppv-lite86 v0.2.20
8742025-05-08T04:35:29.012Z Downloaded tinyvec v1.8.0
8752025-05-08T04:35:29.015Z Downloaded form_urlencoded v1.2.1
8762025-05-08T04:35:29.015Z Downloaded tungstenite v0.21.0
8772025-05-08T04:35:29.020Z Downloaded qorb v0.3.1
8782025-05-08T04:35:29.024Z Downloaded winnow v0.6.26
8792025-05-08T04:35:29.034Z Downloaded password-hash v0.5.0
8802025-05-08T04:35:29.038Z Downloaded whoami v1.5.2
8812025-05-08T04:35:29.041Z Downloaded derive_more v0.99.20
8822025-05-08T04:35:29.044Z Downloaded diff v0.1.13
8832025-05-08T04:35:29.048Z Downloaded papergrid v0.14.0
8842025-05-08T04:35:29.054Z Downloaded aws-lc-rs v1.12.4
8852025-05-08T04:35:29.064Z Downloaded ron v0.7.1
8862025-05-08T04:35:29.077Z Downloaded p256 v0.13.2
8872025-05-08T04:35:29.082Z Downloaded winnow v0.5.40
8882025-05-08T04:35:29.089Z Downloaded headers v0.4.0
8892025-05-08T04:35:29.092Z Downloaded hashbrown v0.13.2
8902025-05-08T04:35:29.095Z Downloaded uuid v1.16.0
8912025-05-08T04:35:29.101Z Downloaded tabled v0.18.0
8922025-05-08T04:35:29.120Z Downloaded flate2 v1.1.1
8932025-05-08T04:35:29.124Z Downloaded tar v0.4.44
8942025-05-08T04:35:29.127Z Downloaded serde_with v3.12.0
8952025-05-08T04:35:29.137Z Downloaded diesel_derives v2.2.3
8962025-05-08T04:35:29.141Z Downloaded rayon v1.10.0
8972025-05-08T04:35:29.152Z Downloaded zerovec v0.10.4
8982025-05-08T04:35:29.158Z Downloaded parse-zoneinfo v0.3.1
8992025-05-08T04:35:29.161Z Downloaded zip v2.6.1
9002025-05-08T04:35:29.167Z Downloaded chrono v0.4.40
9012025-05-08T04:35:29.186Z Downloaded typed-path v0.9.3
9022025-05-08T04:35:29.186Z Downloaded futures-util v0.3.31
9032025-05-08T04:35:29.205Z Downloaded reedline v0.38.0
9042025-05-08T04:35:29.210Z Downloaded regex v1.11.1
9052025-05-08T04:35:29.219Z Downloaded num-bigint-dig v0.8.4
9062025-05-08T04:35:29.224Z Downloaded radix_trie v0.2.1
9072025-05-08T04:35:29.230Z Downloaded h2 v0.4.6
9082025-05-08T04:35:29.239Z Downloaded quick-xml v0.37.2
9092025-05-08T04:35:29.245Z Downloaded rustls v0.21.12
9102025-05-08T04:35:29.258Z Downloaded portable-atomic v1.11.0
9112025-05-08T04:35:29.266Z Downloaded regex-syntax v0.8.5
9122025-05-08T04:35:29.276Z Downloaded proptest v1.6.0
9132025-05-08T04:35:29.286Z Downloaded object v0.30.4
9142025-05-08T04:35:29.297Z Downloaded curve25519-dalek v4.1.3
9152025-05-08T04:35:29.306Z Downloaded quinn-proto v0.11.8
9162025-05-08T04:35:29.313Z Downloaded git2 v0.19.0
9172025-05-08T04:35:29.327Z Downloaded diesel v2.2.9
9182025-05-08T04:35:29.346Z Downloaded webpki-roots v0.26.6
9192025-05-08T04:35:29.349Z Downloaded unicode-width v0.2.0
9202025-05-08T04:35:29.355Z Downloaded smoltcp v0.11.0
9212025-05-08T04:35:29.371Z Downloaded p384 v0.13.0
9222025-05-08T04:35:29.376Z Downloaded zerocopy v0.8.10
9232025-05-08T04:35:29.402Z Downloaded petname v2.0.2
9242025-05-08T04:35:29.407Z Downloaded object v0.36.5
9252025-05-08T04:35:29.420Z Downloaded openssl v0.10.72
9262025-05-08T04:35:29.430Z Downloaded dropshot v0.16.0
9272025-05-08T04:35:29.453Z Downloaded bstr v1.10.0
9282025-05-08T04:35:29.467Z Downloaded rustls v0.23.19
9292025-05-08T04:35:29.477Z Downloaded rustls v0.22.4
9302025-05-08T04:35:29.491Z Downloaded chrono-tz v0.10.3
9312025-05-08T04:35:29.499Z Downloaded gimli v0.31.1
9322025-05-08T04:35:29.508Z Downloaded polar-core v0.27.3
9332025-05-08T04:35:29.518Z Downloaded nix v0.29.0
9342025-05-08T04:35:29.531Z Downloaded nix v0.28.0
9352025-05-08T04:35:29.567Z Downloaded regex-syntax v0.6.29
9362025-05-08T04:35:29.572Z Downloaded hickory-proto v0.24.4
9372025-05-08T04:35:29.572Z Downloaded sled v0.34.7
9382025-05-08T04:35:29.579Z Downloaded openapiv3 v2.0.0
9392025-05-08T04:35:29.591Z Downloaded typify-impl v0.3.0
9402025-05-08T04:35:29.609Z Downloaded typify-impl v0.2.0
9412025-05-08T04:35:29.624Z Downloaded ratatui v0.29.0
9422025-05-08T04:35:29.644Z Downloaded nix v0.27.1
9432025-05-08T04:35:29.655Z Downloaded smoltcp v0.9.1
9442025-05-08T04:35:29.667Z Downloaded zerocopy-derive v0.6.6
9452025-05-08T04:35:29.679Z Downloaded regex-automata v0.4.8
9462025-05-08T04:35:29.696Z Downloaded bzip2-sys v0.1.13+1.0.8
9472025-05-08T04:35:29.709Z Downloaded lzma-sys v0.1.20
9482025-05-08T04:35:29.739Z Downloaded petgraph v0.6.5
9492025-05-08T04:35:29.757Z Downloaded vcpkg v0.2.15
9502025-05-08T04:35:29.798Z Downloaded petgraph v0.7.1
9512025-05-08T04:35:29.814Z Downloaded libz-sys v1.1.20
9522025-05-08T04:35:29.835Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
9532025-05-08T04:35:29.855Z Downloaded csv v1.3.1
9542025-05-08T04:35:29.876Z Downloaded jiff v0.2.10
9552025-05-08T04:35:29.893Z Downloaded regress v0.10.3
9562025-05-08T04:35:29.902Z Downloaded bindgen v0.71.1
9572025-05-08T04:35:29.910Z Downloaded salty v0.3.0
9582025-05-08T04:35:29.916Z Downloaded tokio v1.43.1
9592025-05-08T04:35:29.956Z Downloaded rustls-webpki v0.102.8
9602025-05-08T04:35:29.972Z Downloaded bindgen v0.69.5
9612025-05-08T04:35:29.980Z Downloaded p521 v0.13.3
9622025-05-08T04:35:29.984Z Downloaded der v0.7.9
9632025-05-08T04:35:29.989Z Downloaded rustls-webpki v0.101.7
9642025-05-08T04:35:30.004Z Downloaded zerocopy v0.6.6
9652025-05-08T04:35:30.008Z Downloaded ron v0.8.1
9662025-05-08T04:35:30.018Z Downloaded sha3 v0.10.8
9672025-05-08T04:35:30.021Z Downloaded nom v7.1.3
9682025-05-08T04:35:30.026Z Downloaded publicsuffix v2.3.0
9692025-05-08T04:35:30.026Z Downloaded darling_core v0.20.10
9702025-05-08T04:35:30.030Z Downloaded rfc6979 v0.4.0
9712025-05-08T04:35:30.034Z Downloaded display-error-chain v0.2.2
9722025-05-08T04:35:30.034Z Downloaded derive_builder_core v0.20.2
9732025-05-08T04:35:30.034Z Downloaded zip v0.6.6
9742025-05-08T04:35:30.037Z Downloaded defmt-parser v0.3.4
9752025-05-08T04:35:30.045Z Downloaded uzers v0.12.1
9762025-05-08T04:35:30.045Z Downloaded rustyline v14.0.0
9772025-05-08T04:35:30.050Z Downloaded russh v0.45.0
9782025-05-08T04:35:30.054Z Downloaded unicode-normalization v0.1.24
9792025-05-08T04:35:30.058Z Downloaded phf_generator v0.11.2
9802025-05-08T04:35:30.058Z Downloaded pbkdf2 v0.11.0
9812025-05-08T04:35:30.061Z Downloaded expectorate v1.1.0
9822025-05-08T04:35:30.061Z Downloaded num-bigint v0.4.6
9832025-05-08T04:35:30.066Z Downloaded parking_lot v0.11.2
9842025-05-08T04:35:30.070Z Downloaded zerocopy-derive v0.8.10
9852025-05-08T04:35:30.075Z Downloaded vte v0.11.1
9862025-05-08T04:35:30.081Z Downloaded url v2.5.3
9872025-05-08T04:35:30.084Z Downloaded glob v0.3.2
9882025-05-08T04:35:30.084Z Downloaded funty v2.0.0
9892025-05-08T04:35:30.084Z Downloaded typify v0.2.0
9902025-05-08T04:35:30.088Z Downloaded peg v0.8.5
9912025-05-08T04:35:30.091Z Downloaded pbkdf2 v0.12.2
9922025-05-08T04:35:30.091Z Downloaded utf8_iter v1.0.4
9932025-05-08T04:35:30.091Z Downloaded rand_core v0.9.2
9942025-05-08T04:35:30.094Z Downloaded tracing-core v0.1.32
9952025-05-08T04:35:30.097Z Downloaded icu_properties_data v1.5.0
9962025-05-08T04:35:30.107Z Downloaded encoding_rs v0.8.34
9972025-05-08T04:35:30.128Z Downloaded unicode-segmentation v1.12.0
9982025-05-08T04:35:30.131Z Downloaded postcard v1.0.10
9992025-05-08T04:35:30.134Z Downloaded ed25519-dalek v2.1.1
10002025-05-08T04:35:30.138Z Downloaded ssh-key v0.6.6
10012025-05-08T04:35:30.144Z Downloaded futures v0.3.31
10022025-05-08T04:35:30.148Z Downloaded samael v0.0.18
10032025-05-08T04:35:30.154Z Downloaded yansi v1.0.1
10042025-05-08T04:35:30.157Z Downloaded hashbrown v0.12.3
10052025-05-08T04:35:30.160Z Downloaded omicron-zone-package v0.12.0
10062025-05-08T04:35:30.164Z Downloaded memoffset v0.9.1
10072025-05-08T04:35:30.168Z Downloaded ed25519 v2.2.3
10082025-05-08T04:35:30.168Z Downloaded rustls-pemfile v2.2.0
10092025-05-08T04:35:30.171Z Downloaded pretty_assertions v1.4.1
10102025-05-08T04:35:30.171Z Downloaded num-rational v0.4.2
10112025-05-08T04:35:30.175Z Downloaded hyper v1.6.0
10122025-05-08T04:35:30.180Z Downloaded ff v0.13.0
10132025-05-08T04:35:30.184Z Downloaded tls_codec_derive v0.4.1
10142025-05-08T04:35:30.184Z Downloaded libgit2-sys v0.17.0+1.8.1
10152025-05-08T04:35:30.240Z Downloaded rayon-core v1.12.1
10162025-05-08T04:35:30.244Z Downloaded ring v0.17.11
10172025-05-08T04:35:30.314Z Downloaded elliptic-curve v0.13.8
10182025-05-08T04:35:30.325Z Downloaded difflib v0.4.0
10192025-05-08T04:35:30.325Z Downloaded structmeta v0.3.0
10202025-05-08T04:35:30.325Z Downloaded strip-ansi-escapes v0.2.0
10212025-05-08T04:35:30.325Z Downloaded stringprep v0.1.5
10222025-05-08T04:35:30.325Z Downloaded string_cache v0.8.9
10232025-05-08T04:35:30.325Z Downloaded rustc-demangle v0.1.24
10242025-05-08T04:35:30.325Z Downloaded phf v0.11.2
10252025-05-08T04:35:30.325Z Downloaded mime_guess v2.0.5
10262025-05-08T04:35:30.325Z Downloaded ghash v0.5.1
10272025-05-08T04:35:30.325Z Downloaded pkcs5 v0.7.1
10282025-05-08T04:35:30.325Z Downloaded rustls-pki-types v1.10.0
10292025-05-08T04:35:30.325Z Downloaded socket2 v0.5.9
10302025-05-08T04:35:30.325Z Downloaded serde_derive_internals v0.29.1
10312025-05-08T04:35:30.325Z Downloaded progenitor v0.9.1
10322025-05-08T04:35:30.325Z Downloaded daft v0.1.3
10332025-05-08T04:35:30.325Z Downloaded zstd-safe v7.2.3
10342025-05-08T04:35:30.325Z Downloaded itertools v0.14.0
10352025-05-08T04:35:30.328Z Downloaded hkdf v0.12.4
10362025-05-08T04:35:30.328Z Downloaded poly1305 v0.8.0
10372025-05-08T04:35:30.328Z Downloaded olpc-cjson v0.1.4
10382025-05-08T04:35:30.328Z Downloaded tinystr v0.7.6
10392025-05-08T04:35:30.335Z Downloaded openssl-sys v0.9.107
10402025-05-08T04:35:30.336Z Downloaded vte_generate_state_changes v0.1.2
10412025-05-08T04:35:30.340Z Downloaded snafu-derive v0.8.5
10422025-05-08T04:35:30.340Z Downloaded sct v0.7.1
10432025-05-08T04:35:30.340Z Downloaded peg-macros v0.8.5
10442025-05-08T04:35:30.343Z Downloaded unsafe-libyaml v0.2.11
10452025-05-08T04:35:30.345Z Downloaded scrypt v0.11.0
10462025-05-08T04:35:30.345Z Downloaded rand v0.9.0
10472025-05-08T04:35:30.349Z Downloaded ena v0.14.3
10482025-05-08T04:35:30.360Z Downloaded subtle v2.6.1
10492025-05-08T04:35:30.360Z Downloaded derive-where v1.2.7
10502025-05-08T04:35:30.366Z Downloaded getrandom v0.3.1
10512025-05-08T04:35:30.366Z Downloaded x509-cert v0.2.5
10522025-05-08T04:35:30.366Z Downloaded tower v0.5.2
10532025-05-08T04:35:30.378Z Downloaded tokio-util v0.7.13
10542025-05-08T04:35:30.388Z Downloaded tokio-postgres v0.7.13
10552025-05-08T04:35:30.388Z Downloaded hickory-server v0.24.4
10562025-05-08T04:35:30.399Z Downloaded itertools v0.13.0
10572025-05-08T04:35:30.407Z Downloaded derive_builder v0.20.2
10582025-05-08T04:35:30.407Z Downloaded rand v0.8.5
10592025-05-08T04:35:30.407Z Downloaded crossbeam-channel v0.5.15
10602025-05-08T04:35:30.410Z Downloaded backtrace v0.3.74
10612025-05-08T04:35:30.412Z Downloaded itertools v0.12.1
10622025-05-08T04:35:30.417Z Downloaded untrusted v0.9.0
10632025-05-08T04:35:30.419Z Downloaded rand_xorshift v0.3.0
10642025-05-08T04:35:30.419Z Downloaded rand_seeder v0.3.0
10652025-05-08T04:35:30.422Z Downloaded progenitor-macro v0.9.1
10662025-05-08T04:35:30.422Z Downloaded progenitor-macro v0.8.0
10672025-05-08T04:35:30.424Z Downloaded pin-utils v0.1.0
10682025-05-08T04:35:30.424Z Downloaded toml_edit v0.19.15
10692025-05-08T04:35:30.443Z Downloaded hickory-resolver v0.24.4
10702025-05-08T04:35:30.452Z Downloaded packed_struct v0.10.1
10712025-05-08T04:35:30.452Z Downloaded tokio-rustls v0.24.1
10722025-05-08T04:35:30.452Z Downloaded csv-core v0.1.11
10732025-05-08T04:35:30.452Z Downloaded yoke v0.7.4
10742025-05-08T04:35:30.455Z Downloaded yasna v0.5.2
10752025-05-08T04:35:30.455Z Downloaded crypto-bigint v0.5.5
10762025-05-08T04:35:30.458Z Downloaded num-traits v0.2.19
10772025-05-08T04:35:30.461Z Downloaded cc v1.2.15
10782025-05-08T04:35:30.463Z Downloaded ctr v0.9.2
10792025-05-08T04:35:30.466Z Downloaded universal-hash v0.5.1
10802025-05-08T04:35:30.468Z Downloaded pkcs8 v0.10.2
10812025-05-08T04:35:30.468Z Downloaded pem-rfc7468 v0.7.0
10822025-05-08T04:35:30.473Z Downloaded parking_lot_core v0.9.10
10832025-05-08T04:35:30.476Z Downloaded futures-sink v0.3.31
10842025-05-08T04:35:30.476Z Downloaded strum_macros v0.24.3
10852025-05-08T04:35:30.476Z Downloaded signal-hook-registry v1.4.2
10862025-05-08T04:35:30.476Z Downloaded signature v2.2.0
10872025-05-08T04:35:30.478Z Downloaded signal-hook-mio v0.2.4
10882025-05-08T04:35:30.478Z Downloaded ref-cast-impl v1.0.23
10892025-05-08T04:35:30.478Z Downloaded native-tls v0.2.12
10902025-05-08T04:35:30.481Z Downloaded similar v2.7.0
10912025-05-08T04:35:30.485Z Downloaded compact_str v0.8.0
10922025-05-08T04:35:30.488Z Downloaded base64 v0.22.1
10932025-05-08T04:35:30.491Z Downloaded base64 v0.21.7
10942025-05-08T04:35:30.495Z Downloaded smf v0.2.3
10952025-05-08T04:35:30.498Z Downloaded serde-hex v0.1.0
10962025-05-08T04:35:30.498Z Downloaded semver v0.1.20
10972025-05-08T04:35:30.500Z Downloaded ref-cast v1.0.23
10982025-05-08T04:35:30.503Z Downloaded rand_core v0.6.4
10992025-05-08T04:35:30.503Z Downloaded progenitor-impl v0.8.0
11002025-05-08T04:35:30.506Z Downloaded http v1.2.0
11012025-05-08T04:35:30.508Z Downloaded strum v0.26.3
11022025-05-08T04:35:30.511Z Downloaded ssh-encoding v0.2.0
11032025-05-08T04:35:30.511Z Downloaded futures-executor v0.3.31
11042025-05-08T04:35:30.513Z Downloaded futures-channel v0.3.31
11052025-05-08T04:35:30.513Z Downloaded env_logger v0.11.5
11062025-05-08T04:35:30.516Z Downloaded env_logger v0.10.2
11072025-05-08T04:35:30.519Z Downloaded vergen v8.3.2
11082025-05-08T04:35:30.522Z Downloaded tokio-tungstenite v0.23.1
11092025-05-08T04:35:30.526Z Downloaded test-strategy v0.4.0
11102025-05-08T04:35:30.530Z Downloaded crossbeam-epoch v0.9.18
11112025-05-08T04:35:30.530Z Downloaded base64 v0.13.1
11122025-05-08T04:35:30.534Z Downloaded rtoolbox v0.0.2
11132025-05-08T04:35:30.534Z Downloaded num_enum_derive v0.5.11
11142025-05-08T04:35:30.537Z Downloaded serde_repr v0.1.19
11152025-05-08T04:35:30.537Z Downloaded icu_collections v1.5.0
11162025-05-08T04:35:30.541Z Downloaded cmake v0.1.51
11172025-05-08T04:35:30.544Z Downloaded num-complex v0.4.6
11182025-05-08T04:35:30.544Z Downloaded hash32 v0.2.1
11192025-05-08T04:35:30.546Z Downloaded float-ord v0.3.2
11202025-05-08T04:35:30.547Z Downloaded filetime v0.2.25
11212025-05-08T04:35:30.549Z Downloaded dsl_auto_type v0.1.2
11222025-05-08T04:35:30.549Z Downloaded data-encoding v2.6.0
11232025-05-08T04:35:30.552Z Downloaded crossbeam-utils v0.8.21
11242025-05-08T04:35:30.552Z Downloaded crc-any v2.5.0
11252025-05-08T04:35:30.555Z Downloaded wyz v0.5.1
11262025-05-08T04:35:30.557Z Downloaded writeable v0.5.5
11272025-05-08T04:35:30.558Z Downloaded unicode-xid v0.2.6
11282025-05-08T04:35:30.560Z Downloaded unicode-truncate v1.1.0
11292025-05-08T04:35:30.560Z Downloaded crossbeam-deque v0.8.5
11302025-05-08T04:35:30.564Z Downloaded oso-derive v0.27.3
11312025-05-08T04:35:30.564Z Downloaded num_threads v0.1.7
11322025-05-08T04:35:30.564Z Downloaded num-conv v0.1.0
11332025-05-08T04:35:30.567Z Downloaded console v0.15.10
11342025-05-08T04:35:30.567Z Downloaded bzip2 v0.5.2
11352025-05-08T04:35:30.570Z Downloaded bit-vec v0.8.0
11362025-05-08T04:35:30.570Z Downloaded allocator-api2 v0.2.18
11372025-05-08T04:35:30.573Z Downloaded new_debug_unreachable v1.0.6
11382025-05-08T04:35:30.573Z Downloaded futures-macro v0.3.31
11392025-05-08T04:35:30.576Z Downloaded debug-ignore v1.0.5
11402025-05-08T04:35:30.576Z Downloaded slab v0.4.9
11412025-05-08T04:35:30.580Z Downloaded jiff-static v0.2.10
11422025-05-08T04:35:30.580Z Downloaded indexmap v1.9.3
11432025-05-08T04:35:30.583Z Downloaded icu_properties v1.5.1
11442025-05-08T04:35:30.586Z Downloaded schemars_derive v0.8.22
11452025-05-08T04:35:30.586Z Downloaded rusty-fork v0.3.0
11462025-05-08T04:35:30.590Z Downloaded rustversion v1.0.17
11472025-05-08T04:35:30.590Z Downloaded hyper-util v0.1.11
11482025-05-08T04:35:30.594Z Downloaded cookie v0.18.1
11492025-05-08T04:35:30.597Z Downloaded lockfree-object-pool v0.1.6
11502025-05-08T04:35:30.600Z Downloaded tokio-native-tls v0.3.1
11512025-05-08T04:35:30.603Z Downloaded humantime v2.1.0
11522025-05-08T04:35:30.603Z Downloaded predicates v3.1.3
11532025-05-08T04:35:30.606Z Downloaded thread_local v1.1.8
11542025-05-08T04:35:30.606Z Downloaded thiserror-no-std v2.0.2
11552025-05-08T04:35:30.609Z Downloaded siphasher v0.3.11
11562025-05-08T04:35:30.615Z Downloaded base64ct v1.6.0
11572025-05-08T04:35:30.615Z Downloaded clang-sys v1.8.1
11582025-05-08T04:35:30.619Z Downloaded progenitor-client v0.9.1
11592025-05-08T04:35:30.619Z Downloaded block-padding v0.3.3
11602025-05-08T04:35:30.619Z Downloaded bit-vec v0.6.3
11612025-05-08T04:35:30.619Z Downloaded ipnet v2.11.0
11622025-05-08T04:35:30.619Z Downloaded bit-set v0.5.3
11632025-05-08T04:35:30.622Z Downloaded ciborium-io v0.2.2
11642025-05-08T04:35:30.622Z Downloaded rustls-pemfile v1.0.4
11652025-05-08T04:35:30.622Z Downloaded precomputed-hash v0.1.1
11662025-05-08T04:35:30.622Z Downloaded cstr-argument v0.1.2
11672025-05-08T04:35:30.622Z Downloaded highway v1.3.0
11682025-05-08T04:35:30.627Z Downloaded icu_provider v1.5.0
11692025-05-08T04:35:30.631Z Downloaded crunchy v0.2.2
11702025-05-08T04:35:30.631Z Downloaded crucible-workspace-hack v0.1.0
11712025-05-08T04:35:30.631Z Downloaded cargo_metadata v0.18.1
11722025-05-08T04:35:30.631Z Downloaded bb8 v0.8.5
11732025-05-08T04:35:30.634Z Downloaded rand_chacha v0.9.0
11742025-05-08T04:35:30.634Z Downloaded rand_chacha v0.3.1
11752025-05-08T04:35:30.634Z Downloaded radium v0.7.0
11762025-05-08T04:35:30.634Z Downloaded icu_normalizer_data v1.5.0
11772025-05-08T04:35:30.638Z Downloaded icu_normalizer v1.5.0
11782025-05-08T04:35:30.641Z Downloaded crc v3.2.1
11792025-05-08T04:35:30.641Z Downloaded castaway v0.2.3
11802025-05-08T04:35:30.645Z Downloaded cassowary v0.3.0
11812025-05-08T04:35:30.645Z Downloaded ipnetwork v0.21.1
11822025-05-08T04:35:30.649Z Downloaded hostname v0.3.1
11832025-05-08T04:35:30.649Z Downloaded cfg_aliases v0.2.1
11842025-05-08T04:35:30.649Z Downloaded cfg_aliases v0.1.1
11852025-05-08T04:35:30.649Z Downloaded cookie_store v0.21.1
11862025-05-08T04:35:30.654Z Downloaded bumpalo v3.16.0
11872025-05-08T04:35:30.658Z Downloaded buf-list v1.0.3
11882025-05-08T04:35:30.658Z Downloaded bitfield-struct v0.6.2
11892025-05-08T04:35:30.663Z Downloaded arrayvec v0.7.6
11902025-05-08T04:35:30.663Z Downloaded instability v0.3.2
11912025-05-08T04:35:30.667Z Downloaded httparse v1.9.5
11922025-05-08T04:35:30.667Z Downloaded arrayref v0.3.9
11932025-05-08T04:35:30.667Z Downloaded argon2 v0.5.3
11942025-05-08T04:35:30.675Z Downloaded libefi-sys v0.1.0
11952025-05-08T04:35:30.675Z Downloaded lalrpop-util v0.19.12
11962025-05-08T04:35:30.675Z Downloaded kstat-rs v0.2.4
11972025-05-08T04:35:30.675Z Downloaded is-terminal v0.4.13
11982025-05-08T04:35:30.680Z Downloaded inout v0.1.3
11992025-05-08T04:35:30.680Z Downloaded impl-trait-for-tuples v0.2.2
12002025-05-08T04:35:30.680Z Downloaded linked-hash-map v0.5.6
12012025-05-08T04:35:30.680Z Downloaded lazycell v1.3.0
12022025-05-08T04:35:30.680Z Downloaded indoc v1.0.9
12032025-05-08T04:35:30.684Z Downloaded indent_write v2.2.0
12042025-05-08T04:35:30.684Z Downloaded blake2 v0.10.6
12052025-05-08T04:35:30.684Z Downloaded http-body-util v0.1.3
12062025-05-08T04:35:30.687Z Downloaded libsw v3.4.0
12072025-05-08T04:35:30.687Z Downloaded chacha20 v0.9.1
12082025-05-08T04:35:30.687Z Downloaded bitvec v1.0.1
12092025-05-08T04:35:30.705Z Downloaded atomic-waker v1.1.2
12102025-05-08T04:35:30.709Z Downloaded async-bb8-diesel v0.2.1
12112025-05-08T04:35:30.709Z Downloaded ascii-canvas v3.0.0
12122025-05-08T04:35:30.959Z Downloaded aws-lc-sys v0.26.0
12132025-05-08T04:35:31.311Z Compiling serde v1.0.219
12142025-05-08T04:35:31.314Z Compiling value-bag v1.9.0
12152025-05-08T04:35:31.314Z Compiling shlex v1.3.0
12162025-05-08T04:35:31.314Z Compiling lock_api v0.4.12
12172025-05-08T04:35:31.314Z Compiling scopeguard v1.2.0
12182025-05-08T04:35:31.314Z Compiling typenum v1.17.0
12192025-05-08T04:35:31.314Z Compiling syn v2.0.98
12202025-05-08T04:35:31.314Z Compiling getrandom v0.2.15
12212025-05-08T04:35:31.657Z Compiling jobserver v0.1.32
12222025-05-08T04:35:31.892Z Compiling rand_core v0.6.4
12232025-05-08T04:35:32.010Z Compiling log v0.4.22
12242025-05-08T04:35:32.066Z Compiling cc v1.2.15
12252025-05-08T04:35:32.125Z Compiling generic-array v0.14.7
12262025-05-08T04:35:32.449Z Compiling smallvec v1.14.0
12272025-05-08T04:35:32.485Z Compiling subtle v2.6.1
12282025-05-08T04:35:32.529Z Compiling const-oid v0.9.6
12292025-05-08T04:35:32.584Z Compiling stable_deref_trait v1.2.0
12302025-05-08T04:35:32.717Z Compiling pkg-config v0.3.31
12312025-05-08T04:35:32.853Z Compiling rustix v0.38.37
12322025-05-08T04:35:32.856Z Compiling pin-project-lite v0.2.14
12332025-05-08T04:35:32.856Z Compiling parking_lot_core v0.9.10
12342025-05-08T04:35:33.034Z Compiling signal-hook-registry v1.4.2
12352025-05-08T04:35:33.739Z Compiling mio v1.0.2
12362025-05-08T04:35:33.784Z Compiling parking_lot v0.12.3
12372025-05-08T04:35:33.954Z Compiling spin v0.9.8
12382025-05-08T04:35:34.057Z Compiling futures-core v0.3.31
12392025-05-08T04:35:34.106Z Compiling aho-corasick v1.1.3
12402025-05-08T04:35:34.309Z Compiling either v1.14.0
12412025-05-08T04:35:34.364Z Compiling serde_json v1.0.140
12422025-05-08T04:35:34.640Z Compiling litemap v0.7.3
12432025-05-08T04:35:34.706Z Compiling cpufeatures v0.2.14
12442025-05-08T04:35:34.727Z Compiling libm v0.2.8
12452025-05-08T04:35:34.748Z Compiling writeable v0.5.5
12462025-05-08T04:35:34.798Z Compiling regex-syntax v0.8.5
12472025-05-08T04:35:34.847Z Compiling socket2 v0.5.9
12482025-05-08T04:35:35.050Z Compiling num-traits v0.2.19
12492025-05-08T04:35:35.129Z Compiling slab v0.4.9
12502025-05-08T04:35:35.316Z Compiling glob v0.3.2
12512025-05-08T04:35:35.663Z Compiling prettyplease v0.2.30
12522025-05-08T04:35:35.704Z Compiling getrandom v0.3.1
12532025-05-08T04:35:36.017Z Compiling icu_locid_transform_data v1.5.0
12542025-05-08T04:35:36.036Z Compiling futures-sink v0.3.31
12552025-05-08T04:35:36.127Z Compiling clang-sys v1.8.1
12562025-05-08T04:35:36.207Z Compiling lazy_static v1.5.0
12572025-05-08T04:35:36.382Z Compiling icu_properties_data v1.5.0
12582025-05-08T04:35:36.446Z Compiling minimal-lexical v0.2.1
12592025-05-08T04:35:36.487Z Compiling foldhash v0.1.3
12602025-05-08T04:35:36.784Z Compiling allocator-api2 v0.2.18
12612025-05-08T04:35:36.926Z Compiling nom v7.1.3
12622025-05-08T04:35:37.002Z Compiling libloading v0.8.5
12632025-05-08T04:35:37.390Z Compiling write16 v1.0.0
12642025-05-08T04:35:37.426Z Compiling hashbrown v0.15.1
12652025-05-08T04:35:37.523Z Compiling bindgen v0.69.5
12662025-05-08T04:35:37.543Z Compiling utf8_iter v1.0.4
12672025-05-08T04:35:37.797Z Compiling percent-encoding v2.3.1
12682025-05-08T04:35:38.139Z Compiling home v0.5.9
12692025-05-08T04:35:38.362Z Compiling regex-automata v0.4.8
12702025-05-08T04:35:38.382Z Compiling utf16_iter v1.0.5
12712025-05-08T04:35:38.432Z Compiling base64ct v1.6.0
12722025-05-08T04:35:38.588Z Compiling icu_normalizer_data v1.5.0
12732025-05-08T04:35:38.652Z Compiling itertools v0.12.1
12742025-05-08T04:35:38.700Z Compiling synstructure v0.13.1
12752025-05-08T04:35:39.011Z Compiling pem-rfc7468 v0.7.0
12762025-05-08T04:35:40.104Z Compiling cexpr v0.6.0
12772025-05-08T04:35:40.250Z Compiling flagset v0.4.6
12782025-05-08T04:35:40.472Z Compiling rustc-hash v1.1.0
12792025-05-08T04:35:40.647Z Compiling lazycell v1.3.0
12802025-05-08T04:35:40.698Z Compiling futures-channel v0.3.31
12812025-05-08T04:35:40.840Z Compiling cmake v0.1.51
12822025-05-08T04:35:41.136Z Compiling futures-io v0.3.31
12832025-05-08T04:35:41.449Z Compiling dunce v1.0.5
12842025-05-08T04:35:41.506Z Compiling pin-utils v0.1.0
12852025-05-08T04:35:41.604Z Compiling futures-task v0.3.31
12862025-05-08T04:35:41.624Z Compiling fs_extra v1.3.0
12872025-05-08T04:35:41.686Z Compiling form_urlencoded v1.2.1
12882025-05-08T04:35:41.729Z Compiling paste v1.0.15
12892025-05-08T04:35:41.911Z Compiling vcpkg v0.2.15
12902025-05-08T04:35:42.004Z Compiling crossbeam-utils v0.8.21
12912025-05-08T04:35:42.172Z Compiling ring v0.17.11
12922025-05-08T04:35:42.506Z Compiling tracing-core v0.1.32
12932025-05-08T04:35:42.597Z Compiling aws-lc-rs v1.12.4
12942025-05-08T04:35:43.040Z Compiling regex v1.11.1
12952025-05-08T04:35:43.257Z Compiling zerocopy v0.8.10
12962025-05-08T04:35:43.432Z Compiling iana-time-zone v0.1.63
12972025-05-08T04:35:43.557Z Compiling openssl-sys v0.9.107
12982025-05-08T04:35:43.893Z Compiling serde_derive v1.0.219
12992025-05-08T04:35:43.970Z Compiling zeroize_derive v1.4.2
13002025-05-08T04:35:44.072Z Compiling zerofrom-derive v0.1.4
13012025-05-08T04:35:44.648Z Compiling yoke-derive v0.7.4
13022025-05-08T04:35:44.890Z Compiling zerovec-derive v0.10.3
13032025-05-08T04:35:45.362Z Compiling zeroize v1.8.1
13042025-05-08T04:35:46.891Z Compiling displaydoc v0.2.5
13052025-05-08T04:35:47.060Z Compiling crypto-common v0.1.6
13062025-05-08T04:35:47.884Z Compiling block-buffer v0.10.4
13072025-05-08T04:35:47.918Z Compiling zerocopy-derive v0.7.35
13082025-05-08T04:35:47.918Z Compiling icu_provider_macros v1.5.0
13092025-05-08T04:35:47.918Z Compiling digest v0.10.7
13102025-05-08T04:35:47.918Z Compiling zerofrom v0.1.4
13112025-05-08T04:35:47.918Z Compiling yoke v0.7.4
13122025-05-08T04:35:48.016Z Compiling hmac v0.12.1
13132025-05-08T04:35:48.191Z Compiling zerovec v0.10.4
13142025-05-08T04:35:48.272Z Compiling tokio-macros v2.5.0
13152025-05-08T04:35:48.346Z Compiling block-padding v0.3.3
13162025-05-08T04:35:48.349Z Compiling sha2 v0.10.8
13172025-05-08T04:35:48.615Z Compiling inout v0.1.3
13182025-05-08T04:35:48.865Z Compiling cipher v0.4.4
13192025-05-08T04:35:48.902Z Compiling thiserror-impl v1.0.69
13202025-05-08T04:35:49.031Z Compiling der_derive v0.7.3
13212025-05-08T04:35:49.198Z Compiling zerocopy v0.7.35
13222025-05-08T04:35:49.374Z Compiling futures-macro v0.3.31
13232025-05-08T04:35:49.716Z Compiling salsa20 v0.10.2
13242025-05-08T04:35:49.981Z Compiling tinystr v0.7.6
13252025-05-08T04:35:50.198Z Compiling icu_collections v1.5.0
13262025-05-08T04:35:50.396Z Compiling icu_locid v1.5.0
13272025-05-08T04:35:50.585Z Compiling ppv-lite86 v0.2.20
13282025-05-08T04:35:51.285Z Compiling futures-util v0.3.31
13292025-05-08T04:35:51.376Z Compiling der v0.7.9
13302025-05-08T04:35:51.428Z Compiling pbkdf2 v0.12.2
13312025-05-08T04:35:51.522Z Compiling icu_provider v1.5.0
13322025-05-08T04:35:51.580Z Compiling scrypt v0.11.0
13332025-05-08T04:35:51.919Z Compiling thiserror v1.0.69
13342025-05-08T04:35:52.001Z Compiling aes v0.8.4
13352025-05-08T04:35:52.082Z Compiling cbc v0.1.2
13362025-05-08T04:35:52.122Z Compiling pest v2.7.14
13372025-05-08T04:35:52.325Z Compiling icu_locid_transform v1.5.0
13382025-05-08T04:35:52.479Z Compiling tracing-attributes v0.1.27
13392025-05-08T04:35:52.578Z Compiling zerocopy-derive v0.8.10
13402025-05-08T04:35:54.322Z Compiling icu_properties v1.5.1
13412025-05-08T04:35:54.674Z Compiling spki v0.7.3
13422025-05-08T04:35:54.726Z Compiling pest_meta v2.7.14
13432025-05-08T04:35:55.059Z Compiling pkcs5 v0.7.1
13442025-05-08T04:35:55.117Z Compiling scroll_derive v0.12.0
13452025-05-08T04:35:55.194Z Compiling httparse v1.9.5
13462025-05-08T04:35:55.698Z Compiling tracing v0.1.40
13472025-05-08T04:35:55.855Z Compiling pkcs8 v0.10.2
13482025-05-08T04:35:56.128Z Compiling rustls-pki-types v1.10.0
13492025-05-08T04:35:56.213Z Compiling tinyvec_macros v0.1.1
13502025-05-08T04:35:56.324Z Compiling tinyvec v1.8.0
13512025-05-08T04:35:56.536Z Compiling bitflags v2.9.0
13522025-05-08T04:35:56.558Z Compiling bytes v1.10.1
13532025-05-08T04:35:56.770Z Compiling semver v1.0.25
13542025-05-08T04:35:57.101Z Compiling indexmap v2.7.1
13552025-05-08T04:35:57.450Z Compiling rustc_version v0.4.1
13562025-05-08T04:35:57.762Z Compiling tokio v1.43.1
13572025-05-08T04:35:58.002Z Compiling icu_normalizer v1.5.0
13582025-05-08T04:35:58.131Z Compiling http v1.2.0
13592025-05-08T04:35:58.457Z Compiling uuid v1.16.0
13602025-05-08T04:35:58.826Z Compiling chrono v0.4.40
13612025-05-08T04:35:59.251Z Compiling idna_adapter v1.2.0
13622025-05-08T04:35:59.489Z Compiling idna v1.0.3
13632025-05-08T04:35:59.492Z Compiling scroll v0.12.0
13642025-05-08T04:35:59.763Z Compiling http-body v1.0.1
13652025-05-08T04:35:59.970Z Compiling pest_generator v2.7.14
13662025-05-08T04:36:00.103Z Compiling url v2.5.3
13672025-05-08T04:36:00.279Z Compiling serde_derive_internals v0.29.1
13682025-05-08T04:36:01.040Z Compiling which v4.4.2
13692025-05-08T04:36:01.640Z Compiling bzip2-sys v0.1.13+1.0.8
13702025-05-08T04:36:01.806Z Compiling zstd-sys v2.0.14+zstd.1.5.7
13712025-05-08T04:36:01.921Z Compiling adler2 v2.0.0
13722025-05-08T04:36:02.129Z Compiling untrusted v0.9.0
13732025-05-08T04:36:02.182Z Compiling powerfmt v0.2.0
13742025-05-08T04:36:02.200Z Compiling foreign-types-shared v0.1.1
13752025-05-08T04:36:02.325Z Compiling num-conv v0.1.0
13762025-05-08T04:36:02.345Z Compiling openssl v0.10.72
13772025-05-08T04:36:02.536Z Compiling schemars v0.8.22
13782025-05-08T04:36:02.557Z Compiling atomic-waker v1.1.2
13792025-05-08T04:36:02.579Z Compiling try-lock v0.2.5
13802025-05-08T04:36:02.610Z Compiling time-core v0.1.2
13812025-05-08T04:36:02.741Z Compiling untrusted v0.7.1
13822025-05-08T04:36:02.744Z Compiling rustversion v1.0.17
13832025-05-08T04:36:02.804Z Compiling time-macros v0.2.18
13842025-05-08T04:36:02.826Z Compiling want v0.3.1
13852025-05-08T04:36:02.966Z Compiling schemars_derive v0.8.22
13862025-05-08T04:36:03.107Z Compiling rand_core v0.9.2
13872025-05-08T04:36:03.186Z Compiling deranged v0.3.11
13882025-05-08T04:36:03.484Z Compiling foreign-types v0.3.2
13892025-05-08T04:36:04.533Z Compiling miniz_oxide v0.8.5
13902025-05-08T04:36:05.017Z Compiling goblin v0.8.2
13912025-05-08T04:36:05.735Z Compiling tokio-util v0.7.13
13922025-05-08T04:36:05.738Z Compiling pest_derive v2.7.14
13932025-05-08T04:36:06.667Z Compiling openssl-macros v0.1.1
13942025-05-08T04:36:07.198Z Compiling h2 v0.4.6
13952025-05-08T04:36:07.447Z Compiling dyn-clone v1.0.19
13962025-05-08T04:36:07.691Z Compiling tower-service v0.3.3
13972025-05-08T04:36:07.792Z Compiling rustls v0.23.19
13982025-05-08T04:36:07.814Z Compiling syn v1.0.109
13992025-05-08T04:36:07.841Z Compiling num_threads v0.1.7
14002025-05-08T04:36:07.984Z Compiling native-tls v0.2.12
14012025-05-08T04:36:08.092Z Compiling httpdate v1.0.3
14022025-05-08T04:36:08.409Z Compiling time v0.3.36
14032025-05-08T04:36:10.605Z Compiling dtrace-parser v0.2.0
14042025-05-08T04:36:11.843Z Compiling dof v0.3.0
14052025-05-08T04:36:12.851Z Compiling rand_chacha v0.9.0
14062025-05-08T04:36:13.585Z Compiling heapless v0.7.17
14072025-05-08T04:36:13.989Z Compiling unicode-normalization v0.1.24
14082025-05-08T04:36:14.011Z Compiling rand_chacha v0.3.1
14092025-05-08T04:36:14.032Z Compiling signature v2.2.0
14102025-05-08T04:36:14.340Z Compiling hyper v1.6.0
14112025-05-08T04:36:14.841Z Compiling crossbeam-epoch v0.9.18
14122025-05-08T04:36:14.974Z Compiling crc32fast v1.4.2
14132025-05-08T04:36:15.323Z Compiling cookie v0.18.1
14142025-05-08T04:36:15.543Z Compiling unicode-properties v0.1.3
14152025-05-08T04:36:15.669Z Compiling siphasher v0.3.11
14162025-05-08T04:36:15.974Z Compiling rayon-core v1.12.1
14172025-05-08T04:36:16.054Z Compiling slog v2.7.0
14182025-05-08T04:36:16.264Z Compiling base64 v0.22.1
14192025-05-08T04:36:16.307Z Compiling signal-hook v0.3.17
14202025-05-08T04:36:16.327Z Compiling zstd-safe v7.2.3
14212025-05-08T04:36:16.570Z Compiling openssl-probe v0.1.5
14222025-05-08T04:36:16.600Z Compiling unicode-bidi v0.3.17
14232025-05-08T04:36:16.692Z Compiling hyper-util v0.1.11
14242025-05-08T04:36:16.969Z Compiling phf_shared v0.11.2
14252025-05-08T04:36:17.002Z Compiling crossbeam-deque v0.8.5
14262025-05-08T04:36:17.058Z Compiling usdt-impl v0.5.0
14272025-05-08T04:36:17.325Z Compiling stringprep v0.1.5
14282025-05-08T04:36:17.348Z Compiling rand v0.8.5
14292025-05-08T04:36:17.446Z Compiling rand v0.9.0
14302025-05-08T04:36:17.810Z Compiling curve25519-dalek v4.1.3
14312025-05-08T04:36:18.379Z Compiling serde_tokenstream v0.2.2
14322025-05-08T04:36:18.399Z Compiling serde_spanned v0.6.8
14332025-05-08T04:36:18.568Z Compiling toml_datetime v0.6.8
14342025-05-08T04:36:18.635Z Compiling md-5 v0.10.6
14352025-05-08T04:36:18.930Z Compiling num-integer v0.1.46
14362025-05-08T04:36:18.951Z Compiling ff v0.13.0
14372025-05-08T04:36:19.055Z Compiling hash32 v0.2.1
14382025-05-08T04:36:19.163Z Compiling memoffset v0.9.1
14392025-05-08T04:36:19.187Z Compiling cfg_aliases v0.2.1
14402025-05-08T04:36:19.301Z Compiling litrs v0.4.1
14412025-05-08T04:36:19.429Z Compiling newtype-uuid v1.2.1
14422025-05-08T04:36:19.451Z Compiling portable-atomic v1.11.0
14432025-05-08T04:36:19.514Z Compiling gimli v0.31.1
14442025-05-08T04:36:19.620Z Compiling fallible-iterator v0.2.0
14452025-05-08T04:36:19.661Z Compiling smoltcp v0.9.1
14462025-05-08T04:36:19.773Z Compiling psl-types v2.0.11
14472025-05-08T04:36:19.981Z Compiling num-bigint-dig v0.8.4
14482025-05-08T04:36:20.282Z Compiling base16ct v0.2.0
14492025-05-08T04:36:20.390Z Compiling document-features v0.2.10
14502025-05-08T04:36:20.411Z Compiling postgres-protocol v0.6.8
14512025-05-08T04:36:20.429Z Compiling publicsuffix v2.3.0
14522025-05-08T04:36:20.539Z Compiling sec1 v0.7.3
14532025-05-08T04:36:20.730Z Compiling num-iter v0.1.45
14542025-05-08T04:36:20.942Z Compiling nix v0.29.0
14552025-05-08T04:36:21.104Z Compiling group v0.13.0
14562025-05-08T04:36:21.614Z Compiling tokio-native-tls v0.3.1
14572025-05-08T04:36:22.267Z Compiling flate2 v1.1.1
14582025-05-08T04:36:22.532Z Compiling ipnetwork v0.21.1
14592025-05-08T04:36:22.591Z Compiling terminal_size v0.4.0
14602025-05-08T04:36:22.746Z Compiling http-body-util v0.1.3
14612025-05-08T04:36:22.824Z Compiling webpki-roots v0.26.6
14622025-05-08T04:36:23.056Z Compiling hkdf v0.12.4
14632025-05-08T04:36:23.074Z Compiling crypto-bigint v0.5.5
14642025-05-08T04:36:23.153Z Compiling curve25519-dalek-derive v0.1.1
14652025-05-08T04:36:23.227Z Compiling async-trait v0.1.88
14662025-05-08T04:36:23.310Z Compiling zerocopy-derive v0.6.6
14672025-05-08T04:36:23.331Z Compiling sync_wrapper v1.0.1
14682025-05-08T04:36:23.496Z Compiling object v0.36.5
14692025-05-08T04:36:24.231Z Compiling addr2line v0.24.2
14702025-05-08T04:36:24.504Z Compiling fs-err v3.1.0
14712025-05-08T04:36:24.857Z Compiling ahash v0.8.11
14722025-05-08T04:36:24.937Z Compiling ipnet v2.11.0
14732025-05-08T04:36:25.184Z Compiling zip v2.6.1
14742025-05-08T04:36:25.216Z Compiling managed v0.8.0
14752025-05-08T04:36:25.529Z Compiling rustc-demangle v0.1.24
14762025-05-08T04:36:25.696Z Compiling winnow v0.5.40
14772025-05-08T04:36:25.715Z Compiling simd-adler32 v0.3.7
14782025-05-08T04:36:25.974Z Compiling lockfree-object-pool v0.1.6
14792025-05-08T04:36:26.242Z Compiling buf-list v1.0.3
14802025-05-08T04:36:26.292Z Compiling anyhow v1.0.98
14812025-05-08T04:36:26.458Z Compiling unicode-width v0.2.0
14822025-05-08T04:36:26.922Z Compiling tower-layer v0.3.3
14832025-05-08T04:36:26.965Z Compiling bumpalo v3.16.0
14842025-05-08T04:36:27.215Z Compiling tower v0.5.2
14852025-05-08T04:36:27.428Z Compiling zopfli v0.8.1
14862025-05-08T04:36:27.447Z Compiling console v0.15.10
14872025-05-08T04:36:28.052Z Compiling strum_macros v0.25.3
14882025-05-08T04:36:28.851Z Compiling toml_edit v0.19.15
14892025-05-08T04:36:29.011Z Compiling clap_builder v4.5.35
14902025-05-08T04:36:29.034Z Compiling elliptic-curve v0.13.8
14912025-05-08T04:36:29.719Z Compiling hubpack_derive v0.1.1
14922025-05-08T04:36:29.977Z Compiling backtrace v0.3.74
14932025-05-08T04:36:30.561Z Compiling zerocopy v0.6.6
14942025-05-08T04:36:30.619Z Compiling hubpack v0.1.2
14952025-05-08T04:36:31.156Z Compiling hyper-tls v0.6.0
14962025-05-08T04:36:31.301Z Compiling oxnet v0.1.1
14972025-05-08T04:36:31.591Z Compiling rayon v1.10.0
14982025-05-08T04:36:31.726Z Compiling signal-hook-mio v0.2.4
14992025-05-08T04:36:31.911Z Compiling cookie_store v0.21.1
15002025-05-08T04:36:32.058Z Compiling zstd v0.13.3
15012025-05-08T04:36:32.638Z Compiling postgres-types v0.2.9
15022025-05-08T04:36:33.960Z Compiling usdt-macro v0.5.0
15032025-05-08T04:36:35.510Z Compiling usdt-attr-macro v0.5.0
15042025-05-08T04:36:35.577Z Compiling phf v0.11.2
15052025-05-08T04:36:35.729Z Compiling ed25519 v2.2.3
15062025-05-08T04:36:35.781Z Compiling strum_macros v0.26.4
15072025-05-08T04:36:35.907Z Compiling bzip2 v0.4.4
15082025-05-08T04:36:36.351Z Compiling bzip2 v0.5.2
15092025-05-08T04:36:36.737Z Compiling clap_derive v4.5.32
15102025-05-08T04:36:36.757Z Compiling enum-as-inner v0.6.1
15112025-05-08T04:36:36.838Z Compiling rustls-pemfile v2.2.0
15122025-05-08T04:36:37.192Z Compiling serde_urlencoded v0.7.1
15132025-05-08T04:36:37.650Z Compiling serde-big-array v0.5.1
15142025-05-08T04:36:37.707Z Compiling futures-executor v0.3.31
15152025-05-08T04:36:37.790Z Compiling pkcs1 v0.7.5
15162025-05-08T04:36:37.915Z Compiling rfc6979 v0.4.0
15172025-05-08T04:36:38.123Z Compiling serde_repr v0.1.19
15182025-05-08T04:36:38.211Z Compiling daft-derive v0.1.3
15192025-05-08T04:36:38.689Z Compiling bstr v1.10.0
15202025-05-08T04:36:38.856Z Compiling float-cmp v0.10.0
15212025-05-08T04:36:39.116Z Compiling encoding_rs v0.8.34
15222025-05-08T04:36:39.237Z Compiling data-encoding v2.6.0
15232025-05-08T04:36:39.795Z Compiling predicates-core v1.0.8
15242025-05-08T04:36:40.139Z Compiling precomputed-hash v0.1.1
15252025-05-08T04:36:40.274Z Compiling whoami v1.5.2
15262025-05-08T04:36:40.295Z Compiling number_prefix v0.4.0
15272025-05-08T04:36:40.356Z Compiling fixedbitset v0.4.2
15282025-05-08T04:36:40.544Z Compiling difflib v0.4.0
15292025-05-08T04:36:40.785Z Compiling normalize-line-endings v0.3.0
15302025-05-08T04:36:40.806Z Compiling static_assertions v1.1.0
15312025-05-08T04:36:40.925Z Compiling unicode-segmentation v1.12.0
15322025-05-08T04:36:40.945Z Compiling mime v0.3.17
15332025-05-08T04:36:41.113Z Compiling new_debug_unreachable v1.0.6
15342025-05-08T04:36:41.189Z Compiling clap v4.5.35
15352025-05-08T04:36:41.229Z Compiling string_cache v0.8.9
15362025-05-08T04:36:41.379Z Compiling predicates v3.1.3
15372025-05-08T04:36:41.511Z Compiling toml_edit v0.22.24
15382025-05-08T04:36:41.680Z Compiling similar v2.7.0
15392025-05-08T04:36:41.811Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68)
15402025-05-08T04:36:41.852Z Compiling petgraph v0.6.5
15412025-05-08T04:36:42.869Z Compiling tokio-postgres v0.7.13
15422025-05-08T04:36:43.081Z Compiling indicatif v0.17.11
15432025-05-08T04:36:43.768Z Compiling strum v0.26.3
15442025-05-08T04:36:43.983Z Compiling hickory-proto v0.24.4
15452025-05-08T04:36:45.047Z Compiling daft v0.1.3
15462025-05-08T04:36:45.535Z Compiling usdt v0.5.0
15472025-05-08T04:36:45.570Z Compiling rsa v0.9.6
15482025-05-08T04:36:46.018Z Compiling ecdsa v0.16.9
15492025-05-08T04:36:46.837Z Compiling futures v0.3.31
15502025-05-08T04:36:46.971Z Compiling zip v0.6.6
15512025-05-08T04:36:48.229Z Compiling ed25519-dalek v2.1.1
15522025-05-08T04:36:48.375Z Compiling toml v0.7.8
15532025-05-08T04:36:48.622Z Compiling crossterm v0.28.1
15542025-05-08T04:36:50.325Z Compiling tokio-stream v0.1.17
15552025-05-08T04:36:50.366Z Compiling openapiv3 v2.0.0
15562025-05-08T04:36:50.392Z Compiling x509-cert v0.2.5
15572025-05-08T04:36:50.392Z Compiling sha1 v0.10.6
15582025-05-08T04:36:50.833Z Compiling itertools v0.10.5
15592025-05-08T04:36:51.267Z Compiling dirs-sys-next v0.1.2
15602025-05-08T04:36:51.868Z Compiling winnow v0.6.26
15612025-05-08T04:36:51.943Z Compiling peg-runtime v0.8.5
15622025-05-08T04:36:52.525Z Compiling lalrpop-util v0.19.12
15632025-05-08T04:36:52.872Z Compiling unicode-xid v0.2.6
15642025-05-08T04:36:52.908Z Compiling dirs-next v2.0.0
15652025-05-08T04:36:53.076Z Compiling thread_local v1.1.8
15662025-05-08T04:36:53.125Z Compiling slog-async v2.8.0
15672025-05-08T04:36:53.357Z Compiling term v0.7.0
15682025-05-08T04:36:53.380Z Compiling xattr v1.3.1
15692025-05-08T04:36:53.558Z Compiling crossbeam-channel v0.5.15
15702025-05-08T04:36:53.656Z Compiling is-terminal v0.4.13
15712025-05-08T04:36:53.754Z Compiling filetime v0.2.25
15722025-05-08T04:36:53.813Z Compiling take_mut v0.2.2
15732025-05-08T04:36:54.006Z Compiling tar v0.4.44
15742025-05-08T04:36:54.071Z Compiling slog-term v2.9.1
15752025-05-08T04:36:54.518Z Compiling camino v1.1.9
15762025-05-08T04:37:00.442Z Compiling aws-lc-sys v0.26.0
15772025-05-08T04:37:30.830Z Compiling rustls-webpki v0.102.8
15782025-05-08T04:37:35.353Z Compiling tokio-rustls v0.26.0
15792025-05-08T04:37:35.617Z Compiling hyper-rustls v0.27.3
15802025-05-08T04:37:35.950Z Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
15812025-05-08T04:37:39.525Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15822025-05-08T04:37:39.821Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15832025-05-08T04:37:44.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s
15842025-05-08T04:37:44.567Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
15852025-05-08T04:37:44.633ZMay 08 04:37:43.083 INFO Starting download, target: Clickhouse
15862025-05-08T04:37:44.634ZMay 08 04:37:43.084 INFO Starting download, target: Cockroach
15872025-05-08T04:37:44.634ZMay 08 04:37:43.084 INFO Starting download, target: Console
15882025-05-08T04:37:44.634ZMay 08 04:37:43.084 INFO Starting download, target: DendriteStub
15892025-05-08T04:37:45.189ZMay 08 04:37:43.084 INFO Starting download, target: MaghemiteMgd
15902025-05-08T04:37:45.189ZMay 08 04:37:43.084 INFO Starting download, target: TransceiverControl
15912025-05-08T04:37:45.189ZMay 08 04:37:43.084 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15922025-05-08T04:37:45.189ZMay 08 04:37:43.084 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15932025-05-08T04:37:45.189ZMay 08 04:37:43.085 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15942025-05-08T04:37:45.189ZMay 08 04:37:43.085 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15952025-05-08T04:37:45.189ZMay 08 04:37:43.085 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15962025-05-08T04:37:45.189ZMay 08 04:37:43.085 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15972025-05-08T04:37:45.227ZMay 08 04:37:43.617 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15982025-05-08T04:37:45.354ZMay 08 04:37:43.810 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15992025-05-08T04:37:45.584ZMay 08 04:37:44.035 INFO Download complete, target: TransceiverControl
16002025-05-08T04:37:45.729ZMay 08 04:37:44.180 INFO Download complete, target: Console
16012025-05-08T04:37:46.383ZMay 08 04:37:44.837 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16022025-05-08T04:37:46.456ZMay 08 04:37:44.918 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16032025-05-08T04:37:46.469ZMay 08 04:37:44.929 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16042025-05-08T04:37:47.166ZMay 08 04:37:45.630 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16052025-05-08T04:37:47.166ZMay 08 04:37:45.630 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16062025-05-08T04:37:49.511ZMay 08 04:37:47.974 INFO Download complete, target: DendriteStub
16072025-05-08T04:37:49.665ZMay 08 04:37:48.125 INFO Download complete, target: MaghemiteMgd
16082025-05-08T04:37:53.786ZMay 08 04:37:52.245 INFO Checking that binary works, target: Cockroach
16092025-05-08T04:37:53.953ZMay 08 04:37:52.411 INFO Download complete, target: Cockroach
16102025-05-08T04:37:57.136ZMay 08 04:37:55.598 INFO Checking that binary works, target: Clickhouse
16112025-05-08T04:37:57.285ZMay 08 04:37:55.735 INFO Download complete, target: Clickhouse
16122025-05-08T04:37:57.296ZAll builder prerequisites installed successfully, and PATH looks valid
16132025-05-08T04:37:57.300Z
16142025-05-08T04:37:57.300Zreal 5:21.246334147
16152025-05-08T04:37:57.300Zuser 15:31.192979179
16162025-05-08T04:37:57.300Zsys 2:12.768212024
16172025-05-08T04:37:57.300Ztrap 0.577611905
16182025-05-08T04:37:57.300Ztflt 1.008604542
16192025-05-08T04:37:57.300Zdflt 1.232308326
16202025-05-08T04:37:57.300Zkflt 0.029152413
16212025-05-08T04:37:57.300Zlock 23:40.489703977
16222025-05-08T04:37:57.300Zslp 57:23.937229069
16232025-05-08T04:37:57.300Zlat 1:01.918708949
16242025-05-08T04:37:57.300Zstop 2:27.427789528
16252025-05-08T04:37:57.300Z+ banner hack-check
16262025-05-08T04:37:57.303Z
16272025-05-08T04:37:57.303Z # # ## #### # # #### # # ###### #### # #
16282025-05-08T04:37:57.303Z # # # # # # # # # # # # # # # # #
16292025-05-08T04:37:57.303Z ###### # # # #### ##### # ###### ##### # ####
16302025-05-08T04:37:57.304Z # # ###### # # # # # # # # # #
16312025-05-08T04:37:57.304Z # # # # # # # # # # # # # # # # #
16322025-05-08T04:37:57.304Z # # # # #### # # #### # # ###### #### # #
16332025-05-08T04:37:57.304Z
16342025-05-08T04:37:57.304Z+ export CARGO_INCREMENTAL=0
16352025-05-08T04:37:57.304Z+ CARGO_INCREMENTAL=0
16362025-05-08T04:37:57.304Z+ ptime -m timeout 2h cargo xtask check-features --ci
16372025-05-08T04:37:58.007Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
16382025-05-08T04:37:58.282Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16392025-05-08T04:38:01.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.74s
16402025-05-08T04:38:01.184Z Running `target/debug/xtask check-features --ci`
16412025-05-08T04:38:01.208Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16422025-05-08T04:38:01.211Zrunning: "/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16432025-05-08T04:38:01.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
16442025-05-08T04:38:01.824Z Running `target/debug/xtask download cargo-hack`
16452025-05-08T04:38:02.800Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16462025-05-08T04:38:03.236Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16472025-05-08T04:38:07.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s
16482025-05-08T04:38:07.233Z Running `target/debug/xtask-downloader cargo-hack`
16492025-05-08T04:38:07.274ZMay 08 04:38:05.734 INFO Starting download, target: CargoHack
16502025-05-08T04:38:07.277ZMay 08 04:38:05.735 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16512025-05-08T04:38:07.732ZMay 08 04:38:06.192 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16522025-05-08T04:38:07.808ZMay 08 04:38:06.268 INFO Download complete, target: CargoHack
16532025-05-08T04:38:07.812Zrunning: "/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"
16542025-05-08T04:38:07.829Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16552025-05-08T04:38:08.032Zinfo: running `cargo check --bins` on api_identity (1/217)
16562025-05-08T04:38:08.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16572025-05-08T04:38:08.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16582025-05-08T04:38:08.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16592025-05-08T04:38:08.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
16602025-05-08T04:38:08.780Z
16612025-05-08T04:38:08.780Zinfo: running `cargo check --bins` on bootstore (2/217)
16622025-05-08T04:38:09.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16632025-05-08T04:38:09.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16642025-05-08T04:38:09.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16652025-05-08T04:38:09.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
16662025-05-08T04:38:09.564Z
16672025-05-08T04:38:09.564Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/217)
16682025-05-08T04:38:10.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16692025-05-08T04:38:10.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16702025-05-08T04:38:10.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16712025-05-08T04:38:10.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
16722025-05-08T04:38:10.880Z
16732025-05-08T04:38:10.880Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/217)
16742025-05-08T04:38:11.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16752025-05-08T04:38:11.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16762025-05-08T04:38:11.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16772025-05-08T04:38:11.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
16782025-05-08T04:38:11.118Z
16792025-05-08T04:38:11.118Zinfo: running `cargo check --bins` on id-map (5/217)
16802025-05-08T04:38:11.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16812025-05-08T04:38:11.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16822025-05-08T04:38:11.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16832025-05-08T04:38:11.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
16842025-05-08T04:38:11.857Z
16852025-05-08T04:38:11.857Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (6/217)
16862025-05-08T04:38:12.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16872025-05-08T04:38:12.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16882025-05-08T04:38:12.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16892025-05-08T04:38:12.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
16902025-05-08T04:38:12.425Z
16912025-05-08T04:38:12.425Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (7/217)
16922025-05-08T04:38:12.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16932025-05-08T04:38:12.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16942025-05-08T04:38:12.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16952025-05-08T04:38:12.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16962025-05-08T04:38:12.991Z
16972025-05-08T04:38:12.991Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (8/217)
16982025-05-08T04:38:13.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16992025-05-08T04:38:13.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17002025-05-08T04:38:13.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17012025-05-08T04:38:13.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17022025-05-08T04:38:13.556Z
17032025-05-08T04:38:13.556Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (9/217)
17042025-05-08T04:38:14.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17052025-05-08T04:38:14.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17062025-05-08T04:38:14.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17072025-05-08T04:38:14.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17082025-05-08T04:38:14.117Z
17092025-05-08T04:38:14.117Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (10/217)
17102025-05-08T04:38:14.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17112025-05-08T04:38:14.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17122025-05-08T04:38:14.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17132025-05-08T04:38:14.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17142025-05-08T04:38:14.676Z
17152025-05-08T04:38:14.676Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (11/217)
17162025-05-08T04:38:15.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17172025-05-08T04:38:15.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17182025-05-08T04:38:15.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17192025-05-08T04:38:15.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17202025-05-08T04:38:15.247Z
17212025-05-08T04:38:15.247Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (12/217)
17222025-05-08T04:38:15.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17232025-05-08T04:38:15.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17242025-05-08T04:38:15.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17252025-05-08T04:38:15.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17262025-05-08T04:38:15.816Z
17272025-05-08T04:38:15.816Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (13/217)
17282025-05-08T04:38:16.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17292025-05-08T04:38:16.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17302025-05-08T04:38:16.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17312025-05-08T04:38:16.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17322025-05-08T04:38:16.378Z
17332025-05-08T04:38:16.378Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (14/217)
17342025-05-08T04:38:16.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17352025-05-08T04:38:16.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17362025-05-08T04:38:16.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17372025-05-08T04:38:16.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17382025-05-08T04:38:16.950Z
17392025-05-08T04:38:16.950Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (15/217)
17402025-05-08T04:38:17.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17412025-05-08T04:38:17.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17422025-05-08T04:38:17.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17432025-05-08T04:38:17.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17442025-05-08T04:38:17.516Z
17452025-05-08T04:38:17.517Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (16/217)
17462025-05-08T04:38:18.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17472025-05-08T04:38:18.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17482025-05-08T04:38:18.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17492025-05-08T04:38:18.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17502025-05-08T04:38:18.124Z
17512025-05-08T04:38:18.124Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (17/217)
17522025-05-08T04:38:18.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17532025-05-08T04:38:18.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17542025-05-08T04:38:18.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17552025-05-08T04:38:18.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17562025-05-08T04:38:18.655Z
17572025-05-08T04:38:18.655Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (18/217)
17582025-05-08T04:38:19.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17592025-05-08T04:38:19.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17602025-05-08T04:38:19.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17612025-05-08T04:38:19.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17622025-05-08T04:38:19.233Z
17632025-05-08T04:38:19.233Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (19/217)
17642025-05-08T04:38:19.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17652025-05-08T04:38:19.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17662025-05-08T04:38:19.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17672025-05-08T04:38:19.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17682025-05-08T04:38:19.807Z
17692025-05-08T04:38:19.807Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (20/217)
17702025-05-08T04:38:20.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17712025-05-08T04:38:20.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17722025-05-08T04:38:20.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17732025-05-08T04:38:20.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17742025-05-08T04:38:20.392Z
17752025-05-08T04:38:20.392Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (21/217)
17762025-05-08T04:38:20.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17772025-05-08T04:38:20.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17782025-05-08T04:38:20.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17792025-05-08T04:38:20.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17802025-05-08T04:38:20.961Z
17812025-05-08T04:38:20.961Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (22/217)
17822025-05-08T04:38:21.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17832025-05-08T04:38:21.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17842025-05-08T04:38:21.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17852025-05-08T04:38:21.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17862025-05-08T04:38:21.528Z
17872025-05-08T04:38:21.528Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (23/217)
17882025-05-08T04:38:22.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17892025-05-08T04:38:22.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17902025-05-08T04:38:22.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17912025-05-08T04:38:22.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17922025-05-08T04:38:22.089Z
17932025-05-08T04:38:22.089Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (24/217)
17942025-05-08T04:38:22.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17952025-05-08T04:38:22.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17962025-05-08T04:38:22.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17972025-05-08T04:38:22.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17982025-05-08T04:38:22.663Z
17992025-05-08T04:38:22.663Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (25/217)
18002025-05-08T04:38:23.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012025-05-08T04:38:23.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022025-05-08T04:38:23.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032025-05-08T04:38:23.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18042025-05-08T04:38:23.237Z
18052025-05-08T04:38:23.237Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (26/217)
18062025-05-08T04:38:23.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072025-05-08T04:38:24.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082025-05-08T04:38:24.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092025-05-08T04:38:24.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18102025-05-08T04:38:24.215Z
18112025-05-08T04:38:24.215Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (27/217)
18122025-05-08T04:38:24.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132025-05-08T04:38:24.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142025-05-08T04:38:24.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152025-05-08T04:38:24.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18162025-05-08T04:38:24.384Z
18172025-05-08T04:38:24.384Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (28/217)
18182025-05-08T04:38:24.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192025-05-08T04:38:24.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202025-05-08T04:38:24.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212025-05-08T04:38:24.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18222025-05-08T04:38:24.945Z
18232025-05-08T04:38:24.945Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (29/217)
18242025-05-08T04:38:25.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252025-05-08T04:38:25.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262025-05-08T04:38:25.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272025-05-08T04:38:25.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18282025-05-08T04:38:25.514Z
18292025-05-08T04:38:25.514Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (30/217)
18302025-05-08T04:38:26.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312025-05-08T04:38:26.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322025-05-08T04:38:26.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332025-05-08T04:38:26.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18342025-05-08T04:38:26.077Z
18352025-05-08T04:38:26.077Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (31/217)
18362025-05-08T04:38:26.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372025-05-08T04:38:26.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382025-05-08T04:38:26.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392025-05-08T04:38:26.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18402025-05-08T04:38:26.642Z
18412025-05-08T04:38:26.642Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (32/217)
18422025-05-08T04:38:27.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432025-05-08T04:38:27.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442025-05-08T04:38:27.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452025-05-08T04:38:27.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18462025-05-08T04:38:27.203Z
18472025-05-08T04:38:27.203Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/217)
18482025-05-08T04:38:27.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492025-05-08T04:38:27.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502025-05-08T04:38:27.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512025-05-08T04:38:27.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18522025-05-08T04:38:27.778Z
18532025-05-08T04:38:27.778Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (34/217)
18542025-05-08T04:38:28.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552025-05-08T04:38:28.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562025-05-08T04:38:28.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572025-05-08T04:38:28.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18582025-05-08T04:38:28.353Z
18592025-05-08T04:38:28.353Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (35/217)
18602025-05-08T04:38:28.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612025-05-08T04:38:28.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622025-05-08T04:38:28.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632025-05-08T04:38:28.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18642025-05-08T04:38:28.931Z
18652025-05-08T04:38:28.932Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (36/217)
18662025-05-08T04:38:29.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672025-05-08T04:38:29.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682025-05-08T04:38:29.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692025-05-08T04:38:29.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18702025-05-08T04:38:29.503Z
18712025-05-08T04:38:29.503Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (37/217)
18722025-05-08T04:38:30.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732025-05-08T04:38:30.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742025-05-08T04:38:30.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752025-05-08T04:38:30.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18762025-05-08T04:38:30.090Z
18772025-05-08T04:38:30.090Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (38/217)
18782025-05-08T04:38:30.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792025-05-08T04:38:30.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802025-05-08T04:38:30.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812025-05-08T04:38:30.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18822025-05-08T04:38:30.663Z
18832025-05-08T04:38:30.663Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/217)
18842025-05-08T04:38:31.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852025-05-08T04:38:31.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862025-05-08T04:38:31.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872025-05-08T04:38:31.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18882025-05-08T04:38:31.227Z
18892025-05-08T04:38:31.227Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (40/217)
18902025-05-08T04:38:31.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912025-05-08T04:38:31.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922025-05-08T04:38:31.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932025-05-08T04:38:31.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18942025-05-08T04:38:31.791Z
18952025-05-08T04:38:31.791Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (41/217)
18962025-05-08T04:38:32.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972025-05-08T04:38:32.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982025-05-08T04:38:32.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992025-05-08T04:38:32.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
19002025-05-08T04:38:32.359Z
19012025-05-08T04:38:32.359Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (42/217)
19022025-05-08T04:38:32.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032025-05-08T04:38:32.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042025-05-08T04:38:32.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052025-05-08T04:38:32.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
19062025-05-08T04:38:32.932Z
19072025-05-08T04:38:32.932Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/217)
19082025-05-08T04:38:33.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092025-05-08T04:38:33.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102025-05-08T04:38:33.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112025-05-08T04:38:33.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
19122025-05-08T04:38:33.503Z
19132025-05-08T04:38:33.503Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (44/217)
19142025-05-08T04:38:34.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152025-05-08T04:38:34.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162025-05-08T04:38:34.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172025-05-08T04:38:34.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
19182025-05-08T04:38:34.072Z
19192025-05-08T04:38:34.072Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (45/217)
19202025-05-08T04:38:34.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212025-05-08T04:38:34.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222025-05-08T04:38:34.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232025-05-08T04:38:34.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
19242025-05-08T04:38:34.642Z
19252025-05-08T04:38:34.642Zinfo: running `cargo check --bins` on sled-hardware-types (46/217)
19262025-05-08T04:38:35.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272025-05-08T04:38:35.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282025-05-08T04:38:35.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292025-05-08T04:38:35.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
19302025-05-08T04:38:35.428Z
19312025-05-08T04:38:35.428Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (47/217)
19322025-05-08T04:38:36.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332025-05-08T04:38:36.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342025-05-08T04:38:36.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352025-05-08T04:38:36.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
19362025-05-08T04:38:36.206Z
19372025-05-08T04:38:36.206Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/217)
19382025-05-08T04:38:36.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392025-05-08T04:38:36.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402025-05-08T04:38:36.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412025-05-08T04:38:36.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
19422025-05-08T04:38:36.982Z
19432025-05-08T04:38:36.982Zinfo: running `cargo check --bins` on oxlog (49/217)
19442025-05-08T04:38:37.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452025-05-08T04:38:37.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462025-05-08T04:38:37.717Z Checking cfg-if v1.0.0
19472025-05-08T04:38:37.723Z Checking libc v0.2.171
19482025-05-08T04:38:37.838Z Checking serde v1.0.219
19492025-05-08T04:38:37.842Z Checking zeroize v1.8.1
19502025-05-08T04:38:37.859Z Checking memchr v2.7.4
19512025-05-08T04:38:37.870Z Checking typenum v1.17.0
19522025-05-08T04:38:37.884Z Checking smallvec v1.14.0
19532025-05-08T04:38:37.897Z Checking value-bag v1.9.0
19542025-05-08T04:38:37.912Z Checking subtle v2.6.1
19552025-05-08T04:38:38.096Z Checking scopeguard v1.2.0
19562025-05-08T04:38:38.185Z Checking const-oid v0.9.6
19572025-05-08T04:38:38.213Z Checking itoa v1.0.11
19582025-05-08T04:38:38.262Z Checking lock_api v0.4.12
19592025-05-08T04:38:38.322Z Checking log v0.4.22
19602025-05-08T04:38:38.429Z Checking stable_deref_trait v1.2.0
19612025-05-08T04:38:38.541Z Checking byteorder v1.5.0
19622025-05-08T04:38:38.661Z Checking pin-project-lite v0.2.14
19632025-05-08T04:38:38.664Z Checking zerofrom v0.1.4
19642025-05-08T04:38:38.818Z Checking getrandom v0.2.15
19652025-05-08T04:38:38.838Z Checking signal-hook-registry v1.4.2
19662025-05-08T04:38:38.856Z Checking parking_lot_core v0.9.10
19672025-05-08T04:38:38.899Z Checking yoke v0.7.4
19682025-05-08T04:38:38.931Z Checking once_cell v1.21.3
19692025-05-08T04:38:38.949Z Checking generic-array v0.14.7
19702025-05-08T04:38:39.046Z Checking rand_core v0.6.4
19712025-05-08T04:38:39.087Z Checking mio v1.0.2
19722025-05-08T04:38:39.195Z Checking parking_lot v0.12.3
19732025-05-08T04:38:39.222Z Checking zerovec v0.10.4
19742025-05-08T04:38:39.240Z Checking futures-core v0.3.31
19752025-05-08T04:38:39.359Z Checking cpufeatures v0.2.14
19762025-05-08T04:38:39.444Z Checking socket2 v0.5.9
19772025-05-08T04:38:39.468Z Checking writeable v0.5.5
19782025-05-08T04:38:39.543Z Checking litemap v0.7.3
19792025-05-08T04:38:39.668Z Checking zerocopy v0.7.35
19802025-05-08T04:38:39.791Z Checking futures-sink v0.3.31
19812025-05-08T04:38:39.896Z Checking slab v0.4.9
19822025-05-08T04:38:39.936Z Checking libm v0.2.8
19832025-05-08T04:38:39.953Z Checking equivalent v1.0.1
19842025-05-08T04:38:40.042Z Checking crypto-common v0.1.6
19852025-05-08T04:38:40.080Z Checking block-buffer v0.10.4
19862025-05-08T04:38:40.139Z Checking block-padding v0.3.3
19872025-05-08T04:38:40.157Z Checking ryu v1.0.18
19882025-05-08T04:38:40.228Z Checking icu_locid_transform_data v1.5.0
19892025-05-08T04:38:40.324Z Checking digest v0.10.7
19902025-05-08T04:38:40.342Z Checking inout v0.1.3
19912025-05-08T04:38:40.345Z Checking allocator-api2 v0.2.18
19922025-05-08T04:38:40.412Z Checking foldhash v0.1.3
19932025-05-08T04:38:40.582Z Checking cipher v0.4.4
19942025-05-08T04:38:40.640Z Checking getrandom v0.3.1
19952025-05-08T04:38:40.702Z Checking hmac v0.12.1
19962025-05-08T04:38:40.810Z Checking tinystr v0.7.6
19972025-05-08T04:38:40.845Z Checking num-traits v0.2.19
19982025-05-08T04:38:40.882Z Checking icu_collections v1.5.0
19992025-05-08T04:38:40.907Z Checking sha2 v0.10.8
20002025-05-08T04:38:40.924Z Checking icu_properties_data v1.5.0
20012025-05-08T04:38:40.978Z Checking hashbrown v0.15.1
20022025-05-08T04:38:41.008Z Checking base64ct v1.6.0
20032025-05-08T04:38:41.146Z Checking icu_locid v1.5.0
20042025-05-08T04:38:41.165Z Checking flagset v0.4.6
20052025-05-08T04:38:41.373Z Checking write16 v1.0.0
20062025-05-08T04:38:41.442Z Checking pem-rfc7468 v0.7.0
20072025-05-08T04:38:41.459Z Checking percent-encoding v2.3.1
20082025-05-08T04:38:41.505Z Checking icu_normalizer_data v1.5.0
20092025-05-08T04:38:41.522Z Checking utf8_iter v1.0.4
20102025-05-08T04:38:41.614Z Checking utf16_iter v1.0.5
20112025-05-08T04:38:41.672Z Checking futures-channel v0.3.31
20122025-05-08T04:38:41.720Z Checking der v0.7.9
20132025-05-08T04:38:41.738Z Checking pin-utils v0.1.0
20142025-05-08T04:38:41.786Z Checking futures-task v0.3.31
20152025-05-08T04:38:41.841Z Checking futures-io v0.3.31
20162025-05-08T04:38:42.015Z Checking salsa20 v0.10.2
20172025-05-08T04:38:42.033Z Checking pbkdf2 v0.12.2
20182025-05-08T04:38:42.033Z Checking ppv-lite86 v0.2.20
20192025-05-08T04:38:42.064Z Checking futures-util v0.3.31
20202025-05-08T04:38:42.114Z Checking icu_provider v1.5.0
20212025-05-08T04:38:42.198Z Checking form_urlencoded v1.2.1
20222025-05-08T04:38:42.228Z Checking scrypt v0.11.0
20232025-05-08T04:38:42.298Z Checking aes v0.8.4
20242025-05-08T04:38:42.316Z Checking bytes v1.10.1
20252025-05-08T04:38:42.418Z Checking bitflags v2.9.0
20262025-05-08T04:38:42.455Z Checking serde_json v1.0.140
20272025-05-08T04:38:42.714Z Checking indexmap v2.7.1
20282025-05-08T04:38:42.729Z Checking icu_locid_transform v1.5.0
20292025-05-08T04:38:42.747Z Checking cbc v0.1.2
20302025-05-08T04:38:42.963Z Checking fnv v1.0.7
20312025-05-08T04:38:43.108Z Checking uuid v1.16.0
20322025-05-08T04:38:43.169Z Checking tracing-core v0.1.32
20332025-05-08T04:38:43.335Z Checking tokio v1.43.1
20342025-05-08T04:38:43.409Z Checking spki v0.7.3
20352025-05-08T04:38:43.697Z Checking pkcs5 v0.7.1
20362025-05-08T04:38:43.739Z Checking icu_properties v1.5.1
20372025-05-08T04:38:43.769Z Checking http v1.2.0
20382025-05-08T04:38:43.816Z Checking tracing v0.1.40
20392025-05-08T04:38:43.879Z Checking iana-time-zone v0.1.63
20402025-05-08T04:38:44.044Z Checking tinyvec_macros v0.1.1
20412025-05-08T04:38:44.081Z Compiling newtype-uuid v1.2.1
20422025-05-08T04:38:44.148Z Checking rustls-pki-types v1.10.0
20432025-05-08T04:38:44.178Z Checking tinyvec v1.8.0
20442025-05-08T04:38:44.192Z Checking pkcs8 v0.10.2
20452025-05-08T04:38:44.406Z Checking chrono v0.4.40
20462025-05-08T04:38:44.503Z Checking zerocopy v0.8.10
20472025-05-08T04:38:44.708Z Checking aws-lc-sys v0.26.0
20482025-05-08T04:38:45.055Z Checking http-body v1.0.1
20492025-05-08T04:38:45.288Z Checking spin v0.9.8
20502025-05-08T04:38:45.479Z Checking thiserror v1.0.69
20512025-05-08T04:38:45.623Z Checking untrusted v0.9.0
20522025-05-08T04:38:45.651Z Checking atomic-waker v1.1.2
20532025-05-08T04:38:45.810Z Checking try-lock v0.2.5
20542025-05-08T04:38:45.827Z Checking adler2 v2.0.0
20552025-05-08T04:38:45.974Z Checking foreign-types-shared v0.1.1
20562025-05-08T04:38:46.008Z Checking untrusted v0.7.1
20572025-05-08T04:38:46.098Z Checking foreign-types v0.3.2
20582025-05-08T04:38:46.213Z Checking miniz_oxide v0.8.5
20592025-05-08T04:38:46.230Z Checking want v0.3.1
20602025-05-08T04:38:46.376Z Checking ring v0.17.11
20612025-05-08T04:38:46.426Z Checking crossbeam-utils v0.8.21
20622025-05-08T04:38:46.624Z Checking httparse v1.9.5
20632025-05-08T04:38:46.912Z Checking openssl-sys v0.9.107
20642025-05-08T04:38:46.941Z Checking aws-lc-rs v1.12.4
20652025-05-08T04:38:47.075Z Checking errno v0.3.9
20662025-05-08T04:38:47.178Z Checking aho-corasick v1.1.3
20672025-05-08T04:38:47.196Z Checking icu_normalizer v1.5.0
20682025-05-08T04:38:47.258Z Checking httpdate v1.0.3
20692025-05-08T04:38:47.372Z Checking rand_core v0.9.2
20702025-05-08T04:38:47.508Z Checking tower-service v0.3.3
20712025-05-08T04:38:47.653Z Checking regex-syntax v0.8.5
20722025-05-08T04:38:47.697Z Checking powerfmt v0.2.0
20732025-05-08T04:38:47.982Z Checking unicode-ident v1.0.14
20742025-05-08T04:38:48.004Z Checking idna_adapter v1.2.0
20752025-05-08T04:38:48.044Z Checking openssl v0.10.72
20762025-05-08T04:38:48.162Z Checking proc-macro2 v1.0.94
20772025-05-08T04:38:48.215Z Checking idna v1.0.3
20782025-05-08T04:38:48.539Z Checking deranged v0.3.11
20792025-05-08T04:38:48.656Z Checking rustls-webpki v0.102.8
20802025-05-08T04:38:48.694Z Checking url v2.5.3
20812025-05-08T04:38:48.769Z Checking rand_chacha v0.9.0
20822025-05-08T04:38:48.819Z Checking rustix v0.38.37
20832025-05-08T04:38:49.190Z Checking crossbeam-epoch v0.9.18
20842025-05-08T04:38:49.464Z Checking unicode-normalization v0.1.24
20852025-05-08T04:38:49.558Z Checking rand_chacha v0.3.1
20862025-05-08T04:38:49.618Z Checking semver v1.0.25
20872025-05-08T04:38:49.851Z Checking bzip2-sys v0.1.13+1.0.8
20882025-05-08T04:38:49.957Z Checking signature v2.2.0
20892025-05-08T04:38:49.979Z Checking scroll v0.12.0
20902025-05-08T04:38:50.018Z Checking crc32fast v1.4.2
20912025-05-08T04:38:50.096Z Checking tokio-util v0.7.13
20922025-05-08T04:38:50.163Z Checking siphasher v0.3.11
20932025-05-08T04:38:50.280Z Checking time-core v0.1.2
20942025-05-08T04:38:50.382Z Checking openssl-probe v0.1.5
20952025-05-08T04:38:50.453Z Checking either v1.14.0
20962025-05-08T04:38:50.456Z Checking unicode-properties v0.1.3
20972025-05-08T04:38:50.484Z Checking num-conv v0.1.0
20982025-05-08T04:38:50.543Z Checking plain v0.2.3
20992025-05-08T04:38:50.736Z Checking utf8parse v0.2.2
21002025-05-08T04:38:50.762Z Checking dyn-clone v1.0.19
21012025-05-08T04:38:50.840Z Checking base64 v0.22.1
21022025-05-08T04:38:50.844Z Checking ucd-trie v0.1.7
21032025-05-08T04:38:50.896Z Checking regex-automata v0.4.8
21042025-05-08T04:38:50.912Z Checking anstyle v1.0.10
21052025-05-08T04:38:50.928Z Checking unicode-bidi v0.3.17
21062025-05-08T04:38:51.076Z Checking num_threads v0.1.7
21072025-05-08T04:38:51.173Z Checking h2 v0.4.6
21082025-05-08T04:38:51.212Z Checking time v0.3.36
21092025-05-08T04:38:51.294Z Checking pest v2.7.14
21102025-05-08T04:38:51.297Z Checking schemars v0.8.22
21112025-05-08T04:38:51.569Z Checking stringprep v0.1.5
21122025-05-08T04:38:51.858Z Checking anstyle-parse v0.2.5
21132025-05-08T04:38:52.006Z Checking goblin v0.8.2
21142025-05-08T04:38:52.149Z Checking phf_shared v0.11.2
21152025-05-08T04:38:52.438Z Checking rand v0.8.5
21162025-05-08T04:38:52.942Z Checking crossbeam-deque v0.8.5
21172025-05-08T04:38:53.155Z Checking native-tls v0.2.12
21182025-05-08T04:38:53.293Z Checking rustls v0.23.19
21192025-05-08T04:38:53.492Z Checking rand v0.9.0
21202025-05-08T04:38:53.541Z Checking quote v1.0.39
21212025-05-08T04:38:53.761Z Checking toml_datetime v0.6.8
21222025-05-08T04:38:53.878Z Checking serde_spanned v0.6.8
21232025-05-08T04:38:53.980Z Checking num-integer v0.1.46
21242025-05-08T04:38:54.055Z Checking zstd-sys v2.0.14+zstd.1.5.7
21252025-05-08T04:38:54.080Z Checking md-5 v0.10.6
21262025-05-08T04:38:54.280Z Checking ff v0.13.0
21272025-05-08T04:38:54.322Z Checking hash32 v0.2.1
21282025-05-08T04:38:54.479Z Checking psl-types v2.0.11
21292025-05-08T04:38:54.582Z Checking gimli v0.31.1
21302025-05-08T04:38:54.611Z Checking colorchoice v1.0.2
21312025-05-08T04:38:54.652Z Checking base16ct v0.2.0
21322025-05-08T04:38:54.668Z Checking is_terminal_polyfill v1.70.1
21332025-05-08T04:38:54.685Z Checking fallible-iterator v0.2.0
21342025-05-08T04:38:54.807Z Checking anstyle-query v1.1.1
21352025-05-08T04:38:54.827Z Checking pretty-hex v0.4.1
21362025-05-08T04:38:54.849Z Checking sec1 v0.7.3
21372025-05-08T04:38:54.956Z Checking anstream v0.6.15
21382025-05-08T04:38:55.033Z Checking publicsuffix v2.3.0
21392025-05-08T04:38:55.244Z Checking postgres-protocol v0.6.8
21402025-05-08T04:38:55.247Z Checking heapless v0.7.17
21412025-05-08T04:38:55.309Z Checking group v0.13.0
21422025-05-08T04:38:55.329Z Checking num-iter v0.1.45
21432025-05-08T04:38:55.519Z Checking zstd-safe v7.2.3
21442025-05-08T04:38:55.569Z Compiling daft v0.1.3
21452025-05-08T04:38:55.861Z Checking syn v2.0.98
21462025-05-08T04:38:55.934Z Checking dtrace-parser v0.2.0
21472025-05-08T04:38:56.073Z Checking cookie v0.18.1
21482025-05-08T04:38:56.152Z Checking tokio-native-tls v0.3.1
21492025-05-08T04:38:56.411Z Checking rayon-core v1.12.1
21502025-05-08T04:38:56.426Z Checking ipnetwork v0.21.1
21512025-05-08T04:38:56.524Z Checking terminal_size v0.4.0
21522025-05-08T04:38:56.704Z Checking flate2 v1.1.1
21532025-05-08T04:38:56.820Z Checking lazy_static v1.5.0
21542025-05-08T04:38:56.853Z Checking dof v0.3.0
21552025-05-08T04:38:56.956Z Checking http-body-util v0.1.3
21562025-05-08T04:38:57.055Z Checking webpki-roots v0.26.6
21572025-05-08T04:38:57.210Z Checking hyper v1.6.0
21582025-05-08T04:38:57.265Z Checking signal-hook v0.3.17
21592025-05-08T04:38:57.316Z Checking hkdf v0.12.4
21602025-05-08T04:38:57.378Z Checking crypto-bigint v0.5.5
21612025-05-08T04:38:57.468Z Checking sync_wrapper v1.0.1
21622025-05-08T04:38:57.523Z Checking thread-id v4.2.2
21632025-05-08T04:38:57.619Z Checking object v0.36.5
21642025-05-08T04:38:57.638Z Checking clap_lex v0.7.4
21652025-05-08T04:38:57.655Z Checking managed v0.8.0
21662025-05-08T04:38:58.534Z Checking ipnet v2.11.0
21672025-05-08T04:38:58.553Z Checking strsim v0.11.1
21682025-05-08T04:38:58.553Z Checking addr2line v0.24.2
21692025-05-08T04:38:58.554Z Checking simd-adler32 v0.3.7
21702025-05-08T04:38:58.554Z Checking rustc-demangle v0.1.24
21712025-05-08T04:38:58.554Z Checking tokio-rustls v0.26.0
21722025-05-08T04:38:58.671Z Checking tower-layer v0.3.3
21732025-05-08T04:38:58.816Z Checking winnow v0.5.40
21742025-05-08T04:38:58.819Z Checking bumpalo v3.16.0
21752025-05-08T04:38:58.864Z Checking lockfree-object-pool v0.1.6
21762025-05-08T04:38:58.937Z Checking unicode-width v0.2.0
21772025-05-08T04:38:59.116Z Checking bitflags v1.3.2
21782025-05-08T04:38:59.143Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21792025-05-08T04:38:59.211Z Checking hyper-util v0.1.11
21802025-05-08T04:38:59.231Z Checking smoltcp v0.9.1
21812025-05-08T04:38:59.412Z Checking console v0.15.10
21822025-05-08T04:38:59.460Z Checking zopfli v0.8.1
21832025-05-08T04:38:59.988Z Checking tower v0.5.2
21842025-05-08T04:39:00.085Z Checking elliptic-curve v0.13.8
21852025-05-08T04:39:00.209Z Checking clap_builder v4.5.35
21862025-05-08T04:39:00.596Z Checking signal-hook-mio v0.2.4
21872025-05-08T04:39:00.701Z Checking rayon v1.10.0
21882025-05-08T04:39:00.721Z Checking num-bigint-dig v0.8.4
21892025-05-08T04:39:00.755Z Checking oxnet v0.1.1
21902025-05-08T04:39:01.174Z Checking cookie_store v0.21.1
21912025-05-08T04:39:01.308Z Checking hyper-rustls v0.27.3
21922025-05-08T04:39:01.653Z Checking hyper-tls v0.6.0
21932025-05-08T04:39:01.675Z Checking toml_edit v0.19.15
21942025-05-08T04:39:01.794Z Checking usdt-impl v0.5.0
21952025-05-08T04:39:01.836Z Checking postgres-types v0.2.9
21962025-05-08T04:39:01.952Z Checking zstd v0.13.3
21972025-05-08T04:39:02.348Z Checking bstr v1.10.0
21982025-05-08T04:39:02.377Z Checking regex v1.11.1
21992025-05-08T04:39:02.529Z Checking phf v0.11.2
22002025-05-08T04:39:02.770Z Checking ed25519 v2.2.3
22012025-05-08T04:39:02.805Z Checking bzip2 v0.4.4
22022025-05-08T04:39:02.990Z Checking bzip2 v0.5.2
22032025-05-08T04:39:03.088Z Checking futures-executor v0.3.31
22042025-05-08T04:39:03.103Z Checking curve25519-dalek v4.1.3
22052025-05-08T04:39:03.156Z Checking zerocopy v0.6.6
22062025-05-08T04:39:03.239Z Checking rustls-pemfile v2.2.0
22072025-05-08T04:39:03.258Z Checking hubpack v0.1.2
22082025-05-08T04:39:03.336Z Checking memoffset v0.9.1
22092025-05-08T04:39:03.456Z Checking pkcs1 v0.7.5
22102025-05-08T04:39:03.501Z Checking backtrace v0.3.74
22112025-05-08T04:39:03.558Z Checking portable-atomic v1.11.0
22122025-05-08T04:39:03.697Z Checking serde_urlencoded v0.7.1
22132025-05-08T04:39:03.811Z Checking serde-big-array v0.5.1
22142025-05-08T04:39:03.853Z Checking float-cmp v0.10.0
22152025-05-08T04:39:04.055Z Checking rfc6979 v0.4.0
22162025-05-08T04:39:04.078Z Checking memmap v0.7.0
22172025-05-08T04:39:04.094Z Checking encoding_rs v0.8.34
22182025-05-08T04:39:04.110Z Checking difflib v0.4.0
22192025-05-08T04:39:04.110Z Checking unicode-segmentation v1.12.0
22202025-05-08T04:39:04.184Z Checking data-encoding v2.6.0
22212025-05-08T04:39:04.236Z Checking fixedbitset v0.4.2
22222025-05-08T04:39:04.295Z Checking precomputed-hash v0.1.1
22232025-05-08T04:39:04.411Z Checking number_prefix v0.4.0
22242025-05-08T04:39:04.449Z Checking minimal-lexical v0.2.1
22252025-05-08T04:39:04.512Z Checking predicates-core v1.0.8
22262025-05-08T04:39:04.528Z Checking new_debug_unreachable v1.0.6
22272025-05-08T04:39:04.618Z Checking whoami v1.5.2
22282025-05-08T04:39:04.635Z Checking normalize-line-endings v0.3.0
22292025-05-08T04:39:04.713Z Checking mime v0.3.17
22302025-05-08T04:39:04.730Z Checking static_assertions v1.1.0
22312025-05-08T04:39:04.751Z Checking winnow v0.7.3
22322025-05-08T04:39:04.768Z Checking predicates v3.1.3
22332025-05-08T04:39:04.825Z Checking nom v7.1.3
22342025-05-08T04:39:04.844Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68)
22352025-05-08T04:39:04.865Z Checking ed25519-dalek v2.1.1
22362025-05-08T04:39:04.919Z Checking tokio-postgres v0.7.13
22372025-05-08T04:39:05.017Z Checking similar v2.7.0
22382025-05-08T04:39:05.257Z Checking hickory-proto v0.24.4
22392025-05-08T04:39:05.405Z Checking string_cache v0.8.9
22402025-05-08T04:39:05.725Z Checking indicatif v0.17.11
22412025-05-08T04:39:05.815Z Checking petgraph v0.6.5
22422025-05-08T04:39:06.349Z Checking reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
22432025-05-08T04:39:06.456Z Checking usdt v0.5.0
22442025-05-08T04:39:06.736Z Checking ecdsa v0.16.9
22452025-05-08T04:39:07.410Z Checking toml v0.7.8
22462025-05-08T04:39:07.467Z Checking anyhow v1.0.98
22472025-05-08T04:39:07.556Z Checking toml_edit v0.22.24
22482025-05-08T04:39:07.865Z Checking rsa v0.9.6
22492025-05-08T04:39:08.095Z Checking nix v0.29.0
22502025-05-08T04:39:08.168Z Checking futures v0.3.31
22512025-05-08T04:39:08.294Z Checking zip v2.6.1
22522025-05-08T04:39:08.345Z Checking clap v4.5.35
22532025-05-08T04:39:08.466Z Checking zip v0.6.6
22542025-05-08T04:39:08.862Z Checking crossterm v0.28.1
22552025-05-08T04:39:08.908Z Checking tokio-stream v0.1.17
22562025-05-08T04:39:09.131Z Checking itertools v0.10.5
22572025-05-08T04:39:09.464Z Checking itertools v0.12.1
22582025-05-08T04:39:09.540Z Checking fs-err v3.1.0
22592025-05-08T04:39:09.909Z Checking buf-list v1.0.3
22602025-05-08T04:39:09.939Z Checking strum v0.26.3
22612025-05-08T04:39:10.001Z Checking ahash v0.8.11
22622025-05-08T04:39:10.018Z Checking slog v2.7.0
22632025-05-08T04:39:10.086Z Checking openapiv3 v2.0.0
22642025-05-08T04:39:10.123Z Checking x509-cert v0.2.5
22652025-05-08T04:39:10.312Z Checking sha1 v0.10.6
22662025-05-08T04:39:10.467Z Checking winnow v0.6.26
22672025-05-08T04:39:10.487Z Checking peg-runtime v0.8.5
22682025-05-08T04:39:10.559Z Checking lalrpop-util v0.19.12
22692025-05-08T04:39:10.587Z Checking camino v1.1.9
22702025-05-08T04:39:10.730Z Checking sigpipe v0.1.3
22712025-05-08T04:39:10.854Z Checking jiff v0.2.10
22722025-05-08T04:39:14.663Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22732025-05-08T04:39:15.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.03s
22742025-05-08T04:39:15.200Z
22752025-05-08T04:39:15.200Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (50/217)
22762025-05-08T04:39:15.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22772025-05-08T04:39:15.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22782025-05-08T04:39:16.004Z Compiling regress v0.10.3
22792025-05-08T04:39:16.120Z Compiling thiserror-impl v2.0.12
22802025-05-08T04:39:16.145Z Checking heck v0.5.0
22812025-05-08T04:39:16.163Z Compiling unsafe-libyaml v0.2.11
22822025-05-08T04:39:16.185Z Checking dirs-sys-next v0.1.2
22832025-05-08T04:39:16.188Z Checking fastrand v2.1.1
22842025-05-08T04:39:16.220Z Checking newtype-uuid v1.2.1
22852025-05-08T04:39:16.316Z Checking thread_local v1.1.8
22862025-05-08T04:39:16.373Z Checking dirs-next v2.0.0
22872025-05-08T04:39:16.508Z Compiling structmeta-derive v0.3.0
22882025-05-08T04:39:16.527Z Checking tempfile v3.13.0
22892025-05-08T04:39:16.530Z Compiling ident_case v1.0.1
22902025-05-08T04:39:16.579Z Checking term v0.7.0
22912025-05-08T04:39:16.735Z Compiling darling_core v0.20.10
22922025-05-08T04:39:16.898Z Checking daft v0.1.3
22932025-05-08T04:39:16.984Z Checking crossbeam-channel v0.5.15
22942025-05-08T04:39:17.318Z Checking is-terminal v0.4.13
22952025-05-08T04:39:17.457Z Compiling serde_yaml v0.9.34+deprecated
22962025-05-08T04:39:17.712Z Compiling rustls v0.22.4
22972025-05-08T04:39:17.948Z Checking take_mut v0.2.2
22982025-05-08T04:39:18.024Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22992025-05-08T04:39:18.107Z Checking slog-async v2.8.0
23002025-05-08T04:39:18.441Z Checking slog-term v2.9.1
23012025-05-08T04:39:18.457Z Compiling proc-macro-crate v1.3.1
23022025-05-08T04:39:18.917Z Checking wait-timeout v0.2.0
23032025-05-08T04:39:19.130Z Compiling multer v3.1.0
23042025-05-08T04:39:19.147Z Compiling structmeta v0.3.0
23052025-05-08T04:39:19.150Z Compiling thiserror v2.0.12
23062025-05-08T04:39:19.321Z Checking match_cfg v0.1.0
23072025-05-08T04:39:19.424Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23082025-05-08T04:39:19.440Z Checking bit-vec v0.8.0
23092025-05-08T04:39:19.465Z Checking quick-error v1.2.3
23102025-05-08T04:39:19.525Z Checking typify-impl v0.3.0
23112025-05-08T04:39:19.547Z Checking typify-impl v0.2.0
23122025-05-08T04:39:19.614Z Checking rusty-fork v0.3.0
23132025-05-08T04:39:19.917Z Checking bit-set v0.8.0
23142025-05-08T04:39:20.289Z Checking hostname v0.3.1
23152025-05-08T04:39:20.449Z Compiling num_enum_derive v0.5.11
23162025-05-08T04:39:20.949Z Checking progenitor-client v0.9.1
23172025-05-08T04:39:21.376Z Checking slog-json v2.6.1
23182025-05-08T04:39:21.653Z Checking rand_xorshift v0.3.0
23192025-05-08T04:39:21.862Z Compiling lzma-sys v0.1.20
23202025-05-08T04:39:22.106Z Checking hex v0.4.3
23212025-05-08T04:39:22.140Z Compiling foreign-types-macros v0.2.3
23222025-05-08T04:39:22.600Z Compiling async-stream-impl v0.3.6
23232025-05-08T04:39:22.625Z Compiling dropshot v0.16.0
23242025-05-08T04:39:22.641Z Compiling darling_macro v0.20.10
23252025-05-08T04:39:22.749Z Checking utf-8 v0.7.6
23262025-05-08T04:39:22.954Z Checking unarray v0.1.4
23272025-05-08T04:39:22.959Z Checking arc-swap v1.7.1
23282025-05-08T04:39:23.128Z Checking foreign-types-shared v0.3.1
23292025-05-08T04:39:23.275Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23302025-05-08T04:39:23.364Z Checking foreign-types v0.5.0
23312025-05-08T04:39:23.389Z Checking proptest v1.6.0
23322025-05-08T04:39:23.406Z Checking slog-scope v4.4.0
23332025-05-08T04:39:23.543Z Compiling darling v0.20.10
23342025-05-08T04:39:23.561Z Checking tungstenite v0.21.0
23352025-05-08T04:39:23.610Z Checking num_enum v0.5.11
23362025-05-08T04:39:23.674Z Compiling serde_with_macros v3.12.0
23372025-05-08T04:39:23.854Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23382025-05-08T04:39:23.858Z Checking async-stream v0.3.6
23392025-05-08T04:39:23.996Z Checking slog-bunyan v2.5.0
23402025-05-08T04:39:24.038Z Compiling proc-macro-error v1.0.4
23412025-05-08T04:39:24.108Z Checking tokio-rustls v0.25.0
23422025-05-08T04:39:24.501Z Compiling test-strategy v0.4.0
23432025-05-08T04:39:24.591Z Compiling parse-display-derive v0.10.0
23442025-05-08T04:39:24.745Z Checking toml v0.8.20
23452025-05-08T04:39:24.788Z Checking progenitor-client v0.8.0
23462025-05-08T04:39:25.141Z Compiling heck v0.3.3
23472025-05-08T04:39:25.463Z Checking waitgroup v0.1.2
23482025-05-08T04:39:25.509Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23492025-05-08T04:39:25.658Z Compiling dropshot_endpoint v0.16.0
23502025-05-08T04:39:26.228Z Checking serde_path_to_error v0.1.16
23512025-05-08T04:39:26.417Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23522025-05-08T04:39:26.829Z Compiling derive-where v1.2.7
23532025-05-08T04:39:27.190Z Checking hostname v0.4.0
23542025-05-08T04:39:27.354Z Checking cstr-argument v0.1.2
23552025-05-08T04:39:27.559Z Checking instant v0.1.13
23562025-05-08T04:39:27.700Z Checking debug-ignore v1.0.5
23572025-05-08T04:39:27.877Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
23582025-05-08T04:39:27.916Z Checking base64 v0.21.7
23592025-05-08T04:39:27.951Z Checking pretty-hex v0.2.1
23602025-05-08T04:39:28.143Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23612025-05-08T04:39:28.231Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
23622025-05-08T04:39:28.373Z Checking backoff v0.4.0
23632025-05-08T04:39:28.420Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23642025-05-08T04:39:28.537Z Checking parse-display v0.10.0
23652025-05-08T04:39:28.670Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23662025-05-08T04:39:28.730Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23672025-05-08T04:39:28.788Z Checking serde_with v3.12.0
23682025-05-08T04:39:28.830Z Compiling zone_cfg_derive v0.1.2
23692025-05-08T04:39:28.898Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23702025-05-08T04:39:28.916Z Checking tokio-tungstenite v0.21.0
23712025-05-08T04:39:29.590Z Checking slog-stdlog v4.1.1
23722025-05-08T04:39:29.668Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23732025-05-08T04:39:29.778Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23742025-05-08T04:39:29.895Z Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
23752025-05-08T04:39:30.075Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
23762025-05-08T04:39:30.096Z Checking colored v2.2.0
23772025-05-08T04:39:30.225Z Checking macaddr v1.0.1
23782025-05-08T04:39:30.243Z Checking unicode-width v0.1.14
23792025-05-08T04:39:30.517Z Checking base64 v0.13.1
23802025-05-08T04:39:30.777Z Checking tabwriter v1.4.0
23812025-05-08T04:39:30.940Z Checking ron v0.7.1
23822025-05-08T04:39:31.050Z Checking zone v0.1.8
23832025-05-08T04:39:31.204Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23842025-05-08T04:39:31.718Z Checking slog-envlogger v2.2.0
23852025-05-08T04:39:31.765Z Checking xz2 v0.1.7
23862025-05-08T04:39:31.930Z Checking xattr v1.3.1
23872025-05-08T04:39:31.959Z Checking pem v3.0.5
23882025-05-08T04:39:32.086Z Checking yasna v0.5.2
23892025-05-08T04:39:32.134Z Checking smf v0.2.3
23902025-05-08T04:39:32.157Z Checking headers-core v0.3.0
23912025-05-08T04:39:32.258Z Checking filetime v0.2.25
23922025-05-08T04:39:32.322Z Checking same-file v1.0.6
23932025-05-08T04:39:32.473Z Checking tar v0.4.44
23942025-05-08T04:39:32.526Z Checking walkdir v2.5.0
23952025-05-08T04:39:32.624Z Checking headers v0.4.0
23962025-05-08T04:39:32.642Z Checking camino-tempfile v1.1.1
23972025-05-08T04:39:32.829Z Checking atomicwrites v0.4.4
23982025-05-08T04:39:32.937Z Checking subprocess v0.2.9
23992025-05-08T04:39:32.952Z Checking rcgen v0.12.1
24002025-05-08T04:39:33.731Z Compiling typify-macro v0.2.0
24012025-05-08T04:39:33.749Z Compiling typify-macro v0.3.0
24022025-05-08T04:39:35.669Z Compiling typify v0.3.0
24032025-05-08T04:39:35.694Z Compiling typify v0.2.0
24042025-05-08T04:39:35.773Z Compiling progenitor-impl v0.9.1
24052025-05-08T04:39:35.788Z Compiling progenitor-impl v0.8.0
24062025-05-08T04:39:38.766Z Compiling progenitor-macro v0.9.1
24072025-05-08T04:39:38.814Z Compiling progenitor-macro v0.8.0
24082025-05-08T04:39:43.214Z Checking progenitor v0.9.1
24092025-05-08T04:39:43.369Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
24102025-05-08T04:39:43.734Z Checking progenitor v0.8.0
24112025-05-08T04:39:43.890Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24122025-05-08T04:39:46.332Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24132025-05-08T04:39:46.483Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
24142025-05-08T04:39:52.350Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24152025-05-08T04:39:53.975Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
24162025-05-08T04:39:55.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.12s
24172025-05-08T04:39:55.531Z
24182025-05-08T04:39:55.531Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/217)
24192025-05-08T04:39:56.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24202025-05-08T04:39:56.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24212025-05-08T04:39:56.328Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
24222025-05-08T04:39:57.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.31s
24232025-05-08T04:39:58.047Z
24242025-05-08T04:39:58.047Zinfo: running `cargo check --bins` on nexus-config (52/217)
24252025-05-08T04:39:58.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24262025-05-08T04:39:58.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24272025-05-08T04:39:58.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24282025-05-08T04:39:58.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
24292025-05-08T04:39:58.819Z
24302025-05-08T04:39:58.819Zinfo: running `cargo check --bins` on omicron-rpaths (53/217)
24312025-05-08T04:39:59.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24322025-05-08T04:39:59.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24332025-05-08T04:39:59.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24342025-05-08T04:39:59.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
24352025-05-08T04:39:59.570Z
24362025-05-08T04:39:59.570Zinfo: running `cargo check --bins` on omicron-certificates (54/217)
24372025-05-08T04:40:00.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24382025-05-08T04:40:00.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24392025-05-08T04:40:00.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24402025-05-08T04:40:00.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
24412025-05-08T04:40:00.355Z
24422025-05-08T04:40:00.355Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (55/217)
24432025-05-08T04:40:01.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24442025-05-08T04:40:01.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24452025-05-08T04:40:01.186Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24462025-05-08T04:40:01.302Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24472025-05-08T04:40:01.315Z Compiling tempfile v3.13.0
24482025-05-08T04:40:01.326Z Compiling wait-timeout v0.2.0
24492025-05-08T04:40:01.331Z Compiling bit-vec v0.8.0
24502025-05-08T04:40:01.331Z Compiling quick-error v1.2.3
24512025-05-08T04:40:01.331Z Compiling match_cfg v0.1.0
24522025-05-08T04:40:01.371Z Compiling rustls v0.22.4
24532025-05-08T04:40:01.417Z Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
24542025-05-08T04:40:01.495Z Compiling hostname v0.3.1
24552025-05-08T04:40:01.541Z Compiling progenitor-client v0.9.1
24562025-05-08T04:40:01.690Z Compiling slog-json v2.6.1
24572025-05-08T04:40:01.726Z Compiling bit-set v0.8.0
24582025-05-08T04:40:01.780Z Compiling rusty-fork v0.3.0
24592025-05-08T04:40:01.805Z Compiling rand_xorshift v0.3.0
24602025-05-08T04:40:01.977Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24612025-05-08T04:40:01.996Z Compiling itertools v0.13.0
24622025-05-08T04:40:02.041Z Compiling hex v0.4.3
24632025-05-08T04:40:02.062Z Compiling unarray v0.1.4
24642025-05-08T04:40:02.949Z Compiling heapless v0.8.0
24652025-05-08T04:40:03.293Z Compiling slog-bunyan v2.5.0
24662025-05-08T04:40:03.294Z Compiling proptest v1.6.0
24672025-05-08T04:40:03.294Z Compiling progenitor v0.9.1
24682025-05-08T04:40:03.294Z Compiling async-stream v0.3.6
24692025-05-08T04:40:03.294Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24702025-05-08T04:40:03.294Z Compiling multer v3.1.0
24712025-05-08T04:40:03.294Z Compiling toml v0.8.20
24722025-05-08T04:40:03.294Z Compiling waitgroup v0.1.2
24732025-05-08T04:40:03.342Z Checking hash32 v0.3.1
24742025-05-08T04:40:03.342Z Compiling serde_path_to_error v0.1.16
24752025-05-08T04:40:03.342Z Compiling hostname v0.4.0
24762025-05-08T04:40:04.246Z Compiling instant v0.1.13
24772025-05-08T04:40:04.330Z Compiling smoltcp v0.11.0
24782025-05-08T04:40:04.331Z Compiling debug-ignore v1.0.5
24792025-05-08T04:40:04.331Z Compiling backoff v0.4.0
24802025-05-08T04:40:04.332Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
24812025-05-08T04:40:04.332Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24822025-05-08T04:40:04.342Z Compiling parse-display v0.10.0
24832025-05-08T04:40:04.382Z Compiling serde_with v3.12.0
24842025-05-08T04:40:04.853Z Compiling ingot-macros v0.1.0
24852025-05-08T04:40:04.884Z Checking num-rational v0.4.2
24862025-05-08T04:40:05.035Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24872025-05-08T04:40:05.536Z Compiling tokio-rustls v0.25.0
24882025-05-08T04:40:05.722Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
24892025-05-08T04:40:06.260Z Compiling dropshot v0.16.0
24902025-05-08T04:40:08.035Z Compiling phf_generator v0.11.2
24912025-05-08T04:40:08.249Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
24922025-05-08T04:40:09.340Z Checking num-complex v0.4.6
24932025-05-08T04:40:09.798Z Compiling macaddr v1.0.1
24942025-05-08T04:40:14.060Z Checking cobs v0.2.3
24952025-05-08T04:40:14.117Z Checking num v0.4.3
24962025-05-08T04:40:14.117Z Compiling phf_codegen v0.11.2
24972025-05-08T04:40:14.117Z Checking postcard v1.0.10
24982025-05-08T04:40:14.117Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=db01858ce12db22079b5776731adbff163a50d91#db01858c)
24992025-05-08T04:40:14.117Z Compiling parse-zoneinfo v0.3.1
25002025-05-08T04:40:14.117Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=db01858ce12db22079b5776731adbff163a50d91#db01858c)
25012025-05-08T04:40:14.117Z Compiling convert_case v0.4.0
25022025-05-08T04:40:14.151Z Checking ingot-types v0.1.0
25032025-05-08T04:40:14.151Z Compiling float-ord v0.3.2
25042025-05-08T04:40:14.152Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25052025-05-08T04:40:14.152Z Compiling derive_more v0.99.20
25062025-05-08T04:40:14.152Z Compiling chrono-tz-build v0.4.0
25072025-05-08T04:40:14.152Z Checking ingot v0.1.0
25082025-05-08T04:40:14.152Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=db01858ce12db22079b5776731adbff163a50d91#db01858c)
25092025-05-08T04:40:14.153Z Compiling crucible-workspace-hack v0.1.0
25102025-05-08T04:40:14.260Z Checking linked-hash-map v0.5.6
25112025-05-08T04:40:14.392Z Compiling chrono-tz v0.10.3
25122025-05-08T04:40:14.470Z Checking lru-cache v0.1.2
25132025-05-08T04:40:14.672Z Checking resolv-conf v0.7.0
25142025-05-08T04:40:14.951Z Checking newline-converter v0.3.0
25152025-05-08T04:40:15.020Z Checking itertools v0.14.0
25162025-05-08T04:40:15.076Z Checking prettyplease v0.2.30
25172025-05-08T04:40:15.121Z Compiling slog-dtrace v0.3.0
25182025-05-08T04:40:15.479Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25192025-05-08T04:40:15.838Z Checking expectorate v1.1.0
25202025-05-08T04:40:15.972Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=db01858ce12db22079b5776731adbff163a50d91#db01858c)
25212025-05-08T04:40:16.026Z Checking hickory-resolver v0.24.4
25222025-05-08T04:40:16.323Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25232025-05-08T04:40:16.965Z Compiling zone_cfg_derive v0.3.0
25242025-05-08T04:40:17.465Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=db01858ce12db22079b5776731adbff163a50d91#db01858c)
25252025-05-08T04:40:17.507Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
25262025-05-08T04:40:17.570Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25272025-05-08T04:40:17.668Z Compiling const_format_proc_macros v0.2.34
25282025-05-08T04:40:17.843Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25292025-05-08T04:40:18.373Z Compiling num-derive v0.4.2
25302025-05-08T04:40:18.755Z Checking highway v1.3.0
25312025-05-08T04:40:18.991Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25322025-05-08T04:40:18.991Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25332025-05-08T04:40:19.174Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=db01858ce12db22079b5776731adbff163a50d91#db01858c)
25342025-05-08T04:40:19.239Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25352025-05-08T04:40:19.269Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25362025-05-08T04:40:19.357Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25372025-05-08T04:40:19.519Z Checking const_format v0.2.34
25382025-05-08T04:40:19.575Z Checking zone v0.3.1
25392025-05-08T04:40:20.027Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
25402025-05-08T04:40:20.306Z Checking qorb v0.3.1
25412025-05-08T04:40:20.571Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
25422025-05-08T04:40:20.643Z Checking gethostname v0.5.0
25432025-05-08T04:40:20.813Z Checking bcs v0.1.6
25442025-05-08T04:40:20.879Z Checking nanorand v0.7.0
25452025-05-08T04:40:21.032Z Compiling async-recursion v1.1.1
25462025-05-08T04:40:21.266Z Checking termtree v0.5.1
25472025-05-08T04:40:21.287Z Checking flume v0.11.1
25482025-05-08T04:40:21.794Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25492025-05-08T04:40:27.635Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25502025-05-08T04:40:31.065Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25512025-05-08T04:40:35.697Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25522025-05-08T04:40:35.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.65s
25532025-05-08T04:40:35.734Z
25542025-05-08T04:40:35.734Zinfo: running `cargo check --bins` on clickhouse-admin-api (56/217)
25552025-05-08T04:40:35.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25562025-05-08T04:40:35.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25572025-05-08T04:40:35.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25582025-05-08T04:40:35.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
25592025-05-08T04:40:36.025Z
25602025-05-08T04:40:36.025Zinfo: running `cargo check --bins` on clickhouse-admin-types (57/217)
25612025-05-08T04:40:36.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25622025-05-08T04:40:36.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25632025-05-08T04:40:36.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25642025-05-08T04:40:36.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
25652025-05-08T04:40:36.800Z
25662025-05-08T04:40:36.800Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (58/217)
25672025-05-08T04:40:37.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25682025-05-08T04:40:37.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25692025-05-08T04:40:37.593Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25702025-05-08T04:40:38.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
25712025-05-08T04:40:38.472Z
25722025-05-08T04:40:38.473Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/217)
25732025-05-08T04:40:39.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25742025-05-08T04:40:39.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25752025-05-08T04:40:39.273Z Compiling cfg_aliases v0.1.1
25762025-05-08T04:40:39.276Z Compiling vte_generate_state_changes v0.1.2
25772025-05-08T04:40:39.276Z Checking fd-lock v4.0.2
25782025-05-08T04:40:39.276Z Checking nibble_vec v0.1.0
25792025-05-08T04:40:39.276Z Checking endian-type v0.1.2
25802025-05-08T04:40:39.389Z Checking bytecount v0.6.8
25812025-05-08T04:40:39.422Z Compiling tabled_derive v0.7.0
25822025-05-08T04:40:39.448Z Compiling peg-macros v0.8.5
25832025-05-08T04:40:39.486Z Compiling nix v0.28.0
25842025-05-08T04:40:39.566Z Checking papergrid v0.11.0
25852025-05-08T04:40:39.585Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25862025-05-08T04:40:39.601Z Checking radix_trie v0.2.1
25872025-05-08T04:40:39.619Z Compiling sqlparser_derive v0.2.2
25882025-05-08T04:40:39.989Z Checking unicode_categories v0.1.1
25892025-05-08T04:40:40.007Z Checking vte v0.11.1
25902025-05-08T04:40:40.278Z Checking nu-ansi-term v0.50.1
25912025-05-08T04:40:40.566Z Checking home v0.5.9
25922025-05-08T04:40:40.695Z Checking sqlformat v0.3.5
25932025-05-08T04:40:40.711Z Checking sqlparser v0.45.0
25942025-05-08T04:40:40.729Z Checking display-error-chain v0.2.2
25952025-05-08T04:40:41.438Z Checking strip-ansi-escapes v0.2.0
25962025-05-08T04:40:41.593Z Checking reedline v0.38.0
25972025-05-08T04:40:41.613Z Checking tabled v0.15.0
25982025-05-08T04:40:41.865Z Checking peg v0.8.5
25992025-05-08T04:40:42.426Z Checking rustyline v14.0.0
26002025-05-08T04:40:51.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.67s
26012025-05-08T04:40:51.345Z
26022025-05-08T04:40:51.345Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/217)
26032025-05-08T04:40:52.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26042025-05-08T04:40:52.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26052025-05-08T04:40:52.152Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26062025-05-08T04:40:57.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.10s
26072025-05-08T04:40:57.647Z
26082025-05-08T04:40:57.647Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/217)
26092025-05-08T04:40:58.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26102025-05-08T04:40:58.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26112025-05-08T04:40:58.467Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26122025-05-08T04:41:02.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s
26132025-05-08T04:41:02.341Z
26142025-05-08T04:41:02.341Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/217)
26152025-05-08T04:41:03.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26162025-05-08T04:41:03.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26172025-05-08T04:41:03.159Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26182025-05-08T04:41:08.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.87s
26192025-05-08T04:41:08.416Z
26202025-05-08T04:41:08.416Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/217)
26212025-05-08T04:41:09.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222025-05-08T04:41:09.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232025-05-08T04:41:09.237Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26242025-05-08T04:41:14.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s
26252025-05-08T04:41:14.475Z
26262025-05-08T04:41:14.475Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/217)
26272025-05-08T04:41:15.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282025-05-08T04:41:15.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292025-05-08T04:41:15.292Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26302025-05-08T04:41:19.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s
26312025-05-08T04:41:19.324Z
26322025-05-08T04:41:19.324Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/217)
26332025-05-08T04:41:20.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342025-05-08T04:41:20.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352025-05-08T04:41:20.134Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26362025-05-08T04:41:24.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s
26372025-05-08T04:41:24.245Z
26382025-05-08T04:41:24.245Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/217)
26392025-05-08T04:41:24.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402025-05-08T04:41:24.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412025-05-08T04:41:25.066Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26422025-05-08T04:41:30.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s
26432025-05-08T04:41:30.599Z
26442025-05-08T04:41:30.599Zinfo: running `cargo check --bins` on oximeter (67/217)
26452025-05-08T04:41:31.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462025-05-08T04:41:31.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472025-05-08T04:41:31.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482025-05-08T04:41:31.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
26492025-05-08T04:41:31.384Z
26502025-05-08T04:41:31.384Zinfo: running `cargo check --bins` on oximeter-macro-impl (68/217)
26512025-05-08T04:41:32.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522025-05-08T04:41:32.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532025-05-08T04:41:32.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542025-05-08T04:41:32.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
26552025-05-08T04:41:32.128Z
26562025-05-08T04:41:32.128Zinfo: running `cargo check --bins` on oximeter-schema (69/217)
26572025-05-08T04:41:32.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582025-05-08T04:41:32.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592025-05-08T04:41:32.896Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26602025-05-08T04:41:34.977Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26612025-05-08T04:41:35.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
26622025-05-08T04:41:36.173Z
26632025-05-08T04:41:36.173Zinfo: running `cargo check --bins` on oximeter-types (70/217)
26642025-05-08T04:41:36.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652025-05-08T04:41:36.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662025-05-08T04:41:36.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672025-05-08T04:41:36.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
26682025-05-08T04:41:36.959Z
26692025-05-08T04:41:36.960Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (71/217)
26702025-05-08T04:41:37.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712025-05-08T04:41:37.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722025-05-08T04:41:37.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732025-05-08T04:41:37.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
26742025-05-08T04:41:37.740Z
26752025-05-08T04:41:37.740Zinfo: running `cargo check --bins` on oxql-types (72/217)
26762025-05-08T04:41:38.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772025-05-08T04:41:38.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782025-05-08T04:41:38.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26792025-05-08T04:41:38.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
26802025-05-08T04:41:38.510Z
26812025-05-08T04:41:38.510Zinfo: running `cargo check --bins` on oximeter-test-utils (73/217)
26822025-05-08T04:41:39.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832025-05-08T04:41:39.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842025-05-08T04:41:39.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26852025-05-08T04:41:39.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
26862025-05-08T04:41:39.313Z
26872025-05-08T04:41:39.313Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (74/217)
26882025-05-08T04:41:39.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26892025-05-08T04:41:39.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26902025-05-08T04:41:39.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26912025-05-08T04:41:40.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
26922025-05-08T04:41:40.088Z
26932025-05-08T04:41:40.088Zinfo: running `cargo check --bins` on bootstrap-agent-client (75/217)
26942025-05-08T04:41:40.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26952025-05-08T04:41:40.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26962025-05-08T04:41:40.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26972025-05-08T04:41:40.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
26982025-05-08T04:41:40.870Z
26992025-05-08T04:41:40.871Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (76/217)
27002025-05-08T04:41:41.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27012025-05-08T04:41:41.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27022025-05-08T04:41:41.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27032025-05-08T04:41:41.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27042025-05-08T04:41:41.634Z
27052025-05-08T04:41:41.634Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (77/217)
27062025-05-08T04:41:42.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27072025-05-08T04:41:42.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27082025-05-08T04:41:42.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27092025-05-08T04:41:42.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27102025-05-08T04:41:42.406Z
27112025-05-08T04:41:42.406Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (78/217)
27122025-05-08T04:41:43.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27132025-05-08T04:41:43.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27142025-05-08T04:41:43.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27152025-05-08T04:41:43.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27162025-05-08T04:41:43.181Z
27172025-05-08T04:41:43.181Zinfo: running `cargo check --bins` on cockroach-admin-client (79/217)
27182025-05-08T04:41:43.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27192025-05-08T04:41:43.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27202025-05-08T04:41:43.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27212025-05-08T04:41:43.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
27222025-05-08T04:41:43.926Z
27232025-05-08T04:41:43.927Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (80/217)
27242025-05-08T04:41:44.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27252025-05-08T04:41:44.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27262025-05-08T04:41:44.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27272025-05-08T04:41:44.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27282025-05-08T04:41:44.710Z
27292025-05-08T04:41:44.710Zinfo: running `cargo check --bins` on dns-service-client (81/217)
27302025-05-08T04:41:45.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27312025-05-08T04:41:45.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27322025-05-08T04:41:45.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27332025-05-08T04:41:45.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27342025-05-08T04:41:45.485Z
27352025-05-08T04:41:45.485Zinfo: running `cargo check --bins` on internal-dns-types (82/217)
27362025-05-08T04:41:46.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27372025-05-08T04:41:46.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27382025-05-08T04:41:46.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27392025-05-08T04:41:46.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27402025-05-08T04:41:46.257Z
27412025-05-08T04:41:46.257Zinfo: running `cargo check --bins` on ereport-client (83/217)
27422025-05-08T04:41:46.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27432025-05-08T04:41:46.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27442025-05-08T04:41:46.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27452025-05-08T04:41:46.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
27462025-05-08T04:41:46.998Z
27472025-05-08T04:41:46.998Zinfo: running `cargo check --bins` on ereport-types (84/217)
27482025-05-08T04:41:47.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27492025-05-08T04:41:47.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27502025-05-08T04:41:47.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27512025-05-08T04:41:47.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
27522025-05-08T04:41:47.735Z
27532025-05-08T04:41:47.735Zinfo: running `cargo check --bins` on gateway-client (85/217)
27542025-05-08T04:41:48.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27552025-05-08T04:41:48.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27562025-05-08T04:41:48.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27572025-05-08T04:41:48.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
27582025-05-08T04:41:48.476Z
27592025-05-08T04:41:48.476Zinfo: running `cargo check --bins` on installinator-client (86/217)
27602025-05-08T04:41:49.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27612025-05-08T04:41:49.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27622025-05-08T04:41:49.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27632025-05-08T04:41:49.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
27642025-05-08T04:41:49.264Z
27652025-05-08T04:41:49.264Zinfo: running `cargo check --bins` on installinator-common (87/217)
27662025-05-08T04:41:49.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27672025-05-08T04:41:49.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27682025-05-08T04:41:49.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27692025-05-08T04:41:49.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
27702025-05-08T04:41:50.045Z
27712025-05-08T04:41:50.045Zinfo: running `cargo check --bins` on update-engine (88/217)
27722025-05-08T04:41:50.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27732025-05-08T04:41:50.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27742025-05-08T04:41:50.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27752025-05-08T04:41:50.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27762025-05-08T04:41:50.803Z
27772025-05-08T04:41:50.803Zinfo: running `cargo check --bins` on nexus-client (89/217)
27782025-05-08T04:41:51.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792025-05-08T04:41:51.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802025-05-08T04:41:51.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27812025-05-08T04:41:51.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27822025-05-08T04:41:51.619Z
27832025-05-08T04:41:51.619Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (90/217)
27842025-05-08T04:41:52.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27852025-05-08T04:41:52.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27862025-05-08T04:41:52.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27872025-05-08T04:41:52.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
27882025-05-08T04:41:52.396Z
27892025-05-08T04:41:52.396Zinfo: running `cargo check --bins` on omicron-passwords (91/217)
27902025-05-08T04:41:53.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912025-05-08T04:41:53.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922025-05-08T04:41:53.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27932025-05-08T04:41:53.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27942025-05-08T04:41:53.147Z
27952025-05-08T04:41:53.147Zinfo: running `cargo check --bins` on nexus-types (92/217)
27962025-05-08T04:41:53.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972025-05-08T04:41:53.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982025-05-08T04:41:53.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27992025-05-08T04:41:53.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28002025-05-08T04:41:53.970Z
28012025-05-08T04:41:53.970Zinfo: running `cargo check --bins` on oxide-client (93/217)
28022025-05-08T04:41:54.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28032025-05-08T04:41:54.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28042025-05-08T04:41:54.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28052025-05-08T04:41:54.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
28062025-05-08T04:41:54.696Z
28072025-05-08T04:41:54.696Zinfo: running `cargo check --bins` on oximeter-client (94/217)
28082025-05-08T04:41:55.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28092025-05-08T04:41:55.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28102025-05-08T04:41:55.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28112025-05-08T04:41:55.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28122025-05-08T04:41:55.480Z
28132025-05-08T04:41:55.480Zinfo: running `cargo check --bins` on repo-depot-client (95/217)
28142025-05-08T04:41:56.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28152025-05-08T04:41:56.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28162025-05-08T04:41:56.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28172025-05-08T04:41:56.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28182025-05-08T04:41:56.230Z
28192025-05-08T04:41:56.230Zinfo: running `cargo check --bins` on sled-agent-client (96/217)
28202025-05-08T04:41:56.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212025-05-08T04:41:56.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222025-05-08T04:41:56.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28232025-05-08T04:41:56.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28242025-05-08T04:41:57.020Z
28252025-05-08T04:41:57.020Zinfo: running `cargo check --bins` on sled-agent-types (97/217)
28262025-05-08T04:41:57.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272025-05-08T04:41:57.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282025-05-08T04:41:57.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28292025-05-08T04:41:57.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28302025-05-08T04:41:57.823Z
28312025-05-08T04:41:57.823Zinfo: running `cargo check --bins` on wicketd-client (98/217)
28322025-05-08T04:41:58.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332025-05-08T04:41:58.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342025-05-08T04:41:58.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28352025-05-08T04:41:58.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28362025-05-08T04:41:58.630Z
28372025-05-08T04:41:58.630Zinfo: running `cargo check --bins` on wicket-common (99/217)
28382025-05-08T04:41:59.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392025-05-08T04:41:59.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402025-05-08T04:41:59.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28412025-05-08T04:41:59.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28422025-05-08T04:41:59.432Z
28432025-05-08T04:41:59.432Zinfo: running `cargo check --bins` on omicron-cockroach-admin (100/217)
28442025-05-08T04:42:00.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452025-05-08T04:42:00.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462025-05-08T04:42:00.248Z Checking csv-core v0.1.11
28472025-05-08T04:42:00.248Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28482025-05-08T04:42:00.251Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28492025-05-08T04:42:00.251Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28502025-05-08T04:42:00.552Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28512025-05-08T04:42:00.567Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28522025-05-08T04:42:00.594Z Checking csv v1.3.1
28532025-05-08T04:42:01.164Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28542025-05-08T04:42:01.557Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28552025-05-08T04:42:03.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
28562025-05-08T04:42:03.621Z
28572025-05-08T04:42:03.621Zinfo: running `cargo check --bins` on cockroach-admin-api (101/217)
28582025-05-08T04:42:04.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592025-05-08T04:42:04.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602025-05-08T04:42:04.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28612025-05-08T04:42:04.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28622025-05-08T04:42:04.408Z
28632025-05-08T04:42:04.408Zinfo: running `cargo check --bins` on cockroach-admin-types (102/217)
28642025-05-08T04:42:05.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652025-05-08T04:42:05.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662025-05-08T04:42:05.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672025-05-08T04:42:05.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28682025-05-08T04:42:05.185Z
28692025-05-08T04:42:05.185Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (103/217)
28702025-05-08T04:42:05.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712025-05-08T04:42:05.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722025-05-08T04:42:05.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732025-05-08T04:42:05.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
28742025-05-08T04:42:06.130Z
28752025-05-08T04:42:06.130Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (104/217)
28762025-05-08T04:42:06.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772025-05-08T04:42:06.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782025-05-08T04:42:06.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28792025-05-08T04:42:06.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
28802025-05-08T04:42:06.969Z
28812025-05-08T04:42:06.969Zinfo: running `cargo check --bins` on dns-server (105/217)
28822025-05-08T04:42:07.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832025-05-08T04:42:07.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842025-05-08T04:42:07.747Z Compiling parking_lot_core v0.8.6
28852025-05-08T04:42:07.750Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
28862025-05-08T04:42:07.750Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28872025-05-08T04:42:07.750Z Checking fxhash v0.2.1
28882025-05-08T04:42:07.750Z Checking hickory-client v0.24.4
28892025-05-08T04:42:07.750Z Checking hickory-server v0.24.4
28902025-05-08T04:42:08.483Z Checking parking_lot v0.11.2
28912025-05-08T04:42:08.578Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28922025-05-08T04:42:08.578Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28932025-05-08T04:42:08.727Z Checking sled v0.34.7
28942025-05-08T04:42:11.072Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28952025-05-08T04:42:11.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s
28962025-05-08T04:42:11.974Z
28972025-05-08T04:42:11.974Zinfo: running `cargo check --bins` on dns-server-api (106/217)
28982025-05-08T04:42:12.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992025-05-08T04:42:12.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002025-05-08T04:42:12.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012025-05-08T04:42:12.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29022025-05-08T04:42:12.744Z
29032025-05-08T04:42:12.744Zinfo: running `cargo check --bins` on openapi-manager-types (107/217)
29042025-05-08T04:42:13.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052025-05-08T04:42:13.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062025-05-08T04:42:13.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072025-05-08T04:42:13.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29082025-05-08T04:42:13.494Z
29092025-05-08T04:42:13.494Zinfo: running `cargo check --bins` on gateway-test-utils (108/217)
29102025-05-08T04:42:14.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112025-05-08T04:42:14.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122025-05-08T04:42:14.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132025-05-08T04:42:14.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
29142025-05-08T04:42:14.335Z
29152025-05-08T04:42:14.335Zinfo: running `cargo check --bins` on gateway-types (109/217)
29162025-05-08T04:42:15.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172025-05-08T04:42:15.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182025-05-08T04:42:15.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192025-05-08T04:42:15.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29202025-05-08T04:42:15.118Z
29212025-05-08T04:42:15.118Zinfo: running `cargo check --bins` on ipcc (110/217)
29222025-05-08T04:42:15.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232025-05-08T04:42:15.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242025-05-08T04:42:15.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252025-05-08T04:42:15.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29262025-05-08T04:42:15.897Z
29272025-05-08T04:42:15.897Zinfo: running `cargo check --bins` on omicron-gateway (111/217)
29282025-05-08T04:42:16.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292025-05-08T04:42:16.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302025-05-08T04:42:16.743Z Compiling semver v0.1.20
29312025-05-08T04:42:16.743Z Compiling radium v0.7.0
29322025-05-08T04:42:16.874Z Compiling maybe-uninit v2.0.0
29332025-05-08T04:42:16.877Z Checking tap v1.0.1
29342025-05-08T04:42:16.894Z Checking password-hash v0.5.0
29352025-05-08T04:42:16.898Z Checking blake2 v0.10.6
29362025-05-08T04:42:16.898Z Compiling cancel-safe-futures v0.1.5
29372025-05-08T04:42:16.898Z Checking crc-catalog v2.4.0
29382025-05-08T04:42:17.025Z Checking wyz v0.5.1
29392025-05-08T04:42:17.129Z Compiling packed_struct v0.10.1
29402025-05-08T04:42:17.309Z Compiling rustc_version v0.1.7
29412025-05-08T04:42:17.350Z Compiling owo-colors v4.2.0
29422025-05-08T04:42:17.366Z Checking funty v2.0.0
29432025-05-08T04:42:17.414Z Checking argon2 v0.5.3
29442025-05-08T04:42:17.463Z Checking crc v3.2.1
29452025-05-08T04:42:17.578Z Compiling packed_struct_codegen v0.10.1
29462025-05-08T04:42:17.605Z Checking libsw-core v0.3.1
29472025-05-08T04:42:17.701Z Compiling newtype_derive v0.1.6
29482025-05-08T04:42:17.745Z Compiling indexmap v1.9.3
29492025-05-08T04:42:17.852Z Checking half v2.4.1
29502025-05-08T04:42:17.883Z Checking nodrop v0.1.14
29512025-05-08T04:42:18.012Z Checking fixedbitset v0.5.7
29522025-05-08T04:42:18.032Z Checking ciborium-io v0.2.2
29532025-05-08T04:42:18.073Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
29542025-05-08T04:42:18.119Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29552025-05-08T04:42:18.188Z Checking bitvec v1.0.1
29562025-05-08T04:42:18.247Z Checking array-init v0.0.4
29572025-05-08T04:42:18.317Z Checking ciborium-ll v0.2.2
29582025-05-08T04:42:18.379Z Checking petgraph v0.7.1
29592025-05-08T04:42:18.444Z Checking libsw v3.4.0
29602025-05-08T04:42:18.467Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29612025-05-08T04:42:18.620Z Checking smallvec v0.6.14
29622025-05-08T04:42:18.994Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29632025-05-08T04:42:19.115Z Checking indent_write v2.2.0
29642025-05-08T04:42:19.132Z Checking swrite v0.1.0
29652025-05-08T04:42:19.168Z Checking linear-map v1.2.0
29662025-05-08T04:42:19.262Z Checking bitfield v0.14.0
29672025-05-08T04:42:19.325Z Checking hashbrown v0.12.3
29682025-05-08T04:42:19.510Z Checking termcolor v1.4.1
29692025-05-08T04:42:19.566Z Checking ron v0.8.1
29702025-05-08T04:42:19.753Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29712025-05-08T04:42:19.946Z Checking env_logger v0.10.2
29722025-05-08T04:42:19.976Z Checking serde-hex v0.1.0
29732025-05-08T04:42:20.087Z Checking ciborium v0.2.2
29742025-05-08T04:42:20.617Z Checking steno v0.4.1
29752025-05-08T04:42:20.782Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29762025-05-08T04:42:20.922Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29772025-05-08T04:42:21.060Z Checking hashbrown v0.13.2
29782025-05-08T04:42:21.118Z Checking humantime v2.1.0
29792025-05-08T04:42:21.401Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29802025-05-08T04:42:21.418Z Checking crc-any v2.5.0
29812025-05-08T04:42:21.472Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29822025-05-08T04:42:21.794Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29832025-05-08T04:42:21.863Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68)
29842025-05-08T04:42:21.990Z Checking object v0.30.4
29852025-05-08T04:42:22.089Z Checking path-slash v0.1.5
29862025-05-08T04:42:22.195Z Checking void v1.0.2
29872025-05-08T04:42:22.321Z Checking tungstenite v0.23.0
29882025-05-08T04:42:22.366Z Checking lzss v0.8.2
29892025-05-08T04:42:22.734Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29902025-05-08T04:42:22.868Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29912025-05-08T04:42:23.233Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29922025-05-08T04:42:23.461Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
29932025-05-08T04:42:23.494Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29942025-05-08T04:42:23.710Z Checking nix v0.27.1
29952025-05-08T04:42:23.846Z Checking kstat-rs v0.2.4
29962025-05-08T04:42:23.929Z Checking ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api)
29972025-05-08T04:42:24.221Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29982025-05-08T04:42:24.303Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
29992025-05-08T04:42:24.353Z Checking tokio-tungstenite v0.23.1
30002025-05-08T04:42:24.489Z Checking signal-hook-tokio v0.3.1
30012025-05-08T04:42:25.297Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30022025-05-08T04:42:25.489Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
30032025-05-08T04:42:31.951Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
30042025-05-08T04:42:33.339Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
30052025-05-08T04:42:37.527Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30062025-05-08T04:42:43.658Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30072025-05-08T04:42:44.330Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30082025-05-08T04:42:47.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.17s
30092025-05-08T04:42:47.298Z
30102025-05-08T04:42:47.299Zinfo: running `cargo check --bins` on ereport-api (112/217)
30112025-05-08T04:42:47.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122025-05-08T04:42:47.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132025-05-08T04:42:47.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30142025-05-08T04:42:47.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
30152025-05-08T04:42:48.056Z
30162025-05-08T04:42:48.056Zinfo: running `cargo check --bins` on gateway-api (113/217)
30172025-05-08T04:42:48.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182025-05-08T04:42:48.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192025-05-08T04:42:48.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30202025-05-08T04:42:48.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
30212025-05-08T04:42:48.823Z
30222025-05-08T04:42:48.823Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (114/217)
30232025-05-08T04:42:49.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242025-05-08T04:42:49.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252025-05-08T04:42:49.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30262025-05-08T04:42:49.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
30272025-05-08T04:42:49.573Z
30282025-05-08T04:42:49.574Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (115/217)
30292025-05-08T04:42:50.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302025-05-08T04:42:50.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312025-05-08T04:42:50.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322025-05-08T04:42:50.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30332025-05-08T04:42:50.363Z
30342025-05-08T04:42:50.363Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (116/217)
30352025-05-08T04:42:51.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362025-05-08T04:42:51.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372025-05-08T04:42:51.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382025-05-08T04:42:51.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
30392025-05-08T04:42:51.121Z
30402025-05-08T04:42:51.121Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (117/217)
30412025-05-08T04:42:51.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422025-05-08T04:42:51.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432025-05-08T04:42:51.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442025-05-08T04:42:51.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30452025-05-08T04:42:51.892Z
30462025-05-08T04:42:51.892Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (118/217)
30472025-05-08T04:42:52.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482025-05-08T04:42:52.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492025-05-08T04:42:52.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502025-05-08T04:42:52.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30512025-05-08T04:42:52.667Z
30522025-05-08T04:42:52.667Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (119/217)
30532025-05-08T04:42:53.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542025-05-08T04:42:53.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552025-05-08T04:42:53.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562025-05-08T04:42:53.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30572025-05-08T04:42:53.443Z
30582025-05-08T04:42:53.443Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (120/217)
30592025-05-08T04:42:54.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602025-05-08T04:42:54.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612025-05-08T04:42:54.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622025-05-08T04:42:54.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30632025-05-08T04:42:54.218Z
30642025-05-08T04:42:54.218Zinfo: running `cargo check --bins` on oximeter-producer (121/217)
30652025-05-08T04:42:54.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662025-05-08T04:42:54.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672025-05-08T04:42:54.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682025-05-08T04:42:54.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30692025-05-08T04:42:55.027Z
30702025-05-08T04:42:55.027Zinfo: running `cargo check --bins` on internal-dns-resolver (122/217)
30712025-05-08T04:42:55.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722025-05-08T04:42:55.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732025-05-08T04:42:55.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742025-05-08T04:42:55.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
30752025-05-08T04:42:55.795Z
30762025-05-08T04:42:55.795Zinfo: running `cargo check --bins` on sp-sim (123/217)
30772025-05-08T04:42:56.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782025-05-08T04:42:56.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792025-05-08T04:42:56.571Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30802025-05-08T04:42:56.571Z Checking keccak v0.1.5
30812025-05-08T04:42:56.895Z Checking sha3 v0.10.8
30822025-05-08T04:42:56.916Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30832025-05-08T04:42:58.732Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30842025-05-08T04:43:00.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s
30852025-05-08T04:43:00.504Z
30862025-05-08T04:43:00.504Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (124/217)
30872025-05-08T04:43:01.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882025-05-08T04:43:01.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892025-05-08T04:43:01.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902025-05-08T04:43:01.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30912025-05-08T04:43:01.333Z
30922025-05-08T04:43:01.333Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (125/217)
30932025-05-08T04:43:02.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942025-05-08T04:43:02.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952025-05-08T04:43:02.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962025-05-08T04:43:02.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
30972025-05-08T04:43:02.175Z
30982025-05-08T04:43:02.175Zinfo: running `cargo check --bins` on db-macros (126/217)
30992025-05-08T04:43:02.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002025-05-08T04:43:02.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012025-05-08T04:43:02.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022025-05-08T04:43:02.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
31032025-05-08T04:43:02.914Z
31042025-05-08T04:43:02.914Zinfo: running `cargo check --bins` on nexus-macros-common (127/217)
31052025-05-08T04:43:03.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062025-05-08T04:43:03.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072025-05-08T04:43:03.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082025-05-08T04:43:03.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
31092025-05-08T04:43:03.647Z
31102025-05-08T04:43:03.647Zinfo: running `cargo check --bins` on nexus-auth (128/217)
31112025-05-08T04:43:04.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122025-05-08T04:43:04.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132025-05-08T04:43:04.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142025-05-08T04:43:04.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31152025-05-08T04:43:04.470Z
31162025-05-08T04:43:04.470Zinfo: running `cargo check --bins` on authz-macros (129/217)
31172025-05-08T04:43:05.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182025-05-08T04:43:05.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192025-05-08T04:43:05.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202025-05-08T04:43:05.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31212025-05-08T04:43:05.220Z
31222025-05-08T04:43:05.220Zinfo: running `cargo check --bins` on nexus-db-fixed-data (130/217)
31232025-05-08T04:43:05.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242025-05-08T04:43:05.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252025-05-08T04:43:05.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262025-05-08T04:43:05.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31272025-05-08T04:43:06.037Z
31282025-05-08T04:43:06.037Zinfo: running `cargo check --bins` on nexus-db-model (131/217)
31292025-05-08T04:43:06.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302025-05-08T04:43:06.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312025-05-08T04:43:06.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322025-05-08T04:43:06.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31332025-05-08T04:43:06.862Z
31342025-05-08T04:43:06.862Zinfo: running `cargo check --bins` on nexus-db-schema (132/217)
31352025-05-08T04:43:07.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362025-05-08T04:43:07.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372025-05-08T04:43:07.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382025-05-08T04:43:07.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31392025-05-08T04:43:07.613Z
31402025-05-08T04:43:07.615Zinfo: running `cargo check --bins` on nexus-defaults (133/217)
31412025-05-08T04:43:08.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422025-05-08T04:43:08.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432025-05-08T04:43:08.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442025-05-08T04:43:08.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31452025-05-08T04:43:08.395Z
31462025-05-08T04:43:08.395Zinfo: running `cargo check --bins` on nexus-db-errors (134/217)
31472025-05-08T04:43:09.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482025-05-08T04:43:09.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492025-05-08T04:43:09.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502025-05-08T04:43:09.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31512025-05-08T04:43:09.232Z
31522025-05-08T04:43:09.232Zinfo: running `cargo check --bins` on nexus-db-lookup (135/217)
31532025-05-08T04:43:09.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542025-05-08T04:43:09.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552025-05-08T04:43:09.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562025-05-08T04:43:09.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31572025-05-08T04:43:10.068Z
31582025-05-08T04:43:10.068Zinfo: running `cargo check --bins` on nexus-inventory (136/217)
31592025-05-08T04:43:10.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602025-05-08T04:43:10.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612025-05-08T04:43:10.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622025-05-08T04:43:10.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31632025-05-08T04:43:10.884Z
31642025-05-08T04:43:10.884Zinfo: running `cargo check --bins` on typed-rng (137/217)
31652025-05-08T04:43:11.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662025-05-08T04:43:11.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672025-05-08T04:43:11.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682025-05-08T04:43:11.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
31692025-05-08T04:43:11.620Z
31702025-05-08T04:43:11.620Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (138/217)
31712025-05-08T04:43:12.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722025-05-08T04:43:12.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732025-05-08T04:43:12.506Z Checking secrecy v0.10.3
31742025-05-08T04:43:12.509Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
31752025-05-08T04:43:12.509Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31762025-05-08T04:43:12.509Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
31772025-05-08T04:43:12.509Z Compiling thiserror-impl-no-std v2.0.2
31782025-05-08T04:43:12.509Z Checking universal-hash v0.5.1
31792025-05-08T04:43:12.651Z Checking opaque-debug v0.3.1
31802025-05-08T04:43:12.682Z Checking chacha20 v0.9.1
31812025-05-08T04:43:12.774Z Checking aead v0.5.2
31822025-05-08T04:43:12.814Z Compiling unicase v2.7.0
31832025-05-08T04:43:12.871Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31842025-05-08T04:43:12.958Z Checking poly1305 v0.8.0
31852025-05-08T04:43:13.021Z Compiling libefi-sys v0.1.0
31862025-05-08T04:43:13.053Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
31872025-05-08T04:43:13.082Z Compiling bitfield-struct v0.6.2
31882025-05-08T04:43:13.180Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
31892025-05-08T04:43:13.250Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31902025-05-08T04:43:13.362Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31912025-05-08T04:43:13.451Z Checking chacha20poly1305 v0.10.1
31922025-05-08T04:43:13.613Z Compiling proc-macro-error-attr2 v2.0.0
31932025-05-08T04:43:13.657Z Compiling salty v0.3.0
31942025-05-08T04:43:13.673Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31952025-05-08T04:43:13.752Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31962025-05-08T04:43:14.114Z Compiling num-derive v0.3.3
31972025-05-08T04:43:14.384Z Compiling xshell-macros v0.2.7
31982025-05-08T04:43:14.407Z Compiling proc-macro-error2 v2.0.1
31992025-05-08T04:43:14.423Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32002025-05-08T04:43:14.993Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32012025-05-08T04:43:15.013Z Compiling tabled_derive v0.10.0
32022025-05-08T04:43:15.159Z Checking xshell v0.2.7
32032025-05-08T04:43:15.311Z Checking thiserror-no-std v2.0.2
32042025-05-08T04:43:15.451Z Checking vsss-rs v3.3.4
32052025-05-08T04:43:15.472Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32062025-05-08T04:43:15.503Z Checking papergrid v0.14.0
32072025-05-08T04:43:15.876Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
32082025-05-08T04:43:16.396Z Checking libscf-sys v1.1.0
32092025-05-08T04:43:16.631Z Compiling mime_guess v2.0.5
32102025-05-08T04:43:16.986Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
32112025-05-08T04:43:17.583Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32122025-05-08T04:43:17.666Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
32132025-05-08T04:43:17.817Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
32142025-05-08T04:43:18.201Z Checking primeorder v0.13.6
32152025-05-08T04:43:18.458Z Checking env_filter v0.1.2
32162025-05-08T04:43:18.700Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
32172025-05-08T04:43:18.737Z Checking glob v0.3.2
32182025-05-08T04:43:18.742Z Checking env_logger v0.11.5
32192025-05-08T04:43:19.085Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32202025-05-08T04:43:19.110Z Checking p384 v0.13.0
32212025-05-08T04:43:19.175Z Checking tabled v0.18.0
32222025-05-08T04:43:19.560Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
32232025-05-08T04:43:19.651Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
32242025-05-08T04:43:19.824Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
32252025-05-08T04:43:20.246Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32262025-05-08T04:43:20.265Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
32272025-05-08T04:43:20.322Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
32282025-05-08T04:43:20.493Z Checking http-range v0.1.5
32292025-05-08T04:43:20.717Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
32302025-05-08T04:43:21.034Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32312025-05-08T04:43:21.140Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32322025-05-08T04:43:21.187Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32332025-05-08T04:43:21.403Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
32342025-05-08T04:43:21.458Z Checking secrecy v0.8.0
32352025-05-08T04:43:21.478Z Checking atty v0.2.14
32362025-05-08T04:43:21.627Z Checking crc8 v0.1.1
32372025-05-08T04:43:21.723Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=060a204d91e401a368c700a09d24510b7cd2b0e4#060a204d)
32382025-05-08T04:43:21.783Z Checking hyper-staticfile v0.10.1
32392025-05-08T04:43:21.897Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32402025-05-08T04:43:22.304Z Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
32412025-05-08T04:43:22.357Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
32422025-05-08T04:43:22.568Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32432025-05-08T04:43:22.750Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32442025-05-08T04:43:22.823Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32452025-05-08T04:43:23.164Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32462025-05-08T04:43:23.185Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32472025-05-08T04:43:23.206Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
32482025-05-08T04:43:23.761Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32492025-05-08T04:43:23.971Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32502025-05-08T04:43:24.209Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32512025-05-08T04:43:24.624Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32522025-05-08T04:43:24.624Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32532025-05-08T04:43:24.664Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32542025-05-08T04:43:25.282Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
32552025-05-08T04:43:25.739Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
32562025-05-08T04:43:26.052Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32572025-05-08T04:43:27.150Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
32582025-05-08T04:43:33.678Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32592025-05-08T04:43:47.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.75s
32602025-05-08T04:43:47.593Z
32612025-05-08T04:43:47.593Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (139/217)
32622025-05-08T04:43:48.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32632025-05-08T04:43:48.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32642025-05-08T04:43:48.483Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32652025-05-08T04:44:02.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.68s
32662025-05-08T04:44:02.505Z
32672025-05-08T04:44:02.505Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (140/217)
32682025-05-08T04:44:03.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32692025-05-08T04:44:03.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32702025-05-08T04:44:03.395Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32712025-05-08T04:44:17.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.72s
32722025-05-08T04:44:17.440Z
32732025-05-08T04:44:17.440Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (141/217)
32742025-05-08T04:44:18.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32752025-05-08T04:44:18.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32762025-05-08T04:44:18.333Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32772025-05-08T04:44:32.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.65s
32782025-05-08T04:44:32.310Z
32792025-05-08T04:44:32.310Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (142/217)
32802025-05-08T04:44:33.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32812025-05-08T04:44:33.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32822025-05-08T04:44:33.201Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32832025-05-08T04:44:47.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.70s
32842025-05-08T04:44:47.248Z
32852025-05-08T04:44:47.248Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (143/217)
32862025-05-08T04:44:47.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32872025-05-08T04:44:47.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32882025-05-08T04:44:48.139Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32892025-05-08T04:45:02.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.84s
32902025-05-08T04:45:02.305Z
32912025-05-08T04:45:02.305Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (144/217)
32922025-05-08T04:45:03.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32932025-05-08T04:45:03.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32942025-05-08T04:45:03.187Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32952025-05-08T04:45:17.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.81s
32962025-05-08T04:45:17.350Z
32972025-05-08T04:45:17.350Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (145/217)
32982025-05-08T04:45:18.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32992025-05-08T04:45:18.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33002025-05-08T04:45:18.240Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33012025-05-08T04:45:32.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.77s
33022025-05-08T04:45:32.329Z
33032025-05-08T04:45:32.329Zinfo: running `cargo check --bins` on bootstrap-agent-api (146/217)
33042025-05-08T04:45:33.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33052025-05-08T04:45:33.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33062025-05-08T04:45:33.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33072025-05-08T04:45:33.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
33082025-05-08T04:45:33.140Z
33092025-05-08T04:45:33.140Zinfo: running `cargo check --bins` on key-manager (147/217)
33102025-05-08T04:45:33.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33112025-05-08T04:45:33.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33122025-05-08T04:45:33.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33132025-05-08T04:45:33.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33142025-05-08T04:45:33.912Z
33152025-05-08T04:45:33.912Zinfo: running `cargo check --bins` on range-requests (148/217)
33162025-05-08T04:45:34.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172025-05-08T04:45:34.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182025-05-08T04:45:34.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33192025-05-08T04:45:34.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
33202025-05-08T04:45:34.673Z
33212025-05-08T04:45:34.673Zinfo: running `cargo check --bins` on repo-depot-api (149/217)
33222025-05-08T04:45:35.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232025-05-08T04:45:35.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242025-05-08T04:45:35.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33252025-05-08T04:45:35.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33262025-05-08T04:45:35.436Z
33272025-05-08T04:45:35.436Zinfo: running `cargo check --bins` on sled-agent-api (150/217)
33282025-05-08T04:45:36.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292025-05-08T04:45:36.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302025-05-08T04:45:36.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312025-05-08T04:45:36.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
33322025-05-08T04:45:36.250Z
33332025-05-08T04:45:36.250Zinfo: running `cargo check --bins` on sled-diagnostics (151/217)
33342025-05-08T04:45:36.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352025-05-08T04:45:36.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362025-05-08T04:45:36.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372025-05-08T04:45:36.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
33382025-05-08T04:45:37.045Z
33392025-05-08T04:45:37.045Zinfo: running `cargo check --bins --no-default-features` on sled-storage (152/217)
33402025-05-08T04:45:37.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412025-05-08T04:45:37.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422025-05-08T04:45:37.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432025-05-08T04:45:37.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33442025-05-08T04:45:37.845Z
33452025-05-08T04:45:37.845Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (153/217)
33462025-05-08T04:45:38.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472025-05-08T04:45:38.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482025-05-08T04:45:38.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492025-05-08T04:45:38.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33502025-05-08T04:45:38.642Z
33512025-05-08T04:45:38.642Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (154/217)
33522025-05-08T04:45:39.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532025-05-08T04:45:39.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542025-05-08T04:45:39.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552025-05-08T04:45:39.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33562025-05-08T04:45:39.439Z
33572025-05-08T04:45:39.439Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (155/217)
33582025-05-08T04:45:40.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592025-05-08T04:45:40.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602025-05-08T04:45:40.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612025-05-08T04:45:40.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33622025-05-08T04:45:40.245Z
33632025-05-08T04:45:40.245Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (156/217)
33642025-05-08T04:45:40.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652025-05-08T04:45:40.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662025-05-08T04:45:40.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672025-05-08T04:45:40.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
33682025-05-08T04:45:41.072Z
33692025-05-08T04:45:41.072Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (157/217)
33702025-05-08T04:45:41.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712025-05-08T04:45:41.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722025-05-08T04:45:41.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732025-05-08T04:45:41.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
33742025-05-08T04:45:41.990Z
33752025-05-08T04:45:41.990Zinfo: running `cargo check --bins` on sled-agent-zone-images (158/217)
33762025-05-08T04:45:42.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772025-05-08T04:45:42.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782025-05-08T04:45:42.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792025-05-08T04:45:42.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33802025-05-08T04:45:42.686Z
33812025-05-08T04:45:42.686Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (159/217)
33822025-05-08T04:45:43.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832025-05-08T04:45:43.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842025-05-08T04:45:43.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852025-05-08T04:45:43.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33862025-05-08T04:45:43.485Z
33872025-05-08T04:45:43.485Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (160/217)
33882025-05-08T04:45:44.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892025-05-08T04:45:44.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902025-05-08T04:45:44.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912025-05-08T04:45:44.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
33922025-05-08T04:45:44.306Z
33932025-05-08T04:45:44.306Zinfo: running `cargo check --bins` on nexus-test-interface (161/217)
33942025-05-08T04:45:45.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952025-05-08T04:45:45.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962025-05-08T04:45:45.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972025-05-08T04:45:45.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33982025-05-08T04:45:45.111Z
33992025-05-08T04:45:45.111Zinfo: running `cargo check --bins` on oximeter-collector (162/217)
34002025-05-08T04:45:45.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012025-05-08T04:45:45.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022025-05-08T04:45:45.944Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34032025-05-08T04:45:45.944Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34042025-05-08T04:45:46.846Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34052025-05-08T04:45:48.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.77s
34062025-05-08T04:45:49.111Z
34072025-05-08T04:45:49.111Zinfo: running `cargo check --bins` on oximeter-api (163/217)
34082025-05-08T04:45:49.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092025-05-08T04:45:49.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102025-05-08T04:45:49.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112025-05-08T04:45:49.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34122025-05-08T04:45:49.897Z
34132025-05-08T04:45:49.897Zinfo: running `cargo check --bins` on cert-dev (164/217)
34142025-05-08T04:45:50.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152025-05-08T04:45:50.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162025-05-08T04:45:50.653Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34172025-05-08T04:45:50.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
34182025-05-08T04:45:51.155Z
34192025-05-08T04:45:51.155Zinfo: running `cargo check --bins` on clickana (165/217)
34202025-05-08T04:45:51.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212025-05-08T04:45:51.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222025-05-08T04:45:51.944Z Checking itertools v0.13.0
34232025-05-08T04:45:51.944Z Checking castaway v0.2.3
34242025-05-08T04:45:51.947Z Checking lru v0.12.5
34252025-05-08T04:45:51.947Z Compiling instability v0.3.2
34262025-05-08T04:45:51.947Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34272025-05-08T04:45:51.947Z Compiling indoc v2.0.6
34282025-05-08T04:45:51.947Z Checking cassowary v0.3.0
34292025-05-08T04:45:52.252Z Checking compact_str v0.8.0
34302025-05-08T04:45:53.776Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34312025-05-08T04:45:53.828Z Checking unicode-truncate v1.1.0
34322025-05-08T04:45:53.987Z Checking ratatui v0.29.0
34332025-05-08T04:45:55.963Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34342025-05-08T04:45:56.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.64s
34352025-05-08T04:45:56.996Z
34362025-05-08T04:45:56.996Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (166/217)
34372025-05-08T04:45:57.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382025-05-08T04:45:57.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392025-05-08T04:45:57.825Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34402025-05-08T04:45:57.825Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34412025-05-08T04:45:58.954Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
34422025-05-08T04:45:59.453Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
34432025-05-08T04:45:59.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.84s
34442025-05-08T04:46:00.072Z
34452025-05-08T04:46:00.072Zinfo: running `cargo check --bins` on ch-dev (167/217)
34462025-05-08T04:46:00.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472025-05-08T04:46:00.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482025-05-08T04:46:00.881Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
34492025-05-08T04:46:01.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
34502025-05-08T04:46:01.902Z
34512025-05-08T04:46:01.902Zinfo: running `cargo check --bins` on dev-tools-common (168/217)
34522025-05-08T04:46:02.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532025-05-08T04:46:02.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542025-05-08T04:46:02.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34552025-05-08T04:46:02.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34562025-05-08T04:46:02.473Z
34572025-05-08T04:46:02.473Zinfo: running `cargo check --bins` on crdb-seed (169/217)
34582025-05-08T04:46:03.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592025-05-08T04:46:03.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602025-05-08T04:46:03.273Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
34612025-05-08T04:46:03.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
34622025-05-08T04:46:03.877Z
34632025-05-08T04:46:03.877Zinfo: running `cargo check --bins` on db-dev (170/217)
34642025-05-08T04:46:04.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652025-05-08T04:46:04.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662025-05-08T04:46:04.669Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
34672025-05-08T04:46:05.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
34682025-05-08T04:46:05.714Z
34692025-05-08T04:46:05.714Zinfo: running `cargo check --bins` on omicron-dev-lib (171/217)
34702025-05-08T04:46:06.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712025-05-08T04:46:06.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722025-05-08T04:46:06.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732025-05-08T04:46:06.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34742025-05-08T04:46:06.520Z
34752025-05-08T04:46:06.520Zinfo: running `cargo check --bins` on xtask-downloader (172/217)
34762025-05-08T04:46:07.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772025-05-08T04:46:07.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782025-05-08T04:46:07.267Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34792025-05-08T04:46:08.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
34802025-05-08T04:46:08.349Z
34812025-05-08T04:46:08.349Zinfo: running `cargo check --bins` on omicron-ls-apis (173/217)
34822025-05-08T04:46:09.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832025-05-08T04:46:09.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842025-05-08T04:46:09.092Z Checking cargo-platform v0.1.8
34852025-05-08T04:46:09.387Z Checking cargo_metadata v0.19.2
34862025-05-08T04:46:10.421Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
34872025-05-08T04:46:11.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.90s
34882025-05-08T04:46:11.443Z
34892025-05-08T04:46:11.443Zinfo: running `cargo check --bins` on mgs-dev (174/217)
34902025-05-08T04:46:12.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912025-05-08T04:46:12.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922025-05-08T04:46:12.303Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34932025-05-08T04:46:13.808Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34942025-05-08T04:46:14.393Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
34952025-05-08T04:46:14.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
34962025-05-08T04:46:15.165Z
34972025-05-08T04:46:15.165Zinfo: running `cargo check --bins` on omicron-omdb (175/217)
34982025-05-08T04:46:15.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992025-05-08T04:46:15.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002025-05-08T04:46:16.117Z Compiling crunchy v0.2.2
35012025-05-08T04:46:16.120Z Compiling dsl_auto_type v0.1.2
35022025-05-08T04:46:16.121Z Checking scheduled-thread-pool v0.2.7
35032025-05-08T04:46:16.257Z Compiling diesel_table_macro_syntax v0.2.0
35042025-05-08T04:46:16.260Z Compiling tiny-keccak v2.0.2
35052025-05-08T04:46:16.297Z Compiling bit-vec v0.6.3
35062025-05-08T04:46:16.301Z Compiling ascii-canvas v3.0.0
35072025-05-08T04:46:16.314Z Compiling ena v0.14.3
35082025-05-08T04:46:16.442Z Checking r2d2 v0.8.10
35092025-05-08T04:46:16.644Z Compiling bindgen v0.71.1
35102025-05-08T04:46:16.679Z Compiling bit-set v0.5.3
35112025-05-08T04:46:16.726Z Compiling regex-syntax v0.6.29
35122025-05-08T04:46:16.743Z Compiling diff v0.1.13
35132025-05-08T04:46:16.781Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35142025-05-08T04:46:16.784Z Compiling ref-cast v1.0.23
35152025-05-08T04:46:16.946Z Compiling rustc-hash v2.1.1
35162025-05-08T04:46:17.052Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
35172025-05-08T04:46:17.146Z Compiling derive_builder_core v0.20.2
35182025-05-08T04:46:17.253Z Compiling libxml v0.3.3
35192025-05-08T04:46:17.352Z Compiling ref-cast-impl v1.0.23
35202025-05-08T04:46:17.374Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
35212025-05-08T04:46:17.546Z Compiling diesel_derives v2.2.3
35222025-05-08T04:46:17.661Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
35232025-05-08T04:46:17.687Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
35242025-05-08T04:46:17.894Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
35252025-05-08T04:46:18.094Z Compiling strum_macros v0.24.3
35262025-05-08T04:46:18.225Z Compiling indoc v1.0.9
35272025-05-08T04:46:19.133Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
35282025-05-08T04:46:19.251Z Compiling derive_builder_macro v0.20.2
35292025-05-08T04:46:19.481Z Compiling impl-trait-for-tuples v0.2.2
35302025-05-08T04:46:20.139Z Compiling lalrpop v0.19.12
35312025-05-08T04:46:20.169Z Checking derive_builder v0.20.2
35322025-05-08T04:46:20.334Z Compiling oso-derive v0.27.3
35332025-05-08T04:46:20.681Z Checking quick-xml v0.37.2
35342025-05-08T04:46:21.354Z Checking maplit v1.0.2
35352025-05-08T04:46:21.442Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35362025-05-08T04:46:21.490Z Compiling diesel-dtrace v0.4.2
35372025-05-08T04:46:21.919Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
35382025-05-08T04:46:21.955Z Checking bb8 v0.8.5
35392025-05-08T04:46:22.305Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35402025-05-08T04:46:22.422Z Checking io-lifetimes v1.0.11
35412025-05-08T04:46:22.668Z Checking rustix v0.37.28
35422025-05-08T04:46:22.697Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35432025-05-08T04:46:22.718Z Checking rand_seeder v0.3.0
35442025-05-08T04:46:22.961Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35452025-05-08T04:46:23.074Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35462025-05-08T04:46:23.097Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
35472025-05-08T04:46:23.217Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
35482025-05-08T04:46:23.559Z Checking is_ci v1.2.0
35492025-05-08T04:46:23.721Z Checking smawk v0.3.2
35502025-05-08T04:46:23.743Z Checking terminal_size v0.2.6
35512025-05-08T04:46:23.935Z Checking unicode-linebreak v0.1.5
35522025-05-08T04:46:23.960Z Checking supports-color v3.0.2
35532025-05-08T04:46:24.215Z Checking support-bundle-reader-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/support-bundle-reader-lib)
35542025-05-08T04:46:24.385Z Checking textwrap v0.16.1
35552025-05-08T04:46:24.825Z Checking multimap v0.10.0
35562025-05-08T04:46:25.237Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35572025-05-08T04:46:26.763Z Checking diesel v2.2.9
35582025-05-08T04:46:42.174Z Compiling samael v0.0.18
35592025-05-08T04:46:57.775Z Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
35602025-05-08T04:46:59.318Z Checking async-bb8-diesel v0.2.1
35612025-05-08T04:47:00.425Z Compiling polar-core v0.27.3
35622025-05-08T04:47:07.545Z Checking oso v0.27.3
35632025-05-08T04:47:44.201Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
35642025-05-08T04:48:15.285Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35652025-05-08T04:48:24.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s
35662025-05-08T04:48:24.472Z
35672025-05-08T04:48:24.472Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (176/217)
35682025-05-08T04:48:25.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692025-05-08T04:48:25.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702025-05-08T04:48:25.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712025-05-08T04:48:25.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
35722025-05-08T04:48:25.340Z
35732025-05-08T04:48:25.340Zinfo: running `cargo check --bins` on nexus-saga-recovery (177/217)
35742025-05-08T04:48:26.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752025-05-08T04:48:26.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762025-05-08T04:48:26.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772025-05-08T04:48:26.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35782025-05-08T04:48:26.187Z
35792025-05-08T04:48:26.188Zinfo: running `cargo check --bins` on nexus-test-utils-macros (178/217)
35802025-05-08T04:48:26.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812025-05-08T04:48:26.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822025-05-08T04:48:26.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832025-05-08T04:48:26.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35842025-05-08T04:48:26.938Z
35852025-05-08T04:48:26.939Zinfo: running `cargo check --bins` on support-bundle-reader-lib (179/217)
35862025-05-08T04:48:27.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872025-05-08T04:48:27.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882025-05-08T04:48:27.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892025-05-08T04:48:27.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35902025-05-08T04:48:27.746Z
35912025-05-08T04:48:27.746Zinfo: running `cargo check --bins` on omicron-nexus (180/217)
35922025-05-08T04:48:28.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932025-05-08T04:48:28.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942025-05-08T04:48:28.709Z Compiling libz-sys v1.1.20
35952025-05-08T04:48:28.714Z Compiling libgit2-sys v0.17.0+1.8.1
35962025-05-08T04:48:28.854Z Compiling vergen v8.3.2
35972025-05-08T04:48:28.858Z Compiling cargo-platform v0.1.8
35982025-05-08T04:48:28.858Z Compiling pin-project-internal v1.1.6
35992025-05-08T04:48:28.889Z Compiling snafu-derive v0.8.5
36002025-05-08T04:48:28.893Z Compiling fs-err v2.11.0
36012025-05-08T04:48:28.893Z Compiling rustls v0.21.12
36022025-05-08T04:48:29.239Z Compiling cargo_metadata v0.18.1
36032025-05-08T04:48:29.328Z Checking globset v0.4.15
36042025-05-08T04:48:29.328Z Checking olpc-cjson v0.1.4
36052025-05-08T04:48:29.463Z Checking sct v0.7.1
36062025-05-08T04:48:29.558Z Checking rustls-webpki v0.101.7
36072025-05-08T04:48:29.697Z Checking serde_plain v1.0.2
36082025-05-08T04:48:29.765Z Checking typed-path v0.9.3
36092025-05-08T04:48:29.943Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
36102025-05-08T04:48:30.171Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
36112025-05-08T04:48:30.309Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
36122025-05-08T04:48:30.511Z Checking parse-size v1.1.0
36132025-05-08T04:48:30.654Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
36142025-05-08T04:48:30.806Z Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
36152025-05-08T04:48:31.034Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36162025-05-08T04:48:31.586Z Checking pin-project v1.1.6
36172025-05-08T04:48:31.609Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36182025-05-08T04:48:31.743Z Checking rustls-pemfile v1.0.4
36192025-05-08T04:48:31.976Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
36202025-05-08T04:48:32.216Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36212025-05-08T04:48:32.220Z Checking twox-hash v2.1.0
36222025-05-08T04:48:32.271Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36232025-05-08T04:48:32.451Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36242025-05-08T04:48:32.566Z Checking ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client)
36252025-05-08T04:48:33.178Z Checking tokio-rustls v0.24.1
36262025-05-08T04:48:33.390Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
36272025-05-08T04:48:33.516Z Checking snafu v0.8.5
36282025-05-08T04:48:33.793Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
36292025-05-08T04:48:33.945Z Checking tough v0.20.0
36302025-05-08T04:48:34.267Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36312025-05-08T04:48:34.285Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
36322025-05-08T04:48:34.319Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
36332025-05-08T04:48:34.390Z Checking fatfs v0.3.6
36342025-05-08T04:48:34.525Z Checking assert_matches v1.5.0
36352025-05-08T04:48:38.004Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
36362025-05-08T04:48:39.258Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
36372025-05-08T04:48:41.177Z Compiling git2 v0.19.0
36382025-05-08T04:48:45.251Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=45801597f410685015ac2704d044919a41e3ff75#45801597)
36392025-05-08T04:49:42.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
36402025-05-08T04:49:42.783Z
36412025-05-08T04:49:42.783Zinfo: running `cargo check --bins` on nexus-background-task-interface (181/217)
36422025-05-08T04:49:43.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36432025-05-08T04:49:43.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36442025-05-08T04:49:43.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36452025-05-08T04:49:43.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
36462025-05-08T04:49:43.578Z
36472025-05-08T04:49:43.578Zinfo: running `cargo check --bins` on nexus-external-api (182/217)
36482025-05-08T04:49:44.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36492025-05-08T04:49:44.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36502025-05-08T04:49:44.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36512025-05-08T04:49:44.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
36522025-05-08T04:49:44.387Z
36532025-05-08T04:49:44.387Zinfo: running `cargo check --bins` on nexus-internal-api (183/217)
36542025-05-08T04:49:45.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36552025-05-08T04:49:45.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36562025-05-08T04:49:45.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36572025-05-08T04:49:45.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
36582025-05-08T04:49:45.194Z
36592025-05-08T04:49:45.194Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (184/217)
36602025-05-08T04:49:45.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36612025-05-08T04:49:45.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36622025-05-08T04:49:45.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36632025-05-08T04:49:45.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
36642025-05-08T04:49:46.033Z
36652025-05-08T04:49:46.034Zinfo: running `cargo check --bins` on nexus-mgs-updates (185/217)
36662025-05-08T04:49:46.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36672025-05-08T04:49:46.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36682025-05-08T04:49:46.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36692025-05-08T04:49:46.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
36702025-05-08T04:49:46.838Z
36712025-05-08T04:49:46.838Zinfo: running `cargo check --bins` on nexus-networking (186/217)
36722025-05-08T04:49:47.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36732025-05-08T04:49:47.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36742025-05-08T04:49:47.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36752025-05-08T04:49:47.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
36762025-05-08T04:49:47.676Z
36772025-05-08T04:49:47.676Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (187/217)
36782025-05-08T04:49:48.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36792025-05-08T04:49:48.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36802025-05-08T04:49:48.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36812025-05-08T04:49:48.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
36822025-05-08T04:49:48.516Z
36832025-05-08T04:49:48.516Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (188/217)
36842025-05-08T04:49:49.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36852025-05-08T04:49:49.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36862025-05-08T04:49:49.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36872025-05-08T04:49:49.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
36882025-05-08T04:49:49.365Z
36892025-05-08T04:49:49.365Zinfo: running `cargo check --bins` on update-common (189/217)
36902025-05-08T04:49:50.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36912025-05-08T04:49:50.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36922025-05-08T04:49:50.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36932025-05-08T04:49:50.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
36942025-05-08T04:49:50.166Z
36952025-05-08T04:49:50.166Zinfo: running `cargo check --bins` on omicron-dev (190/217)
36962025-05-08T04:49:50.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36972025-05-08T04:49:50.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36982025-05-08T04:49:51.181Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36992025-05-08T04:49:51.185Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
37002025-05-08T04:49:51.331Z Checking yansi v1.0.1
37012025-05-08T04:49:51.331Z Checking diff v0.1.13
37022025-05-08T04:49:51.334Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37032025-05-08T04:49:51.334Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
37042025-05-08T04:49:51.831Z Checking pretty_assertions v1.4.1
37052025-05-08T04:49:52.431Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37062025-05-08T04:50:19.173Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37072025-05-08T04:50:19.173Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37082025-05-08T04:50:19.177Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37092025-05-08T04:50:19.177Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37102025-05-08T04:50:19.177Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37112025-05-08T04:50:19.177Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
37122025-05-08T04:50:20.174Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37132025-05-08T04:50:21.488Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37142025-05-08T04:51:09.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s
37152025-05-08T04:51:09.401Z
37162025-05-08T04:51:09.401Zinfo: running `cargo check --bins` on openapi-manager (191/217)
37172025-05-08T04:51:10.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182025-05-08T04:51:10.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192025-05-08T04:51:10.268Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
37202025-05-08T04:51:10.272Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
37212025-05-08T04:51:10.399Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
37222025-05-08T04:51:10.402Z Checking heck v0.4.1
37232025-05-08T04:51:10.402Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37242025-05-08T04:51:10.590Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
37252025-05-08T04:51:10.838Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37262025-05-08T04:51:11.524Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
37272025-05-08T04:51:13.808Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37282025-05-08T04:51:15.369Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37292025-05-08T04:51:16.206Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
37302025-05-08T04:51:17.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.22s
37312025-05-08T04:51:17.836Z
37322025-05-08T04:51:17.836Zinfo: running `cargo check --bins` on installinator-api (192/217)
37332025-05-08T04:51:18.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342025-05-08T04:51:18.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352025-05-08T04:51:18.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37362025-05-08T04:51:18.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37372025-05-08T04:51:18.629Z
37382025-05-08T04:51:18.629Zinfo: running `cargo check --bins` on wicketd-api (193/217)
37392025-05-08T04:51:19.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402025-05-08T04:51:19.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412025-05-08T04:51:19.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37422025-05-08T04:51:19.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37432025-05-08T04:51:19.438Z
37442025-05-08T04:51:19.438Zinfo: running `cargo check --bins` on omicron-pins (194/217)
37452025-05-08T04:51:20.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462025-05-08T04:51:20.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472025-05-08T04:51:20.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37482025-05-08T04:51:20.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
37492025-05-08T04:51:20.202Z
37502025-05-08T04:51:20.203Zinfo: running `cargo check --bins` on reconfigurator-cli (195/217)
37512025-05-08T04:51:20.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37522025-05-08T04:51:20.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37532025-05-08T04:51:21.060Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
37542025-05-08T04:51:21.063Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
37552025-05-08T04:51:21.063Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
37562025-05-08T04:51:21.203Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
37572025-05-08T04:51:21.206Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
37582025-05-08T04:51:21.206Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
37592025-05-08T04:51:21.216Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37602025-05-08T04:51:21.243Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37612025-05-08T04:51:21.470Z Compiling petname v2.0.2
37622025-05-08T04:51:21.491Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
37632025-05-08T04:51:21.539Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
37642025-05-08T04:51:21.835Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
37652025-05-08T04:51:22.242Z Checking sync-ptr v0.1.1
37662025-05-08T04:51:22.500Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
37672025-05-08T04:51:24.091Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
37682025-05-08T04:51:24.626Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
37692025-05-08T04:51:26.303Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37702025-05-08T04:51:36.516Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37712025-05-08T04:51:36.516Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37722025-05-08T04:51:37.172Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37732025-05-08T04:51:38.364Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
37742025-05-08T04:51:40.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.10s
37752025-05-08T04:51:40.546Z
37762025-05-08T04:51:40.547Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (196/217)
37772025-05-08T04:51:41.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37782025-05-08T04:51:41.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37792025-05-08T04:51:41.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37802025-05-08T04:51:41.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
37812025-05-08T04:51:41.378Z
37822025-05-08T04:51:41.378Zinfo: running `cargo check --bins` on omicron-repl-utils (197/217)
37832025-05-08T04:51:42.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37842025-05-08T04:51:42.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37852025-05-08T04:51:42.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37862025-05-08T04:51:42.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
37872025-05-08T04:51:42.133Z
37882025-05-08T04:51:42.133Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (198/217)
37892025-05-08T04:51:42.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37902025-05-08T04:51:42.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37912025-05-08T04:51:43.000Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
37922025-05-08T04:51:44.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
37932025-05-08T04:51:44.273Z
37942025-05-08T04:51:44.273Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (199/217)
37952025-05-08T04:51:44.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37962025-05-08T04:51:45.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37972025-05-08T04:51:45.095Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37982025-05-08T04:51:45.536Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
37992025-05-08T04:51:46.514Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
38002025-05-08T04:51:47.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.86s
38012025-05-08T04:51:47.361Z
38022025-05-08T04:51:47.361Zinfo: running `cargo check --bins` on omicron-releng (200/217)
38032025-05-08T04:51:48.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38042025-05-08T04:51:48.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38052025-05-08T04:51:48.132Z Compiling blake3 v1.5.4
38062025-05-08T04:51:48.135Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
38072025-05-08T04:51:48.256Z Checking memmap2 v0.9.5
38082025-05-08T04:51:48.259Z Checking arrayvec v0.7.6
38092025-05-08T04:51:48.260Z Checking constant_time_eq v0.3.1
38102025-05-08T04:51:48.260Z Checking arrayref v0.3.9
38112025-05-08T04:51:48.306Z Checking topological-sort v0.2.2
38122025-05-08T04:51:48.310Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
38132025-05-08T04:51:48.374Z Checking shell-words v1.1.0
38142025-05-08T04:51:48.755Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
38152025-05-08T04:51:49.015Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
38162025-05-08T04:51:49.508Z Checking omicron-zone-package v0.12.0
38172025-05-08T04:51:50.680Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
38182025-05-08T04:51:51.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s
38192025-05-08T04:51:51.810Z
38202025-05-08T04:51:51.810Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (201/217)
38212025-05-08T04:51:52.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38222025-05-08T04:51:52.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38232025-05-08T04:51:52.586Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38242025-05-08T04:51:52.964Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
38252025-05-08T04:51:53.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
38262025-05-08T04:51:53.611Z
38272025-05-08T04:51:53.611Zinfo: running `cargo check --bins` on xtask (202/217)
38282025-05-08T04:51:54.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292025-05-08T04:51:54.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302025-05-08T04:51:54.176Z Checking bitflags v2.9.0
38312025-05-08T04:51:54.182Z Checking serde v1.0.219
38322025-05-08T04:51:54.182Z Checking thiserror v1.0.69
38332025-05-08T04:51:54.284Z Checking scroll v0.12.0
38342025-05-08T04:51:54.294Z Checking log v0.4.22
38352025-05-08T04:51:54.294Z Checking hashbrown v0.15.1
38362025-05-08T04:51:54.315Z Checking zerocopy v0.7.35
38372025-05-08T04:51:54.327Z Checking syn v2.0.98
38382025-05-08T04:51:54.395Z Checking pest v2.7.14
38392025-05-08T04:51:54.521Z Checking rustix v0.38.37
38402025-05-08T04:51:54.545Z Checking once_cell v1.21.3
38412025-05-08T04:51:54.732Z Checking goblin v0.8.2
38422025-05-08T04:51:54.877Z Checking thiserror v2.0.12
38432025-05-08T04:51:55.029Z Checking fs-err v3.1.0
38442025-05-08T04:51:55.257Z Checking indexmap v2.7.1
38452025-05-08T04:51:55.345Z Checking tabled v0.15.0
38462025-05-08T04:51:55.481Z Checking anyhow v1.0.98
38472025-05-08T04:51:55.884Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
38482025-05-08T04:51:56.337Z Checking terminal_size v0.4.0
38492025-05-08T04:51:56.337Z Checking tempfile v3.13.0
38502025-05-08T04:51:56.527Z Checking clap_builder v4.5.35
38512025-05-08T04:51:56.921Z Checking dtrace-parser v0.2.0
38522025-05-08T04:51:58.101Z Checking serde_json v1.0.140
38532025-05-08T04:51:58.101Z Checking serde_spanned v0.6.8
38542025-05-08T04:51:58.104Z Checking toml_datetime v0.6.8
38552025-05-08T04:51:58.104Z Checking camino v1.1.9
38562025-05-08T04:51:58.105Z Checking cargo-platform v0.1.8
38572025-05-08T04:51:58.313Z Checking semver v1.0.25
38582025-05-08T04:51:58.329Z Checking macaddr v1.0.1
38592025-05-08T04:51:58.470Z Checking toml_edit v0.22.24
38602025-05-08T04:51:58.649Z Checking camino-tempfile v1.1.1
38612025-05-08T04:51:59.156Z Checking clap v4.5.35
38622025-05-08T04:51:59.319Z Checking dof v0.3.0
38632025-05-08T04:51:59.319Z Checking cargo_metadata v0.19.2
38642025-05-08T04:51:59.732Z Checking usdt-impl v0.5.0
38652025-05-08T04:52:00.117Z Checking usdt v0.5.0
38662025-05-08T04:52:00.348Z Checking toml v0.8.20
38672025-05-08T04:52:00.806Z Checking cargo_toml v0.21.0
38682025-05-08T04:52:01.971Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
38692025-05-08T04:52:02.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.02s
38702025-05-08T04:52:02.762Z
38712025-05-08T04:52:02.762Zinfo: running `cargo check --bins` on end-to-end-tests (203/217)
38722025-05-08T04:52:03.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732025-05-08T04:52:03.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742025-05-08T04:52:03.690Z Checking polyval v0.6.2
38752025-05-08T04:52:03.731Z Checking ctr v0.9.2
38762025-05-08T04:52:03.827Z Checking ssh-encoding v0.2.0
38772025-05-08T04:52:03.831Z Checking blowfish v0.9.1
38782025-05-08T04:52:03.831Z Checking password-hash v0.4.2
38792025-05-08T04:52:03.834Z Checking p521 v0.13.3
38802025-05-08T04:52:03.834Z Checking p256 v0.13.2
38812025-05-08T04:52:03.834Z Checking russh-cryptovec v0.7.3
38822025-05-08T04:52:04.027Z Checking ghash v0.5.1
38832025-05-08T04:52:04.055Z Checking md5 v0.7.0
38842025-05-08T04:52:04.114Z Checking num-bigint v0.4.6
38852025-05-08T04:52:04.134Z Checking bcrypt-pbkdf v0.10.0
38862025-05-08T04:52:04.179Z Checking des v0.8.1
38872025-05-08T04:52:04.203Z Checking aes-gcm v0.10.3
38882025-05-08T04:52:04.264Z Checking pbkdf2 v0.11.0
38892025-05-08T04:52:04.357Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38902025-05-08T04:52:04.400Z Checking hex-literal v0.4.1
38912025-05-08T04:52:04.422Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38922025-05-08T04:52:04.441Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38932025-05-08T04:52:04.445Z Checking ssh-cipher v0.2.0
38942025-05-08T04:52:04.538Z Checking internet-checksum v0.2.1
38952025-05-08T04:52:04.732Z Checking ssh-key v0.6.6
38962025-05-08T04:52:05.084Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38972025-05-08T04:52:05.858Z Checking russh-keys v0.45.0
38982025-05-08T04:52:06.719Z Checking russh v0.45.0
38992025-05-08T04:52:26.747Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
39002025-05-08T04:52:28.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.40s
39012025-05-08T04:52:28.394Z
39022025-05-08T04:52:28.394Zinfo: running `cargo check --bins` on gateway-cli (204/217)
39032025-05-08T04:52:29.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042025-05-08T04:52:29.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052025-05-08T04:52:29.174Z Checking termios v0.3.3
39062025-05-08T04:52:29.413Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
39072025-05-08T04:52:30.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s
39082025-05-08T04:52:30.391Z
39092025-05-08T04:52:30.391Zinfo: running `cargo check --bins --no-default-features` on installinator (205/217)
39102025-05-08T04:52:31.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112025-05-08T04:52:31.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122025-05-08T04:52:31.221Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39132025-05-08T04:52:31.221Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39142025-05-08T04:52:31.227Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39152025-05-08T04:52:31.227Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39162025-05-08T04:52:32.127Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39172025-05-08T04:52:32.288Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39182025-05-08T04:52:33.968Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39192025-05-08T04:52:36.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.68s
39202025-05-08T04:52:36.286Z
39212025-05-08T04:52:36.286Zinfo: running `cargo check --bins` on internal-dns-cli (206/217)
39222025-05-08T04:52:36.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39232025-05-08T04:52:36.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39242025-05-08T04:52:37.065Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
39252025-05-08T04:52:37.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
39262025-05-08T04:52:37.784Z
39272025-05-08T04:52:37.784Zinfo: running `cargo check --bins` on omicron-live-tests (207/217)
39282025-05-08T04:52:38.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39292025-05-08T04:52:38.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39302025-05-08T04:52:38.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39312025-05-08T04:52:38.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
39322025-05-08T04:52:38.528Z
39332025-05-08T04:52:38.528Zinfo: running `cargo check --bins` on live-tests-macros (208/217)
39342025-05-08T04:52:39.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39352025-05-08T04:52:39.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39362025-05-08T04:52:39.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39372025-05-08T04:52:39.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
39382025-05-08T04:52:39.283Z
39392025-05-08T04:52:39.283Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (209/217)
39402025-05-08T04:52:40.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39412025-05-08T04:52:40.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39422025-05-08T04:52:40.132Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
39432025-05-08T04:52:40.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
39442025-05-08T04:52:41.021Z
39452025-05-08T04:52:41.021Zinfo: running `cargo check --bins` on omicron-package (210/217)
39462025-05-08T04:52:41.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472025-05-08T04:52:41.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482025-05-08T04:52:41.812Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
39492025-05-08T04:52:43.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s
39502025-05-08T04:52:43.510Z
39512025-05-08T04:52:43.510Zinfo: running `cargo check --bins` on trust-quorum (211/217)
39522025-05-08T04:52:44.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532025-05-08T04:52:44.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542025-05-08T04:52:44.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39552025-05-08T04:52:44.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
39562025-05-08T04:52:44.324Z
39572025-05-08T04:52:44.324Zinfo: running `cargo check --bins` on gfss (212/217)
39582025-05-08T04:52:44.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592025-05-08T04:52:44.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602025-05-08T04:52:44.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39612025-05-08T04:52:44.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
39622025-05-08T04:52:45.086Z
39632025-05-08T04:52:45.086Zinfo: running `cargo check --bins` on wicket-dbg (213/217)
39642025-05-08T04:52:45.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652025-05-08T04:52:45.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662025-05-08T04:52:45.948Z Checking rtoolbox v0.0.2
39672025-05-08T04:52:45.962Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
39682025-05-08T04:52:45.962Z Checking tui-tree-widget v0.23.0
39692025-05-08T04:52:46.214Z Checking rpassword v7.3.1
39702025-05-08T04:52:50.854Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
39712025-05-08T04:52:53.778Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
39722025-05-08T04:52:54.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.86s
39732025-05-08T04:52:55.188Z
39742025-05-08T04:52:55.188Zinfo: running `cargo check --bins` on wicket (214/217)
39752025-05-08T04:52:55.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762025-05-08T04:52:55.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772025-05-08T04:52:56.047Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
39782025-05-08T04:52:56.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
39792025-05-08T04:52:56.685Z
39802025-05-08T04:52:56.685Zinfo: running `cargo check --bins` on wicketd (215/217)
39812025-05-08T04:52:57.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822025-05-08T04:52:57.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832025-05-08T04:52:57.553Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
39842025-05-08T04:53:01.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.11s
39852025-05-08T04:53:02.010Z
39862025-05-08T04:53:02.010Zinfo: running `cargo check --bins` on omicron-workspace-hack (216/217)
39872025-05-08T04:53:02.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882025-05-08T04:53:02.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892025-05-08T04:53:02.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39902025-05-08T04:53:02.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
39912025-05-08T04:53:02.770Z
39922025-05-08T04:53:02.770Zinfo: running `cargo check --bins` on zone-setup (217/217)
39932025-05-08T04:53:03.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942025-05-08T04:53:03.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952025-05-08T04:53:03.586Z Checking uzers v0.12.1
39962025-05-08T04:53:03.948Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
39972025-05-08T04:53:04.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
39982025-05-08T04:53:05.201Z
39992025-05-08T04:53:05.201Zreal 15:07.743574432
40002025-05-08T04:53:05.201Zuser 29:53.521037824
40012025-05-08T04:53:05.201Zsys 4:54.084775143
40022025-05-08T04:53:05.201Ztrap 0.628285760
40032025-05-08T04:53:05.204Ztflt 0.647940622
40042025-05-08T04:53:05.204Zdflt 1.318436459
40052025-05-08T04:53:05.204Zkflt 0.000763193
40062025-05-08T04:53:05.204Zlock 51:43.159492172
40072025-05-08T04:53:05.204Zslp 2:26:08.098611602
40082025-05-08T04:53:05.204Zlat 1:13.585573729
40092025-05-08T04:53:05.204Zstop 4:25.601570331
40102025-05-08T04:53:05.204Zprocess exited: duration 1229150 ms, exit code 0
 
40112025-05-08T04:53:05.212Zfound 0 output files